:root[data-theme=dark],:root[data-theme=dark][data-style=knightvision],:root[data-theme=dark][data-style=black-gold]{--bg-primary:#0a0a0d;--bg-secondary:#121216;--bg-card:#16161c;--bg-card-hover:#1c1c24;--bg-pill:#ffffff0d;--accent-gold:#d5b272;--accent-gold-hover:#e8c88a;--accent-gold-glow:#d5b27226;--accent-gold-gradient:linear-gradient(135deg, #d5b272 0%, #f5e5c9 100%);--accent-green:#22c55e;--text-primary:#fff;--text-secondary:#a1a1aa;--text-muted:#71717a;--border-subtle:#ffffff14;--border-gold:#d5b2724d;--shadow-card:0 10px 30px -10px #00000080}:root[data-theme=light]{--bg-primary:#f8f9fa;--bg-secondary:#f1f3f5;--bg-card:#fff;--bg-card-hover:#f8f9fa;--bg-pill:#0000000a;--accent-gold:#b38637;--accent-gold-hover:#8c6521;--accent-gold-glow:#b386371f;--accent-gold-gradient:linear-gradient(135deg, #b38637 0%, #d5b272 100%);--accent-green:#16a34a;--text-primary:#111827;--text-secondary:#4b5563;--text-muted:#9ca3af;--border-subtle:#00000014;--border-gold:#b386374d;--shadow-card:0 10px 30px -10px #00000014}*{box-sizing:border-box;margin:0;padding:0;transition:background-color .3s,border-color .3s,color .3s}body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-family:Plus Jakarta Sans,Inter,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 24px}.text-gold-gradient{background:var(--accent-gold-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.badge-pill{color:var(--accent-gold,#f59e0b);letter-spacing:.04em;text-transform:uppercase;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(135deg,#f59e0b1f 0%,#d5b2720d 100%);border:1px solid #f59e0b66;border-radius:9999px;align-items:center;gap:6px;padding:8px 18px;font-size:13px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 0 20px #f59e0b33,inset 0 0 10px #f59e0b1a}.badge-pill:hover{border-color:#f59e0bb3;transform:translateY(-1px);box-shadow:0 0 25px #f59e0b59}.badge-pill .ai-sparkle-icon{color:var(--accent-gold,#f59e0b);filter:drop-shadow(0 0 6px #f59e0bb3);justify-content:center;align-items:center;margin-right:6px;animation:2.4s ease-in-out infinite ai-pulse-glow;display:inline-flex}@keyframes ai-pulse-glow{0%,to{opacity:.85;filter:drop-shadow(0 0 4px #f59e0b66);transform:scale(1)}50%{opacity:1;filter:drop-shadow(0 0 10px #f59e0bf2);transform:scale(1.22)}}.btn-primary{background:var(--accent-gold);color:#000;box-shadow:0 4px 20px var(--accent-gold-glow);border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-size:15px;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary:hover{background:var(--accent-gold-hover);box-shadow:0 8px 25px var(--accent-gold-glow);transform:translateY(-2px)}.btn-secondary{background:var(--bg-card);border:1px solid var(--border-subtle);color:var(--text-primary);border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-size:15px;font-weight:600;transition:all .25s;display:inline-flex}.btn-secondary:hover{border-color:var(--border-gold);color:var(--accent-gold);transform:translateY(-2px)}.card-bento{background:var(--bg-card);border:1px solid var(--border-subtle);box-shadow:var(--shadow-card);border-radius:20px;padding:32px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.card-bento:hover{border-color:var(--border-gold);transform:translateY(-4px);box-shadow:0 20px 40px -15px #0006}.navbar{z-index:100;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-subtle);background:#0a0a0dbf;position:sticky;top:0}:root[data-theme=light] .navbar{background:#f8f9fad9}.nav-container{justify-content:space-between;align-items:center;height:72px;display:flex}.brand-logo{color:var(--text-primary);align-items:center;gap:12px;font-size:20px;font-weight:800;display:flex}.nav-links{align-items:center;gap:32px;list-style:none;display:flex}.nav-links a{color:var(--text-secondary);font-size:14px;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--accent-gold)}.nav-actions{align-items:center;gap:12px;display:flex}.toggle-btn{background:var(--bg-pill);border:1px solid var(--border-subtle);width:40px;height:40px;color:var(--text-secondary);border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex}.toggle-btn:hover{color:var(--accent-gold);border-color:var(--border-gold)}.hero-section{text-align:center;padding:100px 0 60px;position:relative}.hero-title{letter-spacing:-.03em;margin:24px 0;font-size:64px;font-weight:800;line-height:1.1}.hero-subtitle{max-width:680px;color:var(--text-secondary);margin:0 auto 36px;font-size:18px;line-height:1.6}.hero-cta-group{justify-content:center;align-items:center;gap:16px;margin-bottom:48px;display:flex}.hero-metrics{border-top:1px solid var(--border-subtle);justify-content:center;align-items:center;gap:40px;margin-top:48px;padding-top:32px;display:flex}.metric-item{text-align:center}.metric-num{color:var(--accent-gold);font-size:28px;font-weight:800}.metric-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:13px}.scanner-widget{background:var(--bg-secondary);border:1px solid var(--border-subtle);text-align:left;border-radius:20px;margin:40px 0;padding:24px}.scanner-header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}.post-stream{flex-direction:column;gap:14px;display:flex}.post-card-item{background:var(--bg-card);border:1px solid var(--border-subtle);box-sizing:border-box;border-radius:14px;flex-direction:column;width:100%;padding:20px;animation:.4s fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.score-badge{border-radius:6px;align-items:center;padding:4px 10px;font-size:13px;font-weight:700;display:inline-flex}.score-high{color:#ef4444;background:#ef444426;border:1px solid #ef44444d}.score-mid{color:#eab308;background:#eab30826;border:1px solid #eab3084d}.steps-container{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;display:grid;position:relative}.step-card{text-align:center;padding:32px 24px}.step-circle{background:var(--bg-pill);border:1px solid var(--border-gold);width:56px;height:56px;color:var(--accent-gold);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:22px;font-weight:800;display:flex}.desktop-nav{display:block}.mobile-menu-btn{background:var(--bg-pill);border:1px solid var(--border-subtle);color:var(--text-primary);border-radius:10px;padding:8px;display:none}.mobile-menu-overlay{background:var(--bg-secondary);border-bottom:1px solid var(--border-gold);padding:24px;animation:.3s fadeInDown;display:none}.mobile-nav-links{flex-direction:column;gap:16px;list-style:none;display:flex}.mobile-nav-links a{color:var(--text-primary);font-size:16px;font-weight:600}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin;display:inline-block}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin-slow{animation:12s linear infinite spin-slow}@media (width<=768px){.desktop-nav,.desktop-cta{display:none!important}.mobile-menu-btn{justify-content:center;align-items:center;display:flex!important}.mobile-menu-overlay{display:block!important}.hero-section{padding:60px 0 40px}.hero-title{line-height:1.15;font-size:36px!important}.hero-subtitle{font-size:15px!important}.hero-cta-group{flex-direction:column;gap:12px;width:100%;max-width:380px;margin-left:auto;margin-right:auto}.hero-cta-group a,.hero-cta-group button{box-sizing:border-box!important;justify-content:center!important;width:100%!important;padding:14px 24px!important}.card-bento{padding:20px!important}.scanner-header{flex-direction:column;align-items:flex-start;gap:16px}.scanner-header button{width:100%}.steps-container{grid-template-columns:1fr!important}.hero-metrics{flex-direction:row!important;justify-content:space-between!important;gap:8px!important;padding:16px 12px!important}.metric-num{font-size:20px!important}.metric-label{line-height:1.2;font-size:11px!important}}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.floating-badge-popular{animation:2.4s ease-in-out infinite floatBadge!important}.floating-badge-bestvalue{animation:2.8s ease-in-out infinite floatBadge!important}.card-bento{overflow:visible!important}@keyframes fadeInScale{0%{opacity:0;transform:scale(.96)translateY(-4px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes scanBtnSlideIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes scanBtnPulse{0%,to{transform:scale(1);box-shadow:0 6px 30px #ffd70066}50%{transform:scale(1.03);box-shadow:0 6px 40px #ffd700b3}}.reveal-up,.reveal-scale,.reveal-fade{opacity:0;will-change:opacity, transform, filter;transition:opacity .85s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1),filter .85s cubic-bezier(.16,1,.3,1)}.reveal-up{transform:translateY(42px)}.reveal-scale{filter:blur(8px);transform:scale(.92)}.reveal-fade{transform:translateY(0)}.reveal-up.is-visible,.reveal-scale.is-visible,.reveal-fade.is-visible{opacity:1;filter:blur();transform:translateY(0)scale(1)}.stagger-1{transition-delay:.1s!important}.stagger-2{transition-delay:.2s!important}.stagger-3{transition-delay:.3s!important}.stagger-4{transition-delay:.4s!important}.stagger-5{transition-delay:.5s!important}.apple-card-hover{transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s!important}.apple-card-hover:hover{transform:translateY(-6px)scale(1.015)!important;box-shadow:0 20px 40px -15px #ffd7002e!important}.dashboard-inline-form-fullwidth{grid-column:span 2}.product-bar-title-desktop{display:inline}.product-bar-title-mobile{display:none}.dashboard-compact-bar,.dashboard-compact-bar-inner{box-sizing:border-box!important;max-width:100%!important;overflow:hidden!important}.dashboard-compact-bar-pills{box-sizing:border-box!important;max-width:100%!important;overflow-x:auto!important}.dashboard-inline-form-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.dashboard-form-field{width:100%}.dashboard-inline-form-fullwidth{grid-column:span 2;width:100%}.dashboard-inline-form-actions{grid-column:span 2;justify-content:space-between;align-items:center;margin-top:4px;display:flex}.dashboard-inline-form-btn-group{align-items:center;gap:12px;display:flex}@media (width<=768px){.brand-logo-text,.product-bar-title-desktop{display:none!important}.product-bar-title-mobile{display:inline!important}.navbar .nav-container{flex-wrap:nowrap!important;justify-content:space-between!important;gap:8px!important;padding:10px 14px!important}.dashboard-user-pill-text{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:140px!important;overflow:hidden!important}.product-pill-name{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:110px!important;overflow:hidden!important}.nav-actions{gap:6px!important}.nav-actions button{padding:6px 10px!important;font-size:12px!important}.dashboard-stats-grid{grid-template-columns:repeat(3,1fr)!important;gap:8px!important;margin-bottom:20px!important}.dashboard-stat-card{border-radius:14px!important;min-width:0!important;padding:12px 10px!important}.dashboard-stat-header{margin-bottom:6px!important}.dashboard-stat-title{white-space:nowrap!important;text-overflow:ellipsis!important;font-size:11px!important;overflow:hidden!important}.dashboard-stat-icon{display:none!important}.dashboard-stat-num{margin-bottom:2px!important;font-size:20px!important}.dashboard-stat-sub{display:none!important}.dashboard-compact-bar{border-radius:16px!important;padding:12px 14px!important;overflow:hidden!important}.dashboard-compact-bar-inner{flex-direction:column!important;align-items:stretch!important;gap:12px!important;width:100%!important;overflow:hidden!important}.dashboard-compact-bar-pills{-webkit-overflow-scrolling:touch;flex-wrap:nowrap!important;gap:8px!important;width:100%!important;padding-bottom:4px!important;overflow-x:auto!important}.dashboard-compact-bar-pills::-webkit-scrollbar{display:none}.lead-card-header{border-bottom:1px dashed #ffffff14!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;margin-bottom:12px!important;padding-bottom:8px!important}.lead-card-badges-group{justify-content:space-between!important;align-items:center!important;width:100%!important;display:flex!important}.lead-card-author-time{color:#64748b!important;text-align:right!important;width:100%!important;font-size:11px!important}.dashboard-inline-form-grid{display:block!important}.dashboard-form-field,.dashboard-inline-form-fullwidth{grid-column:auto!important;width:100%!important;margin-bottom:16px!important;display:block!important}.dashboard-inline-form-actions{flex-direction:column-reverse!important;grid-column:auto!important;align-items:stretch!important;gap:10px!important;width:100%!important;margin-top:8px!important;display:flex!important}.dashboard-inline-form-btn-group{flex-direction:column!important;gap:10px!important;width:100%!important;display:flex!important}.dashboard-inline-form-actions button,.dashboard-inline-form-btn-group button{text-align:center!important;box-sizing:border-box!important;justify-content:center!important;align-items:center!important;width:100%!important;padding:12px 16px!important;display:flex!important}.dashboard-tab-header{flex-direction:column!important;align-items:stretch!important;gap:14px!important}.dashboard-tab-actions{flex-direction:column!important;width:100%!important}.dashboard-tab-search{width:100%!important}}.lead-card-container{transition:all .25s cubic-bezier(.4,0,.2,1)}.lead-card-container:hover{border-color:#ffd70040!important;box-shadow:0 4px 20px #0000004d!important}.lead-title-badge-btn:hover{border-color:var(--accent-gold)!important;color:#fff!important;background:#ffd70040!important;box-shadow:0 0 12px #ffd70066!important}.lead-title-badge-btn:hover .lead-title-arrow-icon,.lead-action-open-btn:hover .lead-title-arrow-icon{transform:translate(2px,-2px)scale(1.1)}.lead-action-open-btn:hover{border-color:var(--accent-gold)!important;color:#fff!important;background:#ffd70038!important;box-shadow:0 0 12px #ffd7004d!important}.preset-template-chip:hover{color:var(--accent-gold)!important;background:#ffd70026!important;border-color:#ffd70066!important}.brand-logo{align-items:center;gap:12px;text-decoration:none;display:flex}.brand-logo-icon{filter:drop-shadow(0 0 8px #d5b2724d)}.brand-logo-text{color:var(--text-primary);letter-spacing:-.025em;font-family:Outfit,Plus Jakarta Sans,system-ui,sans-serif;font-size:22px;font-weight:800;line-height:1}.nav-login-btn{border:1px solid var(--border-gold,#ffd70066);color:var(--accent-gold);cursor:pointer;background:0 0;border-radius:20px;padding:8px 20px;font-size:14px;font-weight:600;transition:all .2s}.nav-login-btn:hover{border-color:var(--accent-gold);background:#d5b2721a}.nav-dashboard-btn{cursor:pointer;border:none;align-items:center;gap:6px;padding:8px 18px;font-size:14px;display:inline-flex}.mobile-menu-action-wrapper{text-align:center;margin-top:24px}.mobile-menu-btn-full{justify-content:center;width:100%}.hero-section{padding:100px 0 60px;position:relative;overflow:hidden}.hero-section .hero-container{z-index:1;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.hero-section .badge-pill{margin:0 auto 16px}.hero-section .hero-platform-loader{border-radius:9999px;justify-content:center;align-items:center;padding:6px;font-size:.9rem;font-weight:600;display:inline-flex}.hero-section .hero-platform-loader .loader-label{color:#94a3b8;letter-spacing:.05em;text-transform:uppercase;flex-shrink:0;align-items:center;gap:6px;font-size:.775rem;font-weight:700;display:flex}.hero-section .hero-platform-loader .loader-label .ai-live-dot{background:#10b981;border-radius:50%;width:7px;height:7px;animation:1.8s ease-in-out infinite liveDotPulse;box-shadow:0 0 8px #10b981}.hero-section .hero-platform-loader .words-container{vertical-align:middle;height:26px;display:inline-block;position:relative;overflow:hidden}.hero-section .hero-platform-loader .words-container .word{color:#f59e0b;white-space:nowrap;height:26px;padding:0 6px;font-weight:800;line-height:26px;animation:14s cubic-bezier(.65,0,.35,1) infinite platformSpin;display:block}.hero-section .hero-title{letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(2.4rem,5vw,4.2rem);font-weight:800;line-height:1.15}.hero-section .hero-subtitle{max-width:680px;color:var(--text-secondary,#94a3b8);margin:0 auto 36px;font-size:1.125rem;line-height:1.6}.hero-section .hero-cta-group{justify-content:center;align-items:center;gap:16px;margin-bottom:48px;display:flex}.hero-section .hero-cta-group .btn-primary{color:#000;cursor:pointer;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border:none;border-radius:9999px;align-items:center;gap:10px;padding:14px 28px;font-size:1.05rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 0 25px #f59e0b66}.hero-section .hero-cta-group .btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 35px #f59e0b99}.hero-section .hero-cta-group .btn-secondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff26;border-radius:9999px;align-items:center;gap:8px;padding:14px 28px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.hero-section .hero-cta-group .btn-secondary:hover{border-color:var(--gold-primary,#f59e0b);background:#ffffff1a}.hero-section .hero-metrics-pills{flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:50px;display:flex}.hero-section .hero-metrics-pills .trust-pill{background:var(--bg-card,#16161c);border:1px solid var(--border-gold,#d5b27240);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-card);border-radius:9999px;align-items:center;gap:12px;padding:10px 20px;display:flex}.hero-section .hero-metrics-pills .trust-pill .pill-icon{color:var(--accent-gold,#d5b272)}.hero-section .hero-metrics-pills .trust-pill .pill-content{align-items:baseline;gap:6px;display:flex}.hero-section .hero-metrics-pills .trust-pill .pill-content .pill-value{color:var(--text-primary,#fff);font-size:1.1rem;font-weight:700}.hero-section .hero-metrics-pills .trust-pill .pill-content .pill-desc{color:var(--text-secondary,#a1a1aa);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.hero-section .hero-terminal-wrapper{text-align:left;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0f1de6;border:1px solid #f59e0b4d;border-radius:16px;width:100%;max-width:840px;margin:0 auto;overflow:hidden;box-shadow:0 20px 60px #0009,0 0 40px #f59e0b26}.hero-section .hero-terminal-wrapper .terminal-header{background:#0f172acc;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.hero-section .hero-terminal-wrapper .terminal-header .terminal-dots{gap:8px;display:flex}.hero-section .hero-terminal-wrapper .terminal-header .terminal-dots .dot{border-radius:50%;width:11px;height:11px;display:inline-block}.hero-section .hero-terminal-wrapper .terminal-header .terminal-dots .dot.dot-red{background:#ef4444}.hero-section .hero-terminal-wrapper .terminal-header .terminal-dots .dot.dot-yellow{background:#f59e0b}.hero-section .hero-terminal-wrapper .terminal-header .terminal-dots .dot.dot-green{background:#10b981}.hero-section .hero-terminal-wrapper .terminal-header .terminal-title{color:#cbd5e1;align-items:center;gap:8px;font-family:monospace;font-size:.85rem;display:flex}.hero-section .hero-terminal-wrapper .terminal-header .terminal-status{color:#10b981;letter-spacing:.05em;font-size:.75rem;font-weight:600}.hero-section .hero-terminal-wrapper .terminal-header .terminal-status .status-live{animation:1.5s infinite pulse}.hero-section .hero-terminal-wrapper .terminal-body{flex-direction:column;gap:16px;padding:24px;font-family:JetBrains Mono,Fira Code,monospace;font-size:.9rem;display:flex}.hero-section .hero-terminal-wrapper .terminal-body .terminal-row{opacity:.4;align-items:center;gap:14px;transition:all .4s;display:flex}.hero-section .hero-terminal-wrapper .terminal-body .terminal-row.active{opacity:1}.hero-section .hero-terminal-wrapper .terminal-body .terminal-row .time{color:#64748b;flex-shrink:0;min-width:55px;font-size:.8rem}.hero-section .hero-terminal-wrapper .terminal-body .terminal-row .text{color:#e2e8f0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.hero-section .hero-terminal-wrapper .terminal-body .terminal-row .text.highlighted{color:#fef08a}.hero-section .hero-terminal-wrapper .terminal-body .terminal-row .badge{letter-spacing:.03em;border-radius:4px;flex-shrink:0;align-items:center;gap:4px;padding:2px 8px;font-size:.75rem;font-weight:700;display:inline-flex}.hero-section .hero-terminal-wrapper .terminal-body .terminal-row .badge.badge-gold{color:#fbbf24;background:#f59e0b33;border:1px solid #f59e0b66}.hero-section .hero-terminal-wrapper .terminal-body .terminal-row .badge.badge-green{color:#34d399;background:#10b98133;border:1px solid #10b98166}.hero-section .hero-terminal-wrapper .terminal-body .terminal-row .badge.badge-purple{color:#c084fc;background:#a855f733;border:1px solid #a855f766}@keyframes pulse{0%{opacity:1}50%{opacity:.3}to{opacity:1}}@media (width<=768px){.hero-section{padding:40px 12px 24px}.hero-section .hero-title{letter-spacing:-.02em;font-size:1.5rem!important;line-height:1.25!important}.hero-section .hero-subtitle{margin-bottom:24px;padding:0 4px;font-size:.85rem!important}.hero-section .hero-cta-group,.hero-section .hero-cta-row-mobile{flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:8px!important;width:100%!important;max-width:440px!important;margin:0 auto 24px!important;display:flex!important}.hero-section .hero-cta-group .btn-primary,.hero-section .hero-cta-group .btn-secondary,.hero-section .hero-cta-row-mobile .btn-primary,.hero-section .hero-cta-row-mobile .btn-secondary{white-space:nowrap!important;box-sizing:border-box!important;flex:1!important;justify-content:center!important;width:0!important;min-width:0!important;padding:10px 8px!important;font-size:.825rem!important}.hero-section .hero-cta-group .btn-primary span,.hero-section .hero-cta-group .btn-secondary span,.hero-section .hero-cta-row-mobile .btn-primary span,.hero-section .hero-cta-row-mobile .btn-secondary span{white-space:nowrap!important;text-overflow:ellipsis!important;overflow:hidden!important}.hero-section .hero-cta-group .btn-primary svg,.hero-section .hero-cta-group .btn-secondary svg,.hero-section .hero-cta-row-mobile .btn-primary svg,.hero-section .hero-cta-row-mobile .btn-secondary svg{flex-shrink:0!important}.hero-section .hero-metrics-pills,.hero-section .hero-pills-row-mobile{flex-flow:row!important;justify-content:space-between!important;align-items:center!important;gap:4px!important;width:100%!important;margin-bottom:24px!important;display:flex!important}.hero-section .hero-metrics-pills .trust-pill,.hero-section .hero-pills-row-mobile .trust-pill{box-sizing:border-box!important;flex:1!important;justify-content:center!important;gap:4px!important;width:0!important;min-width:0!important;padding:6px 4px!important}.hero-section .hero-metrics-pills .trust-pill .pill-icon,.hero-section .hero-pills-row-mobile .trust-pill .pill-icon{flex-shrink:0!important;width:13px!important;height:13px!important}.hero-section .hero-metrics-pills .trust-pill .pill-content,.hero-section .hero-pills-row-mobile .trust-pill .pill-content{align-items:center!important;gap:3px!important;min-width:0!important;display:flex!important;overflow:hidden!important}.hero-section .hero-metrics-pills .trust-pill .pill-content .pill-value,.hero-section .hero-pills-row-mobile .trust-pill .pill-content .pill-value{white-space:nowrap!important;font-size:.775rem!important;font-weight:700!important}.hero-section .hero-metrics-pills .trust-pill .pill-content .pill-desc,.hero-section .hero-pills-row-mobile .trust-pill .pill-content .pill-desc{white-space:nowrap!important;text-overflow:ellipsis!important;font-size:.625rem!important;overflow:hidden!important}.hero-section .hero-terminal-wrapper{border-radius:12px;margin-top:20px}.hero-section .hero-terminal-wrapper .terminal-header{padding:10px 14px;font-size:.75rem}.hero-section .hero-terminal-wrapper .terminal-header .terminal-title span{text-overflow:ellipsis;white-space:nowrap;max-width:140px;display:inline-block;overflow:hidden}.hero-section .hero-terminal-wrapper .terminal-body{padding:14px 10px}.hero-section .hero-terminal-wrapper .terminal-body .terminal-row{gap:6px;font-size:.75rem}.hero-section .hero-terminal-wrapper .terminal-body .terminal-row .time{min-width:42px;font-size:.7rem}}@keyframes liveDotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}@keyframes platformSpin{0%,11%{transform:translateY(0%)}14%,25%{transform:translateY(-100%)}28%,39%{transform:translateY(-200%)}42%,53%{transform:translateY(-300%)}56%,67%{transform:translateY(-400%)}70%,81%{transform:translateY(-500%)}84%,95%{transform:translateY(-600%)}to{transform:translateY(-700%)}}.how-it-works-section{background:radial-gradient(circle at 50% 0,#f59e0b0d 0%,#0a0d16 70%);padding:80px 20px;position:relative}.how-it-works-section .section-container{max-width:1100px;margin:0 auto}.how-it-works-section .section-header{text-align:center;margin-bottom:30px}.how-it-works-section .section-header .badge-pill{margin-bottom:16px}.how-it-works-section .section-header .section-title{color:#f8fafc;letter-spacing:-.02em;margin-bottom:12px;font-size:2.2rem;font-weight:800}.how-it-works-section .section-header .section-subtitle{color:#94a3b8;max-width:680px;margin:0 auto;font-size:1.05rem;line-height:1.6}.how-it-works-section .timeline-container{padding:20px 0;position:relative}.how-it-works-section .timeline-container .timeline-central-line{z-index:1;background:linear-gradient(#f59e0b33 0%,#38bdf866 50%,#10b98166 100%);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.how-it-works-section .timeline-container .timeline-row{grid-template-columns:1fr 60px 1fr;align-items:center;gap:30px;margin-bottom:60px;display:grid;position:relative}.how-it-works-section .timeline-container .timeline-row .timeline-node{z-index:2;justify-content:center;display:flex;position:relative}.how-it-works-section .timeline-container .timeline-row .timeline-node .node-number{color:#f59e0b;background:#0f172a;border:2px solid #f59e0b;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:800;display:flex;box-shadow:0 0 15px #f59e0b4d}.how-it-works-section .timeline-container .timeline-row .timeline-node.node-highlight .node-number{color:#0f172a;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-color:#fbbf24;box-shadow:0 0 25px #f59e0b99}.how-it-works-section .timeline-container .timeline-row .step-badge{letter-spacing:.05em;text-transform:uppercase;color:#38bdf8;background:#38bdf81a;border:1px solid #38bdf840;border-radius:6px;margin-bottom:10px;padding:3px 10px;font-size:.75rem;font-weight:800;display:inline-block}.how-it-works-section .timeline-container .timeline-row .step-badge.killer-badge{color:#fbbf24;background:#f59e0b26;border-color:#f59e0b80;box-shadow:0 0 12px #f59e0b33}.how-it-works-section .timeline-container .timeline-row .step-title{color:#f1f5f9;margin-bottom:10px;font-size:1.45rem;font-weight:800;line-height:1.3}.how-it-works-section .timeline-container .timeline-row .step-desc{color:#94a3b8;margin-bottom:14px;font-size:.925rem;line-height:1.6}.how-it-works-section .timeline-container .timeline-row .step-desc strong{color:#f59e0b}.how-it-works-section .timeline-container .timeline-row .step-highlights{flex-wrap:wrap;gap:10px;display:flex}.how-it-works-section .timeline-container .timeline-row .step-highlights .highlight-tag{color:#cbd5e1;background:#ffffff0d;border:1px solid #ffffff14;border-radius:6px;align-items:center;gap:5px;padding:4px 10px;font-size:.8rem;font-weight:700;display:flex}.how-it-works-section .timeline-container .timeline-row .step-highlights .highlight-tag.text-gold{color:#f59e0b;border-color:#f59e0b4d}.how-it-works-section .timeline-container .timeline-row .step-highlights .highlight-tag.text-green{color:#10b981;border-color:#10b9814d}.how-it-works-section .timeline-container .timeline-row .step-highlights .highlight-tag.text-purple{color:#a855f7;border-color:#a855f74d}.how-it-works-section .timeline-container .timeline-row .step-highlights.killer-highlights{justify-content:flex-end}.how-it-works-section .timeline-card{background:#0b0f19;border:1px solid #ffffff1f;border-radius:14px;padding:16px;box-shadow:0 10px 30px #00000080}.how-it-works-section .timeline-card .card-top-bar{border-bottom:1px solid #ffffff14;align-items:center;gap:6px;margin-bottom:12px;padding-bottom:10px;display:flex}.how-it-works-section .timeline-card .card-top-bar .bar-dot{border-radius:50%;width:8px;height:8px}.how-it-works-section .timeline-card .card-top-bar .bar-dot.red{background:#ef4444}.how-it-works-section .timeline-card .card-top-bar .bar-dot.yellow{background:#f59e0b}.how-it-works-section .timeline-card .card-top-bar .bar-dot.green{background:#10b981}.how-it-works-section .timeline-card .card-top-bar .bar-title{color:#94a3b8;margin-left:4px;font-size:.75rem;font-weight:700}.how-it-works-section .timeline-card .card-top-bar .live-status{color:#10b981;align-items:center;gap:5px;margin-left:auto;font-size:.7rem;font-weight:800;display:flex}.how-it-works-section .timeline-card .card-top-bar .live-status .pulse-dot{background:#10b981;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #10b981}.how-it-works-section .card-product-step1 .url-input-box{background:#0f172acc;border:1px solid #38bdf84d;border-radius:8px;margin-bottom:10px;padding:10px 12px}.how-it-works-section .card-product-step1 .url-input-box .input-label{color:#64748b;margin-bottom:4px;font-size:.725rem;font-weight:700;display:block}.how-it-works-section .card-product-step1 .url-input-box .input-field{align-items:center;gap:4px;font-family:monospace;font-size:.85rem;display:flex}.how-it-works-section .card-product-step1 .url-input-box .input-field .url-prefix{color:#64748b}.how-it-works-section .card-product-step1 .url-input-box .input-field .url-val{color:#f8fafc;font-weight:700}.how-it-works-section .card-product-step1 .url-input-box .input-field .auto-scan-badge{color:#f59e0b;background:#f59e0b26;border-radius:4px;margin-left:auto;padding:2px 6px;font-size:.675rem}.how-it-works-section .card-product-step1 .rules-preview{flex-direction:column;gap:6px;display:flex}.how-it-works-section .card-product-step1 .rules-preview .rule-item{color:#cbd5e1;background:#ffffff08;border-radius:6px;align-items:center;gap:8px;padding:6px 8px;font-size:.75rem;display:flex}.how-it-works-section .card-product-step1 .rules-preview .rule-item .rule-tag{font-size:.7rem;font-weight:800}.how-it-works-section .card-product-step1 .rules-preview .rule-item.green .rule-tag{color:#10b981}.how-it-works-section .card-product-step1 .rules-preview .rule-item.red .rule-tag{color:#ef4444}.how-it-works-section .card-product-step2 .post-preview-item{background:#0f172a99;border:1px solid #ffffff0f;border-radius:8px;padding:12px}.how-it-works-section .card-product-step2 .post-preview-item .post-meta{align-items:center;gap:8px;margin-bottom:6px;display:flex}.how-it-works-section .card-product-step2 .post-preview-item .post-meta .source-tag{color:#ff4500;background:#ff450033;border-radius:4px;padding:2px 6px;font-size:.7rem;font-weight:700}.how-it-works-section .card-product-step2 .post-preview-item .post-meta .time-ago{color:#64748b;font-size:.7rem}.how-it-works-section .card-product-step2 .post-preview-item .post-meta .score-chip{color:#f59e0b;background:#f59e0b26;border-radius:4px;margin-left:auto;padding:2px 8px;font-size:.725rem;font-weight:800}.how-it-works-section .card-product-step2 .post-preview-item .post-content{color:#e2e8f0;margin-bottom:8px;font-size:.825rem;line-height:1.4}.how-it-works-section .card-product-step2 .post-preview-item .filter-stat-line{color:#10b981;align-items:center;gap:6px;font-size:.725rem;font-weight:600;display:flex}.how-it-works-section .card-product-step3{border-color:#f59e0b80;box-shadow:0 0 25px #f59e0b26}.how-it-works-section .card-product-step3 .vs-header{justify-content:space-between}.how-it-works-section .card-product-step3 .vs-header .vs-badge-our{color:#f59e0b;font-size:.725rem;font-weight:800}.how-it-works-section .card-product-step3 .vs-header .vs-badge-other{color:#64748b;font-size:.675rem;text-decoration:line-through}.how-it-works-section .card-product-step3 .telegram-mock{background:#141c2b;border-radius:10px;padding:12px}.how-it-works-section .card-product-step3 .telegram-mock .tg-header{align-items:center;gap:8px;margin-bottom:10px;display:flex}.how-it-works-section .card-product-step3 .telegram-mock .tg-header .tg-bot-avatar{color:#0f172a;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:900;display:flex}.how-it-works-section .card-product-step3 .telegram-mock .tg-header .tg-bot-info{flex-direction:column;display:flex}.how-it-works-section .card-product-step3 .telegram-mock .tg-header .tg-bot-info .bot-name{color:#f8fafc;font-size:.8rem;font-weight:700}.how-it-works-section .card-product-step3 .telegram-mock .tg-header .tg-bot-info .bot-time{color:#38bdf8;font-size:.675rem}.how-it-works-section .card-product-step3 .telegram-mock .tg-bubble{background:#1a2436;border-radius:8px;padding:10px}.how-it-works-section .card-product-step3 .telegram-mock .tg-bubble .lead-tag-line{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.how-it-works-section .card-product-step3 .telegram-mock .tg-bubble .lead-tag-line .lead-score-badge{color:#f59e0b;font-size:.725rem;font-weight:800}.how-it-works-section .card-product-step3 .telegram-mock .tg-bubble .lead-tag-line .platform-tag{color:#94a3b8;font-size:.675rem}.how-it-works-section .card-product-step3 .telegram-mock .tg-bubble .lead-post-text{color:#cbd5e1;margin-bottom:8px;font-size:.8rem;font-style:italic}.how-it-works-section .card-product-step3 .telegram-mock .tg-bubble .ai-reply-box{border:1px stroke #10b9814d;background:#10b98114;border-radius:6px;margin-bottom:10px;padding:8px}.how-it-works-section .card-product-step3 .telegram-mock .tg-bubble .ai-reply-box .ai-box-title{color:#10b981;align-items:center;gap:4px;margin-bottom:4px;font-size:.725rem;font-weight:800;display:flex}.how-it-works-section .card-product-step3 .telegram-mock .tg-bubble .ai-reply-box .ai-reply-content{color:#e2e8f0;font-size:.75rem;line-height:1.4}.how-it-works-section .card-product-step3 .telegram-mock .tg-bubble .tg-buttons-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.how-it-works-section .card-product-step3 .telegram-mock .tg-bubble .tg-buttons-grid .tg-btn{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:8px 10px;font-size:.75rem;font-weight:700;transition:all .2s;display:flex}.how-it-works-section .card-product-step3 .telegram-mock .tg-bubble .tg-buttons-grid .tg-btn.btn-copy{color:#0f172a;background:#f59e0b;box-shadow:0 0 12px #f59e0b66}.how-it-works-section .card-product-step3 .telegram-mock .tg-bubble .tg-buttons-grid .tg-btn.btn-copy:hover{background:#fbbf24;transform:translateY(-1px)}.how-it-works-section .card-product-step3 .telegram-mock .tg-bubble .tg-buttons-grid .tg-btn.btn-link{color:#cbd5e1;background:#ffffff14}.how-it-works-section .card-product-step3 .telegram-mock .tg-bubble .tg-buttons-grid .tg-btn.btn-link:hover{background:#ffffff26}.how-it-works-section .vs-summary-box{background:#0b0f19e6;border:1px solid #f59e0b40;border-radius:18px;margin-top:70px;padding:30px;box-shadow:0 0 40px #0009}.how-it-works-section .vs-summary-box .vs-summary-title h3{color:#f8fafc;margin-bottom:24px;font-size:1.4rem;font-weight:800}.how-it-works-section .vs-summary-box .vs-grid-3col{grid-template-columns:1.2fr 2fr 2.2fr;gap:16px;display:grid}.how-it-works-section .vs-summary-box .vs-grid-3col .vs-col{flex-direction:column;gap:10px;display:flex}.how-it-works-section .vs-summary-box .vs-grid-3col .vs-col .vs-label{letter-spacing:.05em;border-radius:6px;padding:8px 12px;font-size:.775rem;font-weight:800}.how-it-works-section .vs-summary-box .vs-grid-3col .vs-col .vs-label.bad{color:#ef4444;background:#ef444426}.how-it-works-section .vs-summary-box .vs-grid-3col .vs-col .vs-label.good{color:#fbbf24;background:#f59e0b33;border:1px solid #f59e0b66}.how-it-works-section .vs-summary-box .vs-grid-3col .vs-col .row-item{background:#ffffff05;border-radius:6px;align-items:center;padding:10px 12px;font-size:.85rem;display:flex}.how-it-works-section .vs-summary-box .vs-grid-3col .vs-col .row-item.text-red{color:#f87171}.how-it-works-section .vs-summary-box .vs-grid-3col .vs-col .row-item.text-green{color:#34d399;font-weight:600}.how-it-works-section .vs-summary-box .vs-grid-3col .vs-col .row-item.text-gold{color:#fbbf24}.how-it-works-section .vs-summary-box .vs-grid-3col .vs-col .row-item.font-bold{font-weight:800}@media (width<=768px){.how-it-works-section{padding:40px 14px}.how-it-works-section .section-header{margin-bottom:15px}.how-it-works-section .section-header .section-title{font-size:1.45rem}.how-it-works-section .section-header .section-subtitle{font-size:.85rem}.how-it-works-section .timeline-container .timeline-central-line{left:18px}.how-it-works-section .timeline-container .timeline-row{grid-template-columns:36px 1fr;gap:12px;margin-bottom:40px}.how-it-works-section .timeline-container .timeline-row .timeline-node{grid-area:1/1}.how-it-works-section .timeline-container .timeline-row .timeline-node .node-number{width:36px;height:36px;font-size:.9rem}.how-it-works-section .timeline-container .timeline-row .col-text{grid-area:1/2;text-align:left!important}.how-it-works-section .timeline-container .timeline-row .col-text .step-highlights{justify-content:flex-start!important}.how-it-works-section .timeline-container .timeline-row .col-card{grid-area:2/1/auto/span 2;margin-top:8px}.how-it-works-section .vs-summary-box{margin-top:30px;padding:16px}.how-it-works-section .vs-summary-box .vs-summary-title h3{font-size:1.1rem}.how-it-works-section .vs-summary-box .vs-grid-3col{grid-template-columns:1fr;gap:12px}.how-it-works-section .vs-summary-box .vs-grid-3col .col-feature{display:none}}.scoring-works-section{background:var(--bg-secondary,#121216);padding:100px 0;position:relative}.scoring-works-section .section-header{text-align:center;max-width:760px;margin:0 auto 60px}.scoring-works-section .section-header .badge-pill{margin:0 auto 16px}.scoring-works-section .section-header .section-title{letter-spacing:-.02em;color:var(--text-primary,#fff);margin-bottom:16px;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800}.scoring-works-section .section-header .section-subtitle{color:var(--text-secondary,#a1a1aa);font-size:1.05rem;line-height:1.6}.scoring-works-section .scoring-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:50px;display:grid}.scoring-works-section .scoring-cards-demo{flex-direction:column;gap:20px;display:flex}.scoring-works-section .scoring-cards-demo .demo-card{background:var(--bg-card,#16161c);border:1px solid var(--border-subtle,#ffffff14);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow-card);border-radius:20px;padding:24px;transition:all .35s;position:relative}.scoring-works-section .scoring-cards-demo .demo-card.card-high-intent{border-color:var(--border-gold,#d5b27259);box-shadow:0 15px 35px #00000026, 0 0 25px var(--accent-gold-glow)}.scoring-works-section .scoring-cards-demo .demo-card.card-filtered-out{opacity:.65;background:var(--bg-pill,#00000008);border-color:#ef444440}.scoring-works-section .scoring-cards-demo .demo-card.card-filtered-out .filtered-overlay{z-index:10;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.scoring-works-section .scoring-cards-demo .demo-card.card-filtered-out .filtered-overlay .filtered-stamp{color:#ef4444;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ef444426;border:1px solid #ef444466;border-radius:9999px;align-items:center;gap:8px;padding:8px 18px;font-size:.85rem;font-weight:700;display:inline-flex;box-shadow:0 4px 15px #ef444433}.scoring-works-section .scoring-cards-demo .demo-card .demo-card-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.scoring-works-section .scoring-cards-demo .demo-card .demo-card-header.muted{filter:blur(.5px)}.scoring-works-section .scoring-cards-demo .demo-card .demo-card-header .author-info{align-items:center;gap:12px;display:flex}.scoring-works-section .scoring-cards-demo .demo-card .demo-card-header .author-info .author-avatar{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.9rem;font-weight:700;display:flex}.scoring-works-section .scoring-cards-demo .demo-card .demo-card-header .author-info .author-avatar.avatar-sarah{color:#fff;background:linear-gradient(135deg,#a855f7 0%,#6366f1 100%)}.scoring-works-section .scoring-cards-demo .demo-card .demo-card-header .author-info .author-avatar.avatar-alex{background:var(--bg-pill,#e2e8f0);color:var(--text-muted,#71717a)}.scoring-works-section .scoring-cards-demo .demo-card .demo-card-header .author-info .author-name{color:var(--text-primary,#fff);font-size:1rem;font-weight:700}.scoring-works-section .scoring-cards-demo .demo-card .demo-card-header .author-info .author-handle{color:var(--text-secondary,#a1a1aa);align-items:center;gap:6px;font-size:.8rem;display:flex}.scoring-works-section .scoring-cards-demo .demo-card .demo-card-header .author-info .author-handle .handle-icon{width:14px;height:14px}.scoring-works-section .scoring-cards-demo .demo-card .demo-card-header .score-ring{width:44px;height:44px}.scoring-works-section .scoring-cards-demo .demo-card .demo-card-header .score-ring .circular-chart{max-width:100%;max-height:100%;margin:0 auto;display:block}.scoring-works-section .scoring-cards-demo .demo-card .demo-card-header .score-ring .circular-chart .circle-bg{fill:none;stroke:var(--border-subtle,#ffffff1a);stroke-width:3.8px}.scoring-works-section .scoring-cards-demo .demo-card .demo-card-header .score-ring .circular-chart .circle{fill:none;stroke:#a855f7;stroke-width:3.8px;stroke-linecap:round}.scoring-works-section .scoring-cards-demo .demo-card .demo-card-header .score-ring .circular-chart .percentage{fill:var(--text-primary,#fff);text-anchor:middle;font-family:sans-serif;font-size:.75rem;font-weight:800}.scoring-works-section .scoring-cards-demo .demo-card .demo-card-header .score-ring.ring-low{border:2px solid var(--border-subtle,#00000026);color:var(--text-muted,#71717a);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.scoring-works-section .scoring-cards-demo .demo-card .demo-card-body{color:var(--text-primary,#fff);margin-bottom:16px;font-size:.95rem;line-height:1.5}.scoring-works-section .scoring-cards-demo .demo-card .demo-card-body.muted{color:var(--text-muted,#71717a)}.scoring-works-section .scoring-cards-demo .demo-card .demo-card-tags{flex-wrap:wrap;gap:8px;display:flex}.scoring-works-section .scoring-cards-demo .demo-card .demo-card-tags.muted{opacity:.6}.scoring-works-section .scoring-cards-demo .demo-card .demo-card-tags .tag-pill{letter-spacing:.03em;border-radius:6px;padding:3px 10px;font-size:.725rem;font-weight:700}.scoring-works-section .scoring-cards-demo .demo-card .demo-card-tags .tag-pill.tag-green{color:#10b981;background:#10b98126}.scoring-works-section .scoring-cards-demo .demo-card .demo-card-tags .tag-pill.tag-amber{color:#d97706;background:#f59e0b26}.scoring-works-section .scoring-cards-demo .demo-card .demo-card-tags .tag-pill.tag-purple{color:#9333ea;background:#a855f726}.scoring-works-section .scoring-cards-demo .demo-card .demo-card-tags .tag-pill.tag-gray{background:var(--bg-pill,#0000000f);color:var(--text-secondary,#4b5563)}.scoring-works-section .scoring-steps-wrapper .steps-list{flex-direction:column;gap:28px;margin-bottom:36px;display:flex}.scoring-works-section .scoring-steps-wrapper .steps-list .step-item{gap:18px;display:flex}.scoring-works-section .scoring-steps-wrapper .steps-list .step-item .step-num{color:#fff;background:linear-gradient(135deg,#a855f7 0%,#7c3aed 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;font-weight:800;display:flex;box-shadow:0 4px 15px #a855f74d}.scoring-works-section .scoring-steps-wrapper .steps-list .step-item .step-content .step-title{color:var(--text-primary,#fff);margin-bottom:6px;font-size:1.2rem;font-weight:700}.scoring-works-section .scoring-steps-wrapper .steps-list .step-item .step-content .step-desc{color:var(--text-secondary,#a1a1aa);margin:0;font-size:.95rem;line-height:1.55}.scoring-works-section .scoring-steps-wrapper .intent-pills-container{flex-wrap:wrap;gap:10px;display:flex}.scoring-works-section .scoring-steps-wrapper .intent-pills-container .intent-type-pill{background:var(--bg-card,#16161c);border:1px solid var(--border-subtle,#ffffff1a);color:var(--text-primary,#fff);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:9999px;align-items:center;gap:8px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .3s;display:flex}.scoring-works-section .scoring-steps-wrapper .intent-pills-container .intent-type-pill:hover{border-color:var(--border-gold,#d5b27266);transform:translateY(-2px)}@media (width<=992px){.scoring-works-section{padding:60px 0}.scoring-works-section .scoring-grid{grid-template-columns:1fr;gap:40px}}@media (width<=480px){.scoring-works-section{padding:40px 16px}.scoring-works-section .section-header{margin-bottom:30px}.scoring-works-section .section-header .section-title{font-size:1.6rem!important;line-height:1.3!important}.scoring-works-section .section-header .section-subtitle{font-size:.9rem!important}.scoring-works-section .demo-lead-card{border-radius:12px;padding:16px}.scoring-works-section .demo-lead-card .card-header-row{flex-direction:column;align-items:flex-start;gap:8px}.scoring-works-section .demo-lead-card .post-body{font-size:.85rem}.scoring-works-section .scoring-steps-wrapper .step-item{gap:12px}.scoring-works-section .scoring-steps-wrapper .step-item .step-icon-box{flex-shrink:0;width:40px;height:40px}.scoring-works-section .scoring-steps-wrapper .step-item .step-content .step-title{font-size:1rem}.scoring-works-section .scoring-steps-wrapper .step-item .step-content .step-desc{font-size:.85rem}.scoring-works-section .intent-pills-container{gap:8px}.scoring-works-section .intent-pills-container .intent-type-pill{padding:6px 12px;font-size:.75rem}}.social-listening-section{background:var(--bg-primary,#0a0a0d);padding:100px 0;position:relative}.social-listening-section .social-listening-container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.social-listening-section .listening-left .badge-pill{margin-bottom:20px}.social-listening-section .listening-left .listening-title{letter-spacing:-.02em;color:var(--text-primary,#fff);margin-bottom:20px;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800;line-height:1.15}.social-listening-section .listening-left .listening-subtitle{color:var(--text-secondary,#a1a1aa);margin-bottom:32px;font-size:1.05rem;line-height:1.6}.social-listening-section .listening-left .listening-checklist{flex-direction:column;gap:14px;display:flex}.social-listening-section .listening-left .listening-checklist .check-item{color:var(--text-primary,#fff);align-items:center;gap:12px;font-size:.95rem;font-weight:500;display:flex}.social-listening-section .listening-left .listening-checklist .check-item .check-icon{background:var(--accent-gold-glow,#d5b27226);border:1px solid var(--border-gold,#d5b2724d);width:24px;height:24px;color:var(--accent-gold,#d5b272);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.social-listening-section .listening-right{background:var(--bg-card,#16161c);border:1px solid var(--border-gold,#d5b27240);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow-card);border-radius:28px;padding:40px}.social-listening-section .listening-right .stat-header{border-bottom:1px solid var(--border-subtle,#ffffff14);align-items:baseline;gap:16px;margin-bottom:32px;padding-bottom:24px;display:flex}.social-listening-section .listening-right .stat-header .stat-number{color:#a855f7;background:linear-gradient(135deg,#c084fc 0%,#a855f7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:4rem;font-weight:900;line-height:1}.social-listening-section .listening-right .stat-header .stat-label{color:var(--text-secondary,#a1a1aa);text-transform:lowercase;font-size:1.1rem;font-weight:600}.social-listening-section .listening-right .badge-cloud-wall{flex-wrap:wrap;gap:12px;display:flex}.social-listening-section .listening-right .badge-cloud-wall .platform-pill-badge{background:var(--bg-pill,#ffffff0d);border:1px solid var(--border-subtle,#ffffff1f);border-radius:9999px;align-items:center;gap:10px;padding:10px 18px;transition:all .3s;display:inline-flex}.social-listening-section .listening-right .badge-cloud-wall .platform-pill-badge:hover{background:var(--accent-gold-glow,#d5b27226);border-color:var(--border-gold,#d5b27266);transform:translateY(-2px)}.social-listening-section .listening-right .badge-cloud-wall .platform-pill-badge .pill-brand-icon{object-fit:contain;width:18px;height:18px}.social-listening-section .listening-right .badge-cloud-wall .platform-pill-badge .pill-brand-name{color:var(--text-primary,#fff);font-size:.9rem;font-weight:600}@media (width<=992px){.social-listening-section{padding:60px 0}.social-listening-section .social-listening-container{grid-template-columns:1fr;gap:40px}}@media (width<=480px){.social-listening-section{padding:40px 16px}.social-listening-section .section-title{font-size:1.6rem!important;line-height:1.3!important}.social-listening-section .section-subtitle{font-size:.9rem!important}.social-listening-section .checklist-grid{grid-template-columns:1fr!important;gap:12px!important}.social-listening-section .metric-badge-box{padding:16px}.social-listening-section .metric-badge-box .metric-number{font-size:2.2rem}}.platforms-section{background:var(--bg-secondary,#121216);padding:90px 0;position:relative}.platforms-section .section-header{text-align:center;max-width:760px;margin:0 auto 54px}.platforms-section .section-header .badge-pill{margin:0 auto 16px}.platforms-section .section-header .section-title{letter-spacing:-.02em;color:var(--text-primary,#fff);margin-bottom:16px;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800}.platforms-section .section-header .section-subtitle{color:var(--text-secondary,#a1a1aa);font-size:1.05rem;line-height:1.6}.platforms-section .platforms-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px;display:grid}.platforms-section .platforms-grid .platform-card{background:var(--bg-card,#16161c);border:1px solid var(--border-subtle,#ffffff14);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow-card);border-radius:18px;padding:24px;transition:all .35s}.platforms-section .platforms-grid .platform-card:hover{border-color:var(--border-gold,#d5b27259);box-shadow:0 16px 35px #00000026, 0 0 25px var(--accent-gold-glow);transform:translateY(-4px)}.platforms-section .platforms-grid .platform-card .platform-card-header{align-items:center;gap:12px;margin-bottom:12px;display:flex}.platforms-section .platforms-grid .platform-card .platform-card-header .platform-icon-wrapper{background:var(--bg-pill,#ffffff0f);border:1px solid var(--border-subtle,#ffffff1f);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.platforms-section .platforms-grid .platform-card .platform-card-header .platform-icon-wrapper .brand-img-icon{object-fit:contain;width:20px;height:20px}.platforms-section .platforms-grid .platform-card .platform-card-header .platform-name{color:var(--text-primary,#fff);margin:0;font-size:1.1rem;font-weight:700}.platforms-section .platforms-grid .platform-card .platform-desc{color:var(--text-secondary,#a1a1aa);margin:0;font-size:.875rem;line-height:1.5}.platforms-section .platforms-footer-note{text-align:center;color:var(--text-muted,#71717a);font-size:.875rem}.platforms-section .platforms-footer-note p{letter-spacing:.02em;margin:0}@media (width<=1024px){.platforms-section .platforms-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.platforms-section{padding:60px 0}.platforms-section .platforms-grid{grid-template-columns:1fr}}@media (width<=480px){.platforms-section{padding:30px 16px}.platforms-section .section-header{margin-bottom:24px}.platforms-section .section-header .section-title{font-size:1.6rem!important;line-height:1.3!important}.platforms-section .section-header .section-subtitle{font-size:.9rem!important}.platforms-section .platforms-grid{gap:12px}.platforms-section .platforms-grid .platform-card{border-radius:12px;padding:16px}.platforms-section .platforms-grid .platform-card .card-top{margin-bottom:8px}.platforms-section .platforms-grid .platform-card .card-top .platform-name{font-size:1rem}.platforms-section .platforms-grid .platform-card .platform-desc{font-size:.825rem}}.spotmsg-arch-container{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-sizing:border-box;background:#0b0e18d9;border:1px solid #f59e0b4d;border-radius:20px;width:100%;max-width:1080px;margin:0 auto 50px;padding:24px 20px;position:relative;overflow:hidden;box-shadow:0 0 45px #000000b3,inset 0 0 25px #f59e0b0f}.spotmsg-arch-container .arch-top-bar{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;display:flex}.spotmsg-arch-container .arch-top-bar .bar-label{color:#94a3b8;letter-spacing:.03em;text-transform:uppercase;align-items:center;gap:8px;font-size:.825rem;font-weight:700;display:flex}.spotmsg-arch-container .arch-top-bar .bar-label .label-dot{border-radius:50%;width:8px;height:8px}.spotmsg-arch-container .arch-top-bar .bar-label .label-dot.green{background:#10b981;box-shadow:0 0 8px #10b981}.spotmsg-arch-container .arch-top-bar .bar-label .label-dot.gold{background:#f59e0b;box-shadow:0 0 8px #f59e0b}.spotmsg-arch-container .arch-top-bar .bar-label.center-label{color:#f59e0b}.spotmsg-arch-container .arch-diagram-wrapper{width:100%;position:relative}.spotmsg-arch-container .arch-diagram-wrapper .arch-svg{width:100%;height:auto;margin:0 auto;display:block}.spotmsg-arch-container .pulse-inner{transform-origin:50%;transform-box:fill-box;animation:2.4s ease-in-out infinite innerScalePulse}.spotmsg-arch-container .pulse-outer{transform-origin:50%;transform-box:fill-box;animation:2.4s ease-in-out infinite outerGlowPulse}.spotmsg-arch-container .pulse-outer.purple{stroke:#a855f7}.spotmsg-arch-container .pulse-outer.blue{stroke:#38bdf8}.spotmsg-arch-container .pulse-outer.gold{stroke:#f59e0b}.spotmsg-arch-container .pulse-outer.green{stroke:#10b981}@keyframes innerScalePulse{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;filter:drop-shadow(0 0 4px);transform:scale(1.25)}}@keyframes outerGlowPulse{0%,to{stroke-width:1.5px;opacity:.7;transform:scale(1)}50%{stroke-width:2px;opacity:1;filter:drop-shadow(0 0 6px);transform:scale(1.15)}}.spotmsg-arch-container .path-bg{stroke:#ffffff17;stroke-width:2px;fill:none}.spotmsg-arch-container .path-bg.path-dashed{stroke-dasharray:4 4;stroke:#f59e0b59}.spotmsg-arch-container .path-flow{stroke-width:2.5px;fill:none;stroke-dasharray:50 380;stroke-dashoffset:430px;filter:drop-shadow(0 0 6px);animation:3.5s cubic-bezier(.4,0,.6,1) infinite splineFlow}.spotmsg-arch-container .path-flow.flow-slow{animation-duration:5s}.spotmsg-arch-container .flow-purple{stroke:#a855f7;color:#a855f7}.spotmsg-arch-container .flow-blue{stroke:#38bdf8;color:#38bdf8}.spotmsg-arch-container .flow-gold{stroke:#f59e0b;color:#f59e0b}.spotmsg-arch-container .flow-green{stroke:#10b981;color:#10b981}@keyframes splineFlow{to{stroke-dashoffset:0}}.spotmsg-arch-container .arch-bottom-metrics{border-top:1px solid #ffffff14;justify-content:center;align-items:center;gap:16px;margin-top:16px;padding-top:16px;display:flex}.spotmsg-arch-container .arch-bottom-metrics .metric-divider{color:#475569;font-size:1.2rem}.spotmsg-arch-container .arch-bottom-metrics .metric-chip{align-items:center;gap:8px;font-size:.85rem;display:flex}.spotmsg-arch-container .arch-bottom-metrics .metric-chip .status-ok{color:#10b981;background:#10b98126;border:1px solid #10b98166;border-radius:6px;padding:3px 10px;font-family:monospace;font-size:.75rem;font-weight:700}.spotmsg-arch-container .arch-bottom-metrics .metric-chip .chip-highlight{color:#38bdf8;font-family:monospace;font-weight:800}.spotmsg-arch-container .arch-bottom-metrics .metric-chip .chip-highlight.gold{color:#f59e0b}.spotmsg-arch-container .arch-bottom-metrics .metric-chip .chip-highlight.green{color:#10b981}.spotmsg-arch-container .arch-bottom-metrics .metric-chip .chip-text{color:#94a3b8;font-weight:600}@media (width<=768px){.spotmsg-arch-container{border-radius:16px;margin-bottom:28px;padding:16px 12px 14px}.spotmsg-arch-container .arch-top-bar{flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:12px;padding-bottom:10px}.spotmsg-arch-container .arch-top-bar .bar-label{font-size:.725rem}.spotmsg-arch-container .arch-diagram-wrapper{-webkit-overflow-scrolling:touch;padding-bottom:10px;overflow-x:auto}.spotmsg-arch-container .arch-diagram-wrapper .arch-svg{min-width:780px}.spotmsg-arch-container .arch-diagram-wrapper::-webkit-scrollbar{height:4px}.spotmsg-arch-container .arch-diagram-wrapper::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.spotmsg-arch-container .arch-diagram-wrapper::-webkit-scrollbar-thumb{background:#f59e0b66;border-radius:4px}.spotmsg-arch-container .arch-bottom-metrics{margin-top:14px;padding-top:14px;grid-template-columns:repeat(2,1fr)!important;gap:10px!important;display:grid!important}.spotmsg-arch-container .arch-bottom-metrics .metric-divider{display:none!important}.spotmsg-arch-container .arch-bottom-metrics .metric-chip{background:#0f172a99;border:1px solid #ffffff0f;border-radius:8px;flex-direction:column;align-items:flex-start;gap:2px;padding:8px 10px}.spotmsg-arch-container .arch-bottom-metrics .metric-chip .chip-text{font-size:.7rem}}.cyber-chip-container{justify-content:center;align-items:center;width:100%;max-width:860px;margin:0 auto;display:flex;position:relative}.cyber-chip-container .cyber-chip-loader{width:100%}.cyber-chip-container .cyber-chip-loader .chip-svg{width:100%;height:auto;display:block;overflow:visible}.cyber-chip-container .trace-bg{stroke:#ffffff14;stroke-width:1.8px;fill:none}.cyber-chip-container .trace-flow{stroke-width:2.2px;fill:none;stroke-dasharray:40 380;stroke-dashoffset:420px;filter:drop-shadow(0 0 6px);animation:3.2s cubic-bezier(.4,0,.6,1) infinite traceFlow}.cyber-chip-container .yellow{stroke:#f59e0b;color:#f59e0b}.cyber-chip-container .blue{stroke:#38bdf8;color:#38bdf8}.cyber-chip-container .green{stroke:#10b981;color:#10b981}.cyber-chip-container .purple{stroke:#a855f7;color:#a855f7}.cyber-chip-container .red{stroke:#ef4444;color:#ef4444}@keyframes traceFlow{to{stroke-dashoffset:0}}@media (width<=768px){.cyber-chip-container{max-width:100%;overflow-x:hidden}}.tech-specs-section{background:var(--bg-secondary,#121216);padding:40px 0;position:relative}.tech-specs-section .section-header{text-align:center;max-width:760px;margin:0 auto 60px}.tech-specs-section .section-header .badge-pill{margin:0 auto 16px}.tech-specs-section .section-header .section-title{letter-spacing:-.02em;color:var(--text-primary,#fff);margin-bottom:16px;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800}.tech-specs-section .section-header .section-subtitle{color:var(--text-secondary,#a1a1aa);font-size:1.05rem;line-height:1.6}.tech-specs-section .tech-cards-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.tech-specs-section .tech-cards-grid .tech-card{background:var(--bg-card,#16161c);border:1px solid var(--border-subtle,#ffffff14);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow-card);border-radius:20px;flex-direction:column;padding:32px;transition:all .35s;display:flex}.tech-specs-section .tech-cards-grid .tech-card:hover{border-color:var(--border-gold,#d5b27259);box-shadow:0 16px 35px #00000026, 0 0 25px var(--accent-gold-glow);transform:translateY(-4px)}.tech-specs-section .tech-cards-grid .tech-card .card-top{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.tech-specs-section .tech-cards-grid .tech-card .card-top .tech-icon-wrapper{background:var(--accent-gold-glow,#d5b27226);border:1px solid var(--border-gold,#d5b2724d);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.tech-specs-section .tech-cards-grid .tech-card .card-top .tech-icon-wrapper .tech-icon{color:var(--accent-gold,#d5b272)}.tech-specs-section .tech-cards-grid .tech-card .card-top .tech-badge{letter-spacing:.06em;background:var(--bg-pill,#ffffff0d);color:var(--text-secondary,#a1a1aa);border:1px solid var(--border-subtle,#ffffff1a);text-transform:uppercase;border-radius:9999px;padding:3px 10px;font-size:.7rem;font-weight:800}.tech-specs-section .tech-cards-grid .tech-card .tech-title{color:var(--text-primary,#fff);margin-bottom:12px;font-size:1.25rem;font-weight:700;line-height:1.35}.tech-specs-section .tech-cards-grid .tech-card .tech-desc{color:var(--text-secondary,#a1a1aa);flex-grow:1;margin-bottom:24px;font-size:.925rem;line-height:1.6}.tech-specs-section .tech-cards-grid .tech-card .tech-tags{flex-wrap:wrap;gap:8px;margin-top:auto;display:flex}.tech-specs-section .tech-cards-grid .tech-card .tech-tags .tech-tag-pill{background:var(--bg-secondary,#ffffff0a);color:var(--text-secondary,#a1a1aa);border:1px solid var(--border-subtle,#ffffff0f);border-radius:6px;padding:4px 10px;font-size:.725rem;font-weight:700}@media (width<=992px){.tech-specs-section{padding:24px 0}.tech-specs-section .tech-cards-grid{grid-template-columns:1fr}}@media (width<=480px){.tech-specs-section{padding:30px 16px}.tech-specs-section .section-header{margin-bottom:24px}.tech-specs-section .section-header .section-title{font-size:1.6rem!important;line-height:1.3!important}.tech-specs-section .section-header .section-subtitle{font-size:.9rem!important}.tech-specs-section .tech-cards-grid{gap:16px}.tech-specs-section .tech-cards-grid .tech-card{border-radius:14px;padding:20px}.tech-specs-section .tech-cards-grid .tech-card .card-title{font-size:1.15rem}.tech-specs-section .tech-cards-grid .tech-card .card-desc{font-size:.85rem}.tech-specs-section .tech-cards-grid .tech-card .tech-tags{gap:6px}.tech-specs-section .tech-cards-grid .tech-card .tech-tags .tech-tag-pill{padding:3px 8px;font-size:.7rem}}.use-cases-section{background:var(--bg-primary,#0a0a0d);padding:100px 0;position:relative}.use-cases-section .section-header{text-align:center;max-width:760px;margin:0 auto 60px}.use-cases-section .section-header .badge-pill{margin:0 auto 16px}.use-cases-section .section-header .section-title{letter-spacing:-.02em;color:var(--text-primary,#fff);margin-bottom:16px;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800}.use-cases-section .section-header .section-subtitle{color:var(--text-secondary,#a1a1aa);font-size:1.05rem;line-height:1.6}.use-cases-section .use-cases-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.use-cases-section .use-cases-grid .use-case-card{background:var(--bg-card,#16161c);border:1px solid var(--border-subtle,#ffffff14);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow-card);border-radius:24px;flex-direction:column;padding:32px;transition:all .35s;display:flex}.use-cases-section .use-cases-grid .use-case-card:hover{border-color:var(--border-gold,#d5b27259);transform:translateY(-4px);box-shadow:0 16px 35px #00000026}.use-cases-section .use-cases-grid .use-case-card .case-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.use-cases-section .use-cases-grid .use-case-card .case-header .role-icon-box{background:#a855f726;border:1px solid #a855f74d;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.use-cases-section .use-cases-grid .use-case-card .case-header .role-icon-box .role-icon{color:#c084fc}.use-cases-section .use-cases-grid .use-case-card .case-header .case-badge{letter-spacing:.06em;background:var(--accent-gold-glow,#d5b27226);color:var(--accent-gold,#d5b272);border:1px solid var(--border-gold,#d5b2724d);border-radius:9999px;padding:3px 10px;font-size:.7rem;font-weight:800}.use-cases-section .use-cases-grid .use-case-card .case-role-title{color:var(--text-primary,#fff);margin-bottom:20px;font-size:1.3rem;font-weight:800;line-height:1.3}.use-cases-section .use-cases-grid .use-case-card .problem-box{background:var(--bg-secondary,#ef44440d);border:1px solid #ef444426;border-radius:14px;margin-bottom:14px;padding:14px 16px}.use-cases-section .use-cases-grid .use-case-card .problem-box .box-label{letter-spacing:.06em;margin-bottom:6px;font-size:.7rem;font-weight:800;display:block}.use-cases-section .use-cases-grid .use-case-card .problem-box .box-label.label-problem{color:#ef4444}.use-cases-section .use-cases-grid .use-case-card .problem-box .box-text{color:var(--text-secondary,#a1a1aa);margin:0;font-size:.875rem;line-height:1.55}.use-cases-section .use-cases-grid .use-case-card .solution-box{background:var(--bg-secondary,#10b9810d);border:1px solid #10b98126;border-radius:14px;flex-grow:1;margin-bottom:24px;padding:14px 16px}.use-cases-section .use-cases-grid .use-case-card .solution-box .box-label{letter-spacing:.06em;margin-bottom:6px;font-size:.7rem;font-weight:800;display:block}.use-cases-section .use-cases-grid .use-case-card .solution-box .box-label.label-solution{color:#10b981}.use-cases-section .use-cases-grid .use-case-card .solution-box .box-text{color:var(--text-primary,#fff);margin:0;font-size:.875rem;font-weight:500;line-height:1.55}.use-cases-section .use-cases-grid .use-case-card .case-tags-footer{flex-wrap:wrap;gap:8px;margin-top:auto;display:flex}.use-cases-section .use-cases-grid .use-case-card .case-tags-footer .case-tag-pill{background:var(--bg-secondary,#ffffff0a);color:var(--text-secondary,#a1a1aa);border:1px solid var(--border-subtle,#ffffff14);border-radius:6px;padding:4px 10px;font-size:.725rem;font-weight:700}@media (width<=992px){.use-cases-section{padding:60px 0}.use-cases-section .use-cases-grid{grid-template-columns:1fr}}@media (width<=480px){.use-cases-section{padding:30px 16px}.use-cases-section .section-header{margin-bottom:24px}.use-cases-section .section-header .section-title{font-size:1.6rem!important;line-height:1.3!important}.use-cases-section .section-header .section-subtitle{font-size:.9rem!important}.use-cases-section .use-cases-grid{gap:16px}.use-cases-section .use-cases-grid .use-case-card{border-radius:14px;padding:20px}.use-cases-section .use-cases-grid .use-case-card .card-role-title{font-size:1.15rem}.use-cases-section .use-cases-grid .use-case-card .pain-box,.use-cases-section .use-cases-grid .use-case-card .solution-box{border-radius:10px;padding:12px}.use-cases-section .use-cases-grid .use-case-card .pain-box .box-text,.use-cases-section .use-cases-grid .use-case-card .solution-box .box-text{font-size:.825rem}}.why-us-section{background:#0a0f1d66;padding:40px 0;position:relative}.why-us-section .section-header{text-align:center;max-width:720px;margin:0 auto 60px}.why-us-section .section-header .badge-pill{margin:0 auto 16px}.why-us-section .section-header .section-title{letter-spacing:-.02em;color:#fff;margin-bottom:16px;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800}.why-us-section .section-header .section-subtitle{color:var(--text-secondary,#94a3b8);font-size:1.1rem;line-height:1.6}.why-us-section .pain-cards-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.why-us-section .pain-cards-grid .pain-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f172a99;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;padding:32px;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 10px 30px #0003}.why-us-section .pain-cards-grid .pain-card:hover{border-color:#f59e0b4d;transform:translateY(-4px);box-shadow:0 20px 40px #0006,0 0 20px #f59e0b1a}.why-us-section .pain-cards-grid .pain-card .card-top{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.why-us-section .pain-cards-grid .pain-card .card-top .card-badge{letter-spacing:.05em;text-transform:uppercase;border:1px solid;border-radius:9999px;padding:4px 10px;font-size:.75rem;font-weight:700}.why-us-section .pain-cards-grid .pain-card .card-top .card-icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.why-us-section .pain-cards-grid .pain-card .card-title{color:#fff;margin-bottom:12px;font-size:1.25rem;font-weight:700}.why-us-section .pain-cards-grid .pain-card .card-desc{color:#94a3b8;font-size:.95rem;line-height:1.6}@media (width<=992px){.why-us-section{padding:60px 0}.why-us-section .pain-cards-grid{grid-template-columns:1fr;gap:20px}}@media (width<=480px){.why-us-section{padding:30px 16px}.why-us-section .section-header{margin-bottom:24px}.why-us-section .section-header .section-title{font-size:1.6rem!important;line-height:1.3!important}.why-us-section .section-header .section-subtitle{font-size:.9rem!important}.why-us-section .pain-cards-grid{gap:14px}.why-us-section .pain-cards-grid .pain-card{border-radius:14px;padding:20px}.why-us-section .pain-cards-grid .pain-card .card-title{font-size:1.1rem}.why-us-section .pain-cards-grid .pain-card .card-desc{font-size:.85rem}}.contact-banner-section{z-index:5;padding:40px 24px 80px;position:relative}.contact-banner-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:linear-gradient(135deg,#101626d9 0%,#0a0f1df2 100%);border:1px solid #f59e0b59;border-radius:28px;width:100%;max-width:960px;margin:0 auto;padding:48px 32px;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 16px 48px #0006,inset 0 0 24px #f59e0b0f}.contact-banner-card:hover{border-color:#f59e0b99;transform:translateY(-2px);box-shadow:0 20px 60px #f59e0b2e,inset 0 0 32px #f59e0b1a}.contact-banner-card .glow-ambient{filter:blur(70px);pointer-events:none;opacity:.45;border-radius:50%;position:absolute}.contact-banner-card .gold-glow{background:radial-gradient(circle,#f59e0b40 0%,#0000 70%);width:250px;height:150px;top:-50px;left:20%}.contact-banner-card .blue-glow{background:radial-gradient(circle,#3b82f640 0%,#0000 70%);width:250px;height:150px;bottom:-50px;right:20%}.contact-banner-card .banner-content{z-index:2;flex-direction:column;justify-content:center;align-items:center;gap:18px;display:flex;position:relative}.contact-banner-card .banner-badge{color:#ffffffd9;letter-spacing:.02em;align-items:center;gap:8px;font-size:1rem;font-weight:600;display:inline-flex}.contact-banner-card .banner-badge .banner-icon{color:#f59e0b}.contact-banner-card .email-link{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:9999px;justify-content:center;align-items:center;gap:16px;padding:12px 28px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.contact-banner-card .email-link .email-icon{color:#f59e0b;transition:transform .3s}.contact-banner-card .email-link .email-address{letter-spacing:-.02em;color:#fff;text-underline-offset:8px;font-family:inherit;font-size:2.4rem;font-weight:900;-webkit-text-decoration:underline #f59e0b80;text-decoration:underline #f59e0b80;transition:all .3s}.contact-banner-card .email-link .copy-indicator{color:#fff9;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.contact-banner-card .email-link .copy-indicator .text-green{color:#10b981}.contact-banner-card .email-link:hover{background:#f59e0b1f;border-color:#f59e0b80;transform:scale(1.03);box-shadow:0 0 28px #f59e0b40}.contact-banner-card .email-link:hover .email-icon{transform:rotate(-10deg)scale(1.1)}.contact-banner-card .email-link:hover .email-address{color:#fbbf24;text-decoration-color:#f59e0b}.contact-banner-card .email-link:hover .copy-indicator{color:#fff}.contact-banner-card .copied-toast{color:#34d399;background:#10b9812e;border:1px solid #10b98166;border-radius:9999px;align-items:center;gap:6px;margin-top:4px;padding:6px 16px;font-size:.85rem;font-weight:600;display:inline-flex}@keyframes bounceIn{0%{opacity:0;transform:translateY(6px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.contact-banner-card .copied-toast{animation:.25s cubic-bezier(.175,.885,.32,1.275) forwards bounceIn}@media (width<=768px){.contact-banner-card{border-radius:20px;padding:36px 18px}.contact-banner-card .banner-badge{font-size:.88rem}.contact-banner-card .email-link{gap:10px;padding:10px 18px}.contact-banner-card .email-link .email-icon{width:22px;height:22px}.contact-banner-card .email-link .email-address{text-underline-offset:5px;font-size:1.35rem}}.lead-card-container{border-radius:16px;padding:20px 24px;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative}.lead-card-container.high-intent{background:linear-gradient(135deg,#14182af2 0%,#1e1b14d9 100%);border:1px solid #ffd70073;border-left:4px solid gold;box-shadow:0 4px 24px #ffd7001f}.lead-card-container.low-intent{opacity:.9;background:#0f121e8c;border:1px solid #ffffff14;border-left:4px solid #475569}.lead-card-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:14px;display:flex}.lead-card-badges-group{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.lead-card-index-badge{border-radius:10px;padding:4px 10px;font-family:SFMono-Regular,Consolas,monospace;font-size:12px;font-weight:900}.lead-card-index-badge.high-intent{color:gold;background:linear-gradient(135deg,#ffd70033,#0006);border:1px solid #ffd70080;box-shadow:0 0 10px #ffd70026}.lead-card-index-badge.low-intent{color:#cbd5e1;background:#ffffff0f;border:1px solid #ffffff1f}.lead-card-realtime-badge{color:#4ade80;background:#22c55e26;border:1px solid #22c55e66;border-radius:8px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}.lead-card-realtime-badge .lead-card-pulse-dot{background:#22c55e;border-radius:50%;width:6px;height:6px;box-shadow:0 0 6px #22c55e}.lead-card-score-badge{border-radius:12px;align-items:center;gap:4px;padding:4px 12px;font-size:12px;display:inline-flex}.lead-card-score-badge.high-intent{color:gold;background:linear-gradient(135deg,#ffd70047 0%,#d4af3726 100%);border:1.5px solid #ffd700bf;font-weight:900;box-shadow:0 0 14px #ffd70040}.lead-card-score-badge.low-intent{color:#64748b;background:#ffffff0a;border:1px solid #ffffff14;font-weight:600}.lead-card-platform-badge{color:#94a3b8;background:#ffffff0f;border-radius:10px;padding:4px 10px;font-size:11.5px;font-weight:600}.lead-card-published-box{color:#94a3b8;align-items:center;gap:4px;margin-left:auto;font-size:11px;display:inline-flex}.lead-card-published-box .lead-card-published-time{color:#cbd5e1;font-weight:600}.lead-card-star-group{vertical-align:middle;gap:2px;margin-left:4px;display:inline-flex}.lead-card-title-group{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.lead-card-title-group .lead-card-title{color:#fff;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;margin:0;font-size:15.5px;font-weight:700;line-height:1.4;overflow:hidden}.lead-card-title-group .lead-card-external-icon{color:#94a3b8;flex-shrink:0;transition:color .2s}.lead-card-content-text{color:#cbd5e1;white-space:nowrap;text-overflow:ellipsis;margin-bottom:12px;font-size:13.5px;line-height:1.6;overflow:hidden}.lead-card-ai-insights-group{flex-direction:column;margin-bottom:12px;display:flex}.lead-card-ai-insights-group .lead-card-ai-reason-box{border-radius:12px 12px 0 0;padding:14px 18px}.lead-card-ai-insights-group .lead-card-ai-reason-box.high-intent{background:linear-gradient(135deg,#ffd70014 0%,#d4af3705 100%);border:1px solid #ffd70059;border-bottom:none}.lead-card-ai-insights-group .lead-card-ai-reason-box.low-intent{background:#ffffff05;border:1px solid #ffffff0f;border-bottom:none}.lead-card-ai-insights-group .lead-card-ai-reason-box .lead-card-ai-reason-header{align-items:center;gap:8px;margin-bottom:6px;font-size:13px;font-weight:800;display:flex}.lead-card-ai-insights-group .lead-card-ai-reason-box .lead-card-ai-reason-header.high-intent{color:gold}.lead-card-ai-insights-group .lead-card-ai-reason-box .lead-card-ai-reason-header.low-intent{color:#94a3b8}.lead-card-ai-insights-group .lead-card-ai-reason-box .lead-card-ai-reason-text{font-size:13px;font-weight:500;line-height:1.6}.lead-card-ai-insights-group .lead-card-ai-reason-box .lead-card-ai-reason-text.high-intent{color:#f1f5f9}.lead-card-ai-insights-group .lead-card-ai-reason-box .lead-card-ai-reason-text.low-intent{color:#cbd5e1}.lead-card-ai-insights-group .lead-card-reply-box{background:#ffffff06;border:1px solid #ffd70059;border-top:none;border-radius:0 0 12px 12px;padding:10px 14px;transition:all .2s}.lead-card-ai-insights-group .lead-card-reply-box .lead-card-reply-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;display:flex}.lead-card-ai-insights-group .lead-card-reply-box .lead-card-reply-header .lead-card-reply-header-title{color:#94a3b8;align-items:center;gap:6px;font-size:12px;font-weight:700;display:flex}.lead-card-ai-insights-group .lead-card-reply-box .lead-card-reply-header .lead-card-reply-toggle-tag{color:#38bdf8;align-items:center;gap:2px;margin-left:4px;font-size:11px;display:inline-flex}.lead-card-ai-insights-group .lead-card-reply-box .lead-card-copy-btn{cursor:pointer;border-radius:8px;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:600;transition:all .2s;display:flex}.lead-card-ai-insights-group .lead-card-reply-box .lead-card-copy-btn.copied{color:#4ade80;background:#22c55e33;border:1px solid #22c55e}.lead-card-ai-insights-group .lead-card-reply-box .lead-card-copy-btn.uncopied{color:#cbd5e1;background:#ffffff0f;border:1px solid #ffffff1f}.lead-card-ai-insights-group .lead-card-reply-box .lead-card-reply-body{color:#e2e8f0;white-space:pre-wrap;word-break:break-word;border-top:1px solid #ffffff0d;margin-top:10px;padding-top:10px;font-size:12.5px;font-style:italic;line-height:1.6}.lead-card-footer{border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding-top:8px;display:flex}.lead-card-footer .lead-card-analyzed-box{color:#64748b;align-items:center;gap:4px;font-size:11px;display:inline-flex}.lead-card-footer .lead-card-analyzed-box .lead-card-analyzed-time{font-weight:600}.lead-card-footer .lead-card-analyzed-box .lead-card-analyzed-time.history{color:#94a3b8}.lead-card-footer .lead-card-analyzed-box .lead-card-analyzed-time.realtime{color:#7dd3fc}.lead-card-footer .lead-card-open-link-btn{color:var(--accent-gold);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:12.5px;font-weight:700;display:flex}
