/* T1 Editorial — reviewscalltracking.com (Teal variant)
   Palette: white #FCFCFB / ink #1A1A1A / accent Teal #0F766E
   Typography: Inter Tight + Inter
   Distinct from site 1 (also T1) via: teal accent, review-aggregation visual treatments
   (rating distribution bars, "what users say" themed quotes). */

:root {
  --bg: #FCFCFB;
  --bg-soft: #F2F4F2;
  --ink: #1A1A1A;
  --ink-soft: #3A3A3A;
  --muted: #6B7270;
  --rule: #E2E5E2;
  --card: #FFFFFF;
  --accent: #0F766E;
  --accent-dark: #0B5C56;
  --accent-soft: #E6F2F0;
  --good: #047857;
  --warn: #B45309;
  --bad: #B91C1C;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
img { max-width: 100%; height: auto; }
a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
a:hover { color: var(--accent-dark); }
h1, h2, h3, h4 {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  color: var(--ink);
  letter-spacing: -0.018em;
  margin: 1.4em 0 .5em;
  font-weight: 800;
}
h1 { font-size: 56px; line-height: 1.06; letter-spacing: -0.025em; margin-top: 0; }
h2 { font-size: 32px; line-height: 1.18; margin-top: 1.6em; }
h3 { font-size: 22px; line-height: 1.3; }
h4 { font-size: 17px; line-height: 1.35; }
p { margin: 0 0 1.1em; color: var(--ink-soft); }
@media (max-width: 760px) {
  h1 { font-size: 38px; }
  h2 { font-size: 26px; }
}

.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* Header */
.site-header {
  border-bottom: 1px solid var(--rule);
  background: var(--bg);
  position: sticky;
  top: 0;
  z-index: 50;
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; padding-bottom: 16px; }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}
.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--accent);
  color: #fff;
  border-radius: 8px;
  flex-shrink: 0;
}
.brand-mark svg { display: block; }
.brand-words {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.05;
  min-width: 0;
}
.brand-name {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 800;
  font-size: 17px;
  color: var(--ink);
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.brand-tag {
  font-family: 'Inter Tight', sans-serif;
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 3px;
  white-space: nowrap;
}
.brand .accent { color: var(--accent); }
@media (max-width: 480px) {
  .brand-tag { display: none; }
  .brand-mark { width: 32px; height: 32px; border-radius: 7px; }
  .brand-mark svg { width: 18px; height: 18px; }
}
.nav { display: flex; align-items: center; gap: 24px; }
.nav a { color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 500; }
.nav a:hover { color: var(--accent); }
.nav .btn-sm { background: var(--accent); color: #fff; padding: 8px 14px; border-radius: 4px; }

/* Hero */
.hero { padding: 64px 0 48px; border-bottom: 1px solid var(--rule); }
.hero .eyebrow {
  display: inline-block;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--accent); font-weight: 700; margin-bottom: 18px;
  padding: 5px 10px; background: var(--accent-soft); border-radius: 999px;
}
.hero h1 { max-width: 880px; margin-bottom: 22px; }
.hero .lede { font-size: 21px; line-height: 1.5; max-width: 760px; color: var(--ink-soft); margin-bottom: 30px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.hero .data-strip {
  display: flex; flex-wrap: wrap; gap: 28px;
  padding: 18px 0; border-top: 1px solid var(--rule);
  font-size: 14px; color: var(--muted);
}
.hero .data-strip strong { color: var(--ink); font-weight: 700; }

/* Buttons */
.btn { display: inline-block; padding: 12px 22px; border-radius: 4px; font-weight: 600; font-size: 15px; text-decoration: none; border: 1px solid transparent; cursor: pointer; font-family: 'Inter Tight', sans-serif; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-dark); color: #fff; text-decoration: none; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--bg); text-decoration: none; }
.btn-sm { padding: 8px 14px; font-size: 13px; }

/* Sections */
.section { padding: 56px 0; border-bottom: 1px solid var(--rule); }
.section h2 { margin-top: 0; }
.kicker {
  display: inline-block;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--accent); font-weight: 700; margin-bottom: 8px;
}

/* === Distinctive: Rating distribution visual === */
.rating-dist { margin: 24px 0; }
.rating-dist .row {
  display: grid;
  grid-template-columns: 60px 1fr 60px;
  gap: 14px;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
}
.rating-dist .row .stars { font-weight: 700; color: var(--ink); }
.rating-dist .bar {
  background: var(--bg-soft);
  height: 10px; border-radius: 4px; overflow: hidden;
}
.rating-dist .bar > span { display: block; height: 100%; background: var(--accent); }
.rating-dist .row .count { text-align: right; color: var(--muted); }

/* === Distinctive: "What users say" themed callout === */
.user-themes {
  background: var(--bg-soft);
  border-left: 4px solid var(--accent);
  padding: 22px 26px;
  margin: 28px 0;
}
.user-themes h4 {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--accent); margin: 0 0 10px; font-weight: 700;
}
.user-themes .theme {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px dashed var(--rule);
}
.user-themes .theme:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.user-themes .theme-title {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
  margin: 0 0 4px;
}
.user-themes .theme-body {
  font-style: italic;
  font-size: 15px;
  color: var(--ink-soft);
  margin: 0;
}
.user-themes .theme-body::before { content: "\201C"; }
.user-themes .theme-body::after { content: "\201D"; }
.user-themes .source-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 14px;
  font-style: italic;
}

/* Review summary cards (homepage) */
.review-summary {
  background: var(--card);
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 26px;
  margin-bottom: 18px;
}
.review-summary.top-pick { border-left: 4px solid var(--accent); }
.review-summary .head {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 6px;
}
.review-summary .head .num {
  font-family: 'Inter Tight', sans-serif;
  font-size: 30px; font-weight: 800; color: var(--accent);
  line-height: 1; letter-spacing: -0.02em;
}
.review-summary h3 { margin: 0; font-size: 22px; }
.review-summary .agg-score {
  margin-left: auto;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 800;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
}
.review-summary .verdict {
  font-style: italic; color: var(--muted);
  font-size: 16px; margin: 6px 0 14px;
}
.review-summary p { font-size: 15px; }

/* Inline TLDR + tldr-cta + cta-card (memory patterns) */
.tldr {
  background: var(--accent-soft);
  border-left: 4px solid var(--accent);
  padding: 22px 26px;
  margin: 28px 0;
  border-radius: 0 4px 4px 0;
}
.tldr h4 {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--accent); margin: 0 0 10px; font-weight: 700;
}
.tldr ul { margin: 0; padding-left: 22px; }
.tldr li { margin-bottom: 6px; font-size: 16px; }
.tldr .overall {
  margin-top: 14px; font-family: 'Inter Tight', sans-serif;
  font-weight: 800; font-size: 17px; color: var(--ink);
}

.tldr-cta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin: -8px 0 28px; }
.tldr-cta .subtext { font-size: 13px; color: var(--muted); margin: 0; }

.cta-card {
  background: var(--accent-soft);
  border: 1px solid var(--rule);
  border-left: 4px solid var(--accent);
  border-radius: 4px;
  padding: 26px 28px;
  margin: 32px auto;
  max-width: 720px;
}
.cta-card h4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 18px; font-weight: 700;
  margin: 0 0 16px; color: var(--ink);
}
.cta-card .btn { margin: 0; }
.cta-card .subtext { margin-top: 12px; font-size: 13px; color: var(--muted); }

/* Pricing list, pros/cons, breadcrumb, byline (shared patterns) */
.pricing-list { list-style: none; padding: 0; margin: 16px 0; }
.pricing-list li { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; padding: 10px 0; border-bottom: 1px solid var(--rule); font-size: 16px; }
.pricing-list .plan { font-weight: 700; }
.pricing-list .price { color: var(--accent); font-weight: 700; }
.proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 22px 0; }
.proscons ul { padding-left: 20px; margin: 8px 0 0; }
.proscons li { margin-bottom: 6px; font-size: 16px; }
.proscons .pros h4 { color: var(--good); margin-top: 0; }
.proscons .cons h4 { color: var(--warn); margin-top: 0; }
@media (max-width: 600px) { .proscons { grid-template-columns: 1fr; } }

.breadcrumb { font-size: 13px; color: var(--muted); padding-top: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--rule); }
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--accent); }

.byline { display: flex; align-items: center; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--rule); font-size: 14px; color: var(--muted); margin: 24px 0 28px; border-top: 1px solid var(--rule); }
.byline > img.byline-avatar { display: block; }
.byline-avatar { width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0; }
.byline strong { color: var(--ink); font-weight: 700; }
.byline .meta-line { display: flex; gap: 10px; flex-wrap: wrap; align-items: baseline; }
.byline .sep { color: var(--rule); }

/* Author block */
.author-block { background: var(--bg-soft); padding: 28px; display: flex; gap: 22px; align-items: flex-start; margin: 40px 0; border-left: 3px solid var(--accent); }
.author-block img { width: 64px; height: 64px; border-radius: 50%; display: block; flex-shrink: 0; }
.author-block h3 { margin: 0 0 6px; font-size: 20px; }
.author-block p { margin: 0 0 8px; font-size: 15px; }
.author-block .role { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; }
@media (max-width: 600px) { .author-block { flex-direction: column; } }

/* Author tooltip */
.author-mention { position: relative; display: inline-block; }
.author-name { cursor: help; border-bottom: 1px dotted var(--accent); font-weight: 700; color: var(--ink); text-decoration: none; outline: none; }
.author-name:hover, .author-name:focus { color: var(--accent-dark); }
.author-card {
  position: absolute; left: 0; top: calc(100% + 6px); z-index: 30;
  width: 300px; max-width: calc(100vw - 32px);
  background: var(--card); border: 1px solid var(--rule); border-left: 3px solid var(--accent);
  padding: 12px 14px; box-shadow: 0 6px 20px rgba(10,10,10,.06);
  font-size: 13px; line-height: 1.55; color: var(--ink-soft);
  opacity: 0; visibility: hidden; transform: translateY(-4px);
  transition: opacity .15s ease, transform .15s ease, visibility .15s;
  pointer-events: none; white-space: normal;
}
.author-card strong { display: block; color: var(--ink); font-size: 14px; margin-bottom: 4px; }
.author-mention:hover .author-card,
.author-name:focus ~ .author-card,
.author-card:hover { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }

/* FAQ accordion */
.faq-item { border-bottom: 1px solid var(--rule); padding: 18px 0; }
.faq-item summary { cursor: pointer; font-family: 'Inter Tight', sans-serif; font-weight: 700; font-size: 19px; color: var(--ink); list-style: none; display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--accent); font-size: 24px; line-height: 1; flex-shrink: 0; }
.faq-item[open] summary::after { content: '−'; }
.faq-item .answer { padding-top: 12px; }

/* Footer */
.site-footer { background: #0F1A18; color: #B5BCB7; padding: 48px 0 24px; margin-top: 56px; }
.site-footer h4 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 14px; font-weight: 600; }
.site-footer a { color: #B5BCB7; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 28px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 8px; font-size: 14px; }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
.disclosure { border-top: 1px solid #1F2A28; padding-top: 18px; font-size: 12px; color: #6B7268; line-height: 1.6; }
.disclosure a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.disclosure a:hover { color: #fff; }

.divider { border: none; border-top: 1px solid var(--rule); margin: 36px 0; }
.muted { color: var(--muted); font-size: 14px; }



/* === Editor-note cross-link (replaces affiliate CTA on competitor reviews) === */
.tldr-crosslink {
  margin: 18px 0 28px;
  padding: 14px 18px;
  background: var(--bg-soft, #f5f5f3);
  border-left: 3px solid var(--accent);
  border-radius: 4px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink);
}
.tldr-crosslink p { margin: 0; }
.tldr-crosslink strong { color: var(--ink); font-weight: 600; }
.tldr-crosslink a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; font-weight: 500; }
.tldr-crosslink a:hover { text-decoration: none; }

/* === Reviews dropdown === */
.nav-dropdown { position: relative; }
.nav-dropdown > .dropdown-trigger {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  /* font-family, font-size, font-weight, text-transform, letter-spacing,
     color all inherit from the sibling nav <a> rule so the trigger matches
     the rest of the nav. */
}
.nav-dropdown > .dropdown-trigger::after {
  content: "\25BE";
  font-size: 0.72em;
  margin-left: 3px;
  opacity: 0.6;
  color: currentColor;
  transition: opacity .15s ease, color .15s ease;
}
.nav-dropdown:hover > .dropdown-trigger,
.nav-dropdown:focus-within > .dropdown-trigger,
.nav-dropdown > .dropdown-trigger:hover { color: var(--accent); }
.nav-dropdown:hover > .dropdown-trigger::after,
.nav-dropdown:focus-within > .dropdown-trigger::after { color: var(--accent); }

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(-4px);
  background: var(--card);
  border: 1px solid var(--rule);
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(15, 118, 110, .07);
  min-width: 270px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .15s ease, transform .15s ease, visibility .15s;
  z-index: 60;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  font-size: 14px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
}
.nav-dropdown-menu a:hover {
  background: var(--accent-soft);
  color: var(--accent);
}
.nav-dropdown-menu .pick-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-soft);
  padding: 2px 7px;
  border-radius: 999px;
  margin-left: 12px;
}
@media (max-width: 760px) {
  .nav { flex-wrap: wrap; gap: 12px; }
  .nav-dropdown-menu { min-width: 220px; }
}
