/* ============================================================
 * World Cup 2026 Giveaway — /mm-2026/
 * Standalone landing page styles. Built on the same dark-purple
 * palette as the main theme so the page feels native, but with
 * distinct hero + prize-table treatment to read as a campaign.
 * ============================================================ */

/* ── Page shell ─────────────────────────────────────────── */
.worldcup-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 60px;
  color: var(--text);
}

.worldcup-page .wc-section-title {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.3px;
  margin: 0 0 18px;
  color: var(--text);
}

/* ── Hero — matches .giveaway-card / .offer brand pattern ─ */
/* Note: `display: block` overrides the theme's bare `header { display:flex }`
   rule (in css/layout/header.css line 1) which would otherwise lay title,
   subtitle, and countdown side-by-side as flex items inside the hero. */
.wc-hero {
  display: block;
  position: relative;
  background: var(--card);
  background: linear-gradient(180deg, var(--card-2), var(--card));
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius, 18px);
  padding: 52px 36px 44px;
  margin: 0 0 32px;
  overflow: hidden;
  text-align: center;
}

.wc-hero-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  background: rgba(255, 91, 189, 0.15);
  color: var(--accent);
  border: 1px solid rgba(255, 91, 189, 0.35);
  margin-bottom: 20px;
}

.wc-hero-title {
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.6px;
  margin: 0 auto 24px;
  max-width: 820px;
  color: var(--text);
}

.wc-hero-title .wc-accent {
  color: var(--accent);
}

.wc-hero-sub {
  font-size: clamp(15px, 2vw, 17px);
  line-height: 1.6;
  color: var(--muted);
  margin: 0 auto 8px;
  max-width: 640px;
}

.wc-hero-sub strong {
  color: var(--accent);
  font-weight: 700;
}

.wc-byline {
  font-size: 13px;
  color: rgba(247, 234, 255, 0.62);
  margin-bottom: 26px;
}
.wc-byline a {
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px solid rgba(204, 182, 230, 0.3);
}
.wc-byline a:hover { color: var(--text); }
.wc-byline > span[aria-hidden] { margin: 0 8px; opacity: 0.4; }

/* ── Countdown ──────────────────────────────────────────── */
.wc-countdown {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 18px 22px;
  margin-top: 22px;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.wc-countdown-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgba(247, 234, 255, 0.65);
  font-weight: 700;
}

.wc-countdown-clock {
  display: flex;
  gap: 16px;
  align-items: baseline;
  font-variant-numeric: tabular-nums;
}

.wc-countdown-clock > span {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-size: 12px;
  color: rgba(247, 234, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.wc-countdown-clock strong {
  font-size: 28px;
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
}

.wc-countdown--done strong { color: rgba(247, 234, 255, 0.4); }

.wc-ended-banner {
  display: inline-block;
  margin-top: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 18px 22px;
  font-size: 14px;
  color: rgba(247, 234, 255, 0.85);
  text-align: center;
}
.wc-ended-banner strong { display: block; color: var(--accent); margin-bottom: 4px; }

/* ── How it works (3 steps) ─────────────────────────────── */
.wc-how { margin-bottom: 36px; }

.wc-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.wc-steps li {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 24px 22px;
}

.wc-step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--accent), var(--accent-2));
  color: #1e0c35;
  font-weight: 900;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.wc-steps h3 {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 8px;
  color: var(--text);
}

.wc-steps p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(247, 234, 255, 0.78);
}

.wc-steps strong { color: var(--accent); }

/* ── Prize table ────────────────────────────────────────── */
.wc-prizes {
  margin: 0 0 36px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 28px;
}

.wc-prizes-intro {
  font-size: 14px;
  color: rgba(247, 234, 255, 0.7);
  margin: 0 0 18px;
}

.wc-prize-table {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.wc-prize-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  transition: border-color .15s ease, transform .15s ease;
}

.wc-prize-row:hover { border-color: rgba(255, 91, 189, 0.25); transform: translateY(-1px); }

.wc-prize-row--top1 {
  background: linear-gradient(135deg, rgba(255, 91, 189, 0.18), rgba(255, 168, 58, 0.1));
  border-color: rgba(255, 91, 189, 0.45);
}
.wc-prize-row--top2 { border-color: rgba(192, 192, 192, 0.4); }
.wc-prize-row--top3 { border-color: rgba(205, 127, 50, 0.4); }

.wc-prize-place {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 18px;
  font-weight: 800;
  color: rgba(247, 234, 255, 0.92);
}

.wc-prize-place-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: rgba(247, 234, 255, 0.55);
  font-weight: 600;
}

.wc-prize-amount {
  font-size: 18px;
  font-weight: 900;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}

.wc-prize-row--top1 .wc-prize-amount { font-size: 22px; }

/* ── Brand grid ─────────────────────────────────────────── */
.wc-brands { margin-bottom: 36px; }

.wc-brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

/* Outer card is a flex container with TWO independent click targets:
   .wc-brand-card-main → affiliate redirect (logo + surface)
   .wc-brand-cta       → review page (separated by a thin divider)
   Both inherit hover from the parent card via :focus-within / :hover propagation. */
.wc-brand-card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color .15s ease, transform .15s ease, background .15s ease;
}

.wc-brand-card:hover,
.wc-brand-card:focus-within {
  border-color: rgba(255, 91, 189, 0.4);
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.06);
}

/* Top half — logo links to the affiliate redirect */
.wc-brand-card-main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 24px;
  min-height: 110px;
  text-decoration: none;
  color: inherit;
}

.wc-brand-card-main:hover img {
  transform: scale(1.04);
}

.wc-brand-card-main img {
  max-width: 200px;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform .15s ease;
}

.wc-brand-name {
  font-size: 22px;
  font-weight: 900;
  color: var(--text);
}

/* Bottom half — review link, divider above */
.wc-brand-cta {
  display: block;
  padding: 12px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  text-align: center;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.15);
  transition: background .15s ease, color .15s ease;
}

.wc-brand-cta:hover {
  background: rgba(0, 0, 0, 0.3);
  color: var(--text);
}

/* ── Signup form ────────────────────────────────────────── */
.wc-signup {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 2px solid rgba(255, 91, 189, 0.25);
  border-radius: 18px;
  padding: 32px;
  margin-bottom: 36px;
  scroll-margin-top: 80px;
}

.wc-form { display: flex; flex-direction: column; gap: 18px; width: 100%; }
.wc-form-row { display: flex; flex-direction: column; gap: 6px; }

.wc-form-row label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: rgba(247, 234, 255, 0.85);
}
.wc-form-row label span { color: var(--accent); }

.wc-form-row input,
.wc-form-row select {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 15px;
  color: var(--text);
  font-family: inherit;
  transition: border-color .15s ease, background .15s ease;
}
.wc-form-row input:focus,
.wc-form-row select:focus {
  outline: none;
  border-color: rgba(255, 91, 189, 0.6);
  background: rgba(0, 0, 0, 0.5);
}
.wc-form-row input::placeholder { color: rgba(247, 234, 255, 0.35); }

.wc-form-hint {
  font-size: 12px;
  color: rgba(247, 234, 255, 0.55);
  margin-top: 2px;
}

.wc-form-checks {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 6px;
}

.wc-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(247, 234, 255, 0.82);
  cursor: pointer;
}

.wc-check input[type="checkbox"] {
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: var(--accent);
}

.wc-check a { color: var(--muted); text-decoration: underline; }

.wc-submit-btn {
  background: var(--accent);
  color: #1e0c35;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border: none;
  border-radius: 12px;
  padding: 16px 28px;
  cursor: pointer;
  transition: background .15s ease, transform .15s ease;
  margin-top: 8px;
}

.wc-submit-btn:hover:not(:disabled) {
  background: var(--accent-2);
  transform: translateY(-1px);
}

.wc-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.wc-form-status {
  font-size: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  display: none;
}

.wc-form-status--ok {
  display: block;
  background: rgba(110, 231, 183, 0.15);
  border: 1px solid rgba(110, 231, 183, 0.4);
  color: #a8f0d1;
}

.wc-form-status--err {
  display: block;
  background: rgba(255, 92, 92, 0.15);
  border: 1px solid rgba(255, 92, 92, 0.4);
  color: #ffb8b8;
}

.wc-form-disabled {
  font-size: 14px;
  color: rgba(247, 234, 255, 0.7);
  background: rgba(255, 255, 255, 0.04);
  border: 1px dashed rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 18px 22px;
}
.wc-form-disabled a { color: var(--accent); }

/* ── T&C details/summary ────────────────────────────────── */
.wc-terms {
  margin-bottom: 36px;
  scroll-margin-top: 80px;
}

.wc-terms-details {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 0;
  overflow: hidden;
}

.wc-terms-details > summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  position: relative;
}
.wc-terms-details > summary::-webkit-details-marker { display: none; }
.wc-terms-details > summary::after {
  content: "▼";
  position: absolute;
  right: 22px;
  top: 18px;
  font-size: 10px;
  transition: transform .15s ease;
}
.wc-terms-details[open] > summary::after { transform: rotate(180deg); }
.wc-terms-details[open] > summary { border-bottom: 1px solid rgba(255, 255, 255, 0.08); }

.wc-terms-content {
  padding: 22px 26px 28px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(247, 234, 255, 0.82);
}

.wc-terms-content h3 {
  font-size: 16px;
  font-weight: 800;
  color: var(--text);
  margin: 22px 0 8px;
}
.wc-terms-content h3:first-child { margin-top: 0; }

.wc-terms-content p { margin: 0 0 10px; }
.wc-terms-content ul,
.wc-terms-content ol { margin: 0 0 12px; padding-left: 22px; }
.wc-terms-content li { margin-bottom: 4px; }
.wc-terms-content strong { color: var(--text); }
.wc-terms-content a { color: var(--muted); text-decoration: underline; }

#casino-contact-clause {
  scroll-margin-top: 80px;
  background: linear-gradient(90deg, rgba(255, 91, 189, 0.12), transparent 80%);
  padding: 10px 12px;
  border-left: 3px solid var(--accent);
  border-radius: 4px;
  margin-left: -16px;
}

.wc-terms-prize-list { columns: 2; column-gap: 30px; }
@media (max-width: 600px) { .wc-terms-prize-list { columns: 1; } }

/* ── FAQ (reuses .faq-accordion from theme) ─────────────── */
.wc-faq { margin-bottom: 36px; }

/* ── Author box (E-E-A-T bookend) ───────────────────────── */
.wc-author-box {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  margin-top: 32px;
}

.wc-author-avatar-link {
  flex-shrink: 0;
  display: inline-block;
  line-height: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 91, 189, 0.35);
  overflow: hidden;
}
.wc-author-avatar-link img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  display: block;
}

.wc-author-info { display: flex; flex-direction: column; gap: 4px; }
.wc-author-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(247, 234, 255, 0.55);
  font-weight: 600;
}
.wc-author-name {
  font-size: 17px;
  font-weight: 800;
  color: var(--text);
}
.wc-author-name a {
  color: var(--text);
  text-decoration: none;
  border-bottom: 1px solid rgba(204, 182, 230, 0.25);
}
.wc-author-name a:hover { border-bottom-color: var(--accent); }
.wc-author-bio {
  margin: 6px 0 4px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(247, 234, 255, 0.72);
}
.wc-author-updated {
  font-size: 12px;
  color: rgba(247, 234, 255, 0.5);
}

/* ── Mobile ─────────────────────────────────────────────── */
@media (max-width: 600px) {
  .wc-hero { padding: 32px 22px 28px; }
  .wc-prizes { padding: 20px; }
  .wc-signup { padding: 22px; }
  .wc-countdown-clock { gap: 10px; }
  .wc-countdown-clock strong { font-size: 22px; }
  .wc-author-box { flex-direction: column; align-items: flex-start; gap: 14px; }
}

/* ============================================================
 * PROMO CARD — shown on /arvonta/ (and any other surface that
 * calls ysivitonen_render_worldcup_promo()) when the World Cup
 * campaign is coming-soon or active.
 * ============================================================ */

.wc-promo-card {
  position: relative;
  background: var(--card);
  background: linear-gradient(180deg, var(--card-2), var(--card));
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius, 18px);
  box-shadow: var(--shadow);
  padding: 28px 32px;
  margin: 0 0 28px;
  overflow: hidden;
  transition: border-color .2s ease, transform .2s ease;
  color: var(--text);
}

.wc-promo-card:hover {
  border-color: rgba(255, 91, 189, 0.4);
  transform: translateY(-2px);
}

.wc-promo-cta-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  text-indent: -9999px;
  overflow: hidden;
}

.wc-promo-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.wc-promo-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
  background: rgba(255, 91, 189, 0.18);
  color: var(--accent);
  border: 1px solid rgba(255, 91, 189, 0.4);
}

.wc-promo-status {
  font-size: 12px;
  font-weight: 700;
  color: rgba(247, 234, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.wc-promo-card--phase-active .wc-promo-status { color: #6ee7b7; }

.wc-promo-title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.4px;
  margin: 0 0 8px;
  color: var(--text);
}

.wc-promo-accent {
  background: linear-gradient(120deg, var(--accent) 0%, var(--accent-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.wc-promo-sub {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(247, 234, 255, 0.82);
  margin: 0 0 20px;
  max-width: 640px;
}

.wc-promo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 18px;
}

.wc-promo-prize-summary,
.wc-promo-countdown {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.wc-promo-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgba(247, 234, 255, 0.55);
  font-weight: 700;
}

.wc-promo-prize-pool {
  font-size: 28px;
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  margin-top: 2px;
}

.wc-promo-sub-line {
  font-size: 12px;
  color: rgba(247, 234, 255, 0.65);
}

.wc-promo-clock {
  display: flex;
  gap: 14px;
  align-items: baseline;
  margin-top: 2px;
}

.wc-promo-clock > span {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  font-size: 11px;
  color: rgba(247, 234, 255, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.wc-promo-clock strong {
  font-size: 22px;
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.wc-promo-clock i {
  font-style: normal;
  margin-left: 1px;
}

.wc-promo-brands {
  margin-bottom: 18px;
}

.wc-promo-brand-row {
  display: flex;
  gap: 14px;
  margin-top: 6px;
  flex-wrap: wrap;
  align-items: center;
}

.wc-promo-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  min-height: 50px;
  min-width: 110px;
}

.wc-promo-brand img {
  max-width: 100px;
  max-height: 36px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.wc-promo-footer {
  display: flex;
  justify-content: flex-end;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wc-promo-cta-text {
  font-size: 14px;
  font-weight: 800;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.wc-promo-card:hover .wc-promo-cta-text { color: var(--accent-2); }

@media (max-width: 600px) {
  .wc-promo-card { padding: 22px 20px; }
  .wc-promo-grid { grid-template-columns: 1fr; }
  .wc-promo-prize-pool { font-size: 24px; }
  .wc-promo-clock strong { font-size: 18px; }
  .wc-promo-clock { gap: 10px; }
}

/* ============================================================
 * HOMEPAGE BANNER — sits on top of the .giveaway-card brand
 * pattern (same dark-purple card body + pink ribbon strip used
 * by the regular giveaway). All colors come from theme tokens
 * (--card, --card-2, --accent, --muted, --text, --ribbon-bg)
 * so it stays in sync with any future palette change.
 * ============================================================ */

.wc-banner.giveaway-section {
  padding: 0 0 24px; /* override .giveaway-section default 40px so it sits flush */
}

/* The card itself rides on .giveaway-card — we only tweak ribbon copy + meta. */
.wc-banner-card {
  margin: 0;
}

.wc-banner-ribbon {
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 13px;
}

/* Two-column layout — same grid as .giveaway-card (image | content) */
.wc-banner-main--no-image {
  grid-template-columns: 1fr;
}

/* Keep the theme .giveaway-image-col layout (flex, min-height 280px).
   Only override the link styling so the whole column is clickable. */
.wc-banner-image-col {
  position: relative;
  text-decoration: none;
  color: inherit;
  align-self: stretch; /* fill the grid row height */
}

.wc-banner-image-col img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

.wc-banner-info-col {
  padding: 28px 32px;
  gap: 16px;
}

.wc-banner-title {
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.15;
  letter-spacing: -0.3px;
}

.wc-banner-accent {
  color: var(--accent);
}

.wc-banner-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}

/* Stats row — prize summary + countdown side by side */
.wc-banner-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 4px;
}

.wc-banner-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}

.wc-banner-stat-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--muted);
}

.wc-banner-stat-value {
  font-size: 24px;
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.wc-banner-stat-sub {
  font-size: 12px;
  color: var(--muted);
  opacity: 0.85;
}

/* Countdown — number + unit pairs grouped as inline-flex chunks
   so each "45 pv" reads as one unit and gaps between chunks are even. */
.wc-banner-cd-clock {
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
}
.wc-banner-cd-pair {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}
.wc-banner-cd-clock strong {
  font-size: 22px;
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
}
.wc-banner-cd-clock i {
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--muted);
  letter-spacing: 0.4px;
  line-height: 1;
}

/* CTA button — flat accent, full width, no glow */
.wc-banner-cta-btn.btn {
  width: 100%;
  align-self: stretch;
  margin-top: 6px;
  padding: 14px 28px;
  background: var(--accent);
  background: linear-gradient(180deg, var(--accent), var(--accent-2));
  color: #1e0c35;
  border-color: transparent;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  box-shadow: none;
}

.wc-banner-cta-btn.btn:hover {
  transform: translateY(-2px);
  box-shadow: none;
}

/* Optional height hints — control min-height of the image column */
.wc-banner--small  .wc-banner-image-col img { min-height: 180px; }
.wc-banner--medium .wc-banner-image-col img { min-height: 240px; }
.wc-banner--large  .wc-banner-image-col img { min-height: 320px; }

@media (max-width: 768px) {
  .wc-banner-main { grid-template-columns: 1fr; }
  .wc-banner-info-col { padding: 22px 22px 24px; }
  .wc-banner-image-col img { min-height: 200px; }
  .wc-banner-stats { grid-template-columns: 1fr; gap: 10px; }
  .wc-banner-stat-value { font-size: 20px; }
  .wc-banner-cd-clock strong { font-size: 18px; }
  .wc-banner-cta-btn.btn { width: 100%; align-self: stretch; }
}
