/* ═══════════════════════════════════════════════
   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    { color: var(--red);   font-size: 11px; font-weight: 800; margin-bottom: 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-verified-badge {
  position: absolute; bottom: 8px; left: 8px;
  background: var(--green); width: 26px; height: 26px;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; border: 2px solid var(--d1);
  border-radius: 50%;
}
.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 — gambling-age.com
   ═══════════════════════════════════════════════ */

/* 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: 8px;
  flex-shrink: 0;
}
.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;
}
