/* ==========================================================================
   EPTS LEGAL PAGES – Editorial Luxury Dark
   Matches index.html design system
   ========================================================================== */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --ink:       #0C0C0E;
  --ink2:      #141417;
  --ink3:      #1C1C21;
  --gold:      #FEBC00;
  --gold-lt:   #FFD040;
  --gold-dim:  rgba(254,188,0,0.10);
  --gold-line: rgba(254,188,0,0.22);
  --cream:     #F5EDD8;
  --smoke:     rgba(245,237,216,0.55);
  --mist:      rgba(245,237,216,0.30);
  --fog:       rgba(245,237,216,0.08);
  --green:     #2ECC8A;
  --green-dim: rgba(46,204,138,0.12);
  --red:       #D94F4F;
  --red-dim:   rgba(217,79,79,0.12);
  --purple:    #7C5CBF;
  --border:    rgba(245,237,216,0.07);
  --serif:     'Playfair Display', Georgia, serif;
  --sans:      'DM Sans', system-ui, sans-serif;
  --mono:      'DM Mono', 'Courier New', monospace;
  --primary-gold: #FEBC00;
  --text-grey: rgba(245,237,216,0.45);
}

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  font-family: var(--sans);
  background: var(--ink);
  color: var(--cream);
  line-height: 1.75;
  font-size: 15px;
  padding-top: 88px;
}

/* ── Site Header (matches index.html) ── */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: rgba(12,12,14,0.92);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid var(--border);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
}
.header.hidden { transform: translateY(-100%); }
.header-inner {
  max-width: 1320px; margin: 0 auto;
  padding: 0 48px; height: 88px;
  display: flex; align-items: center; justify-content: space-between;
}
.header .logo { display: flex; align-items: center; }
.header .logo img { height: 50px; filter: drop-shadow(0 2px 12px rgba(254,188,0,0.15)); transition: filter 0.3s; }
.header .logo img:hover { filter: drop-shadow(0 4px 20px rgba(254,188,0,0.3)); }

.header nav ul { display: flex; gap: 4px; list-style: none; align-items: center; }
.header nav a {
  display: inline-flex; align-items: center; gap: 7px;
  color: rgba(245,237,216,0.45); text-decoration: none;
  font-family: var(--mono); font-size: 0.65rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 7px 13px; border-radius: 8px;
  border: none; background: transparent;
  transition: color 0.18s, background 0.18s;
  white-space: nowrap;
}
.header nav a .nav-icon {
  display: block; width: 14px; height: 14px;
  background-color: rgba(245,237,216,0.45);
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
  transition: background-color 0.18s;
  flex-shrink: 0;
}
.header nav a:hover { color: rgba(245,237,216,0.8); background: rgba(255,255,255,0.05); }
.header nav a:hover .nav-icon { background-color: rgba(245,237,216,0.8); }

.header-auth { display: flex; align-items: center; }
#authGuest { display: flex; gap: 10px; align-items: center; }
.auth-btn {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 20px; border-radius: 3px;
  font-family: var(--sans); font-size: 0.76rem; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  cursor: pointer; transition: all 0.22s; border: none;
  white-space: nowrap; text-decoration: none;
}
.auth-btn.ghost { background: transparent; color: var(--smoke); border: 1px solid var(--border); }
.auth-btn.ghost:hover { border-color: var(--gold-line); color: var(--cream); background: var(--gold-dim); }
.auth-btn.primary { background: var(--gold); color: var(--ink); }
.auth-btn.primary:hover { background: var(--gold-lt); box-shadow: 0 6px 20px rgba(254,188,0,0.28); transform: translateY(-1px); }

.user-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), #c89600);
  border: 2px solid var(--gold-line);
  color: var(--ink); font-family: var(--mono);
  font-size: 0.78rem; font-weight: 700;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: all 0.22s; position: relative; overflow: hidden;
  box-shadow: 0 2px 12px rgba(254,188,0,0.25);
}
.user-avatar img.nav-avatar-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 50%; display: block; }
.user-avatar:hover { transform: scale(1.08); box-shadow: 0 4px 20px rgba(254,188,0,0.4); border-color: var(--gold); }

@media(max-width:860px){
  .header-inner { padding: 0 20px; }
  .header nav .nav-label { display: none; }
}
@media(max-width:640px){
  .header nav { display: none; }
}

/* ── Background ── */
.aurora-background {
  position: fixed; inset: 0; z-index: -2;
  background: var(--ink);
  overflow: hidden;
}
.aurora-layer {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(254,188,0,0.05) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 90% 100%, rgba(124,92,191,0.06) 0%, transparent 55%);
}
.aurora-layer:nth-child(2) {
  background:
    radial-gradient(ellipse 40% 35% at 50% 50%, rgba(254,188,0,0.025) 0%, transparent 60%);
  /* subtle grain */
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.025'/%3E%3C/svg%3E");
}

/* ── Main container ── */
.main-container {
  max-width: 900px; margin: 0 auto;
  padding: 0 40px 100px;
}

/* ── Legal Hero ── */
.legal-hero {
  padding: 80px 0 64px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 64px;
}
.legal-hero h1 {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 900; line-height: 1.08;
  color: var(--cream); margin-bottom: 16px;
  display: flex; align-items: center; gap: 20px;
  flex-wrap: wrap;
}
.hero-icon {
  width: 52px; height: 52px; object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(254,188,0,0.18));
  flex-shrink: 0;
}
.legal-hero p {
  color: var(--mist); font-size: 0.88rem;
  letter-spacing: 0.04em; margin-top: 6px;
  font-family: var(--mono);
}

/* ── Legal content wrapper ── */
.legal-content { display: flex; flex-direction: column; gap: 0; }

/* ── Legal section ── */
.legal-section {
  padding: 44px 0;
  border-bottom: 1px solid var(--border);
}
.legal-section:last-child { border-bottom: none; }

.legal-section h2 {
  font-family: var(--serif);
  font-size: 1.45rem; font-weight: 700;
  color: var(--cream); margin-bottom: 24px;
  display: flex; align-items: center; gap: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}

.legal-section h3 {
  font-size: 0.82rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--gold); margin: 28px 0 10px;
  font-family: var(--mono);
}
.legal-section h3:first-of-type { margin-top: 0; }

.legal-section h4 {
  font-family: var(--serif);
  font-size: 1.05rem; font-weight: 700;
  color: var(--cream); margin-bottom: 10px;
}

.legal-section p {
  color: var(--smoke); font-size: 0.88rem;
  line-height: 1.8; margin-bottom: 12px;
  font-weight: 400;
}
.legal-section p:last-child { margin-bottom: 0; }

.legal-section strong { color: var(--cream); font-weight: 600; }

.legal-section a {
  color: var(--gold); text-decoration: none;
  border-bottom: 1px solid rgba(254,188,0,0.25);
  transition: border-color 0.2s;
}
.legal-section a:hover { border-color: var(--gold); }

.legal-section ul, .legal-section ol {
  padding-left: 20px; margin: 12px 0;
  display: flex; flex-direction: column; gap: 8px;
}
.legal-section li {
  color: var(--smoke); font-size: 0.88rem; line-height: 1.7;
}
.legal-section ol li { list-style: decimal; }
.legal-section ul li { list-style: disc; }

/* ── Info boxes ── */
.info-box {
  background: rgba(254,188,0,0.06);
  border: 1px solid rgba(254,188,0,0.18);
  border-left: 2px solid var(--gold);
  border-radius: 4px; padding: 16px 20px;
  margin: 18px 0;
}
.info-box p { color: var(--smoke); font-size: 0.85rem; margin-bottom: 6px; }
.info-box p:last-child { margin-bottom: 0; }
.info-box strong { color: var(--gold-lt); }
.info-box a { color: var(--gold); }

.warning-box {
  background: rgba(217,79,79,0.08);
  border: 1px solid rgba(217,79,79,0.2);
  border-left: 2px solid var(--red);
  border-radius: 4px; padding: 16px 20px;
  margin: 18px 0;
}
.warning-box p { color: var(--smoke); font-size: 0.85rem; margin-bottom: 6px; }
.warning-box p:last-child { margin-bottom: 0; }
.warning-box strong { color: #f87171; }
.warning-box ul { padding-left: 16px; gap: 6px; }
.warning-box li { color: var(--smoke); font-size: 0.85rem; }

.highlight-box {
  background: var(--ink2);
  border: 1px solid var(--gold-line);
  border-radius: 6px; padding: 24px;
  margin: 18px 0; position: relative; overflow: hidden;
}
.highlight-box::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.highlight-box h4 { color: var(--gold-lt); margin-bottom: 14px; }
.highlight-box p { color: var(--smoke); font-size: 0.85rem; margin-bottom: 8px; }
.highlight-box a { color: var(--gold); }

.success-box {
  background: rgba(46,204,138,0.07);
  border: 1px solid rgba(46,204,138,0.2);
  border-left: 2px solid var(--green);
  border-radius: 4px; padding: 16px 20px;
  margin: 18px 0;
}
.success-box p { color: var(--smoke); font-size: 0.85rem; margin-bottom: 6px; }
.success-box p:last-child { margin-bottom: 0; }
.success-box strong { color: var(--green); }

/* ── Contact box ── */
.contact-box {
  background: var(--ink2);
  border: 1px solid var(--border);
  border-radius: 6px; padding: 24px 28px;
  margin: 16px 0; font-size: 0.86rem;
  color: var(--smoke); line-height: 1.9;
}
.contact-box strong { color: var(--cream); display: block; margin-bottom: 4px; font-size: 0.9rem; }
.contact-box a { color: var(--gold); text-decoration: none; border-bottom: 1px solid rgba(254,188,0,0.2); }
.contact-box p { margin-bottom: 4px; color: var(--smoke); font-size: 0.86rem; }

/* ── Data table ── */
.data-table {
  width: 100%; border-collapse: collapse;
  margin: 18px 0; font-size: 0.82rem;
  overflow: hidden; border-radius: 6px;
}
.data-table thead tr {
  background: rgba(254,188,0,0.06);
}
.data-table th {
  padding: 12px 16px; text-align: left;
  font-family: var(--mono); font-size: 0.65rem;
  font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--gold);
  border-bottom: 1px solid var(--gold-line);
}
.data-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  color: var(--smoke); vertical-align: top;
  line-height: 1.6;
}
.data-table tbody tr:hover { background: rgba(254,188,0,0.025); }
.data-table tbody tr:last-child td { border-bottom: none; }
.data-table strong { color: var(--cream); }

/* ── Back button ── */
.back-button {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 28px; margin: 48px 0 0;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 3px; color: var(--mist);
  font-family: var(--sans); font-size: 0.78rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em;
  text-decoration: none; transition: all 0.22s;
}
.back-button:hover {
  border-color: var(--gold-line); color: var(--gold);
  background: var(--gold-dim);
}


/* ── Footer ── */
.footer { border-top: 1px solid var(--border); position: relative; z-index: 1; }
.footer-main { max-width: 1320px; margin: 0 auto; padding: 96px 48px 72px; display: grid; grid-template-columns: repeat(4, 1fr) 1.3fr; gap: 52px; }
.footer-col h4 { font-family: var(--mono); font-size: 0.82rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 14px; }
.footer-col a { color: var(--mist); text-decoration: none; font-size: 0.9rem; font-weight: 300; transition: color 0.2s; border-bottom: none; }
.footer-col a:hover { color: var(--cream); border-bottom: none; }

/* ── Inline contact icons (mail/phone etc.) ── */
.icon-inline {
  display: inline-block; width: 14px; height: 14px;
  vertical-align: -2px; margin-right: 5px;
  background-color: var(--gold);
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
  flex-shrink: 0;
}
.footer-social { display: flex; gap: 10px; margin-bottom: 28px; }
.social-btn { width: 46px; height: 46px; background: var(--ink3); border: 1px solid var(--border); border-radius: 3px; display: flex; align-items: center; justify-content: center; transition: all 0.2s; text-decoration: none; }
.social-btn:hover { border-color: var(--gold-line); background: var(--gold-dim); transform: translateY(-2px); }
.social-btn img { width: 22px; height: 22px; object-fit: contain; }
.footer-logo img { height: 60px; opacity: 0.6; transition: opacity 0.2s; filter: drop-shadow(0 0 10px rgba(254,188,0,0.12)); }
.footer-logo img:hover { opacity: 0.9; }
.footer-bottom { max-width: 1320px; margin: 0 auto; padding: 28px 48px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 0.82rem; color: rgba(245,237,216,0.2); font-weight: 300; }
.footer-bottom span { font-family: var(--mono); font-size: 0.62rem; color: rgba(254,188,0,0.3); letter-spacing: 0.1em; }

/* ── Back to top ── */
#btt{position:fixed;bottom:28px;right:28px;width:44px;height:44px;background:var(--ink2);border:1px solid var(--gold-line);border-radius:4px;color:var(--gold);cursor:pointer;display:none;align-items:center;justify-content:center;font-size:1rem;line-height:1;transition:all .22s;z-index:99;box-shadow:0 4px 16px rgba(0,0,0,.4);}
#btt:hover{border-color:var(--gold);color:var(--gold-lt);background:var(--gold-dim);transform:translateY(-2px);box-shadow:0 8px 24px rgba(254,188,0,.15);}

/* ── Scroll-fade ── */
.rv{opacity:0;transform:translateY(24px);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1);}
.rv.vis{opacity:1;transform:translateY(0);}
.rv-d1{transition-delay:.06s;}
.rv-d2{transition-delay:.13s;}
.rv-d3{transition-delay:.20s;}

/* ── Responsive ── */
@media (max-width: 1100px) { .footer-main { grid-template-columns: repeat(2, 1fr); gap: 36px; padding: 64px 40px 48px; } }
@media (max-width: 768px) {
  .main-container { padding: 0 20px 80px; }
  .legal-hero { padding: 56px 0 48px; }
  .legal-hero h1 { font-size: 2rem; gap: 14px; }
  .hero-icon { width: 40px; height: 40px; }
  .legal-section { padding: 32px 0; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 28px; padding: 48px 24px 32px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; padding: 16px 24px; }
  .data-table { font-size: 0.76rem; }
  .data-table th, .data-table td { padding: 10px 12px; }
}
@media (max-width: 480px) {
  .legal-hero h1 { font-size: 1.7rem; }
  .contact-box { padding: 18px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-social { gap: 8px; }
}


/* ==========================================================================
   FAQ / RULES PAGE – Poker Regelwerk
   ========================================================================== */

/* ── Hero (rules variant) ── */
.hero {
  padding: 80px 0 64px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 48px;
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 900; line-height: 1.08;
  color: var(--cream); margin-bottom: 12px;
  display: flex; align-items: center; gap: 16px;
  flex-wrap: wrap;
}
.hero p {
  color: var(--mist); font-size: 0.88rem;
  letter-spacing: 0.04em; font-family: var(--mono);
}

/* ── Category nav ── */
.category-nav-wrapper { margin-bottom: 32px; }
.category-nav-container {
  display: flex; flex-wrap: wrap;
  gap: 8px; justify-content: flex-start;
}
.category-tab {
  padding: 7px 16px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 2px;
  color: var(--mist);
  font-family: var(--mono);
  font-size: 0.67rem; font-weight: 500;
  letter-spacing: 0.12em;
  cursor: pointer; transition: all 0.18s;
  white-space: nowrap;
}
.category-tab:hover {
  border-color: var(--gold-line); color: var(--gold);
  background: var(--gold-dim);
}
.category-tab.active {
  background: var(--gold-dim);
  border-color: var(--gold-line);
  color: var(--gold);
}

/* ── Search ── */
.search-container { margin-bottom: 40px; }
.search-box {
  position: relative; max-width: 560px;
}
.search-input {
  width: 100%; padding: 13px 48px 13px 18px;
  background: var(--ink2);
  border: 1px solid var(--border);
  border-radius: 3px;
  color: var(--cream);
  font-family: var(--sans); font-size: 0.88rem;
  transition: border-color 0.2s;
}
.search-input:focus {
  outline: none;
  border-color: var(--gold-line);
}
.search-input::placeholder { color: rgba(245,237,216,0.2); }
.search-icon {
  position: absolute; right: 16px; top: 50%;
  transform: translateY(-50%);
  font-size: 1rem; opacity: 0.35; pointer-events: none;
}

/* ── FAQ content ── */
.faq-content { display: flex; flex-direction: column; gap: 0; }

.faq-category {
  padding: 48px 0;
  border-bottom: 1px solid var(--border);
}
.faq-category:last-child { border-bottom: none; }
.faq-category.hidden { display: none; }

.category-title {
  font-family: var(--serif);
  font-size: 1.5rem; font-weight: 700;
  color: var(--cream); margin-bottom: 28px;
  display: flex; align-items: center; gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}
.category-icon { font-size: 1.3rem; }

/* ── FAQ item ── */
.faq-item {
  border: 1px solid var(--border);
  border-radius: 3px;
  margin-bottom: 8px;
  overflow: hidden;
  transition: border-color 0.2s;
}
.faq-item:hover { border-color: rgba(254,188,0,0.15); }
.faq-item.open { border-color: var(--gold-line); }

.faq-question {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 20px;
  cursor: pointer;
  font-size: 0.9rem; font-weight: 600;
  color: var(--cream); line-height: 1.4;
  gap: 16px;
  transition: background 0.15s;
  user-select: none;
}
.faq-question:hover { background: rgba(254,188,0,0.03); }
.faq-item.open .faq-question { background: rgba(254,188,0,0.04); color: var(--gold-lt); }

.toggle-icon {
  font-size: 0.6rem; flex-shrink: 0;
  color: var(--mist); transition: transform 0.25s;
  margin-top: 1px;
}
.faq-item.open .toggle-icon { transform: rotate(180deg); color: var(--gold); }

.faq-answer {
  display: none;
  padding: 0 20px 20px;
  border-top: 1px solid var(--border);
}
.faq-answer p {
  color: var(--smoke); font-size: 0.86rem;
  line-height: 1.8; margin-bottom: 10px;
}
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer strong { color: var(--cream); }
.faq-answer ul, .faq-answer ol {
  padding-left: 18px; margin: 10px 0;
  display: flex; flex-direction: column; gap: 6px;
}
.faq-answer li { color: var(--smoke); font-size: 0.86rem; line-height: 1.7; }
.faq-answer li ul { margin: 6px 0 0 0; gap: 4px; }
.faq-answer ol li { list-style: decimal; }
.faq-answer ul li { list-style: disc; }
.faq-answer a { color: var(--gold); text-decoration: none; border-bottom: 1px solid rgba(254,188,0,0.2); }

/* ── Hand-ranking table ── */
.ranking-table {
  width: 100%; border-collapse: collapse;
  font-size: 0.8rem; margin: 16px 0;
}
.ranking-table th {
  padding: 10px 14px; text-align: left;
  font-family: var(--mono); font-size: 0.64rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--gold); background: rgba(254,188,0,0.05);
  border-bottom: 1px solid var(--gold-line);
}
.ranking-table td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--border);
  color: var(--smoke); vertical-align: middle;
}
.ranking-table td strong { color: var(--cream); }
.ranking-table tbody tr:hover { background: rgba(254,188,0,0.025); }
.ranking-table tbody tr:last-child td { border-bottom: none; }
.ranking-table td img {
  max-width: 160px; height: auto;
  border-radius: 3px; display: block;
  opacity: 0.9;
}

/* ── Inline boxes ── */
.example-box {
  background: rgba(254,188,0,0.05);
  border: 1px solid rgba(254,188,0,0.14);
  border-left: 2px solid var(--gold);
  border-radius: 3px; padding: 14px 16px;
  margin: 14px 0; font-size: 0.83rem;
}
.example-box strong { color: var(--gold-lt); display: block; margin-bottom: 8px; }
.example-box p { color: var(--smoke); margin-bottom: 4px; font-size: 0.83rem; }
.example-box ul { margin: 6px 0; }
.example-box li { font-size: 0.82rem; }
.example-box ol { padding-left: 16px; }
.example-box ol li { list-style: decimal; font-size: 0.83rem; }

.tip-box {
  background: rgba(46,204,138,0.06);
  border: 1px solid rgba(46,204,138,0.18);
  border-left: 2px solid var(--green);
  border-radius: 3px; padding: 14px 16px;
  margin: 14px 0; font-size: 0.83rem;
}
.tip-box strong { color: var(--green); display: block; margin-bottom: 6px; }
.tip-box p { color: var(--smoke); font-size: 0.83rem; margin-bottom: 4px; }
.tip-box ul { margin: 6px 0; }
.tip-box li { font-size: 0.82rem; color: var(--smoke); }

/* ── No results ── */
.no-results {
  text-align: center; padding: 60px 20px;
  color: var(--mist); font-family: var(--mono);
  font-size: 0.82rem; letter-spacing: 0.05em;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .hero { padding: 56px 0 40px; }
  .faq-question { padding: 14px 16px; font-size: 0.85rem; }
  .faq-answer { padding: 0 16px 16px; }
  .ranking-table th, .ranking-table td { padding: 8px 10px; }
  .ranking-table td img { max-width: 110px; }
  .category-tab { font-size: 0.62rem; padding: 6px 12px; }
}
