/* Meteoro Casino — EDITORIAL MAGAZINE (dark brand palette)
   meteorocasino.org — brand satellite for Brazil */

:root {
  /* Brand-consistent palette: purple + orange + white + gray */
  --bg-deep: #0f0817;
  --bg: #170a1f;
  --bg-2: #1e0e28;
  --bg-3: #241028;
  --bg-card: #2b1836;
  --panel: #442f50;
  --border: #3a2245;
  --border-hi: #5a3466;

  --orange: #f36937;
  --orange-hi: #ffa047;
  --orange-glow: rgba(243, 105, 55, 0.35);
  --fire: #ff7f50;
  --gold: #ffe5aa;

  --text: #f1eaf6;
  --text-mut: #b4a6c1;
  --text-dim: #8a7a99;
  --gray: #dadada;

  --green: #4ade80;
  --red: #f87171;

  --serif: 'Playfair Display', Georgia, serif;
  --body: 'Inter', -apple-system, sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, monospace;

  --content-w: 780px;
  --wide-w: 1200px;

  --shadow-1: 0 4px 20px rgba(0, 0, 0, 0.35);
  --shadow-2: 0 12px 40px rgba(0, 0, 0, 0.5);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--body);
  background: var(--bg-deep);
  color: var(--text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

main, header, footer, section, article { position: relative; z-index: 1; }

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

/* Typography — magazine serif hierarchy */
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.15;
  color: var(--text);
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(36px, 5.5vw, 60px); margin-bottom: 20px; letter-spacing: -0.02em; }
h2 { font-size: clamp(26px, 3.4vw, 38px); margin-bottom: 18px; }
h3 { font-size: 22px; margin-bottom: 12px; }
h4 { font-size: 17px; margin-bottom: 10px; }

p { margin-bottom: 18px; color: var(--text-mut); font-size: 16px; line-height: 1.8; }
p strong { color: var(--text); font-weight: 600; }

a { color: var(--orange); text-decoration: underline; text-decoration-color: rgba(243, 105, 55, 0.35); text-underline-offset: 3px; transition: color 0.15s; }
a:hover { color: var(--orange-hi); text-decoration-color: var(--orange-hi); }

/* Layouts */
.container { max-width: var(--wide-w); margin: 0 auto; padding: 0 24px; }
.article-container { max-width: var(--content-w); margin: 0 auto; padding: 0 24px; }

/* ============ HEADER — minimal editorial ============ */
.site-header {
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  padding: 18px 0;
}
.header-inner {
  max-width: var(--wide-w);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  border-bottom: none;
}
.logo-icon {
  width: 36px; height: 36px;
  background: url('meteoro-icon.png') center/contain no-repeat;
}
.logo-text {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 22px;
  color: var(--text);
  letter-spacing: -0.01em;
}
.logo-text span { color: var(--orange); }

.masthead-tag {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 20px;
  border-left: 1px solid var(--border-hi);
  margin-left: 4px;
}

.site-nav {
  display: flex;
  gap: 6px;
  margin-left: auto;
}
.site-nav a {
  color: var(--text-mut);
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.15s;
  font-family: var(--body);
}
.site-nav a:hover { color: var(--text); border-bottom-color: var(--orange); }
.site-nav a.active { color: var(--orange); border-bottom-color: var(--orange); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: all 0.15s;
  text-decoration: none;
  font-family: var(--body);
  letter-spacing: 0.02em;
}
.btn-primary {
  background: var(--orange);
  color: #fff;
}
.btn-primary:hover {
  background: var(--orange-hi);
  color: #fff;
  transform: translateY(-1px);
}
.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border-hi);
}
.btn-ghost:hover { border-color: var(--orange); color: var(--orange); }
.btn-lg { padding: 14px 28px; font-size: 15px; }
.btn-sm { padding: 8px 16px; font-size: 13px; }

/* ============ HERO — magazine cover ============ */
.cover-hero {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}
.cover-hero .cover-img {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.cover-hero .cover-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: right center;
  display: block;
}
.cover-hero .cover-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(15,8,23,0.97) 0%, rgba(15,8,23,0.92) 30%, rgba(15,8,23,0.55) 55%, rgba(15,8,23,0.15) 80%, rgba(15,8,23,0.55) 100%),
    linear-gradient(180deg, rgba(15,8,23,0.35) 0%, rgba(15,8,23,0) 30%, rgba(15,8,23,0) 70%, rgba(15,8,23,0.55) 100%);
  pointer-events: none;
}
.cover-hero .cover-content {
  position: relative;
  z-index: 3;
  max-width: var(--wide-w);
  margin: 0 auto;
  padding: 42px 24px 46px;
}
.cover-hero .cover-content-inner {
  max-width: 580px;
}
.cover-kicker {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
  display: block;
}
.cover-hero h1 {
  font-family: var(--serif);
  font-size: clamp(38px, 5.5vw, 62px);
  line-height: 1.05;
  margin-bottom: 22px;
  font-weight: 700;
}
.cover-hero h1 em { color: var(--orange); font-style: italic; }
.cover-lead {
  font-size: 18px;
  line-height: 1.65;
  color: var(--text-mut);
  margin-bottom: 30px;
  max-width: 540px;
}
.cover-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; }
.cover-meta {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.cover-meta span { display: flex; align-items: center; gap: 6px; }
.cover-meta .dot { width: 4px; height: 4px; background: var(--orange); border-radius: 50%; }

/* ============ SECTION-BANNER — reusable full-width banner ============ */
.section-banner {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  margin: 60px 0;
  border-radius: 4px;
}
.section-banner .banner-img { position: absolute; inset: 0; z-index: 1; }
.section-banner .banner-img img { width: 100%; height: 100%; object-fit: cover; }
.section-banner .banner-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(15, 8, 23, 0.92) 0%, rgba(15, 8, 23, 0.65) 40%, transparent 70%);
  z-index: 2;
}
.section-banner .banner-content {
  position: relative;
  z-index: 3;
  padding: 60px 44px;
  max-width: 540px;
}
.section-banner .banner-content .kicker {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 14px;
  display: block;
}
.section-banner .banner-content h3 {
  font-family: var(--serif);
  font-size: 32px;
  margin-bottom: 14px;
  line-height: 1.15;
}
.section-banner .banner-content p {
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 20px;
}

/* Right-aligned variant */
.section-banner.right .banner-overlay {
  background: linear-gradient(-90deg, rgba(15, 8, 23, 0.92) 0%, rgba(15, 8, 23, 0.65) 40%, transparent 70%);
}
.section-banner.right .banner-content { margin-left: auto; text-align: right; }
.section-banner.right .banner-content p { margin-left: auto; }

/* ============ ARTICLE STYLING (magazine longread) ============ */
.article-section { padding: 60px 0; }
.article-header {
  max-width: var(--content-w);
  margin: 0 auto 40px;
  padding: 0 24px;
  text-align: center;
}
.article-kicker {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 14px;
  display: inline-block;
}
.article-header h2 { margin-bottom: 14px; }
.article-header .subheading {
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
  color: var(--text-mut);
  line-height: 1.5;
  max-width: 600px;
  margin: 0 auto;
}

/* Drop cap — first letter of first paragraph */
.article-body > p:first-of-type::first-letter {
  font-family: var(--serif);
  font-size: 68px;
  color: var(--orange);
  float: left;
  line-height: 0.85;
  padding: 8px 12px 0 0;
  font-weight: 700;
}

.article-body { max-width: var(--content-w); margin: 0 auto; padding: 0 24px; }
.article-body h2 { margin-top: 40px; }
.article-body h3 { margin-top: 30px; color: var(--orange); font-family: var(--serif); }
.article-body ul, .article-body ol { margin: 0 0 18px 24px; color: var(--text-mut); line-height: 1.8; }
.article-body li { margin-bottom: 8px; font-size: 16px; }

/* Pull quote (magazine style) */
.pullquote {
  border-left: 3px solid var(--orange);
  padding: 8px 0 8px 24px;
  margin: 30px 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  line-height: 1.45;
  color: var(--text);
}
.pullquote .attribution {
  display: block;
  font-family: var(--body);
  font-style: normal;
  font-size: 13px;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
}

/* ============ CATEGORY GRID (magazine sections) ============ */
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 40px 0;
}
.cat-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 28px 26px;
  transition: all 0.2s;
}
.cat-card:hover {
  border-color: var(--orange);
  transform: translateY(-3px);
}
.cat-card .cat-num {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--text-dim);
  letter-spacing: 2px;
}
.cat-card h3 {
  font-family: var(--serif);
  font-size: 22px;
  margin: 10px 0 12px;
  line-height: 1.15;
}
.cat-card p { font-size: 14px; color: var(--text-mut); line-height: 1.65; }
.cat-card .read-more {
  display: inline-block;
  margin-top: 12px;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border-bottom: 1px solid var(--orange);
  padding-bottom: 2px;
}

/* ============ SIDEBAR/FACTS (magazine sidebar) ============ */
.facts-box {
  background: var(--bg-2);
  border: 1px solid var(--border-hi);
  border-radius: 4px;
  padding: 26px 28px;
  margin: 30px 0;
}
.facts-box h4 {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}
.facts-box .fact-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px dotted var(--border);
  font-size: 14px;
}
.facts-box .fact-row:last-child { border-bottom: none; }
.facts-box .fact-row .k { color: var(--text-dim); }
.facts-box .fact-row .v { color: var(--text); font-weight: 600; text-align: right; max-width: 60%; }

/* ============ TABLES ============ */
.spec-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  margin: 24px 0;
  font-size: 14px;
  background: var(--bg-2);
}
.spec-table th, .spec-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}
.spec-table th {
  background: var(--bg-3);
  color: var(--orange);
  font-family: var(--mono);
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.spec-table tr:last-child td { border-bottom: none; }
.spec-table td:first-child { color: var(--text); font-weight: 600; }
.spec-table td { color: var(--text-mut); }
.spec-table tr:hover td { background: rgba(243, 105, 55, 0.04); }

/* ============ TIMELINE / STEPS ============ */
.timeline { margin: 30px 0; }
.timeline-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}
.timeline-item:last-child { border-bottom: none; }
.timeline-item .step-num {
  font-family: var(--serif);
  font-size: 44px;
  color: var(--orange);
  line-height: 1;
  font-style: italic;
}
.timeline-item h4 {
  font-family: var(--serif);
  font-size: 20px;
  margin-bottom: 6px;
}
.timeline-item p { font-size: 14px; margin: 0; line-height: 1.65; }

/* ============ FAQ (magazine Q&A) ============ */
.qa-list { margin: 30px 0; }
.qa-item {
  padding: 24px 0;
  border-top: 1px solid var(--border);
}
.qa-item:last-child { border-bottom: 1px solid var(--border); }
.qa-item .q {
  font-family: var(--serif);
  font-size: 20px;
  color: var(--text);
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
}
.qa-item .a {
  color: var(--text-mut);
  font-size: 15px;
  line-height: 1.75;
}

/* ============ AUTHOR BAR + BOX ============ */
.author-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin: 28px 0 34px;
  font-size: 13px;
  color: var(--text-dim);
}
.author-bar .avatar {
  width: 50px; height: 50px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid var(--orange);
}
.author-bar .avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.author-bar .avatar-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--orange), var(--fire));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 20px;
}
.author-bar .author-meta { flex: 1; line-height: 1.4; }
.author-bar .author-name { color: var(--text); font-weight: 700; font-size: 15px; font-family: var(--serif); }
.author-bar .author-name a { color: var(--text); text-decoration: none; }
.author-bar .author-name a:hover { color: var(--orange); }
.author-bar .author-role {
  color: var(--orange);
  font-size: 11px;
  font-weight: 600;
  margin-left: 8px;
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.author-bar .verified-tag {
  display: inline-block;
  background: rgba(74, 222, 128, 0.12);
  color: var(--green);
  padding: 2px 7px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-left: 6px;
  vertical-align: middle;
  font-family: var(--mono);
}
.author-bar .dates {
  color: var(--text-dim);
  font-size: 12px;
  margin-top: 3px;
  font-family: var(--mono);
  letter-spacing: 0.5px;
}

.author-box {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 24px;
  padding: 30px;
  background: var(--bg-2);
  border-left: 3px solid var(--orange);
  border-radius: 0 4px 4px 0;
  margin: 40px 0 30px;
  align-items: start;
}
.author-box .avatar-lg {
  width: 100px; height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--orange);
}
.author-box .avatar-lg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.author-box h3 { font-family: var(--serif); font-size: 24px; margin-bottom: 4px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.author-box h3 a { color: var(--text); text-decoration: none; }
.author-box h3 a:hover { color: var(--orange); }
.author-box .box-role {
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.author-box p { font-size: 14px; color: var(--text-mut); margin-bottom: 10px; line-height: 1.7; }
.author-box .author-stats {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 12px;
  font-size: 12px;
  color: var(--text-dim);
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.author-box .author-stats strong { color: var(--orange); font-family: var(--serif); font-size: 18px; font-weight: 700; }
.author-box .author-links { display: flex; gap: 14px; margin-top: 14px; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; font-family: var(--mono); }
.author-box .author-links a { color: var(--orange); font-weight: 600; text-decoration: none; }
.author-box .author-links a:hover { text-decoration: underline; }
@media (max-width: 640px) { .author-box { grid-template-columns: 1fr; } .author-box .avatar-lg { margin: 0 auto; } .author-box .author-stats, .author-box .author-links { justify-content: center; } }

/* ============ BREADCRUMBS ============ */
.crumbs {
  padding: 24px 0 8px;
  font-size: 12px;
  color: var(--text-dim);
  font-family: var(--mono);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.crumbs a { color: var(--text-mut); text-decoration: none; }
.crumbs a:hover { color: var(--orange); }
.crumbs .sep { margin: 0 10px; color: var(--orange); }

/* ============ CALLOUT ============ */
.callout {
  background: var(--bg-2);
  border-left: 3px solid var(--orange);
  padding: 18px 22px;
  margin: 24px 0;
  font-size: 15px;
  color: var(--text);
  line-height: 1.75;
}
.callout strong { color: var(--orange); font-weight: 700; }

/* ============ RELATED (magazine "read more" cards) ============ */
.related {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 40px 0;
  padding-top: 30px;
  border-top: 1px solid var(--border);
}
.related .rel-card {
  padding: 22px 0;
}
.related .rel-kicker {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
  display: block;
}
.related .rel-card h4 {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--text);
  margin-bottom: 8px;
  line-height: 1.3;
}
.related .rel-card h4 a { color: var(--text); text-decoration: none; }
.related .rel-card h4 a:hover { color: var(--orange); }
.related .rel-card p { font-size: 13px; color: var(--text-mut); line-height: 1.6; margin: 0; }

/* ============ PROS/CONS ============ */
.proscons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 28px 0;
}
.pros, .cons {
  padding: 22px 24px;
  border-radius: 4px;
  background: var(--bg-2);
  border: 1px solid var(--border);
}
.pros { border-left: 3px solid var(--green); }
.cons { border-left: 3px solid var(--red); }
.pros h4 { color: var(--green); font-family: var(--serif); text-transform: none; letter-spacing: 0; margin-bottom: 12px; font-size: 17px; }
.cons h4 { color: var(--red); font-family: var(--serif); text-transform: none; letter-spacing: 0; margin-bottom: 12px; font-size: 17px; }
.pros ul, .cons ul { list-style: none; margin: 0; padding: 0; }
.pros li, .cons li { padding: 6px 0 6px 22px; position: relative; font-size: 14px; color: var(--text-mut); line-height: 1.6; }
.pros li::before { content: '+'; position: absolute; left: 0; color: var(--green); font-weight: 700; font-size: 18px; line-height: 1.3; }
.cons li::before { content: '−'; position: absolute; left: 0; color: var(--red); font-weight: 700; font-size: 18px; line-height: 1.3; }

/* ============ CTA BANNER (uses banner image) ============ */
.cta-hero {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  margin: 60px 0 0;
  border-radius: 4px;
}
.cta-hero .cta-bg { position: absolute; inset: 0; z-index: 1; }
.cta-hero .cta-bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-hero .cta-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(15, 8, 23, 0.9) 0%, rgba(15, 8, 23, 0.5) 60%, rgba(15, 8, 23, 0.8) 100%);
  z-index: 2;
}
.cta-hero .cta-inner {
  position: relative;
  z-index: 3;
  max-width: 620px;
  padding: 60px 44px;
  margin: 0 auto;
  text-align: center;
}
.cta-hero h2 {
  font-family: var(--serif);
  font-size: 34px;
  margin-bottom: 14px;
  line-height: 1.15;
}
.cta-hero h2 em { color: var(--orange); font-style: italic; }
.cta-hero p { color: var(--text-mut); font-size: 16px; margin-bottom: 24px; max-width: 480px; margin-left: auto; margin-right: auto; }
.cta-note { margin-top: 18px; font-size: 12px; color: var(--text-dim); font-family: var(--mono); letter-spacing: 1px; text-transform: uppercase; }

/* ============ PROMO CODE ============ */
.promo-box {
  background: var(--bg-2);
  border: 1px dashed var(--orange);
  border-radius: 4px;
  padding: 24px 26px;
  margin: 26px 0;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.promo-lbl { font-size: 11px; color: var(--text-dim); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 6px; font-family: var(--mono); }
.promo-code {
  font-family: var(--mono);
  font-size: 26px;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: 3px;
}

/* ============ FOOTER — editorial-style ============ */
.site-footer {
  background: var(--bg);
  border-top: 3px double var(--border-hi);
  padding: 50px 0 24px;
  margin-top: 80px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 44px;
  margin-bottom: 32px;
}
.footer-col h4 {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 9px; }
.footer-col a { color: var(--text-mut); font-size: 13px; text-decoration: none; }
.footer-col a:hover { color: var(--orange); }
.footer-brand p { font-size: 13px; color: var(--text-mut); margin-top: 14px; max-width: 340px; line-height: 1.6; }
.footer-brand .logo { border: none; }
.footer-bottom {
  padding-top: 22px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 11px;
  color: var(--text-dim);
  font-family: var(--mono);
  letter-spacing: 0.5px;
}
.footer-bottom p { max-width: 780px; margin: 0; color: var(--text-dim); font-family: var(--body); font-size: 12px; letter-spacing: normal; }
.age-tag {
  background: var(--orange);
  color: #fff;
  padding: 4px 9px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 11px;
  font-family: var(--mono);
  letter-spacing: 1px;
}

/* CTA-link universal cursor for span/button */
.cta-link { cursor: pointer; }

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .category-grid, .related { grid-template-columns: 1fr; }
  .proscons { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .section-banner { min-height: 260px; }
  .section-banner .banner-content { padding: 40px 30px; }
  .site-nav { display: none; }
  .masthead-tag { display: none; }
  .cover-hero .cover-content { padding: 50px 24px; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
  .cover-hero h1 { font-size: 34px; }
  .article-body > p:first-of-type::first-letter { font-size: 54px; }
  .cta-hero .cta-inner { padding: 40px 24px; }
}
