/* =====================================================================
   iGamingAtlas — atlas.css
   Brand: Atlas Red #D4001C · Deep Black #0B0B0B · Light Gray #EAEAEA · White
   ===================================================================== */

:root {
  --red: #D4001C;
  --red-dark: #9E0014;
  --red-soft: #FDE8EB;
  --black: #0B0B0B;
  --ink: #1A1A1A;
  --ink-2: #4A4A4A;
  --ink-3: #7A7A7A;
  --gray: #EAEAEA;
  --gray-2: #F5F5F5;
  --gray-3: #DDDDDD;
  --white: #FFFFFF;
  --green: #1B8A3E;
  --gold: #C9A227;
  --radius: 14px;
  --radius-sm: 8px;
  --shadow: 0 6px 24px rgba(11, 11, 11, .08);
  --shadow-lg: 0 18px 48px rgba(11, 11, 11, .14);
  --font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --container: 1200px;
  --header-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--font); font-size: 16px; line-height: 1.55; color: var(--ink);
  background: var(--white); -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { margin: 0 0 .5em; line-height: 1.15; font-weight: 800; letter-spacing: -.01em; color: var(--black); }
h1 { font-size: clamp(2rem, 4.5vw, 3.25rem); }
h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); }
h3 { font-size: 1.125rem; }
p { margin: 0 0 1em; }
small { font-size: .8125rem; }
button, input, select, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--black); color: #fff; padding: 8px 14px; border-radius: 6px; z-index: 999; }
.skip-link:focus { left: 8px; }
.muted { color: var(--ink-3); }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.container--narrow { max-width: 800px; }
.lead { font-size: 1.15rem; color: var(--ink-2); }
.eyebrow { font-size: .8rem; letter-spacing: .22em; text-transform: uppercase; color: var(--red); font-weight: 700; margin-bottom: .75rem; }
.link-arrow { font-weight: 600; white-space: nowrap; }
.link-arrow::after { content: " →"; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 20px; border-radius: 999px; font-weight: 700; font-size: .95rem; line-height: 1;
  border: 2px solid transparent; cursor: pointer; transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
  text-decoration: none !important; white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: linear-gradient(180deg, #E5001F 0%, var(--red) 55%, var(--red-dark) 100%); color: #fff; box-shadow: 0 6px 16px rgba(212, 0, 28, .28); }
.btn--primary:hover { box-shadow: 0 10px 22px rgba(212, 0, 28, .36); }
.btn--outline { background: transparent; border-color: var(--black); color: var(--black); }
.btn--outline:hover { background: var(--black); color: #fff; }
.btn--ghost { background: var(--gray-2); color: var(--ink); }
.btn--ghost:hover { background: var(--gray); }
.btn--sm { padding: 8px 14px; font-size: .85rem; }
.btn--lg { padding: 15px 28px; font-size: 1.05rem; }
.btn--block { width: 100%; }

/* ---------- ad strip (rotating partner banners) ---------- */
.adstrip { background: var(--black); color: #fff; }
/* The strip holds a fixed 8:1 shape (3:1 on phones) so the rotator never jumps as
   slides change. Two image modes:
   --img : the artwork carries its own finished text, so it is letterboxed on the
           brand colour and never cropped — a cropped headline is worse than a margin.
   --art : the artwork is decoration only and the text is drawn over it in CSS, so it
           can be cropped freely and the wording stays sharp at every width. */
.adstrip__inner { position: relative; max-width: var(--container); margin: 0 auto; aspect-ratio: 8 / 1; overflow: hidden; }
.adstrip__slide {
  position: absolute; inset: 0; display: block; opacity: 0; transition: opacity .6s ease; pointer-events: none;
  background: var(--ad-bg, var(--black)); color: #fff; text-decoration: none !important;
}
.adstrip__slide.is-active { opacity: 1; pointer-events: auto; }
.adstrip__slide picture { display: block; width: 100%; height: 100%; }
.adstrip__slide img { width: 100%; height: 100%; display: block; }
.adstrip__slide--img img { object-fit: contain; object-position: center; }
.adstrip__slide--art img { object-fit: cover; object-position: center; }
.adstrip__css {
  height: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 0 28px;
  background:
    radial-gradient(ellipse 40% 120% at 100% 50%, color-mix(in srgb, var(--ad-accent, var(--red)) 45%, transparent), transparent 70%),
    radial-gradient(ellipse 30% 100% at 0% 50%, color-mix(in srgb, var(--ad-accent, var(--red)) 25%, transparent), transparent 70%),
    var(--ad-bg, var(--black));
}
/* over artwork: no solid fill, just a scrim that keeps the left-hand text readable */
.adstrip__slide--art .adstrip__css {
  position: absolute; inset: 0;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--ad-bg, #000) 86%, transparent) 0%,
    color-mix(in srgb, var(--ad-bg, #000) 60%, transparent) 40%,
    rgba(0, 0, 0, .18) 68%, rgba(0, 0, 0, 0) 100%);
}
.adstrip__slide--art .adstrip__brand { background: rgba(0, 0, 0, .35); }
.adstrip__slide--art .adstrip__copy strong, .adstrip__slide--art .adstrip__copy small { text-shadow: 0 2px 12px rgba(0, 0, 0, .75); }
.adstrip__brand {
  font-weight: 900; font-size: 1.6rem; letter-spacing: .04em; color: #fff; padding: 6px 14px; border-radius: 8px;
  border: 2px solid var(--ad-accent, var(--red)); text-shadow: 0 2px 10px rgba(0, 0, 0, .5);
}
.adstrip__copy { display: flex; flex-direction: column; min-width: 0; }
.adstrip__copy strong { font-size: 1.2rem; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.adstrip__copy small { color: rgba(255, 255, 255, .78); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.adstrip__cta {
  background: var(--ad-accent, var(--red)); color: #fff; font-weight: 800; padding: 12px 24px; border-radius: 999px;
  letter-spacing: .05em; box-shadow: 0 6px 18px rgba(0, 0, 0, .35); font-size: .95rem;
}
.adstrip__tag { position: absolute; top: 6px; right: 8px; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; background: rgba(255, 255, 255, .18); padding: 2px 6px; border-radius: 4px; color: #fff; }
.adstrip__dots { position: absolute; bottom: 6px; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; z-index: 2; }
.adstrip__dots button { width: 8px; height: 8px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .4); padding: 0; cursor: pointer; }
.adstrip__dots button.is-active { background: #fff; width: 22px; border-radius: 4px; }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .96); backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid var(--gray); }
.site-header__row { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 20px; }
.brand img { width: auto; height: 46px; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav__link { display: inline-flex; align-items: center; gap: 6px; padding: 10px 14px; border-radius: 8px; color: var(--ink); font-weight: 600; text-decoration: none !important; }
.nav__link:hover { background: var(--gray-2); color: var(--red); }
.nav__item { position: relative; }
.nav__menu {
  position: absolute; top: calc(100% + 6px); left: 0; min-width: 300px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg);
  padding: 10px; display: none; flex-direction: column; gap: 2px; border: 1px solid var(--gray);
}
.nav__item--has-menu:hover .nav__menu, .nav__item--has-menu:focus-within .nav__menu { display: flex; }
.nav__menu a { display: flex; flex-direction: column; padding: 10px 12px; border-radius: 8px; color: var(--ink); text-decoration: none !important; }
.nav__menu a:hover { background: var(--red-soft); }
.nav__menu a span { font-weight: 700; }
.nav__menu a small { color: var(--ink-3); }
.nav__menu-all { font-weight: 700; color: var(--red) !important; border-top: 1px solid var(--gray); margin-top: 4px; }
.nav__cta { margin-left: 10px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; flex-direction: column; justify-content: center; gap: 5px; align-items: center; cursor: pointer; }
.nav-toggle span { width: 24px; height: 3px; background: var(--black); border-radius: 2px; transition: transform .2s, opacity .2s; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; background: #fff url(../img/ui/bg-dots-light.jpg) right top/cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .92) 40%, rgba(255, 255, 255, .35) 100%); }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 24px; min-height: 520px; }
.hero__copy { padding: 56px 0; }
.hero h1 { font-size: clamp(2.4rem, 5.2vw, 4rem); letter-spacing: -.03em; }
.hero h1 em { font-style: normal; color: var(--red); }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 22px 0 28px; }
.hero__trust { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: .9rem; color: var(--ink-2); font-weight: 500; }
.hero__trust li { display: flex; align-items: center; gap: 8px; }
.hero__art img { width: 100%; height: auto; object-fit: contain; }

/* ---------- sections ---------- */
.section { padding: 64px 0; }
.section--tight { padding: 36px 0 64px; }
.section--gray { background: var(--gray-2); }
.section--partners { background: var(--black) url(../img/ui/bg-dots-dark.jpg) center/cover no-repeat; color: #fff; }
.section--partners h2, .section--partners h3 { color: #fff; }
.section--partners .section__head p { color: rgba(255, 255, 255, .72); }
.section--partners .link-arrow { color: #fff; }
.section__head { margin-bottom: 28px; }
.section__head p { color: var(--ink-2); margin: 0; }
.section__head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }

/* ---------- region cards ---------- */
.region-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.region-card { position: relative; display: block; border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: var(--shadow); color: var(--ink); text-decoration: none !important; transition: transform .15s, box-shadow .15s; }
.region-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.region-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--rc, var(--red)); z-index: 2; }
/* the region artwork is red across the board; mix-blend-mode: hue recolours the map
   per region and leaves the white studio background untouched. */
.region-card__img { position: relative; display: block; }
.region-card__img::after {
  content: ""; position: absolute; inset: 0; background: var(--rc, var(--red));
  mix-blend-mode: hue; opacity: .9; pointer-events: none;
}
.region-card img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.region-card__body { padding: 16px 18px 18px; }
.region-card__body h3 { font-size: 1.12rem; }
.region-card__body p { color: var(--ink-2); margin: 0 0 10px; font-size: .9rem; }
.region-card__count { font-weight: 700; color: var(--rc, var(--red)); }

/* ---------- partner cards ---------- */
.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

/* ---------- partner cards, laid out like a link-preview (OG) card ---------- */
.ocard {
  position: relative; overflow: hidden; border-radius: var(--radius); color: #fff; isolation: isolate;
  /* dark ink base + a wash of the brand colour: gold brands (LONGTIAN) would otherwise
     put gold type on a gold field. The accent then reads on every card. */
  background: linear-gradient(135deg, var(--k, #10121A) 0%, color-mix(in srgb, var(--b) 55%, var(--k, #10121A)) 100%);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .45);
}
.ocard__art {
  position: absolute; inset: 0 0 0 38%; background-size: cover; background-position: top center; opacity: .3;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 45%); mask-image: linear-gradient(90deg, transparent, #000 45%);
}
.ocard::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--k, #10121A) 10%, color-mix(in srgb, var(--k, #10121A) 72%, transparent) 52%, transparent 100%);
}
.ocard__tag {
  position: absolute; top: 0; right: 0; z-index: 2; background: #fff; color: var(--black);
  font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 6px 12px; border-radius: 0 0 0 10px;
}
.ocard__in { position: relative; z-index: 2; padding: 22px 20px 20px; display: flex; flex-direction: column; gap: 6px; height: 100%; }
.ocard__eyebrow { font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(255, 255, 255, .5); }
.ocard h3 { font-size: 1.6rem; font-weight: 900; letter-spacing: -.02em; margin: 0; }
.ocard h3 a { color: #fff; text-decoration: none !important; }
.ocard__line { margin: 2px 0 0; font-style: italic; font-weight: 700; font-size: 1.02rem; line-height: 1.35; color: var(--a); }
.ocard__facts {
  margin: 10px 0 0; padding-top: 12px; border-top: 1px solid rgba(255, 255, 255, .18);
  font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: rgba(255, 255, 255, .8);
}
.ocard__foot { margin-top: auto; padding-top: 16px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.ocard__score {
  display: flex; flex-direction: column; align-items: center; justify-content: center; flex: none;
  width: 66px; padding: 6px 0; border-radius: 10px; background: var(--a); color: #23180a;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--a) 40%, transparent);
}
.ocard__score b { font-size: 1.3rem; font-weight: 900; line-height: 1; }
.ocard__score small { font-size: .5rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; opacity: .75; }
.ocard__btns { display: flex; gap: 8px; flex: 1; }
.ocard__btns .btn { flex: 1; justify-content: center; }
.ocard .btn--ghost { background: rgba(255, 255, 255, .16); color: #fff; }
.ocard__bar { position: absolute; left: 0; right: 0; bottom: 0; height: 5px; z-index: 2; background: linear-gradient(90deg, var(--a), #FF8A00 60%, var(--red)); }
.pcard { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius); padding: 22px; display: flex; flex-direction: column; gap: 12px; backdrop-filter: blur(6px); }
.pcard__top { display: flex; align-items: center; gap: 14px; }
.pcard__top > div { flex: 1; }
.pcard__top h3 { margin: 0 0 4px; }
.pcard__top h3 a { color: #fff; }
.pcard__initials, .ccard__initials, .mini-list__ini {
  display: inline-flex; align-items: center; justify-content: center; font-weight: 900; color: #fff; letter-spacing: -.02em;
  background: linear-gradient(145deg, color-mix(in srgb, var(--brand, var(--red)) 88%, #fff), color-mix(in srgb, var(--brand, var(--red)) 75%, #000));
  border-radius: 16px; text-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}
.pcard__initials { width: 56px; height: 56px; font-size: 1.3rem; }
.pcard p { color: rgba(255, 255, 255, .8); margin: 0; }
.pcard .checks li { color: rgba(255, 255, 255, .9); }
.pcard__actions { display: flex; gap: 10px; margin-top: auto; }
.pcard .btn--ghost { background: rgba(255, 255, 255, .12); color: #fff; }

/* ---------- pills / tags / score ---------- */
.pill { display: inline-flex; align-items: center; padding: 3px 9px; border-radius: 999px; font-size: .72rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; background: var(--gray); color: var(--ink-2); }
.pill--partner { background: var(--red); color: #fff; }
.pill--top-pick { background: var(--black); color: #fff; }
.pill--editors-choice { background: var(--gold); color: #fff; }
.pill--new { background: var(--green); color: #fff; }
.pill--exclusive-bonus { background: var(--red-soft); color: var(--red); }
.pill--verified, .pill--licensed { background: var(--gray-2); color: var(--ink-2); }
.tag { display: inline-block; padding: 4px 10px; border-radius: 6px; background: var(--gray-2); color: var(--ink-2); font-size: .78rem; font-weight: 600; text-decoration: none !important; }
a.tag:hover { background: var(--red-soft); color: var(--red); }
.tag--plain { cursor: default; }
.score { display: flex; flex-direction: column; align-items: center; text-align: center; }
.score__num { font-size: 2rem; font-weight: 900; line-height: 1; color: #fff; background: linear-gradient(180deg, #E5001F, var(--red-dark)); border-radius: 12px; padding: 10px 14px; min-width: 72px; box-shadow: 0 6px 14px rgba(212, 0, 28, .3); }
.score__label { font-size: .8rem; font-weight: 700; margin-top: 6px; color: var(--ink-2); }
.stars { color: var(--red); letter-spacing: 2px; font-size: .95rem; }
.score--sm .score__num { font-size: 1.15rem; padding: 7px 10px; min-width: 52px; }
.score--lg .score__num { font-size: 2.6rem; padding: 14px 18px; min-width: 96px; }
.score--lg small { color: var(--ink-3); margin-top: 4px; }

/* ---------- casino card ---------- */
.clist { display: flex; flex-direction: column; gap: 16px; }
.ccard {
  position: relative; display: grid; grid-template-columns: 112px 1fr 176px; gap: 20px; align-items: center;
  background: #fff; border: 1px solid var(--gray); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow); transition: box-shadow .15s, border-color .15s;
}
.ccard:hover { box-shadow: var(--shadow-lg); border-color: var(--gray-3); }
.ccard--partner { border-color: color-mix(in srgb, var(--brand, var(--red)) 42%, #fff);
  background: linear-gradient(90deg, color-mix(in srgb, var(--brand, var(--red)) 12%, #fff) 0, #fff 190px);
  box-shadow: 0 6px 24px color-mix(in srgb, var(--brand, var(--red)) 16%, transparent); }
.ccard--partner .ccard__rank { background: var(--brand, var(--black)); }
.ccard__rank { position: absolute; top: -10px; left: -10px; width: 30px; height: 30px; border-radius: 50%; background: var(--black); color: #fff; font-weight: 800; font-size: .85rem; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow); }
.ccard__logo { display: flex; align-items: center; justify-content: center; width: 112px; height: 112px; border-radius: 16px; overflow: hidden; background: var(--gray-2); }
.ccard__logo img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.ccard__initials { width: 100%; height: 100%; font-size: 2rem; }
.ccard__body { min-width: 0; }
.ccard__head { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 6px; }
.ccard__name { margin: 0; font-size: 1.25rem; }
.ccard__name a { color: var(--black); }
.ccard__meta { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: .85rem; color: var(--ink-2); margin-bottom: 10px; }
.ccard__meta > span { display: inline-flex; align-items: center; gap: 5px; }
.ccard__region { font-weight: 600; color: var(--red); }
.ccard__desc { font-size: .95rem; color: var(--ink-2); margin: 0 0 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ccard__bonus { font-size: .9rem; margin: 0 0 10px; padding: 8px 12px; border-radius: 8px; background: var(--gray-2); border-left: 3px solid var(--red); }
.ccard__tags { display: flex; flex-wrap: wrap; gap: 6px; }
.ccard__tags--lg { margin-bottom: 28px; }
.ccard__tags--lg .tag { font-size: .9rem; padding: 7px 14px; }
.ccard__side { display: flex; flex-direction: column; gap: 8px; align-items: stretch; }
.ccard--compact { grid-template-columns: 72px 1fr 150px; padding: 14px 16px; }
.ccard--compact .ccard__logo { width: 72px; height: 72px; }
.ccard--compact .ccard__initials { font-size: 1.3rem; }
.ccard--compact .ccard__name { font-size: 1.05rem; }
.ccard--compact .score__num { font-size: 1.4rem; padding: 7px 10px; min-width: 56px; }
.ccard--compact .btn--ghost { display: none; }

/* ---------- tabs ---------- */
.tabs__bar { display: flex; gap: 6px; border-bottom: 2px solid var(--gray); margin-bottom: 20px; overflow-x: auto; }
.tabs__bar button { border: 0; background: transparent; padding: 12px 18px; font-weight: 700; color: var(--ink-3); cursor: pointer; border-bottom: 3px solid transparent; margin-bottom: -2px; white-space: nowrap; }
.tabs__bar button.is-active { color: var(--red); border-bottom-color: var(--red); }
.tabs__panel { display: none; }
.tabs__panel.is-active { display: block; }
.tabs__more { text-align: center; margin: 22px 0 0; }
.clist--compact .ccard__rank { display: none; }

/* ---------- guides ---------- */
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gcard { background: #fff; border: 1px solid var(--gray); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.gcard__img img { aspect-ratio: 16/9; object-fit: cover; }
.gcard__body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.gcard__cat { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--red); }
.gcard h3 { margin: 0; font-size: 1.1rem; }
.gcard h3 a { color: var(--black); }
.gcard p { color: var(--ink-2); font-size: .93rem; margin: 0; flex: 1; }
.gcard small { color: var(--ink-3); }

/* ---------- CTA ---------- */
.section--cta { background: linear-gradient(180deg, #fff, var(--gray-2)); }
.cta { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; }
.cta img { border-radius: var(--radius); }
.cta p { color: var(--ink-2); font-size: 1.05rem; }

/* ---------- page head ---------- */
.page-head { background: var(--black) url(../img/hero/header-strip.jpg) center/cover no-repeat; color: #fff; padding: 44px 0 40px; }
.page-head h1 { color: #fff; margin-bottom: .3em; }
.page-head p { color: rgba(255, 255, 255, .78); margin: 0; font-size: 1.05rem; max-width: 720px; }
.crumbs { font-size: .82rem; color: rgba(255, 255, 255, .6); margin-bottom: 14px; display: flex; flex-wrap: wrap; gap: 6px; }
.crumbs a { color: rgba(255, 255, 255, .85); }
.page-head--casino { background-image: linear-gradient(90deg, rgba(11, 11, 11, .96), rgba(11, 11, 11, .75)), url(../img/hero/header-strip.jpg); }
.page-head--article { background-image: linear-gradient(0deg, rgba(11, 11, 11, .85), rgba(11, 11, 11, .85)), url(../img/hero/header-strip.jpg); }
.article-meta { font-size: .9rem !important; }

/* ---------- listing ---------- */
.listing { display: grid; grid-template-columns: 260px 1fr; gap: 32px; align-items: start; }
.listing__side { position: sticky; top: calc(var(--header-h) + 16px); display: flex; flex-direction: column; gap: 18px; }
.filters, .side-note { background: #fff; border: 1px solid var(--gray); border-radius: var(--radius); padding: 18px; }
.filters__group + .filters__group { margin-top: 16px; }
.filters h3, .side-note h3 { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 8px; }
.filters__opt { display: block; padding: 8px 10px; border-radius: 8px; color: var(--ink); font-weight: 600; text-decoration: none !important; }
.filters__opt:hover { background: var(--gray-2); }
.filters__opt.is-active { background: var(--red-soft); color: var(--red); }
.filters select, .field select, .field input, .field textarea, .newsletter input {
  width: 100%; padding: 10px 12px; border: 1.5px solid var(--gray-3); border-radius: var(--radius-sm); background: #fff; color: var(--ink);
}
.filters select:focus, .field select:focus, .field input:focus, .field textarea:focus, .newsletter input:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px var(--red-soft); }
.side-note p { font-size: .9rem; color: var(--ink-2); margin: 0; }
.listing__count { color: var(--ink-2); margin-bottom: 16px; }
.empty { text-align: center; padding: 40px 20px; }
.empty img { margin: 0 auto 16px; }

/* ---------- casino detail ---------- */
.chead { display: grid; grid-template-columns: 120px 1fr 260px; gap: 28px; align-items: start; }
.chead__logo { width: 120px; height: 120px; border-radius: 20px; overflow: hidden; background: rgba(255, 255, 255, .08); }
.chead__logo img { width: 100%; height: 100%; object-fit: contain; padding: 10px; background: #fff; }
.chead__logo .ccard__initials { font-size: 2.2rem; }
.chead__main h1 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); }
.chead__main h1 span { font-weight: 500; color: rgba(255, 255, 255, .6); font-size: .55em; margin-left: 8px; white-space: nowrap; }
.chead__pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 6px 0 14px; }
.chead__desc { font-size: 1.05rem; color: rgba(255, 255, 255, .82) !important; }
.chead__side { background: #fff; color: var(--ink); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow-lg); display: flex; flex-direction: column; gap: 14px; align-items: center; }
.chead__terms { color: var(--ink-3); text-align: center; }
.detail { display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; }
.detail__main h2 { font-size: 1.35rem; margin-top: 8px; }
.proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 28px; }
.proscons__col { border-radius: var(--radius); padding: 20px; border: 1px solid var(--gray); }
.proscons__col--pro { background: #F3FBF5; border-color: #CFEBD8; }
.proscons__col--con { background: var(--gray-2); }
.proscons h2 { font-size: 1.05rem !important; margin: 0 0 10px !important; }
.checks, .crosses { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.checks li, .crosses li { position: relative; padding-left: 26px; font-size: .95rem; }
.checks li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green); font-weight: 900; }
.crosses li::before { content: "!"; position: absolute; left: 3px; top: 0; color: var(--red); font-weight: 900; }
.bonus-box { display: flex; gap: 18px; align-items: flex-start; background: var(--red-soft); border: 1px solid #F7C4CC; border-radius: var(--radius); padding: 20px; margin-bottom: 28px; }
.bonus-box h2 { font-size: 1.05rem !important; margin: 0 0 6px !important; }
.bonus-box p { margin: 0 0 6px; font-weight: 600; }
.bonus-box small { color: var(--ink-2); }
.facts { margin: 0; display: flex; flex-direction: column; gap: 10px; }
.facts div { display: grid; grid-template-columns: 110px 1fr; gap: 10px; font-size: .92rem; }
.facts dt { color: var(--ink-3); font-weight: 600; }
.facts dd { margin: 0; }
.facts--inline { flex-direction: row; flex-wrap: wrap; gap: 24px; margin-bottom: 28px; }
.facts--inline div { display: flex; flex-direction: column; gap: 2px; }
.facts--inline dd { font-weight: 700; }
.facts-card { background: #fff; border: 1px solid var(--gray); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow); margin-bottom: 20px; }
.facts-card h2 { font-size: 1.05rem; margin-bottom: 14px; }
.facts-card .btn { margin-top: 16px; }
.mini-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.mini-list li { display: flex; align-items: center; gap: 10px; }
.mini-list__ini { width: 36px; height: 36px; font-size: .85rem; border-radius: 10px; flex: none; }
.mini-list a { flex: 1; color: var(--ink); font-weight: 600; }
.mini-list__score { font-weight: 800; color: var(--red); }
.rg-note { background: var(--gray-2); border-left: 4px solid var(--red); padding: 14px 18px; border-radius: 8px; font-size: .92rem; color: var(--ink-2); margin-top: 28px; }

/* ---------- prose ---------- */
.prose { font-size: 1.05rem; color: var(--ink); }
.prose h2 { font-size: 1.45rem; margin-top: 2em; }
.prose h3 { margin-top: 1.5em; }
.prose p, .prose ul, .prose ol { margin-bottom: 1.1em; }
.prose li { margin-bottom: .4em; }
.prose code { background: var(--gray-2); padding: 2px 6px; border-radius: 4px; font-size: .9em; }
.prose .lead { font-size: 1.2rem; }
.article-cover { border-radius: var(--radius); margin-bottom: 28px; aspect-ratio: 16/9; object-fit: cover; }
.brand-row { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; background: var(--gray-2); padding: 24px; border-radius: var(--radius); margin: 16px 0; }

/* ---------- contact ---------- */
.contact { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: start; }
.contact__side h2 { font-size: 1.15rem; margin-top: 1.2em; }
.contact__side h2:first-child { margin-top: 0; }
.contact__side p { color: var(--ink-2); }
.contact__form { background: #fff; border: 1px solid var(--gray); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; margin-bottom: 6px; font-size: .92rem; }
.field small { color: var(--red); display: block; margin-top: 4px; }
.field.has-error input, .field.has-error textarea, .field.has-error select { border-color: var(--red); }
.field--check label { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; }
.field--check input { width: auto; margin-top: 3px; }
.alert { padding: 12px 16px; border-radius: 8px; margin-bottom: 18px; font-weight: 600; }
.alert--ok { background: #E8F6EC; color: var(--green); }
.alert--err { background: var(--red-soft); color: var(--red); }

/* ---------- footer ---------- */
.site-footer { background: var(--black) url(../img/ui/bg-dots-dark.jpg) center/cover no-repeat; color: rgba(255, 255, 255, .8); padding: 56px 0 32px; margin-top: 40px; }
.newsletter { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; background: linear-gradient(135deg, var(--red), var(--red-dark)); border-radius: var(--radius); padding: 30px 34px; margin-bottom: 48px; color: #fff; }
.newsletter h2 { color: #fff; font-size: 1.4rem; margin-bottom: 4px; }
.newsletter p { margin: 0; color: rgba(255, 255, 255, .85); }
.newsletter__form { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; }
.newsletter__form input { border-color: transparent; }
.newsletter__form .btn--primary { background: var(--black); box-shadow: none; }
.newsletter__msg { grid-column: 1 / -1; margin: 0; font-size: .9rem; min-height: 1.2em; font-weight: 600; }
.site-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 36px; }
.site-footer__grid h3 { color: #fff; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 12px; }
.site-footer__grid a { display: block; color: rgba(255, 255, 255, .78); padding: 4px 0; }
.site-footer__grid a:hover { color: #fff; }
.site-footer__brand p { margin-top: 14px; font-size: .95rem; }
.site-footer__legal { border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 24px; font-size: .82rem; color: rgba(255, 255, 255, .6); }
.site-footer__legal a { color: rgba(255, 255, 255, .85); text-decoration: underline; }
.age-badge { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 600; }
.age-badge span { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; border: 2px solid var(--red); color: var(--red); font-weight: 900; font-size: .85rem; flex: none; }

/* ---------- 404 ---------- */
.notfound { text-align: center; padding: 80px 20px; }
.notfound img { margin: 0 auto 24px; max-width: 280px; }

/* =====================================================================
   Responsive
   ===================================================================== */
@media (max-width: 1024px) {
  .region-grid, .partner-grid, .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .ocard h3 { font-size: 1.4rem; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .chead { grid-template-columns: 96px 1fr; }
  .chead__side { grid-column: 1 / -1; }
  .detail { grid-template-columns: 1fr; }
  .cta { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .nav { position: fixed; inset: var(--header-h) 0 auto 0; background: #fff; flex-direction: column; align-items: stretch; padding: 12px 20px 20px; border-bottom: 1px solid var(--gray); box-shadow: var(--shadow-lg); display: none; }
  .nav.is-open { display: flex; }
  .nav__menu { position: static; display: flex; box-shadow: none; border: 0; padding: 0 0 0 12px; }
  .nav__cta { margin: 10px 0 0; }
  .nav-toggle { display: flex; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .hero__grid { grid-template-columns: 1fr; min-height: 0; }
  .hero__copy { padding: 32px 0 12px; }
  .hero__art { margin: 0 -20px; }
  .hero__art img { aspect-ratio: 16 / 9; object-fit: cover; object-position: center 78%; }
  .listing { grid-template-columns: 1fr; }
  .listing__side { position: static; }
  .contact { grid-template-columns: 1fr; }
  .newsletter { grid-template-columns: 1fr; }
  .proscons { grid-template-columns: 1fr; }
  .adstrip__inner { aspect-ratio: 4 / 1; }
  .adstrip__css { grid-template-columns: 1fr auto; gap: 14px; padding: 0 16px; }
  .adstrip__brand { display: none; }
  .adstrip__copy strong { font-size: 1rem; white-space: normal; line-height: 1.2; }
  .adstrip__copy small { display: none; }
  .adstrip__cta { padding: 10px 16px; font-size: .85rem; }
}
@media (max-width: 640px) {
  .adstrip__inner { aspect-ratio: 3 / 1; }
  .partner-grid, .guide-grid, .site-footer__grid { grid-template-columns: 1fr; }
  /* four regions in one column is a long scroll on a phone — keep them two-up */
  .region-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .region-card__body { padding: 12px 14px 14px; }
  .region-card__body h3 { font-size: 1rem; }
  .region-card__body p { font-size: .8rem; }
  .region-card__count { font-size: .85rem; }
  .section { padding: 44px 0; }
  .section__head--row { flex-direction: column; align-items: flex-start; }
  /* Phone layout for a casino card. The desktop card is logo | body | side column;
     on a phone that stacks into a loose pile — logo floating mid-card, the score
     stranded at the bottom-left, the button beside it. Here the card becomes:

        [logo] name + badges + facts + tags   [score]
        [        Visit site — full width            ]

     `display: contents` on .ccard__side lets the score and the button be placed
     directly on the card's own grid, which is what makes the top-right score and
     the full-width button possible without touching the markup. */
  .ccard { grid-template-columns: 52px minmax(0, 1fr) auto; padding: 14px; gap: 10px 12px; align-items: start; }
  .ccard__logo { width: 52px; height: 52px; border-radius: 12px; grid-column: 1; grid-row: 1; align-self: start; }
  .ccard__initials { font-size: 1.1rem; }
  /* the body is flattened onto the same grid too, so only the name sits in the
     narrow middle column — the description, bonus and chips get the full width
     instead of a 230px gutter between the logo and the score */
  .ccard__body { display: contents; }
  .ccard__head { grid-column: 2; grid-row: 1; }
  .ccard__meta, .ccard__desc, .ccard__bonus, .ccard__tags { grid-column: 1 / -1; }
  .ccard__side { display: contents; }
  .ccard__side .score { grid-column: 3; grid-row: 1; align-self: start; flex-direction: column; gap: 2px; }
  .ccard__side .score__num { font-size: 1.15rem; padding: 6px 9px; min-width: 48px; }
  .ccard__side .score__label { display: none; }
  .ccard__side .stars { font-size: .62rem; letter-spacing: -.5px; }
  .ccard__side .btn--primary { grid-column: 1 / -1; width: 100%; justify-content: center; margin-top: 2px; }
  .ccard__side .btn--ghost { display: none; }

  /* the head used to run to three lines: title, then one badge per line */
  .ccard__head { gap: 6px; margin-bottom: 4px; }
  .ccard__name { font-size: 1.02rem; line-height: 1.25; }
  .ccard__head .pill { font-size: .58rem; padding: 3px 7px; }
  .ccard__meta { font-size: .78rem; gap: 4px 12px; margin-bottom: 8px; }
  .ccard__lic { max-width: 100%; }
  .ccard__lic, .ccard__payout { min-width: 0; }
  .ccard__lic > svg, .ccard__payout > svg { flex: none; }
  .ccard__desc { font-size: .88rem; -webkit-line-clamp: 3; }
  .ccard__bonus { font-size: .84rem; padding: 7px 10px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
  .ccard__tags { gap: 5px; }
  .ccard__tags .tag { font-size: .72rem; padding: 3px 8px; }
  /* four chips is a line and a half at most — the rest are on the review page */
  .ccard__tags .tag:nth-child(n+5) { display: none; }

  .ccard--compact { grid-template-columns: 44px minmax(0, 1fr) auto; }
  .ccard--compact .ccard__logo { width: 44px; height: 44px; }
  .ccard--compact .ccard__initials { font-size: .95rem; }
  .brand img { height: 38px; }
  .newsletter__form { grid-template-columns: 1fr; }
  .facts div { grid-template-columns: 1fr; gap: 2px; }
  .chead { grid-template-columns: 1fr; }
  .chead__logo { width: 88px; height: 88px; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; scroll-behavior: auto !important; }
}

/* pills on dark page heads */
.page-head .pill--top-pick { background: #fff; color: var(--black); }
.page-head .pill--verified, .page-head .pill--licensed { background: rgba(255, 255, 255, .16); color: #fff; }

/* =====================================================================
   Partner review pages (ONCASI · PESO77 · LONGTIAN) — app/Views/casinos/partner.php
   Brand colours come from inline --p-* vars set per page.
   ===================================================================== */
/* brand vars are set inline on .pp by the view — no fallback here, it would
   out-specify the inline value and repaint every partner page in Atlas red */

/* ---------- hero ---------- */
.pp-hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(1200px 600px at 12% -10%, color-mix(in srgb, var(--p-brand) 70%, transparent), transparent 62%),
    radial-gradient(900px 500px at 92% 110%, color-mix(in srgb, var(--p-accent) 32%, transparent), transparent 60%),
    linear-gradient(160deg, var(--p-ink) 0%, color-mix(in srgb, var(--p-brand2) 65%, var(--p-ink)) 55%, var(--p-ink) 100%);
}
.pp-hero__glow {
  position: absolute; inset: 0; pointer-events: none; opacity: .35;
  background: url(../img/ui/bg-dots-dark.jpg) center/cover no-repeat; mix-blend-mode: soft-light;
}
.pp-hero__inner { position: relative; padding: 30px 20px 54px; }
.pp-hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; margin-top: 18px; }
.pp-hero h1 { color: #fff; font-size: clamp(2.4rem, 5vw, 3.9rem); letter-spacing: -.03em; margin-bottom: .18em; }
.pp-eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; color: var(--p-accent); margin-bottom: 14px; }
.pp-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--p-accent); box-shadow: 0 0 12px var(--p-accent); }
.pp-tagline {
  font-size: 1.35rem; font-weight: 800; font-style: italic; margin-bottom: 22px; line-height: 1.25;
  background: linear-gradient(90deg, #fff 10%, var(--p-accent) 90%); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.pp-scorebar { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 24px; }
.pp-score { display: flex; align-items: center; gap: 12px; }
.pp-score b {
  font-size: 2.1rem; font-weight: 900; line-height: 1; color: var(--p-ink); background: var(--p-accent);
  padding: 11px 15px; border-radius: 14px; box-shadow: 0 8px 22px color-mix(in srgb, var(--p-accent) 45%, transparent);
}
.pp-score span { display: flex; flex-direction: column; font-weight: 800; font-size: 1rem; }
.pp-score small { font-weight: 500; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .6); }
.pp-pills { display: flex; flex-wrap: wrap; gap: 7px; }
.pp-hero .pill--verified, .pp-hero .pill--licensed { background: rgba(255, 255, 255, .15); color: #fff; }
.pp-hero .pill--top-pick { background: #fff; color: var(--p-ink); }
.pp-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.pp-btn {
  background: linear-gradient(180deg, color-mix(in srgb, var(--p-accent) 88%, #fff) 0%, var(--p-accent) 60%, color-mix(in srgb, var(--p-accent) 78%, #000) 100%);
  color: var(--p-ink); box-shadow: 0 10px 26px color-mix(in srgb, var(--p-accent) 40%, transparent);
}
.pp-btn:hover { box-shadow: 0 14px 34px color-mix(in srgb, var(--p-accent) 52%, transparent); }
.pp-btn--ghost { background: rgba(255, 255, 255, .1); color: #fff; border-color: rgba(255, 255, 255, .3); }
.pp-btn--ghost:hover { background: rgba(255, 255, 255, .18); }
.pp-terms { margin: 14px 0 0; font-size: .8rem; color: rgba(255, 255, 255, .55); }

/* browser frame around the site screenshot */
.pp-frame { border-radius: 14px; overflow: hidden; box-shadow: 0 30px 70px rgba(0, 0, 0, .5); background: #1b1b1f; transform: perspective(1400px) rotateY(-5deg) rotateX(2deg); }
.pp-frame__bar { display: flex; align-items: center; gap: 6px; padding: 9px 12px; background: #24242a; }
.pp-frame__bar i { width: 10px; height: 10px; border-radius: 50%; background: #4a4a55; flex: none; }
.pp-frame__bar i:first-child { background: #ff5f57; } .pp-frame__bar i:nth-child(2) { background: #febc2e; } .pp-frame__bar i:nth-child(3) { background: #28c840; }
.pp-frame__bar span { margin-left: 10px; font-size: .74rem; color: rgba(255, 255, 255, .55); background: #16161a; padding: 3px 12px; border-radius: 999px; }
.pp-frame img { width: 100%; max-height: 430px; object-fit: cover; object-position: top center; display: block; }
.pp-accentbar { height: 7px; background: linear-gradient(90deg, var(--p-brand), var(--p-accent) 45%, #FF8A00 75%, var(--red)); }

/* ---------- stats ---------- */
.pp-stats { background: var(--p-ink); color: #fff; }
.pp-stats__row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255, 255, 255, .1); }
.pp-stat { background: var(--p-ink); padding: 20px 22px; display: flex; flex-direction: column; gap: 4px; }
.pp-stat b { font-size: 1.12rem; font-weight: 800; color: var(--p-accent); }
.pp-stat span { font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .55); }

/* ---------- intro / reasons ---------- */
.pp-intro { font-size: 1.16rem; line-height: 1.7; color: var(--ink-2); max-width: 880px; margin-bottom: 36px; }
.pp-reasons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pp-reason { position: relative; background: #fff; border: 1px solid var(--gray); border-left: 4px solid var(--p-brand); border-radius: var(--radius); padding: 24px 22px 22px; box-shadow: var(--shadow); }
.pp-reason__n { display: block; font-size: .8rem; font-weight: 900; letter-spacing: .1em; color: var(--p-brand); margin-bottom: 8px; }
.pp-reason h2 { font-size: 1.08rem; margin-bottom: 8px; }
.pp-reason p { margin: 0; color: var(--ink-2); font-size: .95rem; }

/* ---------- lobby ---------- */
.pp-lobby { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pp-shelf { background: #fff; border: 1px solid var(--gray); border-radius: var(--radius); padding: 20px; }
.pp-shelf h3 { font-size: 1.02rem; margin-bottom: 4px; color: var(--p-brand); }
.pp-shelf > p { font-size: .88rem; color: var(--ink-3); margin: 0 0 12px; }
.pp-games { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.pp-games li { font-size: .78rem; font-weight: 600; padding: 4px 10px; border-radius: 6px; background: color-mix(in srgb, var(--p-brand) 9%, #fff); color: var(--p-brand); }

/* ---------- promos / two-column ---------- */
.pp-two { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.pp-two h2 { font-size: 1.3rem; margin-top: 0; }
.pp-two h2 + h2, .pp-two .ccard__tags + h2, .pp-two .facts + h2 { margin-top: 32px; }
.pp-promo { display: flex; gap: 16px; align-items: flex-start; background: color-mix(in srgb, var(--p-accent) 10%, #fff); border: 1px solid color-mix(in srgb, var(--p-accent) 35%, #fff); border-radius: var(--radius); padding: 16px 18px; margin-bottom: 12px; }
.pp-promo h3 { font-size: 1rem; margin-bottom: 4px; }
.pp-promo p { margin: 0; font-size: .92rem; color: var(--ink-2); }

/* ---------- closing CTA ---------- */
.pp-close { background: linear-gradient(135deg, var(--p-brand), var(--p-brand2)); color: #fff; padding: 46px 0 30px; }
.pp-close__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.pp-close h2 { color: #fff; margin-bottom: 4px; }
.pp-close p { margin: 0; color: rgba(255, 255, 255, .8); font-size: 1.05rem; }
.pp-close p.pp-close__terms { font-size: .82rem; color: rgba(255, 255, 255, .6); margin: 26px auto 0; }
.pp-close__terms a { color: #fff; text-decoration: underline; }

@media (max-width: 1024px) {
  .pp-hero__grid { grid-template-columns: 1fr; }
  .pp-frame { transform: none; }
  .pp-reasons, .pp-lobby { grid-template-columns: repeat(2, 1fr); }
  .pp-stats__row { grid-template-columns: repeat(2, 1fr); }
  .pp-two { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 640px) {
  .pp-reasons, .pp-lobby, .pp-stats__row { grid-template-columns: 1fr; }
  .pp-hero__inner { padding: 22px 20px 40px; }
  .pp-frame img { max-height: 300px; }
  .pp-cta .btn { width: 100%; }
  .pp-close__inner { flex-direction: column; align-items: flex-start; }
  .pp-close__inner .btn { width: 100%; }
}

/* ---------- guide: "our partner brands already do this" panel ---------- */
.gproof {
  margin: 40px 0 0; padding: 30px 30px 26px; border-radius: var(--radius);
  background: linear-gradient(160deg, #10131C 0%, #1B2233 100%); color: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .28);
}
.gproof__eyebrow { display: block; font-size: .64rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: #E9B949; margin-bottom: 8px; }
.gproof h2 { color: #fff; font-size: 1.45rem; margin: 0 0 8px; }
.gproof__lede { color: rgba(255, 255, 255, .72); margin: 0 0 20px; font-size: .96rem; }
.gproof__brands { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.gproof__brand {
  display: flex; align-items: center; gap: 12px; flex: 1 1 220px; min-width: 0; padding: 10px 14px 10px 10px;
  border-radius: 12px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .14);
  color: #fff; text-decoration: none !important;
}
.gproof__brand:hover { background: rgba(255, 255, 255, .13); }
.gproof__ini {
  width: 44px; height: 44px; flex: none; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: .95rem; color: #fff;
  background: linear-gradient(145deg, color-mix(in srgb, var(--brand) 88%, #fff), color-mix(in srgb, var(--brand) 72%, #000));
}
.gproof__name { display: flex; flex-direction: column; font-weight: 800; min-width: 0; }
.gproof__name small { font-weight: 500; font-size: .74rem; color: rgba(255, 255, 255, .6); }
.gproof__rows { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255, 255, 255, .12); }
.gproof__rows li { display: flex; align-items: flex-start; gap: 12px; padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.gproof__check { flex: none; width: 22px; height: 22px; border-radius: 50%; background: #1DB073; color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: .76rem; font-weight: 900; margin-top: 2px; }
.gproof__text { flex: 1; font-size: .92rem; color: rgba(255, 255, 255, .74); line-height: 1.55; }
.gproof__text b { display: block; color: #fff; font-size: .98rem; margin-bottom: 2px; }
.gproof__who { flex: none; display: flex; gap: 5px; margin-top: 2px; }
.gproof__who i {
  font-style: normal; font-size: .62rem; font-weight: 800; letter-spacing: .04em; padding: 4px 7px; border-radius: 6px;
  background: rgba(233, 185, 73, .16); color: #E9B949;
}
.gproof__note { margin: 16px 0 0; font-size: .85rem; color: rgba(255, 255, 255, .6); }
.gproof__cta { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.gproof__cta .btn { flex: 1 1 200px; justify-content: center; }
.gproof__disc { margin: 16px 0 0; font-size: .78rem; color: rgba(255, 255, 255, .5); }
.gproof__disc a { color: rgba(255, 255, 255, .8); text-decoration: underline; }
@media (max-width: 640px) {
  .gproof { padding: 22px 18px 20px; }
  .gproof__who { display: none; }
}
