.home-hero{background:var(--c-bg);box-shadow:0 0 0 100vmax var(--c-bg);clip-path:inset(0 -100vmax);padding:64px 0 88px}.home-hero-grid{align-items:center;display:grid;gap:72px;grid-template-columns:1fr 1.05fr}.home-hero h1{font-size:clamp(36px,4.6vw,54px);line-height:1.08;margin-bottom:32px}.checklist{display:flex;flex-direction:column;gap:18px;list-style:none;margin:0 0 36px;max-width:540px;padding:0}.checklist li{align-items:flex-start;color:var(--c-ink-soft);display:flex;font-size:16px;gap:14px}.check-bullet{align-items:center;background:var(--c-accent);border-radius:50%;color:#fff;display:inline-flex;flex:none;font-size:13px;height:22px;justify-content:center;margin-top:2px;width:22px}.home-hero-photo{aspect-ratio:4/3;background:linear-gradient(135deg,#ffe9dd,#fbf7f1);border-radius:16px;box-shadow:var(--shadow-lg);overflow:hidden}.home-hero-photo img{display:block;height:100%;object-fit:cover;width:100%}.hero-cta{display:flex;flex-wrap:wrap;gap:12px}@media (max-width:980px){.home-hero-grid{gap:40px;grid-template-columns:1fr}}