.private-hero{padding:92px 0;background:linear-gradient(135deg,#fff7eb,#f2f6f8)}.private-hero__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:46px;gap:46px;align-items:center}.private-hero h1{font-size:44px;line-height:1.12;font-weight:800}.private-hero p,.private-steps p{color:var(--brand-text-secondary)}.private-hero img{border-radius:var(--brand-radius);box-shadow:var(--shadow-soft)}.private-steps{padding:76px 0}.private-steps__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px;margin:24px 0 30px}.private-steps article{background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:26px;box-shadow:0 10px 28px rgba(23,51,68,.07)}.private-steps span{color:var(--brand-primary);font-weight:900;font-size:28px}.private-steps h3{font-weight:800}@media (max-width:768px){.private-hero__grid,.private-steps__grid{grid-template-columns:1fr}.private-hero h1{font-size:32px}}