.home{min-height:100vh;display:flex;flex-direction:column}.home__nav{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem}.home__brand{font-weight:700;font-size:1.05rem;letter-spacing:.02em}.home__nav-cta{padding:.55rem 1.1rem;border-radius:8px;border:1px solid var(--color-primary);color:var(--color-primary);background:transparent;font-size:.85rem;font-weight:600;cursor:pointer}.home__hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1.5rem 4rem;background:linear-gradient(180deg,#0000,#00000005)}.home__hero h1{font-size:clamp(2rem,5vw,3.2rem);max-width:720px;line-height:1.1;margin-bottom:1rem}.home__hero p{max-width:480px;color:#5a5048;margin-bottom:2rem;font-size:1.05rem}.home__cta{padding:.9rem 1.8rem;border-radius:10px;border:none;background:var(--color-primary);color:#fff;font-size:1rem;font-weight:600;cursor:pointer}.home__steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:900px;margin:3rem auto 0;padding:0 1.5rem}.home__step{text-align:left}.home__step-num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--color-primary);color:#fff;font-size:.85rem;font-weight:700;margin-bottom:.6rem}.home__step h3{font-size:1rem;margin-bottom:.3rem}.home__step p{font-size:.88rem;color:#6b5c50;margin:0}.home__footer{text-align:center;padding:2rem 1.5rem;font-size:.8rem;color:#9a8b7e}:root{--color-primary: #1f6feb;--color-secondary: #0b1220;--font-family: Inter, sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--font-family);color:var(--color-secondary);background:#fdfbf9}
