@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap');

/* ===== Честно: тёплый, дружелюбный, скруглённый ===== */
:root{
  --bg:#fff7f3; --bg-alt:#ffeee5; --surface:#ffffff; --surface-2:#fdeee7;
  --text:#3b2b25; --muted:#9a7c70; --border:#f5ddd1;
  --accent:#ff6f4e; --accent-2:#ec5333; --accent-contrast:#ffffff;
  --header-bg:rgba(255,247,243,.92); --header-text:#3b2b25; --header-border:#f5ddd1;
  --footer-bg:#3b2b25; --footer-text:#f0d9cf;
  --star:#ffb020; --star-empty:#ecd8cd; --ring:rgba(255,111,78,.22);
  --radius:20px; --radius-lg:28px; --radius-sm:14px;
  --shadow:0 4px 14px rgba(255,111,78,.10); --shadow-lg:0 18px 40px rgba(168,80,50,.16);
  --font:'Nunito',system-ui,sans-serif; --font-head:'Nunito',system-ui,sans-serif; --fw-head:800;
}
body{font-weight:500}
.hero{background:radial-gradient(1200px 420px at 50% -12%, #ffe1d3, var(--bg-alt))}
.hero-inner{flex-direction:column;text-align:center;align-items:center;gap:6px}
.hero-tagline{margin-left:auto;margin-right:auto}
.hero-search{margin-left:auto;margin-right:auto}
.hero-stats{justify-content:center;margin-top:26px}
.hero-cta{margin-top:18px}
.brand-mark{border-radius:14px}
.main-nav>a:not(.nav-cta){font-weight:700}
.btn{border-radius:999px;font-weight:800}
.nav-cta{border-radius:999px}
.stat{border-radius:18px}
.rating-pill{border-radius:999px}
.section-head h2{font-weight:900}
.rating-pill[data-score=high]{background:#ffe7d8;color:#d2502a}
/* расположение блоков: как-это-работает → категории → свежие → рейтинг */
.home-how{order:1}.home-cats{order:2}.home-recent{order:3}.home-top{order:4}
.grid-cards{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}
.cats{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}
