/* Lower sections: proportioned to the approved Poker Life reference. */
.stats-bar {
  min-height: 84px;
  padding: 8px clamp(24px, 11vw, 176px);
  background: linear-gradient(90deg, #020c1d 0%, #092b59 48%, #020c1d 100%);
}

.stats-bar div {
  grid-template-columns: 48px 1fr;
  min-height: 64px;
  padding: 8px 28px;
  border-right: 1px solid rgba(116, 167, 227, .29);
}

.stats-bar .stat-icon {
  display: block;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #e8bc56;
  font-family: Cinzel, Georgia, serif;
  font-size: 32px;
  text-shadow: 0 0 13px rgba(228, 184, 82, .3);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stats-bar p { gap: 2px; }
.stats-bar strong { color: #efc45d; font: 700 21px/1 Cinzel, Georgia, serif; }
.stats-bar small { color: #e1e8f2; font-size: 10px; line-height: 1.25; }

.direct {
  grid-template-columns: .83fr 1.72fr;
  gap: 28px;
  padding-top: 26px;
  padding-bottom: 24px;
  border-top: 1px solid rgba(82, 148, 224, .5);
}

.direct h2 { margin: 5px 0 7px; font-size: clamp(29px, 2.8vw, 38px); }
.direct > div:first-child > p:not(.section-kicker) { max-width: 315px; margin: 0 0 13px; }
.direct .button { min-height: 36px; padding: 0 19px; }

.benefit-panel {
  min-height: 100px;
  padding: 11px 12px;
  border: 1px solid rgba(70, 135, 211, .74);
  border-radius: 12px;
  background: linear-gradient(120deg, #071b37, #0c2649 50%, #06182f);
}

.benefit-panel span {
  min-height: 76px;
  padding: 5px 8px;
  border-right: 1px solid rgba(104, 151, 206, .25);
}

.benefit-panel span:last-child { border-right: 0; }
.benefit-panel i { font-size: 31px; color: #e7ba55; }
.benefit-panel b { color: #f0f2f5; font-size: 10px; }
.benefit-panel small { font-size: 8px; color: #b8c4d6; }

.newsletter {
  grid-template-columns: 74px 1fr 1.08fr;
  min-height: 110px;
  padding: 19px max(5vw, 58px);
  gap: 16px;
  background: radial-gradient(ellipse at 50% -30%, rgba(45, 106, 184, .28), transparent 66%), linear-gradient(90deg, #020b19 0%, #08254d 50%, #020b19 100%);
  border-top-color: rgba(75, 139, 211, .42);
  border-bottom-color: rgba(75, 139, 211, .38);
  box-shadow: inset 0 1px 0 rgba(76, 136, 207, .42), inset 0 -1px 0 rgba(76, 136, 207, .3);
}

.newsletter .mail-icon { width: 63px; height: 63px; font-size: 32px; }
.newsletter h2 { margin: 0; font-size: clamp(24px, 2.2vw, 33px); }
.newsletter p { margin: 5px 0 0; font-size: 10px; }
.signup-form input { height: 39px; }
.signup-form .button { min-height: 39px; }

@media (max-width: 980px) {
  .stats-bar { padding-left: 12px; padding-right: 12px; }
  .stats-bar div { padding: 7px 12px; }
}

@media (max-width: 620px) {
  .stats-bar div { grid-template-columns: 42px 1fr; }
  .stats-bar .stat-icon { font-size: 27px; }
  .direct { grid-template-columns: 1fr; }
  .benefit-panel { grid-template-columns: repeat(2, 1fr); }
  .benefit-panel span:nth-child(2n) { border-right: 0; }
  .newsletter { grid-template-columns: 1fr; }
}
