@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:DM Sans,Outfit,system-ui,sans-serif;font-size:1rem;line-height:1.65;color:var(--text-primary);background-color:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;transition:background-color .3s ease,color .3s ease}img,svg{max-width:100%;height:auto;display:block}ul,ol{list-style:none}button,input,select,textarea{font-family:inherit;font-size:inherit}button{cursor:pointer;border:none;background:none}a{color:var(--emerald);text-decoration:none;transition:color .15s cubic-bezier(.25,1,.5,1)}a:hover{color:var(--emerald-light)}h1,h2,h3,h4,h5,h6{font-family:Cabinet Grotesk,Satoshi,system-ui,sans-serif;font-weight:800;line-height:1.1;color:var(--text-primary);letter-spacing:-.02em}h1{font-size:clamp(2.5rem,5vw,3.5rem)}h2{font-size:clamp(2rem,3.5vw,2.75rem)}h3{font-size:clamp(1.5rem,2.5vw,2rem)}h4{font-size:1.25rem;font-weight:700}p{margin-bottom:1rem;color:var(--text-secondary)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 clamp(1.25rem,4vw,2rem)}.section{padding:3rem 0;position:relative}@media(min-width:768px){.section{padding:5rem 0}}@media(min-width:1024px){.section{padding:8rem 0}}.section--cream{background:var(--bg-secondary)}.section--dark{background:var(--section-dark-bg);color:var(--section-dark-text);overflow:hidden;position:relative}.section--dark:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");background-size:200px;pointer-events:none;z-index:0}.section--dark>*{position:relative;z-index:1}.section--dark h2,.section--dark h3,.section--dark h4{color:var(--section-dark-text)}.section--dark p{color:var(--section-dark-text-muted)}.section--alt{background:var(--bg-tertiary)}.text-center{text-align:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.geo-dots{position:absolute;pointer-events:none;opacity:.04;z-index:0}.geo-dots:before{content:"";display:block;width:300px;height:300px;background-image:radial-gradient(circle,currentColor 1px,transparent 1px);background-size:16px 16px}.geo-ring{position:absolute;pointer-events:none;z-index:0;width:400px;height:400px;border-radius:50%;border:1px solid currentColor;opacity:.05}.reveal{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translate(-50px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.reveal-left.revealed{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transform:translate(50px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.reveal-right.revealed{opacity:1;transform:translate(0)}.reveal-stagger>*{opacity:0;transform:translateY(30px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.reveal-stagger.revealed>*{opacity:1;transform:translateY(0)}.reveal-stagger.revealed>*:nth-child(1){transition-delay:0s}.reveal-stagger.revealed>*:nth-child(2){transition-delay:.08s}.reveal-stagger.revealed>*:nth-child(3){transition-delay:.16s}.reveal-stagger.revealed>*:nth-child(4){transition-delay:.24s}.reveal-stagger.revealed>*:nth-child(5){transition-delay:.32s}.reveal-stagger.revealed>*:nth-child(6){transition-delay:.4s}.reveal-stagger.revealed>*:nth-child(7){transition-delay:.48s}.reveal-stagger.revealed>*:nth-child(8){transition-delay:.56s}.reveal-stagger.revealed>*:nth-child(9){transition-delay:.64s}.reveal-stagger.revealed>*:nth-child(10){transition-delay:.72s}.reveal-stagger.revealed>*:nth-child(11){transition-delay:.8s}.reveal-stagger.revealed>*:nth-child(12){transition-delay:.88s}.reveal-scale{opacity:0;transform:scale(.92);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.reveal-scale.revealed{opacity:1;transform:scale(1)}@keyframes meshFloat{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-20px) scale(1.05)}66%{transform:translate(-20px,15px) scale(.97)}}@keyframes meshFloat2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-25px,25px) scale(1.03)}66%{transform:translate(20px,-10px) scale(.98)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes pulse-soft{0%,to{opacity:.6}50%{opacity:1}}@keyframes float-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.reveal,.reveal-left,.reveal-right,.reveal-scale{transition-duration:.01s!important}.reveal-stagger>*{transition-duration:.01s!important;transition-delay:0s!important}.hero__mesh-blob,.hero__mesh-blob--1,.hero__mesh-blob--2,.hero__mesh-blob--3{animation:none!important}.hero__badge,.hero__title,.hero__subtitle,.hero__actions,.hero__proof,.hero__visual{animation:none!important;opacity:1!important;transform:none!important}.hero__proof-dot{animation:none!important;opacity:1!important}}:root,[data-theme=light]{--bg-primary: #FDFCFA;--bg-secondary: #FFF8F0;--bg-tertiary: #F5EDE3;--bg-card: #FFFFFF;--bg-card-hover: #FDFCFA;--bg-elevated: #FFFFFF;--bg-input: #FDFCFA;--text-primary: #1B1918;--text-secondary: #5C574F;--text-muted: #A39E95;--text-inverse: #F7F5F2;--border-primary: #EBE8E3;--border-secondary: #D6D1C9;--border-subtle: #F5EDE3;--shadow-sm: 0 1px 3px rgba(12, 15, 29, .04);--shadow-md: 0 4px 12px rgba(12, 15, 29, .06);--shadow-lg: 0 12px 32px rgba(12, 15, 29, .08);--shadow-xl: 0 24px 64px rgba(12, 15, 29, .12);--gold: #D4A843;--gold-light: #E8C97A;--gold-dark: #B8922F;--emerald: #0F9D6E;--emerald-light: #34D399;--navy: #0C0F1D;--header-bg: rgba(253, 252, 250, .88);--header-bg-scrolled: rgba(253, 252, 250, .95);--header-border: transparent;--header-border-scrolled: #EBE8E3;--header-logo-color: #0C0F1D;--header-link-color: #5C574F;--header-link-hover: #1B1918;--header-toggle-color: #1B1918;--card-border: #EBE8E3;--card-border-hover: #D6D1C9;--card-accent-opacity: 0;--card-accent-opacity-hover: 1;--step-bg: #0C0F1D;--step-color: #D4A843;--faq-border: #EBE8E3;--faq-question-color: #1B1918;--faq-question-hover: #B8922F;--faq-icon-bg: #F7F5F2;--hero-bg: #FDFCFA;--hero-text: #0C0F1D;--hero-text-secondary: #5C574F;--hero-text-muted: #A39E95;--hero-badge-bg: rgba(212, 168, 67, .1);--hero-badge-color: #B8922F;--hero-badge-border: rgba(212, 168, 67, .2);--hero-card-bg: #FFFFFF;--hero-card-border: #EBE8E3;--hero-card-name-color: #5C574F;--hero-card-amount-color: #0F9D6E;--hero-card-total-border: rgba(15, 157, 110, .2);--hero-card-total-color: #0C0F1D;--hero-card-fee-color: #A39E95;--hero-card-fee-strong: #0F9D6E;--hero-card-row-border: #F5EDE3;--hero-card-header-border: #EBE8E3;--hero-card-badge-bg: rgba(15, 157, 110, .1);--hero-card-badge-color: #0F9D6E;--hero-card-badge-border: rgba(15, 157, 110, .2);--hero-card-shadow: 0 20px 60px rgba(12, 15, 29, .08);--hero-grid-line: rgba(12, 15, 29, .03);--hero-blob-gold-opacity: .08;--hero-blob-emerald-opacity: .06;--hero-proof-color: #A39E95;--footer-bg: #0C0F1D;--footer-text: #F7F5F2;--footer-text-muted: rgba(247, 245, 242, .6);--footer-link: rgba(255, 255, 255, .55);--footer-link-hover: #FFFFFF;--footer-border: rgba(255, 255, 255, .06);--section-dark-bg: #0C0F1D;--section-dark-text: #F7F5F2;--section-dark-text-muted: rgba(247, 245, 242, .6)}[data-theme=dark]{--bg-primary: #0C0F1D;--bg-secondary: #161A2C;--bg-tertiary: #1E2337;--bg-card: #161A2C;--bg-card-hover: #1E2337;--bg-elevated: #1E2337;--bg-input: #161A2C;--text-primary: #F7F5F2;--text-secondary: rgba(247, 245, 242, .6);--text-muted: rgba(247, 245, 242, .4);--text-inverse: #0C0F1D;--border-primary: rgba(255, 255, 255, .08);--border-secondary: rgba(255, 255, 255, .12);--border-subtle: rgba(255, 255, 255, .04);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .2);--shadow-md: 0 4px 12px rgba(0, 0, 0, .3);--shadow-lg: 0 12px 32px rgba(0, 0, 0, .3);--shadow-xl: 0 24px 64px rgba(0, 0, 0, .4);--gold: #D4A843;--gold-light: #E8C97A;--gold-dark: #B8922F;--emerald: #0F9D6E;--emerald-light: #34D399;--navy: #0C0F1D;--header-bg: rgba(12, 15, 29, .8);--header-bg-scrolled: rgba(12, 15, 29, .95);--header-border: transparent;--header-border-scrolled: rgba(255, 255, 255, .06);--header-logo-color: #F7F5F2;--header-link-color: rgba(247, 245, 242, .6);--header-link-hover: #FFFFFF;--header-toggle-color: #F7F5F2;--card-border: rgba(255, 255, 255, .08);--card-border-hover: rgba(255, 255, 255, .14);--card-accent-opacity: 0;--card-accent-opacity-hover: 1;--step-bg: rgba(212, 168, 67, .12);--step-color: #E8C97A;--faq-border: rgba(255, 255, 255, .08);--faq-question-color: #F7F5F2;--faq-question-hover: #E8C97A;--faq-icon-bg: rgba(255, 255, 255, .06);--hero-bg: #0C0F1D;--hero-text: #F7F5F2;--hero-text-secondary: rgba(247, 245, 242, .55);--hero-text-muted: rgba(247, 245, 242, .35);--hero-badge-bg: rgba(212, 168, 67, .1);--hero-badge-color: #E8C97A;--hero-badge-border: rgba(212, 168, 67, .15);--hero-card-bg: rgba(255, 255, 255, .05);--hero-card-border: rgba(255, 255, 255, .08);--hero-card-name-color: rgba(255, 255, 255, .6);--hero-card-amount-color: #E8C97A;--hero-card-total-border: rgba(212, 168, 67, .2);--hero-card-total-color: #FFFFFF;--hero-card-fee-color: rgba(255, 255, 255, .3);--hero-card-fee-strong: #34D399;--hero-card-row-border: rgba(255, 255, 255, .04);--hero-card-header-border: rgba(255, 255, 255, .06);--hero-card-badge-bg: rgba(15, 157, 110, .15);--hero-card-badge-color: #34D399;--hero-card-badge-border: rgba(15, 157, 110, .2);--hero-card-shadow: 0 20px 60px rgba(0, 0, 0, .3);--hero-grid-line: rgba(255, 255, 255, .02);--hero-blob-gold-opacity: .18;--hero-blob-emerald-opacity: .12;--hero-proof-color: rgba(247, 245, 242, .35);--footer-bg: #080A14;--footer-text: #F7F5F2;--footer-text-muted: rgba(247, 245, 242, .5);--footer-link: rgba(255, 255, 255, .45);--footer-link-hover: #FFFFFF;--footer-border: rgba(255, 255, 255, .06);--section-dark-bg: #080A14;--section-dark-text: #F7F5F2;--section-dark-text-muted: rgba(247, 245, 242, .5)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.8rem;font-family:Cabinet Grotesk,Satoshi,system-ui,sans-serif;font-weight:700;font-size:.875rem;letter-spacing:.01em;border-radius:9999px;transition:all .3s cubic-bezier(.16,1,.3,1);white-space:nowrap;text-decoration:none;position:relative;overflow:hidden}.btn:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.btn--primary{background:linear-gradient(135deg,#d4a843,#e8c97a);color:#0c0f1d;box-shadow:0 4px 20px #d4a8434d,inset 0 1px #fff3}.btn--primary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.15),transparent);border-radius:inherit;opacity:0;transition:opacity .15s cubic-bezier(.25,1,.5,1)}.btn--primary:hover{color:#0c0f1d;transform:translateY(-2px);box-shadow:0 8px 32px #d4a84366,inset 0 1px #ffffff4d}.btn--primary:hover:before{opacity:1}.btn--primary:active{transform:translateY(0)}.btn--secondary{background:transparent;color:var(--text-primary);border:1.5px solid var(--border-secondary)}.btn--secondary:hover{border-color:var(--gold);color:var(--gold-dark);background:#d4a8430a}.btn--ghost{background:#ffffff14;color:var(--section-dark-text);border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn--ghost:hover{background:#ffffff24;border-color:#fff3;color:#fff}.btn--outline{background:transparent;color:var(--text-primary);border:1.5px solid var(--border-primary)}.btn--outline:hover{border-color:var(--gold);color:var(--gold-dark);background:#d4a8430a;transform:translateY(-1px)}.btn--white{background:#fff;color:#0c0f1d;box-shadow:var(--shadow-md)}.btn--white:hover{color:#0c0f1d;transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn--lg{padding:.85rem 1.75rem;font-size:1rem}@media(min-width:640px){.btn--lg{padding:1rem 2.25rem}}.btn--sm{padding:.5rem 1.25rem;font-size:.75rem}.card{background:var(--bg-card);border:1px solid var(--card-border);border-radius:20px;padding:1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1)}@media(min-width:768px){.card{padding:2rem}}.card{position:relative;overflow:hidden}.card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,transparent);transition:background .3s cubic-bezier(.16,1,.3,1);opacity:var(--card-accent-opacity, 0)}.card:hover{border-color:var(--card-border-hover);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.card:hover:before{background:linear-gradient(90deg,#d4a843,#0f9d6e);opacity:var(--card-accent-opacity-hover, 1)}.card--glass{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:var(--section-dark-text)}.card--glass:hover{background:#ffffff12;border-color:#ffffff24;box-shadow:0 20px 40px #0003}.card--glass:before{display:none}.card__icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.card__icon--gold{background:#d4a8431a;color:#b8922f}.card__icon--emerald{background:#0f9d6e14;color:#0f9d6e}.card__icon--navy{background:#0c0f1d0f;color:var(--text-primary)}[data-theme=dark] .card__icon--navy{background:#ffffff0f}.section--dark .card__icon--gold{background:#d4a8431f;color:#e8c97a}.section--dark .card__icon--emerald{background:#34d3991f;color:#34d399}.card__title{font-family:Cabinet Grotesk,Satoshi,system-ui,sans-serif;font-size:1.125rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary);letter-spacing:-.01em}.card--glass .card__title{color:var(--section-dark-text)}.card__text{font-size:1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:0}.card--glass .card__text{color:var(--section-dark-text-muted)}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem 1rem;border-radius:9999px;font-family:Cabinet Grotesk,Satoshi,system-ui,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.badge--gold{background:#d4a8431f;color:var(--gold-dark);border:1px solid rgba(212,168,67,.2)}.badge--dark{background:#ffffff0f;color:#e8c97a;border:1px solid rgba(212,168,67,.15)}.badge--emerald{background:#0f9d6e26;color:#0f9d6e;border:1px solid rgba(15,157,110,.2)}.section-header{text-align:center;max-width:640px;margin:0 auto 2.5rem}@media(min-width:1024px){.section-header{margin-bottom:4rem}}.section-header__label{display:inline-block;font-family:Cabinet Grotesk,Satoshi,system-ui,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--gold-dark);margin-bottom:1.25rem}.section-header__label:before,.section-header__label:after{content:"—";margin:0 .5em;opacity:.3}.section--dark .section-header__label{color:#e8c97a}.section-header__title{margin-bottom:1.25rem}.section--dark .section-header__title{color:var(--section-dark-text)}.section-header__subtitle{font-size:1.125rem;color:var(--text-muted);margin-bottom:0;line-height:1.7}.section--dark .section-header__subtitle{color:var(--section-dark-text-muted)}.grid{display:grid;gap:1.5rem}@media(min-width:768px){.grid{gap:2rem}}@media(min-width:768px){.grid--2{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.grid--3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid--3{grid-template-columns:repeat(3,1fr)}}.steps{display:grid;gap:1.5rem}@media(min-width:1024px){.steps{grid-template-columns:repeat(3,1fr);gap:2rem}}.step{text-align:center;position:relative;padding:2rem 1rem}.step__number{width:56px;height:56px;border-radius:14px;background:var(--step-bg);color:var(--step-color);font-family:Cabinet Grotesk,Satoshi,system-ui,sans-serif;font-size:1.25rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;position:relative}.step__number:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:18px;border:1px solid rgba(212,168,67,.15)}.step__title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.step__text{color:var(--text-muted);font-size:1rem;line-height:1.7;margin-bottom:0;max-width:300px;margin-left:auto;margin-right:auto}@media(min-width:1024px){.step:not(:last-child):after{content:"";position:absolute;top:calc(2rem + 28px);left:calc(50% + 44px);width:calc(100% - 88px);height:1px;background:linear-gradient(to right,#D4A843,transparent 50%,#0F9D6E);opacity:.2}}.faq-list{max-width:720px;margin:0 auto}.faq-item{border-bottom:1px solid var(--faq-border)}.faq-item:first-child{border-top:1px solid var(--faq-border)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;font-family:Cabinet Grotesk,Satoshi,system-ui,sans-serif;font-size:1.125rem;font-weight:600;color:var(--faq-question-color);text-align:left;cursor:pointer;transition:color .15s cubic-bezier(.25,1,.5,1);letter-spacing:-.01em}.faq-question:hover{color:var(--faq-question-hover)}.faq-question:after{content:"";width:28px;height:28px;border-radius:50%;background:var(--faq-icon-bg);flex-shrink:0;margin-left:1rem;position:relative;transition:all .3s cubic-bezier(.16,1,.3,1);background-image:linear-gradient(var(--text-muted),var(--text-muted)),linear-gradient(var(--text-muted),var(--text-muted));background-size:12px 1.5px,1.5px 12px;background-position:center;background-repeat:no-repeat}.faq-question[aria-expanded=true]{color:var(--faq-question-hover)}.faq-question[aria-expanded=true]:after{background-color:#d4a8431a;background-image:linear-gradient(#b8922f,#b8922f);background-size:12px 1.5px;transform:rotate(0)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.16,1,.3,1),padding .4s cubic-bezier(.16,1,.3,1)}.faq-answer[aria-hidden=false]{max-height:600px;padding-bottom:1.5rem}.faq-answer p{color:var(--text-secondary);line-height:1.8;margin-bottom:0;font-size:1rem}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--header-bg);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid var(--header-border);transition:all .3s cubic-bezier(.16,1,.3,1);padding:1rem 0}.header.scrolled{background:var(--header-bg-scrolled);border-bottom-color:var(--header-border-scrolled);box-shadow:var(--shadow-sm);padding:.75rem 0}.header__inner{display:flex;align-items:center;justify-content:space-between}.header__logo{font-family:Cabinet Grotesk,Satoshi,system-ui,sans-serif;font-size:1.3rem;font-weight:800;color:var(--header-logo-color);display:flex;align-items:center;gap:1px;letter-spacing:-.03em;transition:color .15s cubic-bezier(.25,1,.5,1)}.header__logo:hover{color:var(--header-logo-color)}.header__logo span{color:var(--emerald)}.header__nav{display:none;align-items:center;gap:2rem}@media(min-width:768px){.header__nav{display:flex}}.header__link{font-family:Cabinet Grotesk,Satoshi,system-ui,sans-serif;font-weight:600;color:var(--header-link-color);font-size:.875rem;transition:color .15s cubic-bezier(.25,1,.5,1);letter-spacing:.01em;position:relative;padding:.25rem 0}.header__link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--gold);border-radius:1px;transition:width .3s cubic-bezier(.16,1,.3,1)}.header__link:hover{color:var(--header-link-hover)}.header__link:hover:after{width:100%}.header__link.active{color:var(--header-link-hover)}.header__link.active:after{width:100%}.header__actions{display:none;align-items:center;gap:.75rem}@media(min-width:768px){.header__actions{display:flex}}.header__theme-toggle{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--header-link-color);transition:all .15s cubic-bezier(.25,1,.5,1);cursor:pointer;background:transparent;border:1px solid transparent}.header__theme-toggle:hover{background:var(--bg-secondary);border-color:var(--border-primary);color:var(--header-link-hover)}[data-theme=dark] .header__theme-toggle:hover{background:#ffffff0f;border-color:#ffffff1a}.header__toggle{display:flex;flex-direction:column;gap:5px;padding:.5rem;cursor:pointer}@media(min-width:768px){.header__toggle{display:none}}.header__toggle span{display:block;width:22px;height:2px;background:var(--header-toggle-color);border-radius:2px;transition:all .3s cubic-bezier(.16,1,.3,1);transform-origin:center}.header__toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__toggle.open span:nth-child(2){opacity:0}.header__toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#0c0f1d;z-index:999;padding:8rem 2rem 2rem;flex-direction:column;gap:1.25rem}.mobile-menu.open{display:flex}.mobile-menu a{font-family:Cabinet Grotesk,Satoshi,system-ui,sans-serif;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;color:#ffffffe6;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.06);letter-spacing:-.02em}.mobile-menu a:hover{color:#e8c97a}.mobile-menu .btn{margin-top:1.5rem;text-align:center}.footer{background:var(--footer-bg);color:var(--footer-text);padding:5rem 0 2rem;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#D4A843,#0F9D6E,transparent);opacity:.3}.footer:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.02'/%3E%3C/svg%3E");background-size:200px;pointer-events:none;z-index:0}.footer>*{position:relative;z-index:1}.footer__grid{display:grid;gap:2.5rem;margin-bottom:4rem}@media(min-width:768px){.footer__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media(min-width:1024px){.footer__grid{grid-template-columns:2.5fr 1fr 1fr 1fr;gap:3rem}}.footer__brand p{color:var(--footer-text-muted);font-size:.875rem;line-height:1.8;max-width:320px}.footer__logo{font-family:Cabinet Grotesk,Satoshi,system-ui,sans-serif;font-size:1.3rem;font-weight:800;color:var(--footer-text);display:inline-flex;align-items:center;gap:1px;margin-bottom:1.25rem;letter-spacing:-.03em}.footer__logo:hover{color:#fff}.footer__logo span{color:#34d399}.footer__heading{font-family:Cabinet Grotesk,Satoshi,system-ui,sans-serif;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--footer-text-muted);margin-bottom:1.5rem}.footer__links{display:flex;flex-direction:column;gap:.75rem}.footer__links a{color:var(--footer-link);font-size:.875rem;transition:color .15s cubic-bezier(.25,1,.5,1),transform .15s cubic-bezier(.25,1,.5,1);display:inline-block}.footer__links a:hover{color:var(--footer-link-hover);transform:translate(2px)}.footer__bottom{border-top:1px solid var(--footer-border);padding-top:2rem;display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}@media(min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__bottom p{color:#ffffff4d;font-size:.875rem;margin-bottom:0}.footer__socials{display:flex;gap:1rem}.footer__socials a{color:#ffffff4d;width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.06);transition:all .15s cubic-bezier(.25,1,.5,1)}.footer__socials a:hover{color:#e8c97a;border-color:#d4a84333;background:#d4a8430f;transform:translateY(-2px)}.legal{padding-top:10rem;padding-bottom:5rem}.legal__content{max-width:720px;margin:0 auto}.legal__content h1{margin-bottom:.75rem;font-size:clamp(2rem,3.5vw,2.75rem)}.legal__content .legal__updated{color:var(--text-muted);font-size:.875rem;margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-primary)}.legal__content h2{font-size:1.5rem;margin-top:3rem;margin-bottom:1rem;padding-top:1rem}.legal__content h3{font-size:1.25rem;margin-top:2rem;margin-bottom:.75rem}.legal__content p,.legal__content li{color:var(--text-secondary);line-height:1.85;font-size:1rem}.legal__content ul,.legal__content ol{list-style:disc;padding-left:1.5rem;margin-bottom:1.25rem}.legal__content ul li,.legal__content ol li{margin-bottom:.5rem}.legal__content ol{list-style:decimal}.legal__content a{color:var(--emerald);text-decoration:underline;text-decoration-color:#0f9d6e4d;text-underline-offset:3px}.legal__content a:hover{text-decoration-color:var(--emerald)}.legal__content strong{color:var(--text-primary);font-weight:600}.icon-box{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.icon-box--gold{background:#d4a8431a}.icon-box--emerald{background:#0f9d6e1a}.icon-box--navy{background:#0c0f1d0f}[data-theme=dark] .icon-box--navy{background:#ffffff0f}.cta-section{text-align:center}.cta-section h2{margin-bottom:1rem}.cta-section__subtitle{font-size:1.125rem;max-width:500px;margin:0 auto 2rem;line-height:1.75}.cta-section__actions{display:flex;justify-content:center;gap:.875rem;flex-wrap:wrap}.cta-section__disclaimer{color:#f7f5f240;font-size:.8rem;margin-top:1.5rem;margin-bottom:0}.testimonial{padding:2rem}.testimonial__quote-icon{margin-bottom:1.25rem}.testimonial__text{font-size:.95rem;color:var(--text-secondary);line-height:1.75;margin-bottom:1.5rem}.testimonial__author{display:flex;align-items:center;gap:.75rem}.testimonial__avatar{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-family:Cabinet Grotesk,Satoshi,system-ui,sans-serif;font-weight:800;font-size:.75rem}.testimonial__name{font-family:Cabinet Grotesk,Satoshi,system-ui,sans-serif;font-weight:700;color:var(--text-primary);margin:0;font-size:.85rem}.testimonial__role{color:var(--text-muted);margin:0;font-size:.75rem}.pricing-preview{text-align:center;padding:2.5rem 2rem}@media(max-width:640px){.pricing-preview{padding:2rem 1.5rem}}.pricing-preview__range{font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-family:Cabinet Grotesk,Satoshi,system-ui,sans-serif;font-weight:700;margin-bottom:.75rem}.pricing-preview__price{font-family:Cabinet Grotesk,Satoshi,system-ui,sans-serif;font-size:3rem;font-weight:800;color:var(--text-primary);margin-bottom:.25rem;letter-spacing:-.03em;line-height:1}.pricing-preview__per{color:var(--text-muted);margin-bottom:0;font-size:.85rem}.pricing-preview--featured{border-color:var(--gold);box-shadow:0 0 0 1px var(--gold),var(--shadow-lg)}.pricing-preview__popular-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#d4a843,#e8c97a);color:#0c0f1d;font-family:Cabinet Grotesk,Satoshi,system-ui,sans-serif;font-size:.65rem;font-weight:700;padding:.2rem .8rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.disclaimer-card{max-width:720px;margin:0 auto;display:flex;gap:1.5rem;align-items:flex-start;background:var(--bg-card);border:1px solid var(--border-primary);border-radius:20px;padding:1.5rem}@media(min-width:768px){.disclaimer-card{padding:1.75rem}}.disclaimer-card__icon{flex-shrink:0;margin-top:.15rem}.disclaimer-card h4{margin-bottom:.5rem;font-family:Cabinet Grotesk,Satoshi,system-ui,sans-serif;font-size:1.125rem;font-weight:700;color:var(--text-primary)}.disclaimer-card p{color:var(--text-secondary);line-height:1.8;margin:0}.disclaimer-card strong{color:var(--text-primary)}.compare-card h4{margin-bottom:1.25rem;font-family:Cabinet Grotesk,Satoshi,system-ui,sans-serif;font-size:1.125rem}.compare-card--old h4{color:#e8634a}.compare-card--new h4{color:var(--emerald)}.footer__tagline{color:#fff3;font-size:.75rem;margin-bottom:0}.footer__brand-highlight{color:#ffffff80}
