.home{--ink:#0a1a38;--paper:#fbfcfe;--green:#0e7a4d;--green-bright:#2fbf71;--slate:#41506b;--line:#e3e8f1;--ledger-red:#c4483f;--display:var(--font-display),var(--font-geist-sans),sans-serif;--mono:var(--font-geist-mono),ui-monospace,monospace;background:var(--paper);min-height:100vh;color:var(--ink);font-family:var(--font-geist-sans),system-ui,sans-serif;line-height:1.6}.home h1,.home h2,.home h3{font-family:var(--display);margin:0;line-height:1.08}.home-num{font-family:var(--mono);font-variant-numeric:tabular-nums;letter-spacing:-.01em}.home-nav{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);background:rgba(251,252,254,.88);justify-content:space-between;align-items:center;gap:1rem;padding:.8rem max(1.25rem,min(4vw,3rem));display:flex;position:-webkit-sticky;position:sticky;top:0}.home-nav-links{gap:1.75rem;display:none}.home-nav-links a{color:var(--slate);font-size:.95rem;font-weight:500;text-decoration:none}.home-nav-links a:hover{color:var(--ink)}.home-nav-cta{gap:.6rem;display:flex}@media (min-width:768px){.home-nav-links{display:flex}}.home-btn{border:1px solid transparent;border-radius:10px;justify-content:center;align-items:center;padding:.55rem 1.1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .12s,box-shadow .12s,background .12s;display:inline-flex}.home-btn:focus-visible{outline:2px solid var(--green);outline-offset:2px}.home-btn--lg{border-radius:12px;padding:.8rem 1.6rem;font-size:1.05rem}.home-btn--primary{background:var(--ink);color:#fff}.home-btn--primary:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(10,26,56,.25)}.home-btn--outline{border-color:var(--ink);color:var(--ink)}.home-btn--outline:hover{background:rgba(10,26,56,.05)}.home-btn--ghost{color:var(--slate)}.home-btn--ghost:hover{color:var(--ink);background:rgba(10,26,56,.05)}.home-btn--bright{background:var(--green-bright);color:var(--ink)}.home-btn--bright:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(47,191,113,.35)}.home-hero{position:relative;overflow:hidden}.home-hero:before{content:"";pointer-events:none;background:linear-gradient(90deg,transparent 0,transparent calc(max(1.25rem,min(4vw,3rem)) - 14px),rgba(196,72,63,.22) calc(max(1.25rem,min(4vw,3rem)) - 14px),rgba(196,72,63,.22) calc(max(1.25rem,min(4vw,3rem)) - 13px),transparent calc(max(1.25rem,min(4vw,3rem)) - 13px)),repeating-linear-gradient(transparent 0,transparent 35px,rgba(10,26,56,.05) 35px,rgba(10,26,56,.05) 36px);position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#000 55%,transparent);mask-image:linear-gradient(#000 55%,transparent)}.home-hero-inner{grid-template-columns:1fr;align-items:center;gap:3rem;max-width:72rem;margin:0 auto;padding:max(3rem,min(7vw,5.5rem)) max(1.25rem,min(4vw,3rem)) max(3rem,min(6vw,5rem));display:grid;position:relative}@media (min-width:960px){.home-hero-inner{grid-template-columns:1.05fr .95fr}}.home-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin:0 0 1rem;font-size:.8rem;font-weight:700}.home-hero-copy h1{letter-spacing:-.03em;font-size:max(2.5rem,min(5.5vw,3.9rem));font-weight:700}.home-hero-copy h1 em{color:var(--green);font-style:italic}.home-lede{max-width:34rem;color:var(--slate);margin:1.25rem 0 0;font-size:1.1rem}.home-hero-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.home-trust{color:var(--slate);margin:1.1rem 0 0;font-size:.85rem}.home-chat-card{border:1px solid var(--line);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 2px rgba(10,26,56,.06),0 16px 40px rgba(10,26,56,.1)}.home-chat-head{border-bottom:1px solid var(--line);background:#f6f8fb;align-items:center;gap:.5rem;padding:.7rem 1rem;display:flex}.home-chat-title{color:var(--ink);font-size:.85rem;font-weight:600}.home-chat-status{color:var(--green);align-items:center;gap:.35rem;margin-left:auto;font-size:.75rem;font-weight:600;display:inline-flex}.home-chat-status-dot{background:var(--green-bright);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px rgba(47,191,113,.2)}.home-chat-body{flex-direction:column;gap:.9rem;height:22rem;padding:1.1rem;display:flex;overflow:hidden}.home-chat-q{background:var(--ink);color:#fff;border-radius:14px 14px 4px;align-self:flex-end;max-width:90%;min-height:2.6em;padding:.6rem .9rem;font-size:.95rem}.home-chat-caret{vertical-align:text-bottom;background:#fff;width:2px;height:1em;margin-left:2px;animation:.9s steps(2,end) infinite home-caret;display:inline-block}@keyframes home-caret{to{opacity:0}}.home-chat-a{border:1px solid var(--line);background:#f6f8fb;border-radius:14px 14px 14px 4px;align-self:flex-start;max-width:95%;padding:.75rem .95rem;font-size:.92rem;animation:.3s both home-rise}@media (prefers-reduced-motion:reduce){.home-chat-a{animation:none}}.home-chat-a p{margin:0 0 .6rem}.home-chat-a--thinking{gap:5px;padding:.85rem 1rem;display:inline-flex}.home-dot{background:var(--slate);opacity:.5;border-radius:50%;width:6px;height:6px;animation:1s infinite home-blink}.home-dot:nth-child(2){animation-delay:.15s}.home-dot:nth-child(3){animation-delay:.3s}@keyframes home-blink{50%{opacity:1}}.home-chat-table{border-collapse:collapse;width:100%;font-size:.85rem}.home-chat-table td{border-top:1px solid var(--line);padding:.35rem .5rem}.home-chat-table td:nth-child(2){text-align:right;font-weight:600}.home-chat-meta{color:var(--slate);text-align:right;font-size:.8rem}.home-chat-source{color:var(--green);margin-top:.6rem;font-size:.75rem;font-weight:600}.home-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.home-strip-inner{max-width:72rem;color:var(--slate);flex-wrap:wrap;justify-content:center;gap:.5rem 2.5rem;margin:0 auto;padding:.9rem max(1.25rem,min(4vw,3rem));font-size:.85rem;font-weight:600;display:flex}.home-section{padding:max(3.5rem,min(7vw,5.5rem)) 0}.home-section-inner{max-width:72rem;margin:0 auto;padding:0 max(1.25rem,min(4vw,3rem))}.home-section h2,.home-privacy h2,.home-showcase h2,.home-cta h2{letter-spacing:-.02em;font-size:max(1.8rem,min(3.5vw,2.6rem));font-weight:700}.home-section-lede{color:var(--slate);margin:.75rem 0 0;font-size:1.05rem}.home-features{grid-template-columns:1fr;gap:1.1rem;margin-top:2.5rem;display:grid}@media (min-width:640px){.home-features{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.home-features{grid-template-columns:repeat(3,1fr)}}.home-feature{border:1px solid var(--line);background:#fff;border-radius:14px;padding:1.4rem;transition:transform .14s,box-shadow .14s}.home-feature:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(10,26,56,.08)}.home-feature-icon{width:26px;height:26px;color:var(--green)}.home-feature h3{margin:.85rem 0 .4rem;font-size:1.1rem;font-weight:700}.home-feature p{color:var(--slate);margin:0;font-size:.95rem}.home-privacy{background:#f2f8f5;border-top:1px solid #dcebe3;border-bottom:1px solid #dcebe3;padding:max(3.5rem,min(7vw,5.5rem)) 0}.home-privacy-inner{grid-template-columns:1fr;align-items:start;gap:2.5rem;display:grid}@media (min-width:960px){.home-privacy-inner{grid-template-columns:1.15fr .85fr;gap:4rem}}.home-privacy-lede{color:var(--slate);max-width:34rem;margin:.9rem 0 0;font-size:1.05rem}.home-privacy-points{flex-direction:column;gap:1.5rem;margin:2rem 0 0;padding:0;list-style:none;display:flex}.home-privacy-points li{align-items:flex-start;gap:.9rem;display:flex}.home-privacy-points svg{width:26px;height:26px;color:var(--green);flex-shrink:0;margin-top:.15rem}.home-privacy-points h3{margin:0 0 .3rem;font-size:1.08rem;font-weight:700}.home-privacy-points p{color:var(--slate);max-width:30rem;margin:0;font-size:.95rem}.home-privacy-card{background:#fff;border:1px solid #dcebe3;border-radius:16px;padding:1.4rem;position:-webkit-sticky;position:sticky;top:5rem;box-shadow:0 10px 30px rgba(14,122,77,.08)}.home-privacy-card-head{letter-spacing:.1em;text-transform:uppercase;color:var(--slate);border-bottom:1px solid var(--line);padding-bottom:.75rem;font-size:.8rem;font-weight:700}.home-privacy-table{border-collapse:collapse;width:100%;font-size:.95rem}.home-privacy-table td{border-bottom:1px solid var(--line);padding:.75rem .25rem}.home-privacy-table td:last-child{text-align:right;font-family:var(--mono);white-space:nowrap;font-size:.85rem;font-weight:700}.home-privacy-no{color:var(--ledger-red)}.home-privacy-no:before{content:"✕ "}.home-privacy-yes{color:var(--green)}.home-privacy-yes:before{content:"✓ "}.home-privacy-card-note{color:var(--slate);margin:.9rem 0 0;font-size:.85rem}.home-trust a{color:var(--green);border-bottom:1px solid rgba(14,122,77,.35);font-weight:600;text-decoration:none}.home-trust a:hover{border-bottom-color:var(--green)}.home-showcase{background:var(--ink);color:#fff;padding:max(3.5rem,min(7vw,5.5rem)) 0}.home-showcase-copy{max-width:40rem}.home-showcase-copy p{color:rgba(255,255,255,.72);margin:.9rem 0 0;font-size:1.05rem}.home-kpis{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2.25rem;display:grid}@media (min-width:900px){.home-kpis{grid-template-columns:repeat(4,1fr)}}.home-kpi{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:12px;flex-direction:column;gap:.3rem;padding:1rem 1.1rem;display:flex}.home-kpi-label{letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.6);font-size:.78rem;font-weight:600}.home-kpi-value{color:var(--green-bright);font-size:max(1.2rem,min(2.2vw,1.55rem));font-weight:700}.home-kpi-source{color:rgba(255,255,255,.55);font-size:.75rem}.home-chart{margin:1.5rem 0 0}.home-chart svg{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:12px;width:100%;height:150px;display:block}.home-chart figcaption{color:rgba(255,255,255,.55);margin-top:.6rem;font-size:.8rem}.home-steps{counter-reset:step;grid-template-columns:1fr;gap:1.1rem;margin:2.5rem 0 0;padding:0;list-style:none;display:grid}@media (min-width:900px){.home-steps{grid-template-columns:repeat(3,1fr)}}.home-step{border:1px solid var(--line);background:#fff;border-radius:14px;padding:1.4rem;position:relative}.home-step-num{background:var(--green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.95rem;font-weight:700;display:inline-flex}.home-step h3{margin:.85rem 0 .4rem;font-size:1.1rem;font-weight:700}.home-step p{color:var(--slate);margin:0;font-size:.95rem}.home-section--faq{border-top:1px solid var(--line);background:#fff}.home-faqs{max-width:46rem;margin-top:2rem}.home-faq{border-bottom:1px solid var(--line);padding:.25rem 0}.home-faq summary{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 0;font-size:1.02rem;font-weight:600;list-style:none;display:flex}.home-faq summary::-webkit-details-marker{display:none}.home-faq summary:after{content:"+";font-family:var(--mono);color:var(--green);font-size:1.1rem;transition:transform .15s}.home-faq[open] summary:after{transform:rotate(45deg)}.home-faq p{color:var(--slate);max-width:42rem;margin:0 0 1rem;font-size:.97rem}.home-cta{background:var(--ink);color:#fff;text-align:center;padding:max(3.5rem,min(7vw,5rem)) 0}.home-cta p{color:rgba(255,255,255,.72);margin:.9rem 0 1.75rem;font-size:1.05rem}.home-footer{background:var(--ink);color:rgba(255,255,255,.7);border-top:1px solid rgba(255,255,255,.12)}.home-footer-inner{flex-wrap:wrap;align-items:center;gap:1rem 2rem;max-width:72rem;margin:0 auto;padding:1.4rem max(1.25rem,min(4vw,3rem));display:flex}.home-footer-brand{font-family:var(--display);color:#fff;align-items:center;gap:.5rem;font-size:1.05rem;font-weight:700;display:inline-flex}.home-footer-ai{color:var(--green-bright)}.home-footer-links{gap:1.25rem;display:flex}.home-footer-links a{color:rgba(255,255,255,.7);font-size:.9rem;text-decoration:none}.home-footer-links a:hover{color:#fff}.home-footer-note{margin-left:auto;font-size:.85rem}.home-footer-note a{color:inherit;text-underline-offset:2px;text-decoration:underline;transition:color .15s ease-in-out}.home-footer-note a:hover{color:#fff}@media (prefers-reduced-motion:reduce){.home-btn,.home-feature{transition:none}.home-chat-caret,.home-dot{animation:none}}@keyframes home-rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
