*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;cursor:none!important}:root{--font-display: "Bricolage Grotesque", sans-serif;--font-body: "DM Sans", sans-serif;--text-display: clamp(44px, 7.5vw, 100px);--text-h1: 26px;--text-h2: 20px;--text-h3: 16px;--text-body: 15px;--text-label: 12px;--page-bg: #F4F2EF;--card: #FFFFFF;--dark-bg: #1A1D26;--footer-bg: #E8E5E0;--warm-tan: #A28366;--primary-text: #2C2825;--muted-text: #928F8C;--purple: #8815fb;--purple-light: #EEEDFE;--purple-mid: #534AB7;--border: #E8E5E0;--border-dark: rgba(255, 255, 255, .1);--r-sm: 12px;--r-md: 14px;--r-lg: 16px;--r-pill: 9999px}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:var(--text-body);background:var(--page-bg);color:var(--primary-text);min-height:100vh;overflow-x:hidden;cursor:none}nav{position:sticky;top:0;z-index:100;background:#f4f2efe0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);padding:0 40px;height:60px;display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;align-items:center;gap:0px;text-decoration:none}.nav-logo-img{display:block;transform:rotate(-25deg);transition:transform .75s cubic-bezier(.34,1.4,.64,1)}.nav-logo:hover .nav-logo-img{transform:rotate(335deg)}.logo-text{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--primary-text);letter-spacing:-.02em}.nav-links{display:flex;align-items:center;gap:32px}.nav-links a{font-size:14px;font-weight:500;color:var(--muted-text);text-decoration:none;transition:color .15s}.nav-links a:hover{color:var(--primary-text)}.nav-cta{background:var(--primary-text);color:#fff;font-size:13.5px;font-weight:600;padding:8px 18px;border-radius:var(--r-sm);text-decoration:none;letter-spacing:-.01em;transition:background .15s}.nav-cta:hover{background-color:var(--purple)}.nav-started{background:transparent;color:var(--purple);border:1.5px solid var(--purple);font-size:13.5px;font-weight:600;padding:6.5px 16.5px;border-radius:var(--r-sm);text-decoration:none;letter-spacing:-.01em;transition:background .15s,color .15s}.nav-started:hover{background:var(--purple);color:#fff}.nav-right{display:flex;align-items:center;gap:12px}.hamburger{display:none;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:6px;color:var(--primary-text);border-radius:6px;transition:background .15s;line-height:0}.hamburger:hover{background:#0000000f}.mobile-menu,.mobile-menu-overlay{display:none}.hero{min-height:92vh;display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;max-width:1300px;margin:0 auto;padding:60px 40px 80px}.hero-left{display:flex;flex-direction:column;justify-content:center;padding-right:64px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--purple-light);border:1px solid rgba(168,79,255,.2);border-radius:var(--r-pill);padding:6px 14px;font-size:12.5px;font-weight:600;color:var(--purple-mid);letter-spacing:.02em;margin-bottom:28px;width:fit-content;animation:fadeUp .5s ease both}.badge-dot{width:7px;height:7px;border-radius:50%;background:var(--purple);animation:pulse 1.8s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}h1.hero-title{font-family:var(--font-display);font-size:var(--text-display);font-weight:800;line-height:1.05;letter-spacing:-.03em;color:var(--primary-text);margin-bottom:22px;animation:fadeUp .55s .08s ease both}.accent{color:var(--purple)}.hero-sub{font-size:17px;font-weight:400;color:var(--muted-text);line-height:1.65;max-width:420px;margin-bottom:20px;animation:fadeUp .55s .14s ease both}.hero-sub strong{color:var(--primary-text);font-weight:600}.hero-cta-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:52px;padding:0 24px;width:fit-content;background:var(--purple);color:#fff;border:none;border-radius:var(--r-md);font-size:14.5px;font-weight:700;font-family:inherit;text-decoration:none;cursor:pointer;white-space:nowrap;letter-spacing:-.01em;margin-bottom:20px;transition:opacity .15s,transform .1s;animation:fadeUp .55s .2s ease both}.hero-cta-link:hover{opacity:.82}.hero-cta-link:active{transform:scale(.98)}.hero-trust{font-size:12.5px;color:var(--muted-text);display:flex;align-items:center;gap:16px;animation:fadeUp .55s .26s ease both}.trust-item{display:flex;align-items:center;gap:5px}.trust-item svg{width:13px;height:13px;flex-shrink:0}.hero-right{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:12px;animation:fadeUp .6s .1s ease both}.mosaic-img{border-radius:var(--r-lg);overflow:hidden;position:relative}.mosaic-img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.mosaic-img:hover img{transform:scale(1.04)}.mosaic-img:nth-child(1){grid-row:1 / 3}.img-label{position:absolute;bottom:12px;left:12px;background:#1a1d26b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:11.5px;font-weight:600;padding:5px 11px;border-radius:var(--r-pill);letter-spacing:.01em;display:flex;align-items:center;gap:5px}.img-label i{font-size:12px}.mosaic-stat{position:absolute;top:12px;right:12px;background:var(--card);border-radius:var(--r-md);padding:10px 14px;box-shadow:0 4px 20px #0000001f}.mosaic-stat-num{font-size:20px;font-weight:800;color:var(--primary-text);letter-spacing:-.03em;line-height:1}.mosaic-stat-label{font-size:11px;font-weight:500;color:var(--muted-text);margin-top:2px}.section{max-width:1300px;margin:0 auto;padding:80px 40px}.eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted-text);margin-bottom:16px}.section-title{font-family:var(--font-display);font-size:clamp(24px,3vw,36px);font-weight:800;letter-spacing:-.03em;line-height:1.12;color:var(--primary-text);margin-bottom:16px}.section-sub{font-size:16px;color:var(--muted-text);line-height:1.65;max-width:480px}.how-wrap{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.how-steps{display:flex;flex-direction:column}.step{display:flex;gap:20px;padding:28px 20px;cursor:pointer;transition:all .2s;border-radius:20px}.step:first-child{border-top:1px solid var(--border)}.step-num{width:36px;height:36px;border-radius:50%;background:var(--border);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:var(--muted-text);flex-shrink:0;transition:all .2s}.step.active .step-num{background:var(--primary-text);color:#fff}.step-label{font-size:15px;font-weight:700;color:var(--primary-text);letter-spacing:-.015em;margin-bottom:6px}.step-desc{font-size:14px;color:var(--muted-text);line-height:1.6}.how-visual{position:relative;border-radius:24px;overflow:hidden;aspect-ratio:4/5;background:var(--dark-bg)}.how-visual img{width:100%;height:100%;object-fit:cover;transition:opacity .4s}.how-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(26,29,38,.9) 0%,transparent 50%)}.how-card{position:absolute;bottom:24px;left:24px;right:24px;background:#ffffff14;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.12);border-radius:var(--r-lg);padding:20px}.how-card-title{font-family:var(--font-display);font-size:16px;font-weight:700;color:#fff;margin-bottom:4px;letter-spacing:-.02em}.how-card-sub{font-size:13px;color:#ffffff8c}.how-card-tags{display:flex;gap:6px;margin-top:14px;flex-wrap:wrap}.how-tag{background:#a84fff33;color:#d0aaff;font-size:11.5px;font-weight:600;padding:4px 10px;border-radius:var(--r-pill)}.how-tag.green{background:#0f6e5640;color:#5dcaa5}.how-tag.amber{background:#854f0b40;color:#fac775}.how-seekbar-track{position:absolute;bottom:0;left:0;right:0;height:3px;background:#ffffff1f}.how-seekbar-fill{height:100%;width:0%;background:var(--purple);animation:seekbar-fill var(--seek-duration, 2.5s) linear forwards;animation-play-state:paused}@keyframes seekbar-fill{0%{width:0%}to{width:100%}}.features-bg{background:var(--dark-bg);padding:80px 0}.features-inner{max-width:1300px;margin:0 auto;padding:0 40px}.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:48px}.feat-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:28px 24px;transition:background .2s,border-color .2s;cursor:default}.feat-card.span2{grid-column:span 2}.feat-icon-wrap{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;transition:background .2s}.feat-icon-wrap svg{width:22px;height:22px}.feat-name{font-size:16px;font-weight:700;color:#fff;letter-spacing:-.02em;margin-bottom:8px;line-height:1.3}.feat-desc{font-size:13.5px;color:#ffffff73;line-height:1.65;transition:color .2s}.feat-card.hovered{background:var(--purple-mid);border-color:transparent;position:relative;overflow:hidden}.feat-card.hovered:before{content:"";position:absolute;top:-40px;right:-40px;width:180px;height:180px;background:#a84fff4d;border-radius:50%;pointer-events:none;filter:blur(20px)}.feat-card.hovered .feat-desc{color:#ffffffa6}.dest-section{background:var(--page-bg);padding:80px 0}.dest-inner{max-width:1300px;margin:0 auto;padding:0 40px}.dest-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px}.dest-see-all{font-size:14px;font-weight:600;color:var(--primary-text);text-decoration:none;display:flex;align-items:center;gap:5px;border:1px solid var(--border);padding:8px 16px;border-radius:var(--r-sm);transition:background .15s}.dest-see-all:hover{background:var(--card)}.dest-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.dest-card{border-radius:20px;overflow:hidden;position:relative;aspect-ratio:3/4;cursor:pointer;transition:transform .25s}.dest-card:hover{transform:translateY(-4px)}.dest-card.tall{grid-row:span 2;aspect-ratio:auto}.dest-card.wide{grid-column:span 2;aspect-ratio:auto;align-self:stretch}.dest-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.dest-card:hover img{transform:scale(1.04)}.dest-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#1a1d26d9,#1a1d2600 55%)}.dest-info{position:absolute;bottom:18px;left:18px;right:18px}.dest-name{font-size:18px;font-weight:800;color:#fff;letter-spacing:-.02em;margin-bottom:4px}.dest-meta{font-size:12.5px;color:#fff9;display:flex;align-items:center;gap:6px}.dest-tag{display:inline-flex;align-items:center;font-size:11px;font-weight:700;padding:3px 9px;border-radius:var(--r-pill);position:absolute;top:14px;left:14px}.testi-section{padding:80px 0}.testi-inner{max-width:1300px;margin:0 auto;padding:0 40px}.testi-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-top:48px}.testi-card{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:28px 24px}.testi-stars{display:flex;gap:3px;margin-bottom:16px}.testi-stars svg{width:14px;height:14px}.testi-quote{font-size:14.5px;color:var(--primary-text);line-height:1.7;margin-bottom:20px;font-weight:500}.testi-quote:before{content:"“";color:var(--muted-text)}.testi-quote:after{content:"”";color:var(--muted-text)}.testi-user{display:flex;align-items:center;gap:10px}.testi-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;flex-shrink:0}.testi-name{font-size:13px;font-weight:700;color:var(--primary-text)}.testi-loc{font-size:12px;color:var(--muted-text)}.cta-banner{background:var(--dark-bg);border-radius:28px;padding:72px 64px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden;max-width:1220px;margin-left:auto;margin-right:auto}.cta-banner:before{content:"";position:absolute;top:-80px;left:50%;transform:translate(-50%);width:1000px;height:500px;background:radial-gradient(ellipse,rgba(168,79,255,.2) 0%,transparent 70%);pointer-events:none}.cta-banner-title{font-family:var(--font-display);font-size:clamp(28px,4vw,52px);font-weight:800;color:#fff;letter-spacing:-.03em;line-height:1.1;margin-bottom:18px;position:relative;white-space:pre-line}.cta-banner-sub{font-size:16px;color:#ffffff80;line-height:1.65;max-width:440px;margin-bottom:40px;position:relative}.cta-btn-link{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:60px;padding:0 34px;background:var(--purple);color:#fff;border:none;border-radius:var(--r-md);font-size:16.5px;font-weight:700;font-family:inherit;text-decoration:none;cursor:pointer;white-space:nowrap;letter-spacing:-.01em;position:relative;transition:opacity .15s,transform .1s}.cta-btn-link:hover{opacity:.85}.cta-btn-link:active{transform:scale(.98)}footer{background:var(--page-bg)}.footer-legal-links{display:flex;flex-wrap:wrap;gap:16px;justify-content:flex-end}.footer-social-links{display:flex;flex-wrap:wrap;gap:24px;justify-content:flex-end}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a1d26a6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:200;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-card{background:var(--card);border-radius:24px;padding:40px 36px;width:100%;max-width:420px;margin:0 16px;box-shadow:0 24px 64px #0003;animation:slideUp .25s ease;position:relative}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;background:var(--border);border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--muted-text);transition:background .15s}.modal-close:hover{background:#d9d5d0}.modal-title{font-family:var(--font-display);font-size:22px;font-weight:800;color:var(--primary-text);letter-spacing:-.03em;margin-bottom:6px}.tooltip-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;color:var(--muted-text);cursor:help;line-height:0}.tooltip-wrap:hover{color:var(--purple)}.tooltip-bubble{position:absolute;bottom:calc(100% + 9px);left:50%;transform:translate(-50%);background:var(--primary-text);color:#fff;font-family:var(--font-body);font-size:12px;font-weight:500;line-height:1.45;text-align:left;padding:9px 12px;border-radius:10px;box-shadow:0 12px 32px #00000038;width:max-content;max-width:220px;z-index:210;pointer-events:none;animation:tooltipIn .12s ease}.tooltip-bubble:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:var(--primary-text)}@keyframes tooltipIn{0%{opacity:0;transform:translate(-50%) translateY(4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}#how,#features,#destinations{scroll-margin-top:30px}#waitlist{scroll-margin-top:80px}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .55s ease}.reveal.in{opacity:1;transform:none}@media (max-width: 1024px){nav{padding:0 24px}.hero{grid-template-columns:1fr;min-height:auto;padding:48px 24px 60px;gap:48px}.hero-left{padding-right:0}.hero-right{height:440px}.how-wrap{grid-template-columns:1fr;gap:40px}.feat-grid{grid-template-columns:1fr 1fr}.feat-card.span2{grid-column:span 2}.dest-grid{grid-template-columns:1fr 1fr}.dest-card.tall{grid-row:span 1;aspect-ratio:3/4}.dest-card.wide{grid-column:span 2;aspect-ratio:auto;align-self:stretch}.testi-grid{grid-template-columns:1fr 1fr}.cta-banner{padding:48px 32px;margin:0 24px 60px}.cta-btn-link{width:100%;max-width:400px}}@media (max-width: 640px){nav{padding:0 16px}.nav-links{display:none}.hamburger{display:flex}.mobile-menu{display:flex;flex-direction:column;position:fixed;top:60px;left:0;right:0;z-index:99;background:#f4f2effa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);padding:8px 16px 20px;gap:0;transform:translateY(-110%);transition:transform .25s cubic-bezier(.25,.46,.45,.94);pointer-events:none}.mobile-menu.open{transform:translateY(0);pointer-events:auto}.mobile-menu-link{font-size:16px;font-weight:500;color:var(--muted-text);text-decoration:none;padding:16px 4px;border-bottom:1px solid var(--border);transition:color .15s;display:block}.mobile-menu-link:hover{color:var(--primary-text)}.mobile-menu-cta{margin-top:16px;text-align:center;display:block;padding:12px 18px}.mobile-menu-overlay{display:block;position:fixed;right:0;bottom:0;left:0;top:60px;z-index:98;background:#00000040}.hero{padding:36px 16px 48px}.hero-right{height:300px}.hero-cta-link,.cta-btn-link{width:100%}.section{padding:56px 16px}.feat-grid{grid-template-columns:1fr}.feat-card.span2{grid-column:span 1}.dest-grid{grid-template-columns:1fr}.dest-card.wide{grid-column:span 1;aspect-ratio:3/2}.testi-grid{grid-template-columns:1fr}.cta-outer{padding:0 12px 48px!important}footer{padding:0 10px 10px}.footer-top{flex-direction:column!important;gap:24px!important}.footer-right{align-items:flex-start!important}.footer-legal-links{justify-content:flex-start!important;flex-direction:column;gap:10px!important}.footer-social-links{justify-content:flex-start!important}.footer-card{padding:32px 28px 0!important;border-radius:16px 16px 0 0!important}.footer-contact-heading{font-size:22px!important}}@media (hover: none),(pointer: coarse){*,*:before,*:after{cursor:auto!important}}.step.active{background:#534ab711;border-color:transparent;position:relative;overflow:hidden}.step.active:before{content:"";position:absolute;top:-70px;right:-40px;width:230px;height:230px;background:#a74fff26;border-radius:50%;pointer-events:none;filter:blur(20px);animation:pulse 3.5s ease-in-out infinite}.preview-banner{position:fixed;top:0;left:0;right:0;z-index:300;background:var(--purple);color:#fff;text-align:center;font-size:var(--text-label);font-weight:600;letter-spacing:.02em;padding:8px 16px}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:200;background:#1a1d2699;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1);padding:12px 24px}.cookie-banner-inner{max-width:1300px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.cookie-banner-text{display:flex;align-items:center;gap:12px;font-size:13.5px;color:#ffffffa6;line-height:1.5}.cookie-banner-emoji{font-size:20px;flex-shrink:0}.cookie-policy-link{background:none;border:none;padding:0;font-size:inherit;font-family:inherit;color:var(--purple);text-decoration:underline;text-underline-offset:2px}.cookie-banner-actions{display:flex;gap:10px;flex-shrink:0}.cookie-btn-decline{height:30px;padding:0 18px;border:1px solid rgba(255,255,255,.15);border-radius:var(--r-sm);background:transparent;color:#ffffff8c;font-size:13.5px;font-weight:600;font-family:inherit;transition:border-color .15s,color .15s}.cookie-btn-decline:hover{border-color:#ffffff59;color:#fff}.cookie-btn-accept{height:30px;padding:0 18px;border:none;border-radius:var(--r-sm);background:var(--warm-tan);color:#fff;font-size:13.5px;font-weight:700;font-family:inherit;transition:opacity .15s}.cookie-btn-accept:hover{opacity:.85}.cookie-policy-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px}.cookie-policy-modal{background:var(--card);border-radius:20px;padding:40px;max-width:560px;width:100%;max-height:80vh;overflow-y:auto;position:relative}.cookie-policy-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;border:1px solid var(--border);background:var(--page-bg);display:flex;align-items:center;justify-content:center;color:var(--muted-text)}.cookie-policy-title{font-size:22px;font-weight:800;color:var(--primary-text);letter-spacing:-.03em;margin-bottom:4px}.cookie-policy-updated{font-size:12.5px;color:var(--muted-text);margin-bottom:28px}.cookie-policy-body h3{font-size:15px;font-weight:700;color:var(--primary-text);margin:24px 0 8px}.cookie-policy-body h4{font-size:13.5px;font-weight:600;color:var(--primary-text);margin:16px 0 6px}.cookie-policy-body p{font-size:13.5px;color:var(--muted-text);line-height:1.7}.cookie-policy-body a{color:var(--purple);text-decoration:underline;text-underline-offset:2px}@media (max-width: 640px){.cookie-banner-inner{flex-direction:column;align-items:flex-start;gap:16px}.cookie-banner-actions{width:100%}.cookie-btn-decline,.cookie-btn-accept{flex:1;justify-content:center}.cookie-policy-modal{padding:28px 20px}}.legal-page{min-height:100vh;background:var(--page-bg);display:flex;flex-direction:column}.legal-nav{position:sticky;top:0;z-index:100;background:#f4f2efe0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);padding:0 40px;height:60px;display:flex;align-items:center;justify-content:space-between}.legal-nav-logo{display:flex;align-items:center;gap:8px;text-decoration:none;font-size:16px;font-weight:700;color:var(--primary-text);letter-spacing:-.02em}.legal-nav-back{display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:500;color:var(--muted-text);text-decoration:none;transition:color .15s}.legal-nav-back:hover{color:var(--primary-text)}.legal-container{flex:1;max-width:740px;margin:0 auto;padding:64px 24px 96px;width:100%}.legal-header{margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid var(--border)}.legal-title{font-family:var(--font-display);font-size:clamp(32px,5vw,48px);font-weight:800;color:var(--primary-text);letter-spacing:-.03em;line-height:1.1;margin-bottom:12px}.legal-meta{font-size:13.5px;color:var(--muted-text)}.legal-body section{margin-bottom:40px}.legal-body h2{font-size:18px;font-weight:700;color:var(--primary-text);letter-spacing:-.02em;margin-bottom:12px}.legal-body h3{font-size:14.5px;font-weight:600;color:var(--primary-text);margin:16px 0 8px}.legal-body p{font-size:15px;color:var(--muted-text);line-height:1.75;margin-bottom:12px}.legal-body ul{margin:8px 0 12px 20px}.legal-body ul li{font-size:15px;color:var(--muted-text);line-height:1.75;margin-bottom:6px}.legal-body a{color:var(--purple);text-decoration:underline;text-underline-offset:2px}.legal-footer{background:var(--dark-bg);padding:24px 40px;display:flex;align-items:center;justify-content:space-between;gap:16px}.legal-footer p{font-size:13px;color:#ffffff59}.legal-footer-links{display:flex;gap:20px}.legal-footer-links a{font-size:13px;color:#ffffff73;text-decoration:none;transition:color .15s}.legal-footer-links a:hover{color:#fff}@media (max-width: 640px){.legal-nav{padding:0 16px}.legal-footer{flex-direction:column;align-items:flex-start;padding:20px 16px;gap:12px}}.not-found-page{min-height:100vh;background:var(--page-bg);display:flex;flex-direction:column}.not-found-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 24px}.not-found-code{font-family:var(--font-display);font-size:clamp(80px,15vw,160px);font-weight:800;letter-spacing:-.04em;line-height:1;color:var(--border);margin-bottom:16px}.not-found-title{font-family:var(--font-display);font-size:clamp(24px,4vw,40px);font-weight:800;letter-spacing:-.03em;color:var(--primary-text);margin-bottom:12px}.not-found-sub{font-size:16px;color:var(--muted-text);max-width:360px;line-height:1.6;margin-bottom:36px}.not-found-btn{display:inline-flex;align-items:center;gap:8px;height:48px;padding:0 24px;background:var(--primary-text);color:#fff;border-radius:var(--r-md);font-size:14.5px;font-weight:700;text-decoration:none;transition:opacity .15s}.not-found-btn:hover{opacity:.82}.cost-table-wrap{overflow-x:auto;margin:28px 0 32px;border-radius:var(--r-lg);border:1px solid var(--border)}.cost-table{width:100%;border-collapse:collapse;font-size:14px}.cost-table thead{background:var(--primary-text);color:#fff}.cost-table thead th{padding:12px 18px;text-align:left;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.cost-table tbody tr{border-bottom:1px solid var(--border);transition:background .12s}.cost-table tbody tr:last-child{border-bottom:none}.cost-table tbody tr:hover{background:var(--purple-light)}.cost-table tbody td{padding:12px 18px;vertical-align:middle;color:var(--primary-text);background:var(--card)}.cost-table tbody tr:hover td{background:var(--purple-light)}.cost-table .budget-tag{display:inline-block;font-size:11px;font-weight:700;padding:2px 8px;border-radius:var(--r-pill)}.cost-table .budget-tag.low{background:#d6f5eb;color:#0f6e56}.cost-table .budget-tag.mid{background:#fff3d6;color:#8f5e00}.cost-table .budget-tag.high{background:#ffe5e5;color:#a01818}#table-1 table thead th{background-color:var(--primary-text);color:#fff}#table-1 table{background-color:#fff}
