.upvest-review-page {
  --upvest-green-950: #003d35;
  --upvest-green-900: #005248;
  --upvest-green-800: #00685b;
  --upvest-green-700: #087c6d;
  --upvest-green-100: #d9f2ec;
  --upvest-green-50: #f0faf7;
  --upvest-blue: #1769aa;
  --upvest-ink: #182b29;
  --upvest-muted: #5d6d6a;
  --upvest-line: #dce8e5;
  --upvest-warm: #f5c85b;
  --upvest-warm-soft: #fff7dc;
  --upvest-red: #a52f40;
  --upvest-red-soft: #fff1f3;
  --upvest-surface: #f6f9f8;
  color: var(--upvest-ink);
}

.upvest-review-page *,
.upvest-review-page *::before,
.upvest-review-page *::after { box-sizing: border-box; }

.upvest-review-page .button-primary {
  background: var(--upvest-warm);
  border-color: var(--upvest-warm);
  color: #18322d;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(0, 37, 32, .18);
}

.upvest-review-page .button-primary:hover,
.upvest-review-page .button-primary:focus-visible {
  background: #ffda79;
  border-color: #ffda79;
  color: #102823;
  transform: translateY(-1px);
}

.upvest-review-page .button-secondary {
  background: #fff;
  border-color: rgba(255, 255, 255, .55);
  color: var(--upvest-green-950);
}

.upvest-review-page .button-ghost {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255,255,255,.48);
}

.upvest-review-page a:focus-visible,
.upvest-review-page button:focus-visible,
.upvest-review-page input:focus-visible,
.upvest-review-page select:focus-visible,
.upvest-review-page summary:focus-visible {
  outline: 3px solid var(--upvest-warm);
  outline-offset: 3px;
}

.upvest-hero {
  position: relative;
  overflow: hidden;
  padding: 58px 0 72px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(245,200,91,.2), transparent 27%),
    radial-gradient(circle at 3% 102%, rgba(46,174,148,.32), transparent 30%),
    linear-gradient(135deg, #002f29, var(--upvest-green-900) 58%, #087666);
}

.upvest-hero::before,
.upvest-hero::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  pointer-events: none;
}

.upvest-hero::before { width: 510px; height: 510px; top: -310px; right: -130px; }
.upvest-hero::after { width: 330px; height: 330px; bottom: -245px; left: -125px; }

.upvest-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(330px, .7fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}

.upvest-hero .breadcrumbs,
.upvest-hero .breadcrumbs a { color: rgba(255,255,255,.76); }
.upvest-hero .breadcrumbs span::before { color: rgba(255,255,255,.38); }
.upvest-hero .eyebrow { color: #ffe393; }

.upvest-hero h1 {
  max-width: 900px;
  margin: 12px 0 19px;
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 4.7rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.upvest-hero .article-lead {
  max-width: 870px;
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.72;
}

.upvest-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.upvest-hero-meta li {
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.87);
  font-size: .86rem;
}

.upvest-hero-meta strong { color: #fff; }
.upvest-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }

.upvest-affiliate-note {
  max-width: 860px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.7);
  font-size: .82rem;
  line-height: 1.58;
}

.upvest-affiliate-note strong { color: #fff; }

.upvest-hero-panel {
  padding: clamp(22px, 3vw, 31px);
  color: var(--upvest-ink);
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 28px;
  box-shadow: 0 30px 72px rgba(0,25,22,.38);
  backdrop-filter: blur(14px);
}

.upvest-wordmark {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: baseline;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--upvest-line);
}

.upvest-wordmark span {
  color: var(--upvest-green-800);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 5vw, 4.25rem);
  line-height: .9;
  letter-spacing: -.055em;
}

.upvest-wordmark small { color: var(--upvest-muted); font-weight: 750; }

.upvest-score-hero {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 17px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--upvest-line);
}

.upvest-score-ring {
  --score: 82%;
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  flex: 0 0 80px;
  border-radius: 50%;
  color: var(--upvest-green-950);
  font-size: 1.45rem;
  font-weight: 900;
  background: radial-gradient(circle at center, #fff 57%, transparent 59%), conic-gradient(var(--upvest-warm) var(--score), #e9efed 0);
}

.upvest-score-hero strong { display: block; color: var(--upvest-green-950); font-size: 1.05rem; }
.upvest-score-hero p { margin: 4px 0 0; color: var(--upvest-muted); font-size: .84rem; line-height: 1.48; }

.upvest-quick-facts { margin: 0; }
.upvest-quick-facts div { display: grid; grid-template-columns: 122px 1fr; gap: 14px; padding: 10px 0; border-bottom: 1px solid #edf2f0; }
.upvest-quick-facts dt { color: var(--upvest-muted); font-size: .81rem; }
.upvest-quick-facts dd { margin: 0; text-align: right; font-size: .86rem; font-weight: 800; }
.upvest-risk-chip { margin: 16px 0 0; padding: 12px 14px; border-radius: 12px; background: var(--upvest-warm-soft); color: #604911; font-size: .77rem; font-weight: 750; line-height: 1.46; }

.upvest-layout {
  display: grid;
  grid-template-columns: 255px minmax(0, 1fr);
  gap: 44px;
  padding-top: 48px;
  padding-bottom: 62px;
}

.upvest-sidebar { min-width: 0; }
.upvest-sidebar-inner { position: sticky; top: 88px; display: grid; gap: 16px; }

.upvest-toc,
.upvest-sidebar-cta {
  padding: 19px;
  border: 1px solid var(--upvest-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0,47,41,.06);
}

.upvest-toc h2 { margin: 0 0 10px; color: var(--upvest-green-950); font-size: 1rem; }
.upvest-toc ol { margin: 0; padding: 0; list-style: none; counter-reset: toc; }
.upvest-toc li { counter-increment: toc; }
.upvest-toc a { display: grid; grid-template-columns: 22px 1fr; gap: 7px; padding: 7px 0; color: var(--upvest-muted); border-bottom: 1px solid #edf2f0; font-size: .82rem; line-height: 1.32; text-decoration: none; }
.upvest-toc a::before { content: counter(toc, decimal-leading-zero); color: var(--upvest-green-700); font-size: .68rem; font-weight: 900; }
.upvest-toc li:last-child a { border-bottom: 0; }
.upvest-toc a:hover { color: var(--upvest-green-800); }

.upvest-sidebar-cta { color: #fff; background: linear-gradient(145deg, var(--upvest-green-950), var(--upvest-green-800)); border: 0; }
.upvest-sidebar-cta strong { display: block; }
.upvest-sidebar-cta p { margin: 7px 0 14px; color: rgba(255,255,255,.76); font-size: .8rem; line-height: 1.46; }
.upvest-sidebar-cta .button { width: 100%; justify-content: center; }
.upvest-sidebar-cta span { display: block; margin-top: 9px; color: rgba(255,255,255,.58); text-align: center; font-size: .66rem; }

.upvest-disclaimer { margin: 0; padding: 0 5px; color: var(--upvest-muted); font-size: .71rem; line-height: 1.52; }
.upvest-article { min-width: 0; }

.upvest-section {
  margin-bottom: 23px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--upvest-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(0,47,41,.055);
  scroll-margin-top: 90px;
}

.upvest-section .eyebrow { margin-bottom: 8px; color: var(--upvest-green-700); }
.upvest-section > h2,
.upvest-section > div > h2 { max-width: 880px; margin: 0 0 15px; color: var(--upvest-green-950); font-size: clamp(1.65rem, 3vw, 2.4rem); line-height: 1.16; letter-spacing: -.035em; }
.upvest-section > h3 { margin: 30px 0 11px; color: var(--upvest-green-950); font-size: 1.3rem; }
.upvest-section > p,
.upvest-section > div > p { line-height: 1.72; }
.upvest-section a:not(.button):not(.related-card) { color: var(--upvest-green-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }

.upvest-summary-grid,
.upvest-decision-grid,
.upvest-product-grid,
.upvest-evidence-grid,
.upvest-risk-grid,
.upvest-process-grid,
.upvest-alternative-grid,
.upvest-author-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.upvest-summary-grid article,
.upvest-decision-grid article,
.upvest-product-grid article,
.upvest-evidence-grid article,
.upvest-risk-grid article,
.upvest-process-grid article,
.upvest-alternative-grid article,
.upvest-author-grid article {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--upvest-line);
  border-radius: 15px;
  background: #fff;
}

.upvest-summary-grid article { border-top: 4px solid var(--upvest-green-700); }
.upvest-summary-grid span,
.upvest-evidence-grid span,
.upvest-risk-grid > article > span,
.upvest-alternative-grid span { color: var(--upvest-green-700); font-size: .69rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.upvest-summary-grid h3,
.upvest-product-grid h3,
.upvest-risk-grid h3,
.upvest-process-grid h3,
.upvest-alternative-grid h3 { margin: 8px 0; color: var(--upvest-green-950); font-size: 1.05rem; line-height: 1.3; }
.upvest-summary-grid p,
.upvest-product-grid p,
.upvest-risk-grid p,
.upvest-process-grid p,
.upvest-alternative-grid p { margin: 0; color: var(--upvest-muted); font-size: .85rem; line-height: 1.55; }

.upvest-decision-grid .is-positive { border-top: 4px solid #168568; background: var(--upvest-green-50); }
.upvest-decision-grid .is-neutral { border-top: 4px solid var(--upvest-warm); background: #fffdf6; }
.upvest-decision-grid .is-negative { border-top: 4px solid var(--upvest-red); background: var(--upvest-red-soft); }
.upvest-decision-grid span { color: var(--upvest-green-700); font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.upvest-decision-grid h3 { margin: 7px 0 8px; color: var(--upvest-green-950); font-size: 1rem; }
.upvest-decision-grid p { margin: 0; color: var(--upvest-muted); font-size: .84rem; line-height: 1.52; }

.upvest-stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; margin-top: 20px; }
.upvest-stat-grid div { padding: 17px; border-radius: 14px; background: var(--upvest-green-50); border: 1px solid #cfe9e3; }
.upvest-stat-grid span { color: var(--upvest-muted); font-size: .71rem; font-weight: 800; text-transform: uppercase; }
.upvest-stat-grid strong { display: block; margin-top: 6px; color: var(--upvest-green-950); font-size: clamp(1.3rem, 2.4vw, 1.85rem); line-height: 1.08; }
.upvest-stat-note { margin: 13px 0 0; color: var(--upvest-muted); font-size: .79rem; }

.upvest-pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 21px; }
.upvest-pros-cons > div { padding: 20px; border-radius: 15px; border: 1px solid var(--upvest-line); }
.upvest-pros-cons .pros { background: var(--upvest-green-50); }
.upvest-pros-cons .cons { background: var(--upvest-red-soft); }
.upvest-pros-cons h3 { margin: 0 0 10px; color: var(--upvest-green-950); font-size: 1.08rem; }
.upvest-pros-cons ul { margin: 0; padding-left: 19px; }
.upvest-pros-cons li { margin: 8px 0; font-size: .86rem; line-height: 1.48; }

.upvest-score-summary { display: flex; gap: 20px; align-items: center; padding: 23px; color: #fff; background: linear-gradient(135deg, var(--upvest-green-950), var(--upvest-green-800)); border-radius: 17px; }
.upvest-score-summary .upvest-score-ring { width: 96px; height: 96px; flex-basis: 96px; color: #fff; background: radial-gradient(circle at center, var(--upvest-green-950) 57%, transparent 59%), conic-gradient(var(--upvest-warm) var(--score), rgba(255,255,255,.17) 0); }
.upvest-score-summary h3 { margin: 0; color: #fff; font-size: 1.22rem; }
.upvest-score-summary p { margin: 6px 0 0; color: rgba(255,255,255,.76); font-size: .86rem; line-height: 1.5; }

.upvest-score-list { margin-top: 15px; border: 1px solid var(--upvest-line); border-radius: 15px; overflow: hidden; }
.upvest-score-list > div { display: grid; grid-template-columns: minmax(220px,1.4fr) minmax(110px,.8fr) 58px; gap: 13px; align-items: center; padding: 14px 17px; border-bottom: 1px solid var(--upvest-line); }
.upvest-score-list > div:last-child { border-bottom: 0; }
.upvest-score-list strong { color: var(--upvest-green-950); font-size: .88rem; }
.upvest-score-list small { display: block; margin-top: 3px; color: var(--upvest-muted); font-size: .72rem; line-height: 1.35; }
.upvest-score-list meter { width: 100%; height: 12px; accent-color: var(--upvest-green-700); }
.upvest-score-list b { color: var(--upvest-green-700); text-align: right; font-size: .86rem; }
.upvest-score-formula { margin: 14px 0 0; padding: 14px 16px; border-radius: 12px; background: var(--upvest-surface); color: var(--upvest-muted); font-size: .8rem; line-height: 1.55 !important; }

.upvest-bonus-card { display: grid; grid-template-columns: 160px 1fr; gap: 22px; align-items: center; margin-top: 20px; padding: 22px; border: 1px solid #e8d58d; border-radius: 17px; background: linear-gradient(145deg, var(--upvest-warm-soft), #fff); }
.upvest-bonus-number { display: grid; place-items: center; min-height: 126px; border-radius: 14px; color: var(--upvest-green-950); background: var(--upvest-warm); font-size: 2rem; font-weight: 950; text-align: center; }
.upvest-bonus-card h3 { margin: 0 0 8px; color: var(--upvest-green-950); font-size: 1.2rem; }
.upvest-bonus-card p { margin: 0; color: var(--upvest-muted); line-height: 1.58; }
.upvest-bonus-steps { margin: 15px 0 0; padding-left: 20px; }
.upvest-bonus-steps li { margin: 7px 0; line-height: 1.46; }

.upvest-note,
.upvest-warning,
.upvest-definition { margin-top: 20px; padding: 18px 20px; border-radius: 13px; line-height: 1.62; }
.upvest-note { color: #17483f; background: var(--upvest-green-50); border-left: 5px solid var(--upvest-green-700); }
.upvest-warning { color: #5a4210; background: var(--upvest-warm-soft); border-left: 5px solid var(--upvest-warm); }
.upvest-definition { color: #2c4a58; background: #f0f7fb; border-left: 5px solid var(--upvest-blue); }
.upvest-note p,
.upvest-warning p,
.upvest-definition p { margin: 0; }

.upvest-product-grid article { display: grid; gap: 10px; }
.upvest-product-grid article.is-featured { border-color: #aedbd1; background: linear-gradient(145deg, #fff, var(--upvest-green-50)); }
.upvest-product-pill { width: fit-content; padding: 6px 9px; border-radius: 999px; color: var(--upvest-green-900); background: var(--upvest-green-100); font-size: .7rem; font-weight: 900; }
.upvest-product-grid dl { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 2px 0 0; }
.upvest-product-grid dt { color: var(--upvest-muted); font-size: .67rem; }
.upvest-product-grid dd { margin: 2px 0 0; color: var(--upvest-green-950); font-size: .78rem; font-weight: 850; }

.upvest-tools-intro { display: flex; justify-content: space-between; gap: 25px; align-items: end; }
.upvest-tools-intro > span { flex: 0 0 auto; color: var(--upvest-green-700); font-size: .73rem; font-weight: 900; }
.upvest-tool { margin-top: 18px; overflow: hidden; border: 1px solid var(--upvest-line); border-radius: 17px; background: #fff; }
.upvest-tool-head { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 20px 23px; color: #fff; background: linear-gradient(135deg, var(--upvest-green-950), var(--upvest-green-800)); }
.upvest-tool-head span { color: #ffe393; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.upvest-tool-head h3 { margin: 4px 0; color: #fff; font-size: 1.3rem; }
.upvest-tool-head p { margin: 0; color: rgba(255,255,255,.74); font-size: .8rem; line-height: 1.42; }
.upvest-tool-head > strong { color: var(--upvest-warm); font-size: 1.05rem; white-space: nowrap; }
.upvest-tool-grid { display: grid; grid-template-columns: minmax(260px,.9fr) minmax(0,1.1fr); gap: 22px; padding: 23px; }
.upvest-controls { display: grid; gap: 15px; align-content: start; }
.upvest-control { display: grid; gap: 7px; }
.upvest-control label { display: flex; justify-content: space-between; gap: 12px; align-items: center; color: var(--upvest-green-950); font-size: .83rem; font-weight: 800; }
.upvest-control output { color: var(--upvest-green-700); font-weight: 900; }
.upvest-control input[type="range"] { width: 100%; accent-color: var(--upvest-green-700); cursor: pointer; }
.upvest-input-wrap { display: flex; overflow: hidden; border: 1px solid #cbdcd8; border-radius: 11px; background: #fff; }
.upvest-input-wrap input,
.upvest-input-wrap select { min-width: 0; width: 100%; padding: 12px 13px; border: 0; color: var(--upvest-green-950); background: #fff; font: inherit; font-weight: 800; }
.upvest-input-wrap span { display: grid; place-items: center; padding: 0 13px; color: var(--upvest-muted); background: var(--upvest-surface); font-weight: 800; white-space: nowrap; }
.upvest-results { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; align-content: start; padding: 17px; border-radius: 14px; background: var(--upvest-surface); }
.upvest-results div { min-width: 0; padding: 12px; border: 1px solid var(--upvest-line); border-radius: 11px; background: #fff; }
.upvest-results span { display: block; color: var(--upvest-muted); font-size: .69rem; }
.upvest-results strong { display: block; margin-top: 5px; color: var(--upvest-green-950); font-size: 1.02rem; overflow-wrap: anywhere; }
.upvest-results p { grid-column: 1 / -1; margin: 1px 0 0; padding: 11px 13px; border-radius: 10px; color: #155943; background: var(--upvest-green-50); font-size: .76rem; font-weight: 760; line-height: 1.45; }
.upvest-results p.is-warning { color: var(--upvest-red); background: var(--upvest-red-soft); }
.upvest-tool-foot { margin: 0; padding: 0 23px 21px; color: var(--upvest-muted); font-size: .75rem; line-height: 1.53 !important; }

.upvest-waterfall { display: grid; gap: 8px; }
.upvest-waterfall-row { display: grid; grid-template-columns: 105px 1fr 62px; gap: 10px; align-items: center; }
.upvest-waterfall-row span { color: var(--upvest-muted); font-size: .73rem; font-weight: 750; }
.upvest-waterfall-bar { overflow: hidden; height: 32px; border-radius: 8px; background: #e8eeec; }
.upvest-waterfall-bar i { display: block; width: var(--bar,100%); height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--upvest-green-800), #2da78f); transition: width .2s ease; }
.upvest-waterfall-row.is-senior .upvest-waterfall-bar i { background: linear-gradient(90deg, #356c98, #5b9ccd); }
.upvest-waterfall-row.is-equity .upvest-waterfall-bar i { background: linear-gradient(90deg, #d39a24, var(--upvest-warm)); }
.upvest-waterfall-row b { color: var(--upvest-green-950); text-align: right; font-size: .77rem; }

.upvest-table-wrap { margin-top: 18px; overflow-x: auto; border: 1px solid var(--upvest-line); border-radius: 14px; }
.upvest-table { width: 100%; min-width: 680px; border-collapse: collapse; }
.upvest-table th { padding: 13px 14px; color: #fff; background: var(--upvest-green-950); text-align: left; font-size: .76rem; }
.upvest-table td { padding: 13px 14px; border-bottom: 1px solid var(--upvest-line); color: var(--upvest-muted); font-size: .8rem; line-height: 1.46; vertical-align: top; }
.upvest-table tr:last-child td { border-bottom: 0; }
.upvest-table td:first-child { color: var(--upvest-green-950); font-weight: 850; }

.upvest-checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin: 18px 0 0; padding: 0; list-style: none; }
.upvest-checklist li { position: relative; padding: 15px 15px 15px 42px; color: var(--upvest-muted); border: 1px solid var(--upvest-line); border-radius: 12px; background: #fff; font-size: .83rem; line-height: 1.5; }
.upvest-checklist li::before { position: absolute; top: 17px; left: 15px; width: 16px; height: 16px; content: ""; border-radius: 50%; background: var(--upvest-green-100); box-shadow: inset 0 0 0 5px var(--upvest-green-700); }

.upvest-capital-stack { display: grid; gap: 9px; margin-top: 18px; }
.upvest-capital-row { display: grid; grid-template-columns: 160px minmax(0,1fr); gap: 12px; align-items: center; padding: 12px; border: 1px solid var(--upvest-line); border-radius: 11px; }
.upvest-capital-row strong { color: var(--upvest-green-950); }
.upvest-capital-row div { min-height: 42px; padding: 10px 13px; border-radius: 8px; color: #fff; background: linear-gradient(90deg,#356c98,#5b9ccd); font-size: .8rem; font-weight: 800; }
.upvest-capital-row:nth-child(2) div { background: linear-gradient(90deg,var(--upvest-green-900),#2da78f); }
.upvest-capital-row:nth-child(3) div { background: linear-gradient(90deg,#c78324,var(--upvest-warm)); color: #34260a; }

.upvest-process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.upvest-process-grid article { display: grid; grid-template-columns: 38px 1fr; gap: 11px; align-items: start; }
.upvest-process-grid > article > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: var(--upvest-green-950); background: var(--upvest-warm); font-weight: 900; }
.upvest-process-grid h3 { margin: 5px 0 2px; }
.upvest-process-grid p { grid-column: 2; }

.upvest-evidence-grid article { background: var(--upvest-surface); }
.upvest-evidence-grid strong { display: block; margin-top: 5px; color: var(--upvest-green-950); }
.upvest-evidence-grid p { margin: 6px 0 0; color: var(--upvest-muted); font-size: .8rem; line-height: 1.5; }

.upvest-security { color: #fff; background: linear-gradient(145deg, var(--upvest-green-950), #087666); border: 0; }
.upvest-security .eyebrow { color: #ffe393; }
.upvest-section.upvest-security > h2 { color: #fff; }
.upvest-security > p { color: rgba(255,255,255,.79); }
.upvest-security .upvest-evidence-grid article { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.08); }
.upvest-security .upvest-evidence-grid span { color: #ffe393; }
.upvest-security .upvest-evidence-grid strong { color: #fff; }
.upvest-security .upvest-evidence-grid p { color: rgba(255,255,255,.74); }
.upvest-security a:not(.button) { color: #fff !important; }

.upvest-experience-list { display: grid; gap: 10px; margin-top: 18px; }
.upvest-experience-list div { display: grid; grid-template-columns: 150px 1fr; gap: 15px; padding: 14px; border: 1px solid var(--upvest-line); border-radius: 12px; }
.upvest-experience-list strong { color: var(--upvest-green-950); }
.upvest-experience-list p { margin: 0; color: var(--upvest-muted); font-size: .84rem; line-height: 1.5; }

.upvest-alternative-grid a { color: var(--upvest-green-700); font-weight: 800; }
.upvest-faq details { border-bottom: 1px solid var(--upvest-line); }
.upvest-faq details:first-of-type { border-top: 1px solid var(--upvest-line); }
.upvest-faq summary { position: relative; padding: 16px 38px 16px 0; color: var(--upvest-green-950); font-weight: 850; cursor: pointer; list-style: none; }
.upvest-faq summary::-webkit-details-marker { display: none; }
.upvest-faq summary::after { position: absolute; top: 14px; right: 3px; width: 25px; height: 25px; display: grid; place-items: center; content: "+"; border-radius: 50%; color: var(--upvest-green-800); background: var(--upvest-green-100); font-size: 1.1rem; }
.upvest-faq details[open] summary::after { content: "−"; }
.upvest-faq details p { margin: -2px 0 16px; color: var(--upvest-muted); font-size: .87rem; line-height: 1.6; }

.upvest-final-cta { color: #fff; background: linear-gradient(135deg, var(--upvest-green-950), var(--upvest-green-800)); border: 0; }
.upvest-final-cta .eyebrow { color: #ffe393; }
.upvest-section.upvest-final-cta > div > h2 { color: #fff; text-shadow: 0 2px 14px rgba(0,0,0,.2); }
.upvest-final-cta > div > p { color: rgba(255,255,255,.8); }
.upvest-final-cta > p { margin: 12px 0 0; color: rgba(255,255,255,.58); font-size: .72rem; }

.upvest-source-list { margin: 18px 0 0; padding: 0; list-style: none; }
.upvest-source-list li { display: grid; grid-template-columns: minmax(245px,.85fr) minmax(0,1.15fr); gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--upvest-line); }
.upvest-source-list li:last-child { border-bottom: 0; }
.upvest-source-list a { font-weight: 800; }
.upvest-source-list span { color: var(--upvest-muted); font-size: .79rem; line-height: 1.45; }

.upvest-author-grid { grid-template-columns: 1fr 1fr; }
.upvest-author-grid article { display: grid; grid-template-columns: 70px 1fr; gap: 13px; align-items: center; }
.upvest-author-grid img { width: 70px; height: 70px; object-fit: cover; border-radius: 50%; }
.upvest-author-grid h3 { margin: 3px 0; color: var(--upvest-green-950); font-size: .98rem; }
.upvest-author-grid p { margin: 0; color: var(--upvest-muted); font-size: .76rem; line-height: 1.46; }

.upvest-review-page .related-grid { margin-top: 18px; }
.upvest-review-page .related-card { overflow: hidden; border: 1px solid var(--upvest-line); border-radius: 15px; }
.upvest-review-page .related-card img { aspect-ratio: 1.9; object-fit: cover; }
.upvest-mobile-cta { display: none; }

@media (max-width: 1100px) {
  .upvest-layout { grid-template-columns: 215px minmax(0,1fr); gap: 28px; }
  .upvest-summary-grid,
  .upvest-decision-grid,
  .upvest-risk-grid { grid-template-columns: 1fr; }
  .upvest-score-list > div { grid-template-columns: minmax(180px,1.2fr) minmax(100px,.8fr) 58px; }
}

@media (max-width: 900px) {
  .upvest-hero-grid { grid-template-columns: 1fr; }
  .upvest-hero-panel { max-width: 690px; }
  .upvest-layout { grid-template-columns: 1fr; padding-top: 34px; }
  .upvest-sidebar-inner { position: static; }
  .upvest-toc { display: none; }
  .upvest-sidebar-cta { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
  .upvest-sidebar-cta p { margin: 3px 0 0; }
  .upvest-sidebar-cta .button { width: auto; flex: 0 0 auto; }
  .upvest-sidebar-cta span { display: none; }
  .upvest-disclaimer { padding: 0; }
  .upvest-stat-grid { grid-template-columns: 1fr 1fr; }
  .upvest-product-grid,
  .upvest-evidence-grid,
  .upvest-alternative-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .upvest-review-page { padding-bottom: 73px; }
  .upvest-hero { padding: 35px 0 47px; }
  .upvest-hero h1 { font-size: clamp(2.15rem, 11.5vw, 3.5rem); }
  .upvest-hero-meta { display: grid; grid-template-columns: 1fr; }
  .upvest-hero-meta li { justify-content: flex-start; }
  .upvest-actions .button { width: 100%; justify-content: center; text-align: center; }
  .upvest-wordmark { align-items: center; }
  .upvest-wordmark span { font-size: 3rem; }
  .upvest-quick-facts div { grid-template-columns: 110px 1fr; }
  .upvest-layout { padding-bottom: 35px; }
  .upvest-sidebar-cta { display: none; }
  .upvest-section { margin-bottom: 18px; padding: 23px 18px; border-radius: 18px; }
  .upvest-section > h2,
  .upvest-section > div > h2 { font-size: 1.62rem; }
  .upvest-stat-grid,
  .upvest-pros-cons,
  .upvest-checklist,
  .upvest-author-grid { grid-template-columns: 1fr; }
  .upvest-score-summary { align-items: flex-start; }
  .upvest-score-list { padding: 5px 15px 10px; }
  .upvest-score-list > div { grid-template-columns: 1fr 55px; gap: 8px; padding: 12px 0; }
  .upvest-score-list meter { grid-row: 2; grid-column: 1 / -1; }
  .upvest-score-list b { grid-row: 1; grid-column: 2; }
  .upvest-bonus-card { grid-template-columns: 1fr; }
  .upvest-bonus-number { min-height: 90px; }
  .upvest-tools-intro { display: block; }
  .upvest-tool-head { align-items: flex-start; }
  .upvest-tool-head > strong { display: none; }
  .upvest-tool-grid { grid-template-columns: 1fr; padding: 18px; }
  .upvest-results { padding: 12px; }
  .upvest-tool-foot { padding: 0 18px 18px; }
  .upvest-capital-row { grid-template-columns: 1fr; }
  .upvest-process-grid { grid-template-columns: 1fr; }
  .upvest-experience-list div { grid-template-columns: 1fr; gap: 5px; }
  .upvest-source-list li { grid-template-columns: 1fr; gap: 3px; }
  .upvest-mobile-cta { position: fixed; z-index: 999; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 10px 14px; color: #fff; background: rgba(0,61,53,.97); border-top: 1px solid rgba(255,255,255,.14); box-shadow: 0 -10px 30px rgba(0,25,22,.24); backdrop-filter: blur(12px); }
  .upvest-mobile-cta strong,
  .upvest-mobile-cta span { display: block; }
  .upvest-mobile-cta strong { font-size: .88rem; }
  .upvest-mobile-cta span { color: rgba(255,255,255,.62); font-size: .63rem; }
  .upvest-mobile-cta .button { min-height: 40px; padding: 9px 15px; font-size: .76rem; }
}

@media (max-width: 430px) {
  .upvest-score-hero { grid-template-columns: 68px 1fr; }
  .upvest-score-hero .upvest-score-ring { width: 68px; height: 68px; flex-basis: 68px; }
  .upvest-results { grid-template-columns: 1fr; }
  .upvest-results p { grid-column: 1; }
  .upvest-waterfall-row { grid-template-columns: 86px 1fr 48px; gap: 7px; }
  .upvest-author-grid article { grid-template-columns: 58px 1fr; }
  .upvest-author-grid img { width: 58px; height: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  .upvest-review-page *,
  .upvest-review-page *::before,
  .upvest-review-page *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

@media print {
  .upvest-review-page .site-header,
  .upvest-sidebar,
  .upvest-actions,
  .upvest-mobile-cta,
  .upvest-review-page .site-footer { display: none !important; }
  .upvest-hero { padding: 20px 0; color: #000; background: #fff; }
  .upvest-hero h1,
  .upvest-hero .article-lead,
  .upvest-hero .eyebrow { color: #000; }
  .upvest-hero-panel,
  .upvest-section { box-shadow: none; }
  .upvest-layout { display: block; }
  .upvest-section { break-inside: avoid; }
}
