/* ═══════════════════════════════════════════════════════════
   RAFFLEREVIEWS.COM — DESIGN SYSTEM v4.0
   Width system:
     Site max-width (header/footer/wide): 1100px
     Content max-width (article body):     860px
     Side padding:                           24px
   All spacing in px. No rem/em.
   ═══════════════════════════════════════════════════════════ */

:root {
	--ink:          #1C2B3A;
	--slate:        #2E4057;
	--forest:       #2D6A4F;
	--amber:        #E8A020;
	--coral:        #E05C3A;
	--steel:        #4A7FA5;
	--paper:        #F8F6F2;
	--rule:         #E2E5E9;
	--mid:          #6B7A8D;
	--white:        #FFFFFF;
	--forest-light: #EAF4EE;
	--amber-light:  #FDF3E0;
	--coral-light:  #FDF0EC;
	--steel-light:  #EBF3F9;
	--ink-8:        rgba(28,43,58,0.08);
	--ink-15:       rgba(28,43,58,0.15);
	--site-width:    1100px;
	--content-width:  860px;
	--side-pad:        24px;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; }

body {
	font-family: 'Inter', system-ui, sans-serif;
	font-size: 17px;
	line-height: 1.7;
	color: var(--ink);
	background: var(--paper);
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
}
.site { background: var(--paper); }
img { max-width: 100%; display: block; height: auto; }
a { color: var(--steel); text-decoration: none; }
a:hover { text-decoration: underline; }
code { font-family: 'Courier New', monospace; font-size: 15px; background: var(--rule); padding: 2px 6px; border-radius: 3px; }

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4 { font-family: 'Lora', Georgia, serif; font-weight: 700; line-height: 1.2; color: var(--ink); margin-top: 0; }
h1 { font-size: 44px; margin-bottom: 20px; }
h2 { font-size: 30px; margin: 40px 0 16px; }
h3 { font-family: 'Inter', sans-serif; font-size: 19px; font-weight: 600; color: var(--slate); margin: 32px 0 10px; }
h4 { font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 700; color: var(--ink); margin: 24px 0 8px; }
p { margin-bottom: 16px; }
ul, ol { padding-left: 24px; margin-bottom: 16px; }
li { margin-bottom: 6px; }

/* ── GP SUPPRESSION — hide everything GP renders ── */ .nav-primary, .main-navigation,
.entry-header, .entry-footer, .breadcrumb, .footer-widgets,
.site-info, .wp-block-post-title { display: none !important; }
.site-main         { padding: 0 !important; margin: 0 !important; }
.content-area      { width: 100% !important; float: none !important; }
.inside-site-inner { max-width: none !important; padding: 0 !important; }
article, .inside-article { padding: 0 !important; margin: 0 !important; max-width: none !important; }

/* ── LAYOUT WRAPPERS ── */
.rr-container--wide { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.rr-container       { max-width: 1100px;  margin: 0 auto; padding: 0 24px; }
.rr-page-wrap,
#rr-builder-canvas  { max-width: 1100px;  margin: 0 auto; padding: 0 24px 64px; min-height: 60vh; }

/* ── AFFILIATION BAR ── */
.rr-affil-bar { background: var(--amber-light); border-bottom: 2px solid var(--amber); padding: 10px 24px; font-size: 13px; color: var(--slate); text-align: center; width: 100%; }
.rr-affil-bar strong { color: #8A5A00; font-weight: 700; }

/* ── HEADER ── */
.rr-header { background: var(--white); border-bottom: 1px solid var(--rule); position: sticky; top: 0; z-index: 200; box-shadow: 0 1px 0 var(--rule); width: 100%; }
.rr-header__inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 64px; }

.rr-logo { font-family: 'Lora', Georgia, serif; font-size: 20px; font-weight: 700; color: var(--ink); text-decoration: none; letter-spacing: -0.2px; display: inline-flex; align-items: center; }
.rr-logo span  { color: var(--steel); font-weight: 400; }
.rr-logo em    { color: var(--mid);   font-weight: 400; font-style: normal; }
.rr-logo img   { height: 36px; width: auto; display: block; }
.rr-logo:hover { text-decoration: none; }

.rr-nav { display: flex; gap: 32px; list-style: none; padding: 0; margin: 0; align-items: center; }
.rr-nav a { font-size: 14px; font-weight: 500; color: var(--mid); text-decoration: none; transition: color 0.15s; }
.rr-nav a:hover { color: var(--ink); text-decoration: none; }
.rr-nav-cta { background: var(--forest) !important; color: var(--white) !important; padding: 8px 18px !important; border-radius: 6px; font-weight: 600 !important; font-size: 13px !important; transition: background 0.15s; }
.rr-nav-cta:hover { background: #235a3e !important; color: var(--white) !important; text-decoration: none !important; }

/* ── FOOTER ── */
.rr-footer { background: var(--ink); color: rgba(255,255,255,0.7); margin-top: 64px; font-size: 14px; }

.rr-footer__disclosure { background: rgba(255,255,255,0.04); border-bottom: 1px solid rgba(255,255,255,0.08); padding: 16px 0; }
.rr-footer__disclosure-inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; font-size: 12px; line-height: 1.6; color: rgba(255,255,255,0.5); }
.rr-footer__disclosure-inner strong { color: var(--amber); }
.rr-footer__disclosure-inner a      { color: rgba(255,255,255,0.6); text-decoration: underline; }
.rr-footer__disclosure-inner a:hover{ color: var(--white); }

.rr-footer__inner { max-width: 1100px; margin: 0 auto; padding: 48px 24px 40px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; align-items: start; }

.rr-footer__brand .rr-logo { color: var(--white); font-size: 18px; margin-bottom: 12px; display: inline-block; }
.rr-footer__brand .rr-logo span { color: var(--amber); }
.rr-footer__brand .rr-logo em   { color: rgba(255,255,255,0.4); }
.rr-footer__brand p { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.6; margin: 0; }

.rr-footer__col h4 { font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin: 0 0 14px; }
.rr-footer__col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.rr-footer__col ul li { margin: 0; }
.rr-footer__col ul a { font-size: 13px; color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.15s; }
.rr-footer__col ul a:hover { color: var(--white); text-decoration: none; }

.rr-footer__bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 16px 0; }
.rr-footer__bottom-inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 12px; color: rgba(255,255,255,0.35); }
.rr-footer__bottom-inner a { color: rgba(255,255,255,0.45); text-decoration: none; }
.rr-footer__bottom-inner a:hover { color: var(--white); }

/* ── BREADCRUMB ── */
.rr-breadcrumb { padding: 16px 0 0; font-size: 13px; color: var(--mid); }
.rr-breadcrumb a { color: var(--mid); text-decoration: none; }
.rr-breadcrumb a:hover { color: var(--steel); }
.rr-breadcrumb span { margin: 0 6px; opacity: 0.5; }

/* ── PAGE HERO ── */
.rr-hero { padding: 40px 0 32px; }
.rr-page-meta { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; flex-wrap: wrap; }
.rr-lede { font-size: 18px; color: var(--slate); line-height: 1.65; max-width: 720px; }

/* ── LABELS ── */
.rr-label { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; display: inline-block; margin-bottom: 4px; }
.rr-label--amber  { color: var(--amber); }
.rr-label--mid    { color: var(--mid); }
.rr-label--forest { color: var(--forest); }
.rr-label--coral  { color: var(--coral); }

/* ── DIVIDER ── */
.rr-divider { border: none; border-top: 1px solid var(--rule); margin: 48px 0; }

/* ── CALLOUTS ── */
.rr-callout { border-radius: 8px; padding: 20px 24px; margin: 24px 0; font-size: 15px; }
.rr-callout--forest { background: var(--forest-light); border-left: 4px solid var(--forest); }
.rr-callout--amber  { background: var(--amber-light);  border-left: 4px solid var(--amber); }
.rr-callout--coral  { background: var(--coral-light);  border-left: 4px solid var(--coral); }
.rr-callout--steel  { background: var(--steel-light);  border-left: 4px solid var(--steel); }
.rr-callout--dark   { background: var(--ink); color: var(--white); border-left: 4px solid var(--amber); }
.rr-callout__label  { font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; margin-bottom: 8px; display: block; }
.rr-callout--forest .rr-callout__label { color: var(--forest); }
.rr-callout--amber  .rr-callout__label { color: #8A5A00; }
.rr-callout--coral  .rr-callout__label { color: var(--coral); }
.rr-callout--steel  .rr-callout__label { color: var(--steel); }
.rr-callout--dark   .rr-callout__label { color: var(--amber); }

.rr-affil-callout { background: var(--white); border: 1px solid var(--rule); border-left: 4px solid var(--amber); border-radius: 0 8px 8px 0; padding: 20px 24px; margin: 32px 0; font-size: 15px; color: var(--slate); }
.rr-affil-callout__title { font-weight: 700; color: #8A5A00; font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 8px; display: block; }

/* ── HOTLINE ── */
.rr-hotline { background: var(--ink); border-radius: 10px; padding: 28px 32px; margin: 32px 0; font-size: 15px; }
.rr-hotline__title { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--amber); margin-bottom: 16px; display: block; }
.rr-hotline__line { margin-bottom: 10px; line-height: 1.5; }
.rr-hotline__caller    { font-weight: 700; color: var(--amber); margin-right: 6px; }
.rr-hotline__support   { font-weight: 700; color: #5DCAA5; margin-right: 6px; }
.rr-hotline__text      { color: rgba(255,255,255,0.85); }
.rr-hotline__narrative { color: rgba(255,255,255,0.6); font-style: italic; }
.rr-hotline__lesson { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 16px; padding-top: 12px; color: rgba(255,255,255,0.7); font-style: italic; font-size: 14px; }
.rr-hotline__lesson strong { color: var(--amber); font-style: normal; }

/* ── SCORING CATEGORY CARDS ── */
.rr-categories-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 24px 0; }
.rr-cat-card { background: var(--white); border: 1px solid var(--rule); border-radius: 10px; padding: 24px; position: relative; overflow: hidden; transition: box-shadow 0.2s; }
.rr-cat-card:hover { box-shadow: 0 4px 20px var(--ink-8); }
.rr-cat-card--full { grid-column: 1 / -1; }
.rr-cat-card__ghost-weight { position: absolute; top: 16px; right: 20px; font-family: 'Lora', serif; font-size: 32px; font-weight: 700; color: var(--forest); opacity: 0.15; line-height: 1; pointer-events: none; }
.rr-cat-card__number { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--mid); margin-bottom: 6px; }
.rr-cat-card__title  { font-family: 'Lora', serif; font-size: 18px; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.rr-cat-card__pill   { display: inline-block; background: var(--forest-light); color: var(--forest); font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 20px; margin-bottom: 12px; }
.rr-cat-card__desc   { font-size: 14px; color: var(--slate); margin: 0; }
.rr-cat-card__question { font-size: 14px; color: var(--mid); font-style: italic; border-top: 1px solid var(--rule); padding-top: 12px; margin-top: 12px; }

/* ── FORMULA ── */
.rr-formula { background: var(--ink); color: var(--white); border-radius: 10px; padding: 24px 28px; margin: 24px 0; }
.rr-formula__label { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 8px; }
.rr-formula__eq { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.85); }
.rr-formula__eq em { color: var(--amber); font-style: normal; font-weight: 600; }

/* ── TABLES ── */
.rr-table-wrap { overflow-x: auto; margin: 20px 0; }
.rr-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.rr-table th { padding: 10px 16px; text-align: left; font-size: 12px; font-weight: 600; letter-spacing: 0.3px; color: var(--white); }
.rr-table td { padding: 10px 16px; border-bottom: 1px solid var(--rule); vertical-align: top; }
.rr-table tr:last-child td { border-bottom: none; }
.rr-table--rubric  th { background: var(--forest); }
.rr-table--rubric  tr:nth-child(even) td { background: var(--forest-light); }
.rr-table--rubric  tr:nth-child(odd)  td { background: var(--white); }
.rr-table--data    th { background: var(--slate); }
.rr-table--data    tr:nth-child(odd)  td { background: var(--white); }
.rr-table--data    tr:nth-child(even) td { background: #F4F3EF; }
.rr-table--scores  th { background: var(--ink); text-align: center; }
.rr-table--scores  th:first-child { text-align: left; }
.rr-table--scores  td { text-align: center; }
.rr-table--scores  td:first-child { text-align: left; font-weight: 600; }
.rr-table--scores  tr:nth-child(odd)  td { background: var(--white); }
.rr-table--scores  tr:nth-child(even) td { background: #F4F3EF; }
.rr-table--scores  tr:first-child td { background: var(--forest-light); font-weight: 700; }
.rr-table--compare th { background: var(--slate); }
.rr-table--compare tr:nth-child(odd)  td { background: var(--white); }
.rr-table--compare tr:nth-child(even) td { background: #F4F3EF; }
.rr-table--verdict th { background: #8A5A00; }
.rr-table--verdict tr:nth-child(odd)  td { background: var(--white); }
.rr-table--verdict tr:nth-child(even) td { background: #F4F3EF; }
.val--green { color: var(--forest); font-weight: 700; }
.val--amber { color: #8A5A00;       font-weight: 700; }
.val--red   { color: var(--coral);  font-weight: 700; }

/* ── BADGES ── */
.rr-badge { display: inline-block; font-weight: 700; font-size: 13px; padding: 3px 10px; border-radius: 5px; white-space: nowrap; color: var(--white); }
.rr-badge--green  { background: var(--forest); }
.rr-badge--warn   { background: #8A5A00; }
.rr-badge--alert  { background: var(--coral); }
.rr-badge--danger { background: #7A1A1A; }

/* ── SCORE DISPLAY ── */
.rr-score-num       { font-family: 'Lora', serif; font-weight: 700; font-size: 18px; }
.rr-score-num--high { color: var(--forest); }
.rr-score-num--low  { color: var(--coral); }
.rr-score-num--mid  { color: #8A5A00; }

/* ── REVIEW SCORE CARD ── */
.rr-score-card { background: var(--white); border: 1px solid var(--rule); border-radius: 12px; padding: 32px; margin: 24px 0 32px; display: grid; grid-template-columns: 120px 1fr; gap: 32px; align-items: start; }
.rr-score-card__overall { text-align: center; }
.rr-score-card__number { font-family: 'Lora', serif; font-size: 64px; font-weight: 700; line-height: 1; color: var(--forest); }
.rr-score-card__number--low { color: var(--coral); }
.rr-score-card__number--mid { color: #8A5A00; }
.rr-score-card__denom { font-size: 20px; color: var(--mid); font-family: 'Lora', serif; }
.rr-score-card__label { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--mid); margin-top: 4px; }
.rr-score-card__verdict { font-family: 'Lora', serif; font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 12px; line-height: 1.4; }
.rr-score-breakdown { list-style: none; padding: 0; margin: 0; }
.rr-score-breakdown li { display: flex; align-items: center; justify-content: space-between; padding: 6px 0; border-bottom: 1px solid var(--rule); font-size: 14px; margin: 0; }
.rr-score-breakdown li:last-child { border-bottom: none; }
.rr-score-breakdown .cat-name   { color: var(--slate); }
.rr-score-breakdown .cat-weight { color: var(--mid); font-size: 12px; margin-left: 8px; }
.rr-score-breakdown .cat-score  { font-weight: 700; font-size: 14px; margin-left: auto; padding-left: 16px; }

/* ── VERDICT BOX ── */
.rr-verdict-box { background: var(--ink); border-radius: 10px; padding: 24px 28px; margin: 24px 0; color: var(--white); }
.rr-verdict-box__label { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--amber); margin-bottom: 12px; display: block; }
.rr-verdict-box__text  { font-size: 16px; line-height: 1.65; color: rgba(255,255,255,0.9); }

/* ── USE CASE TABLE ── */
.rr-usecase-table th      { background: #8A5A00; }
.rr-usecase-table td      { vertical-align: top; }
.rr-usecase-table .win    { color: var(--forest); font-weight: 700; }
.rr-usecase-table .caution{ color: #8A5A00; font-weight: 700; }
.rr-usecase-table .no     { color: var(--coral); font-weight: 700; }

/* ── FAQ ── */
.rr-faq-item { border-bottom: 1px solid var(--rule); padding: 20px 0; }
.rr-faq-item:last-child { border-bottom: none; }
.rr-faq-q { font-family: 'Lora', serif; font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 10px; cursor: default; }
.rr-faq-a { font-size: 15px; color: var(--slate); margin: 0; }

/* ── RELATED LINKS ── */
.rr-related-links { background: var(--white); border: 1px solid var(--rule); border-radius: 10px; padding: 24px; margin: 32px 0; }
.rr-related-links h3 { margin: 0 0 16px; font-size: 16px; }
.rr-related-links ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.rr-related-links li a { display: flex; align-items: center; gap: 8px; color: var(--steel); font-size: 14px; font-weight: 500; text-decoration: none; }
.rr-related-links li a::before { content: "→"; opacity: 0.5; font-size: 13px; }
.rr-related-links li a:hover { color: var(--ink); }

/* ── CTA BLOCK ── */
.rr-cta { background: var(--ink); color: var(--white); border-radius: 12px; padding: 40px 32px; margin: 48px 0; text-align: center; }
.rr-cta h2 { color: var(--white); margin: 0 0 12px; }
.rr-cta p  { color: rgba(255,255,255,0.65); margin-bottom: 24px; font-size: 15px; }
.rr-cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.rr-btn { display: inline-block; padding: 14px 28px; border-radius: 7px; font-weight: 600; font-size: 14px; cursor: pointer; transition: all 0.15s; text-decoration: none; border: none; }
.rr-btn--primary       { background: var(--forest); color: var(--white); }
.rr-btn--primary:hover { background: #235a3e; text-decoration: none; color: var(--white); }
.rr-btn--ghost         { background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,0.35); }
.rr-btn--ghost:hover   { background: rgba(255,255,255,0.1); text-decoration: none; color: var(--white); }
.rr-cta-phone { margin-top: 20px; font-size: 14px; color: rgba(255,255,255,0.45); }
.rr-cta-phone a { color: var(--amber); font-weight: 600; }

/* ── UTILITY ── */
.stars       { color: var(--amber); letter-spacing: -1px; }
.affil-note  { font-size: 12px; color: var(--mid); font-style: italic; margin-top: 6px; }
.source-note { font-size: 13px; color: var(--mid); font-style: italic; margin-top: -8px; margin-bottom: 16px; }

/* ── ANIMATIONS ── */
@keyframes rr-fadeUp { from { opacity:0; transform:translateY(14px); } to { opacity:1; transform:none; } }
.rr-hero        { animation: rr-fadeUp 0.45s ease both; }
.rr-score-card  { animation: rr-fadeUp 0.45s ease 0.1s both; }
.rr-cat-card    { animation: rr-fadeUp 0.4s ease both; }
.rr-cat-card:nth-child(2) { animation-delay: 0.07s; }
.rr-cat-card:nth-child(3) { animation-delay: 0.14s; }
.rr-cat-card:nth-child(4) { animation-delay: 0.21s; }
.rr-cat-card:nth-child(5) { animation-delay: 0.28s; }

/* ── EMPTY PAGE / BUILDER PLACEHOLDER ── */
.rr-empty-page, .rr-builder-no-content { text-align: center; padding: 80px 32px; color: #6B7A8D; font-family: 'Inter', sans-serif; border: 2px dashed #E2E5E9; border-radius: 10px; margin: 32px 0; }
.rr-empty-page h2, .rr-builder-no-content h2 { font-family: 'Inter', sans-serif; font-size: 16px; color: #2E4057; margin: 8px 0; }
.rr-empty-page p, .rr-builder-no-content p { font-size: 14px; margin: 0; }

/* ── HOMEPAGE ── */
.hp-hero { padding: 64px 0 56px; border-bottom: 1px solid var(--rule); }
.hp-hero__eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: var(--amber); margin-bottom: 16px; }
.hp-hero h1 { font-size: 52px; line-height: 1.1; margin-bottom: 20px; }
.hp-hero__sub { font-size: 18px; color: var(--slate); line-height: 1.65; margin-bottom: 32px; }
.hp-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hp-hero__phone { font-size: 14px; color: var(--mid); margin-top: 12px; }
.hp-hero__phone a { color: var(--steel); font-weight: 600; }

.affil-strip { background: var(--white); border: 1px solid var(--rule); border-left: 4px solid var(--amber); border-radius: 0 8px 8px 0; padding: 16px 24px; margin: 32px 0; font-size: 14px; color: var(--slate); }
.affil-strip__head { font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: #8A5A00; margin-bottom: 6px; }

.big-argument { padding: 48px 0; border-bottom: 1px solid var(--rule); }
.big-argument__headline { font-size: 32px; margin-bottom: 16px; }
.big-argument__body { font-size: 17px; color: var(--slate); line-height: 1.7; margin-bottom: 24px; }
.scores-section { padding: 48px 0; }

.platform-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap: 16px; margin: 24px 0; }
.platform-card { background: var(--white); border: 1px solid var(--rule); border-radius: 10px; padding: 20px 24px; text-decoration: none; color: inherit; display: block; transition: box-shadow 0.2s, transform 0.15s; }
.platform-card:hover { box-shadow: 0 4px 20px var(--ink-8); transform: translateY(-2px); text-decoration: none; }
.platform-card--top { border-top: 3px solid var(--forest); }
.platform-card--mid { border-top: 3px solid #C07818; }
.platform-card--low { border-top: 3px solid var(--coral); }
.platform-card__header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12px; }
.platform-card__name { font-family: 'Lora', serif; font-size: 18px; font-weight: 700; color: var(--ink); }
.platform-card__affiliated { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--amber); margin-top: 2px; }
.platform-card__score-display { text-align: right; }
.platform-card__score-num { font-family: 'Lora', serif; font-size: 36px; font-weight: 700; line-height: 1; }
.platform-card--top .platform-card__score-num { color: var(--forest); }
.platform-card--mid .platform-card__score-num { color: #8A5A00; }
.platform-card--low .platform-card__score-num { color: var(--coral); }
.platform-card__score-label { font-size: 11px; color: var(--mid); font-weight: 600; }
.platform-card__best-for { font-size: 13px; color: var(--mid); margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--rule); }
.platform-card__best-for strong { color: var(--slate); font-weight: 600; }
.platform-card__mini-bars { display: flex; flex-direction: column; gap: 5px; }
.mini-bar { display: flex; align-items: center; gap: 8px; }
.mini-bar__label { font-size: 11px; color: var(--mid); width: 60px; flex-shrink: 0; }
.mini-bar__track { flex: 1; height: 4px; background: var(--rule); border-radius: 2px; overflow: hidden; }
.mini-bar__fill  { height: 100%; border-radius: 2px; background: var(--forest); }
.mini-bar__fill--low { background: var(--coral); }
.mini-bar__fill--mid { background: #C07818; }
.mini-bar__val { font-size: 11px; font-weight: 700; color: var(--slate); width: 24px; text-align: right; }
.platform-card__cta { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--steel); margin-top: 14px; }
.platform-card__cta::after { content: "→"; }

.argument-table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 20px 0; }
.argument-table th { background: var(--ink); color: var(--white); padding: 10px 16px; text-align: left; font-size: 12px; font-weight: 600; }
.argument-table td { padding: 10px 16px; border-bottom: 1px solid var(--rule); vertical-align: middle; }
.argument-table tr:nth-child(odd)  td { background: var(--white); }
.argument-table tr:nth-child(even) td { background: #F4F3EF; }
.argument-table tr:first-child td { background: var(--forest-light); font-weight: 600; }
.argument-table tr:last-child  td { background: var(--coral-light); }

.start-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr)); gap: 16px; margin: 24px 0; }
.start-card { background: var(--white); border: 1px solid var(--rule); border-radius: 8px; padding: 20px; text-decoration: none; display: block; transition: box-shadow 0.15s; }
.start-card:hover { box-shadow: 0 3px 14px var(--ink-8); text-decoration: none; }
.start-card__icon  { font-size: 24px; margin-bottom: 10px; line-height: 1; }
.start-card__need  { font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--amber); margin-bottom: 6px; }
.start-card__title { font-weight: 700; font-size: 15px; color: var(--ink); margin-bottom: 6px; }
.start-card__desc  { font-size: 13px; color: var(--mid); }

.specialty-section { background: var(--ink); border-radius: 12px; padding: 40px 32px; margin: 48px 0; color: var(--white); }
.specialty-section h2 { color: var(--white); margin-top: 0; }
.specialty-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px,1fr)); gap: 16px; margin-top: 24px; }
.specialty-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 8px; padding: 20px; }
.specialty-card__tag  { display: inline-block; background: var(--amber); color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 2px 8px; border-radius: 3px; margin-bottom: 10px; }
.specialty-card__name { font-family: 'Lora', serif; font-size: 17px; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.specialty-card__desc { font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.5; }
.specialty-card__who  { font-size: 12px; color: rgba(255,255,255,0.4); margin-top: 8px; font-style: italic; }

.lead-magnet { background: var(--forest-light); border: 1px solid var(--forest); border-radius: 10px; padding: 32px; margin: 32px 0; display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.lead-magnet__icon { font-size: 40px; flex-shrink: 0; }
.lead-magnet__text h3 { font-size: 18px; margin: 0 0 6px; color: var(--ink); }
.lead-magnet__text p  { font-size: 14px; color: var(--slate); margin: 0; }
.lead-magnet__form { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.lead-magnet__input { padding: 10px 16px; border: 1px solid var(--rule); border-radius: 6px; font-size: 14px; font-family: 'Inter', sans-serif; background: var(--white); color: var(--ink); min-width: 220px; flex: 1; }
.lead-magnet__input:focus { outline: 2px solid var(--forest); outline-offset: 1px; }
.lead-magnet__submit { background: var(--forest); color: var(--white); border: none; padding: 10px 20px; border-radius: 6px; font-size: 14px; font-weight: 600; cursor: pointer; font-family: 'Inter', sans-serif; transition: background 0.15s; white-space: nowrap; }
.lead-magnet__submit:hover { background: #235a3e; }
.honest-wins { padding: 48px 0; border-top: 1px solid var(--rule); }

/* ── ZEFFY REVIEW ── */
.score-bar-row { margin-bottom: 7px; }
.score-bar-label { display: flex; justify-content: space-between; font-size: 13px; margin-bottom: 3px; color: var(--slate); }
.score-bar-label span:last-child { font-weight: 700; color: var(--ink); }
.score-bar-track { height: 6px; background: var(--rule); border-radius: 3px; overflow: hidden; }
.score-bar-fill  { height: 100%; border-radius: 3px; background: var(--forest); transition: width 0.8s ease; }
.score-bar-fill--low { background: var(--coral); }
.score-bar-fill--mid { background: #C07818; }

.timeline-table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 20px 0; }
.timeline-table td { padding: 12px 16px; border-bottom: 1px solid var(--rule); vertical-align: top; }
.timeline-table tr:nth-child(odd)  td { background: var(--white); }
.timeline-table tr:nth-child(even) td { background: #F4F3EF; }
.timeline-table tr:last-child td { background: var(--coral-light); }
.timeline-table .stage { font-weight: 700; color: var(--slate); white-space: nowrap; width: 160px; font-size: 14px; }
.timeline-table .stage-icon { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 8px; background: var(--rule); vertical-align: middle; }
.timeline-table tr:last-child .stage-icon { background: var(--coral); }

.format-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); gap: 12px; margin: 20px 0; }
.format-card { background: var(--white); border: 1px solid var(--rule); border-radius: 8px; padding: 16px 18px; display: flex; align-items: flex-start; gap: 12px; }
.format-card--yes     { border-left: 3px solid var(--forest); }
.format-card--partial { border-left: 3px solid #C07818; }
.format-card--no      { border-left: 3px solid var(--coral); }
.format-icon { font-size: 16px; line-height: 1; margin-top: 2px; flex-shrink: 0; }
.format-name { font-weight: 600; font-size: 14px; color: var(--ink); }
.format-note { font-size: 13px; color: var(--mid); margin-top: 3px; }
.format-status { font-size: 11px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; }
.format-card--yes     .format-status { color: var(--forest); }
.format-card--partial .format-status { color: #8A5A00; }
.format-card--no      .format-status { color: var(--coral); }

.review-toc { background: var(--white); border: 1px solid var(--rule); border-radius: 8px; padding: 20px 24px; margin: 24px 0; font-size: 14px; }
.review-toc__title { font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--mid); margin-bottom: 12px; }
.review-toc ol { list-style: none; padding: 0; margin: 0; counter-reset: toc-counter; display: flex; flex-direction: column; gap: 5px; }
.review-toc li { counter-increment: toc-counter; }
.review-toc li a { color: var(--steel); text-decoration: none; font-size: 14px; display: flex; align-items: center; gap: 8px; }
.review-toc li a::before { content: counter(toc-counter, decimal-leading-zero); font-size: 11px; color: var(--mid); font-weight: 700; min-width: 24px; }
.review-toc li a:hover { color: var(--ink); }

.crossover-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 20px 0; }
.crossover-card { background: var(--white); border: 1px solid var(--rule); border-radius: 8px; padding: 20px; text-align: center; }
.crossover-card__label { font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 8px; }
.crossover-card--green .crossover-card__label { color: var(--forest); }
.crossover-card--red   .crossover-card__label { color: var(--coral); }
.crossover-card__value { font-family: 'Lora', serif; font-size: 28px; font-weight: 700; line-height: 1.1; }
.crossover-card--green .crossover-card__value { color: var(--forest); }
.crossover-card--red   .crossover-card__value { color: var(--coral); }
.crossover-card__sub { font-size: 13px; color: var(--mid); margin-top: 6px; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
	h1 { font-size: 32px; }
	h2 { font-size: 24px; }
	.hp-hero h1 { font-size: 32px; }
	.rr-nav { display: none; }
	.rr-categories-grid { grid-template-columns: 1fr; }
	.rr-cat-card--full { grid-column: 1; }
	.rr-score-card { grid-template-columns: 1fr; gap: 20px; }
	.rr-score-card__overall { display: flex; align-items: center; gap: 16px; }
	.rr-table th, .rr-table td { padding: 8px 10px; }
	.rr-cta { padding: 32px 20px; }
	.rr-hotline { padding: 20px; }
	.rr-footer__inner { grid-template-columns: 1fr; gap: 32px; padding: 32px 24px; }
	.lead-magnet { flex-direction: column; gap: 16px; }
	.specialty-section { padding: 32px 20px; }
	.crossover-grid { grid-template-columns: 1fr; }
	.format-grid { grid-template-columns: 1fr; }
}