/* Self-hosted Plus Jakarta Sans (variable) — no external requests, fully private.
   Two subsets: latin + latin-ext (latin-ext carries the ₹ rupee sign, U+20B9). */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(fonts/plus-jakarta-sans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(fonts/plus-jakarta-sans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --ink: #1f2440;
  --ink-soft: #3a4060;
  --muted: #7a82a3;
  --line: #e7e9f5;
  --brand: #5b6cff;
  --brand-2: #8b5cf6;
  --gold: #f59e0b;
  --green: #10b981;
  --green-deep: #047857;
  --card: rgba(255, 255, 255, 0.86);
  --radius: 20px;
  --shadow-sm: 0 2px 10px rgba(40, 44, 90, 0.06);
  --shadow: 0 18px 44px -18px rgba(46, 41, 120, 0.35);
  --shadow-lg: 0 30px 60px -22px rgba(46, 41, 120, 0.5);
  font-synthesis: none;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--ink);
  line-height: 1.5;
  min-height: 100vh;
  background:
    radial-gradient(1100px 500px at 12% -8%, #e0e7ff 0%, transparent 55%),
    radial-gradient(900px 520px at 100% 0%, #fae8ff 0%, transparent 50%),
    radial-gradient(800px 600px at 50% 120%, #fef3c7 0%, transparent 55%),
    linear-gradient(180deg, #f4f5ff 0%, #fbfaff 100%);
  background-attachment: fixed;
}

/* ───────────────────────── Trust strip ───────────────────────── */
.trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #0f9d6e;
  background: #eafaf1;
  border-bottom: 1px solid #c9efd9;
  padding: 9px 16px;
  text-align: center;
  line-height: 1.4;
}

/* ───────────────────────── HERO ───────────────────────── */
.hero {
  position: relative;
  overflow: hidden;
  margin: 18px auto 0;
  max-width: 1120px;
  border-radius: 28px;
  padding: 34px 36px;
  color: #fff;
  background:
    radial-gradient(600px 240px at 85% -20%, rgba(255, 255, 255, 0.25) 0%, transparent 60%),
    linear-gradient(125deg, #5b6cff 0%, #7c3aed 52%, #a21caf 100%);
  box-shadow: var(--shadow-lg);
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.hero-text { max-width: 560px; }

/* Brand wordmark — clean frosted chip so it stays legible on the gradient */
.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 7px 16px 7px 8px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  font-weight: 800;
  font-size: 1.2rem;
  color: #fff;
  background: linear-gradient(150deg, #fbbf24, #f59e0b);
  box-shadow: 0 6px 16px rgba(180, 83, 9, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}
.brand-name { font-weight: 800; font-size: 1.2rem; letter-spacing: -0.01em; color: #fff; }
.brand-name span { color: #fde68a; }
.badge-pill {
  display: inline-block;
  margin-left: 10px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(6px);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.hero h1 {
  margin: 14px 0 6px;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
}
.tagline { margin: 0; font-size: 1.02rem; color: rgba(255, 255, 255, 0.92); }
.trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.trust span {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  padding: 6px 12px;
  font-size: 0.82rem;
  font-weight: 500;
}

/* Mascot */
.hero-mascot { flex-shrink: 0; }
.mascot {
  width: 210px;
  height: 210px;
  filter: drop-shadow(0 22px 30px rgba(0, 0, 0, 0.25));
  animation: bob 4s ease-in-out infinite;
}
.mascot-coin { transform-origin: 176px 70px; animation: spin-coin 3.4s ease-in-out infinite; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes spin-coin {
  0%, 100% { transform: rotate(-8deg) translateY(0); }
  50% { transform: rotate(8deg) translateY(-6px); }
}

/* Floating coins */
.coin {
  position: absolute;
  z-index: 1;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(160deg, #fbbf24, #f59e0b);
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(180, 83, 9, 0.45), inset 0 2px 0 rgba(255, 255, 255, 0.5);
  opacity: 0.9;
}
/* Kept clear of the headline/wordmark — confined to the right (mascot) zone & far corners. */
.coin-1 { right: 4%;  top: 16%; animation: float 6s ease-in-out infinite; }
.coin-2 { right: 30%; top: 70%; width: 26px; height: 26px; font-size: 0.8rem; animation: float 7.5s ease-in-out infinite 0.6s; }
.coin-3 { right: 12%; top: 78%; width: 30px; height: 30px; font-size: 0.9rem; animation: float 6.8s ease-in-out infinite 1.1s; }
.coin-4 { right: 38%; top: 10%; width: 22px; height: 22px; font-size: 0.72rem; animation: float 8s ease-in-out infinite 0.3s; }
@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-16px) rotate(12deg); }
}

/* ───────────────────────── LAYOUT ───────────────────────── */
.layout {
  max-width: 1120px;
  margin: 26px auto;
  padding: 0 18px;
  display: grid;
  grid-template-columns: minmax(330px, 430px) 1fr;
  gap: 24px;
  align-items: start;
}

.card {
  background: var(--card);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px;
}

/* ───────────────────────── FORM ───────────────────────── */
fieldset {
  border: 1px solid var(--line);
  border-radius: 14px;
  margin: 0 0 16px;
  padding: 14px 16px 16px;
  background: rgba(255, 255, 255, 0.55);
}
legend {
  color: var(--brand);
  font-weight: 700;
  font-size: 0.86rem;
  padding: 0 8px;
}
legend small, label small { color: var(--muted); font-weight: 400; }

.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 13px; }
.field:last-child { margin-bottom: 0; }
.field > span { font-size: 0.84rem; color: var(--ink-soft); font-weight: 600; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

input[type="number"], select {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: var(--ink);
  padding: 11px 13px;
  font-size: 0.96rem;
  font-family: inherit;
  width: 100%;
  box-shadow: var(--shadow-sm), inset 0 1px 2px rgba(40, 44, 90, 0.04);
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.05s;
}
input:focus, select:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(91, 108, 255, 0.16);
}

.checkbox { display: flex; align-items: center; gap: 10px; font-size: 0.85rem; color: var(--ink-soft); cursor: pointer; }
.checkbox input { width: 17px; height: 17px; accent-color: var(--brand); }

.hint { margin: 6px 0 0; font-size: 0.78rem; color: var(--brand-2); font-weight: 600; min-height: 1em; }
.hint:empty { margin: 0; }

/* Collapsible (business income) */
.collapsible {
  border: 1px solid var(--line);
  border-radius: 14px;
  margin: 0 0 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.55);
}
.collapsible > summary {
  list-style: none;
  cursor: pointer;
  padding: 13px 15px;
  color: var(--brand);
  font-weight: 700;
  font-size: 0.86rem;
  user-select: none;
  display: flex;
  align-items: center;
}
.collapsible > summary::-webkit-details-marker { display: none; }
.collapsible > summary::before {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  border-radius: 7px;
  background: rgba(91, 108, 255, 0.12);
  font-size: 1.05rem;
  line-height: 1;
}
.collapsible[open] > summary::before { content: "\2212"; }
.collapsible > summary small { color: var(--muted); font-weight: 400; margin-left: 4px; }
.collapsible[open] > summary { border-bottom: 1px solid var(--line); }
.collapsible-body { padding: 14px 15px 15px; }

.reset-btn {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--muted);
  border-radius: 11px;
  padding: 9px 18px;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 600;
  font-family: inherit;
  transition: all 0.15s;
}
.reset-btn:hover { border-color: var(--brand); color: var(--brand); }

/* ───────────────────────── RESULTS ───────────────────────── */
.results-head { display: flex; flex-direction: column; }

.recommendation {
  position: relative;
  background: linear-gradient(120deg, #ecfdf5, #d1fae5);
  border: 1px solid #6ee7b7;
  color: var(--green-deep);
  border-radius: 14px;
  padding: 16px 18px;
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 16px;
  text-align: center;
  box-shadow: 0 10px 28px -14px rgba(16, 185, 129, 0.6);
}
.recommendation.hidden { display: none; }
.recommendation .save { color: var(--ink-soft); font-weight: 500; display: block; font-size: 0.88rem; margin-top: 5px; }

.export-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}
.export-bar.hidden { display: none; }
.export-label { color: var(--muted); font-size: 0.82rem; font-weight: 600; margin-right: 2px; }
.export-btn {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  border: none;
  color: #fff;
  border-radius: 11px;
  padding: 10px 16px;
  font-size: 0.85rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 10px 22px -10px rgba(91, 108, 255, 0.8);
  transition: transform 0.1s, box-shadow 0.15s, filter 0.15s;
}
.export-btn:hover { filter: brightness(1.06); box-shadow: 0 14px 26px -10px rgba(91, 108, 255, 0.9); }
.export-btn:active { transform: translateY(2px); }

.share-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}
.share-btn {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  border-radius: 11px;
  padding: 9px 14px;
  font-size: 0.85rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: border-color 0.15s, transform 0.1s, background 0.15s;
}
.share-btn:hover { border-color: var(--brand); }
.share-btn:active { transform: translateY(1px); }
.share-btn.wa { background: #25d366; border-color: #25d366; color: #fff; }
.share-btn.wa:hover { filter: brightness(1.05); }

.regime-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.regime-col {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.regime-col:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.regime-col.winner {
  border-color: var(--green);
  box-shadow: 0 0 0 2px var(--green), 0 24px 46px -20px rgba(16, 185, 129, 0.6);
  background: linear-gradient(180deg, #ffffff 0%, #f0fdf9 100%);
}
.regime-col.winner::before {
  content: "★ BEST CHOICE";
  position: absolute;
  top: -12px;
  right: 14px;
  background: linear-gradient(135deg, var(--green), var(--green-deep));
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 5px 11px;
  border-radius: 999px;
  box-shadow: 0 8px 18px -6px rgba(4, 120, 87, 0.7);
}
.regime-col h2 { margin: 0 0 6px; font-size: 1.05rem; color: var(--muted); font-weight: 700; }
.big-tax {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
  background: linear-gradient(120deg, var(--brand), var(--brand-2));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.winner .big-tax { background: linear-gradient(120deg, var(--green), var(--green-deep)); -webkit-background-clip: text; background-clip: text; }

.line { display: flex; justify-content: space-between; gap: 10px; font-size: 0.85rem; padding: 5px 0; border-bottom: 1px dashed var(--line); }
.line:last-child { border-bottom: none; }
.line .lbl { color: var(--ink-soft); }
.line .lbl small { color: var(--muted); }
.line .val { font-variant-numeric: tabular-nums; font-weight: 600; white-space: nowrap; }
.line.subtle .lbl, .line.subtle .val { color: var(--muted); font-size: 0.8rem; font-weight: 500; }
.line.total { font-weight: 800; border-top: 1.5px solid var(--line); margin-top: 6px; padding-top: 9px; border-bottom: none; }
.line.credit .val { color: var(--green); }

.section-title { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--brand); font-weight: 700; margin: 15px 0 4px; }

/* ─────────────── Tax-saving funnel cards ─────────────── */
.suggestions { margin-top: 20px; }
.suggestions.hidden { display: none; }
.save-head { margin-bottom: 12px; }
.save-head h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(120deg, var(--green-deep), var(--green));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.save-head p { margin: 4px 0 0; color: var(--muted); font-size: 0.85rem; }

.save-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(120deg, #ffffff, #f5f7ff);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 15px;
  margin-bottom: 10px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.15s, box-shadow 0.15s;
}
.save-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.save-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  background: #eef1ff;
  border-radius: 11px;
}
.save-text { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.save-text strong { font-size: 0.9rem; color: var(--ink); font-weight: 700; }
.save-amt { font-size: 0.84rem; color: var(--green-deep); font-weight: 700; }
.save-cta {
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--green), var(--green-deep));
  color: #fff;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 9px 14px;
  border-radius: 10px;
  white-space: nowrap;
  box-shadow: 0 8px 18px -8px rgba(4, 120, 87, 0.8);
  transition: filter 0.15s, transform 0.1s;
}
.save-cta:hover { filter: brightness(1.07); }
.save-cta:active { transform: translateY(1px); }
.save-flip {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 10px;
  padding: 10px 13px;
  font-size: 0.84rem;
  color: #92400e;
  margin: 4px 0 0;
}
.save-disclaimer { margin: 10px 0 0; font-size: 0.72rem; color: var(--muted); line-height: 1.5; }

@media (max-width: 560px) {
  .save-card { flex-wrap: wrap; }
  .save-cta { width: 100%; text-align: center; }
}

/* ───────────────────────── FAQ ───────────────────────── */
.faq {
  max-width: 880px;
  margin: 10px auto 30px;
  padding: 0 18px;
}
.faq h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 8px 0 18px;
  color: var(--ink);
}
.faq-item {
  background: var(--card);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-item > summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 700;
  font-size: 0.96rem;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  user-select: none;
}
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary::after {
  content: "+";
  color: var(--brand);
  font-size: 1.3rem;
  line-height: 1;
  flex-shrink: 0;
}
.faq-item[open] > summary::after { content: "\2212"; }
.faq-item[open] > summary { color: var(--brand); }
.faq-item p {
  margin: 0;
  padding: 0 18px 16px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ─────────────── Smart Money Picks (offers) ─────────────── */
.offers-section {
  max-width: 1120px;
  margin: 8px auto 14px;
  padding: 0 18px;
  text-align: center;
}
.offers-section h2 {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 8px 0 4px;
  color: var(--ink);
}
.offers-sub { color: var(--muted); margin: 0 0 18px; font-size: 0.92rem; }
.offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  text-align: left;
}
.offer-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--card);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 20px;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.offer-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, var(--brand), var(--brand-2), var(--gold));
}
.offer-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.offer-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.offer-emoji {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  background: linear-gradient(150deg, #eef1ff, #f6eefe);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.offer-badge {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--green-deep);
  background: #d1fae5;
  border: 1px solid #6ee7b7;
  padding: 4px 9px;
  border-radius: 999px;
}
.offer-title { margin: 0 0 6px; font-size: 1.05rem; font-weight: 700; color: var(--ink); }
.offer-desc { margin: 0 0 16px; font-size: 0.86rem; color: var(--ink-soft); line-height: 1.55; flex: 1; }
.offer-btn {
  display: block;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 12px 16px;
  border-radius: 12px;
  box-shadow: 0 12px 26px -12px rgba(91, 108, 255, 0.85);
  transition: filter 0.15s, transform 0.1s;
}
.offer-btn:hover { filter: brightness(1.07); }
.offer-btn:active { transform: translateY(2px); }
.offers-disclaimer { margin: 16px 0 0; font-size: 0.74rem; color: var(--muted); }

/* ─────────────── Toolkit (ebook) banner ─────────────── */
.toolkit-banner { max-width: 1120px; margin: 8px auto 18px; padding: 0 18px; }
.tb-inner {
  background: linear-gradient(125deg, #1f2440, #3a2f6e 60%, #5b3a8e);
  color: #fff;
  border-radius: 18px;
  padding: 22px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  box-shadow: var(--shadow);
}
.tb-inner h2 { margin: 0 0 4px; font-size: 1.25rem; font-weight: 800; }
.tb-inner p { margin: 0; color: rgba(255, 255, 255, 0.85); font-size: 0.9rem; max-width: 640px; }
.tb-btn {
  flex-shrink: 0;
  background: #fff;
  color: var(--brand);
  font-weight: 800;
  text-decoration: none;
  padding: 13px 22px;
  border-radius: 12px;
  white-space: nowrap;
  box-shadow: 0 12px 26px -12px rgba(0, 0, 0, 0.45);
  transition: transform 0.1s;
}
.tb-btn:hover { transform: translateY(-2px); }
@media (max-width: 640px) { .tb-inner { flex-direction: column; text-align: center; align-items: stretch; } }

/* ─────────────── Article / guide pages ─────────────── */
.article-nav {
  max-width: 820px;
  margin: 0 auto;
  padding: 18px 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-nav a.home-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  font-weight: 800;
  color: var(--ink);
}
.article-nav .brand-mark { width: 30px; height: 30px; font-size: 1rem; border-radius: 9px; }
.article-nav .nav-cta {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #fff;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 9px 15px;
  border-radius: 10px;
  box-shadow: 0 8px 18px -8px rgba(91, 108, 255, 0.8);
}
.article {
  max-width: 760px;
  margin: 18px auto 30px;
  background: var(--card);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 30px 34px;
}
.breadcrumb { font-size: 0.78rem; color: var(--muted); margin-bottom: 14px; }
.breadcrumb a { color: var(--brand); text-decoration: none; }
.article h1 { font-size: 1.9rem; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 6px; line-height: 1.2; }
.article .updated { color: var(--muted); font-size: 0.82rem; margin-bottom: 22px; }
.article h2 { font-size: 1.25rem; font-weight: 700; margin: 28px 0 8px; color: var(--ink); }
.article h3 { font-size: 1.05rem; font-weight: 700; margin: 20px 0 6px; }
.article p, .article li { color: var(--ink-soft); font-size: 0.98rem; line-height: 1.7; }
.article ul, .article ol { padding-left: 22px; }
.article li { margin-bottom: 6px; }
.article strong { color: var(--ink); }
.article table { width: 100%; border-collapse: collapse; margin: 14px 0; font-size: 0.92rem; }
.article th, .article td { text-align: left; padding: 9px 10px; border-bottom: 1px solid var(--line); }
.article th { background: #f3f5ff; font-weight: 700; color: var(--ink); }
.cta-box {
  background: linear-gradient(125deg, #5b6cff, #7c3aed);
  color: #fff;
  border-radius: 14px;
  padding: 20px 22px;
  margin: 26px 0;
  text-align: center;
}
.cta-box p { color: rgba(255, 255, 255, 0.92); margin: 0 0 12px; font-size: 1rem; }
.cta-box a {
  display: inline-block;
  background: #fff;
  color: var(--brand);
  font-weight: 800;
  text-decoration: none;
  padding: 11px 22px;
  border-radius: 11px;
  box-shadow: 0 10px 24px -10px rgba(0, 0, 0, 0.4);
}
.related { margin-top: 30px; border-top: 1px solid var(--line); padding-top: 18px; }
.related h2 { font-size: 1.05rem; margin-top: 0; }
.related a { color: var(--brand); text-decoration: none; font-weight: 600; }
.related li { margin-bottom: 8px; }

.guide-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 820px; margin: 6px auto 0; padding: 0 18px; }
.guide-card {
  display: block;
  text-decoration: none;
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
  padding: 18px 20px;
  transition: transform 0.15s, box-shadow 0.15s;
}
.guide-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.guide-card h3 { margin: 0 0 6px; font-size: 1.02rem; color: var(--ink); font-weight: 700; }
.guide-card p { margin: 0; color: var(--muted); font-size: 0.86rem; line-height: 1.5; }

/* Homepage "guides" strip */
.guides-strip { max-width: 1120px; margin: 4px auto 10px; padding: 0 18px; }
.guides-strip h2 { text-align: center; font-size: 1.4rem; font-weight: 800; letter-spacing: -0.02em; margin: 8px 0 16px; }

@media (max-width: 640px) {
  .guide-list { grid-template-columns: 1fr; }
  .article { padding: 22px 20px; }
}

.site-footer { max-width: 1120px; margin: 8px auto 44px; padding: 0 18px; color: var(--muted); font-size: 0.8rem; text-align: center; }
.site-footer a { color: var(--brand); text-decoration: none; }
.credit-line { margin-top: 8px; font-size: 0.78rem; color: var(--muted); }
.credit-line a { font-weight: 700; }
.brand-line { margin: 0 0 6px; font-size: 0.92rem; }
.brand-line strong {
  background: linear-gradient(120deg, var(--brand), var(--brand-2));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

@media (prefers-reduced-motion: reduce) {
  .mascot, .mascot-coin, .coin { animation: none; }
}

@media (max-width: 880px) {
  .layout { grid-template-columns: 1fr; }
  .regime-grid { grid-template-columns: 1fr; }
  .hero-inner { flex-direction: column-reverse; text-align: center; }
  .hero h1 { font-size: 2rem; }
  .trust { justify-content: center; }
  .mascot { width: 150px; height: 150px; }
  .coin { display: none; } /* avoid overlap on the stacked mobile layout */
}
