:root {
  --bg: #f7f4ef;
  --bg-2: #ede9e1;
  --ink: #18181a;
  --ink-soft: #4f5056;
  --muted: #707178;
  --line: rgba(24, 24, 26, 0.14);
  --line-strong: rgba(24, 24, 26, 0.22);
  --accent: #3d6b6a;
  --accent-2: #6ba3a2;
  --blue: #476f91;
  --amber: #b88746;
  --green: #4e7f62;
  --red: #b85c4a;
  --dark: #111110;
  --dark-2: #1b1b19;
  --cream: #f7f4ef;
  --surface: rgba(255, 255, 255, 0.58);
  --glass-bg: color-mix(in srgb, #ffffff 62%, transparent);
  --glass-bg-dark: color-mix(in srgb, #16181a 66%, transparent);
  --glass-border: rgba(24, 24, 26, 0.13);
  --glass-hairline: color-mix(in srgb, rgba(255, 255, 255, 0.66) 60%, var(--line));
  --glass-shadow: 0 22px 58px rgba(22, 28, 36, 0.16), 0 5px 18px rgba(22, 28, 36, 0.08),
    inset 0 0 0 1px var(--glass-hairline);
  --glass-filter: blur(22px) saturate(1.35);
  --font: "Manrope", system-ui, sans-serif;
  --font-head: "DM Sans", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::selection {
  background: color-mix(in srgb, var(--accent-2) 38%, transparent);
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 1000;
  transform: translateY(-140%);
  background: var(--dark);
  color: var(--cream);
  padding: 10px 14px;
  border-radius: 8px;
}

.skip-link:focus {
  transform: none;
}

[data-glass],
.product-glass {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
  -webkit-backdrop-filter: var(--glass-filter);
  backdrop-filter: var(--glass-filter);
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 14px;
  left: 14px;
  right: 14px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 16px;
  min-height: 62px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(17, 18, 20, 0.64);
  color: var(--cream);
  border-color: rgba(237, 233, 225, 0.12);
  box-shadow: inset 0 0 0 1px rgba(237, 233, 225, 0.12), 0 18px 42px rgba(0, 0, 0, 0.28);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  text-decoration: none;
}

.brand img {
  width: 108px;
  height: 42px;
  padding: 5px 7px;
  border-radius: 10px;
  object-fit: contain;
  background: rgba(247, 244, 239, 0.92);
  box-shadow: inset 0 0 0 1px rgba(24, 24, 26, 0.08);
  flex: 0 0 auto;
}

.brand span {
  display: grid;
  gap: 1px;
}

.brand strong {
  font-family: var(--font-head);
  font-size: 1.02rem;
  line-height: 1;
}

.brand small {
  color: rgba(247, 244, 239, 0.62);
  font-size: 0.72rem;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  border: 1px solid rgba(237, 233, 225, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
}

.language-picker {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 3px;
  border: 1px solid rgba(237, 233, 225, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
}

.language-picker a {
  min-width: 32px;
  padding: 7px 8px;
  border-radius: 999px;
  color: rgba(247, 244, 239, 0.62);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  text-align: center;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.language-picker a:hover,
.language-picker a:focus-visible,
.language-picker a[aria-current="page"] {
  background: rgba(107, 163, 162, 0.12);
  color: #d9fffb;
}

.site-nav a,
.nav-cta {
  text-decoration: none;
  border-radius: 999px;
  padding: 9px 13px;
  color: rgba(247, 244, 239, 0.72);
  font-size: 0.85rem;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible {
  background: rgba(255, 255, 255, 0.09);
  color: var(--cream);
  transform: translateY(-1px);
}

.nav-cta {
  justify-self: end;
  border: 1px solid rgba(107, 163, 162, 0.42);
  color: #c9eeeb;
  background: rgba(107, 163, 162, 0.08);
}

.hero {
  position: relative;
  min-height: 92vh;
  min-height: 92svh;
  overflow: clip;
  background: var(--bg-2);
  isolation: isolate;
}

#survey-scene {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: #e8e2d8;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(247, 244, 239, 0.96) 0%, rgba(247, 244, 239, 0.74) 44%, rgba(247, 244, 239, 0.22) 100%),
    linear-gradient(180deg, rgba(247, 244, 239, 0.1) 0%, rgba(17, 17, 16, 0.12) 100%);
  pointer-events: none;
}

.hero-grid {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 92vh;
  min-height: 92svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.78fr);
  align-items: center;
  gap: 46px;
  padding: 118px 0 58px;
}

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

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  line-height: 1.5;
}

.hero-title,
.section-copy h2,
.workflow-head h2,
.closing h2 {
  font-family: var(--font-head);
  letter-spacing: 0;
  color: var(--ink);
}

.hero-title {
  margin: 0;
  font-size: 5.9rem;
  line-height: 0.93;
  max-width: 760px;
}

.hero-title span {
  display: block;
  transform-origin: left center;
}

.hero-lede {
  width: min(640px, 100%);
  margin: 26px 0 0;
  font-size: 1.12rem;
  line-height: 1.72;
  color: var(--ink-soft);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid var(--line);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--dark);
  color: var(--cream);
  border-color: var(--dark);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.5);
}

.hero-instrument {
  position: relative;
  min-height: 560px;
}

.phone-shell {
  position: absolute;
  right: 84px;
  top: 26px;
  width: 258px;
  height: 526px;
  border-radius: 34px;
  padding: 16px;
  overflow: hidden;
}

.phone-shell::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 27px;
  pointer-events: none;
}

.phone-status {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--cream);
  padding: 10px 11px;
  border-radius: 999px;
  background: rgba(17, 17, 16, 0.68);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.phone-map {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(24, 24, 26, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(24, 24, 26, 0.08) 1px, transparent 1px),
    linear-gradient(145deg, #d7e0d4, #b8cfc9 48%, #e7dcc7);
  background-size: 34px 34px, 34px 34px, auto;
}

.map-line {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: rgba(61, 107, 106, 0.58);
  transform-origin: left center;
}

.map-line.l1 {
  width: 245px;
  left: 16px;
  top: 248px;
  transform: rotate(-24deg);
}

.map-line.l2 {
  width: 230px;
  left: 40px;
  top: 342px;
  transform: rotate(18deg);
}

.map-line.l3 {
  width: 170px;
  left: 92px;
  top: 172px;
  background: rgba(184, 135, 70, 0.72);
  transform: rotate(56deg);
}

.fix-dot {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--accent);
  border: 2px solid var(--cream);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
}

.fix-dot.active {
  left: 132px;
  top: 244px;
  width: 18px;
  height: 18px;
  background: #1e726e;
  animation: pulse 2.8s ease-out infinite;
}

.fix-dot.p1 {
  left: 82px;
  top: 332px;
  background: var(--amber);
}

.fix-dot.p2 {
  right: 55px;
  top: 164px;
  background: var(--blue);
}

.target-ring {
  position: absolute;
  left: 112px;
  top: 225px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px dashed rgba(17, 17, 16, 0.44);
  animation: rotate 12s linear infinite;
}

.phone-panel {
  position: absolute;
  z-index: 2;
  left: 26px;
  right: 26px;
  bottom: 28px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(247, 244, 239, 0.68);
  border: 1px solid rgba(24, 24, 26, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.44);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
  backdrop-filter: blur(18px) saturate(1.25);
}

.phone-panel span,
.cloud-top span,
.feature-kicker {
  display: block;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.7rem;
}

.phone-panel strong {
  display: block;
  margin-top: 4px;
  font-family: var(--font-head);
  font-size: 2rem;
}

.phone-panel small {
  color: var(--ink-soft);
}

.cloud-shell {
  position: absolute;
  right: 0;
  bottom: 70px;
  width: 370px;
  min-height: 246px;
  border-radius: 18px;
  padding: 14px;
}

.cloud-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.cloud-top b {
  font-family: var(--font-head);
}

.cloud-body {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 14px;
  padding-top: 14px;
}

.layer-list {
  display: grid;
  gap: 8px;
  align-content: start;
}

.layer-list span,
.cloud-preview aside span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--ink-soft);
}

.swatch {
  width: 11px;
  height: 11px;
  border-radius: 3px;
  border: 1px solid rgba(24, 24, 26, 0.16);
  display: inline-block;
}

.swatch.green {
  background: var(--green);
}

.swatch.amber {
  background: var(--amber);
}

.swatch.blue {
  background: var(--blue);
}

.swatch.red {
  background: var(--red);
}

.cloud-model {
  min-height: 150px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(24, 24, 26, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(24, 24, 26, 0.08) 1px, transparent 1px),
    rgba(255, 255, 255, 0.36);
  background-size: 24px 24px;
  transform: perspective(500px) rotateX(56deg) rotateZ(-33deg);
  transform-origin: center;
}

.cloud-model span {
  position: absolute;
  left: 28px;
  right: 28px;
  height: 2px;
  background: var(--accent);
  border-radius: 999px;
  box-shadow: 0 22px 0 var(--amber), 0 44px 0 var(--blue), 72px 66px 0 var(--green);
}

.cloud-model span:nth-child(1) {
  top: 38px;
  transform: rotate(16deg);
}

.cloud-model span:nth-child(2) {
  top: 76px;
  transform: rotate(-22deg);
}

.cloud-model span:nth-child(3) {
  top: 112px;
  transform: rotate(34deg);
}

.cloud-model span:nth-child(4) {
  top: 128px;
  width: 70px;
  right: auto;
  background: var(--red);
}

.metric-strip {
  position: absolute;
  left: 0;
  bottom: 28px;
  width: 330px;
  border-radius: 14px;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.metric-strip span {
  display: grid;
  gap: 3px;
  min-width: 0;
  font-size: 0.68rem;
  color: var(--muted);
}

.metric-strip b {
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 0.74rem;
  overflow-wrap: anywhere;
}

.float-a {
  animation: floatA 7s ease-in-out infinite;
}

.float-b {
  animation: floatB 8s ease-in-out infinite;
}

.float-c {
  animation: floatC 6.5s ease-in-out infinite;
}

.intro-strip {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: -36px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.intro-strip div {
  min-height: 96px;
  padding: 18px;
  border-radius: 14px;
  background: var(--dark);
  color: var(--cream);
  border: 1px solid rgba(237, 233, 225, 0.12);
  box-shadow: 0 18px 44px rgba(24, 24, 26, 0.2);
}

.intro-strip span {
  display: block;
  color: rgba(247, 244, 239, 0.58);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  margin-bottom: 8px;
}

.intro-strip strong {
  display: block;
  font-family: var(--font-head);
  font-size: 1.05rem;
  line-height: 1.3;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 140px 0;
}

.field-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: start;
}

.section-copy h2,
.workflow-head h2,
.closing h2 {
  margin: 0;
  font-size: 3.05rem;
  line-height: 1.02;
}

.section-copy p:not(.eyebrow),
.closing p {
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.72;
}

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

.feature-card {
  min-height: 280px;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
}

.feature-card h3,
.trust-item h3 {
  margin: 0;
  font-family: var(--font-head);
  font-size: 1.35rem;
  line-height: 1.14;
}

.feature-card p,
.trust-item p,
.timeline p {
  color: var(--ink-soft);
  line-height: 1.65;
}

.feature-card p {
  margin: 0;
}

.trust-item h3 {
  margin-top: 16px;
}

.split-band {
  background: var(--dark);
  color: var(--cream);
  min-height: 760px;
  padding: 120px max(20px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
  gap: 54px;
  align-items: center;
  overflow: hidden;
}

.split-band .section-copy h2,
.split-band .section-copy p:not(.eyebrow) {
  color: var(--cream);
}

.split-band .section-copy p:not(.eyebrow) {
  color: rgba(247, 244, 239, 0.72);
}

.split-band .eyebrow {
  color: #9fd0ce;
}

.cloud-visual {
  min-height: 480px;
  border-radius: 22px;
  padding: 16px;
  background: var(--glass-bg-dark);
  border-color: rgba(237, 233, 225, 0.12);
}

.browser-bar {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(237, 233, 225, 0.12);
  color: rgba(247, 244, 239, 0.58);
  font-family: var(--font-mono);
  font-size: 0.72rem;
}

.browser-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(247, 244, 239, 0.22);
}

.browser-bar strong {
  margin-left: 8px;
  color: rgba(247, 244, 239, 0.72);
}

.cloud-preview {
  display: grid;
  grid-template-columns: 156px 1fr;
  gap: 16px;
  height: 398px;
  padding: 16px 0 0;
}

.cloud-preview aside {
  border-radius: 16px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(237, 233, 225, 0.12);
  display: grid;
  align-content: start;
  gap: 13px;
}

.cloud-preview aside b {
  font-family: var(--font-head);
  margin-bottom: 6px;
}

.cloud-preview aside span {
  color: rgba(247, 244, 239, 0.66);
}

.preview-map {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(247, 244, 239, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(247, 244, 239, 0.08) 1px, transparent 1px),
    #202522;
  background-size: 38px 38px;
}

.contour {
  position: absolute;
  width: 84%;
  height: 2px;
  left: 8%;
  border-radius: 999px;
  background: #9fd0ce;
}

.contour.c1 {
  top: 25%;
  transform: rotate(12deg);
}

.contour.c2 {
  top: 49%;
  background: #caa16a;
  transform: rotate(-18deg);
}

.contour.c3 {
  top: 68%;
  background: #799fc0;
  transform: rotate(32deg);
}

.node {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid var(--cream);
  background: var(--accent-2);
}

.node.n1 {
  left: 32%;
  top: 35%;
}

.node.n2 {
  left: 62%;
  top: 57%;
  background: var(--amber);
}

.node.n3 {
  left: 48%;
  top: 72%;
  background: var(--blue);
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.stat-row span {
  display: grid;
  gap: 4px;
  padding: 13px;
  border-radius: 12px;
  border: 1px solid rgba(237, 233, 225, 0.12);
  background: rgba(255, 255, 255, 0.055);
  color: rgba(247, 244, 239, 0.62);
  font-size: 0.82rem;
}

.stat-row b {
  color: var(--cream);
  font-family: var(--font-mono);
}

.trust-section {
  padding-bottom: 110px;
}

.centered {
  text-align: center;
  width: min(860px, 100%);
  margin: 0 auto;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
  border-top: 1px solid var(--line);
}

.trust-item {
  padding: 28px 0 0;
}

.trust-item span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--dark);
  color: var(--cream);
  font-family: var(--font-mono);
  font-size: 0.78rem;
}

.workflow {
  background: #e5ebea;
  padding: 120px max(20px, calc((100vw - 1180px) / 2));
}

.workflow-head {
  width: min(780px, 100%);
}

.timeline {
  list-style: none;
  padding: 0;
  margin: 58px 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}

.timeline li {
  min-height: 260px;
  padding: 22px;
  background: rgba(247, 244, 239, 0.76);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.timeline span {
  font-family: var(--font-head);
  font-size: 1.3rem;
  font-weight: 700;
}

.timeline p {
  margin-bottom: 0;
}

.closing {
  padding: 120px 20px;
  background: var(--dark);
}

.closing-inner {
  width: min(980px, 100%);
  margin: 0 auto;
  border-radius: 22px;
  padding: 44px;
  background: var(--glass-bg-dark);
  color: var(--cream);
  border-color: rgba(237, 233, 225, 0.12);
}

.closing h2 {
  color: var(--cream);
  max-width: 760px;
}

.closing p {
  color: rgba(247, 244, 239, 0.7);
  max-width: 680px;
}

.closing .button {
  margin-top: 30px;
  background: var(--cream);
  color: var(--dark);
  border-color: var(--cream);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px max(20px, calc((100vw - 1180px) / 2));
  background: var(--dark);
  color: rgba(247, 244, 239, 0.58);
  border-top: 1px solid rgba(237, 233, 225, 0.1);
  font-family: var(--font-mono);
  font-size: 0.78rem;
}

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

.reveal.in-view {
  animation: revealIn 680ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-title.reveal.in-view span:nth-child(1) {
  animation: titleIn 760ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-title.reveal.in-view span:nth-child(2) {
  animation: titleIn 760ms cubic-bezier(0.16, 1, 0.3, 1) 90ms both;
}

.hero-title.reveal.in-view span:nth-child(3) {
  animation: titleIn 760ms cubic-bezier(0.16, 1, 0.3, 1) 180ms both;
}

@keyframes titleIn {
  from {
    opacity: 0;
    transform: translateY(28px) rotateX(18deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes revealIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(61, 107, 106, 0.34), 0 8px 20px rgba(0, 0, 0, 0.24);
  }
  70% {
    box-shadow: 0 0 0 24px rgba(61, 107, 106, 0), 0 8px 20px rgba(0, 0, 0, 0.24);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(61, 107, 106, 0), 0 8px 20px rgba(0, 0, 0, 0.24);
  }
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes floatA {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-1.5deg);
  }
  50% {
    transform: translate3d(0, -13px, 0) rotate(1deg);
  }
}

@keyframes floatB {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(1deg);
  }
  50% {
    transform: translate3d(-7px, 12px, 0) rotate(-1.2deg);
  }
}

@keyframes floatC {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(8px, -8px, 0);
  }
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto auto auto;
  }

  .site-nav {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 112px;
  }

  .hero-title {
    font-size: 4.35rem;
  }

  .hero-instrument {
    min-height: 510px;
  }

  .phone-shell {
    left: 5%;
    right: auto;
    top: 10px;
  }

  .cloud-shell {
    right: 4%;
  }

  .metric-strip {
    left: 12%;
  }

  .field-section,
  .split-band {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 210px;
  }

  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .site-header {
    top: 10px;
    left: 10px;
    right: 10px;
    min-height: 58px;
    padding: 8px;
  }

  .brand small {
    display: none;
  }

  .brand {
    gap: 8px;
  }

  .brand img {
    width: 88px;
    height: 36px;
    padding: 4px 6px;
  }

  .nav-cta {
    padding: 8px 11px;
    font-size: 0.78rem;
  }

  .language-picker a {
    min-width: 28px;
    padding: 7px 6px;
    font-size: 0.64rem;
  }

  .hero,
  .hero-grid {
    min-height: 91vh;
    min-height: 91svh;
  }

  .hero-grid {
    width: min(100% - 28px, 1180px);
    padding: 102px 0 38px;
    display: block;
    position: relative;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(247, 244, 239, 0.96) 0%, rgba(247, 244, 239, 0.82) 44%, rgba(247, 244, 239, 0.26) 100%);
  }

  .hero-title {
    font-size: 3.18rem;
    line-height: 0.98;
  }

  .hero-lede {
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .button {
    width: 100%;
  }

  .hero-instrument {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -154px;
    min-height: 320px;
    z-index: -1;
    opacity: 0.92;
  }

  .phone-shell {
    width: 194px;
    height: 390px;
    left: 0;
    top: 18px;
    border-radius: 28px;
  }

  .cloud-shell {
    width: min(280px, 78vw);
    right: 0;
    bottom: 36px;
    min-height: 202px;
  }

  .cloud-body {
    grid-template-columns: 1fr;
  }

  .cloud-model {
    min-height: 92px;
  }

  .metric-strip {
    display: none;
  }

  .intro-strip {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    margin-top: -22px;
  }

  .section,
  .split-band,
  .workflow {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section {
    width: calc(100% - 28px);
  }

  .section-copy h2,
  .workflow-head h2,
  .closing h2 {
    font-size: 2.25rem;
    line-height: 1.07;
  }

  .split-band {
    padding-left: 14px;
    padding-right: 14px;
  }

  .cloud-preview {
    grid-template-columns: 1fr;
    height: auto;
  }

  .preview-map {
    min-height: 230px;
  }

  .stat-row {
    grid-template-columns: 1fr;
  }

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

  .timeline li {
    min-height: 190px;
  }

  .closing {
    padding: 88px 14px;
  }

  .closing-inner {
    padding: 26px;
  }

  .site-footer {
    display: grid;
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 380px) {
  .site-header {
    gap: 8px;
  }

  .brand span {
    display: none;
  }
}

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

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

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  [data-glass],
  .product-glass {
    background: rgba(247, 244, 239, 0.94);
  }

  .site-header,
  .split-band .cloud-visual,
  .closing-inner {
    background: rgba(17, 17, 16, 0.94);
  }
}
