/* Тема berry — світлий ягідний, дуже круглі картки, дружній тон */
:root {
  --bg: #fffafd;
  --surface: #fdf0f7;
  --surface-2: #fbe3ef;
  --nav-bg: rgba(255,250,253,.9);
  --footer-bg: #fdf0f7;
  --grad-hero: linear-gradient(160deg,#fce7f3 0%,#fbcfe8 40%,#fffafd 100%);
  --hero-fade: linear-gradient(180deg, transparent, #fffafd);
  --hero-sub: #7a5068;
  --grad-text: linear-gradient(92deg,#db2777,#9d174d);
  --grad-headline: linear-gradient(92deg,#db2777,#7e22ce);
  --accent: #db2777;
  --glow: rgba(219,39,119,.3);
  --text-1: #2b0f20;
  --text-2: #7a5068;
  --border: rgba(43,15,32,.1);
  --card-bg: #ffffff;
  --card-border: rgba(43,15,32,.1);
  --card-border-hover: rgba(219,39,119,.45);
  --card-shadow: 0 14px 32px rgba(157,23,77,.14);
  --price-color: #2b0f20;
  --pill-glass-bg: rgba(219,39,119,.1);
  --pill-glass-hover: rgba(219,39,119,.18);
  --pill-glass-border: rgba(219,39,119,.25);
  --pill-glass-text: #9d174d;
  --btn-bg: linear-gradient(92deg,#f472b6,#db2777);
  --btn-text: #fff;
  --btn-shadow: 0 8px 24px rgba(219,39,119,.3);
  --btn-shadow-hover: 0 12px 32px rgba(219,39,119,.4);
  --radius-pill: 980px;
  --radius-card: 26px;
  --font: 'Nunito', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-display: 'Comfortaa', 'Nunito', system-ui, sans-serif;
}

.card-img { border-radius: 22px 22px 0 0; }
.hero > .container { text-align: center; }
.hero .pill-row, .hero-cta { justify-content: center; }
.hero-sm > .container { text-align: left; }
.hero-sm .pill-row, .hero-sm .hero-cta { justify-content: flex-start; }
.section-dark { background: var(--surface); }
