:root {
  --black: #02040a;
  --black-soft: #070b14;
  --panel: #0a101c;
  --white: #f7f9fc;
  --red: #ff3555;
  --red-deep: #b91837;
  --blue: #408dff;
  --green: #36d98b;
  --text: #f4f7fb;
  --muted: #c5cede;
  --line: rgba(255, 255, 255, .16);
  --line-strong: rgba(255, 255, 255, .28);
  --sans: "Space Grotesk", system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  --shell: min(1180px, calc(100vw - 48px));
  color-scheme: dark;
  font-synthesis: none;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--black);
  color: var(--text);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.modal-open { overflow: hidden; }
::selection { background: var(--red); color: var(--white); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
section[id] { scroll-margin-top: 105px; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--white);
  color: var(--black);
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
.section-shell { width: var(--shell); margin-inline: auto; }

.landing-nav {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(1120px, calc(100vw - 32px));
  min-height: 66px;
  padding: 8px 10px 8px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 34px;
  background: rgba(2, 4, 10, .86);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .4);
  transform: translateX(-50%);
}
.landing-logo { display: inline-flex; align-items: center; }
.landing-logo img { display: block; width: 132px; height: auto; }
.landing-nav nav { display: flex; justify-content: center; gap: 30px; }
.landing-nav nav a {
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
  transition: color 180ms ease;
}
.landing-nav nav a:hover,
.landing-nav nav a:focus-visible { color: var(--blue); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 54px;
  padding: 0 23px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 13px;
  background: var(--red);
  color: var(--white);
  box-shadow: 0 12px 30px rgba(255, 53, 85, .18);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.button:hover {
  transform: translateY(-2px);
  background: #ff4965;
  box-shadow: 0 16px 36px rgba(255, 53, 85, .26);
}
.button:focus-visible,
.text-link:focus-visible,
input:focus-visible,
textarea:focus-visible,
.select-wrap select:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}
.button-small { min-height: 48px; padding-inline: 20px; font-size: 12px; }
.button-dark,
.button-light { border-color: var(--line-strong); background: var(--white); color: var(--black); box-shadow: none; }
.button-dark:hover,
.button-light:hover { background: #dfe7f4; box-shadow: 0 14px 32px rgba(0, 0, 0, .24); }

.eyebrow {
  margin: 0 0 22px;
  color: inherit;
  font: 600 12px/1.4 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sector-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: 150px max(24px, calc((100vw - 1180px) / 2)) 90px;
  isolation: isolate;
  background:
    linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px),
    var(--black);
  background-size: 64px 64px;
}
.sector-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(2, 4, 10, .1) 0%, rgba(2, 4, 10, .03) 48%, rgba(2, 4, 10, .34) 100%);
}
.hero-atmosphere { position: absolute; inset: 0; z-index: -2; pointer-events: none; }
.hero-glow {
  position: absolute;
  display: block;
  width: min(62vw, 860px);
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .46;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.hero-glow-red {
  top: -38%;
  right: 28%;
  background: radial-gradient(circle, rgba(255, 53, 85, .38) 0%, rgba(150, 13, 47, .16) 38%, transparent 70%);
}
.hero-glow-blue {
  right: -13%;
  bottom: -46%;
  background: radial-gradient(circle, rgba(64, 141, 255, .5) 0%, rgba(21, 82, 178, .18) 42%, transparent 70%);
}
.hero-orbit {
  position: absolute;
  right: -8vw;
  top: 12%;
  width: min(58vw, 820px);
  aspect-ratio: 1;
  border: 1px solid rgba(64, 141, 255, .12);
  border-radius: 50%;
  box-shadow: inset 0 0 120px rgba(64, 141, 255, .035);
}
.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(320px, .54fr);
  gap: 72px;
  align-items: end;
  width: 100%;
  min-height: calc(100svh - 240px);
}
.sector-hero-copy,
.hero-side { min-width: 0; }
.sector-hero-copy { max-width: 910px; }
.sector-hero-copy .eyebrow { color: #e5ebf5; }
.sector-hero-copy .eyebrow::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 11px 1px 0;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px rgba(54, 217, 139, .8);
}
.sector-hero-copy h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(60px, 7vw, 105px);
  font-weight: 600;
  line-height: .94;
  letter-spacing: -.058em;
  text-wrap: balance;
}
.sector-hero-copy mark {
  display: inline;
  padding: 0;
  background: transparent;
  color: var(--red);
}
.hero-side {
  position: relative;
  padding: 30px 0 9px 28px;
  border-left: 1px solid rgba(255, 255, 255, .28);
}
.hero-side::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 2px;
  height: 64px;
  background: linear-gradient(var(--red), var(--blue));
  box-shadow: 0 0 22px rgba(255, 53, 85, .42);
}
.hero-side > p { margin: 0; color: var(--text); font-size: 19px; line-height: 1.56; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; margin-top: 30px; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0 8px;
  border-bottom: 1px solid var(--line-strong);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
}
.hero-side small { display: block; margin-top: 18px; color: var(--muted); font-size: 14px; line-height: 1.5; }

.why,
.work {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background: var(--black-soft);
  color: var(--text);
}
.why::before,
.work::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 16% 12%, rgba(255, 53, 85, .1), transparent 30%);
}
.why-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .55fr);
  gap: 62px;
  align-items: end;
  margin-bottom: 58px;
}
.why-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -30px; color: var(--red); }
.why-heading h2,
.work-heading h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(48px, 5.5vw, 80px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.why-heading > p:last-child { margin: 0; color: var(--text); font-size: 19px; font-weight: 500; line-height: 1.6; }
.cause-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; perspective: 1200px; }
.cause-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 340px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 32px 58px 34px 50px;
  background: linear-gradient(145deg, rgba(14, 21, 35, .96), rgba(5, 9, 17, .96));
  box-shadow: 0 28px 70px rgba(0, 0, 0, .24);
  transition: transform 220ms ease, border-color 220ms ease;
}
.cause-card::before {
  content: "";
  position: absolute;
  right: -24%;
  bottom: -38%;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, var(--card-glow), transparent 68%);
  opacity: .62;
}
.cause-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  width: 58px;
  height: 2px;
  background: var(--card-accent);
  box-shadow: 0 0 20px var(--card-accent);
}
.cause-card:hover { transform: translateY(-5px); border-color: var(--line-strong); }
.cause-red { --card-accent: var(--red); --card-glow: rgba(255, 53, 85, .34); }
.cause-blue { --card-accent: var(--blue); --card-glow: rgba(64, 141, 255, .34); }
.cause-yellow { --card-accent: #c8d4e6; --card-glow: rgba(124, 92, 255, .22); }
.card-index {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: rgba(255, 255, 255, .035);
  color: var(--white);
  font: 700 12px/1 var(--mono);
}
.cause-card > div { position: relative; z-index: 1; }
.card-label { margin: 0 0 12px; color: var(--muted); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.cause-card h3 { margin: 0; font-size: clamp(29px, 2.6vw, 39px); font-weight: 600; line-height: 1.06; letter-spacing: -.035em; }

.numbers {
  position: relative;
  overflow: hidden;
  padding: 115px 0;
  background: #030711;
  color: var(--white);
}
.numbers::before {
  content: "";
  position: absolute;
  top: -45%;
  left: -12%;
  width: 70vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(64, 141, 255, .25) 0%, rgba(17, 61, 129, .11) 38%, transparent 70%);
  pointer-events: none;
}
.numbers::after {
  content: "";
  position: absolute;
  right: -16%;
  bottom: -64%;
  width: 64vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 53, 85, .18), transparent 66%);
  pointer-events: none;
}
.numbers-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .62fr; gap: 72px; align-items: stretch; }
.number-main { display: flex; flex-direction: column; justify-content: center; }
.number-main .eyebrow { color: #dfe7f4; }
.number-main > strong {
  display: block;
  width: fit-content;
  margin: -6px 0 10px;
  color: var(--white);
  text-shadow: 0 0 70px rgba(64, 141, 255, .22);
  font-size: clamp(118px, 14vw, 208px);
  font-weight: 700;
  line-height: .82;
  letter-spacing: -.085em;
}
.number-main h2 { max-width: 780px; margin: 24px 0 0; font-size: clamp(32px, 3.9vw, 56px); font-weight: 600; line-height: 1.04; letter-spacing: -.04em; }
.number-context {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
  border: 1px solid var(--line-strong);
  border-radius: 34px 62px 36px 54px;
  background: rgba(8, 13, 24, .78);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .36);
}
.percent { display: flex; align-items: end; gap: 16px; padding-bottom: 24px; border-bottom: 1px solid var(--line-strong); }
.percent strong { color: var(--blue); font-size: 70px; font-weight: 700; line-height: .85; letter-spacing: -.06em; }
.percent span { max-width: 120px; color: var(--white); font-size: 15px; font-weight: 700; line-height: 1.18; }
.number-context > p { margin: 26px 0 14px; color: var(--text); font-size: 17px; font-weight: 500; line-height: 1.55; }
.number-context > a { width: fit-content; color: #d7e1f0; font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.number-context .button { align-self: flex-start; margin-top: 30px; }

.work { background: var(--black); }
.work::before { background: radial-gradient(circle at 84% 16%, rgba(64, 141, 255, .13), transparent 34%); }
.work-heading { position: relative; max-width: 950px; margin-bottom: 58px; }
.work-heading .eyebrow { color: var(--blue); }
.work-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; perspective: 1200px; }
.work-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 34px 62px 36px 54px;
  background: linear-gradient(145deg, rgba(13, 19, 31, .98), rgba(4, 7, 13, .98));
  box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
}
.work-card::after {
  content: "";
  position: absolute;
  right: -28%;
  top: -16%;
  width: 74%;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .55;
  background: radial-gradient(circle, var(--work-glow), transparent 68%);
}
.work-white { --work-accent: var(--red); --work-glow: rgba(255, 53, 85, .3); }
.work-blue { --work-accent: var(--blue); --work-glow: rgba(64, 141, 255, .3); }
.work-black { --work-accent: #e7edf6; --work-glow: rgba(106, 77, 255, .22); }
.work-chip {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  padding: 8px 13px;
  border: 1px solid var(--line-strong);
  border-radius: 100px;
  color: var(--work-accent);
  font-size: 12px;
  font-weight: 700;
}
.work-card h3 { position: relative; z-index: 1; margin: auto 0 20px; font-size: clamp(29px, 2.7vw, 40px); font-weight: 600; line-height: 1.04; letter-spacing: -.04em; }
.work-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 17px; font-weight: 500; line-height: 1.55; }

.final-cta {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 70px;
  align-items: end;
  overflow: hidden;
  margin-block: 82px;
  padding: 64px;
  border: 1px solid var(--line-strong);
  border-radius: 38px 72px 40px 62px;
  background: linear-gradient(128deg, #0b111d 0%, #090d16 58%, #111427 100%);
  color: var(--white);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .35);
}
.final-cta::before {
  content: "";
  position: absolute;
  right: -16%;
  top: -85%;
  width: 62%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 53, 85, .3), transparent 70%);
}
.final-cta > div { position: relative; z-index: 1; }
.final-cta > div:first-child { max-width: 830px; }
.final-cta .eyebrow { color: var(--red); }
.final-cta > div:first-child > p:last-child { margin: 22px 0 0; color: var(--text); font-size: 19px; font-weight: 500; line-height: 1.55; }
.final-action { display: flex; flex-direction: column; gap: 13px; }
.final-action small { color: var(--muted); font-size: 13px; font-weight: 600; text-align: center; }

.landing-footer {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 40px;
  align-items: center;
  min-height: 150px;
  border-top: 1px solid var(--line);
  color: var(--white);
}
.footer-logo img { width: 155px; }
.landing-footer > p { margin: 0; color: var(--text); font-size: 15px; }
.landing-footer > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; color: var(--muted); font-size: 12px; font-weight: 600; }
.landing-footer a:hover { color: var(--blue); }

/* Booking drawer */
.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: grid;
  justify-items: end;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 350ms, opacity 350ms ease;
}
.booking-modal.is-open { visibility: visible; opacity: 1; transition-delay: 0s; }
.booking-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: rgba(0, 0, 0, .78);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  cursor: default;
}
.booking-panel {
  position: relative;
  z-index: 1;
  width: min(720px, 100vw);
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: clamp(28px, 5vw, 58px);
  background: #080d17;
  color: var(--white);
  box-shadow: -35px 0 100px rgba(0, 0, 0, .52);
  transform: translate3d(100%, 0, 0);
  transition: transform 420ms cubic-bezier(.16, 1, .3, 1);
}
.booking-modal.is-open .booking-panel { transform: translate3d(0, 0, 0); }
.booking-head { display: grid; grid-template-columns: 1fr auto; gap: 28px; padding-bottom: 32px; border-bottom: 1px solid var(--line-strong); }
.booking-head .eyebrow { color: var(--red); }
.booking-head h2 { margin: 0; font-size: clamp(42px, 5vw, 60px); font-weight: 600; line-height: .98; letter-spacing: -.05em; }
.booking-head > div > p:last-child { max-width: 540px; margin: 18px 0 0; color: var(--text); font-size: 16px; font-weight: 500; line-height: 1.55; }
.booking-close {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
  color: var(--white);
  font-size: 27px;
  cursor: pointer;
}
#booking-form { padding-top: 32px; }
.booking-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.booking-grid label, .scenario-field { display: grid; gap: 9px; }
.booking-grid label > span,
.scenario-field > span,
.select-label > span { color: var(--white); font-size: 12px; font-weight: 700; }
.booking-grid input,
.scenario-field textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 11px;
  background: rgba(255, 255, 255, .055);
  color: var(--white);
  outline: none;
}
.booking-grid input { min-height: 52px; padding: 0 14px; }
.scenario-field textarea { min-height: 110px; padding: 14px; resize: vertical; line-height: 1.5; }
.scenario-field textarea::placeholder { color: #aeb9ca; }
/* Date + time selects */
.booking-selects { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; }
.select-label { display: grid; gap: 9px; }
.select-wrap { position: relative; }
.select-wrap::after {
  content: "▾";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
  font-size: 14px;
  pointer-events: none;
}
.select-wrap select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  min-height: 52px;
  padding: 0 38px 0 14px;
  border: 1px solid var(--line-strong);
  border-radius: 11px;
  background: rgba(255, 255, 255, .055);
  color: var(--white);
  cursor: pointer;
  outline: none;
}
.select-wrap select option { background: #0a1020; color: var(--white); }

/* Wizard (desktop: transparent containers; mobile: step-by-step) */
.wizard-progress { display: none; }
.wizard-step-label { display: none; }
.wizard-nav { display: none; }

.scenario-field { margin-top: 28px; }
.privacy-check { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin-top: 22px; color: var(--text); font-size: 12px; font-weight: 500; line-height: 1.5; }
.privacy-check input { width: 18px; height: 18px; margin: 0; accent-color: var(--red); }
.privacy-check a { font-weight: 700; text-decoration: underline; }
.booking-submit-row { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; margin-top: 28px; }
#booking-message { margin: 0; color: #ff8293; font-size: 13px; font-weight: 700; line-height: 1.45; }
.booking-success { padding: 90px 0; }
.booking-success[hidden] { display: none; }
.success-mark { display: grid; place-items: center; width: 66px; height: 66px; border-radius: 50%; background: var(--green); color: var(--black); font-size: 29px; }
.booking-success h3 { margin: 28px 0 12px; font-size: 46px; font-weight: 600; letter-spacing: -.04em; }
.booking-success p { max-width: 520px; margin: 0 0 32px; color: var(--text); font-size: 16px; font-weight: 500; line-height: 1.6; }
.booking-success a { font-weight: 700; text-decoration: underline; }
.honeypot { position: absolute !important; left: -9999px !important; }

.reveal { opacity: 1; transform: none; }
.js-motion .reveal { opacity: 0; transform: translate3d(0, 24px, 0); }
.js-motion .reveal.is-visible {
  opacity: 1;
  transform: none;
  transition: opacity 620ms ease, transform 620ms cubic-bezier(.16, 1, .3, 1);
}

@media (max-width: 1000px) {
  .landing-nav { grid-template-columns: 1fr auto; }
  .landing-nav nav { display: none; }
  .hero-inner { grid-template-columns: 1fr; gap: 48px; align-content: center; }
  .hero-side { max-width: 720px; }
  .hero-actions { flex-direction: row; align-items: center; }
  .why-heading { grid-template-columns: 1fr; gap: 25px; }
  .why-heading .eyebrow { grid-column: 1; margin-bottom: 0; }
  .cause-grid, .work-grid { grid-template-columns: 1fr; }
  .cause-card { min-height: 260px; }
  .numbers-layout { grid-template-columns: 1fr; }
  .number-context { max-width: 650px; }
  .work-card { min-height: 330px; }
  .final-cta { grid-template-columns: 1fr; }
  .final-action { align-items: flex-start; }
  .landing-footer { grid-template-columns: 180px 1fr; }
  .landing-footer > div { grid-column: 1 / -1; justify-content: flex-start; padding-bottom: 34px; }
}

@media (max-width: 700px) {
  :root { --shell: min(100% - 32px, 1180px); }
  html { scroll-behavior: auto; }
  section[id] { scroll-margin-top: 82px; }
  .landing-nav {
    top: 10px;
    width: calc(100vw - 20px);
    min-height: 60px;
    padding-left: 14px;
    border-radius: 30px;
    background: rgba(2, 4, 10, .94);
  }
  .landing-logo img { width: 108px; }
  .button-small { min-height: 43px; padding-inline: 15px; font-size: 0; border-radius: 22px; }
  .button-small::after { content: "Prenota"; font-size: 12px; font-weight: 700; }
  .sector-hero { min-height: auto; padding: 126px 16px 78px; background-size: 42px 42px; }
  .hero-inner { min-height: auto; gap: 42px; }
  .hero-glow { width: 150vw; opacity: .34; }
  .hero-glow-red { top: -34%; right: -58%; }
  .hero-glow-blue { right: -72%; bottom: -20%; }
  .hero-orbit { top: 18%; right: -64%; width: 140vw; }
  .sector-hero-copy h1 { font-size: clamp(47px, 13.2vw, 66px); line-height: .97; }
  .hero-side { padding: 24px 0 0; border-top: 1px solid var(--line-strong); border-left: 0; }
  .hero-side::before { top: -1px; left: 0; width: 68px; height: 2px; background: linear-gradient(90deg, var(--red), var(--blue)); }
  .hero-side > p { font-size: 18px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .text-link { width: fit-content; }
  .why, .numbers, .work { padding-block: 82px; }
  .why-heading h2, .work-heading h2, .final-cta h2 { font-size: clamp(41px, 11.2vw, 56px); }
  .why-heading > p:last-child { font-size: 17px; }
  .cause-grid, .work-grid { gap: 14px; }
  .cause-card { min-height: 235px; padding: 23px; border-radius: 26px 42px 28px 38px; }
  .number-main > strong { font-size: clamp(102px, 30vw, 145px); }
  .number-main h2 { font-size: 33px; }
  .number-context { padding: 26px; border-radius: 27px 44px 29px 40px; }
  .percent { align-items: start; flex-direction: column; }
  .percent strong { font-size: 64px; }
  .percent span { max-width: none; }
  .number-context .button { width: 100%; }
  .work-card { min-height: 340px; padding: 24px; border-radius: 27px 44px 29px 40px; }
  .final-cta { width: calc(100% - 32px); gap: 34px; margin-block: 58px; padding: 36px 24px; border-radius: 29px 48px 31px 42px; }
  .final-action { align-items: stretch; }
  .final-action .button { width: 100%; }
  .landing-footer { grid-template-columns: 1fr; gap: 18px; padding-block: 40px; }
  .landing-footer > div { grid-column: auto; padding-bottom: 0; }
  .js-motion .reveal { transform: translate3d(0, 18px, 0); }

  /* ── Booking: full-screen wizard on mobile ── */
  .booking-panel {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100dvh;
    overflow: hidden;
    padding: 0;
    box-shadow: none;
  }
  .booking-head {
    flex-shrink: 0;
    padding: 14px 16px 12px;
    border-bottom: 1px solid var(--line-strong);
  }
  .booking-head h2 { font-size: 26px; }
  .booking-head > div > p:last-child { display: none; }
  #booking-form {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
  }
  .wizard-progress {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    padding: 14px 16px 10px;
  }
  .wizard-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--line-strong);
    transition: background 220ms ease, width 220ms ease, border-radius 220ms ease;
  }
  .wizard-dot.is-active { width: 26px; border-radius: 4px; background: var(--red); }
  .wizard-dot.is-done  { background: var(--green); }
  .wizard-step { display: none; }
  .wizard-step.is-active {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    padding: 4px 16px 8px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .wizard-step-label {
    display: block;
    flex-shrink: 0;
    margin: 0 0 14px;
    color: var(--muted);
    font: 600 10px/1 var(--mono);
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .wizard-nav {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
  }
  .wizard-next { flex: 1; }
  .wizard-back {
    background: transparent;
    border-color: var(--line-strong);
    color: var(--white);
    box-shadow: none;
    min-width: 110px;
  }
  .wizard-back:hover { background: rgba(255,255,255,.06); transform: none; box-shadow: none; }
  .booking-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .booking-grid input { min-height: 46px; }
  .booking-selects { grid-template-columns: 1fr; margin-top: 0; gap: 14px; }
  .select-wrap select { min-height: 46px; }
  .scenario-field { margin-top: 0; }
  .scenario-field textarea { min-height: 80px; }
  .privacy-check { margin-top: 14px; }
  .booking-submit-row { grid-template-columns: 1fr; margin-top: 14px; }
  .booking-submit-row .button { width: 100%; }
  .booking-success { padding: 36px 16px; }
}

@supports (-webkit-touch-callout: none) {
  .sector-hero { min-height: auto; }
  .hero-glow { will-change: auto; }
  .landing-nav { -webkit-backdrop-filter: blur(12px); }
}

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