/* ═══════════════════════════════════════════════
   KHALIDCASINO.AE, MAIN STYLESHEET
   border-radius: 0 everywhere
   direction: rtl | lang: ar
   ═══════════════════════════════════════════════ */

:root {
  --gold:    #c9a84c;
  --gold-l:  #e8c96a;
  --gold-d:  #9a7228;
  --dark:    #0a0a10;
  --d1:      #111118;
  --d2:      #16161f;
  --d3:      #1e1e2a;
  --d4:      #262635;
  --text:    #e6e6f0;
  --muted:   #8888a8;
  --green:   #27ae60;
  --red:     #c0392b;
  --blue:    #2980b9;
  --border:  rgba(201,168,76,.15);
  --bd2:     rgba(201,168,76,.08);
}
/* ══ OVERFLOW-X LOCK, mobile scroll fix ══ */
html {
  overflow-x: clip;
}
body {
  overflow-x: clip;
  position: relative;
}
.tw {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
table {
  min-width: 0;
}
.w, .wf, .nav-in, .contact-wrap, .foot-grid, .foot-main, .foot-bottom-bar {
  box-sizing: border-box;
  max-width: 100%;
}
.cc-head {
  min-width: 0;
}
.cc-info {
  min-width: 0;
}
.cc-bonus {
  min-width: 0;
}
.cc-name, .verdict {
  word-break: break-word;
  overflow-wrap: anywhere;
}
/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { scroll-behavior: smooth; font-size: 15px; }
body  { font-family: 'Cairo', sans-serif; background: var(--dark); color: var(--text);
        line-height: 1.8; direction: rtl; -webkit-font-smoothing: antialiased; }
a     { color: var(--gold); text-decoration: none; transition: color .18s; }
a:hover { color: var(--gold-l); }
img   { max-width: 100%; height: auto; display: block; }
ul    { list-style: none; }

/* ── NAV ── */
.nav {
  background: var(--d1);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 999;
}
.nav-in {
  max-width: 1100px; margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; justify-content: space-between;
  height: 64px; gap: 12px;
}
.logo {
  display: flex; align-items: center; gap: 10px;
  flex-shrink: 0;
}
.logo img { height: 40px; width: auto; display: block; }
.logo-fallback {
  font-size: 19px; font-weight: 900; color: var(--gold); letter-spacing: -.5px;
}
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a {
  color: var(--muted); font-size: 13px; font-weight: 600;
  padding: 6px 12px; transition: all .18s; white-space: nowrap;
}
.nav-links a:hover { background: var(--d3); color: var(--text); }
.nav-cta {
  background: linear-gradient(135deg, var(--gold), var(--gold-d)) !important;
  color: var(--dark) !important; font-weight: 800 !important;
  padding: 8px 18px !important;
}
.nav-cta:hover { opacity: .9; color: var(--dark) !important; }

/* ── HERO ── */
.hero {
  background: linear-gradient(158deg, var(--d1) 0%, #14101c 55%, #0d1218 100%);
  border-bottom: 1px solid var(--border);
  padding: 56px 20px 48px; text-align: center;
  position: relative; overflow: hidden;
}
.hero::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% -5%, rgba(201,168,76,.1) 0%, transparent 62%);
  pointer-events: none;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(201,168,76,.1); border: 1px solid var(--border);
  color: var(--gold); font-size: 11px; font-weight: 700;
  padding: 4px 14px; margin-bottom: 16px;
}
.hero h1 {
  font-size: clamp(22px, 5vw, 44px); font-weight: 900;
  line-height: 1.22; margin-bottom: 14px; color: #fff;
}
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-lead {
  font-size: 15px; color: var(--muted);
  max-width: 660px; margin: 0 auto 26px; line-height: 1.85;
}
.hero-lead strong { color: var(--text); }
.btn-hero {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--gold), var(--gold-d));
  color: var(--dark); font-weight: 800; font-size: 15px;
  padding: 13px 30px; font-family: 'Cairo', sans-serif;
  transition: all .2s; border: none; cursor: pointer;
}
.btn-hero:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,168,76,.28); color: var(--dark); }

/* ── WRAP ── */
.w   { max-width: 860px;  margin: 0 auto; padding: 0 20px; }
.wf  { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* ── AUTHOR BOX ── */
.author-box {
  background: var(--d2); border: 1px solid var(--border);
  padding: 20px 24px; display: flex; gap: 18px;
  align-items: flex-start; margin: 30px auto 0;
}
.author-portrait {
  width: 72px; height: 72px; flex-shrink: 0;
  overflow: hidden; border: 2px solid rgba(201,168,76,.25);
  border-radius: 50%;
}
.author-portrait img { width: 72px; height: 72px; object-fit: cover; display: block; }
.author-portrait svg { width: 72px; height: 72px; }
.a-label { font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: var(--gold); font-weight: 700; margin-bottom: 2px; }
.a-name  { font-size: 15px; font-weight: 800; color: #fff; margin-bottom: 1px; }
.a-name a { color: #fff; }
.a-name a:hover { color: var(--gold); }
.a-role  { font-size: 12px; color: var(--muted); margin-bottom: 7px; }
.a-bio   { font-size: 12px; color: var(--muted); line-height: 1.65; }

/* ── EDITORIAL ── */
.ed-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 10px auto 0; }
.ed-card  {
  background: var(--d2); border: 1px solid var(--border);
  padding: 14px 17px; display: flex; gap: 11px; align-items: flex-start;
}
.ed-ic { font-size: 18px; flex-shrink: 0; margin-top: 1px; }
.ed-card h4 { font-size: 12px; font-weight: 700; color: var(--gold); margin-bottom: 3px; }
.ed-card p  { font-size: 11px; color: var(--muted); line-height: 1.6; margin: 0; }

/* ── SECTION LABELS ── */
.sec-lbl { font-size: 10px; text-transform: uppercase; letter-spacing: 1.8px; color: var(--gold); font-weight: 700; margin-bottom: 4px; }
.sec-h   { font-size: clamp(17px, 3vw, 23px); font-weight: 900; color: #fff; margin-bottom: 5px; }
.sec-h em { color: var(--gold); font-style: normal; }
.sec-sub { font-size: 13px; color: var(--muted); margin-bottom: 20px; }

/* ── CATEGORY GRID ── */
.cat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 22px 0 32px; }
.cat-card {
  background: var(--d2); border: 1px solid var(--border);
  overflow: hidden; transition: transform .2s, border-color .2s;
}
.cat-card:hover { transform: translateY(-3px); border-color: var(--gold-d); }
.cat-img {
  height: 84px; background: var(--d3);
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; position: relative;
}
.cat-img svg { width: 100%; height: 100%; }
.cat-body  { padding: 12px 14px; }
.cat-title { font-size: 12px; font-weight: 800; color: #fff; margin-bottom: 4px; }
.cat-desc  { font-size: 11px; color: var(--muted); margin-bottom: 10px; line-height: 1.5; }
.btn-cat   {
  display: block; text-align: center;
  background: linear-gradient(135deg, var(--gold), var(--gold-d));
  color: var(--dark); font-weight: 700; font-size: 11px; padding: 7px;
}
.btn-cat:hover { opacity: .88; color: var(--dark); }

/* ── TOC ── */
.toc { background: var(--d2); border: 1px solid var(--border); padding: 18px 22px; margin: 0 0 32px; }
.toc-h { font-size: 13px; font-weight: 800; color: var(--gold); margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.toc ol { list-style: none; counter-reset: t; display: grid; grid-template-columns: 1fr 1fr; gap: 3px 22px; }
.toc ol li { counter-increment: t; font-size: 12px; }
.toc ol li::before { content: counter(t) ". "; color: var(--gold); font-weight: 700; }
.toc ol li a { color: var(--muted); }
.toc ol li a:hover { color: var(--gold); }

/* ── CASINO SECTION BG ── */
.casino-section { background: var(--d1); padding: 40px 0; border-top: 1px solid var(--border); }

/* ── CASINO CARDS ── */
.casino-list { margin: 22px 0 0; }
.cc {
  background: var(--d2); border: 1px solid var(--border);
  margin-bottom: 14px; overflow: hidden;
  transition: border-color .2s;
}
.cc:hover { border-color: rgba(201,168,76,.5); }

.cc-head {
  display: flex; align-items: center; gap: 14px;
  padding: 16px 20px; border-bottom: 1px solid var(--border);
  flex-wrap: wrap;
}
.cc-rank { font-size: 20px; font-weight: 900; color: var(--gold); min-width: 28px; text-align: center; flex-shrink: 0; }

/* REAL LOGO BOX */
.cc-logo {
  width: 76px; height: 52px; flex-shrink: 0;
  overflow: hidden; border: 1px solid var(--border);
  background: var(--d3);
  display: flex; align-items: center; justify-content: center;
}
.cc-logo img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }

.cc-info  { flex: 1; min-width: 130px; }
.cc-name  { font-size: 16px; font-weight: 900; color: #fff; margin-bottom: 5px; }
.tags     { display: flex; flex-wrap: wrap; gap: 4px; }
.tag      { font-size: 10px; font-weight: 700; padding: 2px 8px; border: 1px solid; }
.tg { background: rgba(201,168,76,.1); color: var(--gold);  border-color: rgba(201,168,76,.2); }
.gg { background: rgba(39,174,96,.1);  color: var(--green); border-color: rgba(39,174,96,.2); }
.bb { background: rgba(41,128,185,.1); color: var(--blue);  border-color: rgba(41,128,185,.2); }

.cc-bonus   { text-align: center; min-width: 150px; flex-shrink: 0; }
.b-lbl      { font-size: 9px; color: var(--muted); text-transform: uppercase; letter-spacing: .5px; }
.b-val      { font-size: 15px; font-weight: 900; color: var(--gold); margin: 2px 0; line-height: 1.2; }
.b-sub      { font-size: 10px; color: var(--muted); }

.cc-body    { display: grid; grid-template-columns: 1fr 1fr; }
.pros, .cons { padding: 14px 20px; }
.pros       { border-left: 1px solid var(--border); }
.pros h4    { color: var(--green); font-size: 11px; font-weight: 800; margin-bottom: 6px; }
.cons h4,
.cons-label { color: var(--red); font-size: 11px; font-weight: 800; margin: 0 0 6px; }
.pros ul li, .cons ul li { font-size: 11px; color: var(--muted); line-height: 1.9; }
.pros ul li::before { content: "✓ "; color: var(--green); font-weight: 700; }
.cons ul li::before { content: "✗ "; color: var(--red);   font-weight: 700; }

.cc-foot {
  padding: 13px 20px; border-top: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; flex-wrap: wrap;
}
.verdict       { font-size: 12px; color: var(--muted); flex: 1; line-height: 1.55; }
.verdict strong { color: var(--text); }
.btn-cc {
  display: inline-flex; align-items: center; gap: 5px;
  background: linear-gradient(135deg, var(--gold), var(--gold-d));
  color: var(--dark); font-weight: 800; font-size: 12px;
  padding: 10px 20px; white-space: nowrap; flex-shrink: 0;
  transition: all .2s; border: none; cursor: pointer;
}
.btn-cc:hover { opacity: .9; color: var(--dark); transform: translateY(-1px); }

/* ── TABLE ── */
.tw  { overflow-x: auto; border: 1px solid var(--border); margin: 18px 0; }
table { width: 100%; border-collapse: collapse; font-size: 12px; min-width: 480px; }
thead tr { background: var(--d3); }
th {
  padding: 11px 13px; text-align: right;
  color: var(--gold); font-weight: 700; font-size: 10px;
  text-transform: uppercase; letter-spacing: .5px;
  border-bottom: 2px solid var(--border);
}
td { padding: 11px 13px; border-bottom: 1px solid var(--border); color: var(--muted); vertical-align: middle; }
tbody tr:hover { background: rgba(255,255,255,.02); }
.rn { font-weight: 900; color: var(--gold); font-size: 14px; }
.cn { font-weight: 800; color: #fff; }
.bn { color: var(--gold-l); font-weight: 600; }

/* ── CONTENT SECTIONS ── */
.cs   { padding: 38px 0; border-bottom: 1px solid var(--border); }
.cs:last-child { border-bottom: none; }
.cs h2 {
  font-size: clamp(17px, 2.8vw, 22px); font-weight: 900; color: #fff;
  margin-bottom: 13px; padding-bottom: 10px;
  border-bottom: 2px solid var(--border);
}
.cs h3 { font-size: 15px; font-weight: 800; color: var(--gold); margin: 24px 0 9px; }
.cs h4 { font-size: 13px; font-weight: 700; color: var(--text); margin: 17px 0 6px; }
.cs p  { color: var(--muted); margin-bottom: 13px; font-size: 14px; line-height: 1.87; }
.cs p strong { color: var(--text); }

/* ── HIGHLIGHT BOX ── */
.hl {
  background: var(--d2); border: 1px solid var(--border);
  border-right: 3px solid var(--gold);
  padding: 14px 18px; margin: 18px 0;
}
.hl p { margin: 0; }

/* ── STATS ── */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin: 18px 0; }
.stat  { background: var(--d2); border: 1px solid var(--border); padding: 16px; text-align: center; }
.sn    { font-size: 24px; font-weight: 900; color: var(--gold); }
.sl    { font-size: 10px; color: var(--muted); margin-top: 3px; }

/* ── CRITERIA ── */
.crit   { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 20px 0; }
.crit-c { background: var(--d2); border: 1px solid var(--border); padding: 16px; }
.crit-ic { font-size: 22px; margin-bottom: 8px; }
.crit-c h4 { font-size: 12px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.crit-c p  { font-size: 11px; color: var(--muted); margin: 0; line-height: 1.65; }

/* ── PAYMENT ICONS ── */
.pay   { display: flex; flex-wrap: wrap; gap: 7px; margin: 12px 0; }
.pay-i {
  background: var(--d3); border: 1px solid var(--border);
  padding: 5px 12px; font-size: 11px; font-weight: 600; color: var(--muted);
  display: flex; align-items: center; gap: 5px;
}

/* ── PROVIDER GRID ── */
.prov   { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin: 16px 0; }
.prov-c { background: var(--d2); border: 1px solid var(--border); padding: 12px; text-align: center; }
.prov-logo { height: 30px; display: flex; align-items: center; justify-content: center; margin: 0 auto 7px; }
.prov-logo svg { height: 28px; }
.prov-c h5 { font-size: 11px; font-weight: 800; color: #fff; margin-bottom: 2px; }
.prov-c p  { font-size: 10px; color: var(--muted); margin: 0; }

/* ── FAQ ── */
.faq   { margin: 18px 0; }
.faq-i { background: var(--d2); border: 1px solid var(--border); margin-bottom: 6px; overflow: hidden; }
.faq-q {
  padding: 14px 18px; font-size: 13px; font-weight: 700; color: #fff;
  display: flex; justify-content: space-between; align-items: center;
  gap: 10px; cursor: pointer; user-select: none;
}
.faq-t { color: var(--gold); font-size: 20px; font-weight: 300; flex-shrink: 0; transition: transform .25s; }
.faq-i.open .faq-t { transform: rotate(45deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .3s ease, padding .3s;
  padding: 0 18px; font-size: 12px; color: var(--muted); line-height: 1.78;
}
.faq-i.open .faq-a { max-height: 300px; padding: 0 18px 14px; }

/* ── RESPONSIBLE GAMBLING ── */
.rg {
  background: rgba(192,57,43,.05); border: 1px solid rgba(192,57,43,.15);
  padding: 18px 22px; margin: 30px 0;
}
.rg h3 { color: #c0392b; margin: 0 0 7px; font-size: 13px; font-weight: 800; }
.rg p  { font-size: 12px; color: var(--muted); margin: 0; }

/* ── SECTION PADDING ── */
.sp { padding: 36px 0; }

/* ── FOOTER ── */
.foot { background: var(--d1); border-top: 1px solid var(--border); padding: 40px 20px 26px; }
.foot-grid {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 30px;
  padding-bottom: 30px; border-bottom: 1px solid var(--border);
}
.foot-logo { display: flex; align-items: center; gap: 9px; margin-bottom: 12px; }
.foot-logo img { height: 36px; width: auto; }
.foot-brand p  { font-size: 11px; color: var(--muted); line-height: 1.7; max-width: 220px; }
.foot-col h4   { font-size: 10px; font-weight: 800; color: var(--gold); margin-bottom: 10px; text-transform: uppercase; letter-spacing: .8px; }
.foot-col ul li { margin-bottom: 6px; }
.foot-col ul li a { font-size: 11px; color: var(--muted); }
.foot-col ul li a:hover { color: var(--gold); }
.foot-bot {
  max-width: 1100px; margin: 18px auto 0;
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; flex-wrap: wrap;
}
.foot-legal { font-size: 10px; color: var(--muted); line-height: 1.7; max-width: 660px; }
.age {
  font-size: 12px; font-weight: 900; color: var(--muted);
  border: 2px solid currentColor;
  border-radius: 50%; /* exception, age badge is always round */
  width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}

/* ═══════════════════════════════════════════════
   AUTHOR PAGE
   ═══════════════════════════════════════════════ */
.author-hero {
  background: linear-gradient(158deg, var(--d1) 0%, #14101c 60%);
  border-bottom: 1px solid var(--border);
  padding: 52px 20px;
}
.author-hero-in {
  max-width: 860px; margin: 0 auto;
  display: flex; align-items: center; gap: 40px;
}
.author-big-portrait {
  width: 130px; height: 130px; flex-shrink: 0;
  overflow: hidden; border: 2px solid rgba(201,168,76,.3);
  position: relative; border-radius: 50%;
}
.author-big-portrait img { width: 130px; height: 130px; object-fit: cover; display: block; }
.author-big-portrait svg { width: 130px; height: 130px; }
.author-hero-info { flex: 1; }
.verified-chip {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(39,174,96,.1); border: 1px solid rgba(39,174,96,.2);
  color: var(--green); font-size: 11px; font-weight: 700;
  padding: 3px 11px; margin-bottom: 10px;
}
.author-hero h1 { font-size: clamp(24px,4vw,36px); font-weight: 900; color: #fff; margin-bottom: 4px; }
.author-role-title { font-size: 15px; color: var(--gold); font-weight: 600; margin-bottom: 14px; }
.author-creds { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.cred { font-size: 12px; color: var(--muted); }
.cred::before { content: "✓ "; color: var(--green); font-weight: 700; }
.author-stats { display: flex; gap: 28px; margin-top: 18px; }
.astat-n { font-size: 26px; font-weight: 900; color: var(--gold); }
.astat-l { font-size: 10px; color: var(--muted); margin-top: 1px; }

.content-card {
  background: var(--d2); border: 1px solid var(--border);
  padding: 26px; margin-bottom: 16px;
}
.content-card h2 {
  font-size: 18px; font-weight: 800; color: #fff;
  margin-bottom: 14px; padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center; gap: 9px;
}
.content-card h3 { font-size: 15px; font-weight: 700; color: var(--gold); margin: 18px 0 9px; }
.content-card p  { color: var(--muted); font-size: 13px; line-height: 1.8; margin-bottom: 12px; }
.content-card p strong { color: var(--text); }

.exp-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px,1fr)); gap: 9px; margin-top: 14px; }
.exp-item {
  background: var(--d3); border: 1px solid var(--border);
  padding: 10px 14px; font-size: 12px; color: var(--muted);
  display: flex; align-items: center; gap: 7px;
}
.exp-item::before { content: "▸"; color: var(--gold); }

.cert-grid { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 14px; }
.cert-c {
  background: var(--d3); border: 1px solid var(--border);
  padding: 14px 18px; display: flex; align-items: center; gap: 11px;
  flex: 1; min-width: 190px;
}
.cert-ic { font-size: 26px; }
.cert-c h4 { font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 2px; }
.cert-c p  { font-size: 11px; color: var(--muted); margin: 0; }

.contact-links { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.contact-link {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--d3); border: 1px solid var(--border);
  color: var(--muted); font-size: 13px; padding: 9px 16px;
  transition: all .2s;
}
.contact-link:hover { border-color: var(--gold); color: var(--gold); }

/* ═══════════════════════════════════════════════
   CONTACT PAGE
   ═══════════════════════════════════════════════ */
.page-hero {
  background: linear-gradient(158deg, var(--d1) 0%, #14101c 60%);
  border-bottom: 1px solid var(--border);
  padding: 46px 20px; text-align: center;
}
.page-hero h1 { font-size: clamp(22px,4vw,34px); font-weight: 900; color: #fff; margin-bottom: 8px; }
.page-hero h1 em { color: var(--gold); font-style: normal; }
.page-hero p { font-size: 14px; color: var(--muted); max-width: 480px; margin: 0 auto; }

.contact-wrap {
  max-width: 860px; margin: 0 auto; padding: 48px 20px;
  display: grid; grid-template-columns: 1fr 1.7fr; gap: 24px;
  align-items: start;
}
.info-card { background: var(--d2); border: 1px solid var(--border); padding: 22px; margin-bottom: 12px; }
.info-card h3 { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 14px; padding-bottom: 9px; border-bottom: 1px solid var(--border); }
.info-item { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 14px; }
.info-item:last-child { margin-bottom: 0; }
.info-icon {
  font-size: 18px; flex-shrink: 0; width: 34px; height: 34px;
  background: var(--d3); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
}
.info-text h4 { font-size: 11px; font-weight: 700; color: var(--gold); margin-bottom: 1px; }
.info-text p, .info-text a { font-size: 12px; color: var(--muted); margin: 0; }
.info-text a:hover { color: var(--gold); }
.resp-note { background: rgba(201,168,76,.05); border: 1px solid rgba(201,168,76,.12); padding: 11px 14px; font-size: 11px; color: var(--muted); margin-top: 14px; line-height: 1.65; }

.form-card { background: var(--d2); border: 1px solid var(--border); padding: 28px; }
.form-card h2 { font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 5px; }
.form-sub { font-size: 12px; color: var(--muted); margin-bottom: 24px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 12px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.form-group label span { color: var(--red); margin-right: 2px; }
.form-control {
  width: 100%; background: var(--d3); border: 1px solid var(--border);
  padding: 11px 14px; font-size: 14px; color: var(--text);
  font-family: 'Cairo', sans-serif; direction: rtl; outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.form-control:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(201,168,76,.1); }
.form-control::placeholder { color: var(--muted); opacity: .7; }
textarea.form-control { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.btn-submit {
  width: 100%; background: linear-gradient(135deg, var(--gold), var(--gold-d));
  color: var(--dark); font-weight: 800; font-size: 15px; padding: 13px;
  border: none; cursor: pointer; font-family: 'Cairo', sans-serif;
  transition: all .2s; margin-top: 4px;
}
.btn-submit:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(201,168,76,.25); }
.form-note { font-size: 11px; color: var(--muted); text-align: center; margin-top: 12px; line-height: 1.6; }
.success-msg {
  display: none; background: rgba(39,174,96,.07); border: 1px solid rgba(39,174,96,.18);
  padding: 22px; text-align: center; margin-top: 14px;
}
.success-msg .sic { font-size: 38px; margin-bottom: 10px; }
.success-msg h3 { color: var(--green); font-size: 17px; margin-bottom: 7px; }
.success-msg p { color: var(--muted); font-size: 13px; }

/* topics grid */
.topics-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 14px; }
.topic-item {
  background: var(--d3); border: 1px solid var(--border);
  padding: 9px 12px; font-size: 11px; color: var(--muted);
  display: flex; align-items: center; gap: 7px;
}

/* ═══════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════ */
@media (max-width: 900px) {
  .cat-grid  { grid-template-columns: repeat(2,1fr); }
  .crit      { grid-template-columns: repeat(2,1fr); }
  .prov      { grid-template-columns: repeat(2,1fr); }
  .stats     { grid-template-columns: repeat(2,1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .foot-brand { grid-column: 1 / -1; }
  .author-hero-in { gap: 24px; }
}
@media (max-width: 660px) {
  .nav-in { height: 56px; }
  .logo-text-hide { display: none; }
  .nav-links a { padding: 6px 9px; font-size: 12px; }
  .hero { padding: 36px 14px 30px; }
  .ed-strip { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: 1fr 1fr; }
  .toc ol { grid-template-columns: 1fr; }
  .cc-head { gap: 9px; }
  .cc-bonus { min-width: auto; width: 100%; text-align: right; }
  .cc-body { grid-template-columns: 1fr; }
  .pros { border-left: none; border-top: 1px solid var(--border); }
  .cc-foot { flex-direction: column; align-items: stretch; }
  .btn-cc { justify-content: center; }
  .author-box { flex-direction: column; align-items: center; text-align: center; }
  .crit { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .author-hero-in { flex-direction: column; text-align: center; }
  .author-stats { justify-content: center; }
  .author-creds { justify-content: center; }
  .contact-wrap { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .topics-grid { grid-template-columns: 1fr; }
}
@media (max-width: 400px) {
  .cat-grid { grid-template-columns: 1fr; }
  .stats    { grid-template-columns: 1fr 1fr; }
  .prov     { grid-template-columns: 1fr 1fr; }
}

/* ═══════════════════════════════════════════════
   FOOTER EEAT, bestcasinos.ae.org
   ═══════════════════════════════════════════════ */

/* Trust bar */
.foot-trust-bar {
  background: var(--d2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 18px 20px;
}
.foot-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.foot-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.foot-trust-ic {
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 1px;
}
.foot-trust-item strong {
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 2px;
}
.foot-trust-item span {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.55;
}

/* Main footer */
.foot-main { padding: 36px 20px 28px; }
.foot-tagline {
  font-size: 13px;
  font-weight: 800;
  color: var(--gold);
  margin-bottom: 6px;
}
.foot-author-mini {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}
.foot-author-av {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--gold), var(--gold-d));
  color: var(--dark);
  font-size: 14px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Bottom bar */
.foot-bottom-bar {
  background: rgba(0,0,0,.25);
  border-top: 1px solid var(--border);
  padding: 18px 20px 14px;
}
.foot-badges {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.trust-logo {
  display: block;
  width: auto;
  object-fit: contain;
}
.trust-logo-mcafee { height: 42px; }
.trust-logo-age { height: 46px; }
.foot-author-mini span { color: #fff !important; }
.foot-author-mini a { color: #bcbcc6 !important; }
.foot-badge-rg {
  font-size: 22px;
  cursor: default;
}
.foot-copy {
  font-size: 10px;
  color: var(--muted);
  margin-top: 12px;
  text-align: center;
  line-height: 1.7;
}
.foot-copy a { color: var(--muted); }
.foot-copy a:hover { color: var(--gold); }

/* ── RESPONSIVE overrides ── */
@media (max-width: 860px) {
  .foot-trust-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 500px) {
  .foot-trust-grid { grid-template-columns: 1fr; gap: 12px; }
}

/* Footer author photo */
.foot-author-av-img {
  width: 32px; height: 32px;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ══ 2026 ACCESSIBLE LIGHT REDESIGN ══ */
:root {
  --page: #f7f5ef;
  --surface: #ffffff;
  --surface-soft: #f0ede4;
  --ink: #171923;
  --ink-soft: #505568;
  --light-border: #ded9cc;
  --gold: #a87818;
  --gold-l: #c99b37;
  --gold-d: #76500d;
  --dark: #0b0c12;
  --d1: #11131b;
  --d2: #ffffff;
  --d3: #f0ede4;
  --d4: #e7e1d4;
  --text: #171923;
  --muted: #505568;
  --border: #ded9cc;
  --bd2: #ebe7de;
}
html { font-size: 16px; scroll-padding-top: 76px; }
body { background: var(--page); color: var(--ink); line-height: 1.85; }
a { text-underline-offset: 3px; }
a:focus-visible, button:focus-visible, .faq-q:focus-visible {
  outline: 3px solid #d9a62e; outline-offset: 3px;
}

/* Header and footer intentionally retain the black-and-gold identity. */
.nav { background: #0b0c12; border-color: rgba(212,172,74,.24); }
.nav-links a { color: #e5e2da; font-size: 14px; }
.nav-links a:hover { background: #20232e; color: #fff; }
.hero { background: linear-gradient(145deg, #11131b, #191a24 62%, #0c1017); }
.hero-lead { color: #d6d5d1; font-size: 17px; max-width: 760px; }
.hero-lead strong, .hero h1 { color: #fff; }
.hero-badge { color: #e7c56f; border-color: rgba(231,197,111,.35); }

.author-box, .ed-card, .cat-card, .toc, .cc, .crit-c, .stat, .prov-c,
.hl, .content-card, .info-card, .form-card, .faq-i {
  background: var(--surface);
  border-color: var(--light-border);
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(29,31,40,.06);
}
.author-box { margin-top: 32px; }
.a-name, .a-name a, .sec-h, .cc-name, .cn, .crit-c h4, .prov-c h5,
.content-card h2, .cert-c h4, .info-card h3, .form-card h2, .faq-q {
  color: var(--ink);
}
.a-role, .a-bio, .ed-card p, .sec-sub, .toc ol li a, .verdict,
.pros ul li, .cons ul li, td, .cs p, .crit-c p, .prov-c p, .content-card p,
.info-text p, .info-text a, .form-sub, .form-note, .faq-a, .rg p {
  color: var(--ink-soft);
}
.review-date { margin-top: 8px; font-size: 12px; font-weight: 700; color: #725b22; }
.ed-card h4, .toc-h { color: #825d12; }
.ed-card p { font-size: 13px; }
.a-role { font-size: 13px; }
.a-bio { font-size: 14px; }

.casino-section { background: #eee9de; border-color: var(--light-border); padding: 52px 0; }
.casino-section > .w { max-width: 1040px; }
.casino-section .sec-h { font-size: clamp(24px, 3.5vw, 34px); }
.casino-list { display: grid; gap: 22px; }
.cc { margin: 0; overflow: hidden; border-radius: 20px; }
.cc:hover { border-color: #b78a2d; box-shadow: 0 14px 38px rgba(39,35,24,.11); }
.cc-head { padding: 20px 22px; border-color: var(--light-border); flex-wrap: nowrap; }
.cc-rank {
  color: #846018; background: #f5ead1; border-radius: 999px;
  min-width: 42px; height: 42px; display: grid; place-items: center; font-size: 16px;
}
.cc-logo {
  width: 76px; height: 76px; border-radius: 50%; background: #fff;
  border: 3px solid #ede2c8; box-shadow: 0 6px 16px rgba(0,0,0,.09);
}
.cc-logo img { padding: 8px; border-radius: 50%; object-fit: contain; }
.cc-name { font-size: 20px; }
.tag { border-radius: 999px; font-size: 11px; padding: 3px 9px; }
.cc-bonus {
  background: #fbf4e4; border: 1px solid #ead7a9; border-radius: 14px;
  padding: 12px 16px; min-width: 195px;
}
.b-lbl, .b-sub { color: #665f51; font-size: 11px; }
.b-val { font-size: 18px; color: #76500d; }
.cc-body { border-top: 1px solid var(--light-border); }
.pros, .cons { padding: 18px 22px; }
.pros { border-color: var(--light-border); }
.pros h4, .cons h4, .cons-label { font-size: 13px; }
.pros ul li, .cons ul li { font-size: 14px; line-height: 1.8; }
.cc-foot { padding: 18px 22px; border-color: var(--light-border); }
.verdict { font-size: 14px; line-height: 1.7; }
.verdict strong { color: var(--ink); }
.btn-cc, .btn-cat, .btn-hero, .btn-submit {
  border-radius: 12px; min-height: 48px;
  background: linear-gradient(135deg, #d7ad4a, #a87515);
  color: #111318; box-shadow: 0 8px 20px rgba(168,117,21,.24);
}
.btn-cc { min-width: 150px; justify-content: center; font-size: 15px; padding: 12px 24px; }
.btn-cc:hover, .btn-cat:hover, .btn-hero:hover { color: #050608; box-shadow: 0 10px 24px rgba(168,117,21,.32); }
@keyframes chillPulse {
  0% {
    transform: translateY(0) scale(1);
    box-shadow: 0 7px 18px rgba(168,117,21,.28), 0 0 0 0 rgba(201,155,55,.62);
  }
  55% {
    transform: translateY(-2px) scale(1.035);
    box-shadow: 0 12px 26px rgba(168,117,21,.38), 0 0 0 9px rgba(201,155,55,0);
  }
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 7px 18px rgba(168,117,21,.28), 0 0 0 0 rgba(201,155,55,0);
  }
}
.btn-cc {
  animation: chillPulse 2.15s cubic-bezier(.4,0,.2,1) infinite;
  will-change: transform, box-shadow;
}
.btn-cc:hover { animation-play-state: paused; transform: translateY(-2px); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

.after-toplist { margin-top: 42px; }
.cat-grid { gap: 14px; }
.cat-card { min-height: 172px; }
.cat-body { padding: 18px; height: 100%; display: flex; flex-direction: column; }
.cat-title { color: var(--ink); font-size: 16px; }
.cat-desc { color: var(--ink-soft); font-size: 13px; flex: 1; }
.btn-cat { font-size: 13px; display: grid; place-items: center; }
.toc { padding: 24px 28px; }
.toc-h { font-size: 16px; }
.toc ol li { font-size: 14px; padding: 3px 0; }

.cs { border-color: var(--light-border); padding: 48px 0; }
.cs h2 { color: var(--ink); font-size: clamp(23px, 3vw, 30px); border-color: #d6c6a1; }
.cs h3 { color: #785712; font-size: 19px; }
.cs h4 { color: var(--ink); font-size: 16px; }
.cs p { color: var(--ink-soft); font-size: 16px; line-height: 1.95; }
.cs p strong { color: var(--ink); }
.tw { border-color: var(--light-border); border-radius: 14px; background: #fff; }
thead tr { background: #262a35; }
th { color: #f1cf79; border-color: #3f424d; font-size: 12px; }
td { color: var(--ink-soft); border-color: var(--light-border); font-size: 14px; }
tbody tr:hover { background: #faf7ef; }
.cn { color: var(--ink); }
.hl { border-right: 4px solid #a87818; }
.legal-alert { background: #fff8e7; }
.stats, .crit, .prov { gap: 14px; }
.sl { color: var(--ink-soft); font-size: 12px; }
.rg { background: #fff5f3; border-color: #e9c7c1; border-radius: 14px; }
.rg h3 { font-size: 17px; }
.rg p { font-size: 15px; }

.foot { background: #0b0c12; color: #e8e5de; padding: 0; }
.foot-trust-bar, .foot-main, .foot-bottom-bar { background: #11131b; border-color: rgba(212,172,74,.2); }
.foot-trust-item strong, .foot-brand p strong { color: #fff; }
.foot-brand p, .foot-col ul li a, .foot-bottom-bar p { color: #bcbcc6; font-size: 13px; }
.foot-grid { grid-template-columns: 2fr 1fr; }
.foot-grid-editorial { grid-template-columns: 1.7fr .8fr 1.2fr; }
.context-home-link {
  margin-top: 14px !important;
  padding: 12px 14px;
  background: #f7f1e3;
  border-right: 3px solid #a87818;
  color: #343746 !important;
  font-size: 14px !important;
  font-weight: 600;
}
.context-home-link a {
  color: #76500d;
  font-weight: 900;
  text-decoration: underline;
}

/* Shared editorial voice and hierarchy for every secondary page. */
.home-style-page .page-hero,
.home-style-page .author-hero {
  background: linear-gradient(145deg, #11131b, #191a24 62%, #0c1017);
  border-bottom: 1px solid rgba(201,168,76,.24);
}
.home-style-page .page-hero h1,
.home-style-page .author-hero h1 {
  color: #fff;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.25;
}
.home-style-page .page-hero p { color: #d6d5d1; font-size: 16px; line-height: 1.85; }
.home-style-page .content-card {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--light-border);
  box-shadow: none;
  padding: 40px 0;
  margin: 0;
}
.home-style-page .content-card h2 {
  font-size: clamp(23px, 3vw, 30px);
  border-bottom: 2px solid #d6c6a1;
}
.home-style-page .content-card h3 { font-size: 19px; color: #785712; }
.home-style-page .content-card p { font-size: 16px; line-height: 1.95; }
.home-style-page .content-card .exp-item,
.home-style-page .content-card .cert-c,
.home-style-page .content-card .contact-link {
  background: #fff;
  border-color: var(--light-border);
  color: var(--ink-soft);
}
.editorial-page .subpage-hero { padding-block: 48px 42px; }
.editorial-page .subpage-hero h1 { font-size: clamp(30px, 5vw, 44px); }
.policy-content { padding-top: 1px; padding-bottom: 48px; }
.policy-byline { margin-bottom: 8px; }
.policy-content .cs a {
  color: #76500d;
  font-weight: 800;
  text-decoration: underline;
}
.page-intro { padding-top: 34px; }
.page-identity {
  --identity-accent: #a87818;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) minmax(210px, auto);
  align-items: stretch;
  margin: 26px 0 2px;
  color: #fff;
  background: #171923;
  border-top: 4px solid var(--identity-accent);
}
.identity-mark {
  display: grid;
  place-items: center;
  min-height: 112px;
  padding: 18px 12px;
  background: var(--identity-accent);
  color: #fff;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: -.5px;
}
.page-identity > div:nth-child(2) { padding: 20px 24px; }
.identity-kicker {
  display: block;
  margin-bottom: 5px;
  color: #d7bd79;
  font-size: 12px;
  font-weight: 900;
}
.page-identity strong { display: block; font-size: 20px; line-height: 1.45; }
.page-identity p { margin: 5px 0 0; color: #c8cad1; font-size: 13px; line-height: 1.7; }
.identity-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 24px;
  border-right: 1px solid rgba(255,255,255,.14);
}
.identity-contact span { color: #aeb1ba; font-size: 11px; font-weight: 800; }
.identity-contact a {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  overflow-wrap: anywhere;
}

/* Featured-snippet summary above the full comparison. */
.snippet-box {
  background: #fff;
  border: 1px solid var(--light-border);
  border-right: 5px solid #a87818;
  padding: 24px 26px;
  margin: 34px 0 12px;
}
.snippet-box h2 {
  color: var(--ink);
  font-size: clamp(20px, 3vw, 27px);
  margin-bottom: 10px;
}
.snippet-box p {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.9;
}
.snippet-ranking {
  margin: 14px 22px 0 0;
  color: var(--ink-soft);
}
.snippet-ranking li {
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.75;
}
.snippet-ranking strong { color: var(--ink); }

/* Distinct editorial-page compositions using the homepage type system. */
.page-policy .policy-content { counter-reset: policy-section; }
.page-policy .policy-content > .cs:not(.page-intro) {
  counter-increment: policy-section;
  border-right: 4px solid #a87818;
  padding-right: 24px;
}
.page-policy .policy-content > .cs:not(.page-intro) h2::before {
  content: "0" counter(policy-section) " ";
  color: #a87818;
}
.page-methodology .policy-content { max-width: 1060px; }
.page-methodology .policy-content > .cs:not(.page-intro) {
  display: grid;
  grid-template-columns: minmax(210px,.72fr) 2fr;
  column-gap: 34px;
  align-items: start;
}
.page-methodology .policy-content > .cs:not(.page-intro) h2 {
  grid-row: 1 / span 10;
  border-bottom: 0;
  border-left: 1px solid #d6c6a1;
  padding-left: 24px;
}
.page-responsible .subpage-hero {
  background: linear-gradient(145deg, #102018, #172c20 62%, #0b1510);
}
.page-responsible .page-identity { --identity-accent: #35724a; }
.page-responsible .policy-content > .cs { border-bottom-color: #b9d2bf; }
.page-responsible .policy-content > .cs h2 { border-bottom-color: #669675; }
.page-affiliate .subpage-hero {
  background: linear-gradient(145deg, #101b2b, #172840 62%, #0b111d);
}
.page-affiliate .page-identity { --identity-accent: #315f91; }
.page-affiliate .policy-content > .cs:nth-of-type(even) {
  background: #eef4fa;
  margin-inline: -24px;
  padding-inline: 24px;
}
.page-faith .subpage-hero {
  background: linear-gradient(145deg, #241317, #351d24 62%, #160c0f);
}
.page-faith .page-identity { --identity-accent: #824253; }
.page-methodology .page-identity { --identity-accent: #7862a5; }
.page-faith .page-intro {
  text-align: center;
  border: 1px solid #d9c4c8;
  padding: 28px;
  margin-top: 34px;
}

@media (max-width: 660px) {
  html { font-size: 16px; }
  .nav-in { padding: 0 14px; }
  .logo img { height: 34px; }
  .nav-links a { font-size: 13px; padding: 8px 7px; }
  .hero h1 { font-size: 29px; }
  .hero-lead { font-size: 16px; }
  .w { padding-inline: 16px; }
  .cc-head { display: grid; grid-template-columns: auto auto 1fr; gap: 12px; padding: 18px 16px; }
  .cc-logo { width: 64px; height: 64px; }
  .cc-info { min-width: 0; }
  .cc-name { font-size: 18px; }
  .cc-bonus { grid-column: 1 / -1; width: 100%; text-align: center; }
  .pros, .cons, .cc-foot { padding: 16px; }
  .btn-cc { width: 100%; min-height: 54px; font-size: 16px; }
  .cat-grid { grid-template-columns: 1fr; }
  .cat-card { min-height: 150px; }
  .toc { padding: 20px; }
  .cs { padding: 38px 0; }
  .cs p { font-size: 16px; }
  .foot-grid { grid-template-columns: 1fr; }
  .foot-grid-editorial { grid-template-columns: 1fr; }
  .foot-bot { align-items: flex-start; }
  .foot-badges { width: 100%; justify-content: flex-start; }
  .trust-logo-mcafee { height: 36px; }
  .trust-logo-age { height: 40px; }
  .page-methodology .policy-content > .cs:not(.page-intro) {
    display: block;
  }
  .page-methodology .policy-content > .cs:not(.page-intro) h2 {
    border-left: 0;
    border-bottom: 2px solid #d6c6a1;
    padding-left: 0;
  }
  .page-identity { grid-template-columns: 70px minmax(0, 1fr); }
  .identity-mark { min-height: 100%; font-size: 21px; }
  .page-identity > div:nth-child(2) { padding: 18px; }
  .identity-contact {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255,255,255,.14);
    border-right: 0;
    padding: 14px 18px;
  }
  .snippet-box { padding: 20px 18px; }
}

/* ══ SHARP-EDGE SYSTEM ══
   Every interface element is square. The only circular exceptions are
   casino logos and author portraits. */
*, *::before, *::after { border-radius: 0 !important; }

.cc-logo,
.cc-logo img,
.author-portrait,
.author-portrait img,
.author-big-portrait,
.author-big-portrait img,
.foot-author-av-img {
  border-radius: 50% !important;
}

.cc-logo img {
  padding: 0 !important;
}
