/* ==========================================================================
   SerpClix /reviews/ ("Is SerpClix Legit?") — page-specific styles
   Layers on top of vnext/seo/css/seo_landing.css (Inter + Outfit).
   All rv- prefixed to avoid collisions.
   ========================================================================== */

.rv-sec { padding: 64px 0; }
.rv-bg-light { background: #f7f9fb; }
.rv-dark { background: #1a2b3c; }

/* shared heads */
.rv-head { max-width: 720px; margin: 0 auto 34px; text-align: center; }
.rv-head-left { text-align: left; margin-left: 0; }
.rv-kicker { font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #2a9d8f; margin-bottom: 12px; }
.rv-kicker-light { color: #34b8a8; }
.rv-h2 { font-family: 'Outfit', sans-serif; font-size: 31px; font-weight: 700; letter-spacing: -0.6px; line-height: 1.18; color: #1a2b3c; text-align: center; margin-bottom: 14px; }
.rv-h2-left { text-align: left; }
.rv-h2-light { color: #ffffff; }
.rv-sub { font-size: 16.5px; line-height: 1.7; color: #4a5d72; text-align: center; margin: 0; }
.rv-sub-left { text-align: left; }
.rv-sub-light { color: #8fa3b8; max-width: 640px; margin: 0 auto; }
.rv-h3 { font-family: 'Outfit', sans-serif; font-size: 15.5px; font-weight: 700; color: #1a2b3c; text-align: left; margin-bottom: 7px; }

/* content links inside sections */
.rv-sec p a, .rv-verify-card p a, .rv-feat-body a, .rv-transp p a, .rv-safety a, .rv-ecard p a, .rv-hero a.rv-inline {
  color: #228176; font-weight: 600; text-decoration: none; border-bottom: 1px solid #d4efec; transition: color .2s, border-color .2s;
}
.rv-sec p a:hover, .rv-feat-body a:hover, .rv-safety a:hover, .rv-transp p a:hover, .rv-verify-card p a:hover, .rv-ecard p a:hover { color: #2a9d8f; border-color: #2a9d8f; }

/* ===== HERO ===== */
.rv-hero { background: linear-gradient(170deg, #f0faf6 0%, #fef9ed 100%); padding: 52px 0 0; border-bottom: 1px solid #eaeff4; }
.rv-hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 44px; align-items: center; padding-bottom: 42px; }
.rv-eyebrow { display: inline-flex; align-items: center; font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #228176; background: #edf8f7; border: 1px solid #d4efec; padding: 6px 14px; border-radius: 100px; margin-bottom: 18px; }
.rv-h1 { font-family: 'Outfit', sans-serif; font-size: 42px; line-height: 1.1; letter-spacing: -1.2px; font-weight: 700; color: #1a2b3c; text-align: left; margin-bottom: 18px; }
.rv-hl { color: #2a9d8f; }
.rv-verdict { font-size: 17.5px; line-height: 1.6; color: #1a2b3c; font-weight: 500; margin-bottom: 14px; text-align: left; }
.rv-yes { color: #228176; font-weight: 800; }
.rv-lead { font-size: 15.5px; line-height: 1.7; color: #4a5d72; text-align: left; margin-bottom: 0; }
.rv-lead strong { color: #1a2b3c; font-weight: 600; }
.rv-hero-cta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 24px; }
.rv-link-secondary { font-family: 'Outfit', sans-serif; font-size: 15px; font-weight: 600; color: #228176; text-decoration: none; }
.rv-link-secondary:hover { color: #2a9d8f; }
/* hero video */
.rv-video-eyebrow { font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #2a9d8f; margin-bottom: 8px; display: flex; align-items: center; gap: 7px; }
.rv-dot { width: 7px; height: 7px; border-radius: 50%; background: #2a9d8f; animation: rvpulse 2s infinite; }
@keyframes rvpulse { 0% { box-shadow: 0 0 0 0 rgba(42,157,143,0.5); } 70% { box-shadow: 0 0 0 7px rgba(42,157,143,0); } 100% { box-shadow: 0 0 0 0 rgba(42,157,143,0); } }
.rv-video-heading { font-family: 'Outfit', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: -0.3px; margin-bottom: 12px; color: #1a2b3c; }
.rv-video-card { background: #fff; border-radius: 22px; padding: 14px 14px 16px; box-shadow: 0 12px 40px rgba(26,43,60,0.12); }
.rv-video-wrapper { border-radius: 14px; overflow: hidden; background: #0f1c2a; }
.rv-video-cap { text-align: center; margin-top: 11px; font-size: 13px; color: #4a5d72; }
/* stats strip */
.rv-stats { border-top: 1px solid rgba(42,157,143,0.18); background: rgba(255,255,255,0.5); }
.rv-stats-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 22px 0; }
.rv-stat { text-align: center; position: relative; }
.rv-stat:not(:last-child)::after { content: ''; position: absolute; right: -12px; top: 50%; transform: translateY(-50%); height: 34px; width: 1px; background: #dde4eb; }
.rv-num { font-family: 'Outfit', sans-serif; font-size: 27px; font-weight: 700; color: #2a9d8f; letter-spacing: -0.8px; line-height: 1; }
.rv-stat-l { font-size: 12.5px; font-weight: 600; color: #4a5d72; margin-top: 5px; }

/* ===== VERIFY ===== */
.rv-verify-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 980px; margin: 0 auto; }
.rv-verify-card { background: #fff; border: 1px solid #eaeff4; border-radius: 16px; padding: 24px 26px; box-shadow: 0 1px 3px rgba(26,43,60,0.05); display: flex; gap: 16px; align-items: flex-start; }
.rv-verify-card.rv-feature { border-color: #d4efec; background: #edf8f7; grid-column: 1 / -1; align-items: center; }
.rv-verify-ic { flex-shrink: 0; width: 40px; height: 40px; border-radius: 11px; background: #d4efec; color: #228176; display: flex; align-items: center; justify-content: center; }
.rv-verify-fig { flex-shrink: 0; width: 220px; }
.rv-verify-fig svg { width: 100%; height: auto; display: block; border-radius: 12px; border: 1px solid #d4efec; }
.rv-verify-h { font-family: 'Outfit', sans-serif; font-size: 16.5px; font-weight: 700; margin-bottom: 6px; color: #1a2b3c; }
.rv-verify-card p { font-size: 14.5px; line-height: 1.6; color: #4a5d72; margin: 0; text-align: left; }

/* ===== STEPS ===== */
.rv-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.rv-step { background: #fff; border: 1px solid #eaeff4; border-radius: 16px; padding: 24px 20px; text-align: center; box-shadow: 0 1px 3px rgba(26,43,60,0.05); }
.rv-step-ic { width: 46px; height: 46px; border-radius: 13px; background: #edf8f7; color: #228176; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.rv-step-n { font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #2a9d8f; margin-bottom: 5px; }
.rv-step .rv-h3 { text-align: center; }
.rv-step p { font-size: 13.5px; color: #4a5d72; line-height: 1.55; text-align: center; margin: 0; }
.rv-note { text-align: center; max-width: 720px; margin: 28px auto 0; font-size: 15.5px; color: #4a5d72; }
.rv-note strong { color: #1a2b3c; }

/* ===== EVIDENCE ===== */
.rv-subhead { text-align: center; font-family: 'Outfit', sans-serif; font-size: 17px; font-weight: 700; color: #1a2b3c; margin: 8px 0 20px; }
.rv-gwords { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 30px; }
.rv-gcard { background: #fff; border: 1px solid #eaeff4; border-radius: 16px; padding: 22px 24px; box-shadow: 0 1px 3px rgba(26,43,60,0.05); display: flex; flex-direction: column; }
.rv-gcard-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 13px; }
.rv-gcard-dom { display: flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 600; color: #4a5d72; min-width: 0; }
.rv-gcard-fav { flex-shrink: 0; width: 22px; height: 22px; border-radius: 6px; background: #f7f9fb; border: 1px solid #eaeff4; display: flex; align-items: center; justify-content: center; font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 700; color: #4a5d72; }
.rv-gcard-dom span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rv-gcard-tag { flex-shrink: 0; font-family: 'Outfit', sans-serif; font-size: 9.5px; font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase; color: #228176; background: #edf8f7; border: 1px solid #d4efec; padding: 3px 8px; border-radius: 100px; }
.rv-gcard-head { font-family: 'Outfit', sans-serif; font-size: 15.5px; font-weight: 700; color: #1a2b3c; line-height: 1.3; margin-bottom: 12px; }
.rv-gcard-quote { font-size: 14px; line-height: 1.6; color: #4a5d72; font-style: italic; border-left: 3px solid #d4efec; padding-left: 13px; margin-bottom: 14px; }
.rv-gcard-src { margin-top: auto; font-size: 13px; font-weight: 700; color: #228176; text-decoration: none; }
.rv-gcard-src:hover { color: #2a9d8f; }

.rv-feat { display: grid; grid-template-columns: 0.9fr 1fr; gap: 28px; align-items: center; background: #fff; border: 1px solid #eaeff4; border-radius: 22px; padding: 30px 34px; box-shadow: 0 1px 3px rgba(26,43,60,0.05); margin-bottom: 22px; }
.rv-feat-alt { grid-template-columns: 1fr 0.9fr; }
.rv-feat-fig svg { width: 100%; height: auto; display: block; }
.rv-fig-cap { font-size: 12px; color: #7b8e9e; text-align: center; margin-top: 10px; font-style: italic; }
.rv-feat-pill { display: inline-flex; align-items: center; font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: #228176; background: #edf8f7; padding: 5px 11px; border-radius: 100px; margin-bottom: 14px; }
.rv-feat-h { font-family: 'Outfit', sans-serif; font-size: 21px; font-weight: 700; letter-spacing: -0.3px; color: #1a2b3c; text-align: left; margin-bottom: 12px; line-height: 1.25; }
.rv-feat-body p { font-size: 15px; line-height: 1.7; color: #4a5d72; margin-bottom: 12px; text-align: left; }
.rv-feat-body p:last-child { margin-bottom: 0; }
.rv-feat-body p strong { color: #1a2b3c; }

.rv-ecards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 760px; margin: 0 auto; }
.rv-ecard { background: #fff; border: 1px solid #eaeff4; border-radius: 16px; padding: 24px; box-shadow: 0 1px 3px rgba(26,43,60,0.05); }
.rv-esrc { display: inline-flex; align-items: center; font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: #228176; background: #edf8f7; padding: 5px 11px; border-radius: 100px; margin-bottom: 14px; }
.rv-ecard p { font-size: 14.5px; line-height: 1.6; color: #4a5d72; margin: 0; text-align: left; }
.rv-ecard p strong { color: #1a2b3c; }

.rv-caveat { max-width: 760px; margin: 30px auto 0; font-size: 15.5px; line-height: 1.7; color: #4a5d72; text-align: center; background: #fffced; border: 1px solid #f3e6b0; border-radius: 16px; padding: 22px 28px; }
.rv-caveat strong { color: #1a2b3c; }

/* ===== TRANSPARENCY ===== */
.rv-transp { max-width: 760px; margin: 0 auto 14px; background: #fff; border: 1px solid #eaeff4; border-left: 4px solid #2a9d8f; border-radius: 12px; padding: 22px 26px; }
.rv-transp-h { font-family: 'Outfit', sans-serif; font-size: 17px; font-weight: 700; color: #1a2b3c; margin-bottom: 8px; }
.rv-transp p { font-size: 15.5px; line-height: 1.7; color: #4a5d72; margin: 0; text-align: left; }
.rv-transp p strong { color: #1a2b3c; }
.rv-head-left { max-width: 760px; }

/* ===== RESULTS ===== */
.rv-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 26px; }
.rv-result { display: block; background: #fff; border: 1px solid #eaeff4; border-radius: 16px; overflow: hidden; box-shadow: 0 1px 3px rgba(26,43,60,0.05); transition: transform .2s, box-shadow .2s; text-decoration: none; }
.rv-result:hover { transform: translateY(-4px); box-shadow: 0 8px 32px rgba(26,43,60,0.1); }
.rv-result-top { padding: 20px 22px; background: linear-gradient(135deg, #edf8f7, #fff); border-bottom: 1px solid #eaeff4; }
.rv-metric { display: flex; align-items: baseline; gap: 8px; font-family: 'Outfit', sans-serif; line-height: 1; }
.rv-from { font-size: 19px; font-weight: 600; color: #7b8e9e; text-decoration: line-through; }
.rv-arrow { color: #7b8e9e; }
.rv-to { font-size: 32px; font-weight: 800; color: #228176; letter-spacing: -1px; }
.rv-lbl { font-size: 11.5px; font-weight: 600; color: #7b8e9e; text-transform: uppercase; }
.rv-result-body { padding: 16px 22px 20px; }
.rv-result-tag { font-size: 11px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: #2a9d8f; margin-bottom: 7px; }
.rv-result-body p { font-size: 14px; color: #4a5d72; line-height: 1.55; margin: 0 0 12px; text-align: left; }
.rv-result-read { font-size: 13px; font-weight: 700; color: #228176; }
.rv-results-cta { text-align: center; }
.rv-ilink { color: #228176; font-weight: 600; text-decoration: none; border-bottom: 1px solid #d4efec; }
.rv-ilink:hover { color: #2a9d8f; border-color: #2a9d8f; }

/* ===== VS BOTS ===== */
.rv-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 820px; margin: 0 auto; }
.rv-col { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.09); border-radius: 16px; padding: 26px 24px; }
.rv-col-good { background: #fff; border: 2px solid #2a9d8f; box-shadow: 0 12px 40px rgba(42,157,143,0.25); }
.rv-col-h { font-family: 'Outfit', sans-serif; font-size: 18px; font-weight: 700; margin-bottom: 4px; text-align: left; color: #fff; }
.rv-col-good .rv-col-h { color: #1a2b3c; }
.rv-col-sub { font-size: 12.5px; opacity: 0.8; margin-bottom: 18px; color: #e0e8f0; }
.rv-col-good .rv-col-sub { color: #7b8e9e; opacity: 1; }
.rv-clist { list-style: none; display: flex; flex-direction: column; gap: 11px; margin: 0; padding: 0; }
.rv-clist li { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; line-height: 1.45; color: #e0e8f0; }
.rv-col-good .rv-clist li { color: #4a5d72; }
.rv-clist li svg { flex-shrink: 0; margin-top: 2px; }
.rv-yes { color: #228176; }
.rv-no { color: #e08a8a; }

/* ===== SAFETY ===== */
.rv-safety { max-width: 760px; margin: 0 auto; background: #edf8f7; border: 1px solid #d4efec; border-radius: 16px; padding: 28px 32px; }
.rv-safety p { font-size: 16px; line-height: 1.75; color: #4a5d72; margin-bottom: 16px; text-align: left; }
.rv-safety p:last-child { margin-bottom: 0; }
.rv-safety p strong { color: #1a2b3c; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1000px) {
  .rv-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .rv-steps { grid-template-columns: 1fr 1fr; }
  .rv-feat, .rv-feat-alt { grid-template-columns: 1fr; gap: 22px; }
}
@media (max-width: 760px) {
  .rv-h1 { font-size: 32px; }
  .rv-verify-grid, .rv-gwords, .rv-ecards, .rv-results, .rv-compare { grid-template-columns: 1fr; }
  .rv-verify-card.rv-feature { flex-direction: column; align-items: flex-start; }
  .rv-verify-fig { width: 100%; }
  .rv-stats-inner { grid-template-columns: 1fr 1fr; gap: 18px; }
  .rv-stat:nth-child(2)::after { display: none; }
}
@media (max-width: 560px) {
  .rv-h1 { font-size: 27px; }
  .rv-h2 { font-size: 25px; }
  .rv-steps { grid-template-columns: 1fr; }
  .rv-feat { padding: 22px 20px; }
}
