.text-center.svelte-man341{text-align:center}.sec-header.svelte-man341{margin-bottom:8px}.hero-btns.svelte-man341{flex-wrap:wrap;gap:14px;margin-top:30px;display:flex}.inline-link.svelte-man341{color:var(--accent-text);text-underline-offset:2px;text-decoration:underline}.vid-hero.svelte-man341{padding-top:72px}.vh-inner.svelte-man341{grid-template-columns:1.05fr .95fr;align-items:center;gap:56px;display:grid}.vh-text.svelte-man341 h1:where(.svelte-man341){letter-spacing:-.035em;text-wrap:balance;margin:18px 0 0;font-size:clamp(2rem,4.6vw,3.4rem);line-height:1.05}.vh-text.svelte-man341>p:where(.svelte-man341){color:var(--text-2);max-width:46ch;margin-top:18px;font-size:1.1rem;line-height:1.6}.play-frame.svelte-man341{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);padding:16px}.pf-bar.svelte-man341{gap:6px;padding:4px 4px 12px;display:flex}.pf-bar.svelte-man341 span:where(.svelte-man341){background:var(--border-2);border-radius:50%;width:9px;height:9px}.pf-stage.svelte-man341{aspect-ratio:16/9;border-radius:var(--radius-lg);background:linear-gradient(150deg, var(--accent-bg), var(--surface-2));place-items:center;display:grid;position:relative;overflow:hidden}.pf-play.svelte-man341{background:var(--accent);color:#fff;width:60px;height:60px;box-shadow:0 12px 30px -8px var(--accent);border-radius:50%;place-items:center;display:grid}.pf-scrub.svelte-man341{background:#7f7f8c59;border-radius:3px;height:4px;position:absolute;bottom:14px;left:16px;right:16px}.pf-scrub-fill.svelte-man341{background:var(--accent);border-radius:3px;width:42%;height:100%}.pf-cap.svelte-man341{color:var(--text-3);text-align:center;margin-top:12px;font-size:.82rem;font-weight:500}.svc-section.svelte-man341{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.vid-grid.svelte-man341{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.vid-card.svelte-man341{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:26px;transition:border-color .2s,box-shadow .2s,transform .2s}.vid-card.svelte-man341:hover{border-color:color-mix(in srgb, var(--accent) 32%, var(--border));box-shadow:var(--shadow-lg), 0 18px 44px -22px color-mix(in srgb, var(--accent) 45%, transparent);transform:translateY(-4px)}.vid-icon.svelte-man341{background:var(--accent-bg);width:42px;height:42px;color:var(--accent-text);border-radius:11px;place-items:center;margin-bottom:16px;display:grid}.vid-card.svelte-man341 h3:where(.svelte-man341){letter-spacing:-.02em;font-size:1.2rem}.vid-card.svelte-man341>p:where(.svelte-man341){color:var(--text-2);margin-top:8px;line-height:1.6}.arrow-list.svelte-man341{flex-direction:column;gap:10px;margin:18px 0 0;padding:0;list-style:none;display:flex}.arrow-list.svelte-man341 li:where(.svelte-man341){color:var(--text);align-items:flex-start;gap:10px;font-size:.92rem;display:flex}.al-tick.svelte-man341{background:var(--accent-bg);width:18px;height:18px;color:var(--accent-text);border-radius:50%;flex:none;place-items:center;margin-top:1px;display:grid}.fit-inner.svelte-man341{grid-template-columns:1fr 1fr;align-items:center;gap:56px;display:grid}.fit-text.svelte-man341>p:where(.svelte-man341){color:var(--text-2);margin-top:16px;line-height:1.65}.fit-flow.svelte-man341{flex-direction:column;gap:12px;display:flex}.ff-step.svelte-man341{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);align-items:center;gap:14px;padding:16px 20px;display:flex}.ff-step.svelte-man341 strong:where(.svelte-man341){letter-spacing:-.01em;display:block}.ff-step.svelte-man341 small:where(.svelte-man341){color:var(--text-3)}.ff-ico.svelte-man341{background:var(--accent-bg);border-radius:10px;place-items:center;width:40px;height:40px;font-size:1.4rem;display:grid}.ff-arrow.svelte-man341{background:linear-gradient(var(--accent), transparent);width:2px;height:20px;margin-left:40px}.steps.svelte-man341{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:12px;display:grid}.step.svelte-man341{border-top:2px solid var(--border);padding-top:18px}.step-n.svelte-man341{color:var(--accent-text);font-family:Instrument Serif,Georgia,serif;font-size:1.6rem;font-style:italic}.step.svelte-man341 h3:where(.svelte-man341){letter-spacing:-.01em;margin-top:8px;font-size:1.05rem}.step.svelte-man341 p:where(.svelte-man341){color:var(--text-2);margin-top:8px;font-size:.95rem;line-height:1.55}.faq-section.svelte-man341{background:var(--bg-2);border-top:1px solid var(--border)}.faq-inner.svelte-man341{max-width:760px}.faq-list.svelte-man341{flex-direction:column;gap:10px;margin-top:12px;display:flex}.faq-item.svelte-man341{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:4px 20px}.faq-item.svelte-man341 summary:where(.svelte-man341){cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:16px 0;font-weight:600;list-style:none;display:flex}.faq-item.svelte-man341 summary:where(.svelte-man341):after{content:"+";color:var(--accent-text);font-size:1.3rem;line-height:1}.faq-item[open].svelte-man341 summary:where(.svelte-man341):after{content:"–"}.faq-item.svelte-man341 p:where(.svelte-man341){color:var(--text-2);margin:0;padding:0 0 18px;line-height:1.6}.cta-band.svelte-man341{text-align:center}.cta-inner.svelte-man341 h2:where(.svelte-man341){letter-spacing:-.03em;font-size:clamp(1.6rem,3.2vw,2.4rem)}.cta-inner.svelte-man341>p:where(.svelte-man341){color:var(--text-2);margin-top:12px}@media (width<=900px){.vh-inner.svelte-man341,.fit-inner.svelte-man341{grid-template-columns:1fr;gap:32px}.vid-grid.svelte-man341{grid-template-columns:1fr}.steps.svelte-man341{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.steps.svelte-man341{grid-template-columns:1fr}}
