﻿/*
Theme Name: Sisarkasino Homepage Migration
Theme URI: https://sisarkasino.com/
Author: Sisarkasino
Description: Page-by-page WordPress migration of the Lovable Sisarkasino prototype. Homepage first.
Version: 1.2.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: sisarkasino
*/

:root {
  --navy: #002554;
  --navy-dark: #001A3D;
  --navy-mid: #1A3F70;
  --ink: #0A1F3A;
  --muted: #4A6B8A;
  --gold: #B8960C;
  --gold-hover: #9A7D0A;
  --white: #FFFFFF;
  --soft: #F7F8FA;
  --border: rgba(0,37,84,0.15);
  --border-mid: rgba(0,37,84,0.10);
  --border-light: rgba(0,37,84,0.06);
  --max: 1152px;
}

* {
  box-sizing: border-box;
  border-radius: 0 !important;
}

html {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin-top: 0 !important;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3 {
  color: var(--navy);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
}

p {
  margin: 0;
}

.wrap {
  width: min(calc(100% - 72px), var(--max));
  margin: 0 auto;
}

.wrap-text {
  width: min(calc(100% - 48px), 1024px);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--navy-dark);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  height: 64px;
}

body.admin-bar .site-header {
  top: 32px;
}

.site-header__inner {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  text-decoration: none;
  color: #fff;
}

.logo--nav {
  font-size: 1.3rem;
}

.logo--hero {
  font-size: 2.5rem;
}

.logo__sisar {
  color: rgba(255,255,255,0.7);
  font-weight: 400;
  font-style: italic;
}

.logo--hero .logo__sisar {
  color: rgba(255,255,255,0.5);
}

.logo__kasino {
  color: #fff;
  font-weight: 800;
}

.logo__dot {
  color: var(--gold);
  font-weight: 800;
}

.nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav a {
  color: rgba(255,255,255,0.9);
  font-size: 0.9rem;
  line-height: 1;
  text-decoration: none;
  padding-bottom: 6px;
  border-bottom: 2px solid transparent;
}

.nav a:hover {
  color: #fff;
}

.nav a.is-active {
  color: #fff;
  border-bottom-color: var(--gold);
}

.nav em {
  color: rgba(255,255,255,0.5);
  font-style: italic;
  font-weight: 400;
}

.nav strong {
  font-weight: 700;
}

.nav .dot {
  color: var(--gold);
}

.hamburger {
  display: none;
  border: 0;
  color: rgba(255,255,255,0.8);
  background: transparent;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.hamburger span,
.hamburger::before,
.hamburger::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  margin: 3px auto;
  background: currentColor;
}

.mobile-menu {
  display: none;
  background: var(--navy-dark);
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 8px 24px 16px;
}

.mobile-menu.is-open {
  display: block;
}

.mobile-menu a {
  display: block;
  color: rgba(255,255,255,0.9);
  font-size: 0.9rem;
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.page-hero {
  background: var(--navy);
  padding: 34px 0 27px;
  text-align: center;
}

.page-hero h1 {
  color: #fff;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}

.page-hero p {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
  line-height: 1.5;
  max-width: 540px;
  margin: 13px auto 0;
}

.hero {
  background:
    radial-gradient(ellipse 60% 80% at 50% 45%, rgba(184,150,12,0.06) 0%, transparent 70%),
    radial-gradient(ellipse 80% 100% at 50% 30%, rgba(255,255,255,0.03) 0%, transparent 60%),
    var(--navy);
  border-bottom: 1px solid rgba(184,150,12,0.2);
  padding: 48px 0 36px;
  min-height: 317px;
  display: flex;
  align-items: center;
  text-align: center;
}

.hero__inner {
  width: min(calc(100% - 48px), 820px);
  margin: 0 auto;
}

.hero__logo {
  margin-bottom: 16px;
}

.hero__eyebrow {
  color: rgba(255,255,255,0.4);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.hero h1 {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 10px;
}

.hero p {
  color: rgba(255,255,255,0.55);
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 26px;
  min-width: 143px;
  min-height: 43px;
}

.hero__button:hover {
  background: var(--gold-hover);
}

.hero__trust {
  color: rgba(255,255,255,0.3);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 20px;
}

.casino-section {
  background: #fff;
  padding: 24px 0 48px;
}

.casino-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.listing-wrap {
  width: min(calc(100% - 72px), 1330px);
  margin: 0 auto;
}

.casino-listing-section {
  background: #fff;
  padding: 30px 0 66px;
}

.casino-listing-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px 24px;
}

.casino-listing-card {
  position: relative;
  display: block;
  border: 1px solid var(--border);
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.casino-listing-card:hover {
  border-color: var(--navy);
  box-shadow: 0 4px 12px rgba(0,37,84,0.08);
  transform: translateY(-2px);
}

.listing-rating {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 2;
  background: var(--gold);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1;
  padding: 3px 7px;
}

.casino-listing-card__media {
  position: relative;
  aspect-ratio: 1.42 / 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.casino-listing-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.casino-listing-card__media span {
  color: #fff;
  font-size: 1.45rem;
  font-weight: 900;
}

.casino-listing-card__media b {
  color: var(--gold);
}

.casino-listing-card__body {
  min-height: 46px;
  padding: 10px 8px 9px;
  text-align: center;
}

.casino-listing-card__body h2,
.casino-listing-card__body h3 {
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 3px;
}

.casino-listing-card__body p {
  color: var(--muted);
  font-size: 0.62rem;
  line-height: 1.3;
  margin: 0;
}

.casino-card {
  position: relative;
  border: 1px solid #8A92A0;
  background: #fff;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.casino-card--top {
  border-top: 3px solid var(--gold);
}

.rank {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 2;
  width: 20px;
  height: 20px;
  background: var(--navy);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
}

.recommend {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  background: var(--gold);
  color: #fff;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 2px 8px;
}

.casino-card__brand {
  aspect-ratio: 1.65 / 1;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 16px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.casino-card__brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.casino-card__brand span {
  color: var(--gold);
}

.casino-card__body {
  padding: 10px 10px 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.casino-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.casino-title-row h2 {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--navy);
}

.rating {
  background: rgba(184,150,12,0.9);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1.2;
  padding: 3px 6px;
  white-space: nowrap;
}

.casino-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
  margin-bottom: 14px;
}

.operator {
  color: var(--muted);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.license {
  color: var(--navy);
  border: 1px solid var(--border);
  font-size: 0.55rem;
  letter-spacing: 0.04em;
  padding: 1px 6px;
}

.bonus {
  background: var(--navy);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.3;
  padding: 8px;
  margin-bottom: 10px;
}

.data-row {
  display: flex;
  align-items: flex-start;
  min-height: 28px;
  border-bottom: 1px solid var(--border-light);
  font-size: 0.7rem;
  padding: 4px 0;
}

.data-row:last-of-type {
  border-bottom: 0;
}

.data-row__label {
  width: 54px;
  flex-shrink: 0;
  color: var(--muted);
  font-weight: 500;
}

.data-row__value {
  color: var(--navy);
  font-weight: 700;
}

.payments {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.pay {
  width: 28px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #001A3D;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.pay img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.pay--trustly { background: #12823B; }
.pay--visa { background: #002554; color: #fff; }
.pay--mastercard { background: #C01818; color: #001A3D; }
.pay--skrill { background: #862165; color: #001A3D; }
.pay--neteller { background: #007A3D; color: #001A3D; }
.pay--bitcoin { background: #F7931A; color: #001A3D; }
.pay--litecoin { background: #345D9D; color: #001A3D; }
.pay--usdt { background: #26A17B; color: #001A3D; }

.casino-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  min-height: 40px;
  margin-top: auto;
  margin-bottom: 14px;
}

.guide-section {
  padding: 0 0 48px;
  background: #fff;
}

.guides-index-section {
  background: #fff;
  padding: 36px 0;
}

.guides-index-wrap {
  width: min(calc(100% - 72px), 1330px);
  margin: 0 auto;
  text-align: center;
}

.guides-index-label {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.guides-index-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px 24px;
  align-items: stretch;
}

.guide-link {
  display: block;
  width: 100%;
  border: 1px solid var(--border);
  background: #fff;
  color: inherit;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
  transition: all 200ms ease;
}

.guide-link:hover {
  border-color: var(--navy);
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,37,84,0.08);
}

.guide-link__image {
  width: 100%;
  aspect-ratio: 1.42 / 1;
  background-color: #1A2030;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.guide-link__fallback {
  width: 100%;
  aspect-ratio: 1.42 / 1;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(180deg, #1A304C 0%, #111A29 100%);
  background-size: 18px 100%, 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
  text-align: center;
  padding: 12px;
}

.guide-link__body {
  min-height: 118px;
  padding: 12px 10px 11px;
}

.guide-link__tag {
  color: var(--gold);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.guide-link h2 {
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 7px 0 6px;
}

.guide-link p {
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.45;
  margin: 0 0 9px;
}

.guide-link__cta {
  color: var(--navy);
  font-size: 0.68rem;
  font-weight: 800;
}

.guides-bottom {
  background: #F7F8FA;
  padding: 32px 0;
  text-align: center;
}

.guides-bottom__title {
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 800;
}

.guides-bottom__text {
  color: var(--muted);
  font-size: 0.85rem;
  margin: 6px 0 14px;
}

.guides-bottom__links {
  display: inline-flex;
  gap: 20px;
}

.guides-bottom__links a {
  color: var(--navy);
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: none;
}

.eyebrow {
  display: inline-block;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(184,150,12,0.2);
  padding-bottom: 4px;
  margin-bottom: 8px;
}

.guide-section h2 {
  font-size: 1.25rem;
  margin-bottom: 6px;
}

.guide-section p {
  color: var(--muted);
  font-size: 0.85rem;
  margin-bottom: 20px;
}

.guide-card {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid #8A92A0;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}

.guide-card__image {
  height: 200px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(180deg, #1A304C 0%, #111A29 100%);
  background-size: 18px 100%, 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
}

.guide-card__image--photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.guide-card__body {
  padding: 16px;
}

.guide-card__body h3 {
  font-size: 1rem;
  color: var(--navy);
  margin-bottom: 8px;
}

.guide-card__body p {
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
}

.content-section {
  background: #fff;
  padding: 16px 0;
}

.editorial h2 {
  color: var(--navy);
  font-size: 1.6rem;
  font-weight: 800;
  margin: 0 0 16px;
}

.editorial h3 {
  color: var(--navy);
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0 0 12px;
}

.editorial p {
  color: #1A2B42;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 16px;
}

.editorial .block-end {
  margin-bottom: 32px;
}

.editorial a {
  color: var(--gold);
  font-weight: 700;
  text-decoration: none;
}

.support-box {
  border: 1px solid var(--border-mid);
  border-left: 4px solid var(--gold);
  background: #F8FAFC;
  padding: 16px 20px;
  margin: 0 0 32px;
}

.payment-table-wrap {
  width: min(100%, 936px);
  margin: 28px auto 36px;
  overflow-x: auto;
}

.payment-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  border: 1px solid rgba(0,37,84,0.35);
  background: #fff;
}

.payment-table th {
  background: var(--navy);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  text-align: left;
  padding: 14px 16px;
}

.payment-table td {
  color: var(--ink);
  font-size: 0.9rem;
  border-top: 1px solid rgba(0,37,84,0.12);
  padding: 12px 16px;
  vertical-align: middle;
}

.payment-method-name {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 500;
}

.payment-table .pay {
  width: 34px;
  height: 28px;
  flex-shrink: 0;
}

.payment-stars {
  color: var(--gold);
  font-size: 0.95rem;
  letter-spacing: 0.06em;
}

.background-section {
  padding: 24px 0 80px;
  background: #fff;
}

.background-section .section-head {
  max-width: none;
  text-align: center;
  margin-bottom: 40px;
}

.section-head h2 {
  margin-top: 8px;
}

.section-head p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
  margin-top: 12px;
}

.background-section .editorial {
  max-width: 960px;
  margin: 0 auto;
}

.trust-strip {
  background: #F8F9FA;
  padding: 32px 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
}

.trust-item {
  text-align: center;
  padding: 8px 16px;
}

.trust-item + .trust-item {
  border-left: 1px solid #E0E0E0;
}

.trust-value {
  color: var(--navy);
  font-size: 1.25rem;
  font-weight: 800;
}

.trust-label {
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 6px;
}

.author-section {
  padding: 32px 0;
}

.author-section--listing {
  padding: 0 0 29px;
}

.author-section--guides {
  padding: 32px 0;
}

.author-box {
  border: 1px solid rgba(0,37,84,0.30);
  border-left: 3px solid rgba(0,37,84,0.30);
  background: #fff;
  padding: 20px;
}

.author-grid {
  display: flex;
  gap: 24px;
  margin-top: 14px;
}

.author-grid--single {
  max-width: 420px;
}

.author {
  display: flex;
  gap: 16px;
  min-width: 0;
  flex: 1;
}

.author + .author {
  border-left: 1px solid rgba(0,37,84,0.18);
  padding-left: 24px;
}

.author img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  flex-shrink: 0;
}

.author h3 {
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 800;
  margin: 0;
}

.author__role {
  color: var(--muted);
  font-size: 0.7rem;
  margin-top: 2px;
}

.author__bio {
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.4;
  margin-top: 6px;
}

.author a {
  display: inline-block;
  color: var(--navy);
  font-size: 0.7rem;
  font-weight: 800;
  text-decoration: none;
  margin-top: 8px;
}

.faq-section {
  background: rgba(230,234,241,0.4);
  border-top: 1px solid #E6EAF1;
  padding: 48px 0;
}

.faq-section .section-head {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.faq {
  max-width: 768px;
  margin: 0 auto;
  border: 1px solid #E6EAF1;
  background: #fff;
}

.faq details + details {
  border-top: 1px solid #E6EAF1;
}

.faq summary {
  cursor: pointer;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 800;
  list-style: none;
  padding: 16px 18px;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::before {
  content: "â–¶";
  color: var(--navy);
  font-size: 0.65rem;
  margin-right: 8px;
}

.faq details[open] {
  border-left: 3px solid var(--navy);
}

.faq details[open] summary::before {
  content: "â–¼";
}

.faq p {
  color: #1A2B42;
  font-size: 0.9rem;
  line-height: 1.65;
  padding: 0 18px 16px 31px;
}

.related-section {
  background: #fff;
  padding: 32px 0;
  border-top: 1px solid #8A92A0;
}

.related-section a {
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.content-single {
  background: #fff;
  padding: 36px 0;
}

.content-wrap {
  width: min(calc(100% - 72px), 960px);
  margin: 0 auto;
}

.content-body,
.content-section-block {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.75;
}

.content-body p,
.content-section-block p {
  margin: 0 0 16px;
}

.content-section-block {
  padding: 28px 0;
  border-top: 1px solid rgba(0,37,84,0.15);
}

.content-section-block h2,
.content-box h2 {
  color: var(--navy);
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 14px;
}

.content-section-block a {
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
}

.content-section-block a:hover {
  color: var(--gold);
}

.casino-review-head {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.casino-review-logo {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.casino-review-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.casino-review-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.content-fact,
.content-box {
  border: 1px solid rgba(0,37,84,0.15);
  background: #fff;
  padding: 14px;
}

.content-fact strong {
  display: block;
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.content-fact span {
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 800;
}

.content-bonus {
  background: var(--navy);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  padding: 14px 16px;
  margin-bottom: 18px;
}

.content-muted {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0 0 18px;
}

.content-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 24px 0;
}

.content-box ul {
  margin: 0;
  padding-left: 18px;
}

.content-box li {
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.65;
  margin-bottom: 6px;
}

.content-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  background: var(--navy);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  margin: 24px 0;
}

.content-cta:hover {
  background: var(--gold);
  color: var(--navy);
}

.content-tag {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.guide-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  margin: -6px 0 18px;
}

.guide-meta span + span {
  position: relative;
}

.guide-meta span + span::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 3px;
  height: 3px;
  background: var(--gold);
}

.guide-hero-image {
  width: 100%;
  min-height: 280px;
  background-color: #1A2030;
  background-size: cover;
  background-position: center;
  margin-bottom: 24px;
}

.guide-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 24px;
}

.guide-lead {
  border: 1px solid rgba(0,37,84,0.15);
  border-left: 4px solid var(--navy);
  background: #F7F8FA;
  padding: 22px 24px;
  margin-bottom: 8px;
}

.guide-lead p:last-child {
  margin-bottom: 0;
}

.content-table-wrap {
  overflow-x: auto;
}

.content-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(0,37,84,0.3);
}

.content-table th {
  background: var(--navy);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  text-align: left;
  padding: 11px 12px;
}

.content-table td {
  color: var(--ink);
  font-size: 0.85rem;
  border-top: 1px solid rgba(0,37,84,0.2);
  padding: 10px 12px;
}

.author-profile-section {
  background: #fff;
  padding: 32px 0;
}

.author-profile-section--tight {
  padding: 24px 0 32px;
}

.author-profile-section--band {
  background: #F7F8FA;
}

.author-profile-wrap {
  width: min(calc(100% - 72px), 960px);
  margin: 0 auto;
}

.author-profile-wrap > h2,
.author-profile-body h2 {
  color: var(--navy);
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 16px;
}

.author-profile-body p {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 16px;
}

.author-profile-hero {
  display: flex;
  gap: 28px;
  align-items: flex-start;
}

.author-profile-hero img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border: 2px solid rgba(0,37,84,0.15);
  flex-shrink: 0;
}

.author-profile-hero h2 {
  color: var(--navy);
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0;
}

.author-profile-role {
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 4px;
}

.author-profile-link,
.author-profile-back {
  display: inline-block;
  color: var(--navy);
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: none;
  margin-top: 8px;
}

.author-profile-link:hover,
.author-profile-back:hover {
  color: var(--gold);
}

.author-profile-hero p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 12px 0 0;
}

.author-timeline {
  border-left: 2px solid rgba(0,37,84,0.12);
  padding-left: 24px;
}

.author-timeline-item {
  position: relative;
  padding: 0 0 20px;
}

.author-timeline-item::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 6px;
  width: 10px;
  height: 10px;
  background: var(--navy);
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px var(--navy);
}

.author-timeline-year,
.author-timeline-title {
  color: var(--navy);
  font-weight: 800;
}

.author-timeline-year {
  font-size: 0.9rem;
}

.author-timeline-title {
  font-size: 1.02rem;
  margin-top: 2px;
}

.author-timeline-desc {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 4px;
}

.author-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.author-tags span {
  border: 1px solid rgba(0,37,84,0.15);
  padding: 4px 12px;
  color: var(--navy);
  font-size: 0.7rem;
  font-weight: 700;
  background: #fff;
}

.site-footer {
  background: var(--navy-dark);
  color: #fff;
  padding: 48px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
}

.footer-desc {
  color: rgba(255,255,255,0.45);
  font-size: 0.75rem;
  line-height: 1.6;
  max-width: 280px;
  margin-top: 12px;
}

.footer-heading {
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.footer-link {
  display: block;
  color: rgba(255,255,255,0.5);
  font-size: 0.75rem;
  text-decoration: none;
  padding: 3px 0;
}

.footer-link--last {
  color: rgba(255,255,255,0.7);
  font-weight: 800;
}

.footer-bottom,
.footer-copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 32px;
  padding-top: 24px;
}

.footer-bottom__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.footer-bottom span,
.footer-copy {
  color: rgba(255,255,255,0.35);
  font-size: 0.7rem;
}

.age {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.5);
  font-size: 0.65rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-copy {
  margin-top: 24px;
  padding-top: 16px;
  color: rgba(255,255,255,0.2);
  font-size: 0.65rem;
}

.footer-copy a {
  color: rgba(255,255,255,0.3);
  text-decoration: none;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 1100px) {
  .casino-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .casino-listing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .guides-index-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .wrap,
  .wrap-text,
  .content-wrap,
  .listing-wrap,
  .guides-index-wrap {
    width: min(calc(100% - 32px), var(--max));
  }

  .page-hero {
    padding: 28px 0 22px;
  }

  .page-hero h1 {
    font-size: 2rem;
  }

  .page-hero p {
    font-size: 0.85rem;
  }

  .casino-listing-section {
    padding: 24px 0 44px;
  }

  .guides-index-section {
    padding: 30px 0;
  }

  .guides-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
  }

  .guides-bottom__links {
    flex-wrap: wrap;
    justify-content: center;
  }

  .guide-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-lead {
    padding: 18px;
  }

  .site-header,
  .site-header__inner {
    height: 58px;
  }

  .nav {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .hero {
    min-height: 0;
    padding: 32px 0 24px;
  }

  .logo--hero {
    font-size: 1.5rem;
  }

  .hero__logo {
    margin-bottom: 8px;
  }

  .hero__eyebrow,
  .hero p,
  .hero__trust {
    display: none;
  }

  .hero h1 {
    font-size: 1.35rem;
    margin-bottom: 8px;
  }

  .hero__button {
    min-height: 34px;
    font-size: 0.75rem;
    padding: 8px 20px;
  }

  .casino-section {
    padding: 16px 0 32px;
  }

  .casino-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .casino-listing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .casino-listing-card__body {
    min-height: 42px;
    padding: 9px 6px;
  }

  .casino-listing-card__body h2,
  .casino-listing-card__body h3 {
    font-size: 0.72rem;
  }

  .casino-card__brand {
    height: auto;
    font-size: 1.8rem;
  }

  .casino-card {
    min-height: 0;
  }

  .casino-card__body {
    padding: 10px 10px 0;
  }

  .casino-title-row {
    align-items: flex-start;
  }

  .casino-title-row h2 {
    font-size: 0.85rem;
  }

  .bonus {
    font-size: 0.68rem;
    padding: 8px;
  }

  .data-row {
    align-items: flex-start;
    min-height: 28px;
    padding: 4px 0;
  }

  .data-row__label {
    width: 54px;
  }

  .payments {
    gap: 3px;
  }

  .pay {
    width: 28px;
    height: 18px;
    font-size: 7px;
  }

  .casino-cta {
    min-height: 36px;
  }

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
  }

  .trust-item + .trust-item {
    border-left: 0;
  }

  .trust-item:nth-child(even) {
    border-left: 1px solid #E0E0E0;
  }

  .author-grid {
    flex-direction: column;
  }

  .author + .author {
    border-left: 0;
    border-top: 1px solid rgba(0,37,84,0.18);
    padding-left: 0;
    padding-top: 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-bottom,
  .footer-copy {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-wrap {
    width: min(calc(100% - 32px), 960px);
  }

  .author-profile-wrap {
    width: min(calc(100% - 32px), 960px);
  }

  .casino-review-head,
  .content-two {
    grid-template-columns: 1fr;
  }

  .casino-review-facts {
    grid-template-columns: 1fr 1fr;
  }

  .author-profile-hero {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .casino-grid {
    grid-template-columns: 1fr 1fr;
  }

  .casino-review-facts {
    grid-template-columns: 1fr;
  }

  .guide-summary-grid {
    grid-template-columns: 1fr;
  }

  .casino-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .casino-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }
}

@media (max-width: 360px) {
  .casino-grid,
  .casino-listing-grid {
    grid-template-columns: 1fr;
  }
}
