:root{
  --ink:#193043;
  --muted:#607789;
  --blue:#2f91e3;
  --blue-deep:#174b78;
  --cyan:#16c3d9;
  --green:#67b72f;
  --orange:#ef762f;
  --soft:#f4f9fc;
  --line:#dce7ee;
  --radius:22px;
  --shadow:0 18px 46px rgba(37,76,105,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.65;
}
img{max-width:100%;display:block}
a{color:var(--blue-deep)}
button,input,textarea{font:inherit}
.shell{width:min(1180px,calc(100% - 48px));margin:auto}
.skip-link{position:absolute;left:-9999px;top:auto}
.skip-link:focus{left:12px;top:12px;z-index:1000;background:#fff;padding:8px 12px;border-radius:8px}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.header-inner{min-height:78px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:var(--ink);margin-right:auto}
.brand-mark{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;display:grid;place-items:center;font-weight:800}
.brand strong{display:block;font-size:17px}
.brand small{display:block;color:var(--muted);font-size:10px;margin-top:-3px}
.primary-nav{display:flex;gap:22px}
.primary-nav a{text-decoration:none;color:#4a6073;font-size:14px;font-weight:650}
.primary-nav a:hover{color:var(--blue)}
.header-cta{background:var(--blue-deep);color:#fff;text-decoration:none;padding:11px 16px;border-radius:999px;font-weight:800;font-size:13px}

.home-hero{
  position:relative;
  min-height:590px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:#eaf5ff;
  border-bottom:1px solid var(--line);
}
.home-hero::before{
  content:"";
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(220,241,255,.97) 0%,rgba(220,241,255,.91) 36%,rgba(220,241,255,.22) 60%,rgba(220,241,255,0) 76%),
    url("assets/home-hero.png") center right/cover no-repeat;
}
.home-hero-content{position:relative;z-index:1;padding:82px 0 74px;max-width:700px}
.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--blue-deep);font-size:12px;margin-bottom:10px}
.home-hero h1{font-size:clamp(48px,6.5vw,76px);line-height:1.02;letter-spacing:-.045em;margin:0 0 22px;max-width:760px}
.home-hero p{font-size:20px;max-width:660px;color:#47667b;margin:0 0 30px}
.search-panel{display:flex;gap:10px;max-width:660px;background:#fff;padding:8px;border-radius:16px;box-shadow:var(--shadow);border:1px solid #d3e4ef}
.search-panel input{flex:1;border:0;outline:0;padding:12px 14px;font-size:16px;color:var(--ink)}
.search-panel button{border:0;background:var(--blue-deep);color:#fff;border-radius:11px;padding:0 20px;font-weight:800;cursor:pointer}
.hero-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.hero-links a{font-size:13px;font-weight:800;text-decoration:none;background:rgba(255,255,255,.75);padding:9px 13px;border-radius:999px;border:1px solid #d0e1ec}

.section{padding:74px 0}
.section.soft{background:linear-gradient(180deg,#f7fbfe,#fff)}
.section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:28px}
.section-head h2{font-size:36px;line-height:1.1;letter-spacing:-.03em;margin:0}
.section-head p{margin:8px 0 0;color:var(--muted);max-width:700px}
.section-head a{text-decoration:none;font-weight:800;font-size:14px}

.path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.path-card{border:1px solid var(--line);border-radius:20px;padding:24px;background:#fff;box-shadow:0 8px 22px rgba(48,85,112,.05)}
.path-card .icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;font-weight:900;margin-bottom:16px}
.path-card:nth-child(1) .icon{background:#e8f4ff;color:#267fc7}
.path-card:nth-child(2) .icon{background:#eef8e9;color:#5d9e2e}
.path-card:nth-child(3) .icon{background:#fff0e8;color:#da6724}
.path-card h3{margin:0 0 8px;font-size:21px}
.path-card p{margin:0;color:var(--muted);font-size:14px}
.path-card a{display:inline-block;margin-top:16px;text-decoration:none;font-weight:800}

.topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.topic-card{display:flex;flex-direction:column;min-height:160px;border:1px solid var(--line);border-radius:18px;padding:20px;background:#fff;text-decoration:none;color:var(--ink)}
.topic-card:hover{border-color:#9dc8e7;box-shadow:0 10px 26px rgba(42,94,132,.08)}
.topic-card strong{font-size:17px}
.topic-card span{font-size:13px;color:var(--muted);margin-top:6px}
.topic-card em{margin-top:auto;font-style:normal;color:var(--blue-deep);font-weight:800;font-size:13px}

.ask-band{padding:72px 0;background:linear-gradient(135deg,#0f4b82,#199bc8);color:#fff;position:relative;overflow:hidden}
.ask-band::after{content:"";position:absolute;width:440px;height:440px;border-radius:50%;border:70px solid rgba(36,222,213,.23);right:-180px;top:-180px}
.ask-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.15fr;gap:70px;align-items:center}
.ask-band .eyebrow{color:#c9f4ff}
.ask-band h2{font-size:42px;line-height:1.05;margin:0 0 14px;letter-spacing:-.035em}
.ask-band p{color:#d9eff8;margin:0}
.steps-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:26px}
.step{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);border-radius:16px;padding:16px}
.step strong{display:block;font-size:13px;letter-spacing:.08em}
.step span{display:block;margin-top:5px;font-size:12px;color:#d7eff6}
.demo-card{background:#fff;color:var(--ink);border-radius:22px;padding:22px;box-shadow:0 24px 60px rgba(0,0,0,.18)}
.demo-card h3{margin:0 0 4px;font-size:18px;color:var(--blue-deep)}
.demo-card p{font-size:13px;color:var(--muted)}
.demo-input{display:flex;gap:8px;margin-top:14px}
.demo-input input{flex:1;border:1px solid #c8d9e5;border-radius:10px;padding:12px}
.demo-input button{border:0;border-radius:10px;background:var(--blue-deep);color:#fff;padding:0 18px;font-weight:800}
.demo-note{margin-top:10px!important;font-size:11px!important}

.directory{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.directory-card{border:1px solid var(--line);border-radius:20px;padding:24px;background:#fff}
.directory-card h3{margin:0 0 6px;font-size:22px}
.directory-card>p{margin:0 0 18px;color:var(--muted);font-size:14px}
.link-columns{columns:2;column-gap:28px}
.link-columns a{display:block;break-inside:avoid;padding:6px 0;text-decoration:none;font-size:14px;color:#385b73}
.link-columns a:hover{color:var(--blue)}

.supporters{padding-top:30px}
.supporters-card{border:1px solid var(--line);border-radius:22px;padding:28px;background:#fff}
.supporters-card h2{text-align:center;margin:0 0 22px;font-size:25px}
.support-tier{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:800;margin:18px 0 10px}
.logo-row{display:flex;align-items:center;justify-content:center;gap:34px;flex-wrap:wrap}
.logo-row img{max-height:62px;max-width:220px;width:auto;object-fit:contain}
.logo-row.gold img{max-height:78px}
.logo-row.silver img{max-height:62px}

.medication-hero{background:radial-gradient(circle at 80% 20%,rgba(22,195,217,.17),transparent 30%),linear-gradient(180deg,#eef8ff 0%,#fff 100%);padding:72px 0 48px;border-bottom:1px solid var(--line)}
.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:56px;align-items:start}
.title-row{display:flex;gap:18px;align-items:flex-start}
.medical-icon{width:58px;height:58px;border:2px solid #53a6ff;border-radius:18px;color:#2a8ff4;font-size:36px;display:grid;place-items:center;line-height:1;flex:0 0 auto}
.medication-hero h1{margin:0;font-size:clamp(38px,5vw,58px);letter-spacing:-.035em;line-height:1.05;color:#1d2d3a}
.medication-hero h1 span{font-weight:450;color:#38566f}
.medication-hero h1 sup{font-size:.38em;top:-1em;position:relative}
.hero-subtitle{font-size:19px;color:#557083;max-width:760px;margin:18px 0 0}
.hero-actions{display:flex;gap:12px;margin-top:26px}
.quiet-action{background:#fff;border:1px solid #cfdce7;border-radius:999px;padding:10px 14px;text-decoration:none;color:#31536d;font-weight:750;font-size:13px;cursor:pointer}
.quick-facts{background:#fff;border:1px solid #d9e7f1;border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}
.quick-facts h2{font-size:18px;margin:0 0 12px}.quick-facts dl{margin:0}.quick-facts dl div{padding:13px 0;border-top:1px solid var(--line)}
.quick-facts dt{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:800}.quick-facts dd{margin:2px 0 0;font-weight:700;color:#29445a}
.clinician-button{background:var(--green);color:#fff;text-decoration:none;padding:11px 18px;border-radius:999px;font-weight:800;font-size:13px}
.assistant-band{padding:34px 0;background:#fff}.assistant-grid{display:grid;grid-template-columns:340px minmax(0,1fr);gap:44px;align-items:center}
.assistant-intro h2{margin:0;font-size:30px;line-height:1.1}.assistant-intro p{color:var(--muted);margin:12px 0 0}
.assistant-card{background:linear-gradient(180deg,#f5f9fd,#eef6fb);border:1px solid #cfdde8;border-left:4px solid var(--blue-deep);border-radius:16px;padding:18px;box-shadow:0 10px 28px rgba(38,79,110,.07)}
.meded-input-row{display:flex;gap:9px}.meded-input-row textarea{flex:1;min-height:46px;max-height:120px;resize:none;border:1px solid #b9cad8;border-radius:11px;padding:12px 14px;color:var(--ink);background:#fff;outline:none}
#meded-ask-btn{border:0;border-radius:11px;background:var(--blue-deep);color:#fff;font-weight:800;padding:0 22px;cursor:pointer}
#meded-ask-btn:disabled{opacity:.55;cursor:default}
#meded-thread{display:flex;flex-direction:column;gap:14px;max-height:350px;overflow:auto;margin-top:14px;padding-right:5px}
#meded-thread:empty{display:none}.meded-q{color:var(--blue-deep);font-weight:800;font-size:13px}.meded-q:before{content:"Q: "}
.meded-a{margin-top:5px;background:#fff;border:1px solid #d9e4ec;border-radius:11px;padding:12px 14px;font-size:14px;color:#2b4357}
.meded-sources{font-size:11px;color:#6a8194;margin-top:6px}.meded-sources:before{content:"Sources";display:block;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px}.meded-sources span{display:block}
.meded-disclaimer{font-size:11px;color:#788e9f;margin:12px 0 0;border-top:1px solid #d9e4ec;padding-top:10px}
.meded-typing{display:flex;gap:5px;width:max-content}.meded-typing span{width:7px;height:7px;background:#89a6bd;border-radius:50%;animation:dot 1.2s infinite ease-in-out}
.meded-typing span:nth-child(2){animation-delay:.2s}.meded-typing span:nth-child(3){animation-delay:.4s}@keyframes dot{0%,80%,100%{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-5px)}}
.content-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:46px;padding-top:38px;padding-bottom:70px}
.toc-card{position:sticky;top:110px;border:1px solid var(--line);border-radius:16px;padding:18px;background:#fff}
.toc-card strong{display:block;font-size:13px;margin-bottom:9px}.toc-card a{display:block;text-decoration:none;padding:8px 0;color:#567084;font-size:13px;border-top:1px solid #edf2f6}
.article{min-width:0}.content-section{padding:38px 0 48px;border-bottom:1px solid var(--line);scroll-margin-top:100px}.content-section:first-child{padding-top:12px}
.section-heading{display:flex;align-items:center;gap:15px;margin-bottom:20px}.section-icon{width:48px;height:48px;border-radius:15px;background:linear-gradient(135deg,#ff8a45,#ef6420);color:white;display:grid;place-items:center;font-weight:900;flex:0 0 auto}
.section-heading h2{margin:0;font-size:30px;line-height:1.12;letter-spacing:-.02em}.section-heading .eyebrow{margin-bottom:3px}
.article p{font-size:16px;color:#466075}.article li{margin:8px 0;color:#466075}.article h3{font-size:20px;margin:0 0 8px}
.note{background:#f5f8fb;border-left:3px solid #99b8cf;padding:13px 15px;border-radius:8px}
.feature-card{margin-top:28px;display:grid;grid-template-columns:1fr 360px;gap:28px;background:var(--soft);border:1px solid #dfeaf2;border-radius:20px;padding:26px;align-items:center}
.feature-card h3{font-size:25px}.study-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:24px}.study-card{margin:0;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.study-card img{width:100%}
.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.info-card{border:1px solid var(--line);border-radius:15px;padding:18px;background:#fff}.info-card strong{color:#274760}.info-card p{margin:5px 0 0;font-size:14px}
.callout{border-radius:16px;padding:18px 20px;margin-top:20px}.callout.warning{background:#fff8ec;border:1px solid #f1d8ac}.callout.danger{background:#fff2f2;border:1px solid #efc4c4}.callout p{margin:4px 0 0;font-size:14px}
.full-graphic{margin:24px 0;border-radius:18px;overflow:hidden;border:1px solid var(--line)}.full-graphic img{width:100%}
.split-card{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:24px}.split-card>div{border:1px solid var(--line);border-radius:16px;padding:20px}.text-link{font-weight:800;text-decoration:none}
.side-effect-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}.side-card{border:1px solid var(--line);border-radius:14px;padding:16px;background:#fff;display:flex;justify-content:space-between;gap:12px}.side-card span{font-weight:900;color:var(--orange)}
.steps{list-style:none;padding:0;margin:20px 0;display:grid;gap:14px}.steps li{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start}.steps li>span{width:38px;height:38px;border-radius:12px;background:#e7f3fb;color:var(--blue-deep);display:grid;place-items:center;font-weight:900}.steps p{margin:3px 0 0;font-size:14px}
.soft-section{background:linear-gradient(180deg,#f7fbfe,#fff);margin-left:-26px;margin-right:-26px;padding-left:26px;padding-right:26px;border-radius:22px}
.support-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.support-card{border:1px solid #d8e7f0;border-radius:16px;padding:19px;background:#fff}.support-card p{font-size:14px;margin-bottom:0}
.resource-strips{display:grid;gap:10px;margin-top:20px}.resource-strips a,.resource-grid a{display:flex;flex-direction:column;text-decoration:none;border:1px solid var(--line);border-radius:14px;padding:16px 18px;background:#fff}
.resource-strips strong,.resource-grid strong{color:#294b66}.resource-strips span,.resource-grid span{font-size:13px;color:var(--muted)}.resource-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}

.site-footer{background:#122b3d;color:#d9e8f2;padding:48px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.2fr 1.4fr .8fr;gap:42px}
.site-footer p{color:#9fb5c3;font-size:14px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:25px;padding-top:18px;color:#8fa7b7;font-size:12px}

@media(max-width:950px){
  .primary-nav{display:none}
  .path-grid,.topic-grid{grid-template-columns:1fr 1fr}
  .ask-grid,.hero-grid,.assistant-grid,.content-layout{grid-template-columns:1fr}
  .directory{grid-template-columns:1fr}
  .toc{order:-1}
  .toc-card{position:static;display:flex;gap:12px;overflow:auto;white-space:nowrap}
  .toc-card strong{display:none}.toc-card a{border:0;background:#f2f7fb;border-radius:999px;padding:8px 12px}
  .feature-card{grid-template-columns:1fr}
  .study-grid,.split-card,.support-grid,.resource-grid{grid-template-columns:1fr}
  .side-effect-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .shell{width:min(100% - 24px,1180px)}
  .site-header{position:static}.header-inner{min-height:68px}.header-cta,.clinician-button{display:none}
  .home-hero{min-height:610px;align-items:flex-start}
  .home-hero::before{background:linear-gradient(180deg,rgba(224,244,255,.98) 0%,rgba(224,244,255,.92) 55%,rgba(224,244,255,.25) 100%),url("assets/home-hero.png") 64% bottom/cover no-repeat}
  .home-hero-content{padding-top:46px}
  .home-hero h1{font-size:46px}.home-hero p{font-size:17px}
  .search-panel{flex-direction:column}.search-panel button{height:44px}
  .section{padding:54px 0}.section-head{align-items:start;flex-direction:column}.section-head h2{font-size:31px}
  .path-grid,.topic-grid,.steps-row{grid-template-columns:1fr}
  .ask-grid{gap:32px}.ask-band h2{font-size:36px}
  .link-columns{columns:1}
  .logo-row{gap:22px}
  .medication-hero{padding:44px 0 34px}.hero-grid{gap:28px}.title-row{gap:12px}.medical-icon{width:48px;height:48px;border-radius:14px;font-size:30px}.medication-hero h1{font-size:37px}.hero-subtitle{font-size:16px}
  .quick-facts{padding:18px}.assistant-grid{gap:18px}.meded-input-row{flex-direction:column}#meded-ask-btn{height:44px}.content-layout{padding-top:20px}.section-heading h2{font-size:25px}
  .study-grid,.info-grid,.side-effect-grid{grid-template-columns:1fr}.soft-section{margin-left:-12px;margin-right:-12px;padding-left:12px;padding-right:12px}.footer-grid{grid-template-columns:1fr;gap:20px}
}
@media print{.site-header,.assistant-band,.toc,.hero-actions,.clinician-button{display:none!important}.content-layout{display:block}.content-section{break-inside:avoid}.site-footer{background:#fff;color:#000}.site-footer p{color:#333}}/* === ADEMPAS HERO V2 === */
.medication-hero-v2{
  padding:58px 0 0;
  background:
    radial-gradient(circle at 92% 8%,rgba(22,195,217,.18),transparent 32%),
    linear-gradient(180deg,#edf8ff 0%,#f8fcff 68%,#fff 100%);
}
.hero-grid-v2{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);
  gap:52px;
  align-items:start;
}
.medication-intro{
  padding:14px 0 36px;
}
.medication-intro .hero-actions{
  margin-top:24px;
}
.hero-reassurance{
  max-width:720px;
  margin:22px 0 0;
  color:#607789;
  font-size:14px;
  line-height:1.65;
}
.hero-assistant-wrap{
  background:rgba(255,255,255,.72);
  border:1px solid #d8e8f2;
  border-radius:24px;
  padding:24px;
  box-shadow:0 18px 44px rgba(38,79,110,.08);
}
.hero-assistant-wrap h2{
  margin:0;
  font-size:27px;
  line-height:1.15;
  letter-spacing:-.025em;
  color:#183e61;
}
.assistant-lead{
  margin:8px 0 16px;
  color:#607789;
  font-size:13px;
  line-height:1.55;
}
.hero-assistant-card{
  margin:0;
  box-shadow:none;
  background:#f5f9fd;
}
.quick-facts-strip{
  position:relative;
  transform:translateY(28px);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#fff;
  border:1px solid #dbe8f1;
  border-radius:20px;
  box-shadow:0 16px 40px rgba(38,79,110,.09);
  overflow:hidden;
}
.quick-facts-strip>div{
  padding:18px 20px;
  min-height:92px;
}
.quick-facts-strip>div+div{
  border-left:1px solid #e4edf3;
}
.quick-facts-strip span{
  display:block;
  font-size:10.5px;
  text-transform:uppercase;
  letter-spacing:.09em;
  color:#71879a;
  font-weight:800;
  margin-bottom:5px;
}
.quick-facts-strip strong{
  display:block;
  color:#29465d;
  font-size:14px;
  line-height:1.35;
}
.medication-hero-v2 + .content-layout{
  padding-top:76px;
}
@media(max-width:950px){
  .hero-grid-v2{
    grid-template-columns:1fr;
    gap:24px;
  }
  .medication-intro{
    padding-bottom:0;
  }
  .quick-facts-strip{
    grid-template-columns:1fr 1fr;
  }
  .quick-facts-strip>div:nth-child(3){
    border-left:0;
    border-top:1px solid #e4edf3;
  }
  .quick-facts-strip>div:nth-child(4){
    border-top:1px solid #e4edf3;
  }
}
@media(max-width:680px){
  .medication-hero-v2{
    padding-top:36px;
  }
  .hero-assistant-wrap{
    padding:17px;
    border-radius:18px;
  }
  .hero-assistant-wrap h2{
    font-size:23px;
  }
  .quick-facts-strip{
    grid-template-columns:1fr;
    transform:translateY(20px);
  }
  .quick-facts-strip>div+div{
    border-left:0;
    border-top:1px solid #e4edf3;
  }
  .medication-hero-v2 + .content-layout{
    padding-top:56px;
  }
}/* === HOME ASK MEDED TOPIC LAUNCHER === */
.topic-launcher{
  position:relative;
  z-index:1;
  background:#fff;
  color:var(--ink);
  border-radius:22px;
  padding:24px;
  box-shadow:0 24px 60px rgba(0,0,0,.18);
}
.topic-launcher .eyebrow{
  color:var(--blue-deep);
  margin-bottom:4px;
}
.topic-launcher h3{
  margin:0;
  font-size:24px;
  line-height:1.15;
  color:#173f67;
}
.topic-launcher p{
  margin:8px 0 0;
  color:var(--muted);
  font-size:13px;
}
.supported-topics{
  display:grid;
  gap:10px;
  margin-top:18px;
}
.supported-topic{
  display:grid;
  grid-template-columns:42px 1fr auto;
  align-items:center;
  gap:12px;
  text-decoration:none;
  border:1px solid #d8e6ef;
  border-radius:15px;
  padding:14px;
  background:#fff;
  color:var(--ink);
}
.supported-topic.featured:hover{
  border-color:#8fc2e5;
  box-shadow:0 8px 20px rgba(33,82,118,.08);
}
.supported-topic.muted{
  opacity:.7;
  grid-template-columns:42px 1fr;
  background:#f7fafc;
}
.topic-badge{
  width:38px;
  height:38px;
  border-radius:12px;
  background:#e9f4fb;
  color:var(--blue-deep);
  display:grid;
  place-items:center;
  font-weight:900;
}
.supported-topic strong{
  display:block;
  font-size:14px;
}
.supported-topic small{
  display:block;
  margin-top:2px;
  color:#667d8f;
  line-height:1.35;
  font-size:11.5px;
}
.supported-topic b{
  color:var(--blue-deep);
  font-size:20px;
}
.topic-launcher-note{
  margin-top:14px!important;
  padding-top:12px;
  border-top:1px solid #e2eaf0;
  font-size:11px!important;
  color:#73899b!important;
  line-height:1.45;
}
@media(max-width:680px){
  .topic-launcher{
    padding:18px;
  }
  .supported-topic{
    grid-template-columns:38px 1fr;
  }
  .supported-topic b{
    display:none;
  }
}/* === ASK MEDED EXPLAINER PAGE === */
.ask-page-hero{
  padding:82px 0 76px;
  background:
    radial-gradient(circle at 84% 18%,rgba(22,195,217,.20),transparent 30%),
    linear-gradient(145deg,#edf8ff 0%,#f8fcff 62%,#fff 100%);
  border-bottom:1px solid var(--line);
}
.ask-page-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);
  gap:70px;
  align-items:center;
}
.ask-page-hero h1{
  font-size:clamp(48px,6vw,70px);
  line-height:1.02;
  letter-spacing:-.045em;
  margin:0 0 20px;
  max-width:700px;
}
.ask-page-lead{
  font-size:20px;
  line-height:1.6;
  color:#4d697d;
  max-width:720px;
  margin:0 0 28px;
}
.ask-page-button{
  display:inline-block;
  background:var(--blue-deep);
  color:#fff;
  text-decoration:none;
  border-radius:999px;
  padding:12px 18px;
  font-weight:800;
  font-size:14px;
}
.ask-concept-card{
  background:#fff;
  border:1px solid #d7e6f0;
  border-radius:24px;
  padding:26px;
  box-shadow:var(--shadow);
}
.ask-concept-step{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:13px;
  align-items:center;
}
.ask-concept-step>span{
  width:40px;
  height:40px;
  border-radius:13px;
  background:#e7f4fb;
  color:var(--blue-deep);
  display:grid;
  place-items:center;
  font-weight:900;
}
.ask-concept-step strong{
  display:block;
  font-size:16px;
}
.ask-concept-step small{
  display:block;
  color:var(--muted);
  margin-top:2px;
  line-height:1.4;
}
.ask-concept-arrow{
  margin:7px 0 7px 18px;
  color:#91aabd;
}
.ask-page-narrow{
  width:min(920px,calc(100% - 48px));
}
.ask-page-heading{
  margin:0;
  font-size:38px;
  line-height:1.1;
  letter-spacing:-.03em;
}
.ask-page-copy{
  font-size:17px;
  color:#536f82;
  margin:16px 0 30px;
}
.scope-example{
  display:grid;
  grid-template-columns:1fr auto 1.2fr;
  gap:18px;
  align-items:center;
  padding:22px;
  background:#f5f9fc;
  border:1px solid #dbe7ef;
  border-radius:20px;
}
.scope-page,.scope-agent{
  background:#fff;
  border:1px solid #dbe6ee;
  border-radius:15px;
  padding:17px;
}
.scope-label{
  display:block;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#7b91a2;
  font-size:10px;
  font-weight:800;
  margin-bottom:5px;
}
.scope-page strong,.scope-agent strong{
  display:block;
  color:#23465f;
}
.scope-agent small{
  display:block;
  margin-top:4px;
  color:#6a8192;
  line-height:1.4;
}
.scope-arrow{
  color:var(--blue);
  font-size:25px;
  font-weight:900;
}
.ask-principles{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:30px;
}
.ask-principles article{
  border:1px solid var(--line);
  border-radius:17px;
  padding:20px;
}
.principle-icon{
  width:40px;
  height:40px;
  border-radius:12px;
  background:#edf7fc;
  color:var(--blue-deep);
  display:grid;
  place-items:center;
  font-size:20px;
  font-weight:900;
  margin-bottom:14px;
}
.ask-principles h3{
  margin:0 0 7px;
  font-size:17px;
}
.ask-principles p{
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
}
.ask-topic-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.ask-topic-card{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:15px;
  border:1px solid #d7e5ee;
  border-radius:18px;
  padding:20px;
  background:#fff;
  text-decoration:none;
  color:var(--ink);
}
a.ask-topic-card:hover{
  border-color:#8fc1e3;
  box-shadow:0 10px 25px rgba(36,82,116,.08);
}
.ask-topic-card strong{
  display:block;
  font-size:18px;
  color:#23465f;
}
.ask-topic-card small{
  display:block;
  color:#72899b;
}
.ask-topic-card p{
  color:#5f7688;
  font-size:13px;
  line-height:1.5;
  margin:9px 0 11px;
}
.ask-topic-card b{
  color:var(--blue-deep);
  font-size:13px;
}
.ask-topic-card.coming-soon{
  background:#f8fafc;
}
.ask-safety-band{
  background:#edf5fa;
  padding:28px 0;
  border-top:1px solid #dbe6ed;
}
.ask-safety-band strong{
  display:block;
  color:#294c66;
}
.ask-safety-band p{
  color:#62798b;
  margin:5px 0 0;
  font-size:13px;
}
@media(max-width:850px){
  .ask-page-hero-grid{
    grid-template-columns:1fr;
    gap:34px;
  }
  .ask-principles,.ask-topic-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:680px){
  .ask-page-hero{
    padding:50px 0;
  }
  .ask-page-hero h1{
    font-size:45px;
  }
  .ask-page-lead{
    font-size:17px;
  }
  .ask-page-narrow{
    width:min(100% - 24px,920px);
  }
  .ask-page-heading{
    font-size:31px;
  }
  .scope-example{
    grid-template-columns:1fr;
  }
  .scope-arrow{
    transform:rotate(90deg);
    justify-self:center;
  }
}/* === REFINEMENT: TIGHTER HOME + SIMPLE ADEMPAS === */

/* Slightly reduce the white gap after the homepage's first card section. */
.home-find-section{
  padding-bottom:48px;
}
.home-find-section + .section{
  padding-top:52px;
}

/* Simplified medication header: intentionally quiet. */
.medication-hero-simple{
  padding:54px 0 42px;
  background:
    radial-gradient(circle at 88% 12%,rgba(22,195,217,.12),transparent 28%),
    linear-gradient(180deg,#eef8ff 0%,#fff 100%);
}
.medication-simple-inner{
  max-width:1000px;
}
.medication-simple-title{
  max-width:850px;
}
.medication-simple-title h1{
  font-size:clamp(42px,5.4vw,62px);
}
.medication-simple-title .hero-subtitle{
  max-width:760px;
  font-size:18px;
}
.medication-utility-row{
  display:flex;
  gap:9px;
  margin-top:24px;
  padding-left:76px;
}
.assistant-band-simple{
  padding:28px 0;
  background:#f7fafc;
  border-bottom:1px solid #dfe9ef;
}
.assistant-simple-grid{
  display:grid;
  grid-template-columns:300px minmax(0,1fr);
  gap:38px;
  align-items:center;
  max-width:1000px;
}
.assistant-simple-copy h2{
  margin:0;
  font-size:24px;
  line-height:1.15;
  letter-spacing:-.02em;
  color:#173f67;
}
.assistant-simple-copy p{
  margin:8px 0 0;
  color:#687f90;
  font-size:13px;
  line-height:1.5;
}
.assistant-simple-card{
  margin:0;
  padding:15px;
  background:#fff;
  box-shadow:none;
  border-left:3px solid var(--blue-deep);
}
.assistant-simple-card .meded-disclaimer{
  margin-top:9px;
  padding-top:8px;
}
.assistant-band-simple + .content-layout{
  padding-top:38px;
}
@media(max-width:760px){
  .medication-hero-simple{
    padding:38px 0 30px;
  }
  .medication-utility-row{
    padding-left:0;
  }
  .assistant-simple-grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  .assistant-band-simple{
    padding:22px 0;
  }
}/* === HOME SPACING MATCH === */
/* Match the Conditions → Treatments spacing to the tighter rhythm above. */
#conditions{
  padding-bottom:48px;
}
#conditions + #treatments{
  padding-top:52px;
}/* === SUPPORTERS COMPACT FOOTNOTE === */
/* Treat supporters as an acknowledgement/footer element, not another content section. */
.supporters{
  padding-top:26px !important;
  padding-bottom:30px !important;
  background:#f3f7fa;
  border-top:1px solid #e1e9ef;
}
.supporters .shell{
  width:min(980px,calc(100% - 48px));
}
.supporters-card{
  padding:18px 24px 16px !important;
  border-radius:16px !important;
  box-shadow:none !important;
  background:rgba(255,255,255,.72) !important;
}
.supporters-card h2{
  font-size:18px !important;
  margin-bottom:12px !important;
  color:#526b7d !important;
}
.supporters .support-tier{
  font-size:9.5px !important;
  margin:10px 0 6px !important;
  color:#8295a4 !important;
}
.supporters .logo-row{
  gap:24px !important;
}
.supporters .logo-row img{
  max-height:38px !important;
  max-width:155px !important;
  opacity:.78;
}
.supporters .logo-row.gold img{
  max-height:46px !important;
}
.supporters .logo-row.silver img{
  max-height:36px !important;
}
@media(max-width:680px){
  .supporters .shell{
    width:min(100% - 24px,980px);
  }
  .supporters-card{
    padding:16px !important;
  }
  .supporters .logo-row{
    gap:18px !important;
  }
}/* === ADEMPAS V3 EDITORIAL === */
.adempas-editorial-hero{
  padding:70px 0 54px;
  background:
    radial-gradient(circle at 86% 8%,rgba(22,195,217,.10),transparent 28%),
    linear-gradient(180deg,#f0f9ff 0%,#fff 100%);
  border-bottom:1px solid #e2ebf1;
}
.adempas-editorial-inner{
  max-width:940px;
}
.adempas-editorial-hero h1{
  margin:0;
  font-size:clamp(58px,7vw,82px);
  line-height:.98;
  letter-spacing:-.055em;
  color:#193043;
}
.adempas-editorial-hero h1 sup{
  font-size:.28em;
  vertical-align:top;
  position:relative;
  top:.12em;
  letter-spacing:0;
}
.adempas-generic{
  margin:10px 0 0;
  font-size:22px;
  font-weight:650;
  color:#507087;
}
.adempas-deck{
  max-width:720px;
  margin:18px 0 0;
  font-size:18px;
  line-height:1.65;
  color:#5c7587;
}
.adempas-hero-actions{
  display:flex;
  gap:9px;
  margin-top:24px;
}
.adempas-ask-strip{
  background:#f7fafc;
  border-bottom:1px solid #dde8ef;
  padding:25px 0;
}
.adempas-ask-inner{
  max-width:1040px;
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:38px;
  align-items:center;
}
.adempas-ask-label h2{
  margin:0;
  font-size:22px;
  line-height:1.2;
  letter-spacing:-.02em;
  color:#214763;
}
.adempas-ask-label p{
  margin:7px 0 0;
  font-size:12.5px;
  line-height:1.5;
  color:#718797;
}
.adempas-inline-assistant{
  min-width:0;
}
.adempas-inline-assistant .meded-input-row{
  background:#fff;
  padding:6px;
  border:1px solid #ccdce7;
  border-radius:13px;
  box-shadow:0 6px 18px rgba(38,79,110,.05);
}
.adempas-inline-assistant .meded-input-row textarea{
  border:0;
  min-height:42px;
  padding:10px 11px;
}
.adempas-inline-assistant #meded-ask-btn{
  min-width:76px;
}
.adempas-inline-assistant .meded-disclaimer{
  border:0;
  padding:0;
  margin:7px 3px 0;
  font-size:9.8px;
}
.adempas-inline-assistant #meded-thread:not(:empty){
  margin-top:12px;
  max-height:330px;
  overflow:auto;
}
.adempas-section-nav{
  position:sticky;
  top:78px;
  z-index:15;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(10px);
  border-bottom:1px solid #e1e9ef;
}
.adempas-section-nav-inner{
  display:flex;
  gap:4px;
  overflow-x:auto;
  scrollbar-width:none;
}
.adempas-section-nav-inner::-webkit-scrollbar{display:none}
.adempas-section-nav a{
  flex:0 0 auto;
  padding:14px 13px 13px;
  text-decoration:none;
  color:#61788a;
  font-size:12px;
  font-weight:750;
  border-bottom:2px solid transparent;
}
.adempas-section-nav a:hover{
  color:var(--blue-deep);
  border-bottom-color:#74b8e8;
}
.adempas-editorial-layout{
  display:block;
  max-width:960px;
  padding-top:30px;
  padding-bottom:78px;
}
.adempas-editorial-article{
  max-width:820px;
  margin:0 auto;
}
.adempas-editorial-article .content-section{
  padding:48px 0 58px;
}
.adempas-editorial-article .section-heading{
  display:block;
  margin-bottom:22px;
}
.adempas-editorial-article .section-heading .eyebrow{
  margin-bottom:7px;
}
.adempas-editorial-article .section-heading h2{
  font-size:clamp(30px,4vw,40px);
  line-height:1.08;
  letter-spacing:-.035em;
  color:#1c3548;
}
.adempas-editorial-article > .content-section > p{
  max-width:760px;
}
.adempas-editorial-article .feature-card,
.adempas-editorial-article .info-card,
.adempas-editorial-article .study-card,
.adempas-editorial-article .support-card,
.adempas-editorial-article .resource-strips a,
.adempas-editorial-article .resource-grid a{
  box-shadow:none;
}
.adempas-editorial-article .soft-section{
  background:transparent;
  margin-left:0;
  margin-right:0;
  padding-left:0;
  padding-right:0;
}
@media(max-width:950px){
  .adempas-section-nav{top:78px}
}
@media(max-width:760px){
  .adempas-editorial-hero{
    padding:46px 0 38px;
  }
  .adempas-editorial-hero h1{
    font-size:54px;
  }
  .adempas-generic{
    font-size:19px;
  }
  .adempas-deck{
    font-size:16px;
  }
  .adempas-ask-inner{
    grid-template-columns:1fr;
    gap:14px;
  }
  .adempas-ask-strip{
    padding:20px 0;
  }
  .adempas-section-nav{
    top:0;
  }
  .adempas-section-nav-inner{
    width:100%;
    padding-left:12px;
    padding-right:12px;
  }
  .adempas-editorial-layout{
    padding-top:16px;
  }
  .adempas-editorial-article .content-section{
    padding:38px 0 46px;
  }
}/* === ADEMPAS V4 DISTINCT ASK MEDED PANEL === */
/* Give Ask MedEd its own visual zone between the medication hero and article. */
.adempas-ask-strip{
  background:#eaf4fa;
  border-top:1px solid #d3e3ed;
  border-bottom:1px solid #cddfe9;
  padding:34px 0;
}
.adempas-ask-inner{
  max-width:1000px;
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:42px;
  align-items:center;
}
.adempas-ask-label{
  padding-right:8px;
}
.adempas-ask-label .eyebrow{
  color:#267bb8;
}
.adempas-ask-label h2{
  font-size:24px;
  color:#173f61;
}
.adempas-ask-label p{
  font-size:13px;
  color:#60798b;
}
.adempas-inline-assistant{
  background:#fff;
  border:1px solid #c9dce8;
  border-radius:18px;
  padding:15px;
  box-shadow:0 10px 28px rgba(32,76,108,.08);
}
.adempas-inline-assistant .meded-input-row{
  border:0;
  padding:0;
  box-shadow:none;
  background:transparent;
}
.adempas-inline-assistant .meded-input-row textarea{
  border:1px solid #bed1de;
  border-radius:11px;
  background:#fff;
}
.adempas-inline-assistant .meded-disclaimer{
  margin:9px 2px 0;
  color:#8295a3;
}
.adempas-section-nav{
  border-top:0;
}
@media(max-width:760px){
  .adempas-ask-strip{
    padding:26px 0;
  }
  .adempas-ask-inner{
    grid-template-columns:1fr;
    gap:16px;
  }
  .adempas-inline-assistant{
    padding:12px;
  }
}/* === ADEMPAS V5 CLEAN NEUTRAL TOP === */
/* Reduce the stacked-blue effect: white editorial hero, warm-neutral Ask MedEd zone,
   and one restrained blue accent for navigation/actions. */
.adempas-editorial-hero{
  background:#fff;
  border-bottom:0;
  padding-bottom:48px;
}
.adempas-editorial-hero .eyebrow{
  color:#6a7d8c;
}
.adempas-ask-strip{
  background:#f6f4f0;
  border-top:1px solid #e5e0d8;
  border-bottom:1px solid #e5e0d8;
  padding:32px 0;
}
.adempas-ask-label .eyebrow{
  color:#6a7d8c;
}
.adempas-ask-label h2{
  color:#263d4d;
}
.adempas-ask-label p{
  color:#6e7e88;
}
.adempas-inline-assistant{
  background:#fff;
  border:1px solid #ddd9d2;
  box-shadow:0 8px 22px rgba(48,57,64,.06);
}
.adempas-inline-assistant .meded-input-row textarea{
  border-color:#d4d0c9;
}
.adempas-section-nav{
  background:#fff;
  border-bottom:1px solid #e2e7ea;
}
.adempas-section-nav a{
  color:#667985;
}
.adempas-section-nav a:hover{
  color:var(--blue-deep);
  border-bottom-color:var(--blue);
}/* === ADEMPAS V6 MATCH PAGE LIGHT BLUE === */
/* Reuse the same quiet light-blue family already present later in the page. */
.adempas-ask-strip{
  background:#f5f8fb;
  border-top:1px solid #dde7ee;
  border-bottom:1px solid #dde7ee;
}
.adempas-inline-assistant{
  background:#fff;
  border-color:#d8e7f0;
}
.adempas-inline-assistant .meded-input-row textarea{
  border-color:#cbdce7;
}

/* === GLOBAL MEDED TYPOGRAPHY LOCK === */
/* Shared typography for every V2 page. Page-specific files should not redefine these. */
html, body,
button, input, textarea, select,
.site-header, .site-footer,
.article, .content-section,
.ipf-section, .adempas-editorial-article,
.quick-facts, .assistant-card,
.toc-card, .ipf-toc {
  font-family: Montserrat, Helvetica, Arial, sans-serif !important;
}

body {
  font-size: 16px;
  line-height: 1.65;
  color: #193043;
}

.article p,
.article li,
.content-section p,
.content-section li,
.ipf-section p,
.ipf-section li,
.adempas-editorial-article p,
.adempas-editorial-article li {
  font-size: 16px !important;
  line-height: 1.72 !important;
  color: #536b7c !important;
}

.eyebrow,
.ipf-eyebrow,
.ipf-kicker {
  font-family: Montserrat, Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
}

.content-section h2,
.adempas-editorial-article .section-heading h2,
.ipf-section h2 {
  font-family: Montserrat, Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  color: #1c3548 !important;
  letter-spacing: -.03em !important;
}

.content-section h3,
.adempas-editorial-article h3,
.ipf-section h3 {
  font-family: Montserrat, Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  color: #183f5c !important;
  letter-spacing: -.015em !important;
}

.primary-nav a {
  font-family: Montserrat, Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 650 !important;
}

/* Local page navigation is sidebar-only in V2. */
.adempas-section-nav,
.ipf-nav {
  display: none !important;
}

.toc-card a,
.ipf-toc a {
  font-family: Montserrat, Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}/* === LOCKED HYBRID CONTENT-PAGE HEADER === */
/* Shared condition/treatment header: modest standardized inset from global shell. */
.meded-content-hero-inner{
  width:min(100%, 980px);
  margin-left:auto;
  margin-right:auto;
  padding-left:34px;
  padding-right:34px;
}
@media(max-width:760px){
  .meded-content-hero-inner{
    padding-left:0;
    padding-right:0;
  }
}
/* Treatment-table readability */
.meded-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}
.meded-table th,.meded-table td{vertical-align:top;padding:14px 16px}
.meded-table th:first-child,.meded-table td:first-child{width:22%;font-weight:700}
.meded-table .table-list{margin:0;padding-left:1.15rem}
.meded-table .table-list li{margin:.15rem 0;line-height:1.45}
@media(max-width:720px){.meded-table{table-layout:auto}.meded-table th,.meded-table td{padding:10px 12px}}

/* Batch 3 content-preserving media helpers */
.full-graphic{margin:24px 0;text-align:center}.full-graphic img{display:block;max-width:100%;height:auto;margin:0 auto;border-radius:12px}.content-graphic{margin:20px 0;text-align:center}.content-graphic img{max-width:100%;height:auto}.content-graphic.compact img{max-width:360px}.feature-card>img{max-width:100%;height:auto;border-radius:12px}.info-card img{max-width:72px;height:auto;display:block;margin-bottom:10px}.video-frame{position:relative;width:100%;aspect-ratio:16/9;background:#111;border-radius:16px;overflow:hidden;margin:18px 0}.video-frame iframe,.video-frame video{position:absolute;inset:0;width:100%;height:100%;border:0}.source-note{font-size:.9rem;color:var(--muted)}

/* FINAL inhaler product-image rule: identify the device without dominating the page. */
.product-figure { margin: 18px 0 24px; }
.product-figure img {
  display: block;
  width: auto !important;
  max-width: min(100%, 380px) !important;
  max-height: 320px !important;
  height: auto !important;
  object-fit: contain;
}
.compact-product img { max-width: 300px !important; max-height: 300px !important; }
