.app{min-height:100vh;background-color:#fff}section{padding:5rem 0}@media (max-width: 768px){section{padding:3rem 0}}.hero-content{background:linear-gradient(135deg,#0a0e27,#1a1f3a);padding:6rem 0;border-bottom:2px solid #00ff88;box-shadow:0 0 30px #00ff881a;position:relative;overflow:hidden}.hero-content:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(0,255,136,.03) 50%,transparent 100%);pointer-events:none}.hero-content .container{display:flex;justify-content:center;align-items:center;position:relative;z-index:1}.hero-text{max-width:800px;text-align:center}.hero-text h1{font-size:3.5rem;color:#0f8;margin-bottom:.5rem;font-weight:800;text-shadow:0 0 20px rgba(0,255,136,.5)}.hero-subtitle{font-size:1.3rem;color:#00d9ff;font-weight:600;margin-bottom:1.5rem;text-shadow:0 0 10px rgba(0,217,255,.3);margin-left:auto;margin-right:auto}.hero-description{font-size:1.1rem;color:#b0b0b0;line-height:1.8;margin-bottom:2rem}.hero-stats{display:flex;gap:3rem;margin:2rem auto;justify-content:center}.stat{display:flex;flex-direction:column}.stat-value{font-size:2rem;font-weight:800;color:#0f8;text-shadow:0 0 15px rgba(0,255,136,.4)}.stat-label{font-size:.9rem;color:#888;text-transform:uppercase;letter-spacing:1px}.hero-cta{margin:2rem auto;display:flex;flex-direction:column;gap:1rem;align-items:center}.hero-cta .btn{margin-right:0}.btn{padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:50px;transition:all .3s ease}.btn-primary{background:#0f8;color:#0a0e27;margin-right:1rem;box-shadow:0 0 20px #00ff884d}.btn-primary:hover{background:#00d9ff;box-shadow:0 0 30px #00d9ff80;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#0f8;border:2px solid #00ff88;box-shadow:inset 0 0 10px #00ff881a}.price-note{font-size:.9rem;color:#00d9ff}.hero-features{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;align-items:center}.feature{display:flex;align-items:center;gap:1rem}.checkmark{color:#0f8;font-weight:800;font-size:1.2rem;text-shadow:0 0 10px rgba(0,255,136,.3)}.feature-text{color:#b0b0b0}.hero-image{position:relative;height:400px;background:linear-gradient(135deg,#00ff881a,#00d9ff1a);border:2px solid #00ff88;border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 30px #0f83,inset 0 0 30px #00ff880d;overflow:hidden}.hero-image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(0,255,136,.05) 50%,transparent 100%),linear-gradient(0deg,transparent 0%,rgba(0,255,136,.05) 50%,transparent 100%);animation:scan 8s linear infinite}@keyframes scan{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}.hero-image-text{position:relative;z-index:2;text-align:center;color:#0f8;font-size:1.2rem;font-weight:600;text-shadow:0 0 20px rgba(0,255,136,.5)}@media (max-width: 768px){.hero-content .container{grid-template-columns:1fr;gap:2rem}.hero-text h1{font-size:2rem}.hero-stats{gap:1.5rem}.stat-value{font-size:1.5rem}.hero-image{height:300px}}.strategy-toggle{display:flex;align-items:center;justify-content:center;gap:.5rem}.toggle-arrow{display:inline-block;font-size:.9rem;margin-left:.5rem;opacity:.8}.strategy-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.strategy-modal{background:linear-gradient(135deg,#0a0e27,#1a1f3a);border:1px solid rgba(0,255,136,.2);border-radius:8px;width:90%;max-width:700px;height:85vh;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 0 40px #00000080,inset 0 0 20px #00ff880d;animation:slideUp .3s ease-out}.modal-header{display:flex;justify-content:flex-end;padding:1rem 1.5rem;border-bottom:1px solid rgba(0,255,136,.1);flex-shrink:0}.modal-close{background:transparent;border:none;color:#0f8;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:4px}.modal-close:hover{background:#00ff881a;color:#00d9ff}.close-icon{font-size:1.4rem;line-height:1}.close-label{font-size:.9rem;font-weight:500;opacity:.9}.modal-content{flex:1;overflow-y:auto;padding:2rem;color:#b0b0b0;line-height:1.8;max-width:650px;margin:0 auto;width:100%}.modal-content h2{color:#0f8;font-size:1.8rem;font-weight:700;margin-bottom:2rem;text-shadow:0 0 15px rgba(0,255,136,.2)}.modal-content h3{color:#00d9ff;font-size:1.1rem;font-weight:600;margin-top:2rem;margin-bottom:1.2rem;text-shadow:none;letter-spacing:.5px}.modal-content h3:first-of-type{margin-top:0}.modal-content p{margin-bottom:1.5rem;font-size:.95rem;color:#a0a0a0}.modal-content ul{list-style:none;padding-left:1.5rem;margin-bottom:1.5rem}.modal-content ul li{margin-bottom:.75rem;position:relative;padding-left:1rem}.modal-content ul li:before{content:"•";position:absolute;left:0;color:#0f8;font-weight:600}.modal-content strong{color:#00d9ff;font-weight:600}.modal-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,255,136,.1)}.modal-footer p{font-size:.9rem;color:#888;font-style:italic;margin:0;line-height:1.6}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#00ff880d;border-radius:4px}.modal-content::-webkit-scrollbar-thumb{background:#0f83;border-radius:4px}.modal-content::-webkit-scrollbar-thumb:hover{background:#0f86}@media (max-width: 768px){.strategy-modal{width:95%;height:90vh;max-width:none}.modal-header{padding:.75rem 1rem}.modal-close{padding:.5rem .75rem;gap:.25rem}.close-icon{font-size:1.2rem}.close-label{font-size:.85rem}.modal-content{padding:1.5rem;max-width:none}.modal-content h2{font-size:1.5rem;margin-bottom:1.5rem}.modal-content h3{font-size:1rem;margin-top:1.5rem;margin-bottom:1rem}.modal-content p{font-size:.9rem}.modal-footer{margin-top:2rem;padding-top:1.5rem}.modal-footer p{font-size:.85rem}}.performance-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.performance-modal{background:linear-gradient(135deg,#0a0e27,#1a1f3a);border:1px solid rgba(0,255,136,.2);border-radius:8px;width:90%;max-width:800px;height:85vh;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 0 40px #00000080,inset 0 0 20px #00ff880d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.performance-modal .modal-header{display:flex;justify-content:flex-end;padding:1rem 1.5rem;border-bottom:1px solid rgba(0,255,136,.1);flex-shrink:0}.performance-modal .modal-close{background:transparent;border:none;color:#0f8;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:4px}.performance-modal .modal-close:hover{background:#00ff881a;color:#00d9ff}.performance-modal .close-icon{font-size:1.4rem;line-height:1}.performance-modal .close-label{font-size:.9rem;font-weight:500;opacity:.9}.performance-modal .modal-content{flex:1;overflow-y:auto;padding:2rem;color:#b0b0b0;line-height:1.8}.performance-modal .modal-content h2{color:#0f8;font-size:1.8rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 0 15px rgba(0,255,136,.2)}.performance-modal .section-subtitle{color:#888;font-size:.95rem;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.5px}.performance-modal .performance-metrics,.performance-modal .video-container{margin-bottom:2rem}.performance-modal .backtest-video{width:100%;height:auto;border-radius:4px;border:1px solid rgba(0,255,136,.2);margin-bottom:1rem;filter:brightness(1.2) contrast(1.15)}.performance-modal .video-caption{background:#00ff880d;border-left:3px solid #00ff88;padding:1rem;border-radius:4px;font-size:.9rem;color:#a0a0a0}.performance-modal .video-caption p{margin:0}.performance-modal .video-caption strong{color:#0f8}.performance-modal .metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem}.performance-modal .metric-card{background:linear-gradient(135deg,#00ff880d,#00d9ff0d);border:1px solid rgba(0,255,136,.2);padding:1.5rem;border-radius:4px;text-align:center}.performance-modal .metric-label{font-size:.8rem;color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.performance-modal .metric-value{font-size:1.8rem;font-weight:800;color:#0f8;text-shadow:0 0 10px rgba(0,255,136,.3);margin-bottom:.5rem}.performance-modal .metric-description{font-size:.8rem;color:#666}.performance-modal .performance-details{background:#00ff880d;border:1px solid rgba(0,255,136,.1);padding:1.5rem;border-radius:4px;margin-bottom:2rem}.performance-modal .performance-details h3{color:#00d9ff;font-size:1.1rem;font-weight:600;margin-bottom:1.2rem;margin-top:0}.performance-modal .performance-details ul{list-style:none;padding:0;margin:0}.performance-modal .performance-details li{margin-bottom:1rem;color:#a0a0a0;font-size:.95rem;line-height:1.6}.performance-modal .performance-details li:last-child{margin-bottom:0}.performance-modal .performance-details strong{color:#0f8;font-weight:600}.performance-modal .modal-footer{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(0,255,136,.1)}.performance-modal .modal-footer p{font-size:.9rem;color:#888;font-style:italic;margin:0;line-height:1.6}.performance-modal .modal-content::-webkit-scrollbar{width:8px}.performance-modal .modal-content::-webkit-scrollbar-track{background:#00ff880d;border-radius:4px}.performance-modal .modal-content::-webkit-scrollbar-thumb{background:#0f83;border-radius:4px}.performance-modal .modal-content::-webkit-scrollbar-thumb:hover{background:#0f86}@media (max-width: 768px){.performance-modal{width:95%;height:90vh;max-width:none}.performance-modal .modal-header{padding:.75rem 1rem}.performance-modal .modal-close{padding:.5rem .75rem;gap:.25rem}.performance-modal .close-icon{font-size:1.2rem}.performance-modal .close-label{font-size:.85rem}.performance-modal .modal-content{padding:1.5rem}.performance-modal .modal-content h2{font-size:1.5rem;margin-bottom:.5rem}.performance-modal .section-subtitle{margin-bottom:1.5rem}.performance-modal .metrics-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem}.performance-modal .metric-card{padding:1rem}.performance-modal .metric-value{font-size:1.4rem}.performance-modal .modal-footer{margin-top:1.5rem;padding-top:1.5rem}.performance-modal .modal-footer p{font-size:.85rem}}.performance{background:linear-gradient(135deg,#0a0e27,#1a1f3a);border-top:2px solid #00ff88;border-bottom:2px solid #ff006e;box-shadow:0 0 30px #00ff881a;padding:4rem 0}.performance h2{text-align:center;margin-bottom:.5rem;color:#0f8;text-shadow:0 0 20px rgba(0,255,136,.3)}.section-subtitle{text-align:center;color:#00d9ff;font-size:1rem;margin-bottom:2rem!important;text-shadow:0 0 10px rgba(0,217,255,.2)}.performance-toggle{text-align:center;margin:2rem 0}.btn-secondary{background:transparent;color:#0f8;border:2px solid #00ff88;font-weight:600;box-shadow:inset 0 0 10px #00ff881a}.btn-secondary:hover{background:#00ff881a;box-shadow:0 0 20px #0f86;transform:translateY(-2px)}.performance-metrics{animation:slideDown .3s ease-out}.video-container{background:linear-gradient(135deg,#00ff880d,#00d9ff0d);border:2px solid #00ff88;border-radius:8px;padding:2rem;margin-bottom:3rem;box-shadow:0 0 20px #00ff881a;display:flex;flex-direction:column;align-items:center}.backtest-video{width:100%;height:auto;border-radius:4px;box-shadow:0 0 20px #0f83;margin-bottom:1.5rem;filter:brightness(1.3) contrast(1.2)}.backtest-video::-webkit-media-controls{background:#000c}.video-caption{text-align:center;color:#888;font-size:.9rem;padding-top:1rem;border-top:1px solid #333}.video-caption p{margin:0;color:#0f8;text-shadow:0 0 10px rgba(0,255,136,.2)}.equity-curve-container{background:linear-gradient(135deg,#00ff880d,#00d9ff0d);border:2px solid #00ff88;border-radius:8px;padding:2rem;margin-bottom:3rem;box-shadow:0 0 20px #00ff881a}.equity-curve-chart{width:100%;height:auto;max-height:400px;margin-bottom:2rem}.grid-line{stroke:#333;stroke-dasharray:4,4;opacity:.5}.axis{stroke:#0f8;stroke-shadow:0 0 10px rgba(0,255,136,.3)}.axis-label{fill:#888;font-size:12px;font-family:Poppins,sans-serif}.equity-line{stroke:#0f8;stroke-linecap:round;stroke-linejoin:round;fill:none;stroke-dasharray:2000;stroke-dashoffset:2000}.equity-line.animate{animation:drawLine 3s ease-in-out forwards}.equity-line-glow{stroke:#0f8;stroke-linecap:round;stroke-linejoin:round;fill:none;filter:blur(4px);opacity:.3;stroke-dasharray:2000;stroke-dashoffset:2000}.equity-line-glow.animate{animation:drawLine 3s ease-in-out forwards}@keyframes drawLine{to{stroke-dashoffset:0}}.end-point{fill:#0f8;opacity:0;filter:drop-shadow(0 0 10px rgba(0,255,136,.8))}.end-point.show{animation:showPoint .5s ease-out 3s forwards}@keyframes showPoint{to{opacity:1}}.equity-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.stat-box{background:linear-gradient(135deg,#00ff881a,#00d9ff1a);border:1px solid #00ff88;border-radius:4px;padding:1.5rem;text-align:center}.stat-label{font-size:.85rem;color:#888;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.stat-value{font-size:1.5rem;font-weight:800;color:#0f8;text-shadow:0 0 10px rgba(0,255,136,.3)}@media (max-width: 768px){.equity-curve-container{padding:1rem}.equity-stats{grid-template-columns:1fr;gap:1rem}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem}.metric-card{background:linear-gradient(135deg,#00ff880d,#00d9ff0d);border:2px solid #00ff88;border-radius:8px;padding:2rem;text-align:center;transition:all .3s ease;box-shadow:0 0 15px #00ff881a,inset 0 0 15px #00ff8805;position:relative;overflow:hidden}.metric-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,255,136,.1),transparent);transition:left .5s ease}.metric-card:hover{border-color:#00d9ff;box-shadow:0 0 30px #00d9ff4d,inset 0 0 15px #00d9ff0d;transform:translateY(-4px)}.metric-card:hover:before{left:100%}.metric-label{font-size:.85rem;color:#888;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-weight:600}.metric-value{font-size:2rem;font-weight:800;color:#0f8;margin-bottom:.5rem;text-shadow:0 0 15px rgba(0,255,136,.4)}.metric-description{font-size:.8rem;color:#888}.performance-details{background:linear-gradient(135deg,#ff006e0d,#00d9ff0d);border-left:4px solid #ff006e;padding:2rem;border-radius:4px;box-shadow:0 0 20px #ff006e1a}.performance-details h3{margin-bottom:1rem;color:#ff006e;text-shadow:0 0 10px rgba(255,0,110,.3)}.performance-details ul{list-style:none}.performance-details li{padding:.75rem 0;color:#b0b0b0;border-bottom:1px solid #333}.performance-details li:last-child{border-bottom:none}.performance-details strong{color:#0f8;text-shadow:0 0 10px rgba(0,255,136,.3)}@media (max-width: 768px){.metrics-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.metric-card{padding:1.5rem}.metric-value{font-size:1.5rem}}.how-it-works{background:linear-gradient(135deg,#0a0e27,#1a1f3a);padding:4rem 0}.how-it-works h2{text-align:center;margin-bottom:.5rem;color:#0f8;text-shadow:0 0 20px rgba(0,255,136,.3)}.section-subtitle{text-align:center;color:#888;font-size:.95rem;margin-bottom:2rem}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:3rem 0}.step{background:linear-gradient(135deg,#00ff880d,#00d9ff0d);border:2px solid #00ff88;border-radius:8px;padding:2rem;text-align:center;transition:all .3s ease;position:relative;box-shadow:0 0 15px #00ff881a}.step:hover{border-color:#00d9ff;box-shadow:0 0 30px #00d9ff4d;transform:translateY(-4px)}.step-number{position:absolute;top:-15px;left:50%;transform:translate(-50%);width:40px;height:40px;background:#0f8;color:#0a0e27;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.2rem;box-shadow:0 0 20px #00ff8880}.step h3{margin:1.5rem 0 1rem;color:#0f8;text-shadow:0 0 10px rgba(0,255,136,.2)}.step p{color:#b0b0b0;font-size:.95rem;line-height:1.6}.step-icon{font-size:3rem;margin-top:1rem}.why-volatility-10{margin-top:4rem;background:#0f142880;border:1px solid rgba(0,255,136,.2);border-radius:8px;padding:3rem 2rem;box-shadow:inset 0 0 10px #00ff880d}.why-volatility-10 h3{text-align:center;margin-bottom:.75rem;color:#00d9ff;text-shadow:none;font-size:1.5rem;font-weight:600;letter-spacing:.5px}.volatility-subtitle{text-align:center;color:#888;font-size:.95rem;margin-bottom:2rem;font-style:italic}.volatility-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;max-width:900px;margin-left:auto;margin-right:auto}.volatility-card{background:#00ff880d;border:1px solid rgba(0,255,136,.15);border-radius:6px;padding:1.5rem;transition:all .3s ease}.volatility-card:hover{border-color:#00ff884d;background:#00ff8814}.volatility-card h4{color:#0f8;font-size:1rem;font-weight:600;margin-bottom:.75rem;letter-spacing:.5px}.volatility-card p{color:#a0a0a0;font-size:.9rem;line-height:1.6;margin:0}.volatility-important{background:#00d9ff0d;border-left:3px solid #00d9ff;padding:1.5rem;border-radius:4px;max-width:900px;margin:0 auto}.volatility-important p{color:#a0a0a0;font-size:.95rem;line-height:1.6;margin:0}.volatility-important p:first-child{color:#00d9ff;font-weight:600;margin-bottom:.5rem}.volatility-important strong{color:#00d9ff;font-weight:600}@media (max-width: 768px){.steps-grid{grid-template-columns:1fr;gap:1.5rem}.volatility-cards{grid-template-columns:1fr;gap:1rem}.why-volatility-10{padding:2rem 1.5rem;margin-top:3rem}.why-volatility-10 h3{font-size:1.3rem}.volatility-subtitle{margin-bottom:1.5rem}.volatility-card{padding:1.25rem}.volatility-card h4{font-size:.95rem;margin-bottom:.5rem}.volatility-card p{font-size:.85rem}.volatility-important{padding:1.25rem}.volatility-important p{font-size:.9rem}}.pricing{background:linear-gradient(135deg,#0a0e27,#1a1f3a);border-top:2px solid #00d9ff;border-bottom:2px solid #ff006e;padding:4rem 0;box-shadow:0 0 30px #00d9ff1a}.pricing h2{text-align:center;margin-bottom:.5rem;color:#0f8;text-shadow:0 0 20px rgba(0,255,136,.3)}.pricing-cards{display:flex;justify-content:center;margin:3rem 0}.pricing-card{background:linear-gradient(135deg,#00ff880d,#00d9ff0d);border:2px solid #00ff88;border-radius:8px;padding:3rem;max-width:500px;width:100%;position:relative;transition:all .3s ease;box-shadow:0 0 20px #00ff881a}.pricing-card.featured{border:3px solid #00d9ff;box-shadow:0 0 40px #00d9ff4d,inset 0 0 20px #00d9ff0d;transform:scale(1.05)}.pricing-badge{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:#0f8;color:#0a0e27;padding:.5rem 1.5rem;border-radius:20px;font-weight:700;font-size:.75rem;letter-spacing:1px;box-shadow:0 0 20px #00ff8880;text-transform:uppercase}.pricing-card h3{text-align:center;margin-top:1rem;margin-bottom:1.5rem;font-size:1.8rem;color:#0f8;text-shadow:0 0 10px rgba(0,255,136,.2)}.pricing-main{text-align:center;margin:2rem 0;padding:2rem;background:linear-gradient(135deg,#00ff881a,#00d9ff1a);border-radius:4px;border:1px solid #00ff88}.price{font-size:3.5rem;font-weight:800;color:#0f8;text-shadow:0 0 20px rgba(0,255,136,.4)}.price-period{font-size:1rem;color:#888;margin-top:.5rem}.price-explanation{font-size:.9rem;color:#b8860b;margin-top:1rem;line-height:1.5;font-weight:400}.pricing-after{text-align:center;padding:1rem;background:transparent;border-radius:4px;margin-bottom:2rem;border:1px solid #b8860b}.pricing-after p{margin:0;color:#b8860b;font-weight:400;font-size:.9rem;text-shadow:none}.pricing-after strong{color:#ff006e;font-size:1.2rem;text-shadow:0 0 10px rgba(255,0,110,.3)}.pricing-features{margin:2rem 0;padding:2rem 0;border-top:2px solid #333;border-bottom:2px solid #333}.feature-item{display:flex;align-items:center;margin-bottom:1rem;color:#b0b0b0}.feature-item:before{content:"✓";color:#0f8;font-weight:800;margin-right:1rem;font-size:1.2rem;text-shadow:0 0 10px rgba(0,255,136,.3)}.btn-large{width:100%;padding:1.2rem;font-size:1.1rem;margin:2rem 0 1rem;background:#0f8!important;color:#0a0e27!important;border-radius:50px!important;box-shadow:0 0 20px #00ff884d!important}.btn-large:hover{background:#00d9ff!important;box-shadow:0 0 30px #00d9ff80!important;transform:translateY(-2px)}.trust-line{text-align:center;font-size:.8rem;color:#fff;margin:1rem 0 1.5rem;letter-spacing:.2px;line-height:1.4}.trust-line:before{content:"🔒 ";margin-right:.3rem}.pricing-guarantee{background:linear-gradient(135deg,#00ff880d,#00d9ff0d);padding:1.5rem;border-radius:4px;text-align:center;border:1px solid #00ff88;color:#b0b0b0;font-size:.9rem}.pricing-guarantee p:before{content:"✓ ";color:#0f8;font-weight:800;margin-right:.5rem;text-shadow:0 0 10px rgba(0,255,136,.3)}@media (max-width: 768px){.pricing-card{max-width:100%}.pricing-card.featured{transform:scale(1)}.price{font-size:2.5rem}}.faq{background:linear-gradient(135deg,#0a0e27,#1a1f3a);padding:4rem 0}.faq h2{text-align:center;margin-bottom:.5rem;color:#0f8;text-shadow:0 0 20px rgba(0,255,136,.3)}.faq-list{max-width:800px;margin:3rem auto}.faq-item{margin-bottom:1rem;border:2px solid #00ff88;border-radius:4px;overflow:hidden;transition:all .3s ease;box-shadow:0 0 10px #00ff881a}.faq-item:hover{border-color:#00d9ff;box-shadow:0 0 20px #00d9ff4d}.faq-question{width:100%;padding:1.5rem;background:linear-gradient(135deg,#00ff880d,#00d9ff0d);border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:all .3s ease;color:#e0e0e0}.faq-question:hover{background:linear-gradient(135deg,#00ff881a,#00d9ff1a)}.faq-question span:first-child{font-weight:600;color:#0f8;font-size:1rem;flex:1;text-shadow:0 0 10px rgba(0,255,136,.2)}.faq-toggle{color:#0f8;font-size:1.5rem;font-weight:300;flex-shrink:0;text-shadow:0 0 10px rgba(0,255,136,.2)}.faq-answer{padding:1.5rem;background:linear-gradient(135deg,#00d9ff0d,#00ff880d);border-top:2px solid #333;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-answer p{color:#b0b0b0;line-height:1.8;margin:0}@media (max-width: 768px){.faq-list{margin:2rem 0}.faq-question{padding:1rem}.faq-question span:first-child{font-size:.95rem}}.email-signup{background:linear-gradient(135deg,#00ff881a,#00d9ff1a);color:#fff;text-align:center;padding:4rem 0;border-top:2px solid #00ff88;border-bottom:2px solid #00d9ff;box-shadow:0 0 30px #00ff881a}.email-signup h2{color:#0f8;margin-bottom:.5rem;text-shadow:0 0 20px rgba(0,255,136,.3)}.email-signup p{color:#1a1a1a;margin-bottom:2rem}.signup-content{max-width:600px;margin:0 auto}.signup-form{display:flex;gap:.5rem;margin-bottom:1.5rem}.signup-form input{flex:1;padding:1rem;border:2px solid #00ff88;border-radius:4px;font-family:Poppins,sans-serif;font-size:1rem;background:#00ff880d;color:#e0e0e0;transition:all .3s ease;box-shadow:inset 0 0 10px #00ff880d}.signup-form input:focus{outline:none;border-color:#00d9ff;box-shadow:0 0 20px #00d9ff4d,inset 0 0 10px #00d9ff0d;background:#00d9ff0d}.signup-form input::placeholder{color:#666}.signup-form button{padding:1rem 2rem;background:#0f8;color:#0a0e27;font-weight:600;border-radius:50px;transition:all .3s ease;cursor:pointer;box-shadow:0 0 20px #00ff884d;border:none}.signup-form button:hover{background:#00d9ff;box-shadow:0 0 30px #00d9ff80;transform:translateY(-2px)}.signup-success{background:#0f83;border:2px solid #00ff88;border-radius:4px;padding:1rem;color:#0f8;text-shadow:0 0 10px rgba(0,255,136,.3);margin-top:1rem}.signup-error{background:#ff006e33;border:2px solid #ff006e;border-radius:4px;padding:1rem;color:#ff006e;text-shadow:0 0 10px rgba(255,0,110,.3);margin-top:1rem}@media (max-width: 768px){.signup-form{flex-direction:column;gap:1rem}.signup-form button{width:100%}}.footer{background:#0a0e27;color:#888;padding:3rem 0 1rem;margin-top:3rem;border-top:2px solid #00ff88;box-shadow:0 0 20px #00ff881a}.footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem}.footer-section h4{color:#0f8;font-size:1rem;margin-bottom:1rem;font-weight:700;text-shadow:0 0 10px rgba(0,255,136,.2)}.footer-section p{color:#888;font-size:.9rem;line-height:1.6;margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#888;transition:color .3s ease}.footer-section a:hover{color:#0f8;text-shadow:0 0 10px rgba(0,255,136,.3)}.disclaimer{font-size:.85rem!important;color:#666!important;line-height:1.5}.disclaimer strong{color:#0f8;text-shadow:0 0 10px rgba(0,255,136,.2)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #333;color:#666;font-size:.85rem}.footer-bottom p{margin:.5rem 0}.footer-note{font-size:.8rem;color:#555}@media (max-width: 768px){.footer-content{grid-template-columns:repeat(2,1fr);gap:1rem}.footer-section h4{font-size:.9rem}.footer-section p{font-size:.85rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #00ff88;--secondary: #ff006e;--accent: #00d9ff;--light: #f5f5f5;--dark: #0a0e27;--text-dark: #1a1a1a;--text-light: #e0e0e0;--border: #e0e0e0;--success: #27ae60;--warning: #f39c12}body{font-family:Poppins,sans-serif;color:#e0e0e0;background-color:#0a0e27;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:700;color:#0f8}h1{font-size:3.5rem;line-height:1.2;margin-bottom:1rem}h2{font-size:2.5rem;margin-bottom:1.5rem}h3{font-size:1.8rem;margin-bottom:1rem}p{font-size:1rem;color:#b0b0b0}a{color:#0f8;text-decoration:none;transition:color .3s ease}a:hover{color:#00d9ff}button{font-family:Poppins,sans-serif;cursor:pointer;border:none;transition:all .3s ease;border-radius:50px}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.container{padding:0 1rem}h1{font-size:2rem}h2{font-size:1.5rem}}
