/* =============================================================================
   GoMedPay — Rejections Snapshot Page  (GMP-RSD-2026-001 v2.0)
   Tokens from core/css/tokens.css:
     --gmp-navy #1b4f8a  --gmp-teal #00897b  --gmp-gold #C4943A
     --gmp-slate #37474f  --gmp-ice #eef4fb  --gmp-border #d0def0
   ============================================================================= */

.rss-page { background: #f6f8fa; }

/* ═══════════════════════════════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════════════════════════════ */
.rss-hero {
  background: linear-gradient(150deg, #0d3b7a 0%, #0d2137 60%, #091829 100%);
  padding: 80px 0 72px;
  position: relative;
  overflow: hidden;
}
.rss-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.rss-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  position: relative;
}

/* Hero left */
.rss-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  margin-bottom: 16px;
}
.rss-h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 20px;
}
.rss-sub {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,.8);
  max-width: 500px;
  margin-bottom: 24px;
}

/* Privacy as feature */
.rss-privacy-feature {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 24px;
  font-size: 13.5px;
  color: rgba(255,255,255,.85);
  line-height: 1.6;
}
.rss-pf-icon { font-size: 20px; line-height: 1; flex-shrink: 0; margin-top: 2px; }
.rss-privacy-feature strong { color: #fff; display: block; margin-bottom: 2px; }

/* Credential badges */
.rss-hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.rss-badge {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.75);
  background: rgba(255,255,255,.07);
  text-decoration: none;
  transition: background .15s, border-color .15s;
}
.rss-badge:hover { background: #c4943a; border-color: #c4943a; color: #fff; }

/* Gold CTA anchor */
.rss-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #c4943a;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(196,148,58,.35);
  transition: background .2s, transform .15s;
}
.rss-hero-cta:hover { background: #b3832a; color: #fff; transform: translateY(-1px); }

/* ── Hero right: sample output preview card ─────────────────────────────────── */
.rss-hero-right { display: flex; justify-content: center; align-items: flex-start; }
.rss-preview-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  max-width: 380px;
  box-shadow: 0 12px 48px rgba(0,0,0,.35);
}
.rss-pc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px 10px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.rss-pc-brand { font-size: 13px; font-weight: 700; color: rgba(255,255,255,.9); letter-spacing: .04em; }
.rss-pc-badge {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #c4943a;
  background: rgba(196,148,58,.15);
  border: 1px solid rgba(196,148,58,.3);
  padding: 3px 8px;
  border-radius: 4px;
}
.rss-pc-practice { padding: 8px 18px 0; font-size: 12px; color: rgba(255,255,255,.4); }
.rss-pc-metrics { padding: 16px 18px; display: flex; flex-direction: column; gap: 16px; }
.rss-pcm-label {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,.5);
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 6px;
}
.rss-pcm-bar-wrap { display: flex; align-items: center; gap: 10px; margin-bottom: 4px; }
.rss-pcm-bar { flex: 1; height: 7px; background: rgba(255,255,255,.1); border-radius: 4px; overflow: hidden; }
.rss-pcm-fill { height: 100%; border-radius: 4px; }
.rss-fill-red   { background: #e53935; }
.rss-fill-amber { background: #f57c00; }
.rss-pcm-val { font-size: 18px; font-weight: 700; line-height: 1; flex-shrink: 0; }
.rss-val-red   { color: #ef5350; }
.rss-val-amber { color: #fb8c00; }
.rss-pill {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 3px;
}
.rss-pill-red   { background: rgba(229,57,53,.2);  color: #ef5350; }
.rss-pill-amber { background: rgba(245,124,0,.2);  color: #fb8c00; }
.rss-pcm-big {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  color: #c4943a;
  line-height: 1;
  margin-top: 4px;
}
.rss-pc-footer {
  padding: 10px 18px 14px;
  font-size: 11px;
  color: rgba(255,255,255,.3);
  text-align: center;
  font-style: italic;
  border-top: 1px solid rgba(255,255,255,.07);
}

/* ═══════════════════════════════════════════════════════════════════════════════
   WHAT YOU'LL SEE — three-card explainer
   ═══════════════════════════════════════════════════════════════════════════════ */
.rss-explainer { background: #fff; padding: 72px 0 64px; border-bottom: 1px solid #e8edf4; }
.rss-expl-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 600;
  color: #0d2137;
  text-align: center;
  margin-bottom: 48px;
}
.rss-expl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rss-expl-card {
  background: #f6f8fa;
  border: 1px solid #e3ebf4;
  border-radius: 14px;
  padding: 28px 24px 24px;
  transition: border-color .2s, box-shadow .2s;
}
.rss-expl-card:hover { border-color: #00897b; box-shadow: 0 4px 20px rgba(0,137,123,.08); }
.rss-expl-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  color: #00897b;
  margin-bottom: 10px;
}
.rss-expl-title { font-size: 15.5px; font-weight: 700; color: #0d2137; margin-bottom: 10px; line-height: 1.35; }
.rss-expl-body { font-size: 14px; line-height: 1.75; color: #37474f; margin: 0; }

/* ═══════════════════════════════════════════════════════════════════════════════
   TOOL FORM SECTION
   ═══════════════════════════════════════════════════════════════════════════════ */
.rss-tool { background: #f0f4f9; padding: 72px 0 64px; }
.rss-tool-container { max-width: 720px; }
.rss-tool-intro { margin-bottom: 32px; }
.rss-tool-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  color: #0d2137;
  margin-bottom: 10px;
}
.rss-tool-sub { font-size: 15px; line-height: 1.75; color: #37474f; max-width: 600px; }
.rss-form-card {
  background: #fff;
  border: 1px solid #d5e0ed;
  border-radius: 16px;
  box-shadow: 0 2px 4px rgba(13,33,55,.04), 0 10px 32px rgba(13,33,55,.06);
  margin-bottom: 20px;
}
.rss-form-body { padding: 32px 32px 28px; }
.rss-label { display: block; font-size: 13.5px; font-weight: 600; color: #0d2137; margin-bottom: 6px; }
.rss-required { color: #c62828; margin-left: 2px; }
.rss-optional { font-size: 12px; font-weight: 400; color: #607d8b; margin-left: 4px; }
.rss-input { border-color: #c8d8e8; font-size: 14px; color: #1c2b36; border-radius: 8px; transition: border-color .2s, box-shadow .2s; }
.rss-input:focus { border-color: #00897b; box-shadow: 0 0 0 3px rgba(0,137,123,.12); outline: none; }
.rss-help { font-size: 12.5px; color: #607d8b; margin-top: 5px; line-height: 1.5; }
.rss-file-hint { font-style: italic; font-weight: 700; color: #c4943a; font-size: 12.5px; line-height: 1.5; }
.rss-help-row { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 8px; }
.rss-help-links { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.rss-link { color: #00897b; text-decoration: none; font-weight: 600; font-size: 12.5px; }
.rss-link:hover { text-decoration: underline; }
.rss-link-btn {
  display: inline-flex;
  align-items: center;
  font-size: 12.5px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: .01em;
  transition: background .15s, transform .1s;
  white-space: nowrap;
}
.rss-link-btn-green { background: #00897b; color: #fff; border: 1px solid #00897b; }
.rss-link-btn-green:hover { background: #00695c; color: #fff; transform: translateY(-1px); }
.rss-link-btn-gold { background: #c4943a; color: #fff; border: 1px solid #c4943a; }
.rss-link-btn-gold:hover { background: #b3832a; color: #fff; transform: translateY(-1px); }
.rss-generate-btn {
  width: 100%;
  padding: 15px;
  background: #00897b;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s, transform .15s;
  letter-spacing: .01em;
}
.rss-generate-btn:hover { background: #00695c; transform: translateY(-1px); }
.rss-generate-btn:active { transform: translateY(0); }
.rss-disclaimer { font-size: 12px; color: #78909c; line-height: 1.6; max-width: 600px; }

/* ═══════════════════════════════════════════════════════════════════════════════
   POST-PDF CONTEXTUAL CTA
   ═══════════════════════════════════════════════════════════════════════════════ */
.rss-result-cta {
  background: linear-gradient(150deg, #0d3b7a 0%, #0d2137 100%);
  padding: 64px 0 60px;
  border-top: 3px solid #c4943a;
}
.rss-result-inner { max-width: 760px; }
.rss-result-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #c4943a;
  margin-bottom: 12px;
}
.rss-result-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 600;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 14px;
}
.rss-result-heading em { color: #c4943a; font-style: italic; }
.rss-result-context {
  font-size: 17px;
  font-weight: 600;
  color: rgba(255,255,255,.9);
  background: rgba(196,148,58,.15);
  border-left: 3px solid #c4943a;
  padding: 12px 16px;
  border-radius: 0 6px 6px 0;
  margin-bottom: 20px;
  line-height: 1.5;
}
.rss-result-sub { font-size: 15px; color: rgba(255,255,255,.75); max-width: 560px; line-height: 1.75; margin-bottom: 28px; }
.rss-lead-open-btn {
  background: #c4943a;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(196,148,58,.3);
  transition: background .2s, transform .15s;
}
.rss-lead-open-btn:hover { background: #b3832a; transform: translateY(-1px); }
.rss-lead-form-wrap {
  background: rgba(255,255,255,.96);
  border-radius: 12px;
  padding: 28px 28px 24px;
  margin-top: 24px;
  max-width: 580px;
}
.rss-lead-note { font-size: 12.5px; color: #607d8b; margin-bottom: 16px; line-height: 1.5; }
.rss-lead-input { border-color: #c8d8e8; font-size: 14px; border-radius: 7px; }
.rss-lead-input:focus { border-color: #00897b; box-shadow: 0 0 0 3px rgba(0,137,123,.1); }
.rss-consent-label { font-size: 13px; color: #37474f; line-height: 1.5; }
.rss-lead-submit-btn {
  background: #0d2137;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
  transition: background .2s;
}
.rss-lead-submit-btn:hover { background: #0d3b7a; }

/* ═══════════════════════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
  .rss-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .rss-hero-right { justify-content: flex-start; }
  .rss-preview-card { max-width: 100%; }
  .rss-expl-grid { grid-template-columns: 1fr; gap: 16px; }
}
@media (max-width: 600px) {
  .rss-hero { padding: 52px 0 48px; }
  .rss-form-body { padding: 20px 16px 20px; }
  .rss-result-cta { padding: 48px 0 44px; }
  .rss-help-row { flex-direction: column; }
  .rss-lead-form-wrap { padding: 20px 16px; }
}
