.hf-hero{--hf-ink:#f4f7fb;--hf-muted:#9aa7bd;--hf-line:hsla(0,0%,100%,.1);--hf-surface:hsla(0,0%,100%,.04);--hf-surface-strong:hsla(0,0%,100%,.07);--hf-primary:#635bff;--hf-primary-dark:#5046e5;--hf-green:#22a06b;position:relative;padding:clamp(72px,7vw,96px) 24px clamp(56px,8vw,88px);overflow-x:clip}.fold-home.light-theme .hf-hero{--hf-ink:#0a2540;--hf-muted:#636b75;--hf-line:#dde3eb;--hf-surface:#fff;--hf-surface-strong:#f6f9fc}.hf-hero-grid{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:1.12fr .88fr;gap:clamp(32px,5vw,64px);align-items:center}.hf-hero-copy{animation:hf-rise .6s cubic-bezier(.22,1,.36,1) both}.hf-pill{display:inline-flex;align-items:center;gap:7px;padding:6px 13px;border-radius:9999px;border:1px solid var(--hf-line);background:var(--hf-surface);color:var(--hf-ink);font-size:13px;font-weight:600;letter-spacing:-.01em;margin-bottom:22px}.hf-pill svg{color:var(--hf-primary)}.hf-hero-title{font-family:Raleway,Space Grotesk,sans-serif;font-weight:800;font-size:clamp(1.95rem,4vw,2.85rem);line-height:1.1;letter-spacing:-.035em;color:var(--hf-ink);text-wrap:balance;margin:0 0 20px}.fold-home.light-theme .hf-accent,.hf-accent{color:var(--hf-primary)}.hf-hero-sub{font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.6;color:var(--hf-muted);max-width:34rem;margin:0 0 32px}.hf-hero-ctas{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}.hf-btn{display:inline-flex;align-items:center;gap:8px;height:50px;padding:0 24px;border-radius:10px;font-size:15px;font-weight:600;letter-spacing:-.01em;cursor:pointer;transition:transform .12s ease-out,box-shadow .12s ease-out,background .12s ease-out;text-decoration:none;white-space:nowrap}.hf-btn-primary{background:var(--hf-primary);color:#fff;box-shadow:0 8px 24px rgba(99,91,255,.32)}.hf-btn-primary:hover{background:var(--hf-primary-dark);transform:translateY(-1px);box-shadow:0 12px 30px rgba(99,91,255,.42)}.hf-btn-ghost{background:var(--hf-surface);color:var(--hf-ink);border:1px solid var(--hf-line)}.hf-btn-ghost:hover{background:var(--hf-surface-strong);transform:translateY(-1px)}.hf-trust{display:flex;flex-wrap:wrap;gap:8px 20px;list-style:none;padding:0;margin:0}.hf-trust li{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:500;color:var(--hf-muted)}.hf-trust svg{color:var(--hf-green);flex-shrink:0}.hf-hero-preview{position:relative;animation:hf-rise .75s cubic-bezier(.22,1,.36,1) both;animation-delay:.08s}.hf-prompt{display:flex;align-items:center;gap:10px;padding:13px 16px;border-radius:12px 12px 4px 12px;background:var(--hf-primary);color:#fff;font-size:14px;font-weight:500;width:-moz-max-content;width:max-content;max-width:100%;margin:0 0 -14px auto;position:relative;z-index:2;box-shadow:0 12px 28px rgba(99,91,255,.3)}.hf-prompt-icon{flex-shrink:0;opacity:.9}.hf-prompt-text{line-height:1.35}.hf-doc{position:relative;background:#fff;color:#0a2540;border-radius:16px;padding:26px;box-shadow:0 30px 60px rgba(4,12,32,.45),0 0 0 1px hsla(0,0%,100%,.06)}.hf-doc-head{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:18px;border-bottom:1px solid #eef1f6}.hf-doc-brand{font-weight:700;font-size:16px;letter-spacing:-.02em}.hf-doc-muted{color:#8a95a3;font-size:12.5px}.hf-doc-strong{font-weight:600;font-size:14px}.hf-doc-tag{font-family:Roboto Mono,monospace;font-size:11px;font-weight:600;color:#635bff;background:#f0f0ff;padding:5px 9px;border-radius:6px;letter-spacing:.02em}.hf-doc-billto{gap:2px;padding:16px 0}.hf-doc-billto,.hf-doc-rows{display:flex;flex-direction:column}.hf-doc-row{display:grid;grid-template-columns:1fr 34px 62px 78px;gap:8px;padding:9px 0;font-size:13px;border-bottom:1px solid #f4f6f9}.hf-doc-row span:not(:first-child){text-align:right}.hf-doc-row-head{font-size:10.5px;text-transform:uppercase;letter-spacing:.05em;color:#8a95a3;font-weight:600;border-bottom:1px solid #eef1f6}.hf-num{font-family:Roboto Mono,monospace;font-variant-numeric:tabular-nums}.hf-doc-total{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:14px;border-top:2px solid #0a2540;font-weight:600;font-size:14px}.hf-doc-grand{font-size:20px;font-weight:700;color:#22a06b;letter-spacing:-.02em}@keyframes hf-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@media (max-width:900px){.hf-hero-grid{grid-template-columns:1fr}.hf-hero-preview{max-width:460px;margin:8px auto 0;width:100%}.hf-hero-title{font-size:clamp(2rem,8vw,2.75rem)}}@media (max-width:480px){.hf-prompt{font-size:13px;padding:11px 13px}.hf-doc{padding:20px}.hf-btn{width:100%;justify-content:center}}@media (prefers-reduced-motion:reduce){.hf-hero-copy,.hf-hero-preview{animation:none}.hf-btn:hover{transform:none}}button.faq-question{width:100%;text-align:left;background:none;border:none;font:inherit;color:inherit;cursor:pointer}