:root{--accent: #7C6AF7;--accent-glow: #7C6AF740;--surface: #0F0E17;--surface-2: #1A1928;--surface-3: #252436;--font-display: "Outfit", system-ui, sans-serif;--font-body: "Lora", Georgia, serif;--text-primary: #F0EFF8;--text-muted: #9896B2;--space-xs: .5rem;--space-sm: 1rem;--space-md: 2rem;--space-lg: 4rem;--space-xl: 7rem;--radius-sm: .5rem;--radius-md: 1rem;--radius-lg: 1.5rem;--radius-pill: 9999px;--border: 1px solid var(--surface-3)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--surface);color:var(--text-primary);line-height:1.7;min-height:100vh;overflow-x:hidden}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:0;background:radial-gradient(ellipse 60% 50% at 10% 10%,var(--accent-glow),transparent),radial-gradient(ellipse 40% 40% at 90% 80%,#3A2F8040,transparent)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);line-height:1.15;font-weight:700;color:var(--text-primary)}h1{font-size:clamp(2.4rem,5vw,4rem)}h2{font-size:clamp(1.8rem,3.5vw,2.8rem)}h3{font-size:clamp(1.1rem,2vw,1.4rem)}p{color:var(--text-muted);max-width:62ch}.container{width:min(1200px,100% - 2rem);margin-inline:auto;position:relative;z-index:1}section{padding:var(--space-xl) 0}.section-header{text-align:center;margin-bottom:var(--space-lg)}.section-header h2{margin-top:var(--space-xs)}.badge{display:inline-flex;align-items:center;gap:var(--space-xs);font-family:var(--font-display);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);background:var(--accent-glow);border:1px solid var(--accent);padding:.35em 1em;border-radius:var(--radius-pill);margin-bottom:var(--space-sm)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);font-family:var(--font-display);font-size:1rem;font-weight:600;padding:.85em 2em;border-radius:var(--radius-pill);border:none;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 0 0 0 var(--accent-glow)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px var(--accent-glow)}.btn-ghost{background:transparent;color:var(--text-primary);border:var(--border)}.btn-ghost:hover{background:var(--surface-2);transform:translateY(-3px)}.btn-lg{font-size:1.15rem;padding:1em 2.5em}.card{background:var(--surface-2);border:var(--border);border-radius:var(--radius-lg);padding:var(--space-md);transition:all .3s ease}.card:hover{transform:translateY(-6px);border-color:var(--accent);box-shadow:0 20px 40px #0005,0 0 0 1px var(--accent-glow)}.card-icon{font-size:2rem;width:3.5rem;height:3.5rem;display:grid;place-items:center;background:var(--accent-glow);border-radius:var(--radius-md);margin-bottom:var(--space-sm)}.divider{width:3rem;height:3px;background:var(--accent);border-radius:2px;margin:var(--space-sm) 0}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-md)}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:var(--space-md)}nav{position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--surface) 90%,transparent);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:var(--border)}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:var(--space-md)}.nav-logo{font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:var(--text-primary);flex-shrink:0}.nav-links{display:flex;gap:var(--space-md);list-style:none;font-family:var(--font-display);font-size:.9rem}.nav-links a{color:var(--text-muted);transition:color .2s}.nav-links a:hover{color:var(--text-primary)}.nav-right{display:flex;align-items:center;gap:var(--space-sm)}.nav-cta{padding:.6em 1.4em;font-size:.9rem}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:4px;width:36px;height:36px}.hamburger span{display:block;width:100%;height:2px;background:var(--text-primary);border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;flex-direction:column;gap:var(--space-sm);padding:var(--space-md);border-top:var(--border);background:var(--surface-2)}.mobile-menu.open{display:flex}.mobile-menu ul{list-style:none;display:flex;flex-direction:column;gap:var(--space-sm);font-family:var(--font-display)}.mobile-menu a{color:var(--text-muted);transition:color .2s}.mobile-menu a:hover{color:var(--text-primary)}.hero{padding:var(--space-xl) 0;display:grid;place-items:center;text-align:center;min-height:90vh}.hero-content{max-width:800px}.hero-eyebrow,.hero h1{margin-bottom:var(--space-sm)}.hero h1 span{color:var(--accent)}.hero p{font-size:1.15rem;margin-inline:auto;margin-bottom:var(--space-md)}.hero-cta{display:flex;gap:var(--space-sm);justify-content:center;flex-wrap:wrap;margin-bottom:var(--space-lg)}.hero-stats{display:flex;align-items:center;justify-content:center;gap:var(--space-md);flex-wrap:wrap;padding:var(--space-md);background:var(--surface-2);border:var(--border);border-radius:var(--radius-lg)}.hero-stat{text-align:center}.hero-stat strong{display:block;font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--accent)}.hero-stat span{font-size:.85rem;color:var(--text-muted);font-family:var(--font-display)}.hero-stat-divider{width:1px;height:40px;background:var(--surface-3)}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:var(--space-lg);align-items:center}.about-text h2{margin:var(--space-xs) 0 var(--space-md)}.about-text p{margin-bottom:var(--space-sm)}.about-stats{background:var(--surface-2);border:var(--border);border-radius:var(--radius-lg);padding:var(--space-lg) var(--space-md);display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md)}.stat-item{text-align:center}.stat-number{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:var(--accent);line-height:1;margin-bottom:.4rem}.stat-label{font-size:.85rem;color:var(--text-muted);font-family:var(--font-display)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-md);align-items:start}.pricing-card{background:var(--surface-2);border:var(--border);border-radius:var(--radius-lg);padding:var(--space-md);position:relative;transition:all .3s ease}.pricing-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0004}.pricing-card--highlight{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent-glow),0 20px 40px #0004;transform:scale(1.03)}.pricing-card--highlight:hover{transform:scale(1.03) translateY(-6px)}.pricing-badge-popular{position:absolute;top:-1px;left:50%;transform:translate(-50%) translateY(-50%);background:var(--accent);color:#fff;font-family:var(--font-display);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:.3em 1.2em;border-radius:var(--radius-pill)}.pricing-name{font-family:var(--font-display);font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:var(--space-sm)}.pricing-price{display:flex;align-items:baseline;gap:.3rem;margin-bottom:var(--space-md)}.pricing-amount{font-family:var(--font-display);font-size:3rem;font-weight:700;color:var(--text-primary);line-height:1}.pricing-period{font-family:var(--font-display);font-size:.9rem;color:var(--text-muted)}.pricing-features{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin-bottom:var(--space-md)}.pricing-feature{display:flex;align-items:center;gap:.6rem;font-family:var(--font-display);font-size:.9rem;color:var(--text-muted)}.check{color:var(--accent);font-weight:700;flex-shrink:0}.pricing-btn{width:100%}.testimonial{background:var(--surface-2);border:var(--border);border-radius:var(--radius-lg);padding:var(--space-md);border-left:3px solid var(--accent);transition:all .3s ease}.testimonial:hover{transform:translateY(-4px);box-shadow:0 16px 32px #0004}.testimonial-stars{color:#f5c518;margin-bottom:var(--space-sm);font-size:.95rem;letter-spacing:2px}.testimonial blockquote{font-style:italic;color:var(--text-primary);margin-bottom:var(--space-md);font-size:1.05rem;line-height:1.6}.testimonial-author{display:flex;align-items:center;gap:var(--space-sm)}.testimonial-avatar{width:42px;height:42px;border-radius:50%;background:var(--accent-glow);border:2px solid var(--accent);display:grid;place-items:center;font-family:var(--font-display);font-weight:700;color:var(--accent);flex-shrink:0}.testimonial-name{font-family:var(--font-display);font-weight:600;font-size:.9rem;color:var(--text-primary)}.testimonial-role{font-family:var(--font-display);font-size:.8rem;color:var(--text-muted)}.faq-list{max-width:720px;margin-inline:auto;display:flex;flex-direction:column;gap:var(--space-sm)}.faq-item{background:var(--surface-2);border:var(--border);border-radius:var(--radius-md);overflow:hidden;transition:border-color .2s}.faq-item.open{border-color:var(--accent)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);padding:var(--space-md);background:none;border:none;cursor:pointer;text-align:left;font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--text-primary);transition:color .2s}.faq-question:hover{color:var(--accent)}.faq-icon{flex-shrink:0;color:var(--text-muted);transition:transform .3s ease,color .2s}.faq-item.open .faq-icon{transform:rotate(180deg);color:var(--accent)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease;padding:0 var(--space-md)}.faq-item.open .faq-answer{max-height:300px;padding:0 var(--space-md) var(--space-md)}.faq-answer p{max-width:none}.section-cta{background:var(--surface-2);border-top:var(--border);border-bottom:var(--border)}.cta-inner{text-align:center;max-width:640px}.cta-inner h2{margin:var(--space-xs) 0 var(--space-sm)}.cta-inner p{margin:0 auto var(--space-md)}footer{border-top:var(--border);padding:var(--space-md) 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);flex-wrap:wrap}.footer-brand p{color:var(--text-muted)}.footer-links{display:flex;gap:var(--space-sm);font-family:var(--font-display);font-size:.85rem;color:var(--text-muted)}.footer-links a{transition:color .2s}.footer-links a:hover{color:var(--text-primary)}.section-alt{background:var(--surface-2)}.logos-section{padding:var(--space-md) 0;border-top:var(--border);border-bottom:var(--border);background:var(--surface-2)}.logos-label{text-align:center;font-family:var(--font-display);font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);margin-bottom:var(--space-sm)}.logos-row{display:flex;align-items:center;justify-content:center;gap:var(--space-md);flex-wrap:wrap}.logo-item{font-family:var(--font-display);font-weight:700;font-size:1rem;color:var(--text-muted);opacity:.6;transition:opacity .2s}.logo-item:hover{opacity:1}.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-md);counter-reset:steps}.process-step{position:relative;padding:var(--space-md)}.process-number{font-family:var(--font-display);font-size:3rem;font-weight:800;color:var(--accent);opacity:.25;line-height:1;margin-bottom:var(--space-sm)}.process-step h3{margin-bottom:.5rem}.process-step p{max-width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.animate{opacity:0;animation:fadeInUp .7s ease forwards}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.35s}.animate-delay-4{animation-delay:.5s}.reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}body.theme-warm-light{--surface:#FAFAF7;--surface-2:#F0EEE8;--surface-3:#E5E0D8;--text-primary:#1A1A18;--text-muted:#6B6860}body.theme-slate-clean{--surface:#F8F9FA;--surface-2:#EEF0F3;--surface-3:#E2E5EA;--text-primary:#1C2333;--text-muted:#5A6478}body.theme-warm-cream{--surface:#FDF6EF;--surface-2:#F5ECE0;--surface-3:#EAE0D5;--text-primary:#2C2018;--text-muted:#7A6858}body.theme-pure-dark{--surface:#0D0D0D;--surface-2:#161616;--surface-3:#202020;--text-primary:#FAFAFA;--text-muted:#888888}body.theme-dark-impact{--surface:#0A0A0A;--surface-2:#111111;--surface-3:#1A1A1A;--text-primary:#FFFFFF;--text-muted:#999999}body.theme-warm-light:before,body.theme-slate-clean:before,body.theme-warm-cream:before{background:radial-gradient(ellipse 60% 50% at 10% 10%,var(--accent-glow),transparent),radial-gradient(ellipse 40% 40% at 90% 80%,color-mix(in srgb,var(--accent) 6%,transparent),transparent)}body.theme-warm-light .card,body.theme-slate-clean .card,body.theme-warm-cream .card,body.theme-warm-light .pricing-card,body.theme-slate-clean .pricing-card,body.theme-warm-cream .pricing-card,body.theme-warm-light .testimonial,body.theme-slate-clean .testimonial,body.theme-warm-cream .testimonial{box-shadow:0 2px 16px #00000012}.hero-split{min-height:90vh;display:flex;align-items:center;text-align:left;padding:var(--space-xl) 0}.hero-split-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-lg);align-items:center}.hero-split-text h1,.hero-split-text p{text-align:left}.hero-split-text p{margin-left:0}.hero-split-text .hero-cta{justify-content:flex-start}.hero-split-panel{display:flex;flex-direction:column;gap:var(--space-md)}.hero-split-services{display:flex;flex-direction:column;gap:var(--space-sm)}.hero-mini-card{display:flex;align-items:center;gap:var(--space-sm);background:var(--surface-2);border:var(--border);border-radius:var(--radius-md);padding:var(--space-sm) var(--space-md);font-family:var(--font-display);font-weight:600;font-size:.95rem;transition:border-color .2s}.hero-mini-card:hover{border-color:var(--accent)}.hero-mini-icon{font-size:1.4rem}.hero-statement{min-height:90vh;display:flex;align-items:center;text-align:left;padding:var(--space-xl) 0}.hero-statement-inner{max-width:860px}.hero-statement-title{font-size:clamp(3rem,7vw,5.5rem);line-height:1.05;margin-bottom:var(--space-md)}.hero-statement-sub{font-size:1.25rem;max-width:55ch;margin-left:0;margin-bottom:var(--space-lg)}@media(max-width:768px){.nav-links,.nav-cta{display:none}.hamburger{display:flex}.hero{min-height:80vh}section{padding:var(--space-lg) 0}.about-stats{grid-template-columns:repeat(3,1fr)}.pricing-card--highlight{transform:none}.pricing-card--highlight:hover{transform:translateY(-6px)}.hero-stat-divider{display:none}.hero-split-grid{grid-template-columns:1fr}.hero-split-text h1,.hero-split-text p{text-align:center}.hero-split-text .hero-cta{justify-content:center}}@media(max-width:480px){.hero-stats{flex-direction:column;gap:var(--space-sm)}.about-stats{grid-template-columns:1fr}.footer-inner{flex-direction:column;text-align:center}}
