/* GojiCasino — Emerald High-Roller
   gojicasinos.com — deep casino-felt green, emerald primary, gold micro-accent */

:root {
  --bg: #08130e;
  --bg-2: #0a1f16;
  --panel: #0c241a;
  --panel-2: #0e2b1f;
  --line: rgba(229, 199, 107, 0.16);
  --line-emerald: rgba(16, 185, 129, 0.28);
  --emerald: #10b981;
  --emerald-hi: #34d399;
  --gold: #e5c76b;
  --cream: #eef5f0;
  --dim: #8fae9d;
  --dimmer: #6f8b7b;
  --radius: 16px;
  --radius-sm: 11px;
  --shadow: 0 18px 50px -22px rgba(0, 0, 0, 0.75);
  --glow: 0 0 0 1px var(--line-emerald), 0 22px 60px -26px rgba(16, 185, 129, 0.55);
  --maxw: 1180px;
  --font-head: "Sora", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--cream);
  background:
    radial-gradient(1200px 640px at 78% -8%, rgba(16, 185, 129, 0.14), transparent 60%),
    radial-gradient(900px 520px at 8% 4%, rgba(52, 211, 153, 0.08), transparent 58%),
    linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 42%, var(--bg) 100%);
  background-attachment: fixed;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }

iconify-icon { display: inline-block; vertical-align: -0.14em; }

.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 22px;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(12px);
  background: linear-gradient(180deg, rgba(8, 19, 14, 0.92), rgba(8, 19, 14, 0.7));
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 22px;
  max-width: var(--maxw);
  margin: 0 auto;
}

/* Wordmark logo */
.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.28rem;
  letter-spacing: -0.02em;
  color: var(--cream);
}
.logo .logo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(155deg, #0e2b1f, #08130e);
  border: 1px solid var(--line-emerald);
  color: var(--emerald-hi);
  font-size: 1.15rem;
  box-shadow: inset 0 0 14px rgba(16, 185, 129, 0.22);
}
.logo .goji { color: var(--cream); }
.logo .casino { color: var(--emerald); }
.logo:hover .logo-badge { box-shadow: inset 0 0 20px rgba(52, 211, 153, 0.4); }

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.9rem;
  color: #052014;
  background: linear-gradient(135deg, var(--emerald-hi), var(--emerald));
  border: 1px solid rgba(52, 211, 153, 0.5);
  box-shadow: 0 10px 26px -12px rgba(16, 185, 129, 0.75);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.header-cta:hover { transform: translateY(-1px); box-shadow: 0 16px 32px -12px rgba(16, 185, 129, 0.9); }

/* ---------- Hero / bonuses-first ---------- */
.hero {
  padding: 46px 0 8px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 7px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(229, 199, 107, 0.05);
}
.hero h1 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(1.9rem, 4.6vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 18px 0 12px;
  max-width: 20ch;
}
.hero h1 .accent {
  background: linear-gradient(120deg, var(--emerald-hi), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero .lede {
  color: var(--dim);
  font-size: clamp(1rem, 1.6vw, 1.14rem);
  max-width: 62ch;
  margin: 0 0 6px;
}
.hero .hairline {
  height: 1px;
  margin: 26px 0 4px;
  background: linear-gradient(90deg, transparent, var(--line-emerald), var(--gold), transparent);
}

/* ---------- Group headings ---------- */
.group {
  padding: 30px 0 6px;
}
.group-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 18px;
}
.group-head h2 {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(1.15rem, 2.4vw, 1.5rem);
  letter-spacing: -0.01em;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.group-head h2 iconify-icon { color: var(--emerald-hi); font-size: 1.15em; }
.group-head .rule {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--line-emerald), transparent);
}
.group-head .count {
  font-family: var(--font-head);
  font-size: 0.78rem;
  color: var(--dimmer);
  letter-spacing: 0.05em;
}

/* ---------- Bonus grid ---------- */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 18px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 22px 20px 20px;
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line);
  border-top: 2px solid var(--emerald);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.card::before {
  content: "";
  position: absolute;
  inset: -1px -1px auto -1px;
  height: 60px;
  background: radial-gradient(120px 60px at 20% 0%, rgba(16, 185, 129, 0.18), transparent 70%);
  pointer-events: none;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--glow);
  border-color: var(--line-emerald);
}
.card.featured {
  border-top-color: var(--gold);
}
.card.featured::before {
  background: radial-gradient(120px 60px at 20% 0%, rgba(229, 199, 107, 0.2), transparent 70%);
}

.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid var(--line-emerald);
  color: var(--emerald-hi);
  font-size: 1.35rem;
  flex-shrink: 0;
}
.card.featured .card-icon { color: var(--gold); border-color: var(--line); background: rgba(229, 199, 107, 0.08); }
.tag {
  font-family: var(--font-head);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--emerald-hi);
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid var(--line-emerald);
  white-space: nowrap;
}
.tag.gold { color: var(--gold); border-color: var(--line); background: rgba(229, 199, 107, 0.07); }

.card h3 {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.12rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin: 2px 0 8px;
}
.card .headline {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  color: var(--emerald-hi);
  margin: 0 0 8px;
}
.card.featured .headline { color: var(--gold); }
.card p.desc {
  color: var(--dim);
  font-size: 0.92rem;
  margin: 0 0 14px;
}

.terms {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.terms li {
  font-size: 0.74rem;
  color: var(--cream);
  padding: 5px 9px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.terms li iconify-icon { color: var(--emerald); font-size: 0.9rem; }

.card .cta {
  margin-top: auto;
}

/* CTA button */
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 18px;
  border-radius: 11px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.95rem;
  color: #052014;
  background: linear-gradient(135deg, var(--emerald-hi), var(--emerald));
  border: 1px solid rgba(52, 211, 153, 0.5);
  box-shadow: 0 12px 26px -14px rgba(16, 185, 129, 0.8);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}
.cta:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: 0 18px 34px -14px rgba(16, 185, 129, 0.95); }
.card.featured .cta {
  color: #241d05;
  background: linear-gradient(135deg, #f0d888, var(--gold));
  border-color: rgba(229, 199, 107, 0.55);
  box-shadow: 0 12px 26px -14px rgba(229, 199, 107, 0.7);
}

/* ---------- Prose / SEO ---------- */
.section {
  padding: 46px 0;
}
.section-narrow { max-width: 860px; margin: 0 auto; }
.section h2 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.05rem);
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}
.section .sub {
  color: var(--gold);
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.prose p { color: var(--dim); margin: 0 0 16px; font-size: 1.02rem; }
.prose p strong { color: var(--cream); font-weight: 600; }
.prose h3 {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--cream);
  margin: 26px 0 8px;
}

/* Why us */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 26px;
}
.why {
  padding: 22px 20px;
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line);
  transition: border-color 0.18s ease, transform 0.18s ease;
}
.why:hover { border-color: var(--line-emerald); transform: translateY(-3px); }
.why iconify-icon { color: var(--emerald-hi); font-size: 1.7rem; }
.why h3 {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.06rem;
  margin: 12px 0 6px;
}
.why p { color: var(--dim); font-size: 0.9rem; margin: 0; }

/* FAQ */
.faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.18s ease;
}
.faq details[open] { border-color: var(--line-emerald); }
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 17px 20px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.02rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary iconify-icon {
  color: var(--emerald-hi);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.faq details[open] summary iconify-icon { transform: rotate(180deg); }
.faq .answer { padding: 0 20px 18px; color: var(--dim); font-size: 0.96rem; }

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, transparent, rgba(4, 12, 8, 0.6));
  padding: 40px 0 30px;
  margin-top: 20px;
}
.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 26px;
}
.footer-top p { color: var(--dim); max-width: 46ch; font-size: 0.92rem; margin: 12px 0 0; }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.9rem;
  color: var(--dim);
}
.footer-links a:hover { color: var(--emerald-hi); }
.compliance {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  padding: 16px 0 0;
  border-top: 1px solid var(--line);
  color: var(--dimmer);
  font-size: 0.82rem;
}
.badge18 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1.5px solid var(--gold);
  color: var(--gold);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.82rem;
  flex-shrink: 0;
}
.compliance .rg { display: inline-flex; align-items: center; gap: 7px; }
.compliance .rg iconify-icon { color: var(--emerald); }
.copyright { color: var(--dimmer); font-size: 0.82rem; margin-top: 16px; }

/* ---------- Responsive ---------- */
@media (max-width: 620px) {
  .hero { padding: 32px 0 4px; }
  .header-cta span.label { display: none; }
  .header-cta { padding: 10px 12px; }
  .grid { grid-template-columns: 1fr; }
  .footer-top { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; scroll-behavior: auto !important; }
}

/* ==========================================================================
   BLOG ADDITIONS — homepage article grid + article pages (emerald theme)
   ========================================================================== */

/* ---------- Header nav ---------- */
.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.9rem;
}
.site-nav a {
  color: var(--dim);
  transition: color 0.15s ease;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] { color: var(--emerald-hi); }
.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  color: var(--cream);
  border-radius: 10px;
  padding: 7px 9px;
  font-size: 1.2rem;
  cursor: pointer;
}

/* ---------- Blog homepage: featured + article grid ---------- */
.article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 18px;
}

.post-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px 22px 22px;
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line);
  border-top: 2px solid var(--emerald);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.post-card::before {
  content: "";
  position: absolute;
  inset: -1px -1px auto -1px;
  height: 60px;
  background: radial-gradient(120px 60px at 20% 0%, rgba(16, 185, 129, 0.18), transparent 70%);
  pointer-events: none;
}
.post-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--glow);
  border-color: var(--line-emerald);
}
.post-card .cat {
  font-family: var(--font-head);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--emerald-hi);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.post-card h3 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.22rem;
  line-height: 1.24;
  letter-spacing: -0.015em;
  margin: 0 0 9px;
}
.post-card h3 a:hover { color: var(--emerald-hi); }
.post-card p.excerpt {
  color: var(--dim);
  font-size: 0.93rem;
  margin: 0 0 16px;
}
.post-card .read-more {
  margin-top: auto;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.86rem;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.post-card .read-more iconify-icon { transition: transform 0.15s ease; }
.post-card:hover .read-more iconify-icon { transform: translateX(3px); }

/* Featured post card spans wider on larger screens */
.post-card.featured {
  border-top-color: var(--gold);
  grid-column: 1 / -1;
}
.post-card.featured::before {
  background: radial-gradient(220px 90px at 15% 0%, rgba(229, 199, 107, 0.2), transparent 70%);
}
.post-card.featured .cat { color: var(--gold); }
.post-card.featured h3 { font-size: clamp(1.5rem, 3vw, 2rem); max-width: 24ch; }
.post-card.featured p.excerpt { font-size: 1.02rem; max-width: 62ch; }
@media (min-width: 900px) {
  .post-card.featured { padding: 32px 30px 28px; }
}

/* ---------- Article page ---------- */
.breadcrumb {
  padding: 22px 0 0;
  font-size: 0.82rem;
  color: var(--dimmer);
}
.breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.breadcrumb a { color: var(--dim); }
.breadcrumb a:hover { color: var(--emerald-hi); }
.breadcrumb .sep { color: var(--dimmer); }
.breadcrumb li[aria-current="page"] { color: var(--cream); }

.article-head {
  max-width: 800px;
  padding: 26px 0 8px;
}
.article-head .cat {
  font-family: var(--font-head);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.article-head h1 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(1.75rem, 4.2vw, 2.85rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin: 14px 0 14px;
}
.article-head .standfirst {
  color: var(--dim);
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  line-height: 1.55;
  max-width: 64ch;
  margin: 0 0 18px;
}
.byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-size: 0.86rem;
  color: var(--dimmer);
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.byline .author {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cream);
  font-family: var(--font-head);
  font-weight: 600;
}
.byline .author iconify-icon { color: var(--emerald-hi); font-size: 1.1rem; }
.byline .dot { color: var(--dimmer); }

/* Article prose (long-form) */
.article-body {
  max-width: 800px;
  padding: 8px 0 0;
}
.article-body p {
  color: var(--dim);
  font-size: 1.06rem;
  line-height: 1.75;
  margin: 0 0 20px;
}
.article-body p strong,
.article-body li strong { color: var(--cream); font-weight: 600; }
.article-body a:not(.cta) {
  color: var(--emerald-hi);
  text-decoration: underline;
  text-decoration-color: var(--line-emerald);
  text-underline-offset: 3px;
}
.article-body a:not(.cta):hover { text-decoration-color: var(--emerald-hi); }
.article-body h2 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(1.4rem, 2.8vw, 1.85rem);
  letter-spacing: -0.02em;
  color: var(--cream);
  margin: 42px 0 12px;
  padding-top: 10px;
  scroll-margin-top: 90px;
}
.article-body h3 {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--cream);
  margin: 30px 0 10px;
}
.article-body ul,
.article-body ol {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.article-body ul li {
  position: relative;
  color: var(--dim);
  font-size: 1.04rem;
  line-height: 1.65;
  padding: 6px 0 6px 30px;
}
.article-body ul li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 15px;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--emerald);
  transform: rotate(45deg);
}
.article-body ol {
  counter-reset: goji-ol;
  padding-left: 4px;
}
.article-body ol li {
  counter-increment: goji-ol;
  position: relative;
  color: var(--dim);
  font-size: 1.04rem;
  line-height: 1.65;
  padding: 6px 0 6px 38px;
}
.article-body ol li::before {
  content: counter(goji-ol);
  position: absolute;
  left: 0;
  top: 6px;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid var(--line-emerald);
  color: var(--emerald-hi);
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-body blockquote {
  margin: 26px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--emerald);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  color: var(--cream);
  font-size: 1.06rem;
  font-style: italic;
}
.article-body blockquote p { color: var(--cream); margin: 0; }

/* Article table */
.table-wrap {
  overflow-x: auto;
  margin: 24px 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}
.article-body table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  min-width: 420px;
}
.article-body thead th {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  text-align: left;
  padding: 14px 16px;
  background: rgba(229, 199, 107, 0.05);
  border-bottom: 1px solid var(--line-emerald);
}
.article-body tbody td {
  padding: 13px 16px;
  color: var(--dim);
  border-bottom: 1px solid var(--line);
}
.article-body tbody tr:last-child td { border-bottom: none; }
.article-body tbody td:first-child { color: var(--cream); font-weight: 500; }
.article-body tbody tr:hover td { background: rgba(16, 185, 129, 0.04); }

/* Offer / CTA box inside article */
.offer-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin: 34px 0;
  padding: 26px 26px;
  border: 1px solid var(--line-emerald);
  border-radius: var(--radius);
  background:
    radial-gradient(200px 120px at 88% 0%, rgba(229, 199, 107, 0.1), transparent 70%),
    linear-gradient(180deg, var(--panel-2), var(--panel));
  box-shadow: var(--shadow);
  overflow: hidden;
}
.offer-box .offer-copy { flex: 1 1 300px; }
.offer-box .offer-label {
  font-family: var(--font-head);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.offer-box h3 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: -0.015em;
  color: var(--cream);
  margin: 10px 0 6px;
}
.offer-box p {
  color: var(--dim);
  font-size: 0.95rem;
  margin: 0;
}
.offer-box .cta {
  width: auto;
  flex: 0 0 auto;
  padding: 13px 26px;
}

/* Related posts */
.related {
  max-width: 800px;
  padding: 8px 0 0;
  margin-top: 30px;
  border-top: 1px solid var(--line);
}
.related h2 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  margin: 26px 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.related h2 iconify-icon { color: var(--emerald-hi); }
.related-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.related-list li a {
  display: block;
  height: 100%;
  padding: 18px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  transition: border-color 0.18s ease, transform 0.18s ease;
}
.related-list li a:hover { border-color: var(--line-emerald); transform: translateY(-3px); }
.related-list .cat {
  font-family: var(--font-head);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--emerald-hi);
}
.related-list h3 {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.3;
  color: var(--cream);
  margin: 8px 0 0;
}

@media (max-width: 720px) {
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 12px 22px 18px;
    background: rgba(8, 19, 14, 0.98);
    border-bottom: 1px solid var(--line);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 8px 0; width: 100%; }
  .nav-toggle { display: inline-flex; }
  .offer-box .cta { width: 100%; }
}
