.home-page{background:var(--page-bg)}.home-hero{padding:3.5rem 0 2.5rem}@media (min-width:900px){.home-hero{padding:4rem 0 3rem}}.home-hero-grid{display:grid;grid-template-columns:1fr;grid-gap:2.5rem;gap:2.5rem;align-items:start;max-width:960px}@media (min-width:900px){.home-hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:3.5rem}}.home-title{font-size:clamp(1.9rem,3.2vw,2.4rem);font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:1rem;color:var(--text-primary)}.home-lead{font-size:1.05rem;color:var(--text-secondary);max-width:34rem;line-height:1.5;margin-bottom:1.75rem}.home-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.btn-lg{padding:.9rem 1.6rem;font-size:1rem;border-radius:10px}.home-preview{background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-md);border:1px solid var(--border-light);overflow:hidden;max-width:380px;margin:0 auto}@media (min-width:900px){.home-preview{margin:0 0 0 auto}}.home-preview-inner{aspect-ratio:3/4;background:url(https://images.unsplash.com/photo-1529156069898-49953e39b3ac?q=80&w=800&auto=format&fit=crop) 50%/cover}.home-how{padding:2.5rem 0 3.5rem}.home-section-title{font-size:1.35rem;font-weight:800;color:var(--text-primary);margin-bottom:1.5rem}.home-steps{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}@media (min-width:700px){.home-steps{grid-template-columns:repeat(3,1fr)}}.home-step-card{background:#fff;border-radius:var(--radius-lg);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);padding:1.35rem 1.5rem}.home-step-icon{width:40px;height:40px;border-radius:10px;background:var(--brand-light);color:var(--brand-primary);display:flex;align-items:center;justify-content:center;margin-bottom:.9rem}.home-step-card h3{font-size:1.05rem;font-weight:800;margin-bottom:.4rem}.home-step-card p{font-size:.9rem;color:var(--text-secondary);line-height:1.5;margin:0}