/* JogoResponsavel Guia — jogoresponsavelguia.pt */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg-primary: #0a0e12;
  --bg-card: rgba(255,255,255,.04);
  --bg-card-hover: rgba(255,255,255,.06);
  --bg-header: rgba(10,14,18,.97);
  --bg-footer: #0a0e12;
  --bg-input: rgba(255,255,255,.06);
  --accent: #059669;
  --accent-light: #10b981;
  --accent-dark: #047857;
  --text-primary: #f1f5fb;
  --text-secondary: rgba(255,255,255,.6);
  --text-muted: rgba(255,255,255,.35);
  --border: rgba(255,255,255,.08);
  --border-light: rgba(255,255,255,.12);
  --accent-green: #16a34a;
  --accent-green-light: #15803d;
  --radius: 6px;
  --radius-sm: 4px;
  --shadow: 0 8px 32px rgba(0,0,0,.35);
  --max-w: 1160px;
  --transition: 0.2s ease;
}

html { font-size: 16px; scroll-behavior: smooth; scroll-padding-top: 40px; }
body {
  font-family: Georgia, 'Times New Roman', serif;
  background: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.7;
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed; inset: 0;
  background: radial-gradient(ellipse 60% 40% at 20% 10%, rgba(5,150,105,.05), transparent),
              radial-gradient(ellipse 50% 50% at 80% 90%, rgba(251,191,36,.04), transparent);
  pointer-events: none; z-index: 0;
}
a { color: inherit; text-decoration: none; transition: color var(--transition); }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 20px; }

/* TOP BAR */
.top-bar { background: var(--bg-primary); color: var(--text-secondary); font-size: .68rem; padding: 7px 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px; border-bottom: 1px solid var(--border); }
.top-bar strong { color: #fff; }
.top-bar a { color: rgba(255,255,255,.5); }
.top-bar a:hover { color: var(--accent); }
.top-bar-right { color: var(--text-muted); }

/* HEADER */
.site-header { background: var(--bg-header); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); box-shadow: 0 2px 20px rgba(0,0,0,.4); position: sticky; top: 0; z-index: 100; padding: 0 20px; }
.header-inner { max-width: var(--max-w); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 62px; }
.logo { font-family: Georgia, serif; font-size: 1.15rem; font-weight: 700; color: #fff; letter-spacing: -.02em; display: flex; align-items: center; flex-shrink: 0; }
.logo span { color: var(--accent); font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 2px; flex: 1; justify-content: flex-end; flex-wrap: wrap; }
.main-nav a, .nav-dropdown-trigger { color: rgba(255,255,255,.55); font-size: .77rem; font-weight: 600; padding: 6px 9px; border-radius: 6px; transition: all var(--transition); white-space: nowrap; cursor: pointer; background: none; border: none; font-family: inherit; }
.main-nav a:hover, .main-nav a.active, .nav-dropdown-trigger:hover { color: var(--accent); background: rgba(5,150,105,.08); }
.nav-dropdown { position: relative; }
.nav-dropdown-trigger { display: flex; align-items: center; gap: 4px; color: rgba(255,255,255,.55); }
.nav-dropdown-trigger::after { content: '\25BE'; font-size: 10px; transition: transform var(--transition); }
.nav-dropdown.open .nav-dropdown-trigger::after { transform: rotate(180deg); }
.nav-dropdown-menu { position: absolute; top: 100%; left: 0; min-width: 220px; background: #0a0e12; border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 6px; display: none; box-shadow: var(--shadow); z-index: 100; }
.nav-dropdown.open .nav-dropdown-menu { display: block; }
.nav-dropdown-menu a { display: block; padding: 10px 14px; color: rgba(255,255,255,.55); font-size: .77rem; border-radius: 6px; }
.nav-dropdown-menu a:hover { background: rgba(5,150,105,.08); color: var(--accent); }
.menu-toggle { display: none; background: none; border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.6); font-size: 1rem; cursor: pointer; padding: 7px 10px; border-radius: 7px; }

/* HERO */
.hero-seo {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 180'%3E%3Crect x='0' y='158' width='1200' height='22' fill='white' opacity='.05'/%3E%3Crect x='300' y='40' width='8' height='118' fill='white' opacity='.06'/%3E%3Crect x='700' y='40' width='8' height='118' fill='white' opacity='.06'/%3E%3Cpath d='M100,158 L304,60 L704,60 L1100,158' fill='none' stroke='white' stroke-width='2' opacity='.05'/%3E%3Cline x1='304' y1='60' x2='304' y2='120' stroke='white' stroke-width='1' opacity='.04'/%3E%3Cline x1='704' y1='60' x2='704' y2='120' stroke='white' stroke-width='1' opacity='.04'/%3E%3Crect x='200' y='120' width='600' height='4' fill='white' opacity='.05'/%3E%3Cline x1='350' y1='65' x2='350' y2='120' stroke='white' stroke-width='1' opacity='.04'/%3E%3Cline x1='450' y1='75' x2='450' y2='120' stroke='white' stroke-width='1' opacity='.04'/%3E%3Cline x1='550' y1='75' x2='550' y2='120' stroke='white' stroke-width='1' opacity='.04'/%3E%3Cline x1='650' y1='65' x2='650' y2='120' stroke='white' stroke-width='1' opacity='.04'/%3E%3C/svg%3E") bottom center / 100% auto no-repeat,
    linear-gradient(135deg, #0a0e12 0%, #111a20 50%, #0c1218 100%);
  padding: 48px 20px 40px; position: relative; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.06);
}
.hero-seo > * { max-width: var(--max-w); margin-left: auto; margin-right: auto; }
.hero-seo h1 { font-family: Georgia, serif; font-size: clamp(1.7rem, 4vw, 2.9rem); font-weight: 700; color: #fff; margin-bottom: 12px; line-height: 1.1; letter-spacing: -.02em; }
.hero-seo h1 span { color: var(--accent); }
.seo-text { font-size: .95rem; color: var(--text-secondary); max-width: 640px; line-height: 1.72; margin-bottom: 22px; }
.seo-text h2 { font-family: Georgia, serif; color: var(--text-primary); font-size: 1.1rem; margin: 16px 0 8px; }
.seo-text p { margin-bottom: 12px; }
.seo-text ul { margin: 8px 0 12px; list-style: none; }
.seo-text li { margin-bottom: 6px; display: flex; align-items: center; gap: 6px; font-size: .73rem; font-weight: 600; color: rgba(255,255,255,.7); }
.seo-text li::before { content: '\2713'; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,.07); border: 1px solid var(--border-light); padding: 6px 12px; border-radius: 7px; font-size: .73rem; }

/* CASINO ROW */
.c-row { scroll-margin-top: 40px; background: var(--bg-card); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); overflow: hidden; display: grid; grid-template-columns: 52px 110px 1fr auto auto; align-items: center; transition: all .2s; position: relative; }
.c-row:hover { border-color: rgba(5,150,105,.3); transform: translateY(-2px); box-shadow: var(--shadow); }
.c-row.top { border-color: rgba(5,150,105,.4); border-width: 2px; background: rgba(5,150,105,.04); }
.c-row.top::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: linear-gradient(180deg, #059669, #047857); }
.cr-rank { display: flex; align-items: center; justify-content: center; width: 52px; align-self: stretch; font-family: Georgia, serif; font-weight: 700; font-size: 1.2rem; }
.r1 { color: #059669; }
.r2 { color: #94a3b8; }
.r3 { color: #b87333; }
.cr-logo { width: 110px; padding: 13px 9px; display: flex; align-items: center; justify-content: center; border-right: 1px solid rgba(255,255,255,.08); align-self: stretch; }
.lbox { width: 86px; height: 52px; border-radius: 8px; overflow: hidden; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.1); }
.cr-bonus { padding: 13px 18px; flex: 1; border-right: 1px solid rgba(255,255,255,.08); align-self: stretch; display: flex; align-items: center; }
.btext { font-weight: 700; font-size: 1rem; color: #fbbf24; font-family: Georgia, serif; }
.bsub { font-size: .72rem; color: rgba(255,255,255,.35); margin-top: 3px; }
.cr-acts { display: flex; align-items: center; gap: 8px; padding: 13px 14px; }
.cr-score { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 13px; align-self: stretch; border-left: 1px solid rgba(255,255,255,.08); min-width: 62px; }
.snum { font-family: Georgia, serif; font-weight: 700; font-size: 1.35rem; color: var(--accent); line-height: 1; }
.sstars { color: var(--accent); font-size: .65rem; margin-top: 2px; letter-spacing: 1px; }
@media (max-width: 860px) {
  .c-row { grid-template-columns: 38px 86px 1fr; }
  .cr-acts { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.08); padding: 10px 12px; }
  .cr-score { display: none; }
}
@media (max-width: 540px) {
  .cr-logo { width: 86px; }
  .lbox { width: 70px; height: 42px; }
}

/* OFFERS LISTING */
.offers-section { padding: 36px 0 40px; }
.offers-section-title { font-family: Georgia, serif; font-size: 1.3rem; font-weight: 700; margin-bottom: 16px; display: flex; align-items: center; gap: 12px; }
.offers-section-title .badge { background: rgba(251,191,36,.1); border: 1px solid rgba(251,191,36,.25); color: #fbbf24; font-size: .67rem; font-weight: 700; padding: 3px 9px; border-radius: 20px; letter-spacing: .06em; }

/* BUTTONS */
.btn-offer { display: inline-flex; align-items: center; justify-content: center; padding: 9px 17px; background: linear-gradient(135deg, var(--accent-green-light), var(--accent-green)); color: #fff; font-weight: 700; font-size: .79rem; border-radius: 7px; border: none; cursor: pointer; transition: all var(--transition); text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.btn-offer:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(0,196,122,.4); color: #fff; }
.btn-rev { display: inline-flex; align-items: center; justify-content: center; padding: 9px 13px; background: rgba(255,255,255,.06); color: rgba(255,255,255,.6); font-weight: 600; font-size: .79rem; border: 1px solid var(--border-light); border-radius: 7px; cursor: pointer; transition: all var(--transition); text-decoration: none; text-transform: uppercase; white-space: nowrap; font-family: inherit; }
.btn-rev:hover { border-color: var(--accent); color: var(--accent); }

/* REGULATORY */
.regulatory-section { max-width: var(--max-w); margin: 40px auto 0; padding: 0 20px; }
.regulatory-icons { background: rgba(255,255,255,.03); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px 24px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 12px; }
.regulatory-icons a { display: flex; align-items: center; gap: 7px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 7px; padding: 7px 13px; font-size: .74rem; font-weight: 600; color: var(--text-secondary); transition: all var(--transition); }
.regulatory-icons a:hover { border-color: var(--accent); color: var(--accent); }
.regulatory-text { font-size: .72rem; color: var(--text-muted); max-width: 700px; margin: 12px auto 0; line-height: 1.6; text-align: center; }

/* TRUST BAR */
.trust-bar { background: rgba(5,10,22,.95); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 14px 20px; margin-top: 48px; }
.trust-bar-inner { max-width: var(--max-w); margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 32px; flex-wrap: wrap; }
.trust-bar-inner .tbi { display: flex; align-items: center; gap: 8px; opacity: .72; transition: opacity var(--transition); text-decoration: none; flex-shrink: 0; }
.trust-bar-inner .tbi:hover { opacity: 1; }
.tbi-18 { width: 40px; height: 40px; border-radius: 50%; background: #c0392b; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .82rem; color: #fff; flex-shrink: 0; }
.tbi-ga { font-size: .95rem; font-weight: 700; color: rgba(255,255,255,.72); letter-spacing: -.01em; }
.tbi-div { width: 1px; height: 28px; background: rgba(255,255,255,.1); flex-shrink: 0; }
@media(max-width:680px){.trust-bar-inner{gap:16px}.tbi-div{display:none}}

/* FOOTER */
.site-footer { background: var(--bg-footer); border-top: 1px solid var(--border); margin-top: 56px; }
.footer-inner { max-width: var(--max-w); margin: 0 auto; padding: 36px 20px 24px; }
.footer-top { display: grid; grid-template-columns: 200px 1fr auto; gap: 32px; align-items: start; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.06); }
.footer-brand .logo { margin-bottom: 8px; }
.footer-brand p { color: var(--text-muted); font-size: .74rem; line-height: 1.7; }
.footer-links h4 { color: rgba(255,255,255,.5); font-size: .73rem; font-weight: 700; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .06em; }
.footer-links a { display: block; color: rgba(255,255,255,.4); font-size: .77rem; font-weight: 600; padding: 3px 0; transition: color var(--transition); }
.footer-links a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; font-size: .68rem; color: rgba(255,255,255,.22); }
.footer-18 { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.18); font-weight: 800; font-size: .68rem; color: rgba(255,255,255,.3); }

/* STATIC PAGES */
.page-content { padding: 48px 0 60px; }
.page-content h1 { font-family: Georgia, serif; font-size: 1.5rem; font-weight: 700; margin-bottom: 24px; color: var(--text-primary); }
.page-body { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px; color: var(--text-secondary); font-size: .88rem; line-height: 1.85; }
.page-body h2 { font-family: Georgia, serif; font-weight: 700; font-size: 1.1rem; color: var(--accent); margin: 30px 0 10px; padding-left: 11px; border-left: 3px solid var(--accent); }
.page-body h2:first-child { margin-top: 0; }
.page-body h3 { font-family: Georgia, serif; font-weight: 700; font-size: .97rem; color: var(--text-primary); margin: 18px 0 7px; }
.page-body p { margin-bottom: 12px; }
.page-body ul, .page-body ol { margin: 8px 0 14px; list-style: none; }
.page-body li { font-size: .85rem; color: rgba(255,255,255,.55); display: flex; gap: 8px; align-items: flex-start; margin-bottom: 5px; line-height: 1.6; }
.page-body li::before { content: '\2192'; color: var(--accent); flex-shrink: 0; font-weight: 700; }
.page-body a { color: var(--accent); }

/* CONTACT FORM */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-group label { display: block; font-size: .82rem; font-weight: 600; color: var(--text-primary); margin-bottom: 6px; }
.form-group input, .form-group textarea { width: 100%; padding: 12px 16px; background: var(--bg-input); border: 1px solid var(--border); border-radius: 7px; color: var(--text-primary); font-size: .88rem; font-family: inherit; transition: border-color var(--transition); }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--accent); }
.form-group textarea { resize: vertical; min-height: 120px; }
.btn-submit { display: inline-flex; align-items: center; justify-content: center; padding: 12px 28px; background: linear-gradient(135deg, var(--accent-green-light), var(--accent-green)); color: #fff; font-weight: 700; font-size: .88rem; border: none; border-radius: 7px; cursor: pointer; font-family: inherit; transition: all var(--transition); text-transform: uppercase; width: fit-content; }
.btn-submit:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(0,196,122,.4); }
.contact-info-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; }
.contact-info-card h3 { font-family: Georgia, serif; font-size: 1rem; color: var(--text-primary); margin-bottom: 20px; }
.contact-detail { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 18px; color: var(--text-secondary); font-size: .82rem; }
.contact-detail .icon { font-size: 18px; width: 24px; text-align: center; flex-shrink: 0; }

/* ERROR PAGES */
.error-wrap { display: flex; align-items: center; justify-content: center; min-height: 60vh; text-align: center; padding: 40px 20px; }
.error-box { max-width: 500px; }
.error-code { font-family: Georgia, serif; font-size: 5rem; font-weight: 700; color: var(--accent); line-height: 1; margin-bottom: 16px; }
.error-box h1 { font-family: Georgia, serif; font-size: 1.25rem; margin-bottom: 12px; }
.error-box p { color: var(--text-secondary); margin-bottom: 28px; font-size: .88rem; }
.btn-home { display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px; background: linear-gradient(135deg, var(--accent-green-light), var(--accent-green)); color: #fff; font-weight: 700; font-size: .88rem; border-radius: 7px; text-decoration: none; text-transform: uppercase; transition: all var(--transition); }
.btn-home:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(0,196,122,.4); color: #fff; }

/* AGE GATE */
.age-gate { position: fixed; inset: 0; background: rgba(0,0,0,.88); backdrop-filter: blur(10px); display: flex; align-items: center; justify-content: center; z-index: 9999; padding: 16px; }
.age-gate-box { background: #0d1a2e; border: 1px solid rgba(5,150,105,.3); border-radius: 20px; max-width: 440px; width: 100%; overflow: hidden; box-shadow: 0 24px 80px rgba(0,0,0,.7); text-align: left; }
.age-gate-header { background: linear-gradient(135deg, #0f1e36, rgba(15,30,54,.9)); padding: 26px 26px 20px; border-bottom: 1px solid var(--border); text-align: center; }
.age-gate-icon { width: 56px; height: 56px; border-radius: 50%; background: rgba(5,150,105,.12); border: 2px solid rgba(5,150,105,.4); display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; font-weight: 800; font-size: 1.1rem; color: var(--accent); }
.age-gate-box h2 { font-family: Georgia, serif; font-size: 1.25rem; color: var(--text-primary); margin-bottom: 5px; }
.age-gate-box .age-sub { font-size: .82rem; color: #94a3b8; }
.age-gate-body { padding: 20px 26px 24px; }
.age-gate-body ul { list-style: none; margin-bottom: 16px; }
.age-gate-body li { font-size: .82rem; color: #94a3b8; padding: 4px 0; display: flex; gap: 8px; align-items: flex-start; }
.age-gate-body li span { color: var(--accent); font-weight: 700; }
.age-check-label { display: flex; align-items: flex-start; gap: 9px; font-size: .81rem; color: #94a3b8; margin-bottom: 18px; cursor: pointer; }
.age-check-label input { margin-top: 2px; accent-color: var(--accent); transform: scale(1.2); }
.age-check-label a { color: var(--accent); }
.age-btns { display: flex; gap: 10px; }
.age-btns button { flex: 1; border: none; border-radius: 9px; padding: 12px; font-size: .88rem; font-weight: 700; cursor: pointer; font-family: inherit; text-transform: uppercase; letter-spacing: .04em; transition: all var(--transition); }
.btn-age-yes { background: linear-gradient(135deg, var(--accent-green-light), var(--accent-green)); color: #fff; }
.btn-age-yes:hover { box-shadow: 0 4px 16px rgba(0,196,122,.4); }
.btn-age-yes:disabled { opacity: .5; cursor: not-allowed; }
.btn-age-no { background: rgba(255,255,255,.06); color: #94a3b8; border: 1px solid rgba(255,255,255,.1); }

/* BREADCRUMB */
.breadcrumb { padding: 16px 0 0; font-size: .72rem; }
.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb span { color: var(--text-muted); margin: 0 6px; }
.breadcrumb .current { color: var(--text-secondary); }

/* COOKIE BANNER */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 2px solid var(--accent); padding: 13px 20px; z-index: 500; display: none; box-shadow: 0 -4px 20px rgba(0,0,0,.12); }
.cookie-banner p { color: #475569; font-size: .78rem; flex: 1; min-width: 200px; line-height: 1.6; }
.cookie-banner a { color: var(--bg-primary); text-decoration: underline; }
.cookie-btns { display: flex; gap: 8px; margin-top: 8px; }
.btn-cookie-accept { padding: 8px 18px; background: var(--bg-primary); color: #fff; font-weight: 700; font-size: .77rem; border: none; border-radius: 7px; cursor: pointer; white-space: nowrap; font-family: inherit; }
.btn-cookie-decline { padding: 8px 14px; background: transparent; color: #475569; font-weight: 600; font-size: .77rem; border: 1px solid #cbd5e1; border-radius: 7px; cursor: pointer; white-space: nowrap; font-family: inherit; }

/* FAQ */
.faq-section { max-width: 1160px; margin: 40px auto 0; padding: 0 20px; }
.faq-section h2 { font-family: Georgia, serif; font-weight: 700; font-size: 1.2rem; color: #f1f5fb; margin-bottom: 14px; }
.faq-item { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08); border-radius: 10px; margin-bottom: 8px; overflow: hidden; }
.faq-q { width: 100%; background: none; border: none; color: #f1f5fb; font-size: .88rem; font-weight: 600; padding: 15px 18px; text-align: left; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; transition: background .2s; }
.faq-q:hover { background: rgba(5,150,105,.05); }
.faq-icon { color: var(--accent); font-size: 1.1rem; flex-shrink: 0; transition: transform .3s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 18px 15px; font-size: .83rem; color: rgba(255,255,255,.55); line-height: 1.75; }
.faq-item.open .faq-a { display: block; }

/* REVIEW PAGES */
.prose h2 { font-family: Georgia, serif; font-weight: 700; font-size: 1.1rem; color: var(--accent); margin: 30px 0 10px; padding-left: 11px; border-left: 3px solid var(--accent); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-family: Georgia, serif; font-weight: 700; font-size: .97rem; color: #f1f5fb; margin: 18px 0 7px; }
.prose p { font-size: .88rem; color: rgba(255,255,255,.6); line-height: 1.85; margin-bottom: 12px; }
.prose ul { list-style: none; margin: 8px 0 14px; display: flex; flex-direction: column; gap: 6px; }
.prose li { font-size: .85rem; color: rgba(255,255,255,.55); display: flex; gap: 8px; align-items: flex-start; line-height: 1.6; }
.prose li::before { content: '\2192'; color: var(--accent); flex-shrink: 0; font-weight: 700; }
.prose a { color: var(--accent); }

/* COMPLIANCE POPUP */
.compliance-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.85); backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; z-index: 9998; padding: 16px; }
.compliance-box { background: #0d1a2e; border: 1px solid rgba(5,150,105,.35); border-radius: 18px; max-width: 420px; width: 100%; padding: 32px 28px 24px; text-align: center; box-shadow: 0 24px 80px rgba(0,0,0,.6); }
.compliance-icon { font-size: 2.2rem; margin-bottom: 12px; color: #f59e0b; }
.compliance-box h2 { font-family: Georgia, serif; font-size: 1.15rem; color: var(--text-primary); margin-bottom: 10px; }
.compliance-box p { font-size: .82rem; color: #94a3b8; line-height: 1.65; margin-bottom: 14px; }
.compliance-list { list-style: none; text-align: left; margin: 0 0 20px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07); border-radius: 8px; padding: 12px 16px; }
.compliance-list li { font-size: .8rem; color: rgba(255,255,255,.55); padding: 3px 0; display: flex; gap: 8px; align-items: center; }
.compliance-list li::before { content: '\2014'; color: #f59e0b; font-weight: 700; flex-shrink: 0; }
.compliance-btns { display: flex; flex-direction: column; gap: 10px; margin-bottom: 14px; }
.btn-compliance-yes { display: inline-flex; align-items: center; justify-content: center; padding: 12px; background: linear-gradient(135deg, var(--accent-green-light), var(--accent-green)); color: #fff; font-weight: 700; font-size: .88rem; border-radius: 9px; text-transform: uppercase; letter-spacing: .04em; transition: all var(--transition); text-decoration: none; }
.btn-compliance-yes:hover { box-shadow: 0 4px 16px rgba(0,196,122,.4); color: #fff; }
.btn-compliance-no { padding: 11px; background: rgba(255,255,255,.06); color: #94a3b8; border: 1px solid rgba(255,255,255,.1); border-radius: 9px; font-size: .85rem; font-weight: 600; cursor: pointer; font-family: inherit; transition: all var(--transition); }
.btn-compliance-no:hover { border-color: rgba(255,255,255,.2); color: var(--text-primary); }
.compliance-footer { font-size: .7rem; color: rgba(255,255,255,.25); margin: 0; }
.compliance-footer a { color: rgba(5,150,105,.6); }

/* RESPONSIVE */
@media (max-width: 860px) {
  .footer-top { grid-template-columns: 1fr; gap: 24px; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .main-nav { display: none; }
  .menu-toggle { display: flex !important; }
  .main-nav.mobile-open {
    display: flex; flex-direction: column; position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(10,14,18,.99);
    z-index: 999; padding: 20px; gap: 8px; overflow-y: auto;
  }
  .main-nav.mobile-open a { font-size: .95rem; font-weight: 600; color: rgba(255,255,255,.6); padding: 13px 16px; border-radius: 8px; border: 1px solid var(--border); }
  .main-nav.mobile-open a:hover { color: var(--accent); border-color: rgba(5,150,105,.3); }
  .hero-seo h1 { font-size: 1.5rem; }
  .error-code { font-size: 4rem; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}
@media (max-width: 480px) {
  .age-gate-box { max-width: 100%; }
  .age-gate-header { padding: 20px 18px 16px; }
  .age-gate-body { padding: 16px 18px 20px; }
}

/* ── Theme: Classic Editorial ── */
.c-row { grid-template-columns: 110px 1fr auto auto; border-left: 4px solid #059669; border-radius: 2px; }
.c-row.top { border-left-width: 5px; border-left-color: #059669; }
.c-row.top::before { display: none; }
.cr-rank { display: none; }
.hero-seo { text-align: center; padding: 56px 20px 48px; }
.hero-seo h1 { margin-left: auto; margin-right: auto; max-width: 700px; }
.hero-seo h1::after { content: ''; display: block; width: 60px; height: 3px; background: #059669; margin: 16px auto 0; border-radius: 2px; }
.seo-text { margin-left: auto; margin-right: auto; text-align: center; }
.seo-text ul { display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 8px 16px; }
.site-header { border-bottom: 3px solid #059669; box-shadow: none; }
.offers-section-title { border-bottom: 2px solid rgba(5,150,105,.2); padding-bottom: 12px; }
.btn-offer { border-radius: 4px; letter-spacing: .06em; }
.btn-rev { border-radius: 4px; }
.faq-item { border-radius: 4px; }
.trust-bar { border-top: 2px solid rgba(5,150,105,.15); }
@media (max-width: 860px) { .c-row { grid-template-columns: 86px 1fr; } }
