.utility-bar {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 10px clamp(30px, 5vw, 88px);
  border-bottom: 1px solid #3a1f44;
  background: #150d1a;
  color: #cabbd1;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .45px;
  text-transform: uppercase;
}

.site-header { min-height: 92px; }
.site-header nav { gap: 31px; }
.site-header nav a { font-size: 15px; }
.header-cta { min-width: 184px; padding: 18px 22px; box-shadow: 0 8px 20px #ce304c42; }
.header-cta b { font-size: 18px; line-height: 1; }

.hero .button,
.footer-cta { box-shadow: 0 12px 28px #bf24414a; }

.sports-showcase,
.slots-section,
.copy-section,
.dark-copy,
.payments-section,
.keyword-guide,
.app-table-section,
.first-bet-guide { border-bottom: 1px solid #2a1731; }

.site-footer {
  display: block;
  background: #07050a;
  border-top: 1px solid #3d2147;
  color: #c8bfcc;
  padding: 0;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.4fr .8fr .8fr .9fr;
  gap: 40px;
  padding: 72px clamp(34px, 6vw, 115px) 56px;
}

.footer-brand > p { max-width: 410px; margin: 22px 0 25px; line-height: 1.7; }
.footer-cta { min-width: 235px; padding: 17px 20px; }
.footer-column { display: flex; flex-direction: column; gap: 12px; }
.footer-column h2 { margin: 3px 0 10px; color: #fff; font: 700 25px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.footer-column a { color: #c8bfcc; text-decoration: none; font-size: 14px; }
.footer-column a:hover { color: #f54b5b; }
.footer-column p { margin: 0 0 4px; color: #aba0b0; font-size: 14px; line-height: 1.65; }
.responsible { padding-left: 26px; border-left: 1px solid #3a2342; }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 20px clamp(34px, 6vw, 115px);
  border-top: 1px solid #2a1831;
  background: #100b14;
  color: #978c9c;
  font-size: 12px;
}

.footer-bottom a { color: #fff; text-decoration: none; font-weight: 800; }

.support-strip {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 1fr);
  gap: 12px;
  align-items: stretch;
  padding: 0 clamp(34px, 6vw, 115px) 42px;
}

.support-strip > p {
  align-self: center;
  margin: 0;
  color: #bdb1c2;
  font: 700 22px/1.1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.support-card {
  position: relative;
  display: flex;
  min-height: 84px;
  flex-direction: column;
  justify-content: center;
  padding: 17px 42px 17px 20px;
  border: 1px solid #4a2a53;
  background: #130d17;
  color: #fff;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.support-card:hover { transform: translateY(-3px); border-color: #f74b57; background: #211028; }
.support-card strong { font: 800 25px/1 "Barlow Condensed", sans-serif; letter-spacing: .3px; }
.support-card span { margin-top: 6px; color: #bcb1c1; font-size: 12px; }
.support-card b { position: absolute; top: 26px; right: 18px; color: #f74b57; font-size: 18px; }
.support-card.gamcare strong { color: #61c6d4; }
.support-card.aware strong { color: #f4b844; }
.support-card.ga strong { color: #ed6c8d; }

@media (max-width: 980px) {
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .responsible { padding-left: 0; border-left: 0; }
  .support-strip { grid-template-columns: repeat(3, 1fr); }
  .support-strip > p { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .utility-bar { padding: 9px 24px; font-size: 9px; }
  .utility-bar span:last-child { display: none; }
  .site-header { min-height: 74px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px 24px; padding: 52px 25px 38px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; padding: 20px 25px; gap: 8px; }
  .support-strip { grid-template-columns: 1fr; padding: 0 25px 32px; }
  .support-strip > p { grid-column: auto; }
}

.guide-highlights {
  padding: 88px clamp(34px, 7vw, 145px);
  background: #0c0810;
  border-bottom: 1px solid #2a1731;
}

.highlight-heading { display: grid; grid-template-columns: .9fr 1.1fr; column-gap: 70px; align-items: end; }
.highlight-heading .eyebrow { grid-column: 1 / -1; }
.highlight-heading h2 { font: 700 clamp(42px, 4.5vw, 70px)/1.02 "Barlow Condensed", sans-serif; }
.highlight-heading > p:last-child { max-width: 680px; margin: 0; color: #c4bac9; font-size: 18px; }
.highlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 45px; border-top: 1px solid #482752; border-left: 1px solid #482752; }
.highlight-grid article { min-height: 190px; padding: 26px 28px; border-right: 1px solid #482752; border-bottom: 1px solid #482752; background: linear-gradient(145deg, #160d1b, #0d0911); }
.highlight-grid span { color: #f54245; font: 800 15px/1 "Barlow Condensed", sans-serif; }
.highlight-grid h3 { margin: 14px 0 10px; font: 700 32px/1 "Barlow Condensed", sans-serif; }
.highlight-grid p { margin: 0; color: #c7bdca; font-size: 14px; line-height: 1.65; }

@media (max-width: 900px) {
  .highlight-heading { grid-template-columns: 1fr; gap: 20px; }
  .highlight-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .guide-highlights { padding: 65px 25px; }
  .highlight-grid { grid-template-columns: 1fr; }
}
