/* =========================================================================
   Pinoy Time - compact-8dfe37-canvas.css
   Mobile-first canvas for the pinoytime.cyou gaming hub.
   Palette: #AFEEEE pale turquoise | #B8860B dark goldenrod |
            #FFB347 amber | #DEB887 burlywood | #1E1E1E deep canvas
   Visual key: low-radius partitions, pure image cards with short names,
   segmented CTAs, scene-branch rhythm, only state-color motion.
   All class hooks use the mobile8dfe3- prefix.
   ========================================================================= */

/* ---------- Design tokens ---------- */
:root {
  --mobile8dfe3-bg: #1E1E1E;
  --mobile8dfe3-bg-soft: #232220;
  --mobile8dfe3-surface: #27241F;
  --mobile8dfe3-surface-2: #2E2A22;
  --mobile8dfe3-surface-3: #1A1714;
  --mobile8dfe3-line: rgba(184, 134, 11, 0.22);
  --mobile8dfe3-line-soft: rgba(222, 184, 135, 0.14);

  --mobile8dfe3-text: #AFEEEE;
  --mobile8dfe3-text-strong: #F4ECD8;
  --mobile8dfe3-text-dim: #B6A57F;
  --mobile8dfe3-text-mute: #8A7B5C;

  --mobile8dfe3-gold: #B8860B;
  --mobile8dfe3-gold-deep: #8C6608;
  --mobile8dfe3-amber: #FFB347;
  --mobile8dfe3-amber-soft: #FFC97A;
  --mobile8dfe3-burlywood: #DEB887;

  --mobile8dfe3-radius: 6px;
  --mobile8dfe3-radius-lg: 10px;
  --mobile8dfe3-radius-pill: 999px;

  --mobile8dfe3-gap: 12px;
  --mobile8dfe3-pad: 14px;

  --mobile8dfe3-topbar-h: 60px;
  --mobile8dfe3-bottomnav-h: 66px;
  --mobile8dfe3-raised: 78px;

  --mobile8dfe3-shadow-1: 0 2px 0 rgba(0, 0, 0, 0.35);
  --mobile8dfe3-shadow-2: 0 6px 18px rgba(0, 0, 0, 0.45);
  --mobile8dfe3-shadow-raised: 0 -6px 18px rgba(0, 0, 0, 0.55);

  --mobile8dfe3-press: 220ms cubic-bezier(0.2, 0.6, 0.2, 1);
}

/* ---------- Reset ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0;
  background: #120F0D;
  color: var(--mobile8dfe3-text);
  font-family: "Inter", "Helvetica Neue", "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  background:
    radial-gradient(900px 520px at 50% -8%, rgba(184, 134, 11, 0.18), transparent 70%),
    #120F0D;
}

img { max-width: 100%; display: block; border: 0; }

a {
  color: var(--mobile8dfe3-amber);
  text-decoration: none;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--mobile8dfe3-amber);
  outline-offset: 2px;
  border-radius: 4px;
}

h1, h2, h3, h4 {
  font-family: "Poppins", "Inter", "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--mobile8dfe3-text-strong);
  margin: 0 0 0.5em;
  line-height: 1.22;
}

p { margin: 0 0 0.85em; color: var(--mobile8dfe3-text); }
p strong { color: var(--mobile8dfe3-text-strong); }

ul, ol { margin: 0 0 0.9em; padding-left: 1.15em; }
li { margin-bottom: 0.4em; color: var(--mobile8dfe3-text); }

button { font-family: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }

/* ---------- Phone canvas ---------- */
.mobile8dfe3-canvas {
  position: relative;
  width: 100%;
  max-width: 430px;
  min-height: 100vh;
  background: var(--mobile8dfe3-bg);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: var(--mobile8dfe3-shadow-2);
}

@media (min-width: 431px) {
  .mobile8dfe3-canvas {
    min-height: 100vh;
    border-left: 1px solid rgba(184, 134, 11, 0.18);
    border-right: 1px solid rgba(184, 134, 11, 0.18);
  }
}

/* The flow wrapper scrolls while top/bottom stays fixed inside the canvas */
.mobile8dfe3-flow {
  flex: 1 1 auto;
  padding-top: var(--mobile8dfe3-topbar-h);
  padding-bottom: calc(var(--mobile8dfe3-bottomnav-h) + 24px);
}

/* =========================================================================
   Top brand header (asymmetric: brand left, action cluster right)
   ========================================================================= */
.mobile8dfe3-topbar {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 430px;
  height: var(--mobile8dfe3-topbar-h);
  background: linear-gradient(180deg, #1F1B16 0%, #191612 100%);
  border-bottom: 1px solid var(--mobile8dfe3-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  z-index: 50;
}

.mobile8dfe3-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.mobile8dfe3-logo {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  object-fit: cover;
  background: radial-gradient(circle at 35% 30%, var(--mobile8dfe3-amber), var(--mobile8dfe3-gold-deep));
  box-shadow: 0 0 0 1px rgba(255, 179, 71, 0.35), inset 0 0 0 2px rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
}

.mobile8dfe3-brand-name {
  display: flex;
  flex-direction: column;
  line-height: 1;
  min-width: 0;
}

.mobile8dfe3-brand-name b {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: var(--mobile8dfe3-text-strong);
  letter-spacing: 0.02em;
}

.mobile8dfe3-brand-name span {
  font-size: 9.5px;
  color: var(--mobile8dfe3-amber);
  letter-spacing: 0.32em;
  text-transform: uppercase;
  margin-top: 3px;
}

.mobile8dfe3-actions {
  display: flex;
  align-items: center;
  gap: 7px;
}

/* Segmented action buttons (CTA shape directive) */
.mobile8dfe3-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 36px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 700;
  border-radius: var(--mobile8dfe3-radius);
  transition: background var(--mobile8dfe3-press), color var(--mobile8dfe3-press), transform var(--mobile8dfe3-press);
  white-space: nowrap;
  min-height: 44px;
}

.mobile8dfe3-btn--ghost {
  background: transparent;
  color: var(--mobile8dfe3-text-strong);
  border: 1px solid var(--mobile8dfe3-line);
}

.mobile8dfe3-btn--ghost:active { transform: translateY(1px); background: rgba(184, 134, 11, 0.1); }

.mobile8dfe3-btn--gold {
  background: linear-gradient(135deg, var(--mobile8dfe3-amber) 0%, var(--mobile8dfe3-gold) 100%);
  color: #1A1308;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}

.mobile8dfe3-btn--gold:active { transform: translateY(1px); box-shadow: 0 0 0 rgba(0,0,0,0); }

.mobile8dfe3-btn--amber {
  background: var(--mobile8dfe3-amber);
  color: #1A1308;
}

.mobile8dfe3-btn--amber:active { background: var(--mobile8dfe3-amber-soft); transform: translateY(1px); }

.mobile8dfe3-btn--block {
  width: 100%;
  height: 46px;
  font-size: 14.5px;
}

.mobile8dfe3-menu-btn {
  width: 40px;
  height: 40px;
  border-radius: var(--mobile8dfe3-radius);
  background: var(--mobile8dfe3-surface-2);
  border: 1px solid var(--mobile8dfe3-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background var(--mobile8dfe3-press), transform var(--mobile8dfe3-press);
}

.mobile8dfe3-menu-btn:active { transform: translateY(1px); background: var(--mobile8dfe3-surface-3); }

.mobile8dfe3-menu-btn svg { width: 20px; height: 20px; }

/* =========================================================================
   Side drawer menu
   ========================================================================= */
.mobile8dfe3-scrim {
  position: fixed;
  inset: 0;
  background: rgba(8, 6, 4, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 260ms ease, visibility 260ms ease;
  z-index: 80;
}

.mobile8dfe3-scrim.is-open { opacity: 1; visibility: visible; }

.mobile8dfe3-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: min(82vw, 340px);
  max-width: 340px;
  background: linear-gradient(180deg, #20190F 0%, #15110C 100%);
  border-left: 1px solid var(--mobile8dfe3-line);
  transform: translateX(105%);
  transition: transform 300ms cubic-bezier(0.2, 0.7, 0.2, 1);
  z-index: 90;
  display: flex;
  flex-direction: column;
  padding: 16px 0 20px;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
}

.mobile8dfe3-drawer.is-open { transform: translateX(0); }

.mobile8dfe3-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 14px;
  border-bottom: 1px solid var(--mobile8dfe3-line-soft);
}

.mobile8dfe3-drawer-head .mobile8dfe3-brand-name b { font-size: 17px; }

.mobile8dfe3-close {
  width: 34px;
  height: 34px;
  border-radius: var(--mobile8dfe3-radius);
  background: var(--mobile8dfe3-surface-2);
  border: 1px solid var(--mobile8dfe3-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mobile8dfe3-text-strong);
}

.mobile8dfe3-drawer-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 14px 16px 10px;
}

.mobile8dfe3-drawer-nav {
  list-style: none;
  margin: 0;
  padding: 6px 0 0;
  flex: 1 1 auto;
  overflow-y: auto;
}

.mobile8dfe3-drawer-nav li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  color: var(--mobile8dfe3-text);
  font-size: 14.5px;
  font-weight: 600;
  border-left: 3px solid transparent;
  transition: background var(--mobile8dfe3-press), color var(--mobile8dfe3-press), border-color var(--mobile8dfe3-press);
}

.mobile8dfe3-drawer-nav li a:active { background: rgba(184, 134, 11, 0.1); }

.mobile8dfe3-drawer-nav li a.is-active {
  color: var(--mobile8dfe3-amber);
  border-left-color: var(--mobile8dfe3-amber);
  background: rgba(255, 179, 71, 0.06);
}

.mobile8dfe3-drawer-nav li svg {
  width: 18px;
  height: 18px;
  color: var(--mobile8dfe3-burlywood);
  flex-shrink: 0;
}

.mobile8dfe3-drawer-nav li small {
  display: block;
  font-size: 11px;
  color: var(--mobile8dfe3-text-mute);
  font-weight: 400;
  margin-top: 2px;
}

.mobile8dfe3-drawer-foot {
  padding: 12px 16px 0;
  border-top: 1px solid var(--mobile8dfe3-line-soft);
  font-size: 11px;
  color: var(--mobile8dfe3-text-mute);
}

/* =========================================================================
   Generic content scaffolding
   ========================================================================= */
.mobile8dfe3-section {
  padding: 22px 14px 4px;
}

.mobile8dfe3-section--tight { padding-top: 14px; }

.mobile8dfe3-eyebrow {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mobile8dfe3-amber);
  font-weight: 700;
  margin: 0 0 6px;
}

.mobile8dfe3-lead {
  font-size: 15px;
  color: var(--mobile8dfe3-text);
  margin: 0 0 14px;
}

.mobile8dfe3-lead em { color: var(--mobile8dfe3-amber); font-style: normal; font-weight: 600; }

/* =========================================================================
   Hero carousel
   ========================================================================= */
.mobile8dfe3-hero {
  position: relative;
  margin: 12px 12px 0;
  border-radius: var(--mobile8dfe3-radius-lg);
  overflow: hidden;
  background: var(--mobile8dfe3-surface-3);
  box-shadow: var(--mobile8dfe3-shadow-1);
  border: 1px solid var(--mobile8dfe3-line);
}

.mobile8dfe3-track {
  display: flex;
  transition: transform 380ms cubic-bezier(0.2, 0.7, 0.2, 1);
  will-change: transform;
}

.mobile8dfe3-slide {
  flex: 0 0 100%;
  position: relative;
  display: block;
}

.mobile8dfe3-slide img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.mobile8dfe3-slide-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 36px 14px 12px;
  background: linear-gradient(180deg, transparent 0%, rgba(8, 6, 4, 0.85) 70%);
  color: var(--mobile8dfe3-text-strong);
}

.mobile8dfe3-slide-cap b {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 2px;
}

.mobile8dfe3-slide-cap span {
  font-size: 12px;
  color: var(--mobile8dfe3-burlywood);
}

.mobile8dfe3-dots {
  position: absolute;
  bottom: 8px;
  right: 12px;
  display: flex;
  gap: 5px;
  z-index: 2;
}

.mobile8dfe3-dots button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(238, 230, 210, 0.45);
  padding: 0;
  transition: background var(--mobile8dfe3-press), width var(--mobile8dfe3-press);
}

.mobile8dfe3-dots button.is-on {
  background: var(--mobile8dfe3-amber);
  width: 18px;
  border-radius: 4px;
}

/* =========================================================================
   Quick promo strip
   ========================================================================= */
.mobile8dfe3-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 14px 12px 0;
}

.mobile8dfe3-strip a {
  background: var(--mobile8dfe3-surface-2);
  border: 1px solid var(--mobile8dfe3-line-soft);
  border-radius: var(--mobile8dfe3-radius);
  padding: 10px 8px;
  text-align: center;
  color: var(--mobile8dfe3-text-strong);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.3;
  transition: background var(--mobile8dfe3-press), transform var(--mobile8dfe3-press);
}

.mobile8dfe3-strip a:active { transform: translateY(1px); background: var(--mobile8dfe3-surface-3); }

.mobile8dfe3-strip a span {
  display: block;
  font-size: 9.5px;
  color: var(--mobile8dfe3-amber);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 700;
}

/* =========================================================================
   Category / game grid
   ========================================================================= */
.mobile8dfe3-cat-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 22px 14px 10px;
}

.mobile8dfe3-cat-bar h2 {
  margin: 0;
  font-size: 16.5px;
  color: var(--mobile8dfe3-text-strong);
  position: relative;
  padding-left: 12px;
}

.mobile8dfe3-cat-bar h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 18px;
  background: linear-gradient(180deg, var(--mobile8dfe3-amber), var(--mobile8dfe3-gold));
  border-radius: 2px;
}

.mobile8dfe3-cat-bar small {
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mobile8dfe3-text-mute);
  font-weight: 700;
}

.mobile8dfe3-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  padding: 0 12px;
}

@media (min-width: 360px) {
  .mobile8dfe3-grid { gap: 10px; }
}

@media (min-width: 395px) {
  .mobile8dfe3-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 11px;
  }
}

.mobile8dfe3-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: transparent;
  text-align: center;
  min-width: 0;
  transition: transform var(--mobile8dfe3-press);
}

.mobile8dfe3-card:active { transform: translateY(1px) scale(0.98); }

.mobile8dfe3-card-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--mobile8dfe3-radius);
  overflow: hidden;
  background: linear-gradient(150deg, #2A2419, #181410);
  border: 1px solid var(--mobile8dfe3-line-soft);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.mobile8dfe3-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mobile8dfe3-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--mobile8dfe3-radius);
  box-shadow: inset 0 0 0 1px rgba(255, 179, 71, 0);
  transition: box-shadow var(--mobile8dfe3-press);
  pointer-events: none;
}

.mobile8dfe3-card:active .mobile8dfe3-card-img::after {
  box-shadow: inset 0 0 0 2px var(--mobile8dfe3-amber);
}

.mobile8dfe3-card-tag {
  position: absolute;
  top: 5px;
  left: 5px;
  background: rgba(255, 179, 71, 0.92);
  color: #1A1308;
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 2px 5px;
  border-radius: 3px;
  text-transform: uppercase;
}

.mobile8dfe3-card-name {
  margin-top: 5px;
  font-size: 10.5px;
  font-weight: 600;
  color: var(--mobile8dfe3-text);
  line-height: 1.25;
  height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.mobile8dfe3-card-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 14px auto 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--mobile8dfe3-amber);
  padding: 8px 16px;
  border: 1px solid var(--mobile8dfe3-line);
  border-radius: var(--mobile8dfe3-radius-pill);
  background: rgba(184, 134, 11, 0.08);
  transition: background var(--mobile8dfe3-press), transform var(--mobile8dfe3-press);
}

.mobile8dfe3-card-more:active { transform: translateY(1px); background: rgba(184, 134, 11, 0.16); }

/* =========================================================================
   Editorial / module blocks
   ========================================================================= */
.mobile8dfe3-module {
  margin: 22px 12px 0;
  background: var(--mobile8dfe3-surface);
  border: 1px solid var(--mobile8dfe3-line-soft);
  border-radius: var(--mobile8dfe3-radius-lg);
  padding: 16px;
  box-shadow: var(--mobile8dfe3-shadow-1);
}

.mobile8dfe3-module h2 {
  font-size: 17px;
  margin-bottom: 10px;
}

.mobile8dfe3-module h3 {
  font-size: 14px;
  color: var(--mobile8dfe3-amber);
  margin: 14px 0 6px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.mobile8dfe3-module p,
.mobile8dfe3-module li {
  font-size: 14px;
  color: var(--mobile8dfe3-text);
}

/* App / download module — distinct partitioned band */
.mobile8dfe3-app {
  margin: 22px 12px 0;
  background:
    linear-gradient(150deg, rgba(184, 134, 11, 0.18) 0%, rgba(255, 179, 71, 0.06) 60%, transparent 100%),
    var(--mobile8dfe3-surface-2);
  border: 1px solid var(--mobile8dfe3-line);
  border-radius: var(--mobile8dfe3-radius-lg);
  padding: 16px;
}

.mobile8dfe3-app-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile8dfe3-app-badge {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--mobile8dfe3-amber), var(--mobile8dfe3-gold-deep));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.25);
}

.mobile8dfe3-app-badge svg { width: 26px; height: 26px; color: #15110C; }

.mobile8dfe3-app-top b { font-family: "Poppins", sans-serif; font-size: 15.5px; color: var(--mobile8dfe3-text-strong); display: block; }
.mobile8dfe3-app-top small { font-size: 11px; color: var(--mobile8dfe3-burlywood); }

.mobile8dfe3-app-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 14px;
}

.mobile8dfe3-app-tile {
  background: rgba(8, 6, 4, 0.35);
  border: 1px solid var(--mobile8dfe3-line-soft);
  border-radius: var(--mobile8dfe3-radius);
  padding: 10px;
  font-size: 12px;
  color: var(--mobile8dfe3-text);
  line-height: 1.4;
}

.mobile8dfe3-app-tile b { color: var(--mobile8dfe3-amber); font-size: 12.5px; }

.mobile8dfe3-app-actions {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.mobile8dfe3-app-actions .mobile8dfe3-btn { flex: 1; height: 42px; font-size: 13px; }

/* FAQ accordion */
.mobile8dfe3-faq-item {
  border-bottom: 1px solid var(--mobile8dfe3-line-soft);
  padding: 4px 0;
}

.mobile8dfe3-faq-item:last-child { border-bottom: 0; }

.mobile8dfe3-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  text-align: left;
  padding: 11px 2px;
  font-size: 14px;
  font-weight: 700;
  color: var(--mobile8dfe3-text-strong);
  min-height: 44px;
}

.mobile8dfe3-faq-q .mobile8dfe3-faq-mark {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mobile8dfe3-amber);
  font-weight: 800;
  transition: transform var(--mobile8dfe3-press);
}

.mobile8dfe3-faq-item.is-open .mobile8dfe3-faq-mark { transform: rotate(45deg); }

.mobile8dfe3-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 280ms ease;
  color: var(--mobile8dfe3-text);
  font-size: 13.5px;
}

.mobile8dfe3-faq-a-inner { padding: 0 2px 12px; }

/* Comparison table */
.mobile8dfe3-compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.mobile8dfe3-compare th,
.mobile8dfe3-compare td {
  text-align: left;
  padding: 10px 8px;
  border-bottom: 1px solid var(--mobile8dfe3-line-soft);
  vertical-align: top;
  color: var(--mobile8dfe3-text);
}

.mobile8dfe3-compare th {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mobile8dfe3-amber);
  font-weight: 800;
}

.mobile8dfe3-compare td b { color: var(--mobile8dfe3-text-strong); }

.mobile8dfe3-compare tr:last-child td { border-bottom: 0; }

/* Entity relationship chip groups */
.mobile8dfe3-ers-block {
  margin-bottom: 14px;
}

.mobile8dfe3-ers-block:last-child { margin-bottom: 0; }

.mobile8dfe3-ers-block h3 {
  margin: 0 0 8px;
  font-size: 13px;
  color: var(--mobile8dfe3-burlywood);
  letter-spacing: 0.04em;
}

.mobile8dfe3-ers-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.mobile8dfe3-ers-chips span {
  font-size: 11.5px;
  padding: 5px 9px;
  background: rgba(184, 134, 11, 0.1);
  border: 1px solid var(--mobile8dfe3-line-soft);
  color: var(--mobile8dfe3-text-strong);
  border-radius: var(--mobile8dfe3-radius);
  font-weight: 600;
}

/* =========================================================================
   Extended footer (homepage exclusive, before universal footer)
   ========================================================================= */
.mobile8dfe3-ext {
  margin: 26px 12px 8px;
  background: var(--mobile8dfe3-surface-3);
  border: 1px solid var(--mobile8dfe3-line-soft);
  border-top: 3px solid var(--mobile8dfe3-gold);
  border-radius: var(--mobile8dfe3-radius-lg);
  padding: 16px;
}

.mobile8dfe3-ext-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 12px 0 14px;
}

.mobile8dfe3-ext-grid a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 9px 10px;
  background: var(--mobile8dfe3-surface-2);
  border: 1px solid var(--mobile8dfe3-line-soft);
  border-radius: var(--mobile8dfe3-radius);
  color: var(--mobile8dfe3-text-strong);
  font-size: 12.5px;
  font-weight: 700;
  transition: background var(--mobile8dfe3-press), transform var(--mobile8dfe3-press);
}

.mobile8dfe3-ext-grid a:active { transform: translateY(1px); background: var(--mobile8dfe3-surface); }

.mobile8dfe3-ext-grid a small {
  color: var(--mobile8dfe3-amber);
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
}

.mobile8dfe3-ext-dir {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 14px;
  padding: 12px 0 4px;
  border-top: 1px solid var(--mobile8dfe3-line-soft);
}

.mobile8dfe3-ext-dir a {
  font-size: 12px;
  color: var(--mobile8dfe3-text);
  padding: 4px 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.mobile8dfe3-ext-dir a::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--mobile8dfe3-amber);
  border-radius: 50%;
  flex-shrink: 0;
}

.mobile8dfe3-ext-brand {
  font-size: 12.5px;
  color: var(--mobile8dfe3-text-dim);
  margin: 8px 0 0;
}

.mobile8dfe3-ext-note {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--mobile8dfe3-line-soft);
  font-size: 11px;
  color: var(--mobile8dfe3-text-mute);
  line-height: 1.5;
}

/* =========================================================================
   Universal footer (copyright only)
   ========================================================================= */
.mobile8dfe3-footer-copy {
  text-align: center;
  font-size: 11px;
  color: var(--mobile8dfe3-text-mute);
  padding: 16px 16px calc(var(--mobile8dfe3-bottomnav-h) + 18px);
  line-height: 1.6;
}

.mobile8dfe3-footer-copy b { color: var(--mobile8dfe3-text-dim); font-weight: 700; }

/* =========================================================================
   Bottom navigation — center raised
   ========================================================================= */
.mobile8dfe3-bottomnav {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 430px;
  height: var(--mobile8dfe3-bottomnav-h);
  background: linear-gradient(180deg, #1B1611 0%, #120F0C 100%);
  border-top: 1px solid var(--mobile8dfe3-line);
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding: 0 4px 8px;
  z-index: 60;
  box-shadow: var(--mobile8dfe3-shadow-raised);
}

.mobile8dfe3-nav-item {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 6px 2px 0;
  color: var(--mobile8dfe3-text-mute);
  font-size: 9.5px;
  font-weight: 600;
  min-height: 44px;
  position: relative;
  transition: color var(--mobile8dfe3-press);
}

.mobile8dfe3-nav-item svg { width: 22px; height: 22px; }

.mobile8dfe3-nav-item.is-active {
  color: var(--mobile8dfe3-amber);
}

.mobile8dfe3-nav-item.is-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: var(--mobile8dfe3-amber);
}

.mobile8dfe3-nav-item:active { color: var(--mobile8dfe3-burlywood); }

/* Raised center CTA */
.mobile8dfe3-nav-raised {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  color: var(--mobile8dfe3-amber);
  font-size: 9.5px;
  font-weight: 700;
  padding-top: 0;
}

.mobile8dfe3-nav-raised-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mobile8dfe3-amber-soft) 0%, var(--mobile8dfe3-gold) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow:
    0 0 0 4px rgba(20, 16, 11, 1),
    0 0 0 5px var(--mobile8dfe3-gold),
    0 6px 14px rgba(0, 0, 0, 0.55);
  transition: transform var(--mobile8dfe3-press);
}

.mobile8dfe3-nav-raised:active .mobile8dfe3-nav-raised-btn { transform: translateX(-50%) scale(0.95); }

.mobile8dfe3-nav-raised-btn svg { width: 26px; height: 26px; color: #15110C; }

.mobile8dfe3-nav-raised-label {
  margin-top: 32px;
}

/* =========================================================================
   Utilities
   ========================================================================= */
.mobile8dfe3-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;
}

.mobile8dfe3-divider {
  height: 1px;
  background: var(--mobile8dfe3-line-soft);
  margin: 14px 0;
  border: 0;
}

.mobile8dfe3-kbd {
  display: inline-block;
  padding: 1px 6px;
  font-size: 11px;
  border-radius: 4px;
  background: var(--mobile8dfe3-surface-2);
  border: 1px solid var(--mobile8dfe3-line);
  color: var(--mobile8dfe3-amber);
  font-weight: 700;
}

/* Inline promo link inside body copy */
.mobile8dfe3-inline-cta {
  color: var(--mobile8dfe3-amber);
  font-weight: 700;
  border-bottom: 1px dashed rgba(255, 179, 71, 0.5);
  padding-bottom: 1px;
}

.mobile8dfe3-inline-cta:active { color: var(--mobile8dfe3-amber-soft); }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}
