.hero-desc{max-width:520px;color:var(--slate-600);margin-bottom:2.2rem;line-height:1.6;font-size:1rem}.hero-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem 2.2rem;margin-bottom:2.5rem}.feature{display:flex;gap:.75rem;align-items:flex-start}.feature-icon svg{width:22px;height:22px;fill:var(--brand-800);margin-top:2px;flex-shrink:0}.feature h5{font-size:1rem;font-weight:700;margin:0}.feature p{margin-top:.25rem;font-size:.9rem;color:var(--text-muted)}.hero-cta{display:inline-block;padding:.75rem 1.8rem;border-radius:var(--radius-pill);background:var(--brand-800);color:var(--color-white);font-weight:600;text-decoration:none}.hero-right{display:flex;align-items:center;justify-content:center;min-width:0}.hero-right img{max-width:min(100%,520px);width:100%;height:auto;display:block;margin-inline:auto}@media(max-width:992px){.hero-desc{margin-inline:auto}.hero-features{justify-items:start;max-width:520px;margin-inline:auto}.hero-cta{margin-inline:auto}.hero-right{order:-1;margin-bottom:2rem;display:flex;justify-content:center}.hero-right img{margin-inline:auto}}@media(max-width:576px){.hero{padding:3rem 0}.hero-left h1{font-size:1.9rem}.hero-features{grid-template-columns:1fr;gap:1.4rem;justify-items:center;text-align:center}.feature{flex-direction:column;align-items:center;text-align:center}.feature h5{font-size:.95rem}.feature p{font-size:.85rem}.feature-icon svg{margin-top:0}.hero-right{justify-content:center}.hero-right img{max-width:90%}}html[data-theme=dark] .hero-desc{color:var(--text-soft)}html[data-theme=dark] .feature p{color:var(--text-muted)}html[data-theme=dark] .feature-icon svg{fill:#a78bfa}