/* Homepage hero palette only — layout, media, typography and motion stay unchanged. */
body.home-page .hero-premium-section {
  background-color: #f37458;
  background-image:
    radial-gradient(ellipse at 4% 93%, rgba(255, 226, 113, 0.98) 0 10%, rgba(255, 199, 68, 0.9) 27%, transparent 52%),
    radial-gradient(ellipse at 12% 38%, rgba(255, 187, 57, 0.93) 0 11%, rgba(246, 116, 82, 0.78) 40%, transparent 65%),
    radial-gradient(ellipse at 44% 12%, rgba(238, 83, 85, 0.9) 0 18%, transparent 49%),
    radial-gradient(ellipse at 67% 52%, rgba(15, 74, 72, 0.97) 0 22%, rgba(19, 82, 78, 0.9) 44%, transparent 67%),
    radial-gradient(ellipse at 96% 94%, rgba(174, 224, 215, 0.98) 0 10%, rgba(75, 167, 160, 0.9) 35%, transparent 59%),
    linear-gradient(104deg, #ffd75b 0%, #f67458 42%, #0f5552 73%, #063a39 100%);
}

body.home-page .hero-premium-section::before {
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='1080' viewBox='0 0 1920 1080' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23FFD15A' stroke-opacity='.34' stroke-width='1.15'%3E%3Cpath d='M-180 18H550V268C550 465 390 625 193 625H-180V18Z'/%3E%3Cpath d='M570-210H1150V0C1150 196 991 355 795 355H570V-210Z'/%3E%3Cpath d='M1168-170H1530V115C1530 315 1368 477 1168 477V-170Z'/%3E%3Cpath d='M1548-76H2050V412H1892C1702 412 1548 258 1548 68V-76Z'/%3E%3Cpath d='M-210 646H370V1096H128C-59 1096-210 945-210 758V646Z'/%3E%3Cpath d='M389 646H955V1076H831C587 1076 389 878 389 634V646Z'/%3E%3Cpath d='M977 503H1445V970H1325C1133 970 977 814 977 622V503Z'/%3E%3Cpath d='M1467 492H2000V1078H1818C1624 1078 1467 921 1467 727V492Z'/%3E%3Cpath d='M-44 292C183 292 367 476 367 703V1068'/%3E%3Cpath d='M959 12C1252 12 1489 249 1489 542V1058'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  opacity: 1;
  mix-blend-mode: normal;
}

body.home-page .hero-premium-title span {
  background: linear-gradient(110deg, #ffd05a 0%, #ffbb3e 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

body.home-page .hero-premium-desc {
  color: rgba(255, 255, 255, 0.96) !important;
  text-shadow: 0 3px 16px rgba(179, 72, 57, 0.18);
}

body.home-page .hero-premium-copy .eyebrow {
  border-color: rgba(255, 194, 68, 0.72) !important;
  background: rgba(255, 187, 62, 0.92) !important;
  color: #ffffff !important;
}

body.home-page .grid-cell {
  background: rgba(255, 187, 62, 0.34);
  box-shadow: 0 20px 50px rgba(179, 72, 57, 0.16);
}

body.home-page .hero-premium-visual::before {
  border-color: rgba(217, 99, 83, 0.38);
}

body.home-page .grid-overlay-svg circle,
body.home-page .grid-overlay-svg path {
  stroke: rgba(217, 99, 83, 0.32);
}
