.hero{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:4rem 0 3rem;display:flex}.hero-badge{background:var(--accent-soft);border:1px solid var(--border-accent);color:var(--accent);border-radius:999px;align-items:center;gap:.4rem;padding:.4rem 1rem;font-size:.82rem;font-weight:700;display:inline-flex}.hero-title{max-width:600px;line-height:1.15}.hero-sub{max-width:520px;color:var(--text-secondary);font-size:1.1rem;line-height:1.7}.hero-ctas{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.hero-cta-main{padding:.85rem 2rem;font-size:1.05rem}.features{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin:3rem 0;display:grid}.feature-card{flex-direction:column;gap:.85rem;padding:1.75rem 1.5rem;transition:transform .2s,box-shadow .2s;display:flex}.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.feature-card h3{font-size:1.05rem;font-weight:800}.feature-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.feature-icon-wrap{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.feature-icon-wrap.accent{background:var(--accent-soft);color:var(--accent);border:1px solid var(--border-accent)}.feature-icon-wrap.teal{background:var(--teal-soft);color:var(--teal);border:1px solid #14b8a633}.feature-icon-wrap.warning{background:var(--warning-soft);color:var(--warning);border:1px solid #f59e0b33}.preview-section{flex-direction:column;gap:1.5rem;margin:2rem 0 3rem;display:flex}.preview-header{text-align:center}.preview-header p{color:var(--text-secondary);margin-top:.6rem;font-size:1rem}.preview-sheet{width:100%;max-width:900px;margin:0 auto}@media (max-width:768px){.features{grid-template-columns:1fr;gap:.85rem}.hero{padding:2.5rem 0 2rem}}@media (max-width:480px){.hero-ctas{flex-direction:column;width:100%}.hero-cta-main,.hero-ctas .btn-secondary{justify-content:center;width:100%}}
