:root{--bg:#f6f8fb;--ink:#101828;--muted:#667085;--line:#e4e7ec;--white:#fff;--brand:#126b4d;--dark:#0c503a;--soft:#e9f7f1;--shadow:0 20px 60px rgba(16,24,40,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1120px,calc(100% - 40px));margin:auto}.nav-wrap{position:sticky;top:0;z-index:20;background:#fffffff0;backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font:800 18px Manrope,sans-serif}.brand-mark{width:38px;height:38px;border-radius:12px;background:var(--brand);color:#fff;display:grid;place-items:center}.nav-links{display:flex;gap:24px;align-items:center;font-size:14px;font-weight:700}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;background:var(--brand);color:#fff;padding:14px 20px;font:700 15px inherit;cursor:pointer}.button:hover{background:var(--dark)}.button-small{padding:10px 16px}.button-ghost{background:#fff;color:var(--ink);border:1px solid var(--line)}.button-secondary{background:var(--soft);color:var(--dark)}.button-light{background:#fff;color:var(--dark)}.full{width:100%}.honeypot{position:absolute;left:-9999px}.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#f8fbfa,#fff);padding:90px 0 75px}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.eyebrow{display:inline-block;color:var(--brand);font-size:12px;font-weight:800;letter-spacing:.13em;margin-bottom:14px}.eyebrow.light{color:#d5f4e7}.hero h1,.section-heading h2,.cta h2{font-family:Manrope,sans-serif;letter-spacing:-.04em;margin:0}.hero h1{font-size:clamp(44px,6vw,72px);line-height:1}.hero-text{font-size:18px;line-height:1.7;color:var(--muted);max-width:650px;margin:24px 0 30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.trust-row{display:flex;gap:34px;margin-top:38px}.trust-row div{display:flex;flex-direction:column;gap:3px}.trust-row strong{font-size:20px}.trust-row span,.hero-card p,.hours-list span,.section-heading p,.info-card p,.price-card p,.faq-item p,.terms,.subtle{color:var(--muted)}.trust-row span{font-size:12px}.hero-card,.info-card,.price-card,.booking-card,.cart-card,.faq-item{background:#fff;border:1px solid var(--line);border-radius:22px}.hero-card{padding:32px;box-shadow:var(--shadow)}.mini-badge,.pill{display:inline-block;padding:7px 10px;border-radius:999px;background:var(--soft);color:var(--dark);font-size:12px;font-weight:800}.availability-icon{width:56px;height:56px;border-radius:18px;background:var(--brand);color:#fff;display:grid;place-items:center;margin:26px 0 16px;font-size:24px}.hero-card h2{font:800 28px Manrope,sans-serif;margin:0}.hero-card p{line-height:1.65}.hours-list{margin:22px 0;border-top:1px solid var(--line)}.hours-list div{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid var(--line);font-size:13px}.text-link{color:var(--brand);font-weight:800;font-size:14px}.hero-glow{position:absolute;border-radius:50%;filter:blur(10px);opacity:.5}.hero-glow-one{width:400px;height:400px;background:#dff5ec;right:-140px;top:-180px}.hero-glow-two{width:300px;height:300px;background:#edf5ff;left:-140px;bottom:-180px}.section{padding:90px 0}.section-soft{background:var(--bg)}.section-heading{max-width:700px;margin-bottom:42px}.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}.section-heading h2{font-size:clamp(34px,4vw,50px);line-height:1.08}.section-heading p{line-height:1.65}.steps-grid,.pricing-grid,.faq-grid{display:grid;gap:20px}.steps-grid{grid-template-columns:repeat(3,1fr)}.info-card{padding:28px}.info-card>span{color:var(--brand);font-weight:800}.info-card h3,.price-card h3,.cart-top h3,.form-step h3{font:800 20px Manrope,sans-serif}.info-card p,.price-card p,.faq-item p{line-height:1.7}.pricing-grid{grid-template-columns:repeat(2,minmax(0,360px));justify-content:center}.price-card{padding:32px;position:relative}.price-card.featured{border:2px solid var(--brand)}.popular{position:absolute;top:16px;right:16px;background:var(--brand);color:#fff;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:800}.price-icon{font-size:30px}.price{font:800 42px Manrope,sans-serif;margin:8px 0}.faq-grid{grid-template-columns:repeat(2,1fr);max-width:920px;margin:auto}.faq-item{padding:20px 22px}.faq-item summary{cursor:pointer;font-weight:800}.booking-section{background:#fbfcfd}.booking-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:28px;align-items:start}.booking-card,.cart-card{padding:28px}.cart-card{position:sticky;top:100px;box-shadow:0 12px 35px rgba(16,24,40,.06)}.form-progress{display:flex;gap:8px;margin-bottom:28px}.form-progress span{padding:8px 10px;border-radius:999px;background:#f2f4f7;color:#98a2b3;font-size:12px;font-weight:800}.form-progress span.active{background:var(--soft);color:var(--dark)}.form-step{display:none}.form-step.active{display:block}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:8px}.field.wide{grid-column:1/-1}.field.small{max-width:110px}.field span{font-size:13px;font-weight:700}.field input,.field select{width:100%;padding:13px 14px;border:1px solid #d0d5dd;border-radius:10px;background:#fff;font:inherit}.field input:focus,.field select:focus{outline:2px solid #bce5d5;border-color:var(--brand)}.hint{margin:12px 0 24px;color:var(--muted);font-size:12px}.step-actions{display:flex;justify-content:space-between;gap:12px;margin-top:24px}.add-person-row{display:grid;grid-template-columns:1fr 110px auto;gap:12px;align-items:end}.people-list{display:grid;gap:10px;margin-top:18px}.person-chip{display:flex;justify-content:space-between;align-items:center;background:#f9fafb;border:1px solid var(--line);padding:12px 14px;border-radius:12px}.person-chip div{display:flex;flex-direction:column;gap:3px}.person-chip span{font-size:12px;color:var(--muted)}.remove-person{border:0;background:transparent;color:#b42318;font-weight:700;cursor:pointer}.cart-top,.summary-row,.total-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.cart-top{margin-bottom:18px}.cart-top h3{margin:0}.summary-row{font-size:13px;padding:8px 0}.summary-row span{color:var(--muted)}.divider{height:1px;background:var(--line);margin:18px 0}.cart-items{display:grid;gap:10px}.cart-line{display:flex;justify-content:space-between;gap:12px;font-size:13px}.cart-line small{display:block;color:var(--muted);margin-top:3px}.empty-cart{font-size:13px;color:var(--muted)}.total-row strong{font:800 24px Manrope,sans-serif}.secure-note{margin-top:18px;padding:12px;border-radius:10px;background:var(--soft);color:var(--dark);font-size:11px;font-weight:700}.cta-section{padding:20px 0 80px}.cta{background:var(--brand);color:#fff;border-radius:28px;padding:44px 50px;display:flex;align-items:center;justify-content:space-between;gap:25px}.cta h2{font-size:38px}.cta p{color:#d7efe5}.footer-grid{padding:60px 0 28px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:35px}.footer-grid>div{display:flex;flex-direction:column;gap:9px;font-size:13px}.footer-grid p{color:var(--muted);max-width:330px;line-height:1.6}.footer-grid a:not(.brand){color:var(--brand);font-weight:700}.footer-bottom{border-top:1px solid var(--line);padding:20px 0 28px;display:flex;justify-content:space-between;gap:15px;font-size:12px;color:var(--muted)}.privacy-section{background:#101828;color:#d0d5dd;padding:48px 0}.privacy-section h2{color:#fff;font:800 28px Manrope,sans-serif}.privacy-section p{max-width:850px;font-size:13px;line-height:1.8}.toast{position:fixed;right:24px;bottom:24px;max-width:340px;padding:15px 18px;background:#101828;color:#fff;border-radius:12px;box-shadow:var(--shadow);transform:translateY(20px);opacity:0;pointer-events:none;transition:.25s;z-index:50;font-size:13px}.toast.show{opacity:1;transform:none}.reveal{opacity:1}@media(max-width:850px){.nav-links a:not(.button){display:none}.hero-grid,.booking-layout{grid-template-columns:1fr}.steps-grid,.faq-grid{grid-template-columns:1fr}.pricing-grid{grid-template-columns:1fr}.cart-card{position:static}.hero{padding-top:60px}.section{padding:70px 0}.cta{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.field-grid{grid-template-columns:1fr}.field.wide{grid-column:auto}.add-person-row{grid-template-columns:1fr}.field.small{max-width:none}}@media(max-width:560px){.container{width:min(100% - 24px,1120px)}.nav{min-height:68px}.hero h1{font-size:41px}.hero-card,.booking-card,.cart-card{padding:20px}.trust-row{gap:18px}.cta{padding:32px 26px}.cta h2{font-size:31px}.footer-bottom{flex-direction:column}}