.advertising-bar { color: #27323a; background: white; border-bottom: 1px solid var(--line); font-size: 11px; }
.advertising-inner { min-height: 30px; display: flex; align-items: center; justify-content: center; gap: 16px; }
.advertising-inner span { order: 2; color: var(--navy); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.advertising-inner p { order: 1; margin: 0; }

.site-nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav-inner { min-height: 54px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-family: 'Manrope', sans-serif; font-size: 20px; text-decoration: none; }
.brand-mark { width: 30px; height: 30px; display: flex; align-items: end; justify-content: center; gap: 3px; padding-bottom: 7px; border-radius: 50%; background: var(--teal); transform: rotate(-10deg); }
.brand-mark i { display: block; width: 3px; border-radius: 4px; background: white; }
.brand-mark i:nth-child(1) { height: 8px; }.brand-mark i:nth-child(2) { height: 15px; }.brand-mark i:nth-child(3) { height: 11px; }
.site-nav nav { display: flex; gap: 26px; }
.site-nav nav a { color: #3e4c59; font-size: 13px; font-weight: 700; text-decoration: none; }
.site-nav nav a:hover { color: var(--teal); }

.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: linear-gradient(105deg, #ffffff 0%, #ffffff 57%, #eff7f7 100%); }
.hero-grid { min-height: 210px; display: grid; grid-template-columns: 1.38fr .62fr; align-items: center; gap: 46px; padding-top: 14px; padding-bottom: 14px; }
.hero-copy { position: relative; z-index: 2; }
.last-updated { margin: 0 0 10px; color: #4a5964; font-size: 11px; }.last-updated > span { width: 15px; height: 15px; margin-right: 5px; display: inline-grid; place-items: center; border-radius: 50%; color: white; background: #16944e; font-size: 8px; font-weight: 900; }.last-updated strong { color: var(--navy); }
.hero h1 { max-width: 820px; margin-bottom: 4px; font-size: clamp(32px, 3vw, 43px); line-height: 1.04; letter-spacing: -.042em; }
.hero-kicker { margin: 0 0 8px; color: var(--navy); font: 700 clamp(16px, 1.45vw, 20px)/1.2 'Manrope', sans-serif; letter-spacing: -.02em; }
.hero-subtitle { max-width: 820px; margin-bottom: 7px; color: #465a68; font-size: 12.5px; line-height: 1.45; }
.review-note { margin: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 6px; color: #63717b; font-size: 10px; }.review-note strong { color: var(--navy); }.review-note span { color: #9ba7ae; }
.hero-points { margin: 14px 0 0; display: flex; flex-wrap: wrap; gap: 8px 18px; color: #354b58; font-size: 11px; font-weight: 700; }
.hero-points span { display: inline-flex; align-items: center; gap: 6px; }.hero-points b { width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-size: 9px; }
.hero-button { display: inline-flex; align-items: center; gap: 18px; padding: 15px 20px; border-radius: 7px; color: white; background: var(--navy); font-size: 14px; font-weight: 800; text-decoration: none; box-shadow: 0 10px 25px rgba(16,43,78,.18); }
.hero-button:hover { background: var(--teal-dark); }.hero-button span { font-size: 17px; }
.hero-shape { position: absolute; border-radius: 50%; pointer-events: none; }.hero-shape-one { width: 360px; height: 360px; right: -100px; top: -180px; border: 1px solid rgba(13,136,119,.18); }.hero-shape-two { width: 230px; height: 230px; left: 42%; bottom: -190px; background: rgba(237,247,247,.55); }
.hero-visual { min-height: 172px; position: relative; display: grid; place-items: center; }
.medical-ring { position: absolute; border: 1px solid rgba(16,43,78,.18); border-radius: 50%; }.ring-one { width: 190px; height: 190px; }.ring-two { width: 240px; height: 115px; transform: rotate(-30deg); }
.care-card { width: 145px; height: 168px; position: relative; z-index: 2; padding: 18px 16px; border: 1px solid rgba(16,43,78,.08); border-radius: 18px; background: white; box-shadow: 0 24px 50px rgba(16,43,78,.14); transform: rotate(5deg); }
.care-card-top { display: flex; flex-direction: column; color: var(--navy); }.care-card-top span { font: 800 25px 'Manrope', sans-serif; letter-spacing: -.04em; }.care-card-top i { color: var(--teal); font-size: 10px; font-style: normal; font-weight: 700; }
.care-line { width: 72%; height: 4px; margin-top: 10px; border-radius: 4px; background: #dce8ea; }.care-line.wide { width: 100%; margin-top: 22px; }.care-line.short { width: 48%; }
.care-check { width: 30px; height: 30px; position: absolute; right: 13px; bottom: 14px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-size: 15px; font-weight: 800; }
.dose-marker { position: absolute; z-index: 3; left: 2px; bottom: 12px; display: flex; align-items: center; gap: 7px; padding: 7px 9px; border-radius: 8px; color: var(--navy); background: var(--sand); box-shadow: var(--shadow); font-size: 8px; font-weight: 800; line-height: 1.15; transform: rotate(-5deg); }.dose-marker i { width: 25px; height: 10px; display: block; border: 3px solid var(--navy); border-radius: 10px; background: #f2c779; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-grid > div { min-height: 106px; display: flex; align-items: center; gap: 16px; padding: 22px 28px; border-right: 1px solid var(--line); }.trust-grid > div:last-child { border-right: 0; }.trust-grid span { color: #8aa6a2; font: 700 13px 'Manrope'; }.trust-grid p { margin: 0; color: #5d6b76; font-size: 13px; line-height: 1.5; }.trust-grid strong { display: block; color: var(--navy); font-size: 14px; }

.comparison-section { padding: 14px 0 70px; background: #f7faf9; }
.section-heading { margin-bottom: 10px; display: flex; justify-content: space-between; align-items: end; gap: 40px; }.section-heading .eyebrow { margin-bottom: 3px; }.section-heading h2 { max-width: 720px; margin: 0; font-size: clamp(25px, 2.6vw, 34px); line-height: 1.08; letter-spacing: -.035em; }.section-heading > p { max-width: 430px; margin: 0 0 2px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.providers-list { margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; list-style: none; counter-reset: provider; }
.provider-card { min-height: 176px; position: relative; display: grid; grid-template-columns: 1.15fr 1.65fr .65fr .8fr .8fr; align-items: stretch; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: 0 7px 24px rgba(16,43,78,.06); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.provider-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }.provider-card.featured-card { border: 2px solid var(--teal); box-shadow: 0 18px 45px rgba(13,136,119,.13); }
.card-ribbon { position: absolute; top: 0; left: 0; z-index: 4; padding: 7px 17px 7px 12px; clip-path: polygon(0 0, 93% 0, 100% 50%, 93% 100%, 0 100%); color: white; background: var(--navy); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }.card-ribbon.teal { background: var(--teal); }.card-ribbon.navy { background: var(--navy); }
.rank-badge { position: absolute; left: 11px; top: 50%; z-index: 3; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--navy); font: 800 14px 'Manrope'; transform: translateY(-50%); }.rank-badge span { display: none; }
.provider-identity { padding: 37px 18px 20px 59px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.provider-logo { width: 150px; height: 66px; display: grid; place-items: center; border-radius: 10px; overflow: hidden; }.provider-logo img { max-width: 90%; max-height: 82%; object-fit: contain; }.provider-logo span { color: var(--navy); font: 800 28px 'Manrope'; letter-spacing: -.04em; }
.provider-name-row { margin-top: 10px; display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }.provider-name-row h3 { margin: 0; font-size: 17px; }.medication-tag { padding: 4px 9px; border-radius: 20px; color: var(--teal-dark); background: var(--mint); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.provider-features { padding: 22px 22px; display: flex; flex-direction: column; justify-content: center; gap: 10px; border-right: 1px solid var(--line); }.provider-features p { margin: 0; display: flex; gap: 9px; color: #4c5c68; font-size: 13px; line-height: 1.34; }.provider-features p span { width: 19px; height: 19px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-size: 10px; }
.provider-offer, .provider-score, .provider-action { padding: 20px 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-right: 1px solid var(--line); }.provider-offer strong { color: var(--navy); font: 800 24px 'Manrope'; }.price-prefix, .price-suffix, .score-eyebrow { color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.score-line { width: 100%; margin-top: 7px; display: flex; align-items: center; justify-content: center; gap: 8px; }.score-copy { min-width: 0; text-align: right; }.score-label { display: block; color: #0b6690; font: 800 13px 'Manrope'; line-height: 1.1; }.score-number { min-width: 42px; padding: 5px 7px; border-radius: 6px; color: white; background: #0b6690; font: 800 20px 'Manrope'; line-height: 1; }.stars { margin-top: 4px; display: flex; justify-content: flex-end; gap: 1px; color: #d5dde1; font-size: 15px; line-height: 1; }.stars .filled { color: #f2a900; }.pending-label { margin-top: 8px; color: #70808b; font-size: 11px; }.stars.pending { margin-top: 7px; color: #d3a329; font-size: 16px; letter-spacing: 0; }
.provider-action { border-right: 0; background: linear-gradient(180deg, #fbfdfc 0%, #f4faf8 100%); }.visit-button { width: 100%; min-height: 54px; position: relative; display: inline-flex; align-items: center; justify-content: space-between; gap: 8px; padding: 9px 9px 9px 18px; border: 1px solid rgba(255,255,255,.3); border-radius: 10px; color: white; background: linear-gradient(135deg, var(--navy) 0%, #075e72 55%, var(--teal) 100%); font-size: 14px; font-weight: 800; text-decoration: none; box-shadow: 0 10px 22px rgba(7,70,86,.2); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }.visit-button::before { content: ''; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 18%, rgba(255,255,255,.18) 46%, transparent 72%); transform: translateX(-115%); transition: transform .45s ease; }.visit-button:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(7,70,86,.28); filter: saturate(1.12); }.visit-button:hover::before { transform: translateX(115%); }.visit-label, .visit-arrow { position: relative; z-index: 1; }.visit-arrow { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 8px; color: var(--navy); background: white; font-size: 18px; transition: transform .2s ease; }.visit-button:hover .visit-arrow { transform: translateX(2px); }.visit-button.is-disabled { opacity: .68; pointer-events: none; box-shadow: none; }.provider-action small { margin-top: 9px; color: #7a878f; font-size: 9px; line-height: 1.3; }
.provider-disclosure { grid-column: 1 / -1; padding: 8px 14px; border-top: 1px solid var(--line); color: #74818a; background: #fbfcfc; font-size: 10px; }.provider-disclosure a { color: var(--teal-dark); }
.medical-note { margin-top: 24px; padding: 20px 23px; display: flex; align-items: flex-start; gap: 14px; border: 1px solid #b9ddd5; border-radius: 10px; background: var(--mint); }.medical-note > span { width: 27px; height: 27px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-weight: 800; }.medical-note p { margin: 2px 0 0; color: #3e5b58; font-size: 12px; line-height: 1.6; }

.content-section { padding: 100px 0; background: white; }.content-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }.content-intro h2, .safety-grid h2, .methodology-grid h2, .faq-grid h2 { margin-bottom: 22px; font-size: clamp(32px, 4vw, 48px); line-height: 1.1; letter-spacing: -.035em; }.content-intro > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.8; }.source-link { color: var(--teal-dark); font-size: 13px; font-weight: 800; text-underline-offset: 4px; }
.info-cards { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }.info-cards article { padding: 25px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.info-cards article:last-child { border-right: 0; }.info-cards span { color: #84a39e; font: 700 11px 'Manrope'; }.info-cards h3 { margin: 28px 0 11px; font-size: 18px; }.info-cards p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.medication-section { padding: 92px 0; background: var(--blue-soft); }.compact-heading { display: block; }.medication-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }.medication-grid article { padding: 34px; display: flex; gap: 22px; border-radius: 14px; background: white; box-shadow: 0 8px 30px rgba(16,43,78,.05); }.med-icon { width: 50px; height: 50px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--teal); font: 800 20px 'Manrope'; }.med-icon.dual { background: var(--navy); }.medication-grid h3 { margin-bottom: 9px; font-size: 21px; }.medication-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }.medication-footnote { margin: 24px 0 0; color: #647580; font-size: 11px; }

.safety-section { padding: 96px 0; color: white; background: var(--navy-deep); }.safety-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }.safety-grid h2 { color: white; }.safety-grid ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0; list-style: none; }.safety-grid li { padding: 22px 22px 22px 0; display: flex; gap: 13px; border-bottom: 1px solid rgba(255,255,255,.15); }.safety-grid li:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.15); }.safety-grid li:nth-child(even) { padding-left: 22px; }.safety-grid li > span { width: 24px; height: 24px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--navy-deep); background: #8fe3d5; font-size: 11px; font-weight: 900; }.safety-grid li p { margin: 0; color: #b8c9d5; font-size: 12px; line-height: 1.55; }.safety-grid li strong { display: block; margin-bottom: 4px; color: white; font-size: 14px; }.safety-link { grid-column: 2; color: #8fe3d5; font-size: 13px; font-weight: 800; text-underline-offset: 4px; }

.methodology-section { padding: 92px 0; background: var(--sand); }.methodology-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }.methodology-grid > div:last-child > p { color: #566671; font-size: 15px; line-height: 1.8; }.methodology-tags { margin-top: 27px; display: flex; flex-wrap: wrap; gap: 10px; }.methodology-tags span { padding: 9px 12px; border: 1px solid #dfd3ba; border-radius: 30px; color: var(--navy); background: rgba(255,255,255,.65); font-size: 11px; font-weight: 800; }
.faq-section { padding: 96px 0; background: white; }.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }.faqs details { border-top: 1px solid var(--line); }.faqs details:last-child { border-bottom: 1px solid var(--line); }.faqs summary { padding: 23px 0; display: flex; justify-content: space-between; gap: 20px; color: var(--navy); font: 700 16px 'Manrope'; list-style: none; cursor: pointer; }.faqs summary::-webkit-details-marker { display: none; }.faqs summary span { font-size: 23px; font-weight: 400; transition: transform .2s ease; }.faqs details[open] summary span { transform: rotate(45deg); }.faqs details p { margin: -5px 0 23px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.page-footer { padding: 58px 0 25px; color: #b7c6d2; background: var(--navy-deep); }.footer-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; }.footer-brand { color: white; }.footer-grid > div:first-child > p { margin: 15px 0 0; font-size: 12px; }.footer-links { display: flex; gap: 23px; }.footer-links a { color: #dce7ee; font-size: 12px; text-decoration: none; }.footer-disclaimer { margin-top: 38px; padding-top: 22px; display: flex; justify-content: space-between; gap: 40px; border-top: 1px solid rgba(255,255,255,.14); }.footer-disclaimer p { max-width: 790px; margin: 0; font-size: 10px; line-height: 1.65; }.footer-disclaimer p:last-child { white-space: nowrap; }
.to-top { position: fixed; right: 20px; bottom: 20px; z-index: 30; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--teal); text-decoration: none; box-shadow: 0 8px 24px rgba(13,136,119,.25); opacity: 0; pointer-events: none; transition: opacity .2s ease; }.to-top.is-visible { opacity: 1; pointer-events: auto; }

@media (max-width: 1050px) {
    .hero-grid { grid-template-columns: 1.25fr .75fr; gap: 24px; }
    .provider-card { grid-template-columns: 1.1fr 1.5fr .75fr .7fr; }
    .provider-score { display: none; }.provider-action { border-right: 0; }
    .content-grid, .methodology-grid, .faq-grid { gap: 45px; }
}

/* Personal-loan comparison additions */
.loan-hero .hero-grid { min-height: 300px; }
.loan-mark { filter: hue-rotate(165deg) saturate(.9); }
.finance-visual .care-card { transform: rotate(-2deg); }
.loan-policy-strip { background: #fff; border-top: 1px solid #dfe7f4; border-bottom: 1px solid #dfe7f4; }
.policy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.policy-grid > div { padding: 18px 24px; border-right: 1px solid #dfe7f4; }
.policy-grid > div:last-child { border-right: 0; }
.policy-grid strong { display: block; color: #153d7a; font-size: 17px; }
.policy-grid span { display: block; margin-top: 4px; color: #58657a; font-size: 12px; line-height: 1.4; }
.loan-provider-card { grid-template-columns: 170px minmax(210px, 1fr) minmax(270px, 1.35fr) 150px 180px; min-height: 235px; }
.loan-provider-card .provider-identity { align-self: center; }
.loan-terms { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; align-content: center; }
.loan-terms > div { min-width: 0; padding: 9px 10px; background: #f5f8fd; border: 1px solid #e0e7f2; border-radius: 8px; }
.loan-terms span { display: block; margin-bottom: 2px; color: #67748a; font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.loan-terms strong { display: block; color: #1d2c43; font-size: 12px; line-height: 1.35; overflow-wrap: anywhere; }
.loan-disclosure { grid-column: 1 / -1; margin: 0 16px 14px; padding: 11px 14px; background: #fbfcff; border: 1px solid #e2e8f2; border-radius: 8px; color: #556176; font-size: 11px; line-height: 1.45; }
.loan-disclosure p { margin: 3px 0; }
.loan-disclosure a { display: inline-block; margin-top: 4px; color: #165bbb; font-weight: 700; }
.loan-note { margin-top: 18px; }
.cost-grid article { min-height: 180px; }
.example-box { margin-top: 22px; padding: 22px 24px; background: #eff5ff; border: 1px solid #cfddf4; border-radius: 14px; }
.example-box h3 { margin: 0 0 8px; color: #153d7a; }
.example-box p { margin: 0; color: #41516a; line-height: 1.65; }
.loan-calculator { margin-top: 24px; padding: 24px; display: grid; grid-template-columns: 1fr 1.5fr 1fr; align-items: end; gap: 22px; border: 1px solid #d8e2f2; border-radius: 14px; background: white; box-shadow: 0 8px 30px rgba(16,43,78,.05); }
.calculator-copy h3 { margin: 2px 0 7px; color: #153d7a; font-size: 22px; }.calculator-copy p:last-child { margin: 0; color: #68758a; font-size: 11px; line-height: 1.5; }
.calculator-fields { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }.calculator-fields label { color: #58657a; font-size: 10px; font-weight: 800; text-transform: uppercase; }.calculator-fields input { width: 100%; margin-top: 6px; padding: 11px; border: 1px solid #cfd9e9; border-radius: 8px; color: #1d2c43; background: #fbfcff; font: 700 15px/1.2 inherit; }
.calculator-results { display: grid; gap: 10px; }.calculator-results div { padding: 10px 12px; border-radius: 8px; background: #eff5ff; }.calculator-results span { display: block; color: #647188; font-size: 9px; font-weight: 700; text-transform: uppercase; }.calculator-results strong { display: block; margin-top: 2px; color: #153d7a; font-size: 18px; }
.footer-disclaimer a { color: inherit; }
@media (max-width: 1180px) {
  .loan-provider-card { grid-template-columns: 150px 1fr 1.2fr 145px; }
  .loan-provider-card .provider-score { grid-column: 2; }
  .loan-provider-card .provider-action { grid-column: 4; grid-row: 1 / 3; }
}
@media (max-width: 820px) {
  .policy-grid { grid-template-columns: 1fr; }
  .policy-grid > div { padding: 13px 18px; border-right: 0; border-bottom: 1px solid #dfe7f4; }
  .policy-grid > div:last-child { border-bottom: 0; }
  .loan-provider-card { display: grid; grid-template-columns: 74px 1fr; padding: 18px 14px 14px; }
  .loan-provider-card .rank-badge { position: absolute; }
  .loan-provider-card .provider-identity { grid-column: 1 / -1; }
  .loan-provider-card .provider-features,
  .loan-provider-card .loan-terms,
  .loan-provider-card .provider-score,
  .loan-provider-card .provider-action,
  .loan-provider-card .loan-disclosure { grid-column: 1 / -1; grid-row: auto; }
  .loan-provider-card .provider-action { margin-top: 4px; }
  .loan-terms { grid-template-columns: 1fr 1fr; width: 100%; }
  .loan-disclosure { margin: 2px 0 0; }
  .loan-calculator { grid-template-columns: 1fr; align-items: stretch; }
}
@media (max-width: 480px) {
  .loan-terms { grid-template-columns: 1fr; }
  .example-box { padding: 18px; }
  .calculator-fields { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
    .site-nav nav { display: none; }
    .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 28px; padding-bottom: 28px; }.hero-visual { display: none; }
    .trust-grid { grid-template-columns: 1fr; }.trust-grid > div { min-height: 78px; border-right: 0; border-bottom: 1px solid var(--line); }.trust-grid > div:last-child { border-bottom: 0; }
    .section-heading { align-items: start; flex-direction: column; gap: 18px; }
    .provider-card { grid-template-columns: 1fr 1fr; }
    .provider-identity { border-bottom: 1px solid var(--line); }.provider-features { border-right: 0; border-bottom: 1px solid var(--line); }.provider-offer { border-right: 1px solid var(--line); }.provider-action { min-height: 145px; }
    .content-grid, .safety-grid, .methodology-grid, .faq-grid { grid-template-columns: 1fr; gap: 42px; }.safety-link { grid-column: 1; }
    .info-cards { grid-template-columns: 1fr 1fr 1fr; }.medication-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    .advertising-inner { padding: 6px 0; display: block; text-align: center; }.advertising-inner span { display: inline; margin-left: 4px; }.advertising-inner p { display: inline; line-height: 1.35; }
    .nav-inner { min-height: 66px; }.brand { font-size: 17px; }.brand-mark { width: 29px; height: 29px; }
    .hero-grid { padding-top: 24px; padding-bottom: 26px; }.hero h1 { font-size: 34px; }.hero-kicker { font-size: 17px; }.hero-subtitle { font-size: 13px; }.review-note { line-height: 1.4; }
    .comparison-section { padding: 20px 0 58px; }.content-section, .medication-section, .safety-section, .methodology-section, .faq-section { padding: 68px 0; }
    .provider-card { display: block; padding-top: 12px; }.rank-badge { left: auto; right: 12px; top: 18px; transform: none; }.provider-identity { padding: 42px 22px 20px; border-right: 0; }.provider-logo { width: 130px; height: 65px; }.provider-features, .provider-offer, .provider-action { border-right: 0; border-bottom: 1px solid var(--line); }.provider-offer { min-height: 110px; }.provider-action { min-height: auto; padding: 22px; }.provider-action small { font-size: 10px; }.provider-disclosure { padding: 10px 13px; }
    .info-cards { grid-template-columns: 1fr; }.info-cards article { border-right: 0; }.medication-grid article { padding: 25px 20px; }
    .safety-grid ul { grid-template-columns: 1fr; }.safety-grid li:nth-child(odd) { border-right: 0; }.safety-grid li:nth-child(even) { padding-left: 0; }
    .footer-grid, .footer-disclaimer { grid-template-columns: 1fr; display: grid; }.footer-links { flex-direction: column; gap: 10px; }.footer-disclaimer p:last-child { white-space: normal; }
}
