/* ibet789mm.net — main.css — promotion-led magazine design system (V12.1) */

:root {
  /* Color system — tangerine-rich copper canvas + emerald-signal accent (locked professional-deep floor) */
  --copper-900: #170e07;
  --copper-800: #241407;
  --copper-700: #4f2b0d;
  --copper-600: #724017;
  --copper-500: #8a531f;
  --tangerine-500: #e5812e;
  --tangerine-300: #f2ad6e;
  --lime-400: #bef57a;
  --lime-900: #1c2a0d;
  --emerald-600: #0e9f5f;
  --emerald-700: #087a49;
  --emerald-300: #7de3b3;
  --ink: #fbf3e7;
  --ink-dim: #e7d9c4;
  --muted: #c8b199;
  --muted-2: #a68a6c;
  --border: rgba(251, 243, 231, 0.12);
  --border-strong: rgba(251, 243, 231, 0.22);
  --card: #241507;
  --card-2: #331d0a;
  --shadow-copper: 0 18px 40px -18px rgba(0, 0, 0, 0.65);
  --radius-card: 14px;
  --radius-pill: 999px;
  --radius-input: 8px;
  --font-mm: "Noto Sans Myanmar", "Nunito Sans", sans-serif;
  --font-latin: "Nunito Sans", "Noto Sans Myanmar", sans-serif;
  --container: 1280px;
  --gutter: 28px;
}

/* ---------- Fonts (self-hosted) ---------- */
@font-face { font-family: "Nunito Sans"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/fonts/nunitosans-400.woff2") format("woff2"); }
@font-face { font-family: "Nunito Sans"; font-style: normal; font-weight: 500; font-display: swap; src: url("/assets/fonts/nunitosans-500.woff2") format("woff2"); }
@font-face { font-family: "Nunito Sans"; font-style: normal; font-weight: 600; font-display: swap; src: url("/assets/fonts/nunitosans-600.woff2") format("woff2"); }
@font-face { font-family: "Nunito Sans"; font-style: normal; font-weight: 700; font-display: swap; src: url("/assets/fonts/nunitosans-700.woff2") format("woff2"); }
@font-face { font-family: "Nunito Sans"; font-style: normal; font-weight: 800; font-display: swap; src: url("/assets/fonts/nunitosans-800.woff2") format("woff2"); }
@font-face { font-family: "Nunito Sans"; font-style: normal; font-weight: 900; font-display: swap; src: url("/assets/fonts/nunitosans-900.woff2") format("woff2"); }
@font-face { font-family: "Noto Sans Myanmar"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/fonts/notosansmyanmar-400.woff2") format("woff2"); }
@font-face { font-family: "Noto Sans Myanmar"; font-style: normal; font-weight: 500; font-display: swap; src: url("/assets/fonts/notosansmyanmar-500.woff2") format("woff2"); }
@font-face { font-family: "Noto Sans Myanmar"; font-style: normal; font-weight: 600; font-display: swap; src: url("/assets/fonts/notosansmyanmar-600.woff2") format("woff2"); }
@font-face { font-family: "Noto Sans Myanmar"; font-style: normal; font-weight: 700; font-display: swap; src: url("/assets/fonts/notosansmyanmar-700.woff2") format("woff2"); }
@font-face { font-family: "Noto Sans Myanmar"; font-style: normal; font-weight: 800; font-display: swap; src: url("/assets/fonts/notosansmyanmar-800.woff2") format("woff2"); }

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}
body {
  margin: 0;
  background: var(--copper-900);
  color: var(--ink);
  font-family: var(--font-mm);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font-mm); margin: 0 0 0.5em; line-height: 1.3; font-weight: 800; }
p { margin: 0 0 1em; color: var(--ink-dim); }
.eng { font-family: var(--font-latin); }

h1 { font-size: clamp(32px, 5.4vw, 56px); }
h2 { font-size: clamp(26px, 3.6vw, 34px); }
h3 { font-size: clamp(20px, 2.6vw, 24px); }
.lede { font-size: 19px; line-height: 1.8; color: var(--ink-dim); }

.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: 64px 0; }
.section--tight { padding: 40px 0; }
.section-head { max-width: 720px; margin: 0 0 32px; }
.eyebrow { font-family: var(--font-latin); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--tangerine-300); font-weight: 700; margin-bottom: 10px; display: inline-block; }
.section-head h2 { color: var(--ink); }
.section-head p { color: var(--muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 26px; border-radius: var(--radius-pill); font-weight: 800; font-size: 15.5px;
  white-space: nowrap; transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  font-family: var(--font-mm);
}
.btn:active { transform: translateY(1px) scale(0.98); }
.btn-primary {
  background: linear-gradient(135deg, var(--lime-400), var(--emerald-600));
  color: #0c1a10; box-shadow: 0 12px 30px -10px rgba(14, 159, 95, 0.55);
}
.btn-primary:hover { box-shadow: 0 16px 34px -8px rgba(14, 159, 95, 0.7); }
.btn-secondary {
  background: transparent; color: var(--ink); border: 1.5px solid var(--border-strong);
}
.btn-secondary:hover { border-color: var(--tangerine-300); color: var(--tangerine-300); }
.btn-ghost { background: rgba(251,243,231,0.06); color: var(--ink); }
.btn-block { width: 100%; }
.btn-sm { padding: 10px 18px; font-size: 14px; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(23, 14, 7, 0.86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; gap: 20px; height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-latin); font-weight: 900; font-size: 21px; color: var(--ink); flex-shrink: 0; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 11px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(145deg, var(--tangerine-500), var(--emerald-600)); color: #101a12; font-weight: 900; font-size: 16px;
}
.primary-nav { display: none; }
.primary-nav ul { display: flex; align-items: center; gap: 4px; }
.primary-nav a {
  display: inline-block; padding: 9px 14px; border-radius: var(--radius-pill); font-size: 15px; font-weight: 600; color: var(--ink-dim);
  transition: background 0.15s ease, color 0.15s ease;
}
.primary-nav a:hover, .primary-nav a[aria-current="page"] { background: rgba(251,243,231,0.08); color: var(--ink); }
.header-actions { display: none; align-items: center; gap: 10px; margin-left: auto; }
.header-actions .btn-secondary { padding: 10px 18px; }
.nav-toggle {
  margin-left: auto; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
  border-radius: 10px; background: rgba(251,243,231,0.08);
}
.nav-toggle svg { width: 22px; height: 22px; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-open { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }

.mobile-drawer {
  position: fixed; inset: 72px 0 0 0; z-index: 55; background: var(--copper-900);
  transform: translateX(100%); transition: transform 0.28s ease; overflow-y: auto;
  padding: 22px var(--gutter) 120px;
}
.mobile-drawer[data-open="true"] { transform: translateX(0); }
.mobile-drawer ul { display: flex; flex-direction: column; gap: 2px; }
.mobile-drawer a { display: block; padding: 15px 6px; font-size: 18px; font-weight: 700; border-bottom: 1px solid var(--border); color: var(--ink); }
.mobile-drawer .drawer-actions { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
body.drawer-open { overflow: hidden; }

@media (min-width: 900px) {
  .primary-nav { display: block; }
  .header-actions { display: flex; }
  .nav-toggle { display: none; }
  .mobile-drawer { display: none; }
}

/* ---------- Hero (split-hero-with-carousel) ---------- */
.hero { padding: 40px 0 56px; position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: -20% -10% auto -10%; height: 480px;
  background: radial-gradient(60% 60% at 30% 20%, rgba(229,129,46,0.28), transparent 70%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 32px; position: relative; }
.hero-copy .eyebrow { color: var(--lime-400); }
.hero-copy h1 { color: var(--ink); margin-bottom: 16px; }
.hero-copy .lede { max-width: 46ch; margin-bottom: 24px; }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; font-family: var(--font-latin); }
.hero-proof li { font-size: 13.5px; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.hero-proof b { color: var(--ink); font-weight: 800; }
.hero-media { position: relative; }
.carousel { position: relative; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-copper); border: 1px solid var(--border); }
.carousel-track { display: flex; transition: transform 0.55s cubic-bezier(.65,0,.35,1); }
.carousel-slide { flex: 0 0 100%; position: relative; aspect-ratio: 16/9; }
.carousel-slide img { width: 100%; height: 100%; object-fit: cover; }
.carousel-dots { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); display: flex; gap: 7px; z-index: 3; }
.carousel-dots button { width: 8px; height: 8px; border-radius: 999px; background: rgba(255,255,255,0.4); }
.carousel-dots button[aria-current="true"] { background: var(--lime-400); width: 22px; }

@media (min-width: 900px) {
  .hero-grid { grid-template-columns: 7fr 5fr; align-items: center; gap: var(--gutter); }
}

/* ---------- Trust marquee strip ---------- */
.trust-marquee { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 18px 0; overflow: hidden; background: var(--copper-800); }
.trust-marquee-track { display: flex; gap: 40px; width: max-content; animation: marquee 34s linear infinite; align-items: center; }
.trust-marquee:hover .trust-marquee-track { animation-play-state: paused; }
.trust-marquee img { height: 26px; width: auto; opacity: 0.82; filter: saturate(0.85); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Bento collage (asymmetric) ---------- */
.bento { display: grid; grid-template-columns: 1fr; gap: 16px; }
.bento-card {
  position: relative; border-radius: var(--radius-card); overflow: hidden; background: var(--card);
  border: 1px solid var(--border); display: flex; flex-direction: column; min-height: 0;
}
.bento-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.bento-card--lg img { aspect-ratio: 16/10; }
.bento-body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.bento-body h3 { color: var(--ink); }
.bento-body p { font-size: 15px; margin-bottom: 6px; }
.bento-link { font-family: var(--font-latin); font-weight: 800; font-size: 13.5px; color: var(--emerald-300); display: inline-flex; align-items: center; gap: 6px; margin-top: auto; }
@media (min-width: 760px) {
  .bento { grid-template-columns: repeat(6, 1fr); }
  .bento-card--lg { grid-column: span 3; }
  .bento-card--sm { grid-column: span 3; }
}
@media (min-width: 1080px) {
  .bento-card--sm { grid-column: span 3 / span 3; }
  .bento-card--lg:nth-of-type(1) { grid-column: 1 / span 3; }
  .bento-card--lg:nth-of-type(2) { grid-column: 4 / span 3; }
}

/* ---------- Story rail (horizontal scroll) ---------- */
.story-rail { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 0 18px; margin: 0 calc(var(--gutter) * -1); padding-left: var(--gutter); padding-right: var(--gutter); scrollbar-width: thin; }
.story-rail::-webkit-scrollbar { height: 6px; }
.story-rail::-webkit-scrollbar-thumb { background: var(--border-strong); border-radius: 999px; }
.story-card {
  flex: 0 0 268px; scroll-snap-align: start; border-radius: var(--radius-card); overflow: hidden;
  background: var(--card); border: 1px solid var(--border); position: relative;
}
.story-card img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.story-tag {
  position: absolute; top: 12px; left: 12px; background: rgba(23,14,7,0.85); color: var(--lime-400);
  font-family: var(--font-latin); font-size: 11px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 999px; border: 1px solid rgba(190,245,122,0.3);
}
.story-body { padding: 16px 18px 20px; }
.story-body h3 { font-size: 18px; margin-bottom: 6px; color: var(--ink); }
.story-body p { font-size: 14.5px; margin-bottom: 10px; }
.rail-scroll-hint { display: flex; justify-content: flex-end; gap: 8px; margin-top: -6px; }
.rail-scroll-hint button { width: 38px; height: 38px; border-radius: 999px; background: rgba(251,243,231,0.08); display: flex; align-items: center; justify-content: center; }
.rail-scroll-hint button:hover { background: rgba(251,243,231,0.16); }

/* ---------- Promotion desk (terms-first accordion) ---------- */
.promo-list { display: flex; flex-direction: column; gap: 12px; }
.promo-item { border: 1px solid var(--border); border-radius: var(--radius-card); background: var(--card); overflow: hidden; }
.promo-summary {
  display: flex; align-items: center; gap: 14px; padding: 16px 18px; cursor: pointer; list-style: none;
}
.promo-summary::-webkit-details-marker { display: none; }
.promo-thumb { width: 56px; height: 56px; border-radius: 10px; object-fit: cover; flex-shrink: 0; background: var(--card-2); }
.promo-summary-text { flex: 1; min-width: 0; }
.promo-summary-text h3 { font-size: 16px; margin: 0 0 3px; color: var(--ink); }
.promo-meta { font-family: var(--font-latin); font-size: 12px; color: var(--muted-2); display: flex; gap: 10px; flex-wrap: wrap; }
.promo-chev { width: 20px; height: 20px; flex-shrink: 0; transition: transform 0.2s ease; color: var(--muted); }
.promo-item[open] .promo-chev { transform: rotate(180deg); }
.promo-body { padding: 0 18px 20px 90px; }
.promo-body p { font-size: 14.5px; }
@media (max-width: 480px) { .promo-body { padding-left: 18px; } }

/* ---------- Lottery split-panel steps ---------- */
.split-panel { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: center; }
.split-panel img { border-radius: var(--radius-card); border: 1px solid var(--border); aspect-ratio: 4/3; object-fit: cover; }
.step-list { display: flex; flex-direction: column; gap: 16px; }
.step-item { display: flex; gap: 14px; }
.step-num {
  width: 34px; height: 34px; border-radius: 999px; background: var(--card-2); border: 1px solid var(--border-strong);
  display: flex; align-items: center; justify-content: center; font-family: var(--font-latin); font-weight: 800;
  color: var(--lime-400); flex-shrink: 0; font-size: 15px;
}
.step-item h3 { font-size: 16.5px; margin-bottom: 4px; color: var(--ink); }
.step-item p { font-size: 14.5px; margin-bottom: 0; }
@media (min-width: 860px) { .split-panel { grid-template-columns: 5fr 7fr; } .split-panel.reverse { grid-template-columns: 7fr 5fr; } .split-panel.reverse .split-media { order: 2; } }

/* ---------- VIP split-axis timeline (signature device) ---------- */
.vip-timeline-wrap { position: relative; padding: 8px 0 4px; }
.vip-line { position: relative; padding-left: 26px; }
.vip-line::before { content: ""; position: absolute; left: 9px; top: 6px; bottom: 6px; width: 2px; background: linear-gradient(var(--tangerine-500), var(--lime-400)); }
.vip-node { position: relative; padding: 0 0 26px 20px; }
.vip-node::before {
  content: ""; position: absolute; left: -26px; top: 3px; width: 14px; height: 14px; border-radius: 999px;
  background: var(--lime-400); box-shadow: 0 0 0 4px rgba(190,245,122,0.16);
}
.vip-node h3 { font-size: 15.5px; margin-bottom: 4px; color: var(--ink); font-family: var(--font-latin); }
.vip-node p { font-size: 14px; margin-bottom: 0; }
@media (min-width: 760px) {
  .vip-line { display: flex; padding-left: 0; overflow-x: auto; gap: 0; }
  .vip-line::before { left: 0; right: 0; top: 22px; bottom: auto; height: 2px; width: auto; }
  .vip-node { flex: 0 0 168px; padding: 40px 14px 0 0; }
  .vip-node::before { left: 3px; top: 15px; }
}

/* ---------- Quick action grid ---------- */
.quick-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.quick-action {
  border: 1px solid var(--border); border-radius: var(--radius-card); background: var(--card); padding: 20px 16px;
  display: flex; flex-direction: column; align-items: flex-start; gap: 10px; transition: border-color 0.15s ease, transform 0.15s ease;
}
.quick-action:hover { border-color: var(--border-strong); transform: translateY(-2px); }
.quick-action-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--card-2); display: flex; align-items: center; justify-content: center; color: var(--tangerine-300); }
.quick-action h3 { font-size: 15px; margin: 0; color: var(--ink); }
.quick-action span { font-size: 13px; color: var(--muted); }
@media (min-width: 700px) { .quick-actions { grid-template-columns: repeat(4, 1fr); } }

/* ---------- Quote carousel (customer notes) ---------- */
.quote-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.quote-disclaimer { font-size: 13px; color: var(--muted-2); margin-bottom: 18px; border-left: 3px solid var(--tangerine-500); padding-left: 12px; }
.quote-card { border: 1px solid var(--border); border-radius: var(--radius-card); background: var(--card); padding: 22px; }
.quote-stars { display: flex; gap: 3px; margin-bottom: 12px; color: var(--tangerine-300); }
.quote-stars svg { width: 15px; height: 15px; }
.quote-card p { font-style: italic; font-size: 15px; color: var(--ink-dim); }
.quote-author { display: flex; align-items: center; gap: 10px; margin-top: 14px; }
.quote-avatar { width: 36px; height: 36px; border-radius: 999px; background: var(--card-2); display: flex; align-items: center; justify-content: center; font-weight: 800; font-family: var(--font-latin); color: var(--lime-400); }
.quote-author strong { font-size: 14px; color: var(--ink); display: block; }
.quote-author span { font-size: 12.5px; color: var(--muted-2); }
@media (min-width: 760px) { .quote-grid { grid-template-columns: repeat(3, 1fr); } }

/* ---------- News list (asymmetric card list) ---------- */
.news-list { display: grid; grid-template-columns: 1fr; gap: 16px; }
.news-card { display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: var(--radius-card); overflow: hidden; background: var(--card); }
.news-card img { aspect-ratio: 16/9; object-fit: cover; }
.news-card-body { padding: 16px 18px 20px; }
.news-date { font-family: var(--font-latin); font-size: 12px; color: var(--muted-2); text-transform: uppercase; letter-spacing: 0.06em; }
.news-card h3 { font-size: 17px; margin: 6px 0 8px; color: var(--ink); }
.news-card p { font-size: 14px; margin-bottom: 0; }
@media (min-width: 760px) {
  .news-list { grid-template-columns: repeat(3, 1fr); }
  .news-list .news-card:first-child { grid-column: span 3; flex-direction: row; }
  .news-list .news-card:first-child img { width: 42%; aspect-ratio: auto; height: 100%; }
  .news-list .news-card:first-child .news-card-body { flex: 1; padding: 24px; }
}

/* ---------- FAQ accordion ---------- */
.faq-list { display: flex; flex-direction: column; gap: 10px; max-width: 820px; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius-card); background: var(--card); overflow: hidden; }
.faq-summary { padding: 17px 18px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; list-style: none; font-weight: 700; color: var(--ink); font-size: 15.5px; }
.faq-summary::-webkit-details-marker { display: none; }
.faq-summary svg { flex-shrink: 0; width: 18px; height: 18px; color: var(--muted); transition: transform 0.2s ease; }
.faq-item[open] .faq-summary svg { transform: rotate(45deg); }
.faq-body { padding: 0 18px 18px; }
.faq-body p { font-size: 14.5px; margin-bottom: 0; }

/* ---------- Generic content blocks (child routes) ---------- */
.page-hero { padding: 36px 0 20px; }
.breadcrumb { font-family: var(--font-latin); font-size: 12.5px; color: var(--muted-2); margin-bottom: 14px; display: flex; gap: 6px; flex-wrap: wrap; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--tangerine-300); }
.page-hero h1 { color: var(--ink); }
.page-hero .lede { max-width: 68ch; }
.content-figure { margin: 26px 0; }
.content-figure img { border-radius: var(--radius-card); border: 1px solid var(--border); width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.content-figure figcaption { font-size: 13px; color: var(--muted-2); margin-top: 8px; }
article.prose { max-width: 760px; }
article.prose h2 { margin-top: 44px; color: var(--ink); }
article.prose h3 { margin-top: 28px; color: var(--ink); }
article.prose p { font-size: 16.5px; }
article.prose ul, article.prose ol { margin: 0 0 20px; padding-left: 22px; list-style: disc; }
article.prose ol { list-style: decimal; }
article.prose li { margin-bottom: 8px; font-size: 16px; color: var(--ink-dim); }
.callout { background: var(--card); border: 1px solid var(--border); border-left: 3px solid var(--tangerine-500); border-radius: 10px; padding: 16px 18px; margin: 24px 0; font-size: 15px; }
.callout--safety { border-left-color: var(--emerald-600); }
.fact-strip { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 26px 0; }
.fact-item { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 14px 16px; }
.fact-item b { display: block; font-size: 18px; color: var(--lime-400); font-family: var(--font-latin); }
.fact-item span { font-size: 12.5px; color: var(--muted); }
@media (min-width: 700px) { .fact-strip { grid-template-columns: repeat(4, 1fr); } }
.related-links { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 18px; }
.related-links a { border: 1px solid var(--border); border-radius: 12px; padding: 14px 16px; background: var(--card); font-weight: 700; font-size: 14.5px; display: flex; justify-content: space-between; align-items: center; }
.related-links a:hover { border-color: var(--border-strong); color: var(--tangerine-300); }
@media (min-width: 700px) { .related-links { grid-template-columns: repeat(2, 1fr); } }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(135deg, var(--copper-700), var(--copper-800)); border-radius: 22px; padding: 34px 26px; text-align: center; border: 1px solid var(--border-strong); }
.cta-band h2 { color: var(--ink); margin-bottom: 10px; }
.cta-band p { max-width: 52ch; margin: 0 auto 20px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--copper-800); border-top: 1px solid var(--border); padding: 56px 0 110px; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 32px; margin-bottom: 36px; }
.footer-brand p { font-size: 14px; max-width: 40ch; }
.footer-col h4 { font-family: var(--font-latin); font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted-2); margin-bottom: 14px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 14.5px; color: var(--ink-dim); }
.footer-col a:hover { color: var(--tangerine-300); }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a { width: 38px; height: 38px; border-radius: 999px; background: rgba(251,243,231,0.08); display: flex; align-items: center; justify-content: center; }
.footer-social a:hover { background: rgba(251,243,231,0.16); }
.footer-social svg { width: 18px; height: 18px; }
.footer-legal { border-top: 1px solid var(--border); padding-top: 22px; display: flex; flex-direction: column; gap: 14px; }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 13.5px; }
.footer-legal-links a { color: var(--muted); }
.footer-legal-links a:hover { color: var(--tangerine-300); }
.cookie-settings-btn { font-size: 13.5px; font-weight: 700; color: var(--emerald-300); text-decoration: underline; text-underline-offset: 3px; }
.footer-copy { font-size: 12.5px; color: var(--muted-2); }
.footer-disclosure { font-size: 12px; color: var(--muted-2); max-width: 74ch; line-height: 1.6; }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); } .footer-legal { flex-direction: row; justify-content: space-between; align-items: center; } }

/* ---------- Sticky mobile CTA ---------- */
.mobile-cta-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(23,14,7,0.94); backdrop-filter: blur(10px); border-top: 1px solid var(--border-strong);
}
.mobile-cta-bar .btn { width: 100%; padding: 15px; font-size: 16px; }
body { padding-bottom: 78px; }
@media (min-width: 900px) { .mobile-cta-bar { display: none; } body { padding-bottom: 0; } }

/* ---------- Cookie consent panel ---------- */
.cookie-banner {
  position: fixed; left: 14px; right: 14px; bottom: 88px; z-index: 90; max-width: 480px; margin: 0 auto;
  background: var(--card); border: 1px solid var(--border-strong); border-radius: 16px; padding: 18px 20px; box-shadow: var(--shadow-copper);
  display: none;
}
.cookie-banner[data-visible="true"] { display: block; }
.cookie-banner p { font-size: 13.5px; margin-bottom: 14px; }
.cookie-banner-actions { display: flex; gap: 10px; flex-wrap: wrap; }
@media (min-width: 900px) { .cookie-banner { bottom: 22px; } }

.cookie-modal-overlay { position: fixed; inset: 0; background: rgba(10,6,2,0.72); z-index: 95; display: none; align-items: flex-end; justify-content: center; padding: 0; }
.cookie-modal-overlay[data-open="true"] { display: flex; }
.cookie-modal {
  background: var(--copper-800); border: 1px solid var(--border-strong); border-radius: 20px 20px 0 0; width: 100%; max-width: 560px;
  padding: 26px 22px 28px; max-height: 86vh; overflow-y: auto;
}
@media (min-width: 700px) { .cookie-modal-overlay { align-items: center; } .cookie-modal { border-radius: 18px; } }
.cookie-modal h2 { font-size: 20px; margin-bottom: 8px; color: var(--ink); }
.cookie-row { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--border); }
.cookie-row:last-of-type { border-bottom: none; }
.cookie-row-text strong { display: block; font-size: 14.5px; color: var(--ink); }
.cookie-row-text span { font-size: 12.5px; color: var(--muted); }
.switch { position: relative; width: 44px; height: 25px; flex-shrink: 0; }
.switch input { opacity: 0; width: 0; height: 0; }
.switch-track { position: absolute; inset: 0; background: var(--card-2); border-radius: 999px; transition: background 0.2s ease; cursor: pointer; border: 1px solid var(--border-strong); }
.switch-track::before { content: ""; position: absolute; width: 19px; height: 19px; left: 2px; top: 2px; background: var(--ink); border-radius: 999px; transition: transform 0.2s ease; }
.switch input:checked + .switch-track { background: var(--emerald-600); }
.switch input:checked + .switch-track::before { transform: translateX(19px); }
.switch input:disabled + .switch-track { opacity: 0.55; cursor: not-allowed; }
.cookie-modal-actions { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 12px; top: -60px; background: var(--emerald-600); color: #0c1a10; padding: 10px 16px; border-radius: 8px; z-index: 100; font-weight: 800; transition: top 0.2s ease; }
.skip-link:focus { top: 12px; }
.grid-2 { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 760px) { .grid-2 { grid-template-columns: 1fr 1fr; } }
