/* ============================================================
   Client quote pages — layered on styles.css
   ============================================================ */
.quote-hero { background: var(--navy-900); color: #f1efec; padding: 46px 0 42px; text-align: center; position: relative; overflow: hidden; }
.quote-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 90% at 50% 0%, rgba(201,161,90,.14), transparent 55%); }
.quote-hero .wrap { position: relative; z-index: 2; }
.quote-hero .eyebrow { justify-content: center; color: var(--gold-400); }
.quote-hero .eyebrow::before, .quote-hero .eyebrow.center::after { background: var(--gold-500); }
.quote-hero h1 { color: #fff; font-size: clamp(1.9rem, 3.6vw, 2.8rem); margin: 14px 0 10px; }
.quote-hero .sub { color: #b6b4b0; max-width: 620px; margin: 0 auto; font-size: 1.02rem; }
.params { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 26px; }
.params .p { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.15); border-radius: 100px; padding: 8px 16px; font-size: .85rem; color: #cac8c4; }
.params .p b { color: var(--gold-400); font-weight: 700; }
.covered-pill { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; background: rgba(46,125,91,.18); border: 1px solid rgba(46,125,91,.4); color: #8fd6b4; padding: 8px 16px; border-radius: 100px; font-size: .85rem; font-weight: 600; }
.covered-pill svg { width: 16px; height: 16px; }

.quote-intro { max-width: 760px; margin: 0 auto 28px; text-align: center; }
.quote-list { max-width: 760px; margin: 0 auto; display: grid; gap: 12px; }
.qrow { display: flex; align-items: center; gap: 18px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px 24px; transition: box-shadow .25s, transform .25s, border-color .25s; }
.qrow:hover { box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.qrow.best { border-color: var(--gold-400); background: #fffdf6; box-shadow: 0 0 0 3px rgba(201,161,90,.14); }
.qrow .rank { font-family: var(--serif); font-size: 1.05rem; color: var(--mist); width: 26px; flex: none; text-align: center; }
.qrow .qmain { flex: 1; display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.qrow .qname { font-weight: 600; color: var(--ink); font-size: 1.02rem; }
.qrow .qname sup { color: var(--gold-600); font-weight: 700; font-size: .66em; margin-left: 1px; }
.qpolicy { display: inline-flex; align-items: center; gap: 6px; font-size: .8rem; font-weight: 600; color: var(--gold-700); width: fit-content; transition: color .2s; }
.qpolicy svg { width: 13px; height: 13px; flex: none; }
.qpolicy:hover { color: var(--gold-600); text-decoration: underline; }
.qrow .best-tag { display: inline-block; margin-left: 9px; font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-700); background: var(--gold-100); padding: 3px 9px; border-radius: 100px; vertical-align: middle; }
.qrow .qprice { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; color: var(--ink); white-space: nowrap; text-align: right; }
.qrow .qprice small { font-size: .68rem; color: var(--mist); font-family: var(--sans); font-weight: 500; display: block; }

.legend { max-width: 760px; margin: 30px auto 0; background: var(--cream); border: 1px solid var(--line); border-radius: 14px; padding: 22px 26px; font-size: .84rem; color: var(--slate); line-height: 1.6; }
.legend .lg-top { font-weight: 600; color: var(--ink); margin-bottom: 10px; }
.legend ul { display: grid; gap: 6px; }
.legend ul li sup, .legend .fn { color: var(--gold-700); font-weight: 700; }

.quote-disclaimer { max-width: 760px; margin: 22px auto 0; font-size: .78rem; color: var(--mist); text-align: center; line-height: 1.6; }

.quote-cta { max-width: 760px; margin: 0 auto; }
.quote-cta .cta-band { padding: 44px 44px; }
.quote-cta h2 { font-size: clamp(1.5rem, 3vw, 2rem); }

@media (max-width: 620px) {
  .qrow { flex-wrap: wrap; gap: 6px 14px; padding: 16px 18px; }
  .qrow .qmain { flex: 1 1 auto; }
  .qrow .qname { font-size: .97rem; }
  .qrow .rank { order: -1; }
  .qrow .qprice { font-size: 1.35rem; width: 100%; text-align: left; padding-left: 40px; }
  .qrow .qprice small { display: inline; margin-left: 6px; }
  .legend, .quote-cta .cta-band { padding: 20px; }
}

/* Insurer logo strip (plans/index.html) */
.insurer-strip { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 32px; margin: 0 0 40px; text-align: center; }
.insurer-strip .lbl { font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-700); font-weight: 800; margin-bottom: 20px; display: block; }
.insurer-strip .logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 16px; }
.insurer-strip .logos .lchip { background: var(--cream); border: 1px solid var(--line); border-radius: 10px; padding: 10px 16px; display: flex; align-items: center; justify-content: center; height: 52px; transition: background .25s, border-color .25s; }
.insurer-strip .logos .lchip:hover { background: #fff; border-color: var(--gold-200); }
.insurer-strip .logos img { height: 26px; max-width: 110px; width: auto; object-fit: contain; filter: grayscale(1) opacity(.75); transition: filter .25s; }
.insurer-strip .logos .lchip:hover img { filter: grayscale(0) opacity(1); }
@media (max-width: 620px) {
  .insurer-strip { padding: 22px; }
  .insurer-strip .logos { gap: 10px 12px; }
  .insurer-strip .logos .lchip { height: 44px; padding: 8px 12px; }
  .insurer-strip .logos img { height: 20px; }
}

/* ---- Individual plan pages ---- */
.plan-hero { background: var(--navy-900); color: #f1efec; padding: 44px 0 40px; text-align: center; position: relative; overflow: hidden; }
.plan-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 90% at 50% 0%, rgba(201,161,90,.14), transparent 55%); }
.plan-hero .wrap { position: relative; z-index: 2; }
.plan-hero .eyebrow { justify-content: center; color: var(--gold-400); }
.plan-hero .eyebrow::before, .plan-hero .eyebrow.center::after { background: var(--gold-500); }
.plan-hero h1 { color: #fff; font-size: clamp(1.9rem, 3.8vw, 2.9rem); margin: 14px 0 10px; }
.plan-hero .sub { color: #b6b4b0; max-width: 600px; margin: 0 auto; }
.plan-notes { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: 22px; }
.plan-notes .pn { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.15); border-radius: 100px; padding: 7px 15px; font-size: .82rem; color: #cac8c4; display: inline-flex; align-items: center; gap: 8px; }
.plan-notes .pn svg { width: 14px; height: 14px; color: var(--gold-400); flex: none; }
.pdf-actions { max-width: 760px; margin: 0 auto 24px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.pdf-frame { max-width: 860px; margin: 0 auto; height: 660px; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); background: var(--cream); box-shadow: var(--shadow-sm); }
.pdf-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.pdf-fallback { text-align: center; font-size: .82rem; color: var(--mist); margin-top: 12px; }
@media (max-width: 620px) { .pdf-frame { height: 420px; } .pdf-actions .btn { width: 100%; } }

/* Document card (reliable PDF link, no embed) */
.doc-card { max-width: 620px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px 28px; display: flex; align-items: center; gap: 20px; box-shadow: var(--shadow-sm); }
.doc-card .doc-ic { width: 58px; height: 58px; border-radius: 13px; background: var(--gold-100); color: var(--gold-700); display: grid; place-items: center; flex: none; }
.doc-card .doc-ic svg { width: 28px; height: 28px; }
.doc-card .doc-meta { flex: 1; min-width: 0; }
.doc-card .doc-meta b { display: block; font-size: 1.05rem; color: var(--ink); }
.doc-card .doc-meta span { font-size: .84rem; color: var(--mist); }
.doc-card .btn { flex: none; }
.doc-help { text-align: center; font-size: .84rem; color: var(--mist); margin: 16px auto 0; }
@media (max-width: 620px) { .doc-card { flex-direction: column; text-align: center; padding: 24px; } .doc-card .btn { width: 100%; } }
