:root {
    --ink: #151926;
    --muted: #6b7182;
    --line: #e5e7ee;
    --paper: #f7f7f4;
    --white: #fff;
    --orange: #ff5d2e;
    --orange-dark: #e8481a;
    --navy: #17223b;
    --shadow: 0 28px 70px rgba(22, 30, 52, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.6 Manrope, sans-serif; }
button, input, textarea { font: inherit; }
button, label { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }

.site-header { max-width: 1240px; margin: 0 auto; height: 86px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; color: #fff; background: var(--navy); font-size: 13px; letter-spacing: -.06em; }
.header-note { color: var(--muted); font-size: 13px; font-weight: 600; }
.header-note span { width: 8px; height: 8px; margin-right: 8px; display: inline-block; border-radius: 50%; background: #34b27b; box-shadow: 0 0 0 5px rgba(52,178,123,.12); }

main { overflow: hidden; }
.hero { position: relative; max-width: 1240px; min-height: 510px; margin: 0 auto; padding: 74px 24px 96px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; }
.hero-copy { max-width: 660px; position: relative; z-index: 2; }
.eyebrow { color: var(--orange); text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.hero h1 { margin: 18px 0 20px; font-size: clamp(49px, 6.4vw, 84px); line-height: .98; letter-spacing: -.065em; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-copy > p { color: var(--muted); max-width: 600px; margin: 0; font-size: 17px; }
.trust-row { display: flex; gap: 0; margin-top: 40px; }
.trust-row div { padding-right: 30px; margin-right: 30px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.trust-row div:last-child { border: 0; }
.trust-row strong { font-size: 18px; letter-spacing: -.04em; }
.trust-row span { color: var(--muted); font-size: 11px; }
.airflow { position: relative; height: 360px; }
.fan { position: absolute; top: 48%; left: 50%; width: 206px; height: 206px; transform: translate(-50%,-50%); border: 34px solid var(--navy); border-radius: 50%; box-shadow: 0 36px 70px rgba(23,34,59,.24), inset 0 0 0 8px #33405c; animation: float 5s ease-in-out infinite; }
.fan i { position: absolute; top: 50%; left: 50%; width: 62px; height: 94px; margin: -47px -31px; background: #3d4963; border-radius: 70% 15% 70% 30%; transform-origin: 31px 47px; }
.fan i:nth-child(1) { transform: rotate(0deg) translateY(-41px); }.fan i:nth-child(2) { transform: rotate(90deg) translateY(-41px); }.fan i:nth-child(3) { transform: rotate(180deg) translateY(-41px); }.fan i:nth-child(4) { transform: rotate(270deg) translateY(-41px); }
.fan b { position: absolute; width: 45px; height: 45px; top: 50%; left: 50%; transform: translate(-50%,-50%); background: var(--orange); border: 9px solid #ffb29a; border-radius: 50%; }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }.orb-one { width: 320px; height: 320px; top: 0; right: 0; background: #dce8ff; }.orb-two { width: 210px; height: 210px; left: 0; bottom: 0; background: #ffe4da; }
.temp { position: absolute; z-index: 2; padding: 9px 14px; border-radius: 12px; box-shadow: 0 12px 30px rgba(23,34,59,.15); font-weight: 800; background: #fff; }.temp-a { top: 40px; left: 30px; color: var(--orange); text-decoration: line-through; }.temp-b { right: 25px; bottom: 55px; color: #1a9c6b; }
@keyframes float { 50% { transform: translate(-50%,-53%) rotate(3deg); } }

.booking-shell { max-width: 1240px; margin: 0 auto 70px; padding: 46px; background: var(--white); border-radius: 30px; box-shadow: var(--shadow); position: relative; z-index: 3; }
.booking-head { display: flex; justify-content: space-between; gap: 30px; align-items: flex-end; padding-bottom: 30px; border-bottom: 1px solid var(--line); scroll-margin-top: 20px; }
.booking-head h2 { margin: 7px 0 0; font-size: clamp(25px, 3vw, 36px); letter-spacing: -.045em; line-height: 1.15; }
.stepper { display: flex; align-items: center; gap: 11px; }.stepper i { width: 32px; height: 1px; background: var(--line); }
.step { border: 0; background: none; padding: 0; color: #a1a5b0; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; cursor: default; }
.step span { display: grid; place-items: center; width: 31px; height: 31px; margin: 0 auto 6px; border: 1px solid var(--line); border-radius: 50%; font-size: 12px; }
.step.active { color: var(--ink); }.step.active span { color: #fff; background: var(--orange); border-color: var(--orange); }.step.done { color: var(--orange); cursor: pointer; }.step.done span { border-color: var(--orange); }
.form-step { display: none; padding-top: 34px; }.form-step.active { display: block; animation: reveal .28s ease; }
@keyframes reveal { from { opacity: 0; transform: translateY(8px); } }
.package-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.package-card { position: relative; display: block; min-height: 385px; padding: 28px 22px 22px; border: 1.5px solid var(--line); border-radius: 20px; cursor: pointer; transition: .2s ease; overflow: hidden; }
.package-card::before { content: ''; position: absolute; inset: 0 auto auto 0; height: 5px; width: 100%; background: var(--accent); opacity: .75; }
.package-card:hover { transform: translateY(-3px); border-color: #c8cad2; box-shadow: 0 16px 34px rgba(25,31,48,.08); }
.package-card:has(input:checked) { border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 13%, transparent); }
.package-card input, .location-card input { position: absolute; opacity: 0; pointer-events: none; }
.package-check { position: absolute; right: 18px; top: 18px; display: grid; place-items: center; width: 25px; height: 25px; color: #fff; background: var(--accent); border-radius: 50%; opacity: 0; transform: scale(.6); transition: .2s ease; }.package-card:has(input:checked) .package-check { opacity: 1; transform: scale(1); }
.package-badge { display: inline-block; margin-bottom: 12px; padding: 4px 8px; color: var(--accent); background: color-mix(in srgb, var(--accent) 10%, #fff); border-radius: 6px; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.package-card > strong { display: block; font-size: 19px; letter-spacing: -.035em; }.price { margin-top: 13px; font-size: 29px; font-weight: 800; letter-spacing: -.06em; color: var(--accent); }.duration { color: var(--muted); font-size: 11px; }
.package-card ul { list-style: none; padding: 0; margin: 24px 0 0; }.package-card li { position: relative; padding: 6px 0 6px 18px; color: #555c6e; font-size: 12px; }.package-card li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); font-weight: 800; }
.form-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 32px; }.form-actions.right { justify-content: flex-end; }
.button { min-height: 48px; padding: 0 22px; border: 0; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; cursor: pointer; font-weight: 800; transition: .18s ease; }.button-primary { color: #fff; background: var(--orange); box-shadow: 0 10px 25px rgba(255,93,46,.22); }.button-primary:hover { background: var(--orange-dark); transform: translateY(-1px); }.button-ghost { background: #f2f3f6; color: var(--ink); }.button:disabled { opacity: .65; cursor: wait; }
.split-form { display: grid; grid-template-columns: 1.15fr .85fr; gap: 42px; }.field-label { display: block; margin-bottom: 12px; font-weight: 800; font-size: 13px; }.location-grid { display: grid; gap: 12px; }
.location-card { position: relative; display: grid; padding: 18px 18px 18px 52px; border: 1.5px solid var(--line); border-radius: 15px; cursor: pointer; transition: .18s ease; }.location-card:hover { border-color: #b9bdc9; }.location-card:has(input:checked) { border-color: var(--orange); background: #fffaf8; }.radio-dot { position: absolute; left: 18px; top: 22px; width: 18px; height: 18px; border: 2px solid #b8bbc5; border-radius: 50%; }.location-card:has(input:checked) .radio-dot { border: 5px solid var(--orange); }.location-card strong { font-size: 15px; }.location-card small { margin: 3px 0; color: var(--muted); line-height: 1.45; }.location-phone { color: var(--orange); font-size: 11px; font-weight: 700; }
.date-panel { padding: 24px; border-radius: 18px; background: #f7f8fa; }.input { width: 100%; min-height: 50px; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 11px; outline: none; color: var(--ink); background: #fff; transition: .18s ease; }.input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,93,46,.1); }.slot-label { margin-top: 22px; }.slots { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; min-height: 55px; }.slot { min-height: 42px; border: 1.5px solid #dde0e7; border-radius: 10px; color: var(--ink); background: #fff; cursor: pointer; font-size: 12px; font-weight: 700; }.slot:hover { border-color: var(--orange); }.slot.selected { border-color: var(--orange); color: #fff; background: var(--orange); }.slots-empty { grid-column: 1/-1; padding: 14px; color: var(--muted); background: #fff; border: 1px dashed #d6d9e0; border-radius: 10px; text-align: center; font-size: 12px; }.loading { animation: pulse 1s infinite alternate; } @keyframes pulse { to { opacity: .5; } }.slot-help { color: var(--muted); font-size: 11px; line-height: 1.5; }
.slots.invalid { padding: 5px; border: 1px solid #d83d31; border-radius: 12px; }.field-error { min-height: 18px; margin-top: 5px; color: #b53227; font-size: 10px; font-weight: 700; }
.details-layout { display: grid; grid-template-columns: 1fr 350px; gap: 42px; }.customer-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.field-group.full, .consent { grid-column: 1/-1; }.field-group label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 800; }.field-group textarea { resize: vertical; }.consent { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: 11px; }.consent input { margin-top: 4px; accent-color: var(--orange); }
.booking-summary { padding: 28px; color: #fff; background: var(--navy); border-radius: 18px; }.booking-summary h3 { margin: 8px 0 22px; font-size: 24px; }.booking-summary dl { margin: 0; }.booking-summary dl div { padding: 13px 0; border-top: 1px solid rgba(255,255,255,.12); }.booking-summary dt { color: #9ba6bb; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }.booking-summary dd { margin: 3px 0 0; font-weight: 700; }.booking-summary > p { margin: 20px 0 0; color: #aeb6c6; font-size: 11px; }
.alert { margin-top: 24px; padding: 14px 18px; border-radius: 10px; }.alert-error { color: #a5261b; background: #fff0ed; border: 1px solid #ffd1c8; }
.why { max-width: 1240px; margin: 0 auto 90px; padding: 0 24px; display: grid; grid-template-columns: repeat(3,1fr); }.why div { padding: 28px 34px; border-left: 1px solid var(--line); }.why span { color: var(--orange); font-size: 11px; font-weight: 800; }.why strong { display: block; margin: 8px 0; font-size: 16px; }.why p { margin: 0; color: var(--muted); font-size: 12px; }
footer { max-width: 1240px; margin: 0 auto; padding: 26px 24px 36px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }

.success-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at 50% 0%, #ffe6dc, transparent 35%), var(--paper); }.success-card { width: min(620px,100%); padding: 52px; border-radius: 26px; background: #fff; box-shadow: var(--shadow); text-align: center; }.success-icon { width: 62px; height: 62px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #27a873; font-size: 28px; }.success-card h1 { margin: 10px 0; font-size: 38px; line-height: 1.1; letter-spacing: -.055em; }.success-card > p { color: var(--muted); }.booking-code { display: inline-block; margin: 18px 0; padding: 11px 18px; border: 1px dashed var(--orange); border-radius: 9px; color: var(--orange); font-weight: 800; letter-spacing: .08em; }.success-card dl { margin: 16px 0 28px; text-align: left; }.success-card dl div { display: grid; grid-template-columns: 90px 1fr; gap: 15px; padding: 13px 0; border-top: 1px solid var(--line); }.success-card dt { color: var(--muted); font-size: 11px; }.success-card dd { margin: 0; font-weight: 700; }.success-card dd small { display: block; color: var(--muted); font-weight: 400; }

@media (max-width: 980px) {
    .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 50px; }.airflow { position: absolute; right: -80px; top: 0; width: 400px; opacity: .23; }.hero-copy { max-width: 720px; }.booking-shell { margin-inline: 18px; padding: 30px; }.package-grid { grid-template-columns: repeat(2,1fr); }.package-card { min-height: 350px; }.split-form, .details-layout { grid-template-columns: 1fr; }.booking-summary { order: -1; }.why { grid-template-columns: 1fr; }.why div { border-left: 0; border-top: 1px solid var(--line); }
}
@media (max-width: 620px) {
    .site-header { height: 70px; }.header-note { display: none; }.hero { padding: 40px 20px 72px; }.hero h1 { font-size: 48px; }.hero-copy > p { font-size: 15px; }.trust-row { gap: 16px; flex-wrap: wrap; }.trust-row div { margin: 0; padding: 0 16px 0 0; }.airflow { display: none; }.booking-shell { padding: 24px 17px; border-radius: 21px; }.booking-head { align-items: flex-start; flex-direction: column; }.booking-head h2 { font-size: 26px; }.stepper { width: 100%; justify-content: center; }.stepper i { width: 20px; }.package-grid { grid-template-columns: 1fr; }.package-card { min-height: auto; }.split-form { gap: 25px; }.date-panel { padding: 18px 13px; }.customer-fields { grid-template-columns: 1fr; }.field-group { grid-column: 1/-1; }.form-actions { gap: 10px; }.form-actions .button { padding: 0 15px; }.success-card { padding: 36px 22px; }.success-card h1 { font-size: 32px; }
}
