.hero[data-astro-cid-bbe6dxrz]{position:relative;padding:96px 24px 72px;text-align:center;overflow:hidden;isolation:isolate}.hero-bg[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;z-index:-1;background:radial-gradient(ellipse 60% 50% at 50% 0%,color-mix(in oklab,var(--brand) 16%,transparent),transparent 80%),linear-gradient(180deg,var(--bg-sunken) 0%,var(--bg) 60%)}.hero-inner[data-astro-cid-bbe6dxrz]{max-width:760px;margin:0 auto}.hero-badge[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:8px;padding:6px 14px 6px 12px;border-radius:var(--r-pill);background:var(--bg-elevated);border:1px solid var(--border);font-family:var(--font-mono);font-size:12px;color:var(--fg-muted);margin-bottom:28px;box-shadow:var(--shadow-xs)}.hero-badge-dot[data-astro-cid-bbe6dxrz]{width:6px;height:6px;border-radius:50%;background:var(--success);box-shadow:0 0 0 3px color-mix(in oklab,var(--success) 24%,transparent)}.hero-title[data-astro-cid-bbe6dxrz]{font-family:var(--font-ui);font-size:clamp(34px,6vw,56px);font-weight:700;line-height:1.08;letter-spacing:-.035em;color:var(--fg-strong);margin-bottom:20px}.hero-accent[data-astro-cid-bbe6dxrz]{background:linear-gradient(135deg,var(--brand),color-mix(in oklab,var(--brand) 50%,#a855f7));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.hero-sub[data-astro-cid-bbe6dxrz]{font-size:18px;line-height:1.6;color:var(--fg-muted);max-width:600px;margin:0 auto 36px}.hero-actions[data-astro-cid-bbe6dxrz]{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:56px}.hero-btn-primary[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;background:var(--brand);color:var(--brand-fg);border-radius:var(--r-pill);font-family:var(--font-ui);font-size:15px;font-weight:600;transition:all .2s;box-shadow:0 8px 24px color-mix(in oklab,var(--brand) 32%,transparent)}.hero-btn-primary[data-astro-cid-bbe6dxrz]:hover{background:var(--brand-hover);transform:translateY(-2px);box-shadow:0 12px 32px color-mix(in oklab,var(--brand) 40%,transparent)}.hero-btn-primary[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{transition:transform .2s}.hero-btn-primary[data-astro-cid-bbe6dxrz]:hover svg[data-astro-cid-bbe6dxrz]{transform:translate(3px)}.hero-btn-secondary[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;padding:14px 24px;background:var(--bg-elevated);color:var(--fg);border:1px solid var(--border);border-radius:var(--r-pill);font-family:var(--font-ui);font-size:15px;font-weight:600;transition:all .15s}.hero-btn-secondary[data-astro-cid-bbe6dxrz]:hover{border-color:var(--border-strong);background:var(--bg-hover)}.hero-stats[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;justify-content:center;gap:32px}.hero-stat[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;align-items:center;gap:4px}.hero-stat-value[data-astro-cid-bbe6dxrz]{font-family:var(--font-mono);font-feature-settings:"tnum";font-size:22px;font-weight:600;letter-spacing:-.02em;color:var(--fg-strong)}.hero-stat-label[data-astro-cid-bbe6dxrz]{font-family:var(--font-mono);font-size:10px;color:var(--fg-subtle);text-transform:uppercase;letter-spacing:.12em}.hero-stat-sep[data-astro-cid-bbe6dxrz]{width:1px;height:28px;background:var(--border)}@media(max-width:480px){.hero[data-astro-cid-bbe6dxrz]{padding:56px 20px 48px}.hero-sub[data-astro-cid-bbe6dxrz]{font-size:16px}.hero-btn-primary[data-astro-cid-bbe6dxrz],.hero-btn-secondary[data-astro-cid-bbe6dxrz]{width:100%;justify-content:center;padding:14px 20px}.hero-stats[data-astro-cid-bbe6dxrz]{gap:20px}.hero-stat-value[data-astro-cid-bbe6dxrz]{font-size:18px}}.features[data-astro-cid-vnivfuh2]{padding:96px 24px}.features-inner[data-astro-cid-vnivfuh2]{max-width:1120px;margin:0 auto}.features-header[data-astro-cid-vnivfuh2]{text-align:center;margin-bottom:56px}.features-tag[data-astro-cid-vnivfuh2]{display:inline-block;padding:4px 12px;border-radius:var(--r-pill);background:var(--brand-soft);color:var(--brand);font-family:var(--font-mono);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;margin-bottom:20px}.features-title[data-astro-cid-vnivfuh2]{font-family:var(--font-ui);font-size:clamp(28px,4vw,40px);font-weight:700;letter-spacing:-.03em;line-height:1.15;color:var(--fg-strong);margin-bottom:16px}.features-sub[data-astro-cid-vnivfuh2]{font-size:16px;color:var(--fg-muted);max-width:520px;margin:0 auto;line-height:1.6}.features-grid[data-astro-cid-vnivfuh2]{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card[data-astro-cid-vnivfuh2]{display:flex;flex-direction:column;padding:28px 26px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--r-xl);transition:all .2s;box-shadow:var(--shadow-xs)}.feature-card[data-astro-cid-vnivfuh2]:hover{border-color:var(--border-strong);transform:translateY(-4px);box-shadow:var(--shadow-lg)}.feature-icon[data-astro-cid-vnivfuh2]{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--r-md);background:var(--brand-soft);color:var(--brand);margin-bottom:16px}.feature-card-tag[data-astro-cid-vnivfuh2]{display:inline-block;width:fit-content;padding:3px 10px;border-radius:var(--r-pill);background:var(--bg-sunken);border:1px solid var(--border);font-family:var(--font-mono);font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-subtle);margin-bottom:14px}.feature-card-title[data-astro-cid-vnivfuh2]{font-family:var(--font-ui);font-size:18px;font-weight:600;letter-spacing:-.02em;color:var(--fg-strong);margin-bottom:8px}.feature-card-desc[data-astro-cid-vnivfuh2]{font-size:14px;color:var(--fg-muted);line-height:1.6;flex:1;margin-bottom:20px}.feature-card-link[data-astro-cid-vnivfuh2]{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-ui);font-size:14px;font-weight:600;color:var(--brand)}.feature-card-link[data-astro-cid-vnivfuh2] svg[data-astro-cid-vnivfuh2]{transition:transform .2s}.feature-card[data-astro-cid-vnivfuh2]:hover .feature-card-link[data-astro-cid-vnivfuh2] svg[data-astro-cid-vnivfuh2]{transform:translate(4px)}@media(max-width:960px){.features-grid[data-astro-cid-vnivfuh2]{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.features[data-astro-cid-vnivfuh2]{padding:64px 20px}.features-grid[data-astro-cid-vnivfuh2]{grid-template-columns:1fr}}.privacy[data-astro-cid-hf63eqyq]{padding:96px 24px;background:var(--bg-sunken)}.privacy-inner[data-astro-cid-hf63eqyq]{max-width:1000px;margin:0 auto;text-align:center}.privacy-tag[data-astro-cid-hf63eqyq]{display:inline-block;padding:4px 12px;border-radius:var(--r-pill);background:var(--brand-soft);color:var(--brand);font-family:var(--font-mono);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;margin-bottom:20px}.privacy-title[data-astro-cid-hf63eqyq]{font-family:var(--font-ui);font-size:clamp(26px,4vw,36px);font-weight:700;letter-spacing:-.03em;line-height:1.15;color:var(--fg-strong);margin-bottom:44px}.privacy-grid[data-astro-cid-hf63eqyq]{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;text-align:left}.privacy-card[data-astro-cid-hf63eqyq]{padding:26px 24px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--r-lg);transition:all .2s;box-shadow:var(--shadow-xs)}.privacy-card[data-astro-cid-hf63eqyq]:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--border-strong)}.privacy-icon[data-astro-cid-hf63eqyq]{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--r-md);background:var(--brand-soft);color:var(--brand);margin-bottom:14px}.privacy-card-title[data-astro-cid-hf63eqyq]{font-family:var(--font-ui);font-size:16px;font-weight:600;letter-spacing:-.01em;color:var(--fg-strong);margin-bottom:8px}.privacy-card-desc[data-astro-cid-hf63eqyq]{font-size:14px;color:var(--fg-muted);line-height:1.6}@media(max-width:640px){.privacy[data-astro-cid-hf63eqyq]{padding:64px 20px}.privacy-grid[data-astro-cid-hf63eqyq]{grid-template-columns:1fr}}.faq[data-astro-cid-al2ca2vr]{padding:96px 24px}.faq-inner[data-astro-cid-al2ca2vr]{max-width:760px;margin:0 auto}.faq-tag[data-astro-cid-al2ca2vr]{display:inline-block;padding:4px 12px;background:var(--brand-soft);color:var(--brand);font-family:var(--font-mono);font-size:11px;font-weight:600;border-radius:var(--r-pill);letter-spacing:.12em;text-transform:uppercase;margin-bottom:20px}.faq-title[data-astro-cid-al2ca2vr]{font-family:var(--font-ui);font-size:clamp(26px,4vw,36px);font-weight:700;color:var(--fg-strong);letter-spacing:-.025em;margin-bottom:36px}.faq-list[data-astro-cid-al2ca2vr]{display:flex;flex-direction:column;gap:8px}.faq-item[data-astro-cid-al2ca2vr]{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;transition:all .2s}.faq-item[data-astro-cid-al2ca2vr]:hover{border-color:var(--border-strong)}.faq-item[data-astro-cid-al2ca2vr][open]{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand-soft)}.faq-question[data-astro-cid-al2ca2vr]{padding:20px 22px;font-family:var(--font-ui);font-size:15px;font-weight:600;color:var(--fg-strong);cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px}.faq-question[data-astro-cid-al2ca2vr]::-webkit-details-marker{display:none}.faq-question[data-astro-cid-al2ca2vr]:after{content:"+";font-family:var(--font-mono);font-size:20px;font-weight:400;color:var(--fg-subtle);flex-shrink:0;transition:transform .2s}.faq-item[data-astro-cid-al2ca2vr][open] .faq-question[data-astro-cid-al2ca2vr]:after{content:"−";color:var(--brand)}.faq-answer[data-astro-cid-al2ca2vr]{padding:0 22px 20px;font-size:14.5px;line-height:1.65;color:var(--fg-muted)}@media(max-width:480px){.faq[data-astro-cid-al2ca2vr]{padding:64px 20px}.faq-question[data-astro-cid-al2ca2vr]{padding:18px;font-size:14.5px}.faq-answer[data-astro-cid-al2ca2vr]{padding:0 18px 18px;font-size:14px}}.cta[data-astro-cid-4xty6sx2]{padding:96px 24px;text-align:center}.cta-inner[data-astro-cid-4xty6sx2]{position:relative;max-width:720px;margin:0 auto;padding:56px 40px;background:linear-gradient(135deg,var(--brand) 0%,color-mix(in oklab,var(--brand) 70%,#a855f7) 100%);border-radius:var(--r-2xl);box-shadow:0 24px 48px color-mix(in oklab,var(--brand) 30%,transparent);overflow:hidden;isolation:isolate}.cta-noise[data-astro-cid-4xty6sx2]{position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 20% 0%,rgba(255,255,255,.15),transparent 50%),radial-gradient(circle at 80% 100%,rgba(255,255,255,.1),transparent 50%)}.cta-title[data-astro-cid-4xty6sx2]{font-family:var(--font-ui);font-size:clamp(24px,4vw,32px);font-weight:700;color:#fff;letter-spacing:-.025em;margin-bottom:12px}.cta-sub[data-astro-cid-4xty6sx2]{font-size:16px;color:#fffc;margin-bottom:32px}.cta-btn[data-astro-cid-4xty6sx2]{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;background:#fff;color:var(--brand);border-radius:var(--r-pill);font-family:var(--font-ui);font-size:15px;font-weight:600;transition:transform .15s,box-shadow .2s;box-shadow:0 4px 14px #00000026}.cta-btn[data-astro-cid-4xty6sx2]:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.cta-btn[data-astro-cid-4xty6sx2] svg[data-astro-cid-4xty6sx2]{transition:transform .2s}.cta-btn[data-astro-cid-4xty6sx2]:hover svg[data-astro-cid-4xty6sx2]{transform:translate(3px)}@media(max-width:480px){.cta[data-astro-cid-4xty6sx2]{padding:56px 20px}.cta-inner[data-astro-cid-4xty6sx2]{padding:40px 24px;border-radius:var(--r-xl)}}
