:root {
  --bg: #050711;
  --bg-2: #0b1020;
  --surface: rgba(16, 24, 39, .72);
  --surface-solid: #101827;
  --line: rgba(125, 211, 252, .22);
  --cyan: #38bdf8;
  --blue: #2563eb;
  --amber: #f59e0b;
  --orange: #f97316;
  --text: #f8fafc;
  --muted: #a7b0c0;
  --white: #ffffff;
  --radius: 8px;
  --shadow: 0 24px 80px rgba(0, 0, 0, .42);
  --header-h: 86px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 68% 9%, rgba(56, 189, 248, .16), transparent 28rem),
    radial-gradient(circle at 8% 32%, rgba(245, 158, 11, .1), transparent 27rem),
    linear-gradient(135deg, var(--bg), #070912 42%, #0d0a18 100%);
  color: var(--text);
  font-family: Inter, "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: geometricPrecision;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(30deg, rgba(125, 211, 252, .08) 12%, transparent 12.5%, transparent 87%, rgba(125, 211, 252, .08) 87.5%, rgba(125, 211, 252, .08)),
    linear-gradient(150deg, rgba(125, 211, 252, .08) 12%, transparent 12.5%, transparent 87%, rgba(125, 211, 252, .08) 87.5%, rgba(125, 211, 252, .08)),
    linear-gradient(30deg, rgba(125, 211, 252, .08) 12%, transparent 12.5%, transparent 87%, rgba(125, 211, 252, .08) 87.5%, rgba(125, 211, 252, .08)),
    linear-gradient(150deg, rgba(125, 211, 252, .08) 12%, transparent 12.5%, transparent 87%, rgba(125, 211, 252, .08) 87.5%, rgba(125, 211, 252, .08));
  background-position: 0 0, 0 0, 34px 59px, 34px 59px;
  background-size: 68px 118px;
  mask-image: radial-gradient(circle at 72% 22%, #000 0 25%, transparent 48%), radial-gradient(circle at 10% 70%, #000 0 12%, transparent 26%);
  opacity: .25;
}

body::after {
  position: fixed;
  inset: auto 0 0 0;
  z-index: -1;
  height: 40vh;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(5, 7, 17, .96));
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--white);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

:focus-visible {
  outline: 3px solid rgba(56, 189, 248, .75);
  outline-offset: 4px;
}

section[id],
article[id] {
  scroll-margin-top: calc(var(--header-h) + 28px);
}

.container {
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--bg);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}

.site-header.is-scrolled,
.site-header.menu-open {
  border-bottom: 1px solid var(--line);
  background: rgba(5, 7, 17, .86);
  box-shadow: 0 16px 50px rgba(0, 0, 0, .36);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1420px, calc(100% - 40px));
  min-height: var(--header-h);
  margin-inline: auto;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 235px;
  gap: 12px;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(248, 250, 252, .28);
  border-radius: var(--radius);
  background:
    linear-gradient(var(--surface-solid), var(--surface-solid)) padding-box,
    linear-gradient(135deg, var(--cyan), var(--blue), var(--amber)) border-box;
  box-shadow: 0 0 30px rgba(56, 189, 248, .22);
  color: var(--white);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-weight: 900;
}

.brand-copy {
  display: grid;
  gap: 0;
}

.brand-name {
  font-family: "Space Grotesk", Sora, Manrope, Inter, sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 900;
  line-height: 1;
}

.brand-subtitle {
  color: var(--muted);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: .72rem;
  line-height: 1.25;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  gap: clamp(12px, 1.45vw, 26px);
}

.desktop-nav a,
.header-amp {
  color: rgba(248, 250, 252, .86);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: .82rem;
  line-height: 1;
  white-space: nowrap;
}

.desktop-nav a {
  position: relative;
  padding-block: 8px;
}

.desktop-nav a::after {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  content: "";
  background: linear-gradient(90deg, var(--cyan), var(--amber));
  transition: transform .2s ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: .85rem;
  font-weight: 800;
  line-height: 1;
  gap: 9px;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease, color .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-light {
  background: var(--white);
  color: #060917;
  box-shadow: 0 10px 24px rgba(56, 189, 248, .18);
}

.btn-light:hover {
  color: #060917;
  box-shadow: 0 12px 30px rgba(56, 189, 248, .35);
}

.btn-outline,
.btn-ghost {
  border-color: var(--line);
  background: rgba(248, 250, 252, .04);
  color: var(--text);
}

.btn-outline:hover,
.btn-ghost:hover {
  border-color: rgba(56, 189, 248, .6);
  box-shadow: 0 0 26px rgba(56, 189, 248, .16);
}

.btn-amber {
  border-color: rgba(245, 158, 11, .55);
  background: linear-gradient(135deg, rgba(245, 158, 11, .98), rgba(249, 115, 22, .92));
  color: #090b13;
  box-shadow: 0 10px 34px rgba(245, 158, 11, .26);
}

.btn-amber:hover {
  color: #090b13;
  box-shadow: 0 14px 40px rgba(245, 158, 11, .36);
}

.btn-glow {
  position: relative;
}

.btn-glow::before {
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: inherit;
  content: "";
  background: linear-gradient(135deg, var(--cyan), transparent, var(--amber));
  filter: blur(10px);
  opacity: .7;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(248, 250, 252, .04);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  border-radius: 2px;
  background: var(--white);
  transition: transform .22s ease, opacity .22s ease;
}

.site-header.menu-open .menu-toggle span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.site-header.menu-open .menu-toggle span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  top: calc(var(--header-h) - 2px);
  right: 20px;
  left: 20px;
  display: grid;
  max-height: calc(100vh - var(--header-h) - 24px);
  overflow-y: auto;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(5, 7, 17, .96);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
  transition: opacity .22s ease, transform .22s ease;
  backdrop-filter: blur(18px);
}

.mobile-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-menu a {
  padding: 13px 10px;
  border-bottom: 1px solid rgba(125, 211, 252, .12);
  color: var(--text);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: .9rem;
}

.mobile-menu .btn {
  margin-top: 12px;
  border-bottom: 0;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 860px;
  padding: calc(var(--header-h) + 72px) 0 56px;
}

.ambient-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(125, 211, 252, .08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(125, 211, 252, .06) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(90deg, transparent, #000 22%, #000 80%, transparent);
  opacity: .18;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 7, 17, .84), rgba(5, 7, 17, .26) 48%, rgba(5, 7, 17, .88)),
    radial-gradient(circle at 78% 45%, rgba(56, 189, 248, .24), transparent 30rem);
}

.hero-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  gap: clamp(34px, 5vw, 76px);
}

.hero-copy {
  max-width: 640px;
}

.eyebrow,
.section-kicker,
.location-label,
.demo-label {
  color: var(--cyan);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: .83rem;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  padding-top: 18px;
  border-top: 1px solid rgba(248, 250, 252, .18);
  margin: 0 0 22px;
}

h1,
h2,
h3 {
  font-family: "Space Grotesk", Sora, Manrope, Inter, sans-serif;
  line-height: 1.05;
  margin: 0;
  color: var(--white);
}

h1 {
  max-width: 760px;
  font-size: clamp(3.2rem, 7vw, 6.9rem);
  font-weight: 900;
}

h2 {
  max-width: 980px;
  margin-top: 12px;
  font-size: clamp(2.05rem, 4.1vw, 4.45rem);
  font-weight: 850;
}

h3 {
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  font-weight: 800;
}

p {
  margin: 0;
  color: var(--muted);
}

.hero-lead {
  max-width: 690px;
  margin-top: 26px;
  color: rgba(248, 250, 252, .74);
  font-size: clamp(1.02rem, 1.4vw, 1.22rem);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 38px;
  gap: 14px;
}

.responsible-note {
  margin-top: 24px;
  color: rgba(248, 250, 252, .8);
  font-size: .95rem;
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.orbit-art {
  width: min(100%, 720px);
  margin-inline: auto;
  animation: orbitFloat 7s ease-in-out infinite;
  filter: drop-shadow(0 20px 70px rgba(56, 189, 248, .18));
}

.orbit-label {
  position: absolute;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(125, 211, 252, .3);
  border-radius: 999px;
  background: rgba(16, 24, 39, .58);
  color: var(--text);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: .82rem;
  box-shadow: 0 0 24px rgba(56, 189, 248, .14);
  backdrop-filter: blur(12px);
  animation: labelPulse 3.5s ease-in-out infinite;
}

.label-one {
  top: 14%;
  left: 6%;
}

.label-two {
  top: 18%;
  right: 9%;
  animation-delay: .25s;
}

.label-three {
  right: 2%;
  bottom: 22%;
  animation-delay: .5s;
}

.label-four {
  bottom: 13%;
  left: 14%;
  animation-delay: .75s;
}

.label-five {
  top: 48%;
  left: 0;
  animation-delay: 1s;
}

.feature-strip {
  position: relative;
  padding: 4px 0 62px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.feature-badge {
  min-height: 176px;
  padding: 18px;
  border: 1px solid rgba(125, 211, 252, .18);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(16, 24, 39, .82), rgba(5, 7, 17, .62)) padding-box,
    linear-gradient(145deg, rgba(56, 189, 248, .34), rgba(245, 158, 11, .18)) border-box;
  box-shadow: 0 0 36px rgba(56, 189, 248, .08);
}

.badge-icon,
.card-symbol,
.avatar {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(125, 211, 252, .26);
  border-radius: 50%;
  background: rgba(56, 189, 248, .09);
  color: var(--cyan);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: .82rem;
  font-weight: 900;
}

.badge-title {
  margin-top: 20px;
  font-size: 1.02rem;
  line-height: 1.15;
}

.feature-badge p {
  margin-top: 10px;
  font-size: .92rem;
  line-height: 1.55;
}

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 24px 0;
  border-block: 1px solid rgba(125, 211, 252, .13);
  gap: 10px;
  color: rgba(248, 250, 252, .65);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: .8rem;
}

.breadcrumb a {
  color: rgba(248, 250, 252, .88);
}

.content-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: start;
  gap: clamp(28px, 4vw, 64px);
  padding: 70px 0 96px;
}

.anchor-sidebar {
  position: sticky;
  top: calc(var(--header-h) + 28px);
  display: grid;
  gap: 10px;
}

.anchor-sidebar a {
  display: block;
  padding: 8px 0;
  color: rgba(248, 250, 252, .46);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: .78rem;
  transition: color .2s ease, padding-left .2s ease, text-shadow .2s ease;
}

.anchor-sidebar a:hover,
.anchor-sidebar a.is-active {
  padding-left: 8px;
  color: var(--cyan);
  text-shadow: 0 0 18px rgba(56, 189, 248, .42);
}

.main-column {
  display: grid;
  gap: 96px;
}

.section-block {
  position: relative;
  padding-top: 14px;
  border-top: 1px solid rgba(125, 211, 252, .18);
}

.section-block::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: min(260px, 40%);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--cyan), transparent);
  box-shadow: 0 0 18px rgba(56, 189, 248, .55);
}

.section-block > p,
.split-panel p,
.visual-grid p,
.article-block p {
  font-size: 1.02rem;
}

.section-lead {
  max-width: 760px;
  margin-top: 18px;
}

.split-panel,
.visual-grid,
.location-grid,
.final-cta {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: clamp(24px, 3.5vw, 44px);
  margin-top: 34px;
}

.split-panel p + p,
.visual-grid p + p {
  margin-top: 18px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.metric-card,
.process-grid article,
.menu-card,
.attestation-grid article,
.location-card,
.contact-form {
  border: 1px solid rgba(125, 211, 252, .19);
  border-radius: var(--radius);
  background: rgba(16, 24, 39, .62);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
  backdrop-filter: blur(16px);
}

.metric-card {
  min-height: 116px;
  padding: 18px;
}

.metric-card span,
.menu-card span,
.process-grid span {
  color: var(--cyan);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: .78rem;
  font-weight: 900;
}

.metric-card strong {
  display: block;
  margin-top: 22px;
  font-family: "Space Grotesk", Sora, Manrope, Inter, sans-serif;
  font-size: 1.3rem;
  line-height: 1.1;
}

.visual-grid img {
  border: 1px solid rgba(125, 211, 252, .2);
  border-radius: var(--radius);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .28);
}

.callout {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  margin-top: 26px;
  padding: 18px;
  border: 1px solid rgba(245, 158, 11, .28);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(245, 158, 11, .12), rgba(56, 189, 248, .05));
}

.callout strong {
  color: var(--amber);
}

.callout span {
  color: rgba(248, 250, 252, .72);
}

.process-grid,
.attestation-grid,
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.process-grid article,
.attestation-grid article,
.menu-card {
  padding: 22px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.process-grid article:hover,
.attestation-grid article:hover,
.menu-card:hover,
.feature-badge:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 189, 248, .42);
  box-shadow: 0 18px 60px rgba(56, 189, 248, .1);
}

.process-grid h3,
.attestation-grid h3,
.menu-card h3 {
  margin-top: 16px;
}

.process-grid p,
.attestation-grid p,
.menu-card p {
  margin-top: 10px;
  font-size: .95rem;
  line-height: 1.58;
}

.section-subtitle {
  margin-top: 34px;
  color: rgba(248, 250, 252, .92);
}

.card-symbol {
  width: 40px;
  height: 40px;
  border-radius: var(--radius);
}

.menu-card small {
  display: block;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(125, 211, 252, .12);
  color: rgba(248, 250, 252, .6);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: .75rem;
  line-height: 1.45;
}

.menu-cta {
  margin-top: 28px;
}

.article-block {
  max-width: 100%;
}

.article-block p {
  margin-top: 22px;
  color: rgba(248, 250, 252, .76);
}

.article-block strong {
  color: var(--white);
}

.article-block a {
  color: var(--cyan);
  text-decoration: underline;
  text-decoration-color: rgba(56, 189, 248, .35);
  text-underline-offset: 4px;
}

.article-cta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 12px;
}

.article-cta a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(248, 250, 252, .04);
  color: var(--text);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: .82rem;
  text-decoration: none;
}

.section-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.demo-label {
  margin-top: 12px;
  color: rgba(248, 250, 252, .58);
  text-transform: none;
}

.testimonial-controls {
  display: flex;
  gap: 12px;
}

.testimonial-controls button {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(248, 250, 252, .72);
  border-radius: var(--radius);
  background: rgba(248, 250, 252, .02);
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.testimonial-controls button:hover {
  transform: translateY(-2px);
  border-color: var(--cyan);
  box-shadow: 0 0 24px rgba(56, 189, 248, .2);
}

.testimonial-shell {
  position: relative;
  min-height: 360px;
  margin-top: 34px;
}

.testimonial-card {
  min-height: 360px;
  padding: clamp(26px, 3vw, 42px);
  border: 1px solid rgba(125, 211, 252, .18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(16, 24, 39, .88), rgba(5, 7, 17, .82)) padding-box,
    linear-gradient(135deg, rgba(56, 189, 248, .32), rgba(245, 158, 11, .14)) border-box;
  box-shadow: inset 0 0 70px rgba(56, 189, 248, .04), 0 28px 88px rgba(0, 0, 0, .24);
}

.quote-mark {
  display: block;
  color: rgba(56, 189, 248, .42);
  font-family: Georgia, serif;
  font-size: 6rem;
  line-height: .6;
}

.testimonial-card p {
  max-width: 900px;
  margin-top: 18px;
  color: rgba(248, 250, 252, .78);
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1.65;
}

.testimonial-person {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 44px;
  gap: 12px;
}

.testimonial-person strong {
  color: var(--white);
}

.testimonial-person small {
  color: rgba(248, 250, 252, .48);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
}

.testimonial-progress {
  position: absolute;
  right: 28px;
  bottom: 20px;
  left: 28px;
  height: 3px;
  overflow: hidden;
  background: repeating-linear-gradient(90deg, rgba(248, 250, 252, .12) 0 2px, transparent 2px 4px);
}

.testimonial-progress span {
  display: block;
  width: 25%;
  height: 100%;
  background: linear-gradient(90deg, var(--cyan), var(--amber));
  box-shadow: 0 0 18px rgba(56, 189, 248, .75);
  transition: transform .25s ease;
}

.location-grid {
  grid-template-columns: minmax(280px, .58fr) minmax(360px, 1fr);
}

.location-card {
  padding: 24px;
}

.location-card p {
  margin-top: 12px;
  color: var(--text);
  font-size: 1.08rem;
}

.location-card small {
  display: block;
  margin-top: 20px;
  color: rgba(248, 250, 252, .55);
  line-height: 1.55;
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
  gap: 12px;
}

.map-frame {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(125, 211, 252, .2);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(56, 189, 248, .08), rgba(245, 158, 11, .06)),
    var(--surface-solid);
}

.map-frame iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  filter: grayscale(.2) invert(.9) hue-rotate(170deg) saturate(.9);
}

.map-fallback {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  display: grid;
  max-width: 430px;
  padding: 16px;
  border: 1px solid rgba(125, 211, 252, .22);
  border-radius: var(--radius);
  background: rgba(5, 7, 17, .82);
  box-shadow: 0 16px 44px rgba(0, 0, 0, .28);
  gap: 6px;
  backdrop-filter: blur(12px);
}

.map-fallback strong {
  color: var(--white);
  font-family: "Space Grotesk", Sora, Manrope, Inter, sans-serif;
}

.map-fallback span {
  color: rgba(248, 250, 252, .68);
  font-size: .88rem;
}

.map-fallback a {
  width: fit-content;
  margin-top: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(245, 158, 11, .46);
  border-radius: var(--radius);
  background: rgba(245, 158, 11, .12);
  color: var(--amber);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: .78rem;
  font-weight: 900;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}

.faq-item {
  border: 1px solid rgba(125, 211, 252, .18);
  border-radius: var(--radius);
  background: rgba(16, 24, 39, .54);
  overflow: hidden;
}

.faq-item button {
  position: relative;
  width: 100%;
  min-height: 64px;
  padding: 18px 56px 18px 20px;
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  text-align: left;
  font-weight: 800;
}

.faq-item button::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  content: "+";
  display: grid;
  place-items: center;
  border: 1px solid rgba(125, 211, 252, .25);
  border-radius: 50%;
  color: var(--cyan);
  line-height: 1;
}

.faq-item.is-open button::after {
  content: "-";
}

.faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .24s ease;
}

.faq-panel p {
  padding: 0 20px 20px;
}

.final-cta {
  grid-template-columns: minmax(0, .78fr) minmax(340px, .72fr);
  align-items: start;
}

.final-cta p {
  max-width: 640px;
  margin-top: 20px;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form label > span {
  color: rgba(248, 250, 252, .78);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: .78rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(125, 211, 252, .22);
  border-radius: var(--radius);
  background: rgba(5, 7, 17, .72);
  color: var(--text);
  padding: 12px 13px;
}

.contact-form textarea {
  resize: vertical;
}

.checkbox-row {
  grid-template-columns: 20px 1fr;
  align-items: start;
}

.checkbox-row input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: var(--amber);
}

.form-status {
  min-height: 22px;
  color: var(--cyan);
  font-size: .9rem;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 45;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid rgba(245, 158, 11, .48);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(5, 7, 17, .9), rgba(16, 24, 39, .92));
  color: var(--white);
  box-shadow: 0 0 30px rgba(56, 189, 248, .24), 0 0 24px rgba(245, 158, 11, .18);
  gap: 9px;
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: .82rem;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.site-footer {
  padding: 74px 0 24px;
  border-top: 1px solid rgba(125, 211, 252, .16);
  background:
    linear-gradient(180deg, rgba(5, 7, 17, .22), rgba(5, 7, 17, .94)),
    var(--bg);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, minmax(130px, 1fr));
  gap: 28px;
}

.footer-brand {
  display: inline-block;
  color: var(--white);
  font-family: "Space Grotesk", Sora, Manrope, Inter, sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
}

.site-footer p {
  max-width: 360px;
  margin-top: 14px;
  font-size: .92rem;
}

.footer-title {
  margin: 0 0 14px;
  color: var(--cyan);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: .82rem;
  text-transform: uppercase;
}

.site-footer a:not(.footer-brand) {
  display: block;
  padding: 5px 0;
  color: rgba(248, 250, 252, .62);
  font-size: .9rem;
}

.site-footer a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 48px;
  padding-top: 18px;
  border-top: 1px solid rgba(125, 211, 252, .13);
  color: rgba(248, 250, 252, .48);
  font-size: .84rem;
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.is-visible {
  animation: revealRise .55s ease both;
}

@keyframes orbitFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}

@keyframes labelPulse {
  0%,
  100% {
    box-shadow: 0 0 20px rgba(56, 189, 248, .12);
  }
  50% {
    box-shadow: 0 0 32px rgba(245, 158, 11, .16);
  }
}

@keyframes revealRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}

@media (max-width: 1180px) {
  .desktop-nav,
  .header-amp {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
  }

  .orbit-art {
    max-width: 620px;
  }

  .content-layout {
    grid-template-columns: 1fr;
  }

  .anchor-sidebar {
    top: var(--header-h);
    z-index: 20;
    display: flex;
    overflow-x: auto;
    padding: 12px 0;
    margin: -22px 0 12px;
    background: rgba(5, 7, 17, .86);
    scrollbar-width: none;
    backdrop-filter: blur(14px);
  }

  .anchor-sidebar::-webkit-scrollbar {
    display: none;
  }

  .anchor-sidebar a {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 9px 12px;
    border: 1px solid rgba(125, 211, 252, .16);
    border-radius: 999px;
    background: rgba(248, 250, 252, .03);
  }

  .anchor-sidebar a:hover,
  .anchor-sidebar a.is-active {
    padding-left: 12px;
  }
}

@media (max-width: 860px) {
  :root {
    --header-h: 76px;
  }

  .container,
  .header-inner {
    width: min(100% - 28px, 1240px);
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    font-size: .9rem;
  }

  .brand-name {
    font-size: 1.05rem;
  }

  .brand-subtitle {
    max-width: 150px;
    font-size: .62rem;
  }

  .header-actions .btn-light {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: calc(var(--header-h) + 46px) 0 42px;
  }

  h1 {
    font-size: clamp(2.55rem, 13vw, 4.2rem);
  }

  h2 {
    font-size: clamp(1.78rem, 9vw, 2.8rem);
  }

  .hero-cta,
  .location-actions,
  .article-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-cta .btn,
  .location-actions .btn,
  .article-cta a,
  .menu-cta {
    width: 100%;
  }

  .hero-visual {
    margin-top: 18px;
  }

  .orbit-label {
    padding: 6px 9px;
    font-size: .68rem;
  }

  .label-one {
    top: 9%;
    left: 0;
  }

  .label-two {
    top: 12%;
    right: 0;
  }

  .label-three {
    right: 0;
    bottom: 20%;
  }

  .label-four {
    bottom: 11%;
    left: 4%;
  }

  .label-five {
    top: 48%;
    left: 0;
  }

  .feature-grid,
  .process-grid,
  .attestation-grid,
  .menu-grid,
  .footer-grid,
  .split-panel,
  .visual-grid,
  .location-grid,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .feature-badge {
    min-height: auto;
  }

  .metric-grid {
    grid-template-columns: 1fr 1fr;
  }

  .main-column {
    gap: 72px;
  }

  .content-layout {
    padding-top: 46px;
  }

  .section-header-row,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .testimonial-controls {
    width: 100%;
    justify-content: flex-start;
  }

  .testimonial-shell,
  .testimonial-card {
    min-height: 420px;
  }
}

@media (max-width: 560px) {
  .container,
  .header-inner {
    width: min(100% - 24px, 1240px);
  }

  .brand-subtitle {
    display: none;
  }

  .header-inner {
    gap: 10px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .eyebrow,
  .section-kicker,
  .demo-label {
    font-size: .72rem;
  }

  .metric-grid {
    grid-template-columns: 1fr;
  }

  .callout {
    grid-template-columns: 1fr;
  }

  .testimonial-person {
    align-items: flex-start;
    flex-direction: column;
  }

  .testimonial-shell,
  .testimonial-card {
    min-height: 470px;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 320px;
  }

  .contact-form {
    padding: 16px;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    min-height: 46px;
    padding: 11px 12px;
    font-size: .75rem;
  }

  .floating-whatsapp span {
    max-width: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
