.elementor-85588 .elementor-element.elementor-element-ba4b16a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; 
color: #1a1a1a; background: #fff; font-size: 16px; line-height: 1.6;
    background-image: unset !important;}
nav { display: flex; justify-content: space-between; align-items: center; padding: 1rem 2rem; border-bottom: 1px solid #eee; position: sticky; top: 0; background: #fff; z-index: 100; }
.nav-logo { font-size: 20px; font-weight: 600; color: #185FA5; }
.nav-links { display: flex; gap: 1.75rem; list-style: none; }
.nav-links a { text-decoration: none; color: #555; font-size: 14px; }
.nav-cta { background: #185FA5; color: #fff !important; border: none; border-radius: 8px; padding: 10px 20px; font-size: 14px; font-weight: 500; cursor: pointer; text-decoration: none !important; white-space: nowrap; }
.container { max-width: 920px; margin: 0 auto; padding: 0 2rem; }
section { padding: 4rem 0; }
.section-label { font-size: 11px; font-weight: 600; color: #888; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.75rem; }
hr.divider { border: none; border-top: 1px solid #f0f0f0; }
.sec-h2 { font-size: 28px; font-weight: 600; letter-spacing: -0.5px; margin-bottom: 0.5rem; }
.sec-sub { font-size: 16px; color: #666; margin-bottom: 2rem; }
.announce-bar { background: #0C447C; color: #fff; text-align: center; padding: 9px 1rem; font-size: 13px; font-weight: 500; }
.announce-bar a { color: #90C8F5; text-decoration: underline; }
.hero { padding: 4rem 0 3.5rem; }
.hero-tag { display: inline-block; background: #EAF3DE; color: #3B6D11; font-size: 13px; font-weight: 500; padding: 5px 14px; border-radius: 20px; margin-bottom: 1.25rem; }
.hero h1 { font-size: 42px; font-weight: 600; line-height: 1.2; letter-spacing: -1px; margin-bottom: 1rem; max-width: 640px; }
.hero h1 em { font-style: normal; color: #185FA5; }
.hero-sub { font-size: 18px; color: #555; line-height: 1.7; max-width: 580px; margin-bottom: 2rem; }
.cta-row { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.btn-primary { background: #185FA5; color: #fff  !important; border: none; border-radius: 10px; padding: 14px 32px; font-size: 16px; font-weight: 500; cursor: pointer; text-decoration: none !important; display: inline-block; transition: background 0.15s; }
.btn-primary:hover { background: #0f4a8a; }
.btn-ghost { background: transparent; color: #555; border: 1px solid #ddd; border-radius: 10px; padding: 14px 24px; font-size: 16px; cursor: pointer; text-decoration: none  !important; display: inline-block; }
.trust-row { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.trust-item { font-size: 14px; color: #555; display: flex; align-items: center; gap: 8px; }
.trust-dot { width: 7px; height: 7px; border-radius: 50%; background: #1D9E75; flex-shrink: 0; }
.logos-strip { padding: 1.25rem 0; background: #f9fafb; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; }
.logos-inner { display: flex; align-items: center; justify-content: center; gap: 0.75rem; flex-wrap: wrap; }
.logos-label { font-size: 12px; color: #aaa; font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; margin-right: 0.5rem; }
.logo-pill { background: #eee; border-radius: 6px; padding: 5px 13px; font-size: 13px; font-weight: 600; color: #555; }
.logo-pill-new { background: #E6F9F0; border-radius: 6px; padding: 5px 13px; font-size: 13px; font-weight: 600; color: #1D9E75; border: 1px solid #b6ead4; }
.diff-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.diff-card { border: 1px solid #e8e8e8; border-radius: 14px; padding: 1.5rem; }
.diff-card.featured { border: 2px solid #185FA5; }
.diff-badge { display: inline-block; font-size: 11px; font-weight: 600; color: #185FA5; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.75rem; }
.diff-name { font-size: 18px; font-weight: 600; margin-bottom: 4px; }
.diff-type { font-size: 13px; color: #888; margin-bottom: 1.25rem; }
.diff-row { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 0.6rem; font-size: 14px; color: #444; line-height: 1.5; }
.icon-check { color: #1D9E75; font-size: 15px; flex-shrink: 0; margin-top: 1px; }
.icon-cross { color: #E24B4A; font-size: 15px; flex-shrink: 0; margin-top: 1px; }
.med-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.med-card { border: 1px solid #e8e8e8; border-radius: 14px; overflow: hidden; background: #fff; transition: box-shadow 0.15s, border-color 0.15s; }
.med-card:hover { border-color: #185FA5; box-shadow: 0 4px 16px rgba(24,95,165,0.1); }
.med-card.new-drug { border-color: #1D9E75; }
.med-img-wrap { background: #f7f8fa; display: flex; align-items: center; justify-content: center; padding: 1.25rem; min-height: 110px; position: relative; }
.med-img-wrap img { max-height: 80px; max-width: 90%; object-fit: contain; }
.new-badge { position: absolute; top: 8px; right: 8px; background: #1D9E75; color: #fff; font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 4px; letter-spacing: 0.06em; }
.pill-badge { position: absolute; top: 8px; left: 8px; background: #E6F1FB; color: #185FA5; font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 4px; }
.med-body { padding: 1rem; }
.med-name { font-size: 15px; font-weight: 700; color: #1a1a1a; margin-bottom: 2px; }
.med-molecule { font-size: 11px; color: #aaa; margin-bottom: 0.5rem; }
.med-desc { font-size: 13px; color: #555; line-height: 1.5; margin-bottom: 0.75rem; }
.med-price-tag { display: inline-block; background: #f0f4f8; border-radius: 6px; padding: 4px 10px; font-size: 12px; font-weight: 600; color: #185FA5; }
.price-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.price-stack { display: flex; flex-direction: column; gap: 1.25rem; }
.price-card { background: #f7f8fa; border-radius: 14px; padding: 1.5rem; }
.price-card.medication { background: #fff; border: 1px solid #e8e8e8; border-radius: 14px; padding: 1.5rem; }
.price-eyebrow { font-size: 12px; font-weight: 600; color: #888; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.5rem; }
.price-old { font-size: 14px; color: #aaa; text-decoration: line-through; margin-bottom: 4px; }
.price-big { font-size: 32px; font-weight: 600; color: #1a1a1a; }
.price-big span { font-size: 15px; font-weight: 400; color: #888; }
.price-list { margin-top: 1rem; border-top: 1px solid #e8e8e8; }
.price-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid #f0f0f0; font-size: 14px; }
.price-row:last-child { border-bottom: none; }
.price-row-label { color: #555; display: flex; align-items: center; gap: 6px; }
.price-row-val { font-weight: 500; color: #1a1a1a; }
.med-note { font-size: 13px; color: #666; line-height: 1.6; margin-bottom: 1rem; }
.total-box { margin-top: 1.5rem; background: #E6F1FB; border-radius: 12px; padding: 1.25rem 1.5rem; display: flex; justify-content: space-between; align-items: center; }
.total-label { font-size: 15px; color: #0C447C; font-weight: 500; }
.total-sub { font-size: 13px; color: #185FA5; margin-top: 4px; }
.total-val { font-size: 22px; font-weight: 600; color: #0C447C; text-align: right; }
.total-val-sub { font-size: 12px; color: #185FA5; text-align: right; margin-top: 4px; }
.badge-new { background: #E6F9F0; color: #1D9E75; font-size: 10px; font-weight: 700; padding: 2px 7px; border-radius: 4px; }
.steps { display: flex; flex-direction: column; gap: 1.25rem; }
.step { display: flex; gap: 1.25rem; align-items: flex-start; }
.step-num { width: 36px; height: 36px; border-radius: 50%; background: #E6F1FB; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 600; color: #185FA5; flex-shrink: 0; margin-top: 2px; }
.step-title { font-size: 17px; font-weight: 600; margin-bottom: 5px; }
.step-desc { font-size: 15px; color: #555; line-height: 1.6; }
.providers-intro { display: flex; align-items: flex-start; gap: 2rem; margin-bottom: 2rem; }
.providers-text { flex: 1; }
.providers-badges { display: flex; flex-direction: column; gap: 0.5rem; flex-shrink: 0; }
.provider-badge { background: #f7f8fa; border-radius: 10px; padding: 0.65rem 1rem; font-size: 13px; color: #444; display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.provider-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: #185FA5; flex-shrink: 0; }
.providers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.provider-card { border: 1px solid #e8e8e8; border-radius: 14px; padding: 1.25rem; display: flex; gap: 1rem; align-items: flex-start; }
.provider-avatar { width: 52px; height: 52px; border-radius: 50%; background: #E6F1FB; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 17px; font-weight: 700; color: #185FA5; overflow: hidden; }
.provider-avatar img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.provider-name { font-size: 15px; font-weight: 600; color: #1a1a1a; margin-bottom: 2px; }
.provider-cred { font-size: 12px; color: #185FA5; font-weight: 500; margin-bottom: 4px; }
.provider-spec { font-size: 12px; color: #888; line-height: 1.4; }
.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.stat-card { background: #f7f8fa; border-radius: 12px; padding: 1.5rem; text-align: center; }
.stat-num { font-size: 32px; font-weight: 600; color: #1a1a1a; }
.stat-label { font-size: 13px; color: #888; margin-top: 4px; }
.faq-list { display: flex; flex-direction: column; border: 1px solid #e8e8e8; border-radius: 14px; overflow: hidden; }
.faq-item { border-bottom: 1px solid #f0f0f0; }
.faq-item:last-child { border-bottom: none; }
.faq-btn { width: 100%; text-align: left; padding: 1.1rem 1.25rem; background: none !important; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-q { font-size: 15px; font-weight: 600; color: #1a1a1a !important; }
.faq-icon { font-size: 22px; color: #185FA5; flex-shrink: 0; transition: transform 0.2s; line-height: 1; }
.faq-answer { font-size: 14px; color: #555; line-height: 1.65; padding: 0 1.25rem 1.1rem; display: none; }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.bottom-cta { background: #E6F1FB !important; border-radius: 20px; padding: 3.5rem 2rem; text-align: center; }
.bottom-cta h2 { font-size: 30px; font-weight: 600; color: #042C53; margin-bottom: 0.75rem; letter-spacing: -0.5px; }
.bottom-cta p { font-size: 16px; color: #185FA5; margin-bottom: 1.75rem; }
.cta-fine { font-size: 13px; color: #185FA5; margin-top: 1rem; }
.sticky-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 1px solid #e8e8e8; padding: 0.875rem 1.25rem; z-index: 200; box-shadow: 0 -4px 20px rgba(0,0,0,0.08); }
.sticky-cta a { display: block; background: #185FA5; color: #fff !important; text-align: center; border-radius: 10px; padding: 14px; font-size: 16px; font-weight: 600; text-decoration: none !important; }
.sticky-fine { font-size: 11px; color: #888; text-align: center; margin-top: 5px; }
@media (max-width: 700px) {
  .hero h1 { font-size: 28px; }
  .diff-grid, .price-layout, .stats-row, .providers-grid { grid-template-columns: 1fr; }
  .med-cards { grid-template-columns: 1fr 1fr; }
  .providers-intro { flex-direction: column; }
  nav .nav-links { display: none; }
  .sticky-cta { display: block; }
  body { padding-bottom: 82px; }
}
button:focus {
    outline: unset !important;
}

@media (max-width: 420px) {
  .med-cards { grid-template-columns: 1fr; }
}/* End custom CSS */