.home-page{min-height:calc(100vh - var(--nav-h))}.hero{background:linear-gradient(160deg, var(--blue-light) 0%, var(--bg) 60%);border-bottom:1px solid var(--border-2);padding:3.5rem 1.25rem 3rem}.hero-content{max-width:640px;margin:0 auto}.hero h1{color:var(--text);letter-spacing:-.03em;margin-bottom:.5rem;font-size:2.25rem;font-weight:800;line-height:1.15}.hero h1 span{color:var(--blue)}.hero-tagline{color:var(--text-2);margin-bottom:1rem;font-size:1rem;font-weight:500}.hero-description{color:var(--text-3);max-width:520px;margin-bottom:1.75rem;font-size:.925rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.features-section{max-width:var(--max-w);margin:0 auto;padding:2.5rem 1.25rem}.features-section-title{text-transform:uppercase;letter-spacing:.08em;color:var(--text-4);margin-bottom:1.25rem;font-size:.7rem;font-weight:700}.features-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.feature-card{background:var(--surface);border-radius:var(--r);border:1px solid var(--border);padding:1.25rem;transition:border-color .15s,box-shadow .15s}.feature-card:hover{border-color:var(--blue-mid);box-shadow:var(--sh-sm)}.feature-icon{background:var(--blue-light);border-radius:var(--r-sm);width:36px;height:36px;color:var(--blue);justify-content:center;align-items:center;margin-bottom:.875rem;display:flex}.feature-card h3{color:var(--text);margin-bottom:.375rem;font-size:.9rem;font-weight:700}.feature-card p{color:var(--text-3);font-size:.825rem;line-height:1.6}@media (max-width:768px){.hero{padding:2.5rem 1rem 2rem}.hero h1{font-size:1.75rem}.features-grid{grid-template-columns:1fr;gap:.75rem}.features-section{padding:1.75rem 1rem}}@media (min-width:480px) and (max-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}}
