/* День рождения */
body[data-theme="birthday"] {
  --accent: #f97316;
  --accent-dark: #c2410c;
  --accent-soft: #fff7ed;
  --bg: #fffefb;
  --bg-alt: #fef3c7;
  --gradient-text: linear-gradient(115deg, #c2410c 0%, #f97316 18%, #eab308 38%, #22c55e 58%, #3b82f6 78%, #c2410c 100%);

  --theme-bg-color: #fffef8;
  --theme-bg-image: url("../../img/themes/birthday-bg.svg");
  --theme-bg-size: 500px 500px;
  --theme-bg-overlay: linear-gradient(180deg, rgba(255, 254, 248, 0.74) 0%, rgba(255, 254, 251, 0.56) 50%, rgba(255, 247, 237, 0.78) 100%);

  --theme-header-bg: rgba(255, 251, 235, 0.9);
  --theme-header-border: rgba(249, 115, 22, 0.12);
  --theme-hero-color: #ffedd5;
  --theme-hero-overlay: linear-gradient(105deg, rgba(255, 237, 213, 0.9) 0%, rgba(254, 249, 195, 0.65) 45%, rgba(219, 234, 254, 0.35) 100%);
  --theme-hero-bg-size: 680px 680px;
  --theme-hero-tint: radial-gradient(ellipse 45% 50% at 85% 40%, rgba(59, 130, 246, 0.1), transparent 50%);

  --theme-section-color: rgba(254, 243, 199, 0.75);
  --theme-section-image: var(--theme-bg-image);
  --theme-section-wash: rgba(255, 255, 255, 0.38);
  --theme-page-top-overlay: linear-gradient(135deg, rgba(255, 237, 213, 0.9), rgba(219, 234, 254, 0.8), rgba(254, 249, 195, 0.85));

  --theme-pill-bg: linear-gradient(135deg, #fff 0%, #ffedd5 100%);
  --theme-card-border: rgba(249, 115, 22, 0.16);
  --theme-card-placeholder: linear-gradient(135deg, #ffedd5, #fde68a);

  --theme-cta-bg: linear-gradient(125deg, #c2410c 0%, #f97316 25%, #eab308 55%, #22c55e 80%, #3b82f6 100%);
  --theme-cta-pattern: var(--theme-bg-image);
  --theme-footer-bg: linear-gradient(180deg, #7c2d12 0%, #431407 100%);
  --theme-footer-accent: #eab308;
}

body[data-theme="birthday"] .step__num {
  background: linear-gradient(135deg, #f97316, #eab308);
  box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35);
}
