#p-landing{--bg:#000000;--bg2:#0a0a0a;--surface:#0a0a0a;--surface2:#111111;--surface3:#1a1a1a;--card:#111111;--card-border:rgba(255,255,255,0.06);--text:#ffffff;--text2:#a1a1aa;--text3:#7e7e86;--emerald:#0d9668;--emeraldDim:rgba(13,150,104,0.08);--emeraldGlow:rgba(13,150,104,0.15);--rose:#FF4D4D;--roseDim:rgba(255,77,77,0.08);--roseGlow:rgba(255,77,77,0.15);--indigo:#6366f1;--indigoDim:rgba(99,102,241,0.08);--indigoGlow:rgba(99,102,241,0.12);--blue:#3b82f6;--blueDim:rgba(59,130,246,0.08);--blueGlow:rgba(59,130,246,0.12);--teal:#14b8a6;--r:12px;--rs:8px;font-family:Inter,sans-serif;color:var(--text);line-height:1.6;background:var(--bg);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;min-height:100vh}#p-landing .container{max-width:1120px;margin:0 auto;padding:0 24px}#p-landing .mono{font-family:JetBrains Mono,monospace}#p-landing .serif{font-family:Inter,sans-serif;letter-spacing:-.04em}#p-landing .text-gradient{background:linear-gradient(135deg,#818cf8,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}@keyframes barGrow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes tickerScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes glowPulse{0%,to{box-shadow:0 0 30px rgba(13,150,104,.1)}50%{box-shadow:0 0 60px rgba(13,150,104,.2)}}#p-landing .dark-zone{background:var(--bg);color:#fff;position:relative;overflow:hidden}#p-landing .ticker{background:rgba(255,255,255,.03);border-bottom:1px solid rgba(255,255,255,.06);height:32px;display:flex;align-items:center;overflow:hidden}#p-landing .ticker-track{display:flex;animation:tickerScroll 45s linear infinite;white-space:nowrap}#p-landing .ticker-item{font-family:JetBrains Mono,monospace;font-size:10px;color:rgba(255,255,255,.3);padding:0 18px;letter-spacing:.5px}#p-landing .ticker-item strong{color:#0d9668;font-weight:500}#p-landing .ticker-sep{color:rgba(255,255,255,.08);padding:0 4px;font-size:10px}#p-landing .nav{padding:16px 0;display:flex;align-items:center;justify-content:space-between}#p-landing .nav-brand{font-family:Inter,sans-serif;letter-spacing:-.04em;font-size:24px;color:#fff;font-weight:400;display:flex;align-items:center;gap:8px}#p-landing .nav-ai{font-family:JetBrains Mono,monospace;font-size:8px;background:var(--emeraldDim);color:var(--emerald);padding:2px 7px;border-radius:4px;font-weight:600;letter-spacing:1px}#p-landing .nav-links{display:flex;align-items:center;gap:28px;list-style:none}#p-landing .nav-links a{color:rgba(255,255,255,.5);text-decoration:none;font-size:13px;font-weight:400;transition:color .2s}#p-landing .nav-links a:hover{color:#fff}#p-landing .btn-outline{border:1px solid rgba(255,255,255,.15);color:#fff;background:transparent;padding:8px 18px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;font-family:Inter,sans-serif;transition:all .2s;text-decoration:none}#p-landing .btn-outline:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.3)}#p-landing .btn-primary{background:#fff;color:#0f1115!important;border:none;padding:8px 20px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;font-family:Inter,sans-serif;transition:all .2s;text-decoration:none}#p-landing .btn-primary:hover{background:rgba(255,255,255,.9);transform:translateY(-1px)}#p-landing .hero{padding:80px 0 100px;position:relative}#p-landing .hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}#p-landing .hero-copy{padding-top:40px;animation:fadeUp .8s ease}#p-landing .hero-eyebrow{font-family:JetBrains Mono,monospace;font-size:11px;color:var(--emerald);letter-spacing:.15em;text-transform:uppercase;margin-bottom:24px;display:flex;align-items:center;gap:8px}#p-landing .hero-dot{width:6px;height:6px;background:var(--emerald);border-radius:50%;animation:pulse 2s infinite}#p-landing .hero h1{font-family:Inter,sans-serif;letter-spacing:-.04em;font-size:58px;font-weight:800;line-height:1.08;color:#fff;margin-bottom:20px}#p-landing .hero h1 em{font-style:italic;color:#fff}#p-landing .hero-sub{font-size:16px;color:#d4d4d8;line-height:1.7;margin-bottom:36px;max-width:440px;font-weight:500}#p-landing .hero-ctas{display:flex;align-items:center;gap:16px;margin-bottom:28px}#p-landing .hero-cta-main{background:var(--emerald);color:#fff;border:none;padding:14px 28px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;font-family:Inter,sans-serif;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;gap:8px}#p-landing .hero-cta-main:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 8px 32px rgba(13,150,104,.3)}#p-landing .hero-cta-sec{color:rgba(255,255,255,.45);text-decoration:none;font-size:13px;transition:color .2s;display:flex;align-items:center;gap:4px}#p-landing .hero-cta-sec:hover{color:#fff}#p-landing .hero-trust{display:flex;gap:20px;font-size:11px;color:rgba(255,255,255,.25)}#p-landing .hero-trust span{display:flex;align-items:center;gap:4px}#p-landing .hero-trust .ck{color:var(--emerald)}#p-landing .hero-widget{animation:fadeUp .8s ease .15s both}#p-landing .b3-widget{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:28px;backdrop-filter:blur(20px);animation:glowPulse 4s ease-in-out infinite}#p-landing .b3-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}#p-landing .b3-title{font-size:10px;color:var(--emerald);letter-spacing:1.5px;text-transform:uppercase}#p-landing .b3-badge,#p-landing .b3-title{font-family:JetBrains Mono,monospace;font-weight:600}#p-landing .b3-badge{font-size:9px;background:rgba(255,77,77,.1);color:var(--rose);padding:3px 8px;border-radius:5px;border:1px solid rgba(255,77,77,.25)}#p-landing .b3-bars{display:flex;align-items:flex-end;justify-content:center;gap:32px;height:180px;margin-bottom:24px;padding:0 20px}#p-landing .b3-bar-group{display:flex;flex-direction:column;align-items:center;gap:8px}#p-landing .b3-bar{width:80px;border-radius:8px 8px 4px 4px;position:relative;transform-origin:bottom;animation:barGrow .8s ease .5s both}#p-landing .b3-bar-red{background:linear-gradient(180deg,#FF4D4D,rgba(255,77,77,.6));height:160px;box-shadow:0 0 30px rgba(255,77,77,.15)}#p-landing .b3-bar-green{background:linear-gradient(180deg,var(--emerald),rgba(13,150,104,.6));height:68px;box-shadow:0 0 30px var(--emeraldGlow)}#p-landing .b3-bar-val{position:absolute;top:-24px;left:50%;transform:translateX(-50%);font-family:JetBrains Mono,monospace;font-size:13px;font-weight:700;white-space:nowrap}#p-landing .b3-bar-label{font-size:11px;color:rgba(255,255,255,.35);text-align:center;max-width:100px;line-height:1.3}#p-landing .b3-divider{height:1px;background:rgba(255,255,255,.06);margin-bottom:16px}#p-landing .b3-result{display:flex;justify-content:space-between;align-items:center}#p-landing .b3-result-left{font-size:12px;color:rgba(255,255,255,.4)}#p-landing .b3-result-val{font-family:JetBrains Mono,monospace;font-size:22px;font-weight:700;color:#6ee7b7;text-shadow:0 0 15px rgba(13,150,104,.4)}#p-landing .b3-result-tag{font-family:JetBrains Mono,monospace;font-size:9px;color:var(--emerald);background:var(--emeraldDim);padding:3px 8px;border-radius:4px;margin-top:4px;display:inline-block}#p-landing .b3-footer{margin-top:16px;text-align:center}#p-landing .b3-footer-link{font-size:11px;color:rgba(255,255,255,.3);text-decoration:none;transition:color .2s;display:flex;align-items:center;justify-content:center;gap:4px}#p-landing .b3-footer-link:hover{color:#fff}#p-landing .b3-slider{height:4px;border-radius:2px;background:rgba(255,255,255,.08);margin:8px 0;transition:background .2s}#p-landing .b3-slider::-webkit-slider-thumb{appearance:none;width:18px;height:18px;background:var(--emerald);border:2px solid #fff;box-shadow:0 0 12px rgba(13,150,104,.4);transition:all .2s}#p-landing .b3-slider::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 0 20px rgba(13,150,104,.6)}#p-landing .b3-slider::-moz-range-thumb{width:18px;height:18px;background:var(--emerald);border:2px solid #fff;box-shadow:0 0 12px rgba(13,150,104,.4);transition:all .2s}#p-landing .b3-slider::-moz-range-thumb:hover{transform:scale(1.15);box-shadow:0 0 20px rgba(13,150,104,.6)}#p-landing .b3-slider::-moz-range-track{height:4px;border-radius:2px;background:rgba(255,255,255,.08);border:none}#p-landing .b3-slider--rose{background:rgba(255,77,77,.12)}#p-landing .b3-slider--rose::-webkit-slider-thumb{background:var(--rose);box-shadow:0 0 12px rgba(255,77,77,.4)}#p-landing .b3-slider--rose::-webkit-slider-thumb:hover{box-shadow:0 0 20px rgba(255,77,77,.6)}#p-landing .b3-slider--rose::-moz-range-thumb{background:var(--rose);box-shadow:0 0 12px rgba(255,77,77,.4)}#p-landing .b3-slider--rose::-moz-range-thumb:hover{box-shadow:0 0 20px rgba(255,77,77,.6)}#p-landing .b3-slider-label{font-family:JetBrains Mono,monospace;font-size:10px;color:var(--text3);letter-spacing:.5px;display:flex;justify-content:space-between;margin-bottom:4px}#p-landing .b3-slider-value{font-family:JetBrains Mono,monospace;font-size:14px;font-weight:700;color:#fff}#p-landing .light-zone{background:var(--bg);color:var(--text)}#p-landing .about-strip{padding:80px 0;text-align:center;background:var(--bg)}#p-landing .about-eyebrow{letter-spacing:.2em;font-family:JetBrains Mono,monospace;font-size:10px;color:var(--text3);text-transform:uppercase;margin-bottom:16px;display:flex;align-items:center;justify-content:center;gap:6px}#p-landing .about-eyebrow .dot{width:6px;height:6px;background:var(--emerald);border-radius:50%}#p-landing .about-tagline{font-family:Inter,sans-serif;letter-spacing:-.04em;font-size:28px;font-weight:700;color:#fff;margin-bottom:12px;text-align:center}#p-landing .about-connector{font-size:13px;color:#a1a1aa;margin-bottom:20px;max-width:520px;margin-left:auto;margin-right:auto}#p-landing .bento{padding:0 0 80px}#p-landing .bento-grid{display:grid;grid-template-columns:1.4fr 1fr;grid-template-rows:auto auto;gap:16px}#p-landing .bento-card{background:var(--card);border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:32px;position:relative;overflow:hidden;transition:all .3s}#p-landing .bento-card:hover{transform:translateY(-3px);box-shadow:inset 0 1px 0 0 rgba(255,255,255,.06)}#p-landing .bento-eyebrow{font-family:JetBrains Mono,monospace;font-size:9px;letter-spacing:1.5px;text-transform:uppercase;font-weight:600;margin-bottom:12px}#p-landing .bento-title{font-family:Inter,sans-serif;letter-spacing:-.04em;font-size:24px;font-weight:600;color:#fff;margin-bottom:10px;line-height:1.25}#p-landing .bento-desc{font-size:13px;color:#a1a1aa;line-height:1.65;margin-bottom:20px;max-width:380px}#p-landing .bento-visual{border-radius:12px;padding:16px;position:relative}#p-landing .bento-emerald .bento-eyebrow{color:#9ca3af}#p-landing .bento-emerald .bento-visual{background:rgba(13,150,104,.05);border:1px solid rgba(13,150,104,.12)}#p-landing .bento-emerald-ui{display:flex;flex-direction:column;gap:8px}#p-landing .bento-emerald-row{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:rgba(13,150,104,.04);border-radius:8px;font-size:11px}#p-landing .bento-emerald-row .label{color:#a1a1aa}#p-landing .bento-emerald-row .val{font-family:JetBrains Mono,monospace;font-weight:600;color:#34d399;text-shadow:0 0 10px rgba(13,150,104,.3)}#p-landing .bento-emerald-row .val.generated{background:var(--emeraldDim);padding:2px 8px;border-radius:4px}#p-landing .bento-rose .bento-eyebrow{color:#9ca3af}#p-landing .bento-rose .bento-visual{background:rgba(255,77,77,.05);border:1px solid rgba(255,77,77,.1);text-align:center;padding:24px}#p-landing .bento-rose-rate{font-family:JetBrains Mono,monospace;font-size:42px;font-weight:700;color:#FF4D4D;text-shadow:0 0 20px rgba(255,77,77,.3);line-height:1}#p-landing .bento-rose-label{font-size:11px;color:#a1a1aa;margin-top:6px}#p-landing .bento-rose-badge{display:inline-flex;align-items:center;gap:6px;font-family:JetBrains Mono,monospace;font-size:10px;background:rgba(255,77,77,.1);border:1px solid rgba(255,77,77,.25);color:#FF4D4D;padding:4px 10px;border-radius:6px;margin-top:12px;font-weight:600}#p-landing .bento-indigo .bento-eyebrow{color:#9ca3af}#p-landing .bento-indigo .bento-visual{background:rgba(99,102,241,.05);border:1px solid rgba(99,102,241,.1);padding:20px}#p-landing .bento-indigo-chart{display:flex;align-items:flex-end;gap:3px;height:60px;margin-bottom:12px}#p-landing .bento-indigo-chart .bar{width:8px;border-radius:3px 3px 1px 1px;background:var(--indigo);opacity:.6;transform-origin:bottom;animation:barGrow 1s ease both}#p-landing .bento-indigo-chart .bar:nth-child(odd){opacity:.4}#p-landing .bento-indigo-stats{display:flex;gap:16px}#p-landing .bento-indigo-stat .v{font-family:JetBrains Mono,monospace;font-size:16px;font-weight:700;color:#a5b4fc;text-shadow:0 0 10px rgba(99,102,241,.3)}#p-landing .bento-indigo-stat .l{font-size:10px;color:var(--text3)}#p-landing .bento-household:hover{transform:translateY(-3px)}#p-landing .bento-household:hover .household-bg{transform:scale(1.05)}#p-landing .household-bg{position:absolute;inset:0;background:url(/avatar-transparent.png) 100% 100%/contain no-repeat;filter:grayscale(1);opacity:.25;mix-blend-mode:luminosity;transition:transform .7s ease}#p-landing .household-gradient{position:absolute;inset:0;background:linear-gradient(0deg,#0a0a0a,rgba(10,10,10,.85) 50%,transparent)}#p-landing .household-content{position:relative;z-index:10;display:flex;flex-direction:column;height:100%;justify-content:space-between}#p-landing .household-data{width:100%;max-width:480px;border:1px solid rgba(255,255,255,.06);background:rgba(0,0,0,.4);backdrop-filter:blur(12px);border-radius:10px;padding:20px;margin-top:24px;box-shadow:0 8px 32px rgba(0,0,0,.4)}#p-landing .bento-bridge{padding:32px 0 0;text-align:center}#p-landing .bento-bridge-text{font-size:12px;color:#7e7e86;font-weight:400;letter-spacing:.3px;max-width:500px;margin:0 auto}#p-landing .trust-bar{padding:40px 0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}#p-landing .trust-items{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}#p-landing .trust-item{font-family:JetBrains Mono,monospace;font-size:10px;color:var(--text3);letter-spacing:.5px;display:flex;align-items:center;gap:6px}#p-landing .trust-item .icon{font-size:12px}#p-landing .stats{padding:80px 0;text-align:center}#p-landing .stats-headline{font-family:Inter,sans-serif;letter-spacing:-.04em;font-size:34px;font-weight:700;margin-bottom:8px}#p-landing .stats-sub{font-size:14px;color:var(--text3);margin-bottom:48px;max-width:500px;margin-left:auto;margin-right:auto}#p-landing .stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:20px}#p-landing .stat-card{background:#111;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:28px 20px}#p-landing .stat-val{font-family:JetBrains Mono,monospace;font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:48px;font-weight:700;color:#fff;line-height:1}#p-landing .stat-val span{font-size:28px;color:var(--text3)}#p-landing .stat-label{font-size:10px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.2em;margin-top:4px;margin-bottom:6px}#p-landing .stat-desc{font-size:12px;color:#71717a;line-height:1.5}#p-landing .stat-wide{grid-column:1/-1;background:#111;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:24px 28px;display:flex;align-items:center;justify-content:space-between}#p-landing .stat-wide-left{display:flex;align-items:center;gap:16px}#p-landing .stat-wide-num{font-family:JetBrains Mono,monospace;font-variant-numeric:tabular-nums;font-size:36px;font-weight:700;color:#fff}#p-landing .stat-wide-text{font-size:13px;color:var(--text2)}#p-landing .stat-wide .btn-dark{background:#fff;color:#000;border:none;padding:10px 20px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:Inter,sans-serif;transition:all .2s}#p-landing .stat-wide .btn-dark:hover{opacity:.85}#p-landing .faq{padding:80px 0}#p-landing .faq-headline{font-family:Inter,sans-serif;letter-spacing:-.04em;font-size:34px;font-weight:700;text-align:center;margin-bottom:8px}#p-landing .faq-sub{text-align:center;font-size:14px;color:var(--text3);margin-bottom:40px}#p-landing .faq-list{max-width:700px;margin:0 auto}#p-landing .faq-item{border:1px solid rgba(255,255,255,.06);border-radius:8px;margin-bottom:6px;background:#111;overflow:hidden}#p-landing .faq-q{padding:18px 24px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:14px;font-weight:500;color:#fff;transition:background .2s}#p-landing .faq-q:hover{background:rgba(255,255,255,.02)}#p-landing .faq-q .icon{width:24px;height:24px;border-radius:50%;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--text3);flex-shrink:0;transition:all .2s}#p-landing .faq-item.open .faq-q .icon{background:#fff;color:#000;border-color:#fff}#p-landing .faq-a{padding:0 24px 18px;font-size:13px;color:var(--text2);line-height:1.7;display:none}#p-landing .faq-item.open .faq-a{display:block}#p-landing .faq-contact{max-width:700px;margin:24px auto 0;background:#111;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:18px 24px;display:flex;align-items:center;justify-content:space-between}#p-landing .faq-contact-left{display:flex;align-items:center;gap:12px;font-size:13px;color:var(--text2)}#p-landing .faq-contact-icon{width:32px;height:32px;border-radius:50%;background:#1a1a1a;display:flex;align-items:center;justify-content:center;font-size:14px}#p-landing .faq-contact .btn-sm{background:var(--emerald);color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;font-family:Inter,sans-serif}#p-landing .final-cta{padding:128px 0;background:#050505;color:#fff;text-align:center;position:relative;overflow:hidden;border-top:1px solid rgba(255,255,255,.04)}#p-landing .final-cta:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:600px;height:300px;background:rgba(255,255,255,.05);filter:blur(120px);border-radius:50%;pointer-events:none}#p-landing .final-headline{font-family:Inter,sans-serif;font-size:clamp(40px,7vw,72px);font-weight:800;letter-spacing:-.04em;line-height:1.05;margin-bottom:24px;position:relative;z-index:1}#p-landing .final-headline .muted{color:rgba(255,255,255,.35)}#p-landing .final-sub{font-size:18px;color:rgba(255,255,255,.4);margin-bottom:40px;max-width:520px;margin-left:auto;margin-right:auto;font-weight:500;letter-spacing:-.01em}#p-landing .final-btn,#p-landing .final-sub{position:relative;z-index:1}#p-landing .final-btn a{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#000;border:none;padding:16px 32px;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;font-family:Inter,sans-serif;transition:all .2s;text-decoration:none;box-shadow:0 0 30px rgba(255,255,255,.1)}#p-landing .final-btn a:hover{background:rgba(255,255,255,.9);transform:translateY(-1px)}#p-landing .final-btn .btn-sub{color:rgba(0,0,0,.4);font-weight:400;margin:0 4px}#p-landing .final-btn .arrow{transition:transform .2s}#p-landing .final-btn a:hover .arrow{transform:translateX(4px)}#p-landing .footer{background:var(--bg);color:rgba(255,255,255,.4);border-top:1px solid rgba(255,255,255,.06);padding:48px 0 32px}#p-landing .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}#p-landing .footer-brand{font-family:Inter,sans-serif;letter-spacing:-.04em;font-size:18px;color:#fff;margin-bottom:10px}#p-landing .footer-legal{font-size:11px;line-height:1.6;color:rgba(255,255,255,.25)}#p-landing .footer-heading{font-family:JetBrains Mono,monospace;font-size:9px;letter-spacing:.15em;text-transform:uppercase;margin-bottom:14px;color:rgba(255,255,255,.3)}#p-landing .footer-links{list-style:none}#p-landing .footer-links a{font-size:12px;color:rgba(255,255,255,.35);text-decoration:none;display:block;padding:3px 0;transition:color .2s}#p-landing .footer-links a:hover{color:#fff}#p-landing .footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:20px;display:flex;justify-content:space-between;font-size:10px;color:rgba(255,255,255,.2)}#p-landing .fade-up{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}#p-landing .fade-up.visible{opacity:1;transform:translateY(0)}#p-landing .b3-calc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-bottom:28px}#p-landing .b3-result-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:20px}#p-landing .b3-comparison>div{padding:8px!important}#p-landing .b3-comparison{gap:6px!important}#p-landing .calc-savings{padding:6px 8px!important;margin-top:6px!important}#p-landing .calc-big-number{font-size:20px!important;line-height:1.2!important;margin:1px 0!important}#p-landing .calc-phone .hero-cta-main{margin-top:8px!important}@media(max-width:768px){#p-landing{overflow-x:hidden;width:100%}#p-landing .container{max-width:100%;padding:0 20px;box-sizing:border-box}#p-landing .hero-grid{grid-template-columns:1fr;gap:24px}#p-landing .hero h1{font-size:36px}#p-landing .hero-copy{padding-top:0;order:1}#p-landing .hero-widget{order:2}#p-landing .hero-ctas{order:3;display:flex;flex-direction:column;align-items:stretch}#p-landing .hero-cta-main,#p-landing .hero-cta-sec{justify-content:center}#p-landing .calc-phone{max-width:calc(100% - 32px)!important;border-radius:20px!important;padding:12px!important;margin:0 auto!important;border:1px solid rgba(0,255,128,.1);animation:greenPulse 4s ease-in-out infinite!important}#p-landing .calc-phone .b3-slider{margin:4px 0!important}#p-landing .calc-phone .calc-big-number{font-size:18px!important}#p-landing .calc-phone .calc-roi-chip{font-size:9px!important;padding:3px 6px!important}#p-landing .calc-phone .hero-cta-main{padding:10px 0!important;font-size:13px!important;margin-top:6px!important}#p-landing .hero-cta-main{margin-bottom:24px}#p-landing .stat-wide,#p-landing .stats-grid{max-width:100%;overflow:hidden;box-sizing:border-box}#p-landing input[type=range]{max-width:100%}#p-landing .hero-trust{display:flex;flex-wrap:wrap!important;gap:6px 16px;font-size:11px!important;white-space:normal;overflow:hidden}#p-landing .b3-comparison{grid-template-columns:1fr!important}#p-landing .bento-grid{grid-template-columns:1fr}#p-landing .bento-household{grid-column:auto}#p-landing .stats-grid{grid-template-columns:1fr}#p-landing .nav-links{display:none}#p-landing .footer-grid{grid-template-columns:1fr 1fr;gap:24px}#p-landing .footer-links a,#p-landing .footer-links button,#p-landing .footer-links li{min-height:44px;display:flex;align-items:center}#p-landing .stat-wide{flex-direction:column;gap:16px;text-align:center}#p-landing .trust-items{flex-direction:column;align-items:center;gap:12px}#p-landing .final-headline{font-size:40px}#p-landing .faq-contact{flex-direction:column;gap:12px;text-align:center}#p-landing .b3-calc-grid,#p-landing .b3-result-grid{grid-template-columns:1fr}}@media(max-width:480px){#p-landing .hero{padding:60px 0}#p-landing .hero h1{font-size:28px}#p-landing .hero-sub{font-size:14px}#p-landing .b3-bars{gap:20px;height:140px;padding:0 8px}#p-landing .b3-bar{width:60px}#p-landing .b3-bar-red{height:120px}#p-landing .b3-bar-green{height:52px}#p-landing .bento-card{padding:20px}#p-landing .bento-household{min-height:240px}#p-landing .faq-headline,#p-landing .stats-headline{font-size:26px}#p-landing .final-cta{padding:80px 0}#p-landing .final-headline{font-size:32px}#p-landing .footer-grid{grid-template-columns:1fr;gap:20px}#p-landing .footer-bottom{flex-direction:column;gap:8px;text-align:center}}@media(prefers-reduced-motion:reduce){#p-landing .b3-bar,#p-landing .b3-widget,#p-landing .bento-indigo-chart .bar,#p-landing .hero-copy,#p-landing .hero-widget{animation:none!important}#p-landing .fade-up{opacity:1!important;transform:none!important;transition:none!important}#p-landing .ticker-track{animation:none!important}}@keyframes greenPulse{0%{box-shadow:0 0 15px rgba(0,255,128,.05)}50%{box-shadow:0 0 50px rgba(0,255,128,.25),inset 0 0 10px rgba(0,255,128,.05)}to{box-shadow:0 0 15px rgba(0,255,128,.05)}}#p-landing .calc-phone{animation:greenPulse 4s ease-in-out infinite}#p-landing .b3-comparison{display:flex!important;flex-direction:column!important;gap:12px!important;grid-template-columns:unset!important}#p-landing .b3-comparison>div{width:100%;text-align:center}#p-landing .b3-slider{-webkit-appearance:none;appearance:none;width:100%;height:6px;background:#1A1D24;border-radius:4px;outline:none;cursor:pointer}#p-landing .b3-slider::-webkit-slider-thumb{-webkit-appearance:none;height:32px;width:32px;border-radius:50%;background:#00FF80;cursor:pointer;box-shadow:0 0 10px rgba(0,255,128,.4);border:10px solid transparent;background-clip:padding-box}#p-landing .b3-slider::-moz-range-thumb{height:32px;width:32px;border-radius:50%;background:#00FF80;cursor:pointer;box-shadow:0 0 10px rgba(0,255,128,.4);border:10px solid transparent;background-clip:padding-box}#p-landing .b3-slider::-webkit-slider-runnable-track{height:6px;background:#1A1D24;border-radius:4px}#p-landing .mono,#p-landing [style*=JetBrains]{font-variant-numeric:tabular-nums}#p-landing .landing-nav{position:sticky;top:0;z-index:1000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:rgba(7,9,15,.85)}#p-landing .nav-burger{display:none;flex-direction:column;justify-content:center;gap:5px;min-width:44px;min-height:44px;background:none;border:none;cursor:pointer;padding:8px;margin-left:auto;position:relative;z-index:9999;-webkit-tap-highlight-color:transparent;touch-action:manipulation}#p-landing .burger-line{display:block;width:22px;height:2px;background:#fff;border-radius:1px;transition:transform .3s,opacity .3s;pointer-events:none}#p-landing .nav-drawer{position:fixed;inset:0;background:rgba(7,9,15,.97);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;z-index:9999;transform:translateX(100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}#p-landing .nav-drawer.open{transform:translateX(0)}#p-landing .nav-drawer button{font-family:JetBrains Mono,monospace;font-size:18px;color:#fff;background:none;border:none;cursor:pointer;letter-spacing:.05em;text-decoration:none;padding:8px 16px;min-height:44px;-webkit-tap-highlight-color:transparent;touch-action:manipulation}#p-landing .nav-drawer button:hover{color:var(--gold,#d4a843)}#p-landing .drawer-close{position:absolute!important;top:20px;right:20px;font-size:28px;min-width:44px;min-height:44px;z-index:10000;-webkit-tap-highlight-color:transparent;touch-action:manipulation}#p-landing .drawer-ctas{display:flex;flex-direction:column;gap:12px;width:80%;margin-top:24px}#p-landing .drawer-ctas .btn-ghost{border:1px solid rgba(255,255,255,.1);color:#fff;font-family:JetBrains Mono,monospace}#p-landing .drawer-ctas .btn-ghost,#p-landing .drawer-ctas .btn-gold{display:block;text-align:center;padding:14px;border-radius:8px;font-size:14px;text-decoration:none;min-height:44px;-webkit-tap-highlight-color:transparent;touch-action:manipulation}#p-landing .drawer-ctas .btn-gold{background:var(--gold,#d4a843);color:#000;font-family:Inter,sans-serif;font-weight:700}@media(max-width:768px){#p-landing .nav-burger{display:flex}}@media(min-width:769px){#p-landing .nav-burger,#p-landing .nav-drawer{display:none!important}}