@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--bg-base:#0a0e17;--bg-surface:#12182699;--bg-surface-hover:#1a2332cc;--accent-primary:#3b82f6;--accent-primary-glow:#3b82f680;--accent-secondary:#10b981;--accent-secondary-glow:#10b98180;--gradient-brand:linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);--gradient-abundance:linear-gradient(135deg, #10b981 0%, #059669 100%);--gradient-gold:linear-gradient(135deg, #fbbf24 0%, #d97706 100%);--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--border-subtle:#ffffff14;--border-highlight:#ffffff26;--shadow-glow:0 0 20px var(--accent-primary-glow);--shadow-card:0 8px 32px #0006;--font-sans:"Inter", system-ui, sans-serif;--font-mono:"JetBrains Mono", monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-base);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;position:relative;overflow-x:hidden}.ambient-bg{z-index:-1;pointer-events:none;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.ambient-orb{filter:blur(120px);opacity:.4;border-radius:50%;animation:20s ease-in-out infinite float;position:absolute}.orb-1{background:conic-gradient(from 180deg,#3b82f64d 0deg,#8b5cf633 180deg,#3b82f64d 360deg);width:60vw;height:60vw;top:-10%;left:-10%}.orb-2{background:conic-gradient(#8b5cf633 0deg,#10b98126 180deg,#8b5cf633 360deg);width:70vw;height:70vw;animation-delay:-5s;bottom:-20%;right:-10%}@keyframes float{0%,to{transform:translate(0)rotate(0)}33%{transform:translate(40px,-60px)rotate(45deg)}66%{transform:translate(-40px,40px)rotate(-45deg)}}.glass{background:var(--bg-surface);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-subtle);box-shadow:var(--shadow-card);border-radius:20px;transition:all .3s cubic-bezier(.25,.8,.25,1)}.glass:hover{background:var(--bg-surface-hover);border-color:var(--border-highlight);transform:translateY(-4px)}.gradient-text{background:var(--gradient-brand);-webkit-text-fill-color:transparent;color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite shine;display:inline-block}.gradient-gold-text{background:var(--gradient-gold);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:5s linear infinite reverse shine;display:inline-block}@keyframes shine{to{background-position:200%}}.btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--gradient-brand);color:#fff;box-shadow:0 4px 14px #3b82f64d}.btn-primary:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 6px 20px #3b82f680}.btn-emerald{background:var(--gradient-abundance);color:#fff;box-shadow:0 4px 14px #10b9814d}.btn-emerald:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 6px 20px #10b98180}.btn-outline{color:var(--text-primary);border:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d}.btn-outline:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px)}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}a{color:inherit;text-decoration:none}.navbar{z-index:100;border-bottom:1px solid #fff0;width:100%;padding:1.5rem 0;transition:all .3s cubic-bezier(.25,.8,.25,1);position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);background:#0a0e17cc;padding:1rem 0;box-shadow:0 4px 30px #00000080}.nav-content{justify-content:space-between;align-items:center;display:flex}.nav-brand{align-items:center;gap:.75rem;text-decoration:none;display:flex}.brand-logo{border-radius:8px;justify-content:center;align-items:center;display:flex;box-shadow:0 0 15px #fbbf244d}.brand-name{color:var(--text-primary);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.brand-accent{background:var(--gradient-gold);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;margin-left:2px}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-secondary);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav-link:hover{color:var(--text-primary)}.nav-link:after{content:"";background:var(--gradient-gold);border-radius:2px;width:0%;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.nav-actions{align-items:center;display:flex}@media (width<=768px){.nav-links,.nav-actions{display:none}}.footer.glass{background:#0a0e1766;border-bottom:none;border-left:none;border-right:none;border-radius:40px 40px 0 0;margin-top:4rem}.footer-content{grid-template-columns:2fr 3fr;gap:4rem;padding:5rem 2rem 3rem;display:grid}.footer-brand{max-width:320px}.footer-logo{margin-bottom:1rem;display:inline-flex}.footer-desc{color:var(--text-secondary);margin-top:1rem;font-size:.95rem;line-height:1.6}.footer-links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.link-title{color:var(--text-primary);border-bottom:1px solid var(--border-subtle);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.1rem}.footer-link{color:var(--text-muted);margin-bottom:.75rem;font-size:.95rem;transition:color .2s,transform .2s;display:block}.footer-link:hover{color:var(--accent-primary);transform:translate(4px)}.footer-bottom{border-top:1px solid var(--border-subtle);color:var(--text-muted);justify-content:space-between;align-items:center;padding:2rem;font-size:.85rem;display:flex}@media (width<=768px){.footer-content{grid-template-columns:1fr}.footer-links{grid-template-columns:1fr 1fr;gap:3rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.ticker-wrapper{border-left:none;border-right:none;border-bottom:1px solid var(--border-subtle);border-top:1px solid var(--border-subtle);white-space:nowrap;background:#0a0e17b3;border-radius:0;width:100vw;padding:.5rem 0;display:flex;position:relative;overflow:hidden}.ticker-content{animation:40s linear infinite scroll-left;display:flex}.ticker-item{border-right:1px solid var(--border-subtle);font-family:var(--font-mono);align-items:center;gap:.75rem;padding:0 2rem;font-size:.85rem;display:inline-flex}.ticker-symbol{color:var(--text-primary);font-weight:600}.ticker-price{color:var(--text-secondary)}.ticker-change{font-weight:700}.ticker-change.profit{color:#10b981}.ticker-change.loss{color:#ef4444}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-33.33%)}}.hero{align-items:center;min-height:100vh;padding-top:5rem;display:flex;position:relative;overflow:hidden}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-text{max-width:600px;animation:1s ease-out fadeUp}.hero-title{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.hero-description{color:var(--text-secondary);max-width:90%;margin-bottom:2.5rem;font-size:1.125rem;font-weight:400}.hero-cta{gap:1rem;margin-bottom:4rem;display:flex}.hero-stats{background:var(--bg-surface);-webkit-backdrop-filter:blur(10px);border:1px solid var(--border-subtle);border-radius:16px;align-items:center;gap:2rem;width:max-content;padding:1.5rem 2rem;display:flex}.stat-item{flex-direction:column;display:flex}.stat-value{font-family:var(--font-mono);color:var(--text-primary);font-size:1.5rem;font-weight:700}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.stat-divider{background:var(--border-highlight);width:1px;height:40px}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-visual{perspective:1000px;justify-content:center;align-items:center;height:500px;animation:1.5s ease-out floatIn;display:flex;position:relative}@keyframes floatIn{0%{opacity:0;transform:translate(50px)rotateY(10deg)}to{opacity:1;transform:translate(0)rotateY(0)}}.glass-card{-webkit-backdrop-filter:blur(20px);width:100%;max-width:450px;transform-style:preserve-3d;z-index:10;background:#12182666;border:1px solid #ffffff1a;border-radius:24px;padding:24px;transition:transform .5s;transform:rotateX(10deg)rotateY(-15deg);box-shadow:0 30px 60px #00000080,inset 0 1px #fff3}.glass-card:hover{transform:rotateX(5deg)rotateY(-5deg)translateY(-10px)}.card-header{gap:8px;margin-bottom:24px;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot.red{background:#ef4444}.dot.yellow{background:#f59e0b}.dot.green{background:#10b981}.chart-line{background:linear-gradient(90deg, transparent, var(--accent-primary) 50%, transparent);opacity:.4;clip-path:polygon(0 100%,10% 80%,30% 90%,50% 40%,70% 60%,90% 20%,100% 40%,100% 100%);width:100%;height:100px;margin-bottom:20px;animation:3s ease-in-out infinite alternate pulse}.chart-line.secondary{background:linear-gradient(90deg, transparent, var(--accent-secondary) 50%, transparent);clip-path:polygon(0 100%,20% 70%,40% 90%,60% 30%,80% 50%,100% 10%,100% 100%);height:60px;margin-top:-60px;margin-bottom:30px}@keyframes pulse{0%{opacity:.3}to{opacity:.6}}.data-row{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:12px 16px;display:flex}.data-label{color:var(--text-primary);font-weight:500}.data-value{font-family:var(--font-mono);font-weight:600}.data-value.profit{color:#10b981;text-shadow:0 0 10px #10b98166}.data-value.neutral{color:#3b82f6;text-shadow:0 0 10px #3b82f666}.glass-blob{filter:blur(80px);z-index:1;border-radius:50%;position:absolute}.blob-1{background:#3b82f666;width:300px;height:300px;top:10%;right:20%}.blob-2{background:#fbbf244d;width:250px;height:250px;animation:10s infinite alternate float;bottom:10%;left:10%}@media (width<=1024px){.hero-content{text-align:center;grid-template-columns:1fr;gap:2rem}.hero-text{margin:0 auto}.hero-title{font-size:3rem}.hero-cta{justify-content:center}.hero-stats{flex-wrap:wrap;justify-content:center;margin:0 auto}.hero-visual{height:400px}}.vision-section{padding:8rem 2rem}.vision-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.vision-content .section-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:800}.vision-lead{color:var(--text-secondary);margin-bottom:3rem;font-size:1.15rem;line-height:1.7}.vision-features{flex-direction:column;gap:2rem;display:flex}.vision-feature{align-items:flex-start;gap:1.5rem;display:flex}.feature-icon{background:#fbbf241a;border:1px solid #fbbf2433;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex}.feature-text h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.2rem}.feature-text p{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.vision-visual{justify-content:center;align-items:center;height:400px;display:flex;position:relative}.data-mesh{border:1px solid var(--border-subtle);background:radial-gradient(circle,#10b9811a 0%,#0000 70%);border-radius:50%;justify-content:center;align-items:center;width:300px;height:300px;display:flex;position:relative}.mesh-node{background:var(--bg-surface);color:var(--text-primary);border:1px solid var(--accent-secondary);z-index:2;border-radius:30px;padding:1rem 2rem;font-weight:700;position:relative;box-shadow:0 0 20px #10b98166}.mesh-pulse{border:1px solid var(--accent-secondary);border-radius:50%;width:100%;height:100%;animation:3s linear infinite radar-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes radar-pulse{0%{opacity:1;transform:translate(-50%,-50%)scale(.5)}to{opacity:0;transform:translate(-50%,-50%)scale(1.5)}}@media (width<=1024px){.vision-grid{text-align:center;grid-template-columns:1fr}.vision-feature{text-align:left}}.products-section{padding:8rem 2rem}.section-header{text-align:center;max-width:700px;margin:0 auto 5rem}.section-title{letter-spacing:-.02em;margin-bottom:1rem;font-size:3rem;font-weight:800}.section-subtitle{color:var(--text-secondary);font-size:1.125rem}.products-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.product-card{flex-direction:column;padding:2.5rem 2rem;transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s;display:flex;position:relative;overflow:hidden}.product-card:before{content:"";background:var(--gradient-brand);opacity:0;width:100%;height:4px;transition:opacity .3s;position:absolute;top:0;left:0}.product-card:nth-child(2):before{background:var(--gradient-gold)}.product-card:nth-child(3):before{background:var(--gradient-abundance)}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0009}.product-card:hover:before{opacity:1}.product-icon{border:1px solid var(--border-subtle);background:#ffffff0d;border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.5rem;font-size:3rem;display:flex}.product-title{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.product-badge{color:#60a5fa;text-transform:uppercase;letter-spacing:.05em;background:#3b82f626;border-radius:20px;margin-bottom:1.5rem;padding:4px 12px;font-size:.75rem;font-weight:600;display:table}.product-desc{color:var(--text-secondary);flex-grow:1;margin-bottom:2rem;font-size:.95rem}.product-features{margin-bottom:2.5rem;list-style:none}.product-features li{color:var(--text-primary);align-items:center;gap:12px;margin-bottom:.75rem;font-size:.9rem;display:flex}.product-cta{margin-top:auto}@media (width<=1024px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.products-grid{grid-template-columns:1fr}}.backtests-section{z-index:2;padding:6rem 0;position:relative}.backtests-section .section-header{text-align:center;margin-bottom:4rem}.backtests-section .section-title{letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.backtests-section .section-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.125rem}.backtests-table-wrapper{border-radius:20px;padding:1px;overflow-x:auto}.backtests-table{border-collapse:collapse;text-align:left;width:100%}.backtests-table th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-subtle);padding:1.5rem 1.25rem;font-size:.875rem;font-weight:600}.backtests-row{transition:all .2s}.backtests-row:hover{background:#ffffff08}.backtests-row td{border-bottom:1px solid #ffffff08;padding:1.25rem;font-size:1rem}.backtests-row:last-child td{border-bottom:none}.pair-cell{color:#fff;align-items:center;gap:.75rem;font-weight:600;display:flex}.pair-icon{background:#ffffff0d;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;display:flex}.strategy-badge{font-size:.75rem;font-weight:600;font-family:var(--font-mono);color:var(--accent-primary);background:#3b82f61a;border:1px solid #3b82f633;border-radius:8px;align-items:center;padding:.35rem .75rem;display:inline-flex}.strategy-badge.adaptive{color:var(--accent-secondary);background:#10b9811a;border:1px solid #10b98133}.mono-val{font-family:var(--font-mono);font-weight:500}.val-positive{color:var(--accent-secondary)}.val-negative{color:#f43f5e}.val-neutral{color:var(--text-secondary)}.wr-container{align-items:center;gap:.75rem;display:flex}.wr-bar-bg{background:#ffffff1a;border-radius:4px;width:60px;height:6px;overflow:hidden}.wr-bar-fill{background:var(--gradient-brand);border-radius:4px;height:100%}.backtests-footer{text-align:center;margin-top:3rem}.backtests-footer p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.875rem}@media (width<=768px){.backtests-section{padding:4rem 0}.backtests-section .section-title{font-size:2rem}.wr-bar-bg{display:none}}.performance-card{background:#0f172a99;border:1px solid #ffffff0d;border-radius:16px;padding:1.5rem;transition:transform .3s}.performance-card:hover{border-color:#fff3;transform:translateY(-8px);box-shadow:0 15px 30px #00000080,0 0 20px #ffffff0d}.card-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.asset-info{align-items:center;gap:1rem;display:flex}.asset-icon{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex}.asset-name{color:#fff;margin:0;font-size:1.1rem;font-weight:600}.bot-status{color:#10b981;align-items:center;gap:.25rem;font-size:.75rem;animation:2s ease-in-out infinite breathe;display:flex}@keyframes breathe{0%,to{opacity:.6;text-shadow:none}50%{opacity:1;text-shadow:0 0 8px #10b981cc}}.pnl-total{font-size:1.25rem;font-weight:700}.pnl-total.positive{color:#10b981}.pnl-total.negative{color:#ef4444}.card-stats{border-bottom:1px solid #ffffff0d;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.stat-box{flex-direction:column;gap:.25rem;display:flex}.stat-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.stat-value{color:#fff;font-size:.9rem;font-weight:600}.position-long{color:#10b981}.position-short{color:#ef4444}.position-neutral{color:#94a3b8}.card-strategy{background:#0003;border-left:3px solid #fbbf24;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.strategy-title{color:#fbbf24;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:.85rem;font-weight:700}.strategy-desc{color:#cbd5e1;margin:0;font-size:.85rem;line-height:1.4}.mini-chart-container{width:100%;height:80px}.dashboard-container{min-height:80vh;padding-bottom:4rem}.dashboard-header{text-align:center;margin-bottom:3rem}.dashboard-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:2rem;display:grid}.pricing-page{min-height:100vh;padding-top:80px}.pricing-hero{text-align:center;padding:5rem 0 3rem}.pricing-badge{color:#fbbf24;letter-spacing:.05em;background:#fbbf241f;border:1px solid #fbbf244d;border-radius:999px;margin-bottom:1.5rem;padding:.4rem 1.2rem;font-size:.85rem;font-weight:600;display:inline-block}.pricing-title{color:#f1f5f9;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.15}.pricing-subtitle{color:#94a3b8;max-width:600px;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.7}.billing-toggle{color:#64748b;justify-content:center;align-items:center;gap:1rem;font-size:.95rem;display:flex}.toggle-active{color:#f1f5f9;font-weight:600}.toggle-btn{cursor:pointer;background:#ffffff14;border:1px solid #ffffff1a;border-radius:999px;width:52px;height:28px;transition:background .3s;position:relative}.toggle-btn.annual-active{background:linear-gradient(135deg,#10b981,#059669)}.toggle-thumb{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .3s;position:absolute;top:3px;left:3px}.toggle-btn.annual-active .toggle-thumb{transform:translate(24px)}.save-badge{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-radius:999px;margin-left:.3rem;padding:.1rem .5rem;font-size:.75rem;font-weight:700}.pricing-cards-section{padding:2rem 0 4rem}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:900px;margin:0 auto;display:grid}.pricing-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;padding:2rem;transition:transform .3s,border-color .3s;position:relative}.pricing-card:hover{transform:translateY(-4px)}.pricing-card-featured{background:#fcd34d0a;border-color:#fbbf244d;box-shadow:0 0 60px #fbbf240f}.featured-badge{color:#0a0e17;white-space:nowrap;letter-spacing:.03em;background:linear-gradient(135deg,#fbbf24,#d97706);border-radius:999px;padding:.3rem 1rem;font-size:.78rem;font-weight:800;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.card-header{margin-bottom:1.5rem}.plan-icon{margin-bottom:.75rem;font-size:2rem}.plan-name{color:#f1f5f9;margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.plan-price{align-items:baseline;gap:.25rem;margin-bottom:.5rem;display:flex}.price-amount{color:#fbbf24;font-size:2.5rem;font-weight:800;line-height:1}.price-period{color:#64748b;font-size:.9rem}.annual-note{color:#10b981;margin-bottom:.5rem;font-size:.8rem;font-weight:600}.plan-desc{color:#64748b;font-size:.9rem;line-height:1.5}.feature-list{flex-direction:column;gap:.75rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.feature-item{color:#94a3b8;align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.4;display:flex}.feature-check{color:#10b981;flex-shrink:0;margin-top:2px;font-size:.85rem;font-weight:700}.feature-check-gold{color:#fbbf24}.btn-full{text-align:center;width:100%;display:block}.btn-glow{transition:box-shadow .3s;box-shadow:0 0 30px #10b9814d}.btn-glow:hover{box-shadow:0 0 50px #10b98180}.no-commitment{text-align:center;color:#475569;margin-top:.75rem;font-size:.78rem}.trust-row{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:3rem;display:flex}.trust-item{color:#64748b;align-items:center;gap:.4rem;font-size:.85rem;display:flex}.backtest-proof{text-align:center;border-top:1px solid #ffffff0d;padding:4rem 0}.section-title{color:#f1f5f9;margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.section-sub{color:#64748b;margin-bottom:2.5rem;font-size:.95rem}.proof-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;max-width:800px;margin:0 auto 1.5rem;display:grid}.proof-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:1.5rem 1rem}.proof-number{color:#10b981;margin-bottom:.25rem;font-size:2rem;font-weight:800}.proof-label{color:#f1f5f9;margin-bottom:.25rem;font-size:.85rem;font-weight:600}.proof-sub{color:#64748b;font-size:.75rem}.perf-disclaimer{color:#475569;max-width:600px;margin:0 auto;font-size:.78rem;line-height:1.6}.faq-section{border-top:1px solid #ffffff0d;padding:4rem 0}.faq-list{flex-direction:column;gap:.75rem;max-width:700px;margin:2rem auto 0;display:flex}.faq-item{cursor:pointer;background:#ffffff08;border:1px solid #ffffff12;border-radius:12px;padding:1.25rem 1.5rem;transition:border-color .2s}.faq-item.faq-open{border-color:#fbbf2433}.faq-question{color:#f1f5f9;justify-content:space-between;align-items:center;gap:1rem;font-size:.95rem;font-weight:600;display:flex}.faq-arrow{color:#fbbf24;flex-shrink:0;font-size:1.2rem}.faq-answer{color:#94a3b8;border-top:1px solid #ffffff0d;margin-top:1rem;padding-top:1rem;font-size:.88rem;line-height:1.7}.legal-banner{background:#ef44440a;border-top:1px solid #ef444426;padding:2rem 0}.legal-text{color:#64748b;text-align:center;max-width:900px;margin:0 auto;font-size:.8rem;line-height:1.7}.legal-link{color:#fbbf24;text-decoration:none}.legal-link:hover{text-decoration:underline}@media (width<=640px){.pricing-grid{grid-template-columns:1fr}.trust-row{gap:1rem}.proof-grid{grid-template-columns:repeat(2,1fr)}}.legal-page{min-height:100vh;padding:120px 0 4rem}.legal-header{text-align:center;margin-bottom:3rem}.legal-badge{color:#fbbf24;background:#fbbf241a;border:1px solid #fbbf2440;border-radius:999px;margin-bottom:1rem;padding:.3rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.legal-header h1{color:#f1f5f9;margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700}.legal-updated{color:#64748b;font-size:.85rem}.legal-content{flex-direction:column;gap:2rem;max-width:800px;margin:0 auto;display:flex}.legal-section{background:#ffffff08;border:1px solid #ffffff12;border-radius:16px;padding:2rem}.legal-section h2{color:#f1f5f9;border-bottom:1px solid #ffffff0f;margin-bottom:1rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:700}.legal-section h3{color:#cbd5e1;margin:1.25rem 0 .5rem;font-size:.95rem;font-weight:600}.legal-section p{color:#94a3b8;margin-bottom:.75rem;font-size:.9rem;line-height:1.8}.legal-section p:last-child{margin-bottom:0}.legal-section ul{flex-direction:column;gap:.5rem;margin:.75rem 0;padding:0;list-style:none;display:flex}.legal-section ul li{color:#94a3b8;padding-left:1.2rem;font-size:.88rem;line-height:1.6;position:relative}.legal-section ul li:before{content:"›";color:#fbbf24;font-weight:700;position:absolute;left:0}.legal-section a{color:#fbbf24;text-decoration:none}.legal-section a:hover{text-decoration:underline}.disclaimer-highlight{background:#ef44440f;border-color:#ef444433}.disclaimer-highlight h2{color:#fca5a5}.legal-footer-nav{justify-content:center;gap:1rem;margin-top:1rem;display:flex}.success-page{align-items:center;min-height:100vh;padding:120px 0 4rem;display:flex}.success-card{text-align:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;max-width:580px;margin:0 auto;padding:3rem 2.5rem}.success-icon{margin-bottom:1.5rem;font-size:4rem}.success-title{color:#f1f5f9;margin-bottom:1rem;font-size:1.8rem;font-weight:800}.success-subtitle{color:#94a3b8;margin-bottom:2.5rem;font-size:.95rem;line-height:1.7}.steps-list{text-align:left;flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.step-item{border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:1rem;padding:1rem;display:flex}.step-done{background:#10b98114;border-color:#10b98133}.step-pending{background:#ffffff05}.step-num{color:#94a3b8;background:#ffffff0f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:700;display:flex}.step-done .step-num{color:#fff;background:#10b981;font-size:1rem}.step-content{flex-direction:column;gap:.2rem;display:flex}.step-content strong{color:#f1f5f9;font-size:.9rem}.step-content span{color:#64748b;font-size:.8rem}.success-disclaimer{text-align:left;background:#ef44440f;border:1px solid #ef444426;border-radius:10px;margin-bottom:2rem;padding:1rem}.success-disclaimer p{color:#94a3b8;margin:0;font-size:.8rem;line-height:1.6}.success-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.5rem;display:flex}.success-support{color:#475569;font-size:.8rem}.success-support a{color:#fbbf24;text-decoration:none}
