:root {
  --navy-950: #030914;
  --navy-900: #06111f;
  --navy-850: #091a2d;
  --navy-800: #0d2239;
  --blue-700: #075fd8;
  --blue-600: #0878ff;
  --blue-500: #20a4ff;
  --cyan-400: #55d8ff;
  --ice: #edf8ff;
  --white: #ffffff;
  --slate-100: #eef4f8;
  --slate-200: #dbe7ee;
  --slate-400: #8ea4b4;
  --slate-600: #4b6373;
  --slate-800: #172c3d;
  --success: #0f9f7a;
  --danger: #c43b4d;
  --shadow: 0 24px 70px rgba(2, 16, 35, 0.13);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--slate-800);
  background: #f8fbfd;
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--blue-500); color: var(--white); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  background: var(--white);
  color: var(--navy-900);
  padding: 12px 18px;
  border-radius: 10px;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled,
.site-header.compact {
  background: rgba(5, 15, 29, .88);
  border-color: rgba(255, 255, 255, .09);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .12);
  backdrop-filter: blur(18px);
}
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand {
  display: inline-flex;
  align-items: center;
  width: 132px;
  height: auto;
  overflow: visible;
  flex-shrink: 0;
  text-decoration: none;
}

.brand img {
  display: block;
  width: 132px;
  height: auto;
  transform: none;
}
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav > a:not(.button) {
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
  font-weight: 600;
  font-size: .94rem;
  transition: color .2s ease;
}
.site-nav > a:not(.button):hover { color: var(--white); }
.menu-button { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; background: var(--white); margin: 5px 0; border-radius: 4px; }
.back-link { color: var(--white); text-decoration: none; font-weight: 700; display: inline-flex; gap: 10px; align-items: center; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid var(--blue-600);
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-600), var(--blue-500));
  box-shadow: 0 14px 34px rgba(8, 120, 255, .25);
  text-decoration: none;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(8, 120, 255, .35); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible {
  outline: 3px solid var(--cyan-400);
  outline-offset: 3px;
}
.button-small { min-height: 42px; padding: 10px 18px; font-size: .9rem; }
.button-ghost { background: transparent; border-color: rgba(37, 133, 218, .3); color: var(--navy-900); box-shadow: none; }
.button-ghost:hover { background: var(--navy-900); border-color: var(--navy-900); color: var(--white); }
.hero .button-ghost { color: var(--white); border-color: rgba(255, 255, 255, .3); }
.hero .button-ghost:hover { background: rgba(255, 255, 255, .1); border-color: var(--white); }
.button-light { background: var(--white); color: var(--navy-900); border-color: var(--white); box-shadow: 0 18px 40px rgba(0, 0, 0, .17); }
.button-light:hover { background: var(--ice); }

.hero {
  min-height: 790px;
  padding: 155px 0 95px;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 36%, rgba(20, 119, 255, .25), transparent 31%),
    radial-gradient(circle at 16% 0%, rgba(0, 181, 255, .14), transparent 30%),
    linear-gradient(145deg, var(--navy-950) 0%, var(--navy-900) 50%, #071a31 100%);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-700); text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 800; margin-bottom: 18px; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--cyan-400); }
h1, h2, h3 { font-family: "Manrope", system-ui, sans-serif; letter-spacing: -.035em; line-height: 1.12; margin: 0; }
.hero h1 { font-size: clamp(3.15rem, 6vw, 5.6rem); max-width: 820px; }
.hero h1 em { color: transparent; font-style: normal; background: linear-gradient(90deg, #64dfff, #178cff); background-clip: text; -webkit-background-clip: text; }
.hero-lead { font-size: 1.12rem; color: rgba(225, 240, 251, .78); max-width: 650px; margin: 28px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 40px; color: rgba(255, 255, 255, .68); font-size: .86rem; font-weight: 700; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row span::before { content: "✓"; color: var(--cyan-400); }
.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.logo-stage { width: min(100%, 620px); aspect-ratio: 1.15; display: grid; place-items: center; position: relative; }
.logo-stage::before { content: ""; position: absolute; width: 74%; aspect-ratio: 1; border: 1px solid rgba(93, 210, 255, .19); border-radius: 50%; box-shadow: inset 0 0 80px rgba(18, 117, 255, .08); }
.logo-stage::after { content: ""; position: absolute; width: 92%; height: 1px; background: linear-gradient(90deg, transparent, rgba(71, 180, 255, .55), transparent); transform: rotate(-12deg); }
.logo-stage img {
  width: 88%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 34px 38px rgba(0,0,0,.34));
}
.stage-glow { position: absolute; width: 50%; aspect-ratio: 1; border-radius: 50%; background: #008cff; filter: blur(88px); opacity: .2; }
.floating-card {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(5, 21, 40, .46);
  backdrop-filter: blur(14px);
  border-radius: 16px;
  color: var(--white);
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
}
.floating-card-top { top: 57px; right: -5px; padding: 14px 18px; display: flex; align-items: center; gap: 12px; }
.floating-card-top strong, .floating-card-top small { display: block; }
.floating-card-top small {
  color: rgba(255,255,255,.46);
  font-size: .74rem;
}
.status-dot { width: 11px; height: 11px; border-radius: 50%; background: #3fe0b6; box-shadow: 0 0 0 6px rgba(63,224,182,.1); }
.floating-card-bottom { bottom: 40px; left: 0; padding: 16px 20px; display: flex; align-items: baseline; gap: 8px; }
.floating-card-bottom strong { font-size: 1.5rem; color: var(--cyan-400); }
.floating-card-bottom span { font-size: .78rem; color: rgba(255,255,255,.68); }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .6; }
.orb-one { width: 9px; height: 9px; background: var(--cyan-400); top: 25%; left: 5%; box-shadow: 0 0 28px var(--cyan-400); }
.orb-two { width: 5px; height: 5px; background: var(--blue-500); bottom: 22%; right: 7%; box-shadow: 0 0 24px var(--blue-500); }

.signal-bar { background: var(--white); border-bottom: 1px solid var(--slate-200); }
.signal-grid { min-height: 110px; display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid > div { display: flex; align-items: center; gap: 14px; padding: 20px 24px; border-right: 1px solid var(--slate-200); }
.signal-grid > div:first-child { border-left: 1px solid var(--slate-200); }
.signal-grid strong { color: var(--blue-600); font-family: "Manrope", sans-serif; }
.signal-grid span { font-weight: 700; color: var(--slate-600); }

.section { padding: 112px 0; }
.section-muted { background: #edf4f8; }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading h2 { font-size: clamp(2.2rem, 4vw, 3.6rem); color: var(--navy-900); }
.section-heading > p, .split-heading > p { color: var(--slate-600); font-size: 1.05rem; margin: 20px 0 0; max-width: 680px; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr .65fr; gap: 70px; align-items: end; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { background: var(--white); border: 1px solid var(--slate-200); border-radius: var(--radius-md); padding: 34px; box-shadow: 0 16px 55px rgba(12, 41, 67, .06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(8, 120, 255, .35); box-shadow: var(--shadow); }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--blue-600); background: #e8f4ff; font-family: "Manrope", sans-serif; font-weight: 800; margin-bottom: 28px; }
.service-card h3 { font-size: 1.35rem; color: var(--navy-900); }
.service-card p { color: var(--slate-600); margin: 14px 0 0; }

.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.package-card { position: relative; background: var(--white); border: 1px solid var(--slate-200); border-radius: var(--radius-lg); padding: 38px 34px; display: flex; flex-direction: column; min-height: 520px; }
.package-card.featured { background: linear-gradient(160deg, #08182b, #0c2a4b); border-color: #1488f7; color: var(--white); transform: translateY(-12px); box-shadow: 0 28px 65px rgba(5, 37, 74, .22); }
.popular { position: absolute; top: 18px; right: 20px; background: rgba(73, 205, 255, .14); color: var(--cyan-400); padding: 7px 11px; border-radius: 999px; text-transform: uppercase; letter-spacing: .1em; font-size: .67rem; font-weight: 800; }
.package-label { color: var(--blue-600); text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 800; }
.featured .package-label { color: var(--cyan-400); }
.package-card h3 { font-size: 1.75rem; margin-top: 14px; color: var(--navy-900); }
.featured h3 { color: var(--white); }
.price { font-family: "Manrope", sans-serif; font-size: 3.35rem; line-height: 1; font-weight: 800; letter-spacing: -.05em; margin: 18px 0; color: var(--navy-900); }
.featured .price { color: var(--white); }
.package-card > p { color: var(--slate-600); margin: 0; }
.featured > p, .featured li { color: rgba(234, 244, 252, .72); }
.package-card ul { list-style: none; padding: 0; margin: 28px 0 32px; display: grid; gap: 12px; color: var(--slate-600); }
.package-card li { display: flex; gap: 10px; align-items: flex-start; }
.package-card li::before { content: "✓"; color: var(--blue-600); font-weight: 800; }
.featured li::before { color: var(--cyan-400); }
.package-button { margin-top: auto; width: 100%; }
.featured .button { border-color: var(--blue-500); }
.custom-strip { margin-top: 26px; border-radius: var(--radius-md); padding: 25px 30px; color: var(--white); background: var(--navy-900); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.custom-strip strong, .custom-strip span { display: block; }
.custom-strip span { color: rgba(255,255,255,.6); font-size: .9rem; }
.custom-strip a { text-decoration: none; color: var(--cyan-400); font-weight: 800; white-space: nowrap; }

.process-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.sticky-heading { position: sticky; top: 130px; margin: 0; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-700); font-weight: 800; text-decoration: none; margin-top: 12px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.timeline { position: relative; }
.timeline::before { content: ""; position: absolute; left: 32px; top: 36px; bottom: 36px; width: 1px; background: var(--slate-200); }
.timeline-item { display: grid; grid-template-columns: 66px 1fr; gap: 28px; padding: 0 0 58px; position: relative; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-number { width: 66px; height: 66px; border-radius: 50%; display: grid; place-items: center; background: var(--white); border: 1px solid var(--slate-200); color: var(--blue-600); font-family: "Manrope", sans-serif; font-weight: 800; position: relative; z-index: 2; box-shadow: 0 10px 30px rgba(8, 45, 75, .08); }
.timeline-meta { text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; color: var(--blue-700); font-weight: 800; }
.timeline-item h3 { font-size: 1.55rem; color: var(--navy-900); margin-top: 7px; }
.timeline-item p { color: var(--slate-600); margin: 10px 0 0; max-width: 630px; }

.guarantee-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: auto 1fr auto; gap: 34px; align-items: center; padding: 48px; border-radius: var(--radius-lg); color: var(--white); background: linear-gradient(135deg, #071728, #0a3159); box-shadow: var(--shadow); }
.guarantee-panel::after { content: ""; position: absolute; width: 280px; height: 280px; border: 1px solid rgba(66, 203, 255, .25); border-radius: 50%; right: -100px; top: -120px; }
.guarantee-badge { width: 86px; height: 86px; display: grid; place-items: center; text-align: center; border-radius: 50%; border: 1px solid rgba(87, 216, 255, .42); color: var(--cyan-400); text-transform: uppercase; letter-spacing: .08em; font-size: .62rem; font-weight: 800; transform: rotate(-7deg); }
.guarantee-panel h2 { font-size: clamp(2rem, 3vw, 3rem); }
.guarantee-panel p { color: rgba(237, 247, 253, .78); margin: 14px 0; }
.guarantee-panel small { display: block; color: rgba(237, 247, 253, .52); line-height: 1.55; }
.guarantee-panel .button { position: relative; z-index: 2; white-space: nowrap; }
.final-cta { background: linear-gradient(120deg, var(--blue-700), #083f8d); color: var(--white); padding: 78px 0; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); max-width: 760px; }

.site-footer { background: var(--navy-950); color: var(--white); padding: 72px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr 1fr; gap: 80px; padding-bottom: 46px; }
.footer-brand img { width: 190px; margin: -30px 0 -12px; }
.footer-brand p { color: rgba(255,255,255,.55); }
.footer-grid h3 { font-size: .84rem; text-transform: uppercase; letter-spacing: .12em; color: var(--cyan-400); margin-bottom: 16px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid a { color: rgba(255,255,255,.66); text-decoration: none; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: .78rem; }
.footer-bottom a { color: rgba(255,255,255,.64); text-decoration: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }

/* Booking page */
.booking-page { background: #eef5f9; }
.booking-main {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 154px 0 110px;
  background: linear-gradient(
    180deg,
    var(--navy-900) 0 500px,
    #eef5f9 500px
  );
}

.booking-main::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 500px;
  opacity: .2;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 48px 48px;
}

.booking-intro {
  position: relative;
  z-index: 2;
  color: var(--white);
  max-width: 900px;
  margin-bottom: 46px;
}

.booking-intro h1 {
  font-size: clamp(2.4rem, 4.2vw, 4rem);
  line-height: 1.08;
  max-width: 850px;
}

.booking-intro p {
  color: rgba(235, 246, 255, .72);
  font-size: .96rem;
  line-height: 1.65;
  max-width: 720px;
  margin: 18px 0 0;
}
.booking-intro strong { color: var(--white); }
.booking-layout { position: relative; z-index: 3; display: grid; grid-template-columns: 1.28fr .72fr; gap: 28px; align-items: start; }
.form-panel { background: var(--white); border-radius: var(--radius-lg); padding: 42px; box-shadow: var(--shadow); }
.form-heading { display: grid; gap: 6px; margin-bottom: 30px; }
.form-heading > span, .step-label { color: var(--blue-700); text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; font-weight: 800; }
.form-heading h2 { font-size: 2rem; color: var(--navy-900); }
.form-heading p { color: var(--slate-600); margin: 0; font-size: .9rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 20px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field-full { grid-column: 1 / -1; }
.field label { color: var(--navy-900); font-weight: 800; font-size: .88rem; }
input, select, textarea { width: 100%; border: 1px solid #cad9e3; color: var(--navy-900); background: #f8fbfd; border-radius: 12px; padding: 13px 14px; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
input, select { min-height: 50px; }
textarea { resize: vertical; min-height: 132px; }
input:focus, select:focus, textarea:focus { border-color: var(--blue-600); background: var(--white); box-shadow: 0 0 0 4px rgba(8,120,255,.1); outline: 0; }
input.invalid, select.invalid, textarea.invalid { border-color: var(--danger); }
.field-error { color: var(--danger); font-size: .76rem; min-height: 0; }
.field-error:empty { display: none; }
.field-help { display: flex; justify-content: space-between; gap: 20px; color: var(--slate-400); font-size: .75rem; }
.consent-row { display: flex; align-items: flex-start; gap: 12px; margin-top: 24px; color: var(--slate-600); font-size: .9rem; cursor: pointer; }
.consent-row input { width: 18px; min-height: auto; height: 18px; flex: 0 0 18px; margin-top: 3px; accent-color: var(--blue-600); }
.consent-error { display: block; margin-top: 7px; }
.form-status { margin-top: 20px; border-radius: 12px; font-size: .9rem; }
.form-status.error { padding: 13px 15px; background: #fff0f2; color: #9c2032; border: 1px solid #f3c4ca; }
.submit-button { width: 100%; margin-top: 24px; border: 0; }
.submit-button[disabled] { opacity: .65; cursor: wait; transform: none; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.success-panel { text-align: center; padding: 36px 12px 18px; }
.success-icon { width: 72px; height: 72px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--success); font-size: 2rem; box-shadow: 0 14px 36px rgba(15,159,122,.24); }
.success-panel > span { color: var(--success); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 800; }
.success-panel h2 { color: var(--navy-900); font-size: 2.2rem; margin-top: 8px; }
.success-panel p { color: var(--slate-600); }
.success-panel .button { margin: 12px auto 18px; }
.success-panel .text-link { display: flex; width: fit-content; margin: 0 auto; }
.booking-sidebar { display: grid; gap: 22px; }
.calendar-card { padding: 34px; border-radius: var(--radius-lg); color: var(--white); background: linear-gradient(145deg, #0873ed, #034a9e); box-shadow: 0 22px 60px rgba(4, 72, 153, .25); }
.calendar-card .step-label { color: #bce9ff; }
.calendar-icon { width: 66px; height: 66px; border-radius: 16px; background: var(--white); color: var(--blue-700); display: grid; place-items: center; margin: 22px 0; box-shadow: 0 13px 30px rgba(0,0,0,.16); }
.calendar-icon::before { content: ""; align-self: start; justify-self: stretch; height: 15px; border-radius: 16px 16px 0 0; background: #ff4f61; grid-area: 1 / 1; }
.calendar-icon span { grid-area: 1 / 1; font-family: "Manrope", sans-serif; font-weight: 800; font-size: 1.2rem; transform: translateY(6px); }
.calendar-card h2 { font-size: 1.75rem; }
.calendar-card p { color: rgba(255,255,255,.73); }
.calendar-card .button { width: 100%; margin-top: 10px; text-align: center; }
.calendar-card .button[aria-disabled="true"] { pointer-events: none; opacity: .68; }
.calendar-card small { display: block; color: rgba(255,255,255,.56); margin-top: 13px; line-height: 1.5; }
.expect-card, .privacy-note { background: var(--white); border: 1px solid var(--slate-200); border-radius: var(--radius-md); padding: 28px; }
.expect-card h3, .privacy-note strong { color: var(--navy-900); font-family: "Manrope", sans-serif; }
.expect-card ol { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 20px; }
.expect-card li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; }
.expect-card li > span { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: #e7f3ff; color: var(--blue-700); font-weight: 800; font-size: .8rem; }
.expect-card strong { color: var(--navy-900); }
.expect-card p, .privacy-note p { color: var(--slate-600); font-size: .85rem; margin: 3px 0 0; }
.privacy-note { border-left: 4px solid var(--blue-600); }
.booking-footer { padding-top: 22px; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .hero { padding-top: 140px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-height: 430px; max-width: 700px; margin: 0 auto; }
  .signal-grid { grid-template-columns: 1fr 1fr; }
  .signal-grid > div:nth-child(3) { border-left: 1px solid var(--slate-200); }
  .service-grid, .package-grid { grid-template-columns: 1fr 1fr; }
  .package-card.featured { transform: none; }
  .package-card:last-child { grid-column: 1 / -1; min-height: auto; }
  .process-layout { gap: 50px; }
  .guarantee-panel { grid-template-columns: auto 1fr; }
  .guarantee-panel .button { grid-column: 2; justify-self: start; }
  .booking-layout { grid-template-columns: 1fr; }
  .booking-sidebar { grid-template-columns: 1fr 1fr; }
  .calendar-card { grid-row: span 2; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .nav-wrap { height: 76px; }
.brand {
  width: 112px;
}

.brand img {
  width: 100%;
  height: auto;
}
  .menu-button { display: block; position: relative; z-index: 102; }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 24px; background: rgba(3,9,20,.97); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: all .25s ease; }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .site-nav > a:not(.button) { font-size: 1.25rem; }
  .hero { min-height: auto; padding: 124px 0 74px; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .hero-lead { font-size: 1rem; }
  .hero-visual { min-height: 330px; }
  .floating-card-top { top: 16px; right: 0; }
  .floating-card-bottom { bottom: 8px; left: 0; }
  .signal-grid { grid-template-columns: 1fr; padding: 14px 0; }
  .signal-grid > div, .signal-grid > div:first-child, .signal-grid > div:nth-child(3) { border: 0; border-bottom: 1px solid var(--slate-200); }
  .signal-grid > div:last-child { border-bottom: 0; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 38px; }
  .split-heading { grid-template-columns: 1fr; gap: 8px; }
  .service-grid, .package-grid { grid-template-columns: 1fr; }
  .package-card:last-child { grid-column: auto; }
  .custom-strip { flex-direction: column; align-items: flex-start; }
  .process-layout { grid-template-columns: 1fr; }
  .sticky-heading { position: static; }
  .timeline-item { grid-template-columns: 54px 1fr; gap: 18px; }
  .timeline-number { width: 54px; height: 54px; }
  .timeline::before { left: 27px; }
  .guarantee-panel { grid-template-columns: 1fr; padding: 34px 26px; }
  .guarantee-badge { width: 74px; height: 74px; }
  .guarantee-panel .button { grid-column: auto; justify-self: stretch; }
  .final-cta-inner { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
.booking-main {
  padding: 120px 0 80px;
  background: linear-gradient(
    180deg,
    var(--navy-900) 0 560px,
    #eef5f9 560px
  );
}

.booking-main::before {
  height: 560px;
}

.booking-intro {
  margin-bottom: 34px;
}

.booking-intro h1 {
  font-size: clamp(2.15rem, 10vw, 3.15rem);
  line-height: 1.08;
}

.booking-intro p {
  font-size: .9rem;
  line-height: 1.55;
}
  .form-panel { padding: 28px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .booking-sidebar { grid-template-columns: 1fr; }
  .calendar-card { grid-row: auto; }
}

@media (max-width: 480px) {
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; grid-template-columns: 1fr; text-align: left; width: fit-content; margin-inline: auto; }
  .floating-card { transform: scale(.86); }
  .floating-card-top { transform-origin: right top; }
  .floating-card-bottom { transform-origin: left bottom; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Keep the mobile menu full-screen even after scrolling */
body.menu-open {
  overflow: hidden;
}

@media (max-width: 760px) {
  .site-nav {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    z-index: 101;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 24px;
    padding: 90px 24px 40px;

    background: rgba(3, 9, 20, 0.98);
    overflow-y: auto;
  }

  .menu-button {
    position: relative;
    z-index: 103;
  }

  body.menu-open .site-header,
  body.menu-open .site-header.scrolled,
  body.menu-open .site-header.compact {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

/* ==================================================
   FINAL WHITE HEADER OVERRIDE
   Keep this at the very bottom of styles.css
   ================================================== */

.site-header,
.site-header.scrolled,
.site-header.compact,
body.menu-open .site-header,
body.menu-open .site-header.scrolled,
body.menu-open .site-header.compact {
  background: #ffffff !important;
  border-bottom: 1px solid #dbe7ee !important;
  box-shadow: 0 6px 24px rgba(3, 9, 20, 0.08) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Desktop navigation links */
.site-nav > a:not(.button) {
  color: #06111f;
}

.site-nav > a:not(.button):hover {
  color: #0878ff;
}

/* Booking page Back to home link */
.back-link {
  color: #06111f;
}

.back-link:hover {
  color: #0878ff;
}

/* Hamburger lines */
.menu-button span:not(.sr-only) {
  background: #06111f;
}

/* Keep logo fully visible */
.brand {
  overflow: visible;
}

.brand img {
  display: block;
  width: 132px;
  height: auto;
  object-fit: contain;
}

/* Mobile header and menu */
@media (max-width: 760px) {
  .site-header,
  .site-header.scrolled,
  .site-header.compact,
  body.menu-open .site-header,
  body.menu-open .site-header.scrolled,
  body.menu-open .site-header.compact {
    height: 76px;
    background: #ffffff !important;
    z-index: 200;
  }

  .nav-wrap {
    height: 76px;
  }

  .brand {
    width: 112px;
  }

  .brand img {
    width: 112px;
    height: auto;
  }

  .menu-button {
    position: relative;
    z-index: 202;
  }

  /* Dark menu begins underneath the white header */
  .site-nav {
    position: fixed;
    top: 76px;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 76px 0 0;

    width: 100%;
    height: calc(100vh - 76px);
    height: calc(100dvh - 76px);
    min-height: 0;

    z-index: 199;
    padding: 32px 24px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background: rgba(3, 9, 20, 0.98);
  }

  .site-nav > a:not(.button) {
    color: #ffffff;
  }

  .site-nav > a:not(.button):hover {
    color: #55d8ff;
  }
}