/* =========================================================
   Kyoji Health — 2026 Health UGC Benchmark Report styles
   Shares the warm cream + emerald palette of the main site.
   ========================================================= */

:root {
  --bg: #F3F1EA;
  --bg-soft: #EDEAE0;
  --bg-alt: #EEEBE2;
  --surface: #FFFFFF;
  --ink: #0B1210;
  --ink-2: #1A211E;
  --muted: #5E6663;
  --muted-2: #8A908C;
  --line: rgba(11, 18, 16, 0.08);
  --line-strong: rgba(11, 18, 16, 0.14);

  --accent: #00C781;
  --accent-2: #38E5A1;
  --accent-deep: #04916A;
  --accent-wash: #D8F5E7;

  --danger: #E0503A;

  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --radius-xl: 40px;

  --shadow-sm: 0 1px 2px rgba(11, 18, 16, 0.05), 0 2px 8px rgba(11, 18, 16, 0.04);
  --shadow: 0 10px 30px -10px rgba(11, 18, 16, 0.18), 0 2px 6px rgba(11, 18, 16, 0.06);
  --shadow-lg: 0 30px 80px -20px rgba(11, 18, 16, 0.25), 0 10px 30px -10px rgba(11, 18, 16, 0.15);

  --font-ui: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-display: 'Space Grotesk', 'Inter', sans-serif;
  --font-serif: 'Instrument Serif', Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

/* =========================================================
   Reusable
   ========================================================= */

.r-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.005em;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn-lg { padding: 14px 22px; font-size: 15px; }

.btn-primary {
  background: var(--ink);
  color: var(--bg);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 8px 20px -8px rgba(11, 18, 16, 0.4);
}
.btn-primary:hover { transform: translateY(-1px); background: #000; }

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

.r-gradient {
  background: linear-gradient(92deg, var(--accent-deep) 0%, var(--accent) 45%, var(--accent-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.r-gradient-light {
  background: linear-gradient(92deg, var(--accent-2) 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* =========================================================
   Top bar
   ========================================================= */

.report-top {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(243, 241, 234, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.report-top-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.home-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
}
.logo-mark {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--bg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.logo-word { letter-spacing: -0.02em; font-family: var(--font-display); }
.logo-dot { color: var(--accent); margin: 0 1px; }
.top-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--bg);
  transition: transform .2s ease;
}
.top-cta:hover { transform: translateY(-1px); }

/* =========================================================
   Hero
   ========================================================= */

.r-hero {
  position: relative;
  padding: 80px 0 72px;
  overflow: hidden;
}
.r-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.r-hero-glow {
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 900px;
  background: radial-gradient(closest-side, rgba(0, 199, 129, 0.22), rgba(56, 229, 161, 0.08) 55%, transparent 75%);
  filter: blur(10px);
}
.r-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(11, 18, 16, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 18, 16, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse at 50% 40%, black 35%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 40%, black 35%, transparent 75%);
}
.r-hero-inner {
  position: relative;
  text-align: center;
}

.r-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  font-weight: 700;
  color: var(--ink);
  padding: 6px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(6px);
}
.r-eyebrow.light {
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}
.r-eyebrow-glow {
  box-shadow: 0 0 0 4px rgba(0, 199, 129, 0.08);
}
.pulse-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 rgba(0, 199, 129, 0.5);
  animation: pulse 1.8s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(0, 199, 129, 0.55); }
  70% { box-shadow: 0 0 0 10px rgba(0, 199, 129, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 199, 129, 0); }
}

.r-hero-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin: 22px auto 18px;
  max-width: 12ch;
}
.r-hero-sub {
  max-width: 680px;
  margin: 0 auto 14px;
  color: var(--muted);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.6;
}
.r-hero-sources {
  max-width: 620px;
  margin: 0 auto 26px;
  color: var(--muted-2);
  font-size: 12.5px;
  line-height: 1.55;
  font-style: italic;
}
.r-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  max-width: 780px;
  margin: 0 auto 32px;
}
.r-chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 13px;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-2);
  box-shadow: var(--shadow-sm);
}
.r-hero-ctas {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.r-hero-meta {
  font-size: 13px;
  color: var(--muted-2);
  margin: 8px 0 0;
}

/* =========================================================
   Table of contents
   ========================================================= */

.r-toc {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-soft);
  padding: 18px 0;
}
.r-toc-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: toc;
}
.r-toc-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2);
  border: 1px solid transparent;
  transition: all .2s ease;
}
.r-toc-list a:hover {
  background: var(--surface);
  border-color: var(--line);
  box-shadow: var(--shadow-sm);
  color: var(--ink);
}
.r-toc-list a span {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  color: var(--accent-deep);
  letter-spacing: 0.02em;
}
@media (max-width: 900px) {
  .r-toc-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .r-toc-list { grid-template-columns: 1fr; }
}

/* =========================================================
   Sections
   ========================================================= */

.r-section {
  padding: 88px 0;
  position: relative;
}
.r-section-alt {
  background: var(--bg-alt);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.r-section-dark {
  background: #0B1210;
  color: rgba(255, 255, 255, 0.92);
}
.r-section-dark .r-source,
.r-section-dark .r-body { color: rgba(255, 255, 255, 0.68); }

.r-section-head {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}
.r-kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-deep);
  padding: 6px 12px;
  border: 1px solid rgba(4, 145, 106, 0.25);
  border-radius: 999px;
  background: rgba(216, 245, 231, 0.6);
}
.r-kicker.light {
  color: var(--accent-2);
  border-color: rgba(56, 229, 161, 0.3);
  background: rgba(0, 199, 129, 0.08);
}
.r-h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 4.5vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin: 18px 0 18px;
}
.r-h2.light { color: #fff; }
.r-h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(22px, 2.4vw, 28px);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 36px 0 16px;
}
.r-h3.light { color: #fff; }

.r-lead {
  font-size: clamp(16px, 1.35vw, 18px);
  color: var(--muted);
  line-height: 1.65;
  margin: 0 auto 16px;
  max-width: 720px;
}
.r-lead.light { color: rgba(255, 255, 255, 0.75); }
.r-lead b { color: var(--ink); font-weight: 600; }
.r-lead.light b { color: #fff; }

.r-body {
  font-size: 16px;
  color: var(--ink-2);
  line-height: 1.65;
  max-width: 780px;
}
.r-body b { font-weight: 600; }

.r-source {
  font-size: 12px;
  color: var(--muted-2);
  line-height: 1.55;
  max-width: 820px;
  margin-top: 14px;
  font-style: italic;
}
.r-source.light { color: rgba(255, 255, 255, 0.5); }

/* =========================================================
   Stat grid (executive summary)
   ========================================================= */

.r-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 48px 0 56px;
}
.r-stat {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 22px;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.r-stat:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.r-stat-value {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(36px, 4vw, 48px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--ink);
  margin-bottom: 14px;
}
.r-stat-value span {
  font-size: 0.55em;
  color: var(--muted);
  font-weight: 600;
  margin-left: 2px;
}
.r-stat-accent {
  background: linear-gradient(180deg, #0B1210 0%, #1A211E 100%);
  border-color: transparent;
  color: #fff;
}
.r-stat-accent .r-stat-value { color: #fff; }
.r-stat-accent .r-stat-value span { color: var(--accent-2); }
.r-stat-accent .r-stat-label { color: rgba(255, 255, 255, 0.82); }
.r-stat-accent .r-stat-source { color: rgba(255, 255, 255, 0.45); }
.r-stat-label {
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-2);
  margin-bottom: 10px;
}
.r-stat-source {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: var(--muted-2);
}
@media (max-width: 900px) {
  .r-stat-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .r-stat-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   Key points
   ========================================================= */

.r-keypoints {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: keypoints;
  display: grid;
  gap: 14px;
}
.r-keypoints li {
  counter-increment: keypoints;
  position: relative;
  padding: 22px 24px 22px 68px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-2);
}
.r-keypoints li::before {
  content: counter(keypoints, decimal-leading-zero);
  position: absolute;
  left: 22px;
  top: 22px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--accent-deep);
  letter-spacing: -0.02em;
}
.r-keypoints li b { color: var(--ink); font-weight: 600; }

/* =========================================================
   Tables
   ========================================================= */

.r-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  margin-top: 18px;
}
.r-section-dark .r-table-wrap {
  background: #10181F;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}
.r-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 640px;
}
.r-table th,
.r-table td {
  padding: 14px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}
.r-section-dark .r-table th,
.r-section-dark .r-table td {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
.r-table th {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  font-weight: 700;
  background: var(--bg-soft);
}
.r-section-dark .r-table th {
  background: #0B1210;
  color: rgba(255, 255, 255, 0.5);
}
.r-table tbody tr:last-child th,
.r-table tbody tr:last-child td { border-bottom: 0; }
.r-table tbody tr:hover td { background: rgba(216, 245, 231, 0.3); }
.r-section-dark .r-table tbody tr:hover td { background: rgba(0, 199, 129, 0.05); }
.r-price {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--accent-deep);
  white-space: nowrap;
}
.r-section-dark .r-price { color: var(--accent-2); }
.r-neg { color: var(--danger) !important; }
.r-row-accent td { background: rgba(216, 245, 231, 0.45); }
.r-section-dark .r-row-accent td { background: rgba(0, 199, 129, 0.08); }
.r-row-danger td { background: rgba(224, 80, 58, 0.06); }
.r-row-danger .r-price { color: var(--danger); }

.r-table-anchors td:first-child {
  font-weight: 500;
  color: var(--ink-2);
}

/* =========================================================
   Callouts
   ========================================================= */

.r-callout {
  margin: 32px 0 0;
  padding: 24px 28px;
  background: linear-gradient(180deg, rgba(216, 245, 231, 0.6), rgba(216, 245, 231, 0.25));
  border: 1px solid rgba(0, 199, 129, 0.2);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
}
.r-callout p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-2);
}
.r-callout p b { color: var(--ink); font-weight: 600; }
.r-callout-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 8px;
}
.r-callout-label.light { color: var(--accent-2); }

.r-callout-dark {
  background: linear-gradient(180deg, #0B1210 0%, #1A211E 100%);
  border-color: transparent;
  border-left-color: var(--accent-2);
  color: rgba(255, 255, 255, 0.85);
}
.r-callout-dark p { color: rgba(255, 255, 255, 0.82); }
.r-callout-dark p b { color: #fff; }

.r-callout-onDark {
  background: rgba(0, 199, 129, 0.08);
  border: 1px solid rgba(0, 199, 129, 0.2);
  border-left: 4px solid var(--accent);
  color: rgba(255, 255, 255, 0.85);
}
.r-callout-onDark p { color: rgba(255, 255, 255, 0.82); }
.r-callout-onDark p b { color: #fff; }

/* =========================================================
   Trust grid
   ========================================================= */

.r-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}
.r-trust-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.r-trust-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.r-trust-value {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(44px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--ink);
  margin-bottom: 12px;
}
.r-trust-value span {
  font-size: 0.5em;
  font-weight: 600;
  color: var(--accent-deep);
  margin-left: 2px;
}
.r-trust-accent {
  background: linear-gradient(140deg, #04916A 0%, #00C781 60%, #38E5A1 100%);
  border-color: transparent;
  color: #fff;
}
.r-trust-accent .r-trust-value,
.r-trust-accent .r-trust-value span { color: #fff; }
.r-trust-accent .r-trust-label { color: rgba(255, 255, 255, 0.9); }
.r-trust-accent .r-trust-source { color: rgba(255, 255, 255, 0.65); }
.r-trust-label {
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-2);
  margin-bottom: 10px;
}
.r-trust-source {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: var(--muted-2);
}
@media (max-width: 900px) {
  .r-trust-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .r-trust-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   Brief list (numbered)
   ========================================================= */

.r-brief-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.r-brief-list li {
  display: flex;
  gap: 18px;
  padding: 22px 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.r-brief-num {
  flex-shrink: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--accent-deep);
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(216, 245, 231, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.r-brief-body h4 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.r-brief-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
}
@media (max-width: 760px) {
  .r-brief-list { grid-template-columns: 1fr; }
}

/* =========================================================
   Check list (creator hiring)
   ========================================================= */

.r-check-list {
  list-style: none;
  margin: 18px 0 10px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.r-check-list li {
  position: relative;
  padding: 14px 18px 14px 52px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-2);
}
.r-check-list li::before {
  content: '✓';
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}

/* =========================================================
   FTC list (dark)
   ========================================================= */

.r-ftc-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.r-ftc-list li {
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
}
.r-ftc-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.r-ftc-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--danger);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
}
.r-ftc-list h4 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #fff;
}
.r-ftc-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}
.r-ftc-list p b { color: #fff; font-weight: 600; }
@media (max-width: 760px) {
  .r-ftc-list { grid-template-columns: 1fr; }
}

/* =========================================================
   Action plan cards
   ========================================================= */

.r-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 16px;
}
.r-plan-card {
  padding: 28px 28px 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.r-plan-card h4 {
  margin: 4px 0 16px;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.r-plan-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.r-plan-card li {
  position: relative;
  padding: 10px 0 10px 22px;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink-2);
  border-top: 1px solid var(--line);
}
.r-plan-card li:first-child { border-top: 0; }
.r-plan-card li::before {
  content: '→';
  position: absolute;
  left: 0;
  top: 10px;
  color: var(--accent-deep);
  font-weight: 700;
}
.r-plan-card li b { color: var(--ink); font-weight: 600; }
.r-plan-month {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-deep);
  padding: 5px 10px;
  border: 1px solid rgba(4, 145, 106, 0.25);
  border-radius: 999px;
  background: rgba(216, 245, 231, 0.6);
}
.r-plan-card-accent {
  background: linear-gradient(155deg, #0B1210 0%, #1A211E 100%);
  border-color: transparent;
  color: #fff;
}
.r-plan-card-accent h4 { color: #fff; }
.r-plan-card-accent li { color: rgba(255, 255, 255, 0.8); border-top-color: rgba(255, 255, 255, 0.08); }
.r-plan-card-accent li b { color: #fff; }
.r-plan-card-accent li::before { color: var(--accent-2); }
.r-plan-card-accent .r-plan-month {
  color: var(--accent-2);
  border-color: rgba(56, 229, 161, 0.3);
  background: rgba(0, 199, 129, 0.12);
}
@media (max-width: 760px) {
  .r-plan-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   Appendix sources
   ========================================================= */

.r-source-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.r-source-list li {
  padding: 14px 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-2);
}
.r-source-list li b {
  color: var(--ink);
  font-weight: 600;
  font-family: var(--font-display);
}

.r-note {
  margin: 24px 0 0;
  padding: 16px 20px;
  border-left: 3px solid var(--accent);
  background: rgba(216, 245, 231, 0.35);
  border-radius: 0 12px 12px 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-2);
}
.r-note b { font-weight: 600; color: var(--ink); }
.r-note-muted {
  border-left-color: var(--line-strong);
  background: transparent;
  color: var(--muted);
  font-size: 13px;
  font-style: italic;
}

/* =========================================================
   Final CTA
   ========================================================= */

.r-cta {
  padding: 72px 0;
  background: var(--bg);
}
.r-cta-card {
  background: linear-gradient(155deg, #0B1210 0%, #1A211E 100%);
  border-radius: var(--radius-xl);
  padding: 64px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.r-cta-card::before {
  content: '';
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 700px;
  background: radial-gradient(closest-side, rgba(0, 199, 129, 0.25), transparent 70%);
  filter: blur(10px);
  pointer-events: none;
}
.r-cta-card > * { position: relative; }
.r-cta-btn {
  background: var(--accent) !important;
  color: var(--ink) !important;
  margin: 12px 0 8px;
}
.r-cta-btn:hover {
  background: var(--accent-2) !important;
  transform: translateY(-1px);
}
.r-cta-micro {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

/* =========================================================
   Footer
   ========================================================= */

.r-footer {
  padding: 28px 0 40px;
  background: var(--bg-soft);
  border-top: 1px solid var(--line);
}
.r-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--muted);
}
.r-footer-legal {
  display: inline-flex;
  gap: 18px;
  flex-wrap: wrap;
}
.r-footer-legal a {
  color: var(--muted);
  transition: color .2s ease;
}
.r-footer-legal a:hover { color: var(--ink); }

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 760px) {
  .r-section { padding: 64px 0; }
  .r-hero { padding: 56px 0 48px; }
  .r-cta-card { padding: 48px 24px; }
}
