:root {
  --black: #030607;
  --ink: #080b0c;
  --panel: rgba(9, 14, 15, 0.9);
  --panel-soft: rgba(12, 17, 18, 0.7);
  --line: rgba(237, 230, 214, 0.36);
  --cream: #f4efe4;
  --muted: rgba(244, 239, 228, 0.74);
  --yellow: #ffc400;
  --yellow-deep: #d79c00;
  --blue: #086bff;
  --paper: #f3eddf;
  --paper-ink: #11100d;
  --rail-width: clamp(78px, 7.5vw, 116px);
  --content-left: clamp(124px, 11vw, 190px);
  --page-pad: clamp(22px, 3.8vw, 64px);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 196, 0, 0.05), transparent 34rem),
    #020506;
  color: var(--cream);
  font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  content: "";
  opacity: 0.11;
  mix-blend-mode: overlay;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 3px 3px, 4px 4px;
}

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

button,
input {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 200;
  transform: translateY(-140%);
  border: 1px solid var(--yellow);
  background: var(--black);
  color: var(--cream);
  padding: 10px 14px;
}

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

.section {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(244, 239, 228, 0.18);
}

.scene-plate {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01) translate3d(0, calc(var(--parallax, 0) * -18px), 0);
  filter: saturate(1.02) contrast(1.02);
  transition: transform 500ms var(--ease-out);
}

.shade {
  position: absolute;
  z-index: -2;
  pointer-events: none;
}

.shade-left {
  inset: 0 auto 0 0;
  width: 57%;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0.94) 55%, rgba(0, 0, 0, 0.55) 82%, rgba(0, 0, 0, 0.12) 100%),
    radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.8), transparent 40rem);
}

.shade-left.strong {
  width: 61%;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.995), rgba(0, 0, 0, 0.95) 66%, rgba(0, 0, 0, 0.18));
}

.shade-right {
  inset: 0 0 0 auto;
  width: 48%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.42), transparent);
}

.shade-bottom {
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.84), transparent);
}

.section-inner {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  padding-left: var(--content-left);
  padding-right: var(--page-pad);
}

.job-rail {
  position: fixed;
  left: clamp(16px, 1.45vw, 24px);
  top: clamp(20px, 3vh, 30px);
  bottom: clamp(22px, 3.8vh, 38px);
  z-index: 80;
  width: var(--rail-width);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(42px, 6.5vh, 60px) 0 clamp(48px, 6vh, 60px);
  border: 1px solid rgba(244, 239, 228, 0.62);
  border-left-style: dashed;
  border-right-style: dashed;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent 42%, rgba(255, 255, 255, 0.045)),
    rgba(3, 8, 9, 0.72);
  box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.03), 0 20px 55px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(7px);
}

.ticket-cut {
  position: absolute;
  left: 50%;
  width: 28px;
  height: 15px;
  transform: translateX(-50%);
  border: 1px solid rgba(244, 239, 228, 0.62);
  background: var(--black);
}

.ticket-cut-top {
  top: -1px;
  border-top: 0;
  border-radius: 0 0 18px 18px;
}

.ticket-cut-bottom {
  bottom: -1px;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.ticket-title {
  color: var(--yellow);
  font-weight: 900;
  font-size: clamp(15px, 1.12vw, 20px);
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.rail-line {
  width: 44%;
  height: 1px;
  margin: clamp(14px, 2.5vh, 22px) 0;
  background: rgba(244, 239, 228, 0.55);
}

.rail-step {
  display: grid;
  place-items: center;
  gap: 7px;
  color: var(--blue);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: clamp(14px, 1.16vw, 20px);
  font-weight: 800;
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
  transition: color 260ms ease, opacity 260ms ease, transform 260ms ease;
}

.rail-step:hover,
.rail-step:focus-visible {
  color: var(--yellow);
  transform: translateX(2px);
}

.rail-step i,
.rail-step b {
  width: 24px;
  height: 13px;
  display: block;
}

.rail-step i {
  border-left: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  transform: rotate(-45deg);
}

.rail-step b {
  width: 24px;
  height: 4px;
  background: currentColor;
  opacity: 0.7;
}

.rail-step.is-active {
  color: var(--yellow);
}

.rail-step.is-active i {
  width: 26px;
  height: 18px;
  border-left: 0;
  border-bottom: 4px solid currentColor;
  transform: none;
}

.rail-step.is-active i::after {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  border-top: 4px solid currentColor;
  border-right: 4px solid currentColor;
  transform: translate(8px, -7px) rotate(45deg);
}

.rail-step-muted {
  color: rgba(244, 239, 228, 0.47);
}

.barcode {
  position: absolute;
  bottom: clamp(54px, 6.6vh, 66px);
  left: 50%;
  display: flex;
  gap: 2px;
  height: 38px;
  transform: translateX(-50%);
}

.barcode span {
  width: 2px;
  background: var(--yellow);
}

.barcode span:nth-child(3n) {
  width: 4px;
}

.mobile-status {
  display: none;
}

.mobile-photo-panel {
  display: none;
}

.desktop-hotspots {
  display: none;
}

.top-nav {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  padding-top: clamp(30px, 3.5vh, 45px);
  border-bottom: 1px solid rgba(244, 239, 228, 0.24);
  padding-bottom: 17px;
}

.top-nav::before {
  position: absolute;
  inset: -18px -16px 0 -16px;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, rgba(2, 5, 6, 1) 0%, rgba(2, 5, 6, 0.99) 82%, rgba(2, 5, 6, 0.82) 100%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: clamp(24px, 1.75vw, 32px);
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 27px;
}

.brand-mark i {
  display: block;
  width: 10px;
  height: 27px;
  background: var(--yellow);
  transform: skewX(-18deg);
}

.top-nav nav,
.site-footer {
  display: flex;
  align-items: center;
}

.top-nav nav {
  gap: clamp(45px, 6vw, 84px);
  font-size: clamp(18px, 1.34vw, 23px);
}

.top-nav a {
  transition: color 200ms ease, transform 200ms ease;
}

.top-nav a:hover,
.top-nav a:focus-visible,
.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--yellow);
}

.nav-call {
  min-width: 166px;
  border-radius: 3px;
  background: linear-gradient(180deg, #ffd122, var(--yellow));
  color: #060606;
  padding: 16px 24px;
  font-size: clamp(18px, 1.22vw, 22px);
  font-weight: 900;
  text-align: center;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.18), 0 16px 35px rgba(255, 196, 0, 0.14);
}

.nav-call:hover,
.nav-call:focus-visible {
  color: #060606;
  transform: translateY(-2px);
}

.hero-copy {
  position: relative;
  isolation: isolate;
  width: min(720px, 48vw);
  padding-top: clamp(66px, 7.2vh, 82px);
}

.hero-copy::before,
.benefits-copy::before,
.process-copy::before,
.contact-copy::before {
  position: absolute;
  inset: -26px -72px -32px -22px;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 16% 35%, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.82) 52%, rgba(0, 0, 0, 0.08) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.97), rgba(0, 0, 0, 0.76) 74%, transparent);
  filter: blur(2px);
}

.pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(244, 239, 228, 0.48);
  border-radius: 999px;
  background: rgba(2, 6, 7, 0.52);
  padding: 13px 24px;
  font-size: clamp(18px, 1.35vw, 24px);
  backdrop-filter: blur(8px);
}

.target-icon {
  position: relative;
  width: 28px;
  height: 28px;
  border: 3px solid var(--yellow);
  border-radius: 50%;
}

.target-icon::before,
.target-icon::after {
  position: absolute;
  content: "";
  background: var(--yellow);
}

.target-icon::before {
  width: 38px;
  height: 3px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.target-icon::after {
  width: 3px;
  height: 38px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mega-title,
.section-title {
  margin: 22px 0 0;
  font-family: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
  color: var(--cream);
  filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.35));
}

.mega-title {
  font-size: clamp(82px, 9.4vw, 166px);
  line-height: 0.92;
  max-width: 770px;
}

.section-title {
  font-size: clamp(64px, 7vw, 124px);
  line-height: 0.92;
}

.mega-title span,
.section-title span {
  display: block;
}

.accent {
  color: var(--yellow);
  text-shadow: 0 2px 0 rgba(173, 105, 0, 0.28);
}

.lead {
  max-width: 620px;
  color: var(--muted);
  margin: 22px 0 0;
  font-size: clamp(23px, 1.75vw, 32px);
  line-height: 1.35;
}

.button-primary {
  position: relative;
  display: inline-flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border: 0;
  border-radius: 7px;
  margin-top: 22px;
  padding: 0 38px;
  background: linear-gradient(180deg, #ffd21f 0%, #ffc400 58%, #f3ae00 100%);
  color: #050505;
  cursor: pointer;
  font-size: clamp(20px, 1.46vw, 26px);
  font-weight: 900;
  letter-spacing: 0;
  box-shadow:
    inset 0 -3px 0 rgba(0, 0, 0, 0.18),
    0 24px 44px rgba(255, 196, 0, 0.18);
  transition: transform 190ms ease, box-shadow 190ms ease, filter 190ms ease;
}

.button-primary:hover,
.button-primary:focus-visible {
  transform: translateY(-3px);
  box-shadow:
    inset 0 -3px 0 rgba(0, 0, 0, 0.16),
    0 30px 50px rgba(255, 196, 0, 0.24);
  filter: brightness(1.04);
}

.button-primary:active {
  transform: translateY(0);
}

.button-arrow {
  position: relative;
  width: 28px;
  height: 3px;
  background: currentColor;
}

.button-arrow::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 13px;
  height: 13px;
  content: "";
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.glass-panel {
  border: 1px solid rgba(244, 239, 228, 0.4);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    var(--panel);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
}

.lead-toast {
  position: absolute;
  right: clamp(90px, 8vw, 150px);
  bottom: clamp(84px, 8.8vh, 124px);
  width: min(405px, 29vw);
  border-radius: 8px;
  padding: 24px 28px;
}

.toast-row {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 58px;
  border-bottom: 1px solid rgba(244, 239, 228, 0.25);
  font-size: clamp(20px, 1.45vw, 25px);
}

.toast-row:last-child {
  border-bottom: 0;
}

.toast-row strong {
  font-size: clamp(22px, 1.65vw, 28px);
}

.toast-row em {
  color: rgba(244, 239, 228, 0.48);
  font-style: normal;
  font-size: 18px;
}

.toast-icon,
.mini-icon {
  display: inline-grid;
  place-items: center;
  border-radius: 9px;
}

.toast-icon {
  width: 42px;
  height: 42px;
}

.toast-blue {
  background: linear-gradient(135deg, #0b78ff, #0649d6);
}

.toast-blue::before {
  width: 18px;
  height: 14px;
  border-radius: 8px;
  background: var(--cream);
  content: "";
}

.toast-blue::after {
  position: absolute;
  content: "";
}

.toast-yellow,
.phone-dot {
  background: var(--yellow);
}

.toast-detail {
  grid-template-columns: 48px 1fr;
}

.phone-dot::before {
  width: 15px;
  height: 15px;
  border: 3px solid #050505;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  content: "";
  transform: rotate(45deg);
}

.mail-dot::before {
  width: 22px;
  height: 16px;
  border: 3px solid currentColor;
  border-radius: 2px;
  color: var(--cream);
  content: "";
}

.benefits-inner {
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(480px, 0.95fr);
  gap: clamp(36px, 4vw, 72px);
  align-items: center;
  padding-top: clamp(52px, 7vh, 88px);
  padding-bottom: clamp(52px, 6vh, 72px);
}

.benefits-copy {
  align-self: start;
  padding-top: clamp(20px, 2vh, 35px);
}

.benefits-section .section-title {
  max-width: 760px;
  font-size: clamp(58px, 6vw, 106px);
}

.eyebrow {
  position: relative;
  margin: 0 0 22px;
  padding-bottom: 18px;
  color: var(--yellow);
  font-family: "Courier New", monospace;
  font-size: clamp(20px, 1.48vw, 26px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 4px;
  background: var(--yellow);
  content: "";
}

.flow-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  max-width: 780px;
}

.phone-mini,
.flow-card {
  position: relative;
  border: 1px solid rgba(244, 239, 228, 0.38);
  background: rgba(8, 12, 13, 0.82);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.phone-mini {
  width: 225px;
  min-height: 300px;
  border-radius: 30px 30px 0 0;
  padding: 74px 22px 22px;
  color: var(--cream);
}

.phone-notch {
  position: absolute;
  left: 50%;
  top: 11px;
  width: 66px;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 0 0 14px 14px;
  background: #020202;
}

.phone-avatar {
  position: absolute;
  top: 38px;
  left: 50%;
  width: 34px;
  height: 34px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--blue);
}

.phone-mini strong,
.flow-card strong {
  display: block;
  font-size: 15px;
  line-height: 1.25;
}

.phone-mini small,
.flow-card small {
  display: block;
  margin-top: 10px;
  color: rgba(244, 239, 228, 0.82);
  font-size: 13px;
  line-height: 1.36;
}

.phone-mini strong {
  margin-top: 10px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.flow-card {
  width: 205px;
  min-height: 180px;
  border-radius: 6px;
  padding: 22px 18px 18px;
}

.flow-card a {
  display: inline-block;
  margin-top: 10px;
  color: var(--blue);
  font-size: 14px;
}

.mini-icon {
  width: 34px;
  height: 28px;
  margin-bottom: 10px;
  background: var(--blue);
  color: var(--cream);
}

.chat-dot {
  background: transparent;
  border: 2px solid var(--yellow);
}

.chat-dot::before {
  width: 18px;
  height: 4px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 8px 0 0 var(--yellow), -8px 0 0 var(--yellow);
  content: "";
}

.flow-arrow {
  width: 30px;
  border-top: 2px dashed rgba(244, 239, 228, 0.72);
}

.wide {
  min-width: min(380px, 100%);
  margin-top: 26px;
}

.feature-stack {
  border-radius: 7px;
  overflow: hidden;
  align-self: start;
  margin-top: clamp(150px, 22vh, 210px);
}

.feature-item {
  display: grid;
  grid-template-columns: 116px 2px 1fr;
  align-items: center;
  gap: clamp(26px, 3vw, 48px);
  min-height: 192px;
  padding: clamp(26px, 3.2vw, 36px);
  border-bottom: 1px solid rgba(244, 239, 228, 0.23);
}

.feature-item:last-child {
  border-bottom: 0;
}

.feature-icon {
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(244, 239, 228, 0.37);
  border-radius: 6px;
  color: var(--yellow);
}

.feature-rule {
  width: 2px;
  height: 98px;
  display: block;
}

.feature-rule.yellow {
  background: var(--yellow);
}

.feature-rule.blue {
  background: var(--blue);
}

.feature-item h3 {
  margin: 0 0 12px;
  font-size: clamp(28px, 2.15vw, 38px);
  line-height: 1;
}

.feature-item p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(22px, 1.7vw, 29px);
  line-height: 1.28;
}

.magnet::before {
  width: 52px;
  height: 62px;
  border: 7px solid currentColor;
  border-top: 0;
  border-radius: 0 0 25px 25px;
  content: "";
  transform: rotate(45deg);
}

.envelope {
  color: var(--blue);
}

.envelope::before {
  width: 68px;
  height: 45px;
  border: 6px solid currentColor;
  border-radius: 2px;
  content: "";
}

.bubble::before {
  width: 68px;
  height: 52px;
  border: 6px solid currentColor;
  border-radius: 17px;
  content: "";
}

.process-inner {
  padding-top: clamp(86px, 9.5vh, 118px);
}

.process-copy {
  width: min(780px, 58vw);
}

.process-title {
  max-width: 820px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.55vw, 44px);
  width: min(1015px, 68vw);
  margin-top: clamp(38px, 4vh, 52px);
}

.step-card {
  position: relative;
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: start;
  gap: 22px;
  min-height: 202px;
  border-radius: 7px;
  padding: 28px 24px;
}

.step-card:not(:last-child)::after {
  position: absolute;
  right: -33px;
  top: 50%;
  width: 34px;
  height: 3px;
  transform: translateY(-50%);
  background: var(--yellow);
  box-shadow: 17px 0 0 rgba(0, 0, 0, 0);
  content: "";
}

.step-card:not(:last-child)::before {
  position: absolute;
  right: -42px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  border: 4px solid var(--yellow);
  border-radius: 50%;
  background: var(--black);
  content: "";
  z-index: 2;
}

.step-number {
  display: grid;
  place-items: center;
  width: 58px;
  height: 70px;
  border-radius: 6px;
  background: linear-gradient(135deg, #0a7aff, #0349c9);
  color: var(--cream);
  font-family: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 38px;
  line-height: 1;
}

.step-card h3 {
  margin: 7px 0 17px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(244, 239, 228, 0.45);
  font-size: clamp(22px, 1.6vw, 29px);
  line-height: 1.05;
}

.step-card p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(19px, 1.35vw, 23px);
  line-height: 1.36;
}

.process-cta {
  margin-top: 31px;
  min-width: min(372px, 100%);
}

.phone-chat {
  position: absolute;
  right: clamp(24px, 2.6vw, 48px);
  top: clamp(78px, 8.2vh, 112px);
  width: clamp(300px, 23vw, 384px);
}

.phone-shell {
  min-height: 720px;
  border: 3px solid rgba(244, 239, 228, 0.32);
  border-radius: 48px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.07), transparent 18rem),
    #04090c;
  padding: 58px 28px 28px;
  box-shadow:
    inset 0 0 0 8px rgba(255, 255, 255, 0.035),
    0 28px 75px rgba(0, 0, 0, 0.48);
}

.dynamic-island {
  position: absolute;
  left: 50%;
  top: 21px;
  width: 96px;
  height: 28px;
  transform: translateX(-50%);
  border-radius: 20px;
  background: #000;
}

.phone-head {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  min-height: 72px;
  border-bottom: 1px solid rgba(244, 239, 228, 0.08);
  font-size: 19px;
}

.phone-head strong {
  text-align: center;
  transform: translateX(-14px);
}

.bubble-msg {
  width: 78%;
  margin-top: 28px;
  border-radius: 11px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  padding: 18px 20px;
  color: var(--cream);
  font-size: 20px;
  line-height: 1.2;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.bubble-msg.short {
  width: 60%;
}

.bubble-msg.call {
  width: 91%;
}

.bubble-msg b {
  color: var(--blue);
  font-weight: 500;
}

.bubble-msg small {
  display: block;
  margin-top: 12px;
  color: rgba(244, 239, 228, 0.58);
  font-size: 14px;
}

.message-bar {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 34px;
  display: grid;
  grid-template-columns: 38px 1fr 30px;
  align-items: center;
  gap: 12px;
}

.message-bar span:first-child {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--cream);
  font-size: 26px;
}

.message-bar em {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(244, 239, 228, 0.46);
  padding: 11px 15px;
  font-style: normal;
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(390px, 466px);
  gap: clamp(36px, 3vw, 48px);
  align-items: center;
  justify-content: start;
  padding-top: clamp(52px, 7vh, 88px);
  padding-bottom: clamp(112px, 15vh, 155px);
}

.contact-copy {
  align-self: start;
  padding-top: clamp(52px, 8vh, 92px);
}

.contact-title {
  width: min(900px, calc(100vw - var(--content-left) - 500px));
  max-width: 900px;
}

.contact-section .section-title {
  font-size: clamp(68px, 7vw, 124px);
}

.contact-section .section-title .accent {
  white-space: nowrap;
}

.booking-form {
  width: min(466px, 100%);
  justify-self: center;
  margin-top: 94px;
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.1)),
    var(--paper);
  color: var(--paper-ink);
  padding: clamp(28px, 3vw, 38px);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.42);
}

.booking-form h3 {
  margin: 0;
  font-size: clamp(31px, 2.25vw, 42px);
  line-height: 1;
}

.form-accent {
  display: block;
  width: 70px;
  height: 3px;
  margin: 18px 0 28px;
  background: var(--yellow);
}

.booking-form label {
  display: block;
  margin-top: 22px;
}

.booking-form label span {
  display: block;
  margin-bottom: 7px;
  font-size: 17px;
  font-weight: 900;
}

.booking-form input {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(17, 16, 13, 0.48);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.28);
  color: var(--paper-ink);
  padding: 0 17px;
  font-size: 17px;
  outline: 0;
  transition: border-color 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.booking-form input:focus {
  border-color: var(--yellow-deep);
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 0 0 3px rgba(255, 196, 0, 0.24);
}

.booking-form input.is-invalid {
  border-color: #b82222;
  box-shadow: 0 0 0 3px rgba(184, 34, 34, 0.14);
}

.form-button {
  width: 100%;
  min-height: 62px;
  margin-top: 26px;
  font-size: 22px;
}

.form-notes {
  display: grid;
  gap: 12px;
  margin: 21px 0 0;
}

.form-note {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0;
  color: rgba(17, 16, 13, 0.82);
  font-size: 17px;
}

.shield {
  position: relative;
  flex: 0 0 auto;
  width: 25px;
  height: 28px;
  color: rgba(17, 16, 13, 0.78);
}

.shield::before {
  position: absolute;
  content: "";
  inset: 1px 2px 0;
  border: 3px solid currentColor;
  border-radius: 5px 5px 12px 12px;
}

.shield::after {
  position: absolute;
  left: 50%;
  top: 47%;
  width: 7px;
  height: 12px;
  content: "";
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}

.form-status {
  min-height: 23px;
  margin: 16px 0 0;
  color: #0a5a21;
  font-weight: 900;
}

.site-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  min-height: 108px;
  gap: clamp(38px, 5vw, 88px);
  padding-left: var(--content-left);
  padding-right: var(--page-pad);
  border-top: 1px solid rgba(244, 239, 228, 0.46);
  background: rgba(0, 4, 5, 0.82);
  backdrop-filter: blur(9px);
  font-size: clamp(18px, 1.3vw, 24px);
}

.site-footer .brand {
  margin-right: clamp(10px, 3vw, 44px);
}

.site-footer > a:not(.brand) {
  position: relative;
  padding-left: clamp(34px, 4vw, 62px);
}

.site-footer > a:not(.brand)::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 48px;
  transform: translateY(-50%);
  background: rgba(244, 239, 228, 0.54);
  content: "";
}

.footer-legal,
.legal-footer-links {
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(244, 239, 228, 0.58);
  font-family: "Courier New", monospace;
  font-size: clamp(12px, 0.78vw, 14px);
  font-weight: 700;
  text-transform: uppercase;
}

.footer-legal {
  margin-left: auto;
}

.footer-legal a,
.legal-footer-links a {
  transition: color 200ms ease, opacity 200ms ease;
}

.footer-legal a:hover,
.footer-legal a:focus-visible,
.legal-footer-links a:hover,
.legal-footer-links a:focus-visible {
  color: var(--yellow);
}

.legal-footer-links {
  position: absolute;
  right: var(--page-pad);
  bottom: 25px;
  z-index: 6;
}

.legal-footer-links span {
  width: 1px;
  height: 18px;
  background: rgba(244, 239, 228, 0.28);
}

.legal-page {
  min-height: 100svh;
  background:
    radial-gradient(circle at 78% 9%, rgba(8, 107, 255, 0.28), transparent 27rem),
    radial-gradient(circle at 14% 32%, rgba(255, 196, 0, 0.08), transparent 25rem),
    #020506;
}

.legal-bg,
.legal-wash {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.legal-bg {
  z-index: -4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
  filter: saturate(0.92) contrast(1.08);
}

.legal-bg-privacy {
  object-position: 62% center;
}

.legal-wash {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.82) 45%, rgba(0, 0, 0, 0.6) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.42), #020506 72%);
}

.legal-shell {
  width: min(1180px, calc(100% - clamp(36px, 8vw, 132px)));
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(24px, 3.4vw, 48px) 0 0;
}

.legal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(244, 239, 228, 0.28);
}

.legal-nav-links,
.legal-page-footer nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 42px);
}

.legal-nav-links {
  color: rgba(244, 239, 228, 0.68);
  font-size: clamp(17px, 1.15vw, 21px);
  font-weight: 700;
}

.legal-nav a,
.legal-page-footer a,
.legal-doc a {
  transition: color 200ms ease;
}

.legal-nav a:hover,
.legal-nav a:focus-visible,
.legal-page-footer a:hover,
.legal-page-footer a:focus-visible,
.legal-doc a:hover,
.legal-doc a:focus-visible {
  color: var(--yellow);
}

.legal-doc {
  max-width: 875px;
  padding: clamp(64px, 8.4vw, 118px) 0 clamp(74px, 8vw, 120px);
}

.legal-kicker {
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 15px;
  color: var(--yellow);
  font-family: "Courier New", monospace;
  font-size: clamp(15px, 0.92vw, 18px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.legal-kicker::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 3px;
  background: var(--yellow);
  content: "";
}

.legal-title {
  margin: 0;
  color: var(--cream);
  font-family: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  font-size: clamp(72px, 8vw, 132px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: uppercase;
  text-wrap: balance;
  filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.38));
}

.legal-date {
  margin: 18px 0 0;
  color: rgba(244, 239, 228, 0.68);
  font-family: "Courier New", monospace;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.legal-intro {
  max-width: 780px;
  margin-top: clamp(42px, 5vw, 70px);
  color: var(--cream);
  font-size: clamp(22px, 1.7vw, 30px);
  line-height: 1.34;
}

.legal-intro p,
.legal-section p {
  margin: 0;
}

.legal-intro p + p,
.legal-section p + p,
.legal-section ul + p,
.legal-section p + ul {
  margin-top: 18px;
}

.legal-section {
  margin-top: clamp(34px, 4vw, 54px);
  padding-top: clamp(28px, 3vw, 42px);
  border-top: 1px solid rgba(244, 239, 228, 0.2);
}

.legal-section h2 {
  margin: 0 0 18px;
  color: var(--cream);
  font-size: clamp(27px, 2vw, 36px);
  line-height: 1.05;
}

.legal-section p,
.legal-section li {
  color: rgba(244, 239, 228, 0.82);
  font-size: clamp(18px, 1.26vw, 22px);
  line-height: 1.5;
}

.legal-section ul {
  margin: 0;
  padding-left: 1.2em;
}

.legal-section li + li {
  margin-top: 8px;
}

.legal-section a {
  color: var(--yellow);
  font-weight: 900;
}

.legal-page-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 104px;
  border-top: 1px solid rgba(244, 239, 228, 0.28);
  color: rgba(244, 239, 228, 0.56);
  font-family: "Courier New", monospace;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 760ms var(--ease-out),
    transform 760ms var(--ease-out);
  transition-delay: calc(var(--delay, 0) * 1ms);
}

.is-visible .reveal {
  opacity: 1;
  transform: translateY(0);
}

.floaty {
  animation: float-panel 5.8s ease-in-out infinite;
}

@keyframes float-panel {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -10px;
  }
}

@media (min-width: 1200px) and (max-height: 820px) {
  .mega-title {
    font-size: clamp(62px, 7vw, 112px);
  }

  .section-title {
    font-size: clamp(54px, 5.4vw, 94px);
  }

  .lead {
    font-size: clamp(21px, 1.45vw, 27px);
  }

  .phone-shell {
    min-height: 630px;
  }

  .feature-item {
    min-height: 165px;
  }
}

@media (max-width: 1120px) {
  :root {
    --rail-width: 82px;
    --content-left: 120px;
  }

  .top-nav {
    grid-template-columns: 1fr auto;
  }

  .top-nav nav {
    display: none;
  }

  .benefits-inner,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .feature-stack {
    width: min(740px, 100%);
  }

  .phone-chat {
    position: relative;
    right: auto;
    top: auto;
    width: min(360px, 100%);
    margin: 30px 0 0 auto;
  }

  .phone-shell {
    min-height: 620px;
  }

  .process-grid {
    width: 100%;
  }

  .lead-toast {
    right: var(--page-pad);
    width: min(380px, 36vw);
  }
}

@media (min-width: 821px) {
  body::before {
    opacity: 0.035;
  }

  .section {
    --board-w: min(100vw, calc((100vh - 2px) * 1.7779));
    --board-w: min(100vw, calc((100dvh - 2px) * 1.7779));
    --board-h: calc(var(--board-w) * 0.5628);
    height: var(--board-h);
    min-height: 0;
    border-bottom: 0;
    background: #000;
  }

  .section + .section {
    margin-top: calc(var(--board-h) * -0.03);
  }

  .section:not(.hero-section)::before {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    width: var(--board-w);
    height: 18%;
    transform: translateX(-50%);
    pointer-events: none;
    content: "";
    background: linear-gradient(
      180deg,
      #000 0%,
      rgba(0, 0, 0, 0.96) 18%,
      rgba(0, 0, 0, 0.66) 52%,
      rgba(0, 0, 0, 0.18) 82%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .section:not(.contact-section)::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    width: var(--board-w);
    height: 9%;
    transform: translateX(-50%);
    pointer-events: none;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.28) 48%, rgba(0, 0, 0, 0));
  }

  .scene-plate {
    left: 50%;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 0;
    width: var(--board-w);
    height: var(--board-h);
    object-fit: fill;
    transform: translateX(-50%);
    filter: none;
  }

  .shade,
  .job-rail {
    display: none;
  }

  .section-inner {
    position: absolute;
    left: 50%;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 2;
    width: var(--board-w);
    height: var(--board-h);
    min-height: 0;
    padding: 0;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .top-nav,
  .hero-copy,
  .lead-toast,
  .benefits-copy,
  .feature-stack,
  .process-copy,
  .process-grid,
  .process-cta,
  .phone-chat,
  .contact-copy,
  .site-footer {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .desktop-hotspots {
    position: absolute;
    left: 50%;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 5;
    width: var(--board-w);
    height: var(--board-h);
    transform: translateX(-50%);
    display: block;
    pointer-events: none;
  }

  .hotspot {
    position: absolute;
    display: block;
    border-radius: 4px;
    outline-offset: 4px;
    pointer-events: auto;
  }

  .hotspot:hover,
  .hotspot:focus-visible {
    background: rgba(255, 196, 0, 0.11);
    box-shadow: 0 0 34px rgba(255, 196, 0, 0.24);
  }

  .hs-home-how {
    left: 58.6%;
    top: 3.1%;
    width: 10.5%;
    height: 7.1%;
  }

  .hs-home-benefits {
    left: 71.6%;
    top: 3.1%;
    width: 10.7%;
    height: 7.1%;
  }

  .hs-home-nav-call {
    left: 86.3%;
    top: 3.35%;
    width: 9.9%;
    height: 5.4%;
  }

  .hs-home-growth-call {
    left: 10.85%;
    top: 89.2%;
    width: 19.9%;
    height: 6.9%;
  }

  .hs-benefits-how {
    left: 11.45%;
    top: 87.75%;
    width: 22.8%;
    height: 6.95%;
  }

  .hs-process-call {
    left: 10.85%;
    top: 74.25%;
    width: 22.35%;
    height: 8.1%;
  }

  .hs-footer-home {
    left: 7.35%;
    top: 92.1%;
    width: 23.4%;
    height: 6.7%;
  }

  .hs-footer-how {
    left: 34.5%;
    top: 92.1%;
    width: 11%;
    height: 6.7%;
  }

  .hs-footer-benefits {
    left: 49%;
    top: 92.1%;
    width: 11.6%;
    height: 6.7%;
  }

  .hs-footer-contact {
    left: 63.9%;
    top: 92.1%;
    width: 8.9%;
    height: 6.7%;
  }

  .legal-footer-links {
    left: 50%;
    right: auto;
    bottom: 2.6%;
    width: var(--board-w);
    justify-content: flex-end;
    padding-right: calc(var(--board-w) * 0.05);
    transform: translateX(-50%);
    font-size: clamp(10px, calc(var(--board-w) * 0.0072), 13px);
  }

  .contact-inner {
    display: block;
  }

  .contact-inner::before {
    display: none;
  }

  .contact-inner::after {
    display: none;
  }

  .booking-form {
    position: absolute;
    left: 59.85%;
    top: 18%;
    z-index: 6;
    width: 27.35%;
    height: 64.8%;
    margin: 0;
    padding: clamp(38px, calc(var(--board-w) * 0.0345), 58px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #f3eddf;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
    pointer-events: auto;
  }

  .booking-form.reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .booking-form h3 {
    font-size: clamp(25px, calc(var(--board-w) * 0.021), 38px);
  }

  .form-accent {
    width: clamp(48px, calc(var(--board-w) * 0.041), 72px);
    margin-top: clamp(9px, calc(var(--board-w) * 0.0085), 15px);
    margin-bottom: clamp(30px, calc(var(--board-w) * 0.033), 56px);
  }

  .booking-form label {
    display: none;
  }

  .form-button {
    position: static;
    width: 100%;
    min-height: clamp(50px, calc(var(--board-w) * 0.038), 67px);
    margin: 0;
    padding: 0 clamp(22px, calc(var(--board-w) * 0.024), 42px);
    opacity: 1;
    font-size: clamp(17px, calc(var(--board-w) * 0.014), 24px);
  }

  .form-button:hover,
  .form-button:focus-visible {
    opacity: 1;
    background: linear-gradient(180deg, #ffd21f 0%, #ffc400 58%, #f3ae00 100%);
    box-shadow:
      inset 0 -3px 0 rgba(0, 0, 0, 0.16),
      0 16px 34px rgba(255, 196, 0, 0.28);
  }

  .form-notes {
    gap: clamp(8px, calc(var(--board-w) * 0.008), 14px);
    margin-top: clamp(17px, calc(var(--board-w) * 0.016), 27px);
  }

  .form-note {
    font-size: clamp(12px, calc(var(--board-w) * 0.0102), 17px);
  }
}

@media (max-width: 820px) {
  :root {
    --content-left: clamp(18px, 5vw, 34px);
    --page-pad: clamp(18px, 5vw, 34px);
  }

  html {
    scroll-padding-top: 54px;
  }

  .job-rail {
    display: none;
  }

  .mobile-status {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 80;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 11px 18px;
    border-bottom: 1px solid rgba(244, 239, 228, 0.2);
    background: rgba(2, 5, 6, 0.86);
    color: var(--yellow);
    font-family: "Courier New", monospace;
    font-weight: 900;
  backdrop-filter: blur(10px);
}

.benefits-copy,
.process-copy,
.contact-copy {
  position: relative;
  isolation: isolate;
}

  .section {
    min-height: auto;
  }

  .section-inner {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .scene-plate {
    object-position: center;
  }

  .hero-section .scene-plate {
    object-position: 62% center;
  }

  .benefits-section .scene-plate {
    object-position: 58% center;
  }

  .process-section .scene-plate {
    object-position: 62% center;
  }

  .contact-section .scene-plate {
    object-position: 64% center;
  }

  .shade-left,
  .shade-left.strong,
  .shade-right,
  .shade-bottom {
    inset: 0;
    width: auto;
    height: auto;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.58) 38%, rgba(0, 0, 0, 0.9)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.34));
  }

  .top-nav {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 16px;
    padding-top: 0;
  }

  .nav-call {
    width: fit-content;
    min-width: 148px;
    padding: 13px 18px;
  }

  .brand {
    font-size: 25px;
  }

  .hero-copy,
  .process-copy {
    width: 100%;
    padding-top: 48px;
  }

  .pill {
    padding: 10px 14px;
    font-size: 17px;
  }

  .mega-title,
  .section-title {
    font-size: clamp(54px, 16vw, 88px);
    line-height: 0.94;
  }

  .lead {
    font-size: clamp(20px, 5.8vw, 27px);
  }

  .button-primary {
    width: 100%;
    min-height: 58px;
    justify-content: space-between;
    padding-inline: 22px;
    font-size: 20px;
  }

  .lead-toast {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 34px;
  }

  .benefits-inner,
  .process-inner,
  .contact-inner {
    display: block;
  }

  .benefits-copy,
  .contact-copy {
    padding-top: 10px;
  }

  .flow-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .phone-mini,
  .flow-card {
    width: 100%;
    min-height: auto;
  }

  .phone-mini {
    border-radius: 28px;
    padding-bottom: 26px;
  }

  .flow-arrow {
    width: 2px;
    height: 24px;
    justify-self: center;
    border-top: 0;
    border-left: 2px dashed rgba(244, 239, 228, 0.72);
  }

  .feature-stack {
    margin-top: 34px;
  }

  .feature-item {
    grid-template-columns: 74px 2px 1fr;
    gap: 18px;
    min-height: 138px;
    padding: 22px 18px;
  }

  .feature-icon {
    width: 74px;
    height: 74px;
  }

  .feature-rule {
    height: 72px;
  }

  .feature-item h3 {
    font-size: clamp(23px, 7vw, 31px);
  }

  .feature-item p {
    font-size: 18px;
  }

  .magnet::before {
    width: 34px;
    height: 42px;
    border-width: 5px;
  }

  .envelope::before,
  .bubble::before {
    width: 42px;
    height: 30px;
    border-width: 4px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .step-card {
    min-height: auto;
  }

  .step-card::before,
  .step-card::after {
    display: none;
  }

  .phone-chat {
    margin: 30px auto 0;
  }

  .phone-shell {
    min-height: 580px;
    border-radius: 42px;
  }

  .bubble-msg {
    width: 88%;
    font-size: 18px;
  }

  .contact-inner {
    padding-bottom: 190px;
  }

  .contact-title {
    width: auto;
    max-width: 100%;
  }

  .contact-section .section-title {
    font-size: clamp(47px, 15vw, 68px);
  }

  .contact-section .section-title .accent {
    white-space: normal;
  }

  .booking-form {
    margin-top: 34px;
  }

  .site-footer {
    min-height: 148px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-content: center;
    padding-left: var(--page-pad);
    font-size: 17px;
  }

  .site-footer .brand {
    grid-column: 1 / -1;
  }

  .site-footer > a:not(.brand) {
    padding-left: 0;
  }

  .site-footer > a:not(.brand)::before {
    display: none;
  }

  .footer-legal {
    grid-column: 1 / -1;
    margin-left: 0;
    gap: 18px;
    font-size: 12px;
  }

  .legal-footer-links {
    display: none;
  }

  .legal-page .legal-shell {
    width: min(860px, calc(100% - 36px));
    padding-top: 72px;
  }

  .legal-nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .legal-nav-links {
    gap: 24px;
    font-size: 17px;
  }

  .legal-doc {
    padding: 50px 0 70px;
  }

  .legal-title {
    font-size: clamp(58px, 16vw, 86px);
  }

  .legal-date {
    font-size: 12px;
  }

  .legal-intro {
    margin-top: 38px;
    font-size: clamp(20px, 5.4vw, 25px);
  }

  .legal-section h2 {
    font-size: clamp(24px, 7vw, 31px);
  }

  .legal-section p,
  .legal-section li {
    font-size: 18px;
  }

  .legal-page-footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    min-height: 136px;
    padding: 24px 0;
  }
}

@media (max-width: 460px) {
  .mega-title,
  .section-title {
    font-size: clamp(47px, 15vw, 68px);
  }

  .brand {
    gap: 10px;
    font-size: 22px;
  }

  .brand-mark i {
    width: 8px;
    height: 24px;
  }

  .toast-row {
    grid-template-columns: 40px 1fr auto;
    gap: 12px;
    font-size: 18px;
  }

  .toast-detail {
    grid-template-columns: 40px 1fr;
  }

  .step-card {
    grid-template-columns: 62px 1fr;
    gap: 16px;
    padding: 22px 16px;
  }

  .step-number {
    width: 52px;
    height: 62px;
    font-size: 33px;
  }

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

  .feature-rule {
    width: 70px;
    height: 3px;
  }
}

@media (max-width: 820px) {
  body {
    background:
      radial-gradient(circle at 82% 8%, rgba(8, 107, 255, 0.16), transparent 16rem),
      radial-gradient(circle at 18% 34%, rgba(255, 196, 0, 0.09), transparent 17rem),
      #020506;
  }

  .mobile-status {
    min-height: 42px;
    padding: 9px var(--page-pad);
    background:
      linear-gradient(90deg, rgba(2, 5, 6, 0.96), rgba(5, 10, 11, 0.84)),
      rgba(2, 5, 6, 0.88);
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(14px);
  }

  .mobile-status span:first-child {
    color: var(--blue);
  }

  .mobile-status span:last-child {
    color: var(--yellow);
  }

  .section {
    min-height: auto;
    border-bottom: 0;
    overflow: clip;
  }

  .section::before,
  .section::after {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    content: "";
  }

  .section::before {
    bottom: -1px;
    height: 118px;
    background: linear-gradient(0deg, #020506 0%, rgba(2, 5, 6, 0.86) 34%, rgba(2, 5, 6, 0) 100%);
  }

  .section:not(.hero-section)::after {
    top: -1px;
    height: 112px;
    background: linear-gradient(180deg, #020506 0%, rgba(2, 5, 6, 0.82) 34%, rgba(2, 5, 6, 0) 100%);
  }

  .section-inner {
    min-height: auto;
    padding-top: clamp(76px, 18vw, 108px);
    padding-bottom: clamp(86px, 18vw, 118px);
  }

  .hero-section .section-inner {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: clamp(86px, 18vw, 118px);
  }

  .scene-plate {
    opacity: 0.82;
    filter: saturate(1.08) contrast(1.08) brightness(0.86);
    transform: scale(1.08) translate3d(0, calc(var(--parallax, 0) * -12px), 0);
  }

  .hero-section .scene-plate {
    object-position: 70% top;
  }

  .benefits-section .scene-plate {
    object-position: 64% top;
  }

  .process-section .scene-plate {
    object-position: 66% top;
  }

  .contact-section .scene-plate {
    object-position: 72% top;
  }

  .shade-left,
  .shade-left.strong,
  .shade-right,
  .shade-bottom {
    background:
      radial-gradient(circle at 88% 17%, rgba(8, 107, 255, 0.11), transparent 20rem),
      radial-gradient(circle at 18% 55%, rgba(255, 196, 0, 0.08), transparent 18rem),
      linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.54) 30%, rgba(0, 0, 0, 0.78) 70%, rgba(0, 0, 0, 0.94) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.34) 70%, rgba(0, 0, 0, 0.68));
  }

  .top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 58px;
    padding: 10px;
    border: 1px solid rgba(244, 239, 228, 0.18);
    border-radius: 8px;
    background: rgba(3, 8, 9, 0.58);
    box-shadow:
      0 20px 55px rgba(0, 0, 0, 0.36),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
  }

  .top-nav::before {
    inset: 0;
    border-radius: inherit;
    background:
      linear-gradient(90deg, rgba(255, 196, 0, 0.08), rgba(8, 107, 255, 0.05)),
      linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
  }

  .top-nav nav {
    display: none;
  }

  .top-nav .brand {
    min-width: 0;
    gap: 11px;
    font-size: clamp(20px, 5.6vw, 25px);
    line-height: 1;
  }

  .top-nav .brand span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .top-nav .brand-mark {
    gap: 4px;
    height: 24px;
  }

  .top-nav .brand-mark i {
    width: 8px;
    height: 24px;
  }

  .nav-call {
    flex: 0 0 auto;
    min-width: 122px;
    width: auto;
    padding: 12px 15px;
    border-radius: 5px;
    font-size: 17px;
  }

  .hero-copy,
  .process-copy,
  .benefits-copy,
  .contact-copy {
    position: relative;
    z-index: 2;
    width: 100%;
    isolation: isolate;
  }

  .hero-copy,
  .process-copy {
    padding-top: clamp(34px, 9vw, 48px);
  }

  .benefits-copy,
  .contact-copy {
    padding-top: 0;
  }

  .hero-copy::before,
  .benefits-copy::before,
  .process-copy::before,
  .contact-copy::before {
    inset: -18px -14px -20px;
    border-radius: 10px;
    background:
      radial-gradient(circle at 18% 30%, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.76) 48%, rgba(0, 0, 0, 0.18) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.34));
    filter: blur(0);
  }

  .pill {
    border-color: rgba(244, 239, 228, 0.36);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
      rgba(2, 6, 7, 0.64);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
  }

  .mega-title,
  .section-title {
    max-width: 9.5ch;
    font-size: clamp(58px, 17vw, 88px);
    line-height: 0.91;
    text-shadow:
      0 1px 0 rgba(255, 255, 255, 0.12),
      0 12px 42px rgba(0, 0, 0, 0.5);
  }

  .section-title {
    margin-top: 18px;
  }

  .lead {
    max-width: 34rem;
    font-size: clamp(19px, 5.5vw, 24px);
    line-height: 1.32;
    color: rgba(244, 239, 228, 0.82);
  }

  .button-primary {
    overflow: hidden;
    width: 100%;
    min-height: 59px;
    border-radius: 6px;
    padding-inline: 22px;
    font-size: clamp(19px, 5.4vw, 22px);
    box-shadow:
      inset 0 -3px 0 rgba(0, 0, 0, 0.18),
      0 18px 42px rgba(255, 196, 0, 0.22);
  }

  .button-primary::before {
    position: absolute;
    inset: -35% auto -35% -46%;
    width: 42%;
    content: "";
    transform: rotate(18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.46), transparent);
    pointer-events: none;
  }

  .button-primary > span {
    position: relative;
    z-index: 1;
  }

  .lead-toast {
    width: min(100%, 430px);
    margin: clamp(28px, 8vw, 40px) auto 0;
    border-radius: 9px;
    padding: 18px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
      rgba(8, 13, 15, 0.82);
    box-shadow:
      0 24px 65px rgba(0, 0, 0, 0.5),
      0 0 0 1px rgba(8, 107, 255, 0.12) inset;
  }

  .toast-row {
    min-height: 56px;
  }

  .mobile-photo-panel {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: clamp(180px, 54vw, 250px);
    margin: 28px 0 6px;
    border: 1px solid rgba(244, 239, 228, 0.22);
    border-radius: 9px;
    background: rgba(3, 8, 9, 0.72);
    box-shadow:
      0 24px 65px rgba(0, 0, 0, 0.48),
      inset 0 1px 0 rgba(255, 255, 255, 0.07);
  }

  .mobile-photo-panel::before,
  .mobile-photo-panel::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
  }

  .mobile-photo-panel::before {
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.55)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
  }

  .mobile-photo-panel::after {
    z-index: 2;
    border: 1px solid rgba(255, 196, 0, 0.2);
    border-radius: inherit;
    box-shadow: inset 0 0 38px rgba(0, 0, 0, 0.42);
  }

  .mobile-photo-panel img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    transform: scale(1.08);
    filter: saturate(1.06) contrast(1.06);
  }

  .mobile-benefits-photo img {
    object-position: 58% 32%;
  }

  .mobile-process-photo img {
    object-position: 68% 20%;
  }

  .mobile-photo-panel span {
    position: absolute;
    left: 16px;
    bottom: 14px;
    z-index: 3;
    border-left: 3px solid var(--yellow);
    padding-left: 10px;
    color: var(--cream);
    font-family: "Courier New", monospace;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }

  .flow-strip,
  .process-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-left: 2px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 8px 2px 18px;
    margin-right: calc(var(--page-pad) * -1);
  }

  .flow-strip::-webkit-scrollbar,
  .process-grid::-webkit-scrollbar {
    display: none;
  }

  .phone-mini,
  .flow-card,
  .step-card {
    scroll-snap-align: start;
  }

  .phone-mini,
  .flow-card {
    flex: 0 0 min(265px, 78vw);
    width: auto;
    min-height: 220px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015)),
      rgba(7, 12, 13, 0.88);
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.44);
  }

  .phone-mini {
    border-radius: 29px 29px 8px 8px;
    padding-bottom: 24px;
  }

  .flow-card {
    padding: 22px 20px;
  }

  .flow-arrow {
    flex: 0 0 36px;
    align-self: center;
    width: 36px;
    height: 2px;
    border-top: 2px dashed rgba(244, 239, 228, 0.72);
    border-left: 0;
  }

  .feature-stack {
    margin-top: 26px;
    border-radius: 9px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.018)),
      rgba(7, 12, 13, 0.84);
    box-shadow:
      0 26px 72px rgba(0, 0, 0, 0.5),
      inset 0 1px 0 rgba(255, 255, 255, 0.07);
  }

  .feature-item {
    grid-template-columns: 64px 3px 1fr;
    gap: 16px;
    min-height: 128px;
    padding: 20px 16px;
  }

  .feature-icon {
    width: 64px;
    height: 64px;
    background:
      radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.09), transparent 42%),
      rgba(0, 0, 0, 0.22);
    box-shadow: inset 0 0 28px rgba(0, 0, 0, 0.28);
  }

  .feature-rule {
    width: 3px;
    height: 66px;
  }

  .feature-item h3 {
    font-size: clamp(24px, 7vw, 30px);
  }

  .feature-item p {
    font-size: clamp(17px, 4.8vw, 19px);
  }

  .magnet::before {
    width: 30px;
    height: 38px;
    border-width: 5px;
  }

  .envelope::before,
  .bubble::before {
    width: 37px;
    height: 27px;
    border-width: 4px;
  }

  .bubble::before {
    height: 31px;
    border-radius: 12px;
  }

  .process-grid {
    width: auto;
    margin-top: 24px;
  }

  .step-card {
    flex: 0 0 min(270px, 78vw);
    grid-template-columns: 58px 1fr;
    gap: 16px;
    min-height: 184px;
    padding: 20px 16px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.018)),
      rgba(7, 12, 13, 0.86);
    box-shadow: 0 24px 62px rgba(0, 0, 0, 0.48);
  }

  .step-number {
    width: 52px;
    height: 64px;
    font-size: 34px;
  }

  .step-card h3 {
    margin-top: 4px;
    font-size: 22px;
  }

  .step-card p {
    font-size: 17px;
  }

  .phone-chat {
    width: min(330px, 92vw);
    margin: 28px auto 0;
    filter: drop-shadow(0 30px 55px rgba(0, 0, 0, 0.56));
  }

  .phone-shell {
    min-height: min(610px, 145vw);
    border-radius: 44px;
    background:
      radial-gradient(circle at 50% 0%, rgba(8, 107, 255, 0.12), transparent 18rem),
      linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 20%),
      #04090c;
  }

  .contact-inner {
    padding-bottom: 188px;
  }

  .contact-section .section-title {
    max-width: 10ch;
    font-size: clamp(50px, 15vw, 72px);
  }

  .booking-form {
    position: relative;
    z-index: 3;
    width: min(100%, 390px);
    margin: 32px auto 0;
    padding: 28px 22px 24px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background:
      linear-gradient(150deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.12)),
      var(--paper);
    box-shadow:
      0 22px 60px rgba(0, 0, 0, 0.36),
      inset 0 1px 0 rgba(255, 255, 255, 0.76);
  }

  .booking-form h3 {
    font-size: clamp(30px, 8vw, 36px);
  }

  .form-accent {
    margin: 14px 0 28px;
  }

  .form-button {
    min-height: 58px;
    margin-top: 0;
    font-size: 20px;
  }

  .form-notes {
    gap: 13px;
    margin-top: 20px;
  }

  .form-note {
    align-items: flex-start;
    gap: 11px;
    font-size: 15px;
    line-height: 1.25;
  }

  .shield {
    width: 22px;
    height: 24px;
  }

  .shield::before {
    inset: 1px 2px 0;
    border-width: 2px;
    border-radius: 5px 5px 10px 10px;
  }

  .shield::after {
    left: 50%;
    top: 47%;
    width: 6px;
    height: 10px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }

  .site-footer {
    min-height: auto;
    padding-top: 24px;
    padding-bottom: 28px;
    border-top-color: rgba(244, 239, 228, 0.24);
    background:
      linear-gradient(180deg, rgba(3, 8, 9, 0.84), rgba(3, 8, 9, 0.96)),
      rgba(0, 4, 5, 0.86);
    box-shadow: 0 -24px 70px rgba(0, 0, 0, 0.48);
  }
}

@media (max-width: 460px) {
  .top-nav {
    gap: 8px;
    padding: 9px;
  }

  .top-nav .brand {
    gap: 9px;
    font-size: clamp(19px, 5.15vw, 22px);
  }

  .nav-call {
    min-width: 112px;
    padding: 11px 12px;
    font-size: 16px;
  }

  .mega-title,
  .section-title {
    font-size: clamp(52px, 16.5vw, 70px);
  }

  .feature-item {
    grid-template-columns: 56px 3px 1fr;
    gap: 13px;
    padding: 18px 14px;
  }

  .feature-icon {
    width: 56px;
    height: 56px;
  }

  .feature-rule {
    width: 3px;
    height: 58px;
  }

  .booking-form {
    padding: 26px 20px 23px;
  }
}

@media (max-width: 820px) {
  .hero-section .top-nav {
    display: none;
  }

  .section::before {
    height: 76px;
    background: linear-gradient(0deg, #020506 0%, rgba(2, 5, 6, 0.74) 42%, rgba(2, 5, 6, 0) 100%);
  }

  .section:not(.hero-section)::after {
    height: 64px;
    background: linear-gradient(180deg, #020506 0%, rgba(2, 5, 6, 0.68) 38%, rgba(2, 5, 6, 0) 100%);
  }

  .section-inner {
    padding-top: clamp(58px, 13vw, 82px);
    padding-bottom: clamp(58px, 13vw, 84px);
  }

  .hero-section .section-inner {
    min-height: 100dvh;
    padding-top: clamp(58px, 13vw, 78px);
  }

  .hero-copy,
  .process-copy {
    padding-top: clamp(22px, 6.5vw, 36px);
  }

  .hero-copy::before,
  .benefits-copy::before,
  .process-copy::before,
  .contact-copy::before {
    inset: -18px -12px -22px;
    border-radius: 12px;
    background:
      radial-gradient(circle at 12% 18%, rgba(255, 196, 0, 0.07), transparent 14rem),
      radial-gradient(circle at 100% 4%, rgba(8, 107, 255, 0.1), transparent 14rem),
      linear-gradient(115deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.64) 58%, rgba(0, 0, 0, 0.16));
  }

  .benefits-section .section-inner {
    padding-bottom: clamp(36px, 9vw, 58px);
  }

  .process-section .section-inner {
    padding-top: clamp(42px, 10vw, 66px);
  }

  .benefits-section .scene-plate,
  .process-section .scene-plate,
  .contact-section .scene-plate {
    opacity: 0.88;
    filter: saturate(1.1) contrast(1.1) brightness(0.82);
  }

  .benefits-section .shade-left,
  .benefits-section .shade-left.strong,
  .process-section .shade-left,
  .process-section .shade-bottom {
    background:
      radial-gradient(circle at 76% 18%, rgba(8, 107, 255, 0.14), transparent 18rem),
      radial-gradient(circle at 28% 68%, rgba(255, 196, 0, 0.09), transparent 18rem),
      linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.56) 34%, rgba(0, 0, 0, 0.77) 74%, rgba(0, 0, 0, 0.94) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.26));
  }

  .mobile-photo-panel {
    display: none;
  }

  .flow-strip {
    margin-top: 22px;
  }

  .feature-stack {
    display: grid;
    gap: 14px;
    margin-top: 24px;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .feature-item {
    position: relative;
    grid-template-columns: 62px 1fr;
    gap: 15px;
    min-height: 0;
    overflow: hidden;
    border: 1px solid rgba(244, 239, 228, 0.22);
    border-radius: 12px;
    padding: 18px 16px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
      rgba(7, 13, 14, 0.72);
    box-shadow:
      0 20px 60px rgba(0, 0, 0, 0.42),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px) saturate(1.12);
  }

  .feature-item::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    content: "";
    background:
      radial-gradient(circle at 16% 18%, rgba(255, 196, 0, 0.13), transparent 8rem),
      linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 44%);
  }

  .feature-item:nth-child(2)::before {
    background:
      radial-gradient(circle at 16% 18%, rgba(8, 107, 255, 0.16), transparent 8rem),
      linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 44%);
  }

  .feature-icon {
    position: relative;
    z-index: 1;
    width: 58px;
    height: 58px;
    border-radius: 10px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.02)),
      rgba(0, 0, 0, 0.24);
    box-shadow:
      inset 0 0 26px rgba(0, 0, 0, 0.32),
      0 12px 26px rgba(0, 0, 0, 0.26);
  }

  .feature-icon::before {
    display: none;
  }

  .feature-icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .feature-rule {
    display: none;
  }

  .feature-item h3,
  .feature-item p {
    position: relative;
    z-index: 1;
  }

  .feature-item h3 {
    margin-bottom: 8px;
    font-size: clamp(25px, 6.6vw, 31px);
    letter-spacing: 0;
  }

  .feature-item p {
    font-size: clamp(17px, 4.6vw, 19px);
    line-height: 1.28;
  }

  .process-grid {
    margin-top: 22px;
  }
}

@media (max-width: 460px) {
  .feature-item {
    grid-template-columns: 58px 1fr;
    gap: 14px;
    padding: 17px 14px;
  }

  .feature-icon {
    width: 54px;
    height: 54px;
  }

  .feature-icon svg {
    width: 31px;
    height: 31px;
  }
}

@media (max-width: 820px) and (prefers-reduced-motion: no-preference) {
  .section.is-visible .scene-plate {
    animation: mobile-scene-breathe 14s ease-in-out infinite alternate;
  }

  .section.is-visible .lead-toast,
  .section.is-visible .phone-chat {
    animation:
      mobile-panel-rise 780ms var(--ease-out) both,
      mobile-soft-float 6s ease-in-out 900ms infinite;
  }

  .section.is-visible .feature-icon,
  .section.is-visible .step-number {
    animation: mobile-accent-pulse 4.8s ease-in-out infinite;
  }

  .section.is-visible .button-primary::before {
    animation: button-sweep 4.4s ease-in-out 900ms infinite;
  }
}

@keyframes mobile-scene-breathe {
  from {
    transform: scale(1.08) translate3d(0, calc(var(--parallax, 0) * -12px), 0);
  }

  to {
    transform: scale(1.11) translate3d(-1.2%, calc(var(--parallax, 0) * -16px), 0);
  }
}

@keyframes mobile-image-drift {
  from {
    transform: scale(1.08) translateX(0);
  }

  to {
    transform: scale(1.14) translateX(-2%);
  }
}

@keyframes mobile-panel-rise {
  from {
    opacity: 0;
    translate: 0 18px;
  }

  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes mobile-soft-float {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -8px;
  }
}

@keyframes mobile-accent-pulse {
  0%,
  100% {
    box-shadow: inset 0 0 28px rgba(0, 0, 0, 0.28), 0 0 0 rgba(255, 196, 0, 0);
  }

  50% {
    box-shadow: inset 0 0 28px rgba(0, 0, 0, 0.28), 0 0 26px rgba(255, 196, 0, 0.18);
  }
}

@keyframes button-sweep {
  0%,
  38% {
    left: -46%;
  }

  62%,
  100% {
    left: 112%;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 0;
  }

  .mobile-status {
    display: none !important;
  }

  .section-inner {
    padding-top: clamp(48px, 11vw, 70px);
    padding-bottom: clamp(44px, 10vw, 68px);
  }

  .hero-section {
    background:
      radial-gradient(circle at 78% 15%, rgba(8, 107, 255, 0.18), transparent 15rem),
      radial-gradient(circle at 18% 34%, rgba(255, 196, 0, 0.12), transparent 14rem),
      #020506;
  }

  .hero-section .section-inner {
    min-height: auto;
    padding-top: clamp(32px, 8vw, 50px);
    padding-bottom: clamp(36px, 9vw, 54px);
  }

  .hero-section::after {
    top: clamp(20px, 5vw, 36px);
    left: auto;
    right: -19vw;
    width: min(82vw, 430px);
    height: clamp(310px, 78vw, 470px);
    border: 1px solid rgba(244, 239, 228, 0.18);
    border-radius: 20px 0 0 20px;
    background:
      linear-gradient(90deg, rgba(2, 5, 6, 0.86), rgba(2, 5, 6, 0.28) 58%, rgba(2, 5, 6, 0.1)),
      linear-gradient(180deg, rgba(2, 5, 6, 0.02), rgba(2, 5, 6, 0.68)),
      url("assets/reference/section-1.png") 69% 41% / cover no-repeat;
    box-shadow:
      -28px 38px 95px rgba(0, 0, 0, 0.58),
      inset 1px 1px 0 rgba(255, 255, 255, 0.12),
      inset 0 0 70px rgba(0, 0, 0, 0.45);
    opacity: 0.82;
    transform: perspective(800px) rotateY(-7deg);
  }

  .hero-section .scene-plate {
    opacity: 0.68;
    object-position: 72% top;
    filter: saturate(1.13) contrast(1.12) brightness(0.74);
  }

  .hero-section .shade-left,
  .hero-section .shade-bottom {
    background:
      radial-gradient(circle at 76% 10%, rgba(8, 107, 255, 0.15), transparent 18rem),
      radial-gradient(circle at 8% 28%, rgba(255, 196, 0, 0.1), transparent 13rem),
      linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.46) 32%, rgba(0, 0, 0, 0.88) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.54) 58%, rgba(0, 0, 0, 0.18));
  }

  .hero-copy {
    max-width: 100%;
    padding: clamp(18px, 4vw, 24px) clamp(14px, 4vw, 20px) clamp(18px, 4vw, 22px);
    margin: 0 calc(var(--page-pad) * -0.35);
  }

  .hero-copy::before {
    inset: 0;
    border: 1px solid rgba(244, 239, 228, 0.15);
    border-radius: 16px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.015)),
      radial-gradient(circle at 88% 6%, rgba(8, 107, 255, 0.18), transparent 12rem),
      linear-gradient(115deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.58) 62%, rgba(0, 0, 0, 0.24));
    box-shadow:
      0 28px 85px rgba(0, 0, 0, 0.44),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px) saturate(1.08);
  }

  .pill {
    box-shadow:
      0 16px 40px rgba(0, 0, 0, 0.34),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .mega-title {
    font-size: clamp(56px, 16.4vw, 82px);
  }

  .lead {
    margin-top: 18px;
  }

  .button-primary {
    min-height: 61px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 9px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.24), transparent 24%),
      linear-gradient(180deg, #ffd83a 0%, #ffc400 54%, #eeaa00 100%);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.42),
      inset 0 -4px 0 rgba(0, 0, 0, 0.18),
      0 18px 38px rgba(255, 196, 0, 0.22),
      0 24px 70px rgba(0, 0, 0, 0.34);
  }

  .button-primary:hover,
  .button-primary:focus-visible {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.46),
      inset 0 -4px 0 rgba(0, 0, 0, 0.16),
      0 24px 50px rgba(255, 196, 0, 0.28),
      0 28px 78px rgba(0, 0, 0, 0.38);
  }

  .lead-toast {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(244, 239, 228, 0.28);
    border-radius: 14px;
    margin-top: clamp(22px, 6vw, 30px);
    padding: 16px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
      radial-gradient(circle at 12% 8%, rgba(8, 107, 255, 0.18), transparent 12rem),
      rgba(8, 13, 15, 0.74);
    box-shadow:
      0 26px 70px rgba(0, 0, 0, 0.54),
      0 0 0 1px rgba(8, 107, 255, 0.12) inset,
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px) saturate(1.18);
  }

  .lead-toast::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    content: "";
    background:
      linear-gradient(120deg, rgba(255, 255, 255, 0.12), transparent 36%),
      radial-gradient(circle at 86% 0%, rgba(255, 196, 0, 0.1), transparent 9rem);
  }

  .toast-row {
    position: relative;
    z-index: 1;
    grid-template-columns: 46px 1fr auto;
    gap: 15px;
    min-height: 61px;
    border-bottom-color: rgba(244, 239, 228, 0.22);
  }

  .toast-detail {
    grid-template-columns: 46px 1fr;
  }

  .toast-icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.24),
      0 12px 24px rgba(0, 0, 0, 0.28);
  }

  .phone-dot::before {
    width: 22px;
    height: 22px;
    border: 0;
    border-radius: 0;
    background: #050505;
    transform: none;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1.1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.4 0 .8-.2 1.1l-2.3 2.1z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1.1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.4 0 .8-.2 1.1l-2.3 2.1z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .benefits-section .section-inner {
    padding-top: clamp(42px, 10vw, 60px);
    padding-bottom: clamp(32px, 8vw, 48px);
  }

  .flow-strip,
  .process-grid {
    margin-top: 18px;
    padding-bottom: 12px;
  }

  .phone-mini,
  .flow-card,
  .step-card,
  .feature-item,
  .booking-form {
    border-color: rgba(244, 239, 228, 0.28);
    box-shadow:
      0 20px 58px rgba(0, 0, 0, 0.42),
      inset 0 1px 0 rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(16px) saturate(1.12);
  }

  .feature-stack {
    gap: 12px;
    margin-top: 20px;
  }

  .feature-item {
    border-radius: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .process-section .section-inner {
    padding-top: clamp(34px, 8vw, 52px);
    padding-bottom: clamp(38px, 9vw, 58px);
  }

  .process-grid {
    margin-top: 18px;
  }

  .phone-chat {
    width: min(340px, 92vw);
    margin-top: 24px;
  }

  .phone-shell {
    min-height: clamp(660px, 156vw, 704px);
    padding: 54px 24px 98px;
    border-color: rgba(244, 239, 228, 0.38);
    box-shadow:
      inset 0 0 0 8px rgba(255, 255, 255, 0.035),
      inset 0 1px 0 rgba(255, 255, 255, 0.14),
      0 30px 82px rgba(0, 0, 0, 0.56);
  }

  .phone-head {
    min-height: 62px;
  }

  .bubble-msg {
    margin-top: 22px;
    padding: 16px 18px;
    font-size: 18px;
  }

  .bubble-msg small {
    margin-top: 8px;
    font-size: 13px;
  }

  .bubble-msg:last-of-type {
    margin-bottom: 84px;
  }

  .message-bar {
    left: 24px;
    right: 24px;
    bottom: 24px;
    grid-template-columns: 38px 1fr 24px;
  }

  .message-bar em {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .contact-inner {
    padding-top: clamp(44px, 10vw, 64px);
    padding-bottom: 160px;
  }

  .booking-form {
    border-radius: 12px;
    margin-top: 26px;
  }
}

@media (max-width: 460px) {
  .hero-copy {
    margin: 0 calc(var(--page-pad) * -0.45);
    padding-inline: 14px;
  }

  .pill {
    font-size: 16px;
  }

  .mega-title,
  .section-title {
    font-size: clamp(50px, 15.8vw, 68px);
  }

  .lead-toast {
    padding: 14px;
  }

  .toast-row {
    grid-template-columns: 42px 1fr auto;
    gap: 13px;
    font-size: 17px;
  }

  .toast-detail {
    grid-template-columns: 42px 1fr;
  }

  .toast-row strong {
    font-size: 25px;
  }

  .phone-shell {
    min-height: clamp(642px, 158vw, 690px);
    padding-inline: 22px;
  }
}

@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;
  }

  .scene-plate {
    transform: none;
  }

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