/* ============================================================
   trust-pages.css — Base + components for the trust-signal pages
   (Pricing, Reviews, Security & Privacy, Awards, FAQ, Best Of)
   ============================================================ */

:root {
  --black: #0a0a0a; --black-mid: #111111; --black-card: #161616;
  --white: #f5f0eb; --white-muted: rgba(245,240,235,0.55);
  --orange: #f27d0c; --magenta: #c0187a; --red: #d42b2b;
  --grad: linear-gradient(135deg, #c0187a 0%, #d42b2b 45%, #f27d0c 100%);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--black); color: var(--white);
  font-family: 'DM Sans', sans-serif; font-weight: 300;
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
}
.section-inner { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 48px; box-sizing: border-box; }

/* Typography helpers */
.page-eyebrow {
  font-size: 10px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 20px; display: flex; align-items: center; gap: 10px;
}
.page-eyebrow::before { content: ''; display: block; width: 24px; height: 1px; background: var(--orange); }
.section-eyebrow {
  font-size: 10px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 18px; display: flex; align-items: center; gap: 10px;
}
.section-eyebrow::before { content: ''; display: block; width: 20px; height: 1px; background: var(--orange); }
.section-title {
  font-family: 'Bebas Neue', sans-serif; font-size: clamp(38px, 4.6vw, 68px);
  line-height: 0.95; letter-spacing: 0.02em; color: var(--white); margin: 0 0 18px;
}
.section-title .accent {
  font-family: 'Playfair Display', serif; font-style: italic;
  background: var(--grad); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
  display: inline-block; padding-bottom: 0.2em;
}
.section-body { font-size: 16px; line-height: 1.78; color: var(--white-muted); max-width: 720px; margin: 0; }

.btn-primary {
  font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--black); background: var(--grad); border: none; padding: 16px 32px;
  cursor: pointer; text-decoration: none; display: inline-block;
  transition: opacity 0.2s, transform 0.2s;
}
.btn-primary:hover { opacity: 0.88; transform: translateY(-1px); }
.btn-ghost {
  font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--white-muted); border: 1px solid rgba(245,240,235,0.18); padding: 16px 32px;
  text-decoration: none; display: inline-block; transition: color 0.2s, border-color 0.2s;
}
.btn-ghost:hover { color: var(--white); border-color: rgba(245,240,235,0.45); }

/* HERO */
.tp-hero { padding: 170px 0 84px; position: relative; overflow: hidden; }
.tp-hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 80% 12%, rgba(192,24,122,0.26), transparent 55%),
    radial-gradient(ellipse 55% 60% at 15% 88%, rgba(242,125,12,0.18), transparent 55%),
    var(--black);
}
.tp-hero-bg::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 140px;
  background: linear-gradient(to bottom, transparent, #0a0a0a); pointer-events: none;
}
.tp-hero .section-inner { position: relative; z-index: 1; }
.tp-hero-content { max-width: 980px; margin: 0 auto; text-align: center; }
.tp-hero-content .page-eyebrow { justify-content: center; }
.tp-hero-content .tp-intro { max-width: 720px; margin-left: auto; margin-right: auto; }
.tp-hero-content .tp-hero-actions { justify-content: center; }
.tp-headline {
  font-family: 'Bebas Neue', sans-serif; font-size: clamp(52px, 7.5vw, 104px);
  line-height: 0.92; letter-spacing: 0.02em; color: var(--white); margin: 0 0 24px;
}
.tp-headline .accent {
  font-family: 'Playfair Display', serif; font-style: italic;
  background: var(--grad); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
  display: block; padding-bottom: 0.2em;
}
.tp-intro { font-size: 18px; line-height: 1.75; color: var(--white-muted); max-width: 660px; margin: 0 0 32px; }
.tp-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* SECTIONS */
.tp-section { padding: 88px 0; }
.tp-section.alt { background: var(--black-mid); }
.tp-section.dark { background: var(--black-card); }
.tp-section-head { max-width: 760px; margin-bottom: 48px; }

/* CARD GRIDS */
.tp-grid { display: grid; gap: 2px; }
.tp-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.tp-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.tp-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.tp-card {
  background: var(--black-card); border: 1px solid rgba(245,240,235,0.06);
  padding: 32px 28px; transition: border-color 0.25s, transform 0.25s;
}
.tp-card:hover { border-color: rgba(242,125,12,0.35); transform: translateY(-2px); }
.tp-card-kicker {
  font-size: 9px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 12px;
}
.tp-card-title {
  font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: 0.03em;
  line-height: 1.05; color: var(--white); margin: 0 0 10px;
}
.tp-card-price {
  font-family: 'Bebas Neue', sans-serif; font-size: 34px; letter-spacing: 0.03em;
  background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; margin: 0 0 12px;
}
.tp-card-body { font-size: 14px; line-height: 1.7; color: var(--white-muted); margin: 0; }
.tp-list { list-style: none; padding: 0; margin: 16px 0 0; display: flex; flex-direction: column; gap: 9px; }
.tp-list li {
  font-size: 13.5px; line-height: 1.6; color: var(--white-muted);
  padding-left: 20px; position: relative;
}
.tp-list li::before { content: '✓'; position: absolute; left: 0; color: var(--orange); font-size: 12px; }

/* NUMBERED SIGNAL LIST */
.signal-item { display: flex; gap: 14px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid rgba(245,240,235,0.06); }
.signal-num {
  font-family: 'Bebas Neue', sans-serif; font-size: 18px; letter-spacing: 0.04em;
  color: var(--orange); min-width: 26px; line-height: 1.4;
}
.signal-text { font-size: 14.5px; line-height: 1.65; color: var(--white-muted); }
.signal-text strong { color: var(--white); font-weight: 500; display: block; margin-bottom: 2px; }

/* TABLE */
.tp-table-wrap { overflow-x: auto; border: 1px solid rgba(245,240,235,0.08); }
.tp-table { width: 100%; border-collapse: collapse; min-width: 640px; }
.tp-table th, .tp-table td { text-align: left; padding: 16px 20px; font-size: 14px; border-bottom: 1px solid rgba(245,240,235,0.06); }
.tp-table th {
  font-size: 10px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--white); background: rgba(245,240,235,0.03);
}
.tp-table td { color: var(--white-muted); }
.tp-table td strong { color: var(--white); font-weight: 500; }

/* STATS */
.tp-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.tp-stat { background: var(--black-card); border: 1px solid rgba(245,240,235,0.06); padding: 30px 24px; }
.tp-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 44px; line-height: 1; letter-spacing: 0.03em; color: var(--white); margin-bottom: 6px; }
.tp-stat-label { font-size: 10px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--white-muted); }

/* FAQ */
.faq-cat { margin-bottom: 56px; }
.faq-cat-title {
  font-family: 'Bebas Neue', sans-serif; font-size: 30px; letter-spacing: 0.04em;
  color: var(--white); margin: 0 0 8px;
}
.faq-trustbar {
  display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 14px 0 22px;
  border-bottom: 1px solid rgba(245,240,235,0.08); margin-bottom: 22px;
}
.faq-trustbar span { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--white-muted); }
.faq-trustbar span strong { color: var(--orange); font-weight: 500; }
.faq-item { border-bottom: 1px solid rgba(245,240,235,0.06); padding: 22px 0; }
.faq-q { font-size: 17px; font-weight: 500; color: var(--white); margin: 0 0 10px; line-height: 1.45; }
.faq-a { font-size: 14.5px; line-height: 1.8; color: var(--white-muted); margin: 0; }
.faq-a a { color: var(--orange); text-decoration: none; border-bottom: 1px solid rgba(242,125,12,0.35); }
.faq-a a:hover { color: var(--white); }
.faq-a + .faq-a { margin-top: 10px; }

/* CALLOUT */
.tp-callout {
  border-left: 2px solid var(--orange); background: rgba(242,125,12,0.05);
  padding: 22px 26px; margin-top: 36px;
}
.tp-callout-label { font-size: 9px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--orange); margin-bottom: 8px; }
.tp-callout p { font-size: 14.5px; line-height: 1.7; color: var(--white-muted); margin: 0; }

/* PLATFORM CARDS */
.platform-card {
  background: var(--black-card); border: 1px solid rgba(245,240,235,0.06);
  padding: 26px 24px; text-decoration: none; display: block; transition: border-color 0.25s, transform 0.25s;
}
.platform-card:hover { border-color: var(--orange); transform: translateY(-2px); }
.platform-name { font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--white); margin-bottom: 10px; }
.platform-meta { font-size: 13px; line-height: 1.6; color: var(--white-muted); }
.platform-link { display: inline-block; margin-top: 12px; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--orange); }

/* QUOTE */
.tp-quote { border: 1px solid rgba(245,240,235,0.08); background: var(--black-card); padding: 36px 34px; }
.tp-quote p { font-family: 'Playfair Display', serif; font-style: italic; font-size: 20px; line-height: 1.6; color: var(--white); margin: 0 0 16px; }
.tp-quote cite { font-style: normal; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--white-muted); }

/* CTA BAND */
.tp-cta { padding: 96px 0; background: var(--black-mid); border-top: 1px solid rgba(245,240,235,0.06); }
.tp-cta-inner { text-align: center; max-width: 720px; margin: 0 auto; }
.tp-cta .section-title { margin-bottom: 16px; }
.tp-cta .section-body { margin: 0 auto 30px; }
.tp-cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Prose (policy pages) */
.tp-prose { max-width: 820px; }
.tp-prose h2 { font-family: 'Bebas Neue', sans-serif; font-size: 30px; letter-spacing: 0.04em; color: var(--white); margin: 44px 0 14px; }
.tp-prose h3 { font-size: 16px; font-weight: 500; color: var(--white); margin: 26px 0 8px; }
.tp-prose p, .tp-prose li { font-size: 15px; line-height: 1.85; color: var(--white-muted); }
.tp-prose ul { padding-left: 20px; margin: 12px 0; }
.tp-prose li { margin-bottom: 8px; }
.tp-prose a { color: var(--orange); text-decoration: none; border-bottom: 1px solid rgba(242,125,12,0.35); }
.tp-updated { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--white-muted); }

@media (max-width: 1024px) {
  .tp-grid.cols-4, .tp-stats { grid-template-columns: repeat(2, 1fr); }
  .tp-grid.cols-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .section-inner { padding: 0 20px; }
  .tp-hero-content { text-align: left; }
  .tp-hero-content .page-eyebrow, .tp-hero-content .tp-hero-actions { justify-content: flex-start; }
  .tp-hero { padding: 130px 0 60px; }
  .tp-grid.cols-2, .tp-grid.cols-3, .tp-grid.cols-4, .tp-stats { grid-template-columns: 1fr; }
  .tp-section { padding: 64px 0; }
}

/* Estimator rows */
.est-row {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: var(--white-muted); cursor: pointer;
  border: 1px solid rgba(245,240,235,0.08); padding: 12px 14px;
  transition: border-color 0.2s, color 0.2s;
}
.est-row:hover { border-color: rgba(242,125,12,0.4); color: var(--white); }
.est-row input { accent-color: #f27d0c; width: 15px; height: 15px; }
