.fivenance-hero{background:var(--surface-2);border-bottom:1px solid var(--border);padding:80px 0 64px}.fivenance-hero-content{text-align:center;max-width:700px;margin:0 auto}.fivenance-hero h1{margin-bottom:20px;font-size:2.5rem;line-height:1.15}.fivenance-hero-subtitle{color:var(--muted-foreground);margin-bottom:32px;font-size:1.1rem;line-height:1.7}.fivenance-hero-cta{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.fivenance-features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;display:grid}.fivenance-feature-card{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:14px;padding:32px;transition:transform .2s,border-color .2s}.fivenance-feature-card:hover{border-color:var(--primary);transform:translateY(-4px)}.fivenance-feature-icon{background:var(--primary-alpha-10);width:56px;height:56px;color:var(--primary);border-radius:14px;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.fivenance-feature-card h3{margin-bottom:10px;font-size:1.1rem}.fivenance-feature-card p{color:var(--muted-foreground);font-size:.9rem;line-height:1.6}.fivenance-steps{background:var(--surface-2)}.fivenance-steps-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.fivenance-step-card{text-align:center;padding:24px}.fivenance-step-num{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 16px;font-size:1.25rem;font-weight:800;display:flex}.fivenance-step-card h3{margin-bottom:8px;font-size:1.05rem}.fivenance-step-card p{color:var(--muted-foreground);font-size:.88rem;line-height:1.5}.fivenance-about-card{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:16px;max-width:700px;margin:0 auto;padding:48px}.fivenance-about-card h2{margin-bottom:20px}.fivenance-about-card p{color:var(--muted-foreground);margin-bottom:12px;line-height:1.7}@media (max-width:768px){.fivenance-hero h1{font-size:1.75rem}.fivenance-steps-grid{grid-template-columns:1fr 1fr}.fivenance-about-card{padding:32px 24px}}@media (max-width:480px){.fivenance-steps-grid{grid-template-columns:1fr}}
