.home-hero { padding: 62px 0 34px; }
.home-hero__grid { display: grid; grid-template-columns: .86fr 1.34fr; align-items: center; gap: 56px; }
.home-hero__content { padding-left: 20px; }
.home-hero__lead { max-width: 620px; color: var(--color-muted); font-size: clamp(1.05rem, 1.6vw, 1.28rem); }
.home-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.home-award { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 14px; min-height: 52px; margin-top: 22px; color: var(--color-text); font-size: 16px; font-weight: 800; line-height: 1.2; }
.home-award__stars { color: #f2b000; font-size: 22px; letter-spacing: 1px; line-height: 1; }
.home-award__label { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; padding: 5px 0 5px 14px; border-left: 1px solid rgba(47, 39, 28, .18); }
.home-award__mark { display: inline-block; width: 40px; min-width: 40px; height: 40px; background-position: center; background-repeat: no-repeat; background-size: contain; }
.home-hero__note { margin-top: 22px; color: var(--color-primary-dark); font-size: .92rem; line-height: 1.65; }
.home-hero__note a { display: inline-block; margin-top: 2px; color: inherit; font-weight: 500; text-underline-offset: 3px; }
.social-links { display:flex; flex-wrap:wrap; gap:10px; margin-top:16px; }
.social-links a { display:inline-flex; align-items:center; gap:7px; min-height:36px; padding:0 12px; border:1px solid rgba(47,39,28,.18); border-radius:999px; color:var(--color-text); background:#fffaf3; font-size:14px; font-weight:800; text-decoration:none; }
.social-links a:hover { color:var(--color-primary-dark); border-color:var(--color-primary-dark); }
.social-links svg { width:18px; height:18px; fill:#229ed9; }
.social-links__vk { display:grid; place-items:center; width:19px; height:19px; border-radius:6px; color:#fff; background:#2787f5; font-size:10px; font-weight:900; letter-spacing:-.08em; }
.home-hero__visual { position: relative; min-width: 0; }
.home-hero__visual > img:first-child { width: 100%; aspect-ratio: 1.5/1; object-fit: cover; border-radius: 45% 18% 32% 18% / 24% 20% 18% 30%; }
.home-hero__doodle { position: absolute; pointer-events: none; }
.home-hero__doodle--crown { top: -24px; left: 41%; }
.home-hero__doodle--heart { top: 24%; right: 3%; }
.home-hero__doodle--cup { right: 0; bottom: -18px; }
.home-benefits { padding-top: 16px; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.benefits-grid article { padding: 36px 24px; border-right: 1px solid var(--color-border); }
.benefits-grid article:last-child { border-right: 0; }
.benefits-grid span { display: inline-grid; place-items: center; width: 58px; height: 58px; margin-bottom: 18px; border-radius: 50%; background: var(--color-surface-warm); color: var(--color-accent); font-size: 1.8rem; }
.benefits-grid h3 { font-size: 1.35rem; }
.benefits-grid p { margin-bottom: 0; color: var(--color-muted); }
.home-cats { background: linear-gradient(180deg, #fff 0%, var(--color-surface) 100%); }
.empty-state { padding: 50px; border-radius: var(--radius-lg); background: var(--color-surface); text-align: center; }
.home-cta { padding-top: 0; }
.home-cta__inner { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 54px 62px; border-radius: var(--radius-lg); background: var(--color-surface-warm); }
.home-cta__inner > div { max-width: 760px; }
.home-cta__inner > img { position: absolute; right: 20px; bottom: -25px; opacity: .9; pointer-events: none; }
.home-cta__inner > .button { position: relative; z-index: 2; margin-right: 220px; }
@media (max-width: 980px) {
  .home-hero__grid { grid-template-columns: 1fr; gap: 34px; }
  .home-hero__content { padding-left: 0; }
  .home-hero__visual { order: 2; }
  .benefits-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .benefits-grid article:nth-child(2) { border-right: 0; }
  .benefits-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--color-border); }
  .home-cta__inner { grid-template-columns: 1fr; }
  .home-cta__inner > .button { margin-right: 0; justify-self: start; }
  .home-cta__inner > img { opacity: .35; }
}
@media (max-width: 620px) {
  .home-hero { padding-top: 36px; }
  .home-hero__actions { display: grid; }
  .home-award { gap: 10px; }
  .home-award__label { width: 100%; padding-left: 0; border-left: 0; }
  .home-hero__visual > img:first-child { aspect-ratio: 1/1.08; border-radius: 28px; }
  .home-hero__doodle--crown { width: 94px; left: 35%; }
  .home-hero__doodle--heart { width: 70px; }
  .home-hero__doodle--cup { width: 105px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits-grid article { border-right: 0; border-bottom: 1px solid var(--color-border); }
  .benefits-grid article:last-child { border-bottom: 0; }
  .home-cta__inner { padding: 38px 26px; }
}

.home-award { display: flex; align-items: center; gap: 20px; max-width: 620px; margin-top: 26px; padding: 18px 20px; border: 1px solid rgba(47, 39, 28, .14); border-radius: 22px; background: rgba(255, 255, 255, .46); }
.home-award__image { display: block; width: 126px; min-width: 126px; height: 126px; object-fit: cover; border-radius: 14px; box-shadow: 0 8px 20px rgba(47, 39, 28, .16); }
.home-award__copy h2 { margin: 0; color: var(--color-text); font-size: clamp(1.05rem, 1.65vw, 1.28rem); line-height: 1.22; }
.home-award__copy p { margin: 10px 0 0; color: var(--color-muted); font-size: .98rem; line-height: 1.45; }
@media (max-width: 560px) { .home-award { flex-wrap: nowrap; align-items: flex-start; gap: 14px; padding: 14px; } .home-award__image { width: 120px; min-width: 120px; height: 120px; } .home-award__copy { flex: 1 1 0; min-width: 0; } .home-award__copy h2 { font-size: 1rem; } .home-award__copy p { font-size: .9rem; } }

/* Award: large statuette on the left, text held beside it. */
@media (min-width: 561px) {
  .home-award {
    flex-wrap: nowrap;
    max-width: 760px;
    gap: 28px;
    padding: 22px 24px;
  }

  .home-award__image {
    width: 156px;
    min-width: 156px;
    height: 156px;
  }

  .home-award__copy {
    min-width: 0;
    flex: 1 1 auto;
  }
}
