.header{position:sticky;top:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--color-border)}.header__inner{max-width:var(--max-width);margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header__logo img{display:block;height:2.25rem;width:auto}.header__cta{font-family:var(--font-body);font-size:.9375rem;font-weight:600;padding:.5rem 1rem;border-radius:.5rem;background:var(--color-primary-dark);color:#fff;text-decoration:none;white-space:nowrap;transition:background .15s}.header__cta:hover{background:var(--color-primary);color:var(--color-text)}.hero{position:relative;min-height:620px;padding-top:5rem;padding-bottom:5rem;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 32%,rgba(255,255,255,.55) 48%,rgba(255,255,255,.15) 62%,transparent 68%,transparent 100%),url(/hero-family-vacation.jpg) center right / cover no-repeat}.hero__inner{min-height:460px;display:flex;align-items:center}.hero__content{width:min(100%,34rem)}.hero__title{font-size:clamp(2.125rem,5vw,3.75rem);font-weight:800;letter-spacing:-.04em;max-width:12ch;margin-bottom:1.25rem}.hero__eyebrow{display:inline-flex;align-items:center;margin-bottom:1rem;padding:.375rem .75rem;border-radius:999px;background:#35de952e;color:var(--color-primary-dark);font-size:.8125rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.hero__subtitle{font-size:clamp(1.0625rem,2.5vw,1.25rem);color:var(--color-text-muted);max-width:32rem}@media (max-width: 760px){.hero.section{min-height:41rem;padding:1.5rem 1.5rem 0;background:linear-gradient(180deg,#ffffff 0%,#ffffff 38%,rgba(255,255,255,.98) 48%,rgba(255,255,255,.88) 58%,rgba(255,255,255,.5) 72%,transparent 90%),url(/hero-family-vacation.jpg) calc(100% + 1.25rem) calc(80% + 8rem) / 200% auto no-repeat}.hero__inner{min-height:auto;align-items:flex-start}.hero__content{width:100%}.hero__title{max-width:none}}.features.section{background:var(--color-bg-muted);padding-top:4rem}.features__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.features__grid{grid-template-columns:repeat(2,1fr)}}.features__card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:.75rem;padding:1.75rem}.features__card h3{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;color:var(--color-primary-dark)}.features__card p{font-size:.9375rem;color:var(--color-text-muted);line-height:1.6}.how-it-works__steps{list-style:none;margin:0;padding:0;display:grid;gap:2rem}@media (min-width: 768px){.how-it-works__steps{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.how-it-works__step{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.how-it-works__number{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--color-primary);color:var(--color-text);font-family:var(--font-heading);font-weight:800;font-size:1.125rem}.how-it-works__step h3{font-size:1.125rem;font-weight:700;margin-bottom:.375rem}.how-it-works__step p{font-size:.9375rem;color:var(--color-text-muted);line-height:1.6}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.waitlist-form__honeypot{position:absolute;left:-9999px;opacity:0;pointer-events:none}.waitlist-form__fields{display:flex;flex-direction:column;gap:.75rem}@media (min-width: 480px){.waitlist-form__fields{flex-direction:row}}.waitlist-form input[type=email]{flex:1;min-width:0;padding:.875rem 1rem;font-family:var(--font-body);font-size:1rem;border-radius:.5rem;border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text);outline:none;transition:border-color .15s}.waitlist-form input[type=email]:focus{border-color:var(--color-primary-dark)}.waitlist-form--dark input[type=email]{background:#ffffff14;border-color:#fff3;color:#fff}.waitlist-form--dark input[type=email]::placeholder{color:#ffffff80}.waitlist-form button{padding:.875rem 1.5rem;font-family:var(--font-body);font-size:1rem;font-weight:600;border:none;border-radius:.5rem;background:var(--color-primary-dark);color:#fff;cursor:pointer;white-space:nowrap;transition:background .15s}.waitlist-form button:hover:not(:disabled){background:var(--color-primary);color:var(--color-text)}.waitlist-form button:disabled{opacity:.7;cursor:not-allowed}.waitlist-form__error{margin-top:.75rem;font-size:.875rem;color:#c0392b}.waitlist-form--dark .waitlist-form__error{color:#ff8a80}.waitlist-success{font-size:1.0625rem;font-weight:500;padding:1rem 1.25rem;border-radius:.5rem;background:#08a26a1a;color:var(--color-primary-dark)}.waitlist-success--dark{background:#35de9526;color:var(--color-primary)}.cta{background:var(--color-text);color:#fff;scroll-margin-top:4.5rem}.cta__inner{display:flex;flex-direction:column;align-items:center;text-align:center}.cta__logo{margin-bottom:2rem;height:3rem;width:auto}.cta__title{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;margin-bottom:.75rem}.cta__subtitle{color:#ffffffb3;max-width:28rem;margin-bottom:2rem}.cta__form{width:100%;max-width:28rem}.footer{border-top:1px solid var(--color-border);padding:2rem 1.5rem}.footer__inner{max-width:var(--max-width);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.25rem;text-align:center}.footer__copy{font-size:.875rem;color:var(--color-text-muted)}.footer__tagline{font-size:.8125rem;font-weight:500;color:var(--color-primary-dark)}:root{--color-primary: #35de95;--color-primary-dark: #08a26a;--color-text: #0e272c;--color-text-muted: #4a5f66;--color-bg: #ffffff;--color-bg-muted: #f6faf8;--color-border: #e2ebe6;--font-heading: "Manrope", sans-serif;--font-body: "Inter", sans-serif;--max-width: 1100px;--section-padding: 5rem 1.5rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:1rem;line-height:1.6;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3{font-family:var(--font-heading);line-height:1.2;margin:0}p{margin:0}a{color:var(--color-primary-dark);text-decoration:none}img{max-width:100%;height:auto}.page{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.section{padding:var(--section-padding)}.section-inner{max-width:var(--max-width);margin:0 auto}.section-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;text-align:center;margin-bottom:.75rem}.section-subtitle{text-align:center;color:var(--color-text-muted);max-width:36rem;margin:0 auto 3rem}
