/* ============================================================
   Lords Exchange — "Lords Cricket Ground Pavilion" Theme
   Deep navy pavilion at dusk, warm amber pavilion lights.
   Fonts: Instrument Serif (headings) + Inter Tight (body)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter+Tight:wght@400;500;600;700&display=swap');

:root {
  --primary: #c26a30;
  --primary-dark: #a55828;
  --primary-light: #e8944a;
  --bg-body: #1a1b2e;
  --bg-section: #1f2035;
  --bg-card: #25263d;
  --bg-elevated: #2d2e48;
  --border: #363755;
  --text-primary: #e8e8f0;
  --text-secondary: #8585a0;
  --accent: #c26a30;
  --highlight: #e8944a;

  --font-head: 'Instrument Serif', Georgia, 'Times New Roman', serif;
  --font-body: 'Inter Tight', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --maxw: 1160px;
  --readw: 720px;
  --radius: 10px;
  --radius-sm: 8px;
  --radius-lg: 14px;
  --glow: 0 0 0 1px rgba(232, 148, 74, 0.35), 0 10px 40px -12px rgba(194, 106, 48, 0.45);
  --shadow-md: 0 8px 30px -14px rgba(0, 0, 0, 0.6);
  --shadow-lg: 0 24px 60px -20px rgba(0, 0, 0, 0.7);
  --transition: 0.22s ease;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  color: var(--text-primary);
  background-color: var(--bg-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary-light); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--highlight); }
ul, ol { padding-left: 1.25rem; }
li { margin-bottom: 0.4rem; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 400;
  line-height: 1.12;
  color: var(--text-primary);
  margin: 0 0 0.5em;
  letter-spacing: 0.01em;
}
h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); }
h2 { font-size: clamp(2rem, 4.4vw, 3.1rem); }
h3 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
h4 { font-size: 1.3rem; }
p { margin: 0 0 1.15rem; }
strong { font-weight: 600; color: #f2f2f8; }

::selection { background: rgba(232, 148, 74, 0.3); color: #fff; }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 88px 0; position: relative; }
.section--tight { padding: 60px 0; }
.section--alt { background: var(--bg-section); }
.section--pillars {
  background:
    linear-gradient(var(--bg-section), var(--bg-section)) padding-box,
    repeating-linear-gradient(90deg, transparent 0 78px, rgba(54, 55, 85, 0.5) 78px 79px);
}
.readcol { max-width: var(--readw); margin-left: auto; margin-right: auto; }
.center { text-align: center; }
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }
.mb-0 { margin-bottom: 0; }

.eyebrow {
  font-family: var(--font-body);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.74rem;
  color: var(--primary-light);
  margin: 0 0 1rem;
  display: inline-block;
}
.lead { font-size: 1.2rem; color: var(--text-secondary); line-height: 1.7; }
.section-head { max-width: 760px; margin: 0 auto 3rem; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }

/* Amber rule accent (pavilion light line) */
.rule {
  width: 64px; height: 2px; border: 0;
  background: linear-gradient(90deg, var(--accent), var(--highlight));
  margin: 0 0 1.4rem;
}
.center .rule, .section-head:not(.left) .rule { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  padding: 0.95rem 1.8rem;
  border-radius: var(--radius-sm);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all var(--transition);
  text-align: center;
  white-space: nowrap;
}
.btn--primary { background: var(--accent); color: #17130d; border-color: var(--accent); }
.btn--primary:hover { background: var(--highlight); color: #17130d; border-color: var(--highlight); transform: translateY(-2px); box-shadow: var(--glow); }
.btn--secondary { background: transparent; color: var(--primary-light); border-color: rgba(232, 148, 74, 0.5); }
.btn--secondary:hover { background: rgba(194, 106, 48, 0.12); color: var(--highlight); border-color: var(--highlight); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--text-primary); border-color: var(--border); }
.btn--ghost:hover { border-color: var(--primary-light); color: var(--highlight); }
.btn--block { width: 100%; }
.btn--lg { padding: 1.1rem 2.3rem; font-size: 1.08rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 1rem; }
.center .btn-row { justify-content: center; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(26, 27, 46, 0.86);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
}
.nav__logo { display: flex; align-items: center; gap: 0.6rem; }
.nav__logo img { height: 34px; width: auto; }
.nav__links { display: flex; align-items: center; gap: 0.5rem; list-style: none; margin: 0; padding: 0; }
.nav__links a {
  font-weight: 500;
  font-size: 0.96rem;
  color: var(--text-primary);
  padding: 0.5rem 0.9rem;
  border-radius: var(--radius-sm);
  transition: all var(--transition);
}
.nav__links a:hover { color: var(--highlight); background: rgba(255,255,255,0.03); }
.nav__links a.is-active { color: var(--highlight); }
.nav__cta { margin-left: 0.4rem; }
.nav__toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  width: 44px; height: 42px;
  cursor: pointer;
  padding: 0;
  color: var(--text-primary);
}
.nav__toggle span { display: block; width: 20px; height: 2px; background: currentColor; margin: 4px auto; transition: var(--transition); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: clamp(64px, 9vw, 120px) 0 clamp(64px, 9vw, 110px);
  background:
    radial-gradient(1000px 500px at 78% -8%, rgba(194, 106, 48, 0.22), transparent 60%),
    radial-gradient(760px 420px at 8% 12%, rgba(232, 148, 74, 0.10), transparent 55%),
    var(--bg-body);
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background: repeating-linear-gradient(90deg, transparent 0 96px, rgba(232, 148, 74, 0.05) 96px 97px);
  pointer-events: none;
  mask-image: linear-gradient(180deg, transparent, #000 40%, #000 70%, transparent);
}
.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.hero h1 { margin-bottom: 0.35em; }
.hero h1 .amber { color: var(--highlight); font-style: italic; }
.hero__sub { font-size: 1.22rem; color: var(--text-secondary); max-width: 40ch; margin-bottom: 2rem; }
.hero__actions { margin-bottom: 1.8rem; }
.hero__note { font-size: 0.86rem; color: var(--text-secondary); display: flex; align-items: center; gap: 0.5rem; }
.hero__note::before { content: "●"; color: #37c871; font-size: 0.7rem; }

/* Pavilion frame for hero image */
.pavilion-frame {
  position: relative;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, var(--bg-card), var(--bg-section));
  padding: 14px;
  box-shadow: var(--shadow-lg);
}
.pavilion-frame::before {
  content: "";
  position: absolute; inset: 6px;
  border: 1px solid rgba(232, 148, 74, 0.25);
  border-radius: 10px;
  pointer-events: none;
}
.pavilion-frame img { border-radius: 8px; width: 100%; }
.hero__stack { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hero__stack .pavilion-frame:first-child { grid-column: 1 / -1; }

/* ---------- Cards ---------- */
.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.7rem;
  transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}
.card:hover { border-color: rgba(232, 148, 74, 0.55); transform: translateY(-3px); box-shadow: var(--glow); }
.grid { display: grid; gap: 1.4rem; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.card h3 { margin-bottom: 0.4rem; }
.card p:last-child { margin-bottom: 0; }
.card__icon {
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: var(--radius-sm);
  background: rgba(194, 106, 48, 0.14);
  border: 1px solid rgba(232, 148, 74, 0.3);
  color: var(--highlight);
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

/* ---------- Games scoreboard ---------- */
.scoreboard { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: var(--bg-card); }
.score-row {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 1.1rem;
  padding: 0.85rem 1.2rem;
  border-bottom: 1px solid var(--border);
  transition: background var(--transition);
}
.score-row:last-child { border-bottom: 0; }
.score-row:hover { background: var(--bg-elevated); }
.score-row__thumb { width: 64px; height: 48px; border-radius: 6px; overflow: hidden; border: 1px solid var(--border); }
.score-row__thumb img { width: 100%; height: 100%; object-fit: cover; }
.score-row__name { font-weight: 600; color: var(--text-primary); }
.score-row__meta { font-size: 0.84rem; color: var(--text-secondary); }
.score-row__tag {
  font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--primary-light); padding: 0.28rem 0.7rem;
  border: 1px solid rgba(232, 148, 74, 0.35); border-radius: 999px;
  white-space: nowrap;
}

/* ---------- Numbered feature list ---------- */
.feature-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 1.1rem; }
.feature-list li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 1.2rem;
  align-items: start;
  padding: 1.3rem 1.4rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin: 0;
  transition: border-color var(--transition);
}
.feature-list li:hover { border-color: rgba(232, 148, 74, 0.45); }
.feature-list__num {
  font-family: var(--font-head);
  font-size: 2.4rem;
  line-height: 1;
  color: var(--highlight);
}
.feature-list h4 { margin: 0 0 0.3rem; }
.feature-list p { margin: 0; color: var(--text-secondary); font-size: 0.98rem; }

/* ---------- Trust badges ---------- */
.trust-row { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.trust-badge {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid rgba(232, 148, 74, 0.4);
  border-radius: 999px;
  background: rgba(194, 106, 48, 0.07);
  font-size: 0.92rem; font-weight: 500;
}
.trust-badge span:first-child { color: var(--highlight); font-size: 1.1rem; }

/* ---------- Tools ---------- */
.tool {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2.4rem);
  box-shadow: var(--shadow-md);
}
.tool__head { margin-bottom: 1.5rem; }
.tool__badge {
  font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.16em;
  color: #17130d; background: var(--highlight); padding: 0.3rem 0.7rem; border-radius: 999px;
}
.field { margin-bottom: 1.15rem; }
.field label { display: block; font-size: 0.9rem; font-weight: 500; margin-bottom: 0.45rem; color: var(--text-primary); }
.field input, .field select, .field textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--text-primary);
  background: var(--bg-body);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 0.8rem 0.95rem;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--primary-light);
  box-shadow: 0 0 0 3px rgba(232, 148, 74, 0.18);
}
.field textarea { min-height: 130px; resize: vertical; }
.field__hint { font-size: 0.8rem; color: var(--text-secondary); margin-top: 0.35rem; }
.field-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

/* Tool results */
.result-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.5rem; }
.result-cell {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 1.1rem;
  text-align: center;
}
.result-cell .label { font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-secondary); }
.result-cell .value { font-family: var(--font-head); font-size: 1.9rem; line-height: 1.1; margin-top: 0.3rem; }
.result-cell .value.pos { color: #37c871; }
.result-cell .value.neg { color: #e8595a; }
.result-cell .value.amber { color: var(--highlight); }
.tool__note { font-size: 0.84rem; color: var(--text-secondary); margin-top: 1.1rem; }

/* Quiz */
.quiz__meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; font-size: 0.9rem; color: var(--text-secondary); }
.quiz__bar { height: 6px; background: var(--bg-elevated); border-radius: 999px; overflow: hidden; margin-bottom: 1.6rem; }
.quiz__bar > i { display: block; height: 100%; width: 0%; background: linear-gradient(90deg, var(--accent), var(--highlight)); transition: width 0.3s ease; }
.quiz__q { font-family: var(--font-head); font-size: 1.5rem; margin-bottom: 1.2rem; }
.quiz__options { display: grid; gap: 0.7rem; }
.quiz__opt {
  text-align: left; width: 100%;
  background: var(--bg-body); border: 1px solid var(--border);
  color: var(--text-primary); font-family: var(--font-body); font-size: 1rem;
  padding: 0.9rem 1.1rem; border-radius: var(--radius-sm); cursor: pointer;
  transition: all var(--transition);
}
.quiz__opt:hover { border-color: var(--primary-light); background: var(--bg-elevated); }
.quiz__opt.correct { border-color: #37c871; background: rgba(55, 200, 113, 0.12); }
.quiz__opt.wrong { border-color: #e8595a; background: rgba(232, 89, 90, 0.12); }
.quiz__opt:disabled { cursor: default; }
.quiz__explain { margin-top: 1.1rem; padding: 1rem 1.2rem; border-left: 3px solid var(--highlight); background: var(--bg-elevated); border-radius: 6px; font-size: 0.95rem; }
.quiz__explain.hidden { display: none; }
.quiz__result { text-align: center; }
.quiz__score { font-family: var(--font-head); font-size: 3.4rem; color: var(--highlight); line-height: 1; }

/* Leaderboard */
.lb-table { width: 100%; border-collapse: collapse; margin-top: 1.4rem; font-size: 0.96rem; }
.lb-table th, .lb-table td { padding: 0.7rem 0.9rem; text-align: left; border-bottom: 1px solid var(--border); }
.lb-table th { font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-secondary); font-weight: 600; }
.lb-table td.rank { font-family: var(--font-head); font-size: 1.2rem; color: var(--text-secondary); width: 60px; }
.lb-table td.profit { text-align: right; font-weight: 600; }
.lb-table tr.you { background: rgba(194, 106, 48, 0.12); }
.lb-table tr.you td { color: var(--text-primary); }
.lb-table tr.you td.rank { color: var(--highlight); }
.lb-table td.profit.pos { color: #37c871; }
.medal { color: var(--highlight); }

/* ---------- Auth / form pages ---------- */
.auth {
  min-height: calc(100vh - 74px);
  display: grid;
  grid-template-columns: 1.05fr 1fr;
}
.auth__aside {
  background:
    radial-gradient(700px 400px at 20% 0%, rgba(194, 106, 48, 0.18), transparent 60%),
    var(--bg-section);
  padding: clamp(2.5rem, 6vw, 5rem);
  display: flex; flex-direction: column; justify-content: center;
  border-right: 1px solid var(--border);
}
.auth__aside .rule { margin-bottom: 1.6rem; }
.auth__points { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; gap: 1rem; }
.auth__points li { display: grid; grid-template-columns: 26px 1fr; gap: 0.8rem; margin: 0; color: var(--text-secondary); }
.auth__points li::before { content: "✦"; color: var(--highlight); }
.auth__main { padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.5rem, 5vw, 4rem); display: flex; align-items: center; }
.auth__card { width: 100%; max-width: 440px; margin: 0 auto; }
.form-note { font-size: 0.86rem; color: var(--text-secondary); text-align: center; margin-top: 1.2rem; }
.form-alt { text-align: center; margin-top: 1.5rem; font-size: 0.95rem; }
.checkbox-row { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.88rem; color: var(--text-secondary); margin-bottom: 1.15rem; }
.checkbox-row input { width: 18px; height: 18px; margin-top: 0.15rem; accent-color: var(--accent); flex-shrink: 0; }

/* ---------- Content / legal pages ---------- */
.page-hero {
  padding: clamp(56px, 8vw, 96px) 0 clamp(40px, 6vw, 64px);
  background:
    radial-gradient(800px 380px at 80% -10%, rgba(194, 106, 48, 0.16), transparent 60%),
    var(--bg-section);
  border-bottom: 1px solid var(--border);
}
.breadcrumb { font-size: 0.82rem; color: var(--text-secondary); margin-bottom: 1rem; }
.breadcrumb a { color: var(--text-secondary); }
.breadcrumb a:hover { color: var(--highlight); }
.prose { max-width: var(--readw); }
.prose h2 { margin-top: 2.4rem; }
.prose h3 { margin-top: 1.8rem; }
.prose ul { margin-bottom: 1.15rem; }
.prose .meta { font-size: 0.86rem; color: var(--text-secondary); margin-bottom: 2rem; }

/* ---------- FAQ ---------- */
.faq { max-width: var(--readw); margin: 0 auto; }
.faq details {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-card);
  margin-bottom: 0.9rem;
  overflow: hidden;
}
.faq details[open] { border-color: rgba(232, 148, 74, 0.45); }
.faq summary {
  cursor: pointer;
  padding: 1.15rem 1.3rem;
  font-weight: 600;
  font-size: 1.05rem;
  list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--highlight); font-size: 1.5rem; transition: transform var(--transition); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details > div { padding: 0 1.3rem 1.25rem; color: var(--text-secondary); }

/* ---------- CTA band ---------- */
.cta-band {
  background:
    radial-gradient(600px 300px at 50% 120%, rgba(232, 148, 74, 0.22), transparent 60%),
    linear-gradient(160deg, var(--bg-elevated), var(--bg-section));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(2.4rem, 5vw, 3.6rem);
  text-align: center;
}

/* ---------- WhatsApp float ---------- */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 300;
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: #1f9d55; color: #fff;
  padding: 0.75rem 1.1rem; border-radius: 999px;
  font-weight: 600; font-size: 0.92rem;
  box-shadow: 0 10px 30px -8px rgba(31, 157, 85, 0.6);
  transition: transform var(--transition);
}
.wa-float:hover { transform: translateY(-2px); color: #fff; }

/* ---------- Footer ---------- */
.site-footer { background: #14152440; border-top: 1px solid var(--border); padding: 56px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 2.5rem; margin-bottom: 2.5rem; }
.footer-brand img { height: 32px; margin-bottom: 1rem; }
.footer-brand p { color: var(--text-secondary); font-size: 0.92rem; max-width: 42ch; }
.footer-col h4 { font-family: var(--font-body); font-weight: 600; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-primary); margin-bottom: 1rem; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 0.55rem; }
.footer-col a { color: var(--text-secondary); font-size: 0.92rem; }
.footer-col a:hover { color: var(--highlight); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 1.6rem; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center; font-size: 0.84rem; color: var(--text-secondary); }
.footer-bottom .badge18 {
  display: inline-flex; align-items: center; gap: 0.4rem;
  border: 1px solid var(--border); border-radius: 999px; padding: 0.25rem 0.7rem;
  font-weight: 600; color: var(--text-primary);
}
.footer-bottom .badge18 b { color: var(--highlight); }

/* ---------- Utility ---------- */
.hidden { display: none !important; }
.nowrap { white-space: nowrap; }
.disclaimer-strip { background: var(--bg-body); border-top: 1px solid var(--border); padding: 1rem 0; font-size: 0.8rem; color: var(--text-secondary); text-align: center; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__stack { max-width: 480px; }
  .auth { grid-template-columns: 1fr; }
  .auth__aside { border-right: 0; border-bottom: 1px solid var(--border); }
  .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .section { padding: 64px 0; }
  .nav__links {
    position: fixed;
    top: 74px; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0.2rem;
    background: var(--bg-section);
    border-bottom: 1px solid var(--border);
    padding: 1rem 1.2rem 1.4rem;
    transform: translateY(-140%);
    transition: transform 0.28s ease;
    box-shadow: var(--shadow-lg);
  }
  .nav__links.is-open { transform: translateY(0); }
  .nav__links a { padding: 0.8rem 0.6rem; }
  .nav__cta { margin: 0.4rem 0 0; }
  .nav__toggle { display: block; }
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .field-2 { grid-template-columns: 1fr; }
  .result-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .score-row { grid-template-columns: 52px 1fr; }
  .score-row__tag { grid-column: 2; justify-self: start; }
  .wa-float span.wa-text { display: none; }
}
