/* ==========================================================================
   Kupid AI Review — original design system
   Dark premium editorial interface. Mint primary, lavender secondary.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Tokens
   -------------------------------------------------------------------------- */
:root {
  /* Surfaces */
  --bg: #070b14;
  --bg-soft: #0a1020;
  --surface: #0e1524;
  --surface-2: #131c2e;
  --surface-3: #18223a;

  /* Accents */
  --mint: #5eead4;
  --mint-deep: #2fd3b4;
  --mint-ink: #04241f;
  --lavender: #b9a7f7;
  --lavender-deep: #9a83ef;
  --gradient: linear-gradient(135deg, #5eead4 0%, #8fd9e8 45%, #b9a7f7 100%);
  --gradient-soft: linear-gradient(135deg, rgba(94, 234, 212, .16) 0%, rgba(185, 167, 247, .16) 100%);

  /* Text */
  --text: #ffffff;
  --text-2: #dce4f2;
  --muted: #94a3bd;
  --muted-2: #7b8aa6;

  /* Lines & shadows */
  --border: rgba(255, 255, 255, .08);
  --border-strong: rgba(255, 255, 255, .14);
  --shadow: 0 18px 50px -22px rgba(0, 0, 0, .85);
  --glow: 0 10px 34px -12px rgba(94, 234, 212, .45);

  /* Status tints */
  --pro-tint: rgba(94, 234, 212, .09);
  --pro-line: rgba(94, 234, 212, .32);
  --con-tint: rgba(248, 155, 155, .08);
  --con-line: rgba(248, 155, 155, .3);
  --warn-tint: rgba(250, 204, 21, .08);
  --warn-line: rgba(250, 204, 21, .28);
  --lav-tint: rgba(185, 167, 247, .09);
  --lav-line: rgba(185, 167, 247, .3);

  /* Metrics */
  --measure: 820px;
  --wide: 1180px;
  --radius: 16px;
  --radius-sm: 10px;
  --header-h: 64px;

  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
          Arial, "Noto Sans", sans-serif;
}

/* --------------------------------------------------------------------------
   2. Reset & base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 18px);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 1.0625rem;         /* 17px */
  line-height: 1.75;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Ambient, non-representational background wash */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(760px 420px at 12% -6%, rgba(94, 234, 212, .10), transparent 70%),
    radial-gradient(620px 380px at 92% 2%, rgba(185, 167, 247, .09), transparent 72%);
}

img, svg, video { max-width: 100%; height: auto; display: block; }

a { color: var(--mint); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: #8ff3e2; }

h1, h2, h3, h4 {
  line-height: 1.22;
  letter-spacing: -.015em;
  overflow-wrap: break-word;
  margin: 0;
}

strong, b { color: #fff; font-weight: 650; }

:focus-visible {
  outline: 3px solid var(--mint);
  outline-offset: 3px;
  border-radius: 6px;
}

::selection { background: rgba(94, 234, 212, .3); color: #fff; }

/* --------------------------------------------------------------------------
   3. Layout helpers
   -------------------------------------------------------------------------- */
.shell { position: relative; z-index: 1; }

.wrap {
  width: 100%;
  max-width: var(--wide);
  margin-inline: auto;
  padding-inline: 20px;
}

.wrap--measure { max-width: calc(var(--measure) + 40px); }

.skip-link {
  position: absolute;
  left: 12px;
  top: -100px;
  z-index: 200;
  background: var(--mint);
  color: var(--mint-ink);
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 0 0 12px 12px;
  transition: top .15s ease;
}
.skip-link:focus { top: 0; color: var(--mint-ink); }

/* --------------------------------------------------------------------------
   4. Header & navigation
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(7, 11, 20, .88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}

.header-bar {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -.02em;
  flex: 0 0 auto;
}
.brand:hover { color: #fff; }

.brand-mark {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 9px;
  background: var(--gradient);
  color: #06251f;
  display: grid;
  place-items: center;
  font-size: .95rem;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-name { font-size: 1rem; white-space: nowrap; }
.brand-name span { color: var(--mint); }

.primary-nav { margin-left: auto; }

.nav-list {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-list a {
  display: block;
  padding: 9px 11px;
  border-radius: 9px;
  font-size: .875rem;
  font-weight: 550;
  color: var(--muted);
  text-decoration: none;
  white-space: nowrap;
}
.nav-list a:hover { color: #fff; background: rgba(255, 255, 255, .06); }
.nav-list a[aria-current="page"] { color: var(--mint); background: rgba(94, 234, 212, .1); }

.nav-toggle {
  display: none;
  margin-left: auto;
  min-height: 44px;
  min-width: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid var(--border-strong);
  background: var(--surface-2);
  color: #fff;
  font: inherit;
  font-size: .875rem;
  font-weight: 600;
  cursor: pointer;
}

.nav-toggle-bars { display: inline-grid; gap: 4px; }
.nav-toggle-bars i { display: block; width: 17px; height: 2px; border-radius: 2px; background: currentColor; }

.header-cta { flex: 0 0 auto; }

/* --------------------------------------------------------------------------
   5. Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font: inherit;
  font-size: .9375rem;
  font-weight: 650;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease;
}

.btn--primary {
  background: var(--gradient);
  color: #05231e;
  box-shadow: var(--glow);
}
.btn--primary:hover { color: #05231e; transform: translateY(-1px); box-shadow: 0 14px 40px -12px rgba(94, 234, 212, .6); }

.btn--ghost {
  background: rgba(255, 255, 255, .04);
  border-color: var(--border-strong);
  color: var(--text-2);
}
.btn--ghost:hover { color: #fff; background: rgba(255, 255, 255, .09); }

.btn--sm { min-height: 40px; padding: 9px 16px; font-size: .875rem; border-radius: 10px; }
.btn--lg { min-height: 52px; padding: 15px 30px; font-size: 1.0625rem; }
.btn--block { width: 100%; }

.btn-note {
  margin: 12px 0 0;
  font-size: .8125rem;
  line-height: 1.6;
  color: var(--muted-2);
}

/* --------------------------------------------------------------------------
   6. Breadcrumbs
   -------------------------------------------------------------------------- */
.breadcrumbs { padding-top: 22px; font-size: .8125rem; }
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--muted-2);
}
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--mint); }
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: rgba(255, 255, 255, .22); }
.breadcrumbs [aria-current="page"] { color: var(--text-2); }

/* --------------------------------------------------------------------------
   7. Hero
   -------------------------------------------------------------------------- */
.hero { padding: 40px 0 26px; }
.hero--review { padding-top: 46px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  padding: 7px 14px;
  border: 1px solid var(--pro-line);
  border-radius: 999px;
  background: rgba(94, 234, 212, .07);
  color: var(--mint);
  font-size: .75rem;
  font-weight: 650;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--mint);
}

.hero h1 {
  font-size: clamp(1.95rem, 5.2vw, 3.2rem);
  font-weight: 750;
  margin: 0 0 18px;
  max-width: 22ch;
}
.hero--guide h1 { font-size: clamp(1.8rem, 4.4vw, 2.6rem); max-width: 26ch; }

.hero-lede {
  font-size: clamp(1.0625rem, 2.1vw, 1.1875rem);
  line-height: 1.68;
  color: var(--text-2);
  max-width: 62ch;
  margin: 0 0 22px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, .85fr);
  gap: 30px;
  align-items: start;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  margin: 0 0 24px;
  font-size: .8125rem;
  color: var(--muted);
}
.hero-meta > * { display: inline-flex; align-items: center; gap: 7px; }

.tag-18 {
  padding: 4px 10px;
  border: 1px solid var(--lav-line);
  border-radius: 999px;
  background: var(--lav-tint);
  color: var(--lavender);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

/* Hero media — companion image beside the headline */
.hero-media {
  position: relative;
  margin: 0;
  border: 1px solid var(--border-strong);
  border-radius: 20px;
  overflow: hidden;
  background: var(--surface-3);
  box-shadow: var(--shadow), 0 0 0 1px rgba(94, 234, 212, .07);
  isolation: isolate;
}

.hero-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  transition: transform .8s cubic-bezier(.22, .68, .3, 1);
}
.hero-media:hover img { transform: scale(1.035); }

.hero--guide .hero-media img { aspect-ratio: 4 / 3; }

/* Gradient scrim so overlaid text stays readable */
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(7, 11, 20, .05) 0%,
    rgba(7, 11, 20, .02) 45%,
    rgba(7, 11, 20, .82) 100%
  );
}

.hero-media figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 16px 18px;
  font-size: .75rem;
  line-height: 1.5;
  color: var(--muted);
}
.hero-media figcaption b {
  display: block;
  color: #fff;
  font-weight: 650;
  font-size: .875rem;
  margin-bottom: 2px;
}

/* Compact score badge floated on the hero image */
.hero-score {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(7, 11, 20, .62);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-variant-numeric: tabular-nums;
}
.hero-score b {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -.02em;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-score span { font-size: .75rem; font-weight: 600; color: var(--muted); }

/* Score panel */
.score-card {
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  box-shadow: var(--shadow);
  padding: 26px 24px;
  text-align: center;
}

.score-card h2 {
  font-size: .75rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 650;
  margin-bottom: 14px;
}

.score-value {
  font-size: clamp(3rem, 9vw, 3.9rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.04em;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.score-value sub {
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--muted);
  -webkit-text-fill-color: var(--muted);
  bottom: 0;
  margin-left: 2px;
}

.score-meter {
  height: 7px;
  margin: 18px 0 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  overflow: hidden;
}
.score-meter i {
  display: block;
  height: 100%;
  width: 84%;
  border-radius: 999px;
  background: var(--gradient);
}

.score-caption { font-size: .8125rem; color: var(--muted-2); margin: 0; }

.score-split {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  display: grid;
  gap: 14px;
  text-align: left;
}
.score-split div { font-size: .9375rem; line-height: 1.6; }
.score-split dt {
  font-size: .6875rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--mint);
  margin-bottom: 3px;
}
.score-split .is-con dt { color: var(--lavender); }
.score-split dd { margin: 0; color: var(--text-2); font-size: .9375rem; line-height: 1.6; }

/* Best for / Less suitable for shown inside the hero text column */
.hero-split {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px 24px;
  margin: 0 0 24px;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .025);
}

/* --------------------------------------------------------------------------
   8. Disclosure
   -------------------------------------------------------------------------- */
.disclosure {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-left: 3px solid var(--lavender);
  border-radius: var(--radius-sm);
  background: rgba(185, 167, 247, .06);
  font-size: .8125rem;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 26px;
}
.disclosure b { color: var(--text-2); }

/* Compact one-line disclosure sitting directly under the hero CTA.
   Kept near the first affiliate link so the disclosure stays clear and
   conspicuous at the point of click, without a heavy box in the hero. */
.disclosure--inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 4px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  font-size: .8125rem;
  color: var(--muted-2);
}
.disclosure--inline a { color: var(--muted); text-underline-offset: 2px; }
.disclosure--inline a:hover { color: var(--mint); }
.disclosure--inline::before {
  content: "";
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lavender);
}

/* Full disclosure panel placed after the article body */
.disclosure-panel {
  border: 1px solid var(--border-strong);
  border-left: 3px solid var(--lavender);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  padding: 24px 26px;
  box-shadow: var(--shadow);
}
.disclosure-panel h2 {
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 0 0 10px;
}
.disclosure-panel h2::after { display: none; }
.disclosure-panel p {
  margin: 0 0 10px;
  font-size: .875rem;
  line-height: 1.7;
  color: var(--text-2);
}
.disclosure-panel p:last-child { margin-bottom: 0; }
.disclosure-panel .fine { font-size: .8125rem; color: var(--muted-2); }

@media (max-width: 600px) {
  .disclosure-panel { padding: 20px; }
}

/* --------------------------------------------------------------------------
   9. Sections & article prose
   -------------------------------------------------------------------------- */
.section { padding: 34px 0; }
.section--tight { padding: 22px 0; }

.article { max-width: var(--measure); }

.prose > * + * { margin-top: 1.15em; }

.prose h2 {
  font-size: clamp(1.5rem, 3.3vw, 1.95rem);
  font-weight: 720;
  margin-top: 2.1em;
  margin-bottom: .2em;
  padding-top: .3em;
  scroll-margin-top: calc(var(--header-h) + 20px);
}

.prose h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-top: .55em;
  border-radius: 3px;
  background: var(--gradient);
}

.prose h3 {
  font-size: clamp(1.125rem, 2.4vw, 1.3125rem);
  font-weight: 680;
  color: var(--text);
  margin-top: 1.9em;
  margin-bottom: .1em;
  scroll-margin-top: calc(var(--header-h) + 20px);
}

.prose p { margin: 0; color: var(--text-2); }

.prose ul, .prose ol { margin: 0; padding-left: 1.35em; color: var(--text-2); }
.prose li + li { margin-top: .5em; }
.prose li::marker { color: var(--mint); }
.prose ol li::marker { color: var(--lavender); font-weight: 700; }

.prose > ul, .prose > ol {
  padding: 18px 20px 18px 2.1em;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, .022);
}

.prose blockquote {
  margin: 0;
  padding: 16px 20px;
  border-left: 3px solid var(--mint);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: var(--pro-tint);
  color: var(--text-2);
}
.prose blockquote p { margin: 0; }

.prose hr {
  border: 0;
  height: 1px;
  background: var(--border);
  margin: 2.4em 0;
}

/* Stat line — a short emphasised fact pulled from the source */
.stat-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 12px;
  padding: 14px 18px;
  border: 1px solid var(--pro-line);
  border-radius: var(--radius-sm);
  background: var(--pro-tint);
  font-size: 1.0625rem;
  font-weight: 650;
  color: #fff;
}

/* --------------------------------------------------------------------------
   10. Cards
   -------------------------------------------------------------------------- */
.card {
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 24px;
  box-shadow: var(--shadow);
}

.card--verdict {
  background:
    var(--gradient-soft),
    linear-gradient(180deg, var(--surface-2), var(--surface));
  border-color: var(--pro-line);
}

.card-label {
  display: block;
  font-size: .6875rem;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--mint);
  margin-bottom: 10px;
}
.card--verdict h2 {
  font-size: 1.375rem;
  margin: 0 0 14px;
  font-weight: 700;
}
.card--verdict h2::after { display: none; }

.card .prose > *:first-child { margin-top: 0; }

/* Callouts */
.callout {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 4px 14px;
  padding: 18px 20px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background: var(--surface-2);
}
.callout-icon {
  grid-row: span 2;
  width: 30px; height: 30px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
  font-size: .9375rem;
  font-weight: 800;
}
.callout h3 { margin: 0 0 4px; font-size: 1rem; font-weight: 700; }
.callout p, .callout ul { margin: 0; font-size: .9375rem; color: var(--text-2); }
.callout ul { padding-left: 1.2em; }
.callout--tip { border-color: var(--pro-line); background: var(--pro-tint); }
.callout--tip .callout-icon { background: rgba(94, 234, 212, .18); color: var(--mint); }
.callout--warn { border-color: var(--warn-line); background: var(--warn-tint); }
.callout--warn .callout-icon { background: rgba(250, 204, 21, .16); color: #fbe38a; }
.callout--info { border-color: var(--lav-line); background: var(--lav-tint); }
.callout--info .callout-icon { background: rgba(185, 167, 247, .18); color: var(--lavender); }

/* --------------------------------------------------------------------------
   11. Table of contents
   -------------------------------------------------------------------------- */
.toc {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 20px 22px;
}
.toc h2 {
  font-size: .75rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
  margin: 0 0 12px;
}
.toc h2::after { display: none; }
.toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 2;
  column-gap: 28px;
}
.toc li { margin: 0 0 7px; break-inside: avoid; }
.toc a {
  color: var(--muted);
  text-decoration: none;
  font-size: .875rem;
  line-height: 1.5;
  display: block;
  padding: 3px 0;
}
.toc a:hover { color: var(--mint); }

/* --------------------------------------------------------------------------
   12. Tables
   -------------------------------------------------------------------------- */
.table-scroll {
  margin: 0;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background: var(--surface);
  overflow: hidden;
}

.table-scroll > div {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-hint {
  display: none;
  padding: 9px 16px;
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, .03);
  font-size: .75rem;
  color: var(--muted-2);
}

table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: .9375rem;
}

caption {
  padding: 14px 16px 12px;
  text-align: left;
  font-size: .8125rem;
  color: var(--muted);
  border-bottom: 1px solid var(--border);
}

th, td {
  padding: 13px 16px;
  text-align: left;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}

thead th {
  background: var(--surface-3);
  color: #fff;
  font-size: .75rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}

tbody tr:last-child td { border-bottom: 0; }
tbody tr:nth-child(even) { background: rgba(255, 255, 255, .018); }
tbody th { font-weight: 620; color: #fff; }
td.num, th.num { text-align: right; font-variant-numeric: tabular-nums; }

/* --------------------------------------------------------------------------
   13. Pros & cons
   -------------------------------------------------------------------------- */
.pros-cons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}

.pc-card {
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  padding: 22px;
  background: var(--surface);
}
.pc-card--pro { border-color: var(--pro-line); background: var(--pro-tint); }
.pc-card--con { border-color: var(--con-line); background: var(--con-tint); }

.pc-card h2, .pc-card h3 {
  font-size: 1.0625rem;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
}
.pc-card h2::after { display: none; }

.pc-card ul { list-style: none; margin: 0; padding: 0; }
.pc-card li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  font-size: .9375rem;
  line-height: 1.6;
  color: var(--text-2);
}
.pc-card li:last-child { margin-bottom: 0; }
.pc-card li b { display: block; color: #fff; margin-bottom: 2px; }
.pc-card li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: .6875rem;
  font-weight: 900;
  line-height: 1;
}
.pc-card--pro li::before { content: "+"; background: rgba(94, 234, 212, .2); color: var(--mint); }
.pc-card--con li::before { content: "\2013"; background: rgba(248, 155, 155, .18); color: #f9b3b3; }

/* --------------------------------------------------------------------------
   14. Plan comparison cards
   -------------------------------------------------------------------------- */
.plan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.plan {
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.plan--featured { border-color: var(--pro-line); box-shadow: var(--glow); }

.plan-name {
  font-size: 1.125rem;
  font-weight: 720;
  margin: 0 0 4px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.plan-name h3 { font-size: inherit; margin: 0; }

.plan-badge {
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(94, 234, 212, .16);
  border: 1px solid var(--pro-line);
  color: var(--mint);
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.plan-price {
  font-size: 1.75rem;
  font-weight: 780;
  letter-spacing: -.03em;
  margin: 10px 0 2px;
  color: #fff;
}
.plan-price small { font-size: .875rem; font-weight: 550; color: var(--muted); letter-spacing: 0; }
.plan-sub { font-size: .875rem; color: var(--muted); margin: 0 0 16px; }

.plan ul {
  list-style: none;
  margin: 0 0 18px;
  padding: 16px 0 0;
  border-top: 1px solid var(--border);
  font-size: .9375rem;
}
.plan li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 9px;
  color: var(--text-2);
}
.plan li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: .62em;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--mint);
}
.plan .btn { margin-top: auto; }

/* --------------------------------------------------------------------------
   15. Step list
   -------------------------------------------------------------------------- */
.steps { counter-reset: step; list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.steps > li {
  counter-increment: step;
  position: relative;
  padding: 18px 20px 18px 62px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}
.steps > li::before {
  content: counter(step);
  position: absolute;
  left: 18px;
  top: 18px;
  width: 30px; height: 30px;
  border-radius: 9px;
  background: var(--gradient);
  color: #05231e;
  display: grid;
  place-items: center;
  font-size: .9375rem;
  font-weight: 800;
}
.steps h3 { margin: 0 0 4px; font-size: 1.0625rem; font-weight: 680; }
.steps p, .steps ul { margin: 0; font-size: .9375rem; color: var(--text-2); }
.steps ul { padding-left: 1.2em; margin-top: .4em; }

/* --------------------------------------------------------------------------
   16. Key-value summary grid
   -------------------------------------------------------------------------- */
.kv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
  margin: 0;
}
.kv {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--surface);
  padding: 16px 18px;
}
.kv dt {
  font-size: .6875rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--muted-2);
  font-weight: 700;
  margin-bottom: 6px;
}
.kv dd {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
.kv dd small { display: block; font-size: .8125rem; font-weight: 500; color: var(--muted); margin-top: 4px; line-height: 1.5; }

/* --------------------------------------------------------------------------
   17. FAQ accordion (native details/summary)
   -------------------------------------------------------------------------- */
.faq { display: grid; gap: 10px; }

.faq details {
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  background: var(--surface);
  overflow: hidden;
}
.faq details[open] { border-color: var(--pro-line); background: var(--surface-2); }

.faq summary {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 18px;
  min-height: 44px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 620;
  color: #fff;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "";
  flex: 0 0 10px;
  width: 10px; height: 10px;
  margin-left: auto;
  margin-top: .42em;
  border-right: 2px solid var(--mint);
  border-bottom: 2px solid var(--mint);
  transform: rotate(45deg);
  transition: transform .2s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq summary:hover { background: rgba(255, 255, 255, .03); }

.faq-answer { padding: 0 18px 17px; }
.faq-answer p { margin: 0; font-size: .9375rem; color: var(--text-2); }
.faq-answer p + p { margin-top: .8em; }

/* --------------------------------------------------------------------------
   18. Related guides
   -------------------------------------------------------------------------- */
.related h2 {
  font-size: clamp(1.375rem, 3vw, 1.75rem);
  font-weight: 720;
  margin: 0 0 6px;
}
.related > p { color: var(--muted); margin: 0 0 22px; font-size: .9375rem; }

.guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

.guide-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease, background-color .2s ease;
}
.guide-card:hover {
  border-color: var(--pro-line);
  background: var(--surface-2);
  transform: translateY(-2px);
}
.guide-card-kicker {
  font-size: .6875rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 750;
  color: var(--lavender);
}
.guide-card h3 { font-size: 1.0625rem; font-weight: 680; color: #fff; margin: 0; }
.guide-card p { margin: 0; font-size: .875rem; color: var(--muted); line-height: 1.6; }
.guide-card-more { margin-top: auto; padding-top: 6px; font-size: .8125rem; font-weight: 650; color: var(--mint); }

/* --------------------------------------------------------------------------
   18b. Author profile and editorial methodology
   -------------------------------------------------------------------------- */
.byline {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 8px 20px;
  padding: 26px 28px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background:
    var(--gradient-soft),
    linear-gradient(180deg, var(--surface-2), var(--surface));
  box-shadow: var(--shadow);
}

.byline-avatar {
  grid-row: span 4;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 28%;
  border: 3px solid rgba(94, 234, 212, .55);
  box-shadow: var(--glow), 0 0 0 5px rgba(94, 234, 212, .08);
}

.byline-kicker {
  font-size: .6875rem;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--mint);
  margin: 0;
}

.byline h2 {
  font-size: 1.1875rem;
  font-weight: 720;
  margin: 2px 0 0;
}
.byline h2::after { display: none; }

.byline-role {
  grid-column: 2;
  margin: 0;
  color: var(--lavender);
  font-size: .875rem;
  font-weight: 650;
  line-height: 1.45;
}

.byline-body { grid-column: 2; }
.byline-body p {
  margin: 10px 0 0;
  font-size: .9375rem;
  line-height: 1.7;
  color: var(--text-2);
}

.byline-facts {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.byline-facts li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, .04);
  font-size: .75rem;
  color: var(--muted);
}
.byline-facts li::before {
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--mint);
}

.byline-body .byline-bio {
  color: #fff;
  font-size: 1rem;
}

/* --- Review methodology grid ------------------------------------------- */
/* A concrete, checkable account of how each page was produced. */
.process {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
  gap: 14px;
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--border);
  list-style: none;
}

.process li {
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, .028);
}

.process b {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .8125rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.process b::before {
  content: "";
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  background: var(--gradient);
}

.process span {
  display: block;
  font-size: .8125rem;
  line-height: 1.6;
  color: var(--muted);
}

@media (max-width: 600px) {
  .process { grid-column: 1; grid-template-columns: 1fr 1fr; gap: 10px; }
  .process li { padding: 12px 13px; }
}

@media (max-width: 400px) {
  .process { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .byline { grid-template-columns: 72px minmax(0, 1fr); gap: 6px 16px; padding: 22px 20px; }
  .byline-avatar { grid-row: span 3; width: 72px; height: 72px; }
  .byline-role { grid-column: 2; }
  .byline-body, .byline-facts, .process { grid-column: 1 / -1; }
}

/* --------------------------------------------------------------------------
   19. Final CTA band
   -------------------------------------------------------------------------- */
.cta-band {
  position: relative;
  border: 1px solid var(--pro-line);
  border-radius: 20px;
  background:
    var(--gradient-soft),
    linear-gradient(180deg, var(--surface-2), var(--surface));
  padding: 34px 30px;
  text-align: center;
  box-shadow: var(--shadow);
}
.cta-band h2 {
  font-size: clamp(1.5rem, 3.4vw, 2rem);
  font-weight: 740;
  margin: 0 0 12px;
}
.cta-band h2::after { display: none; }
.cta-band p {
  max-width: 56ch;
  margin: 0 auto 22px;
  color: var(--text-2);
  font-size: 1rem;
}
.cta-band .btn { min-width: 230px; }
.cta-band .btn-note { max-width: 60ch; margin-inline: auto; }

/* --------------------------------------------------------------------------
   20. Footer
   -------------------------------------------------------------------------- */
.site-footer {
  margin-top: 50px;
  border-top: 1px solid var(--border);
  background: var(--bg-soft);
  padding: 44px 0 34px;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
  gap: 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
}

.footer-about p {
  margin: 14px 0 0;
  font-size: .875rem;
  color: var(--muted);
  max-width: 44ch;
  line-height: 1.7;
}

.footer-nav h2 {
  font-size: .6875rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted-2);
  font-weight: 750;
  margin: 0 0 14px;
}
.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 4px 20px;
}
.footer-nav a {
  display: block;
  padding: 7px 0;
  color: var(--text-2);
  text-decoration: none;
  font-size: .9375rem;
}
.footer-nav a:hover { color: var(--mint); }

.footer-legal {
  padding-top: 24px;
  display: grid;
  gap: 14px;
  font-size: .8125rem;
  line-height: 1.7;
  color: var(--muted-2);
}
.footer-legal p { margin: 0; max-width: 78ch; }
.footer-legal .affiliate-note {
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-left: 3px solid var(--mint);
  border-radius: var(--radius-sm);
  background: rgba(94, 234, 212, .05);
  color: var(--muted);
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  color: var(--muted-2);
}

/* --------------------------------------------------------------------------
   21. Companion image gallery
   -------------------------------------------------------------------------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gallery--wide { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }

.shot {
  margin: 0;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background: var(--surface);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.shot img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: var(--surface-3);
  display: block;
}

.shot figcaption {
  padding: 11px 14px 13px;
  font-size: .8125rem;
  line-height: 1.5;
  color: var(--muted);
  border-top: 1px solid var(--border);
}
.shot figcaption b { display: block; color: var(--text-2); font-weight: 620; margin-bottom: 2px; }

/* Single feature image, used inside article flow */
.shot--feature {
  max-width: 420px;
}
.shot--feature img { aspect-ratio: 4 / 5; }

/* Notice under a gallery explaining what the images are */
.gallery-note {
  margin: 14px 0 0;
  font-size: .8125rem;
  line-height: 1.65;
  color: var(--muted-2);
}

/* --------------------------------------------------------------------------
   21b. Premium motion layer
   Aurora hero wash, scroll reveals, card shine, cursor spotlight.
   All effects are decorative and fully disabled under prefers-reduced-motion.
   -------------------------------------------------------------------------- */

/* --- Aurora: slow drifting mesh gradient behind the hero ---------------- */
.aurora {
  position: absolute;
  inset: -18% -10% auto -10%;
  height: 560px;
  z-index: -1;
  pointer-events: none;
  filter: blur(66px);
  opacity: .55;
  background:
    radial-gradient(38% 52% at 22% 34%, rgba(94, 234, 212, .55), transparent 68%),
    radial-gradient(34% 46% at 74% 26%, rgba(185, 167, 247, .5), transparent 70%),
    radial-gradient(30% 42% at 52% 68%, rgba(143, 217, 232, .38), transparent 72%);
  animation: aurora-drift 22s ease-in-out infinite alternate;
}

@keyframes aurora-drift {
  0%   { transform: translate3d(-3%, -2%, 0) scale(1); }
  50%  { transform: translate3d(3%, 3%, 0) scale(1.09); }
  100% { transform: translate3d(-2%, 2%, 0) scale(1.03); }
}

.hero { position: relative; isolation: isolate; }

/* Fine grain overlay — adds texture so gradients never look flat */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .028;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* --- Scroll reveal ------------------------------------------------------ */
/* Elements start hidden ONLY when JS is active (html.js), so the page stays
   fully readable if JS never runs. */
.js [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition: opacity .7s cubic-bezier(.22, .68, .3, 1),
              transform .7s cubic-bezier(.22, .68, .3, 1);
  will-change: opacity, transform;
}
.js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}
/* Stagger children of a revealed group */
.js [data-reveal-group] > * {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity .6s cubic-bezier(.22, .68, .3, 1),
              transform .6s cubic-bezier(.22, .68, .3, 1);
}
.js [data-reveal-group].is-visible > * { opacity: 1; transform: none; }
.js [data-reveal-group].is-visible > *:nth-child(2) { transition-delay: .07s; }
.js [data-reveal-group].is-visible > *:nth-child(3) { transition-delay: .14s; }
.js [data-reveal-group].is-visible > *:nth-child(4) { transition-delay: .21s; }
.js [data-reveal-group].is-visible > *:nth-child(5) { transition-delay: .28s; }
.js [data-reveal-group].is-visible > *:nth-child(6) { transition-delay: .35s; }

/* --- Shine sweep on primary buttons ------------------------------------ */
.btn--primary { position: relative; overflow: hidden; isolation: isolate; }
.btn--primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 55%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .5), transparent);
  transform: skewX(-18deg);
}
.btn--primary:hover::after { animation: shine 0.75s ease-out; }

@keyframes shine {
  to { left: 130%; }
}

/* --- Cursor spotlight on cards ----------------------------------------- */
/* JS writes --mx/--my as percentages; a soft mint glow follows the pointer. */
.guide-card,
.plan,
.shot,
.card--verdict {
  position: relative;
  isolation: isolate;
}

.guide-card::before,
.plan::before,
.shot::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: opacity .35s ease;
  background: radial-gradient(
    260px circle at var(--mx, 50%) var(--my, 50%),
    rgba(94, 234, 212, .14),
    transparent 70%
  );
}
.guide-card:hover::before,
.plan:hover::before,
.shot:hover::before { opacity: 1; }

/* Gallery images lift and de-saturate slightly until hovered */
.shot img {
  transition: transform .5s cubic-bezier(.22, .68, .3, 1), filter .4s ease;
}
.shot:hover img { transform: scale(1.045); filter: saturate(1.08); }

/* --- Score counter ------------------------------------------------------ */
.score-value { font-variant-numeric: tabular-nums; }
.score-meter i {
  transform-origin: left center;
  transition: transform 1.5s cubic-bezier(.22, .68, .3, 1);
}
.js .score-meter i { transform: scaleX(0); }
.js .score-meter.is-visible i { transform: scaleX(1); }

/* --- Sticky reading progress bar --------------------------------------- */
.progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  z-index: 90;
  transform: scaleX(0);
  transform-origin: left center;
  background: var(--gradient);
  pointer-events: none;
}

/* --- Nav link underline grow ------------------------------------------- */
.nav-list a { position: relative; }
.nav-list a::after {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  bottom: 4px;
  height: 1.5px;
  border-radius: 2px;
  background: var(--gradient);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .28s cubic-bezier(.22, .68, .3, 1);
}
.nav-list a:hover::after { transform: scaleX(1); }
.nav-list a[aria-current="page"]::after { display: none; }

/* --- Section heading accent grows on reveal ---------------------------- */
.js .prose h2::after { transform: scaleX(0); transform-origin: left center; transition: transform .6s cubic-bezier(.22, .68, .3, 1) .1s; }
.js .prose h2.is-visible::after { transform: scaleX(1); }

/* --------------------------------------------------------------------------
   22. Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
  .nav-list a { padding: 9px 8px; font-size: .8125rem; }
}

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .header-bar { gap: 10px; }

  .primary-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0;
    display: none;
    padding: 10px 20px 18px;
    background: rgba(8, 13, 24, .99);
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow);
    max-height: calc(100vh - var(--header-h));
    overflow-y: auto;
  }
  .primary-nav.is-open { display: block; }

  .nav-list { flex-direction: column; align-items: stretch; gap: 2px; }
  .nav-list a {
    padding: 13px 14px;
    font-size: 1rem;
    border-radius: 10px;
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .header-cta { display: none; }
  .nav-cta-mobile { margin-top: 12px; }
}

@media (min-width: 861px) {
  .nav-cta-mobile { display: none; }
}

@media (max-width: 720px) {
  body { font-size: 1rem; }
  .toc ol { columns: 1; }
  .table-hint { display: block; }
  .cta-band { padding: 28px 20px; }
  .cta-band .btn { min-width: 0; width: 100%; }
  .hero { padding-top: 30px; }
  .card, .plan, .pc-card { padding: 20px; }
  .steps > li { padding: 16px 18px 16px 58px; }
}

@media (max-width: 460px) {
  .brand-name { font-size: .9375rem; }
  .wrap { padding-inline: 16px; }
  .gallery,
  .gallery--wide { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .shot figcaption { padding: 9px 11px 11px; font-size: .75rem; }
}

/* --------------------------------------------------------------------------
   23. Motion & print
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .btn--primary:hover, .guide-card:hover { transform: none; }

  /* Content must never stay hidden: force every reveal target visible. */
  .js [data-reveal],
  .js [data-reveal-group],
  .js [data-reveal-group] > * {
    opacity: 1 !important;
    transform: none !important;
  }
  .js .score-meter i,
  .js .prose h2::after { transform: none !important; }

  /* Drop purely decorative motion entirely. */
  .aurora { animation: none; opacity: .32; }
  .btn--primary:hover::after { animation: none; }
  .shot:hover img { transform: none; }
  .hero-media:hover img { transform: none; }
  .progress { display: none; }
}

@media print {
  body::before, .site-header, .cta-band, .toc { display: none !important; }
  body { background: #fff; color: #000; font-size: 12pt; }
  .card, .plan, .table-scroll { border-color: #999; }
}
