.sos-home-hero { position: relative; padding: clamp(58px, 7vw, 108px) 0 92px; background: linear-gradient(120deg, #f7faf6 0%, #fff 52%, #eef6eb 100%); }
.sos-home-hero::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--sos-line); content: ""; }
.sos-home-hero__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 8vw, 130px); }
.sos-home-hero h1 { max-width: 700px; margin: 13px 0 22px; color: var(--sos-deep); font-size: clamp(48px, 6.2vw, 88px); line-height: .98; letter-spacing: -.06em; }
.sos-home-hero__copy > p { max-width: 620px; margin: 0; color: var(--sos-muted); font-size: clamp(17px, 1.5vw, 21px); }
.sos-home-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 32px; }
.sos-home-hero__copy ul { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 34px 0 0; padding: 0; color: #425348; font-size: 12px; font-weight: 700; list-style: none; }
.sos-home-hero__copy li::before { margin-right: 6px; color: var(--sos-green); content: "✓"; }
.sos-home-hero__visual { position: relative; min-height: 540px; }
.sos-home-hero__visual::before { position: absolute; inset: 8% 4% 6% 12%; border-radius: 45% 55% 40% 60% / 56% 40% 60% 44%; background: var(--sos-mint); content: ""; }
.sos-home-hero__product { position: absolute; display: block; overflow: hidden; border: 1px solid rgba(20,60,34,.09); border-radius: 19px; background: #fff; box-shadow: 0 24px 55px rgba(28,66,40,.15); text-decoration: none; transition: transform .3s; }
.sos-home-hero__product:hover { transform: translateY(-6px) rotate(0); }
.sos-home-hero__product img { display: block; width: 100%; height: 100%; object-fit: contain; }
.sos-home-hero__product span { position: absolute; right: 10px; bottom: 10px; left: 10px; padding: 8px 10px; border-radius: 10px; color: var(--sos-deep); background: rgba(255,255,255,.92); font-size: 11px; font-weight: 800; backdrop-filter: blur(7px); }
.sos-home-hero__product--1 { z-index: 3; top: 8%; left: 6%; width: 51%; height: 58%; transform: rotate(-4deg); }
.sos-home-hero__product--2 { z-index: 2; top: 2%; right: 1%; width: 43%; height: 46%; transform: rotate(4deg); }
.sos-home-hero__product--3 { z-index: 4; right: 7%; bottom: 2%; width: 50%; height: 48%; transform: rotate(2deg); }
.sos-home-hero__seal { position: absolute; z-index: 6; bottom: 8%; left: 8%; display: grid; width: 118px; height: 118px; place-items: center; padding: 18px; border: 5px solid #fff; border-radius: 50%; color: #fff; background: var(--sos-forest); font-size: 12px; font-weight: 800; line-height: 1.25; text-align: center; text-transform: uppercase; transform: rotate(-8deg); box-shadow: 0 18px 35px rgba(7,92,50,.22); }
.sos-home-categories { background: #fff; }
.sos-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.sos-category-card { display: grid; min-height: 115px; grid-template-columns: 82px 1fr auto; align-items: center; gap: 15px; padding: 14px; border: 1px solid var(--sos-line); border-radius: 15px; color: var(--sos-deep); background: var(--sos-cream); text-decoration: none; transition: background .2s, transform .2s, border-color .2s; }
.sos-category-card:hover { transform: translateY(-3px); border-color: #b8cfbc; background: var(--sos-soft); }
.sos-category-card__image { display: block; width: 82px; height: 82px; overflow: hidden; border-radius: 11px; background: #fff; }
.sos-category-card img { width: 100%; height: 100%; object-fit: contain; }
.sos-category-card strong, .sos-category-card small { display: block; }
.sos-category-card strong { font-size: 15px; line-height: 1.25; }
.sos-category-card small { margin-top: 4px; color: var(--sos-muted); font-size: 10px; }
.sos-category-card > i { color: var(--sos-forest); font-style: normal; }
.sos-home-featured { background: var(--sos-soft); }
.sos-home-method { background: #fff; }
.sos-home-method__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.sos-home-method__intro h2 { margin: 12px 0 18px; color: var(--sos-deep); font-size: clamp(36px, 4vw, 58px); line-height: 1.02; letter-spacing: -.045em; }
.sos-home-method__intro p { color: var(--sos-muted); font-size: 17px; }
.sos-home-method ol { margin: 0; padding: 0; list-style: none; }
.sos-home-method li { display: grid; grid-template-columns: 68px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid var(--sos-line); }
.sos-home-method li:first-child { border-top: 1px solid var(--sos-line); }
.sos-home-method li > span { color: var(--sos-green); font-size: 14px; font-weight: 900; }
.sos-home-method h3 { margin: 0 0 5px; color: var(--sos-deep); font-size: 22px; }
.sos-home-method li p { margin: 0; color: var(--sos-muted); }
.sos-home-reviews { background: #fbfcfa; }
.sos-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sos-review-grid blockquote { margin: 0; padding: 28px; border: 1px solid var(--sos-line); border-radius: 17px; background: #fff; box-shadow: 0 10px 28px rgba(26,55,35,.055); }
.sos-review-grid blockquote > p { min-height: 96px; color: #34463b; font-size: 16px; }
.sos-review-grid footer { display: grid; padding-top: 18px; border-top: 1px solid var(--sos-line); }
.sos-review-grid footer strong { color: var(--sos-deep); }
.sos-review-grid footer a { color: var(--sos-forest); font-size: 11px; text-decoration: none; }
.sos-home-impact { padding: 74px 0; color: #fff; background: var(--sos-deep); }
.sos-home-impact__inner { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 60px; }
.sos-home-impact .sos-eyebrow { color: #d4edba; }
.sos-home-impact h2 { max-width: 560px; margin: 9px 0 0; color: #fff; font-size: clamp(32px, 3.5vw, 50px); line-height: 1.05; letter-spacing: -.04em; }
.sos-home-impact p { color: rgba(255,255,255,.75); }

@media (max-width: 1050px) {
  .sos-home-hero__grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .sos-home-hero__visual { min-height: 450px; }
  .sos-category-grid { grid-template-columns: repeat(2, 1fr); }
  .sos-home-method__grid { gap: 45px; }
  .sos-home-impact__inner { grid-template-columns: 1fr 1fr; }
  .sos-home-impact__inner > a { justify-self: start; }
}
@media (max-width: 760px) {
  .sos-home-hero { padding-top: 50px; }
  .sos-home-hero__grid { grid-template-columns: 1fr; }
  .sos-home-hero h1 { font-size: 52px; }
  .sos-home-hero__visual { min-height: 390px; }
  .sos-home-method__grid, .sos-home-impact__inner { grid-template-columns: 1fr; gap: 36px; }
  .sos-review-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .sos-home-hero h1 { font-size: 43px; }
  .sos-home-hero__actions { align-items: flex-start; flex-direction: column; }
  .sos-home-hero__visual { min-height: 320px; }
  .sos-home-hero__seal { width: 92px; height: 92px; font-size: 9px; }
  .sos-category-grid { grid-template-columns: 1fr; }
}
