.advertising-bar { background: var(--navy-deep); color: #dce8f0; font-size: 11px; }
.advertising-inner { min-height: 34px; display: flex; align-items: center; gap: 16px; }
.advertising-inner span { color: #92ded1; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.advertising-inner p { margin: 0; opacity: .84; }

.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: 76px; 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: 32px; height: 32px; display: flex; align-items: end; justify-content: center; gap: 3px; padding-bottom: 8px; 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: 30px; }
.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; background: linear-gradient(135deg, #f3fbf8 0%, #edf4fb 56%, #f9f6ee 100%); }
.hero-grid { min-height: 590px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; padding-top: 72px; padding-bottom: 76px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(45px, 5.2vw, 72px); line-height: 1.02; letter-spacing: -.052em; }
.hero-subtitle { max-width: 680px; color: #465a68; font-size: 19px; line-height: 1.66; }
.hero-points { margin: 28px 0 34px; display: flex; flex-wrap: wrap; gap: 10px 22px; color: #354b58; font-size: 13px; font-weight: 700; }
.hero-points span { display: inline-flex; align-items: center; gap: 7px; }.hero-points b { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-size: 12px; }
.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: 520px; height: 520px; right: -120px; top: -210px; border: 1px solid rgba(13,136,119,.18); }.hero-shape-two { width: 320px; height: 320px; left: 42%; bottom: -220px; background: rgba(255,255,255,.4); }
.hero-visual { min-height: 430px; 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: 390px; height: 390px; }.ring-two { width: 470px; height: 205px; transform: rotate(-30deg); }
.care-card { width: 260px; height: 330px; position: relative; z-index: 2; padding: 32px 28px; border: 1px solid rgba(16,43,78,.08); border-radius: 28px; background: white; box-shadow: 0 35px 80px 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 43px 'Manrope', sans-serif; letter-spacing: -.04em; }.care-card-top i { color: var(--teal); font-style: normal; font-weight: 700; }
.care-line { width: 72%; height: 7px; margin-top: 22px; border-radius: 4px; background: #dce8ea; }.care-line.wide { width: 100%; margin-top: 46px; }.care-line.short { width: 48%; }
.care-check { width: 56px; height: 56px; position: absolute; right: 24px; bottom: 26px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-size: 25px; font-weight: 800; }
.dose-marker { position: absolute; z-index: 3; left: 0; bottom: 44px; display: flex; align-items: center; gap: 12px; padding: 13px 17px; border-radius: 12px; color: var(--navy); background: var(--sand); box-shadow: var(--shadow); font-size: 12px; font-weight: 800; line-height: 1.2; transform: rotate(-5deg); }.dose-marker i { width: 42px; height: 16px; display: block; border: 5px 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: 82px 0 90px; background: #f7faf9; }
.section-heading { margin-bottom: 34px; display: flex; justify-content: space-between; align-items: end; gap: 40px; }.section-heading h2 { max-width: 720px; margin: 0; font-size: clamp(32px, 4vw, 48px); line-height: 1.1; letter-spacing: -.035em; }.section-heading > p { max-width: 410px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.providers-list { margin: 0; padding: 0; display: flex; flex-direction: column; gap: 17px; list-style: none; counter-reset: provider; }
.provider-card { min-height: 196px; position: relative; display: grid; grid-template-columns: 1.25fr 1.5fr .72fr .54fr .88fr; align-items: stretch; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: 0 7px 24px rgba(16,43,78,.055); 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 16px 7px 12px; clip-path: polygon(0 0, 93% 0, 100% 50%, 93% 100%, 0 100%); color: white; background: var(--navy); font-size: 10px; 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: 10px; top: 50%; z-index: 3; width: 35px; height: 35px; 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: 42px 22px 22px 55px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.provider-logo { width: 145px; height: 70px; display: grid; place-items: center; border-radius: 11px; overflow: hidden; }.provider-logo img { max-width: 88%; max-height: 80%; object-fit: contain; }.provider-logo span { color: var(--navy); font: 800 26px 'Manrope'; letter-spacing: -.04em; }
.provider-name-row { margin-top: 10px; }.provider-name-row h3 { margin: 0 0 5px; font-size: 17px; }.medication-tag { padding: 4px 8px; border-radius: 20px; color: var(--teal-dark); background: var(--mint); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.provider-features { padding: 26px 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.35; }.provider-features p span { width: 18px; height: 18px; 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: 22px 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, .provider-score > span { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }.provider-score strong { color: var(--navy); font: 800 28px 'Manrope'; }.stars { color: #f2ae3b; font-size: 12px; letter-spacing: -1px; }.stars.pending { margin-top: 4px; color: #87949d; font-size: 10px; letter-spacing: 0; text-transform: uppercase; }
.provider-action { border-right: 0; background: #fbfdfc; }.visit-button { width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 10px; border-radius: 7px; color: white; background: var(--teal); font-size: 12px; font-weight: 800; text-decoration: none; }.visit-button:hover { background: var(--teal-dark); }.visit-button.is-disabled { color: #65717a; background: #e5e9eb; pointer-events: 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 { gap: 30px; }
    .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; }
}

@media (max-width: 820px) {
    .site-nav nav { display: none; }
    .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 58px; }.hero-visual { min-height: 390px; }
    .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: 7px 0; display: block; }.advertising-inner span { display: block; margin-bottom: 3px; }.advertising-inner p { line-height: 1.35; }
    .nav-inner { min-height: 66px; }.brand { font-size: 17px; }.brand-mark { width: 29px; height: 29px; }
    .hero-grid { padding-top: 48px; padding-bottom: 50px; }.hero h1 { font-size: 42px; }.hero-subtitle { font-size: 16px; }.hero-points { display: grid; }
    .hero-visual { min-height: 320px; }.care-card { width: 210px; height: 270px; padding: 25px 22px; }.care-card-top span { font-size: 35px; }.medical-ring.ring-one { width: 290px; height: 290px; }.medical-ring.ring-two { width: 330px; }.dose-marker { left: 0; bottom: 18px; }
    .comparison-section, .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; }
}
