*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}:root{--bg-dark:#0b0515;--bg-darker:#050208;--bg-surface:#180d2a;--bg-card:#180d2a99;--border:#ffffff14;--border-hover:#ffffff26;--text-primary:#fff;--text-secondary:#fffc;--text-tertiary:#fff9;--orange:#fe6600;--orange-light:#ff8a3d;--orange-dark:#c85000;--purple:#a78bfa;--purple-dark:#7c3aed;--green:#10b981}body{background:var(--bg-surface);color:var(--text-primary);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;display:flex}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.announcement{background:var(--orange-dark);color:#fff;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s;display:flex}.announcement:hover{background:var(--orange-light)}.announcement svg{width:16px;height:16px;transition:transform .2s}.announcement:hover svg{transform:translate(2px,-2px)}header{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#0b0515e0;position:sticky;top:0}nav{justify-content:space-between;height:72px}.logo,nav{align-items:center;display:flex}.logo{flex-shrink:0;gap:10px;text-decoration:none}.logo img{height:36px}.logo-text{color:var(--text-primary);letter-spacing:-.02em;font-size:22px;font-weight:700}.logo-text span{color:var(--orange)}.nav-links{gap:4px;list-style:none}.nav-links,.nav-links a{align-items:center;display:flex}.nav-links a{color:#ffffffd1;border-radius:8px;gap:6px;padding:8px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;position:relative}.nav-links a:after{content:"";background:var(--orange);border-radius:2px;height:2px;transition:transform .2s;position:absolute;bottom:0;left:14px;right:14px;transform:scaleX(0)}.nav-links a:hover{color:#fff}.nav-links a:hover:after{transform:scaleX(1)}.nav-actions{gap:12px;display:flex}.btn,.nav-actions{align-items:center}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:9999px;justify-content:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--orange-dark);color:#fff;box-shadow:0 4px 14px #fe660040}.btn-primary:hover{background:var(--orange-light);transform:translateY(-1px);box-shadow:0 6px 20px #fe660059}.btn-secondary{color:#fff;background:#ffffff14;border:1px solid #ffffff29}.btn-secondary:hover{background:#ffffff24;border-color:#ffffff4d}.mobile-toggle{color:#fff;cursor:pointer;background:0 0;border:none;padding:8px;display:none}.hero{padding:80px 0 60px;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg picture{width:100%;height:100%;display:block}.hero-bg img{-o-object-fit:cover;object-fit:cover;opacity:.3;width:100%;height:100%}.hero-bg:after{content:"";z-index:1;background:linear-gradient(180deg,var(--bg-dark) 0,#180d2a80 50%,var(--bg-dark) 100%);position:absolute;inset:0}.hero-content{z-index:2;max-width:720px;position:relative}.hero-badge{color:#ffffffb8;text-transform:uppercase;letter-spacing:.12em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0e;border:1px solid #ffffff14;border-radius:9999px;align-items:center;gap:8px;margin-bottom:28px;padding:8px 16px;font-size:11px;font-weight:600;display:inline-flex;box-shadow:0 8px 32px #0000002e,inset 0 1px #ffffff14}.hero h1{letter-spacing:-.03em;margin-bottom:20px;font-size:clamp(40px,6vw,64px);font-weight:800;line-height:1.1}.hero h1 .highlight{background:linear-gradient(135deg,var(--orange) 0,var(--orange-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero p{color:var(--text-secondary);max-width:540px;margin-bottom:36px;font-size:17px;line-height:1.7}.hero-cta{flex-wrap:wrap;gap:12px;margin-bottom:48px;display:flex}.hero-cta .btn{min-height:48px;padding:12px 24px}.hero-cta .btn-primary svg{width:18px;height:18px}.works-with{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.works-with-label{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:600}.works-with-icons{align-items:center;gap:12px;display:flex}.works-with-icons span{background:#ffffff0f;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:all .2s;display:flex}.works-with-icons span:hover{background:#ffffff1f;transform:translateY(-2px)}.hero-badge-dot{background:var(--orange);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.hero-trust{align-items:center;gap:12px;display:flex}.hero-trust-avatars{margin-right:-8px;display:flex}.hero-avatar{color:#fff;border:2px solid var(--bg-dark);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-left:-8px;font-size:12px;font-weight:700;display:flex}.hero-avatar:first-child{margin-left:0}.hero-trust-text{color:var(--text-secondary);font-size:13px}.hero-trust-text strong{color:var(--text-primary)}.pricing-offer-badge{color:var(--orange-light);background:linear-gradient(135deg,#ff660026,#ff66000d);border:1px solid #ff66004d;border-radius:9999px;align-items:center;gap:8px;margin-top:16px;padding:10px 20px;font-size:13px;font-weight:600;animation:3s ease-in-out infinite glow-pulse;display:inline-flex}@keyframes glow-pulse{0%,to{box-shadow:0 0 20px #ff66001a}50%{box-shadow:0 0 30px #f603}}.dashboard-section{padding:40px 0 80px;position:relative}.dashboard-shell{background:var(--bg-surface);border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 24px 80px #0006}.dashboard-topbar{border-bottom:1px solid var(--border);background:#ffffff05;align-items:center;gap:8px;padding:14px 18px;display:flex}.dot{border-radius:50%;width:10px;height:10px}.dot-red{background:#ff5f57}.dot-yellow{background:#ffbd2e}.dot-green{background:#28c840}.dashboard-body{grid-template-columns:240px 1fr;min-height:420px;display:grid}.dashboard-sidebar{border-right:1px solid var(--border);background:#ffffff05;padding:20px 16px}.sidebar-item{color:var(--text-secondary);cursor:pointer;border-radius:8px;align-items:center;gap:10px;margin-bottom:2px;padding:10px 12px;font-size:13px;transition:all .15s;display:flex}.sidebar-item:hover{color:#fff;background:#ffffff0f}.sidebar-item.active{color:var(--orange);background:#fe66001f}.sidebar-item svg{opacity:.7;width:18px;height:18px}.sidebar-item.active svg{opacity:1}.dashboard-main{padding:24px}.metrics-row{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;display:grid}.metric-card{border:1px solid var(--border);background:#ffffff08;border-radius:12px;padding:18px}.metric-label{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:11px;font-weight:600}.metric-value{letter-spacing:-.02em;font-size:28px;font-weight:700}.metric-value.orange{color:var(--orange)}.metric-value.purple{color:var(--purple)}.metric-change,.metric-value.green{color:var(--green)}.metric-change{align-items:center;gap:4px;margin-top:6px;font-size:11px;display:inline-flex}.chart-placeholder{border:1px solid var(--border);background:#ffffff08;border-radius:12px;align-items:flex-end;gap:8px;height:200px;padding:20px;display:flex}.chart-bar{background:linear-gradient(180deg,var(--orange) 0,#fe66004d 100%);border-radius:4px 4px 0 0;flex:1;min-height:20px;transition:all .3s}.chart-bar:hover{opacity:.8}section{padding:100px 0;position:relative}.section-label{color:var(--orange);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:8px;margin-bottom:16px;font-size:12px;font-weight:600;display:inline-flex}.section-label:before{content:"";background:var(--orange);border-radius:2px;width:24px;height:2px}.section-title{letter-spacing:-.025em;margin-bottom:16px;font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.15}.section-desc{color:var(--text-secondary);max-width:560px;font-size:16px;line-height:1.7}.section-header{margin-bottom:56px}.section-header.center{text-align:center}.section-header.center .section-desc{margin:0 auto}.features-grid{background:var(--border);border:1px solid var(--border);border-radius:14px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.feature-card{background:var(--bg-surface);padding:36px 28px;transition:background .2s}.feature-card:hover{background:#ffffff08}.feature-icon{background:#fe66001a;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:18px;display:flex}.feature-icon svg{width:22px;height:22px;color:var(--orange)}.feature-card h3{margin-bottom:8px;font-size:15px;font-weight:600}.feature-card p{color:var(--text-secondary);font-size:13px;line-height:1.6}.products-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.product-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;padding:32px 28px;transition:all .2s;display:flex}.product-card:hover{border-color:var(--border-hover);background:#ffffff08;transform:translateY(-2px)}.product-card.orange{background:#fe66000d;border-color:#fe660026}.product-card.purple{background:#a78bfa0d;border-color:#a78bfa26}.product-header{gap:16px;margin-bottom:18px}.product-header,.product-icon{align-items:center;display:flex}.product-icon{border-radius:12px;flex-shrink:0;justify-content:center;width:52px;height:52px}.product-card.orange .product-icon{background:#fe660026}.product-card.purple .product-icon{background:#a78bfa26}.product-icon svg{width:26px;height:26px}.product-card.orange .product-icon svg{color:var(--orange)}.product-card.purple .product-icon svg{color:var(--purple)}.product-title{margin-bottom:4px;font-size:17px;font-weight:700;line-height:1.3}.product-subtitle{color:var(--text-tertiary);font-size:12px}.product-card p{color:var(--text-secondary);flex:1;margin-bottom:18px;font-size:13px;line-height:1.6}.product-tags{flex-wrap:wrap;gap:6px;display:flex}.product-tags span{border-radius:9999px;padding:4px 10px;font-size:11px;font-weight:500}.product-card.orange .product-tags span{color:var(--orange-light);background:#fe66001f}.product-card.purple .product-tags span{color:var(--purple);background:#a78bfa1f}.stats-section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#ffffff05}.stats-grid{background:var(--border);border:1px solid var(--border);border-radius:14px;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.stat-item{background:var(--bg-surface);text-align:center;padding:40px 24px}.stat-number{letter-spacing:-.03em;background:linear-gradient(135deg,var(--orange) 0,var(--orange-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:44px;font-weight:800}.stat-label{color:var(--text-secondary);font-size:13px}.split{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.split-visual{border:1px solid var(--border);background:#ffffff08;border-radius:14px;justify-content:center;align-items:center;min-height:380px;padding:40px;display:flex}.pricing-toggle-wrapper{justify-content:center;margin-bottom:48px;display:flex}.pricing-toggle{border:1px solid var(--border);background:#ffffff0f;gap:4px;padding:4px}.pricing-toggle,.pricing-toggle-btn{border-radius:9999px;align-items:center;display:inline-flex}.pricing-toggle-btn{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;gap:8px;padding:10px 22px;font-family:inherit;font-size:14px;font-weight:600;transition:all .25s;position:relative}.pricing-toggle-btn.active{background:var(--orange-dark);color:#fff;box-shadow:0 2px 12px #fe66004d}.pricing-toggle-btn .toggle-badge{color:var(--green);letter-spacing:.02em;white-space:nowrap;background:#10b9812e;border-radius:9999px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-flex}.pricing-toggle-btn.active .toggle-badge{color:#fff;background:#ffffff38}.pricing-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.pricing-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;padding:32px 26px;transition:all .25s;display:flex;position:relative}.pricing-card:hover{border-color:var(--border-hover);transform:translateY(-4px);box-shadow:0 12px 40px #00000040}.pricing-card.featured{background:#fe66000a;border-color:#fe660040}.pricing-card.featured:before{content:"";background:linear-gradient(90deg,var(--orange),var(--orange-light));border-radius:16px 16px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.pricing-discount-badge{color:var(--green);letter-spacing:.02em;background:#10b98124;padding:4px 10px;position:absolute;top:16px;right:16px}.pricing-badge,.pricing-discount-badge{border-radius:9999px;font-size:11px;font-weight:700;display:inline-flex}.pricing-badge{color:var(--orange);text-transform:uppercase;letter-spacing:.05em;background:#fe660026;align-self:flex-start;margin-bottom:16px;padding:4px 12px}.pricing-name{margin-bottom:6px;font-size:20px;font-weight:700}.pricing-desc{color:var(--text-secondary);margin-bottom:20px;font-size:13px;line-height:1.5}.pricing-resources{border:1px solid var(--border);background:#ffffff08;border-radius:10px;align-items:center;gap:16px;margin-bottom:20px;padding:14px 16px;display:flex}.resource-item{flex-direction:column;flex:1;align-items:center;display:flex}.resource-value{color:var(--text-primary);letter-spacing:-.02em;font-size:20px;font-weight:800}.resource-label{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:600}.resource-divider{background:var(--border);width:1px;height:28px}.pricing-price-wrapper{margin-bottom:24px}.pricing-price{flex-wrap:wrap;align-items:baseline;gap:6px;display:flex}.price-original{color:var(--text-tertiary);font-size:18px;font-weight:600;text-decoration:line-through}.price-current{letter-spacing:-.03em;font-size:42px;font-weight:800;line-height:1}.price-period{color:var(--text-tertiary);font-size:14px;font-weight:400}.pricing-billing-note{color:var(--text-tertiary);margin-top:6px;font-size:12px}.pricing-save-note{color:var(--green);align-items:center;gap:4px;margin-top:8px;font-size:12px;font-weight:600;display:inline-flex}.pricing-save-note svg{width:14px;height:14px}.pricing-annual{color:var(--green);align-items:center;gap:4px;margin-bottom:16px;font-size:12px;font-weight:600;display:flex}.pricing-annual svg{width:14px;height:14px}.pricing-features{flex:1;margin-bottom:24px;list-style:none}.pricing-features li{color:var(--text-secondary);border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:9px 0;font-size:13px;display:flex}.pricing-features li:last-child{border-bottom:none}.pricing-features svg{width:16px;height:16px;color:var(--green);flex-shrink:0}.pricing-btn{border-radius:10px;width:100%;padding:12px 20px;font-size:14px}.modules-scroll{margin-top:48px;overflow-x:auto}.modules-table{border-collapse:collapse;background:var(--bg-surface);border:1px solid var(--border);border-radius:14px;width:100%;min-width:720px;font-size:13px;overflow:hidden}.modules-table th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);background:var(--bg);padding:16px 20px;font-size:12px;font-weight:700}.modules-table td,.modules-table th{border-bottom:1px solid var(--border)}.modules-table td{vertical-align:top;color:var(--text-secondary);padding:14px 20px}.modules-table tr:last-child td{border-bottom:none}.modules-table tr:hover td{background:#fe660008}.modules-table .mt-plan{color:var(--text);white-space:nowrap;font-weight:700}.modules-table .mt-dash{color:var(--text-tertiary)}.mt-status{white-space:nowrap;border-radius:9999px;align-items:center;gap:6px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.mt-status.ok{color:#16a34a;background:#22c55e1f}.mt-status.mix{color:#d97706;background:#f59e0b24}.mt-status.road{color:var(--purple);background:#a78bfa24}.mt-status .mt-dot{background:currentColor;border-radius:50%;width:6px;height:6px}.faq-list{max-width:680px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:22px 0;font-family:inherit;font-size:15px;font-weight:600;transition:color .2s;display:flex}.faq-question:hover{color:var(--orange)}.faq-question svg{width:18px;height:18px;color:var(--text-tertiary);flex-shrink:0;transition:transform .3s}.faq-answer{max-height:0;transition:max-height .35s;overflow:hidden}.faq-answer p{color:var(--text-secondary);padding-bottom:22px;font-size:14px;line-height:1.7}.cta-section{text-align:center;padding:100px 0;position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#fe66001f,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-section .hero-cta,.cta-section .section-desc,.cta-section .section-title{z-index:1;position:relative}.cta-section .hero-cta{justify-content:center}footer{border-top:1px solid var(--border);margin-top:auto;padding:56px 0 32px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:40px;display:grid}.footer-brand p{color:var(--text-secondary);max-width:280px;margin-top:14px;font-size:13px;line-height:1.6}.footer-col h3{color:var(--text-primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px;font-size:12px;font-weight:700}.footer-col ul{list-style:none}.footer-col li{margin-bottom:10px}.footer-col a{color:var(--text-secondary);font-size:13px;text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--text-primary)}.footer-bottom{border-top:1px solid var(--border);color:var(--text-tertiary);justify-content:space-between;align-items:center;padding-top:24px;font-size:12px;display:flex}.footer-bottom-links{gap:20px;display:flex}.footer-bottom-links a{color:var(--text-tertiary);text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:var(--text-secondary)}@media (width<=1100px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.nav-links{display:none}.mobile-toggle{display:block}nav{position:relative}nav.open{flex-wrap:wrap;row-gap:8px;height:auto;padding:8px 0 16px}nav.open .mobile-toggle{position:absolute;top:20px;right:20px}nav.open .nav-links{flex-direction:column;order:3;align-items:stretch;width:100%;padding:4px 0 8px;display:flex}nav.open .nav-links a{padding:12px 14px}nav.open .nav-actions{flex-direction:column;order:2;align-items:stretch;gap:8px;width:100%;padding:8px 0 4px;display:flex}nav.open .nav-actions .btn{width:100%}.features-grid,.products-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.split{gap:40px}.pricing-grid,.split{grid-template-columns:1fr}.pricing-grid{gap:16px}.pricing-toggle-wrapper{margin-bottom:32px}.dashboard-body{grid-template-columns:1fr}.dashboard-sidebar{display:none}.metrics-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-bottom{text-align:center;flex-direction:column;gap:12px}}@media (width<=600px){.hero h1{font-size:32px}.hero-cta{flex-direction:column}.hero-cta .btn{width:100%}.hero-trust{gap:8px}.hero-trust,.works-with{flex-direction:column;align-items:flex-start}.pricing-resources{gap:10px;padding:10px 12px}.resource-value{font-size:16px}.pricing-offer-badge{padding:8px 14px;font-size:11px}}.fade-in{opacity:0;animation:.6s forwards fadeIn;transform:translateY(20px)}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}:focus-visible,.btn:focus-visible,.faq-question:focus-visible,.nav-links a:focus-visible,.pricing-toggle-btn:focus-visible,.sidebar-item:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{background:var(--orange);color:#fff;z-index:1000;border-radius:8px;padding:12px 24px;font-weight:600;text-decoration:none;transition:top .3s;position:absolute;top:-100%;left:50%;transform:translate(-50%)}.skip-link:focus{top:16px}@media (prefers-reduced-motion:reduce){.btn,.chart-bar,.fade-in,.faq-answer,.hero-bg img,.nav-links a,.sidebar-item{transition:none!important;animation:none!important}.fade-in{opacity:1!important;transform:none!important}html{scroll-behavior:auto}}.product-actions{margin-top:20px}.product-actions .btn{width:100%}.lead-modal{z-index:2000;visibility:hidden;opacity:0;justify-content:center;align-items:center;padding:20px;transition:opacity .25s,visibility .25s;display:flex;position:fixed;inset:0}.lead-modal.open{visibility:visible;opacity:1}.lead-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#050208b8;position:absolute;inset:0}.lead-modal-dialog{background:var(--bg-surface);border:1px solid var(--border-hover);border-radius:16px;width:100%;max-width:460px;max-height:90vh;padding:32px 28px;position:relative;overflow-y:auto;box-shadow:0 24px 60px #00000080}.lead-modal-close{color:var(--text-tertiary);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:4px 8px;font-size:26px;line-height:1;position:absolute;top:12px;right:14px}.lead-modal-close:hover{color:var(--text-primary)}.lead-modal-icon{background:#fe66001f;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:14px;font-size:28px;display:flex}.lead-modal-label{letter-spacing:.08em;text-transform:uppercase;color:var(--orange-light);margin-bottom:6px;font-size:12px;font-weight:600}.lead-modal-title{margin-bottom:8px;font-size:20px;font-weight:700}.lead-modal-desc{color:var(--text-secondary);margin-bottom:20px;font-size:13.5px;line-height:1.6}.lead-field{margin-bottom:14px;display:block}.lead-field span{color:var(--text-secondary);margin-bottom:6px;font-size:12px;font-weight:600;display:block}.lead-field input,.lead-field select{background:var(--bg-dark);border:1px solid var(--border);width:100%;color:var(--text-primary);border-radius:10px;outline:none;padding:12px 14px;font-family:inherit;font-size:14px;transition:border-color .2s}.lead-field input:focus,.lead-field select:focus{border-color:var(--orange)}.lead-field input.error{border-color:#ef4444}.lead-modal-note{color:var(--text-tertiary);margin:4px 0 16px;font-size:11.5px;line-height:1.5}.lead-submit{width:100%}.lead-success-icon{width:56px;height:56px;color:var(--green);background:#10b98126;border-radius:50%;justify-content:center;align-items:center;margin-bottom:14px;font-size:26px;font-weight:700;display:flex}.lead-download{width:100%;margin-bottom:12px}.lead-success-row{gap:10px;display:flex}.lead-success-row .btn{flex:1}.btn-text{color:var(--text-tertiary);cursor:pointer;background:0 0;border:0;width:100%;margin-top:16px;padding:6px;font-size:13px}.btn-text:hover{color:var(--text-primary)}@media (width<=480px){.lead-success-row{flex-direction:column}}
