:root {
  --bg: #fbf9fe;
  --paper: #ffffff;
  --ink: #25163b;
  --muted: #62596d;
  --purple: #512191;
  --purple-dark: #27113f;
  --purple-soft: #eee7f8;
  --coral: #f8526d;
  --coral-dark: #c72b49;
  --teal: #2a7f78;
  --teal-dark: #216a64;
  --teal-soft: #e2f3f0;
  --orange: #a94d1b;
  --warning: #fff0f3;
  --line: #e2dbea;
  --shadow: 0 18px 48px rgba(43, 20, 67, .10);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 102px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a, input, select, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--teal-dark); outline-offset: 3px; }
input:focus-visible, select:focus-visible { outline: none; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 10px 14px; border-radius: 8px; background: #fff; }
.skip-link:focus { top: 16px; }

.notice-bar { background: #2b153f; color: #f7f1fb; font-size: 13px; }
.notice-inner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center; }
.dot { color: #f898a7; opacity: .55; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(81, 33, 145, .10);
  background: rgba(251, 249, 254, .95);
  backdrop-filter: blur(16px);
}
.header-inner { position: relative; height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; text-decoration: none; }
.brand-logo { width: 202px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 18px; }
.site-nav > a:not(.btn) { position: relative; padding: 25px 0 23px; color: #443657; font-size: 14px; font-weight: 720; text-decoration: none; }
.site-nav > a:not(.btn)::after { content: ""; position: absolute; right: 0; bottom: 18px; left: 0; height: 2px; border-radius: 2px; background: var(--coral); transform: scaleX(0); transition: transform .2s ease; }
.site-nav > a:not(.btn):hover, .site-nav > a:not(.btn).is-active { color: var(--purple); }
.site-nav > a:not(.btn):hover::after, .site-nav > a:not(.btn).is-active::after { transform: scaleX(1); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 7px 10px; border: 0; border-radius: 10px; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); }

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 0;
  border-radius: 14px;
  font-weight: 780;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--coral-dark), #d12f50); color: #fff; box-shadow: 0 10px 28px rgba(199, 43, 73, .22); }
.btn-primary:hover { background: linear-gradient(135deg, #a8203c, #bf2946); }
.btn-ghost { border: 1px solid #d3cadf; background: rgba(255, 255, 255, .64); }
.btn-ghost:hover { border-color: #b9acd0; background: #fff; }
.btn-small { min-height: 42px; padding: 0 16px; border-radius: 12px; font-size: 14px; }
.btn-full { width: 100%; }
.text-link { color: var(--coral-dark); font-weight: 780; text-decoration: none; }
.btn.partner-outbound, .btn.consultation-link, .external-modal-continue { border-color: var(--teal); background: var(--teal); color: #fff; box-shadow: 0 10px 26px rgba(42, 127, 120, .22); }
.btn.partner-outbound:hover, .btn.consultation-link:hover, .external-modal-continue:hover { background: var(--teal-dark); color: #fff; }

/* Hero photo treatment intentionally retained from v1.1. */
.section-pad { padding: 26px 0 42px; }
.hero { background: radial-gradient(circle at 14% 0%, rgba(175, 148, 207, .16), transparent 34%), var(--bg); }
.hero .container { width: min(calc(100% - 40px), 1380px); }
.hero-stage { position: relative; min-height: clamp(520px, 62svh, 660px); overflow: hidden; border-radius: 32px; box-shadow: 0 24px 64px rgba(43, 20, 67, .14); isolation: isolate; }
.hero-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(251,249,254,.99) 0%, rgba(251,249,254,.97) 25%, rgba(251,249,254,.88) 39%, rgba(251,249,254,.48) 53%, rgba(251,249,254,.06) 70%, rgba(251,249,254,0) 84%),
    linear-gradient(0deg, rgba(24,11,37,.08), rgba(24,11,37,0) 32%);
  pointer-events: none;
}
.hero-stage::after { content: ""; position: absolute; inset: 0; z-index: 1; border: 1px solid rgba(81, 33, 145, .10); border-radius: inherit; pointer-events: none; }
.hero-bg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.hero-copy { position: relative; z-index: 2; width: min(650px, 55%); padding: clamp(42px, 5vw, 68px) 0 clamp(38px, 5vw, 62px) clamp(40px, 5vw, 70px); }
.eyebrow { margin-bottom: 12px; color: var(--purple); font-size: 13px; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.hero h1 { max-width: 620px; margin: 0 0 25px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 5.6vw, 82px); line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
.hero h1 span { color: var(--coral); }
.lead { max-width: 610px; color: #564b63; font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 25px; }
.hero .btn-ghost { border-color: rgba(81, 33, 145, .18); background: rgba(255, 255, 255, .80); backdrop-filter: blur(8px); }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 20px; max-width: 620px; color: #655a71; font-size: 13px; font-weight: 680; }
.trust-row span::first-letter { color: var(--teal); }

.path-nav-wrap { position: relative; z-index: 4; margin-top: -21px; padding-bottom: 14px; }
.path-nav { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 12px 36px rgba(43, 20, 67, .08); }
.path-nav a { display: flex; min-height: 76px; align-items: center; gap: 12px; padding: 16px 20px; text-decoration: none; transition: background .2s ease; }
.path-nav a + a { border-left: 1px solid var(--line); }
.path-nav a:hover { background: var(--purple-soft); }
.path-nav span { color: var(--coral-dark); font-size: 12px; font-weight: 850; letter-spacing: .06em; }
.path-nav strong { font-size: 15px; line-height: 1.3; }

.section { padding: 88px 0; }
.section-sm { padding: 52px 0; }
.section-light { background: #f4f0fa; }
.section-dark { background: var(--purple-dark); color: #fbf8ff; }
.section-heading { margin-bottom: 40px; }
.section-heading.narrow { max-width: 800px; }
.section-heading.light .section-index { color: #f5a6b4; }
.section-index { margin-bottom: 10px; color: var(--teal-dark); font-size: 12px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
h2, h3 { margin-top: 0; text-wrap: balance; }
h2 { margin-bottom: 18px; color: var(--purple-dark); font-size: clamp(37px, 4vw, 50px); line-height: 1.08; letter-spacing: -.04em; }
h3 { font-size: 21px; line-height: 1.28; letter-spacing: -.015em; }
p { color: var(--muted); }
.section-dark h2 { color: #fff; }
.section-dark p { color: #d8cfe1; }
.section-lead { max-width: 760px; margin: 0; color: #5b5266; font-size: 18px; line-height: 1.65; }
.section-dark .section-lead { color: #d8cfe1; }

.calculator-section { border-top: 1px solid rgba(42, 127, 120, .10); border-bottom: 1px solid rgba(42, 127, 120, .10); background: radial-gradient(circle at 8% 8%, rgba(42, 127, 120, .10), transparent 32%), linear-gradient(180deg, #edf8f6 0%, #f4f0fa 100%); }
.calculator-layout { display: grid; grid-template-columns: .84fr 1.16fr; gap: 72px; align-items: center; }
.bmi-title { color: var(--purple); }
.info-note { display: grid; gap: 4px; margin-top: 26px; padding: 18px 20px; border-left: 3px solid var(--teal); border-radius: 0 12px 12px 0; background: rgba(255, 255, 255, .68); }
.info-note span { color: var(--muted); font-size: 14px; }
.calculator-card { padding: 30px; border: 1px solid rgba(81, 33, 145, .14); border-top: 5px solid var(--purple); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 20px; }
label > span { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 780; }
select, input { width: 100%; height: 54px; padding: 0 14px; border: 1px solid #d8d0e2; border-radius: 12px; outline: none; background: #fff; color: var(--ink); }
select:focus, input:focus { border-color: var(--coral-dark); box-shadow: 0 0 0 3px rgba(199, 43, 73, .14); }
.input-unit { position: relative; }
.input-unit input { padding-right: 50px; }
.input-unit em { position: absolute; top: 50%; right: 14px; color: var(--muted); font-size: 13px; font-style: normal; transform: translateY(-50%); }
.microcopy { margin: 10px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.bmi-form-error { display: grid; gap: 3px; margin: 0 0 16px; padding: 14px 16px; border: 1px solid rgba(248, 82, 109, .28); border-radius: 14px; background: rgba(248, 82, 109, .08); color: var(--ink); }
.bmi-form-error[hidden] { display: none; }
.bmi-form-error strong { color: var(--coral-dark); font-size: 14px; }
.bmi-form-error span { color: var(--muted); font-size: 13px; line-height: 1.45; }
input.is-invalid { border-color: var(--coral-dark); background: rgba(248, 82, 109, .035); box-shadow: 0 0 0 3px rgba(248, 82, 109, .10); }
.bmi-result { display: grid; grid-template-columns: 104px 1fr; gap: 20px; align-items: center; margin-top: 24px; padding: 22px; border: 1px solid rgba(81, 33, 145, .10); border-radius: 18px; background: #f7f3fb; }
.bmi-result[hidden] { display: none; }
.bmi-score { display: grid; width: 104px; height: 104px; place-items: center; align-content: center; border-radius: 50%; background: var(--purple); color: #fff; line-height: 1; box-shadow: 0 9px 24px rgba(81, 33, 145, .20); }
.bmi-score span { font-family: Georgia, serif; font-size: 32px; }
.bmi-score small { margin-top: 6px; font-size: 11px; letter-spacing: .08em; }
.bmi-result-copy p { margin: 0 0 8px; font-size: 14px; }
.bmi-category-title { display: block; margin-bottom: 5px; color: var(--purple-dark); font-size: 20px; line-height: 1.25; }
.bmi-treatment-link { display: inline-flex; margin-top: 4px; color: var(--teal-dark); font-weight: 820; }
.bmi-treatment-link[hidden] { display: none; }
.bmi-scale { grid-column: 1 / -1; padding-top: 4px; }
.bmi-scale-track { position: relative; height: 9px; border-radius: 999px; background: linear-gradient(90deg, #6f9fd1 0 12%, #53a887 12% 39%, #d9a441 39% 55%, #d46b55 55% 72%, #b83954 72% 100%); }
.bmi-scale-marker { position: absolute; top: 50%; left: 50%; width: 18px; height: 18px; border: 4px solid #fff; border-radius: 50%; background: var(--purple-dark); box-shadow: 0 2px 8px rgba(39, 17, 63, .30); transform: translate(-50%, -50%); transition: left .35s ease; }
.bmi-scale-labels { display: grid; grid-template-columns: 12fr 27fr 16fr 28fr; margin-top: 7px; color: #756b7e; font-size: 11px; }
.bmi-scale-labels span { text-align: center; }
.bmi-result--positive { border-color: rgba(42, 127, 120, .18); background: var(--teal-soft); }
.bmi-result--positive .bmi-score { background: var(--teal); }

#lecba { background: #fff; }
.treatment-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 0; padding: 0; list-style: none; }
.treatment-grid::before { content: ""; position: absolute; top: 25px; right: 16%; left: 16%; height: 2px; background: linear-gradient(90deg, var(--purple), var(--teal), var(--orange)); opacity: .35; }
.treatment-card { --accent: var(--purple); position: relative; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; border: 1px solid var(--line); border-top: 4px solid var(--accent); border-radius: 18px; background: #fff; }
.treatment-card--green { --accent: var(--teal); }
.treatment-card--orange { --accent: var(--orange); }
.step { position: relative; z-index: 1; display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 24px; border: 5px solid #fff; border-radius: 50%; background: var(--accent); color: #fff; font-size: 12px; font-weight: 850; box-shadow: 0 0 0 1px var(--line); }
.treatment-kicker { margin-bottom: 9px; color: var(--accent); font-size: 12px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.treatment-card h3 { margin-bottom: 12px; color: var(--purple-dark); font-size: 24px; }
.treatment-card p { margin: 0; font-size: 15px; }

.drug-table-wrap { overflow: hidden; border: 1px solid rgba(255, 255, 255, .14); border-radius: 20px; background: #fff; box-shadow: 0 18px 42px rgba(16, 7, 27, .18); }
.drug-table { width: 100%; border-collapse: collapse; color: var(--ink); }
.drug-table th { padding: 15px 16px; background: #f3eef7; color: #5f526a; font-size: 12px; font-weight: 850; letter-spacing: .055em; text-align: left; text-transform: uppercase; }
.drug-table td { padding: 20px 16px; border-top: 1px solid var(--line); color: #5b5265; font-size: 14px; line-height: 1.5; vertical-align: top; }
.drug-table td:first-child strong { display: block; color: var(--purple-dark); font-size: 22px; line-height: 1.2; }
.drug-table a { color: var(--coral-dark); font-weight: 800; text-decoration: none; }
.drug-row-featured { background: #edf8f6; }
.drug-badge, .drug-class { display: inline-flex; padding: 5px 8px; border: 1px solid rgba(81, 33, 145, .10); border-radius: 999px; background: var(--purple-soft); color: var(--purple); font-size: 11px; font-weight: 850; white-space: nowrap; }
.drug-class { background: var(--teal-soft); color: var(--teal-dark); }
.drug-highlight { display: inline-flex; margin-top: 7px; padding: 5px 7px; border-radius: 7px; background: var(--coral-dark); color: #fff; font-size: 10px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.drug-links { display: grid; gap: 6px; }
.drug-choice-note { margin-top: 18px; padding: 15px 18px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 14px; background: rgba(255, 255, 255, .06); color: #d5c9df; font-size: 13px; }
.ozempic-warning { display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: start; margin-top: 26px; padding: 26px; border: 1px solid #ffd4dd; border-radius: 18px; background: var(--warning); color: var(--ink); }
.warning-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--coral-dark); color: #fff; font-size: 24px; font-weight: 900; }
.ozempic-title { margin-bottom: 8px; color: var(--purple-dark); font-size: 26px; }
.ozempic-warning p { margin: 0 0 8px; color: #635a6e; }
.ozempic-warning a { color: var(--coral-dark); font-weight: 800; text-decoration: none; }
.source-note { margin: 18px 0 0; color: #baacc7 !important; font-size: 12px; }

.assessment-section { background: #f7f4fa; }
.assessment-section .container { width: min(calc(100% - 40px), 1240px); }
.explain-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; }
.explain-media { position: relative; }
.explain-media::before { content: ""; position: absolute; inset: 12px -12px -12px 12px; border-radius: 24px; background: linear-gradient(145deg, rgba(81, 33, 145, .14), rgba(248, 82, 109, .12)); }
.explain-media img { position: relative; width: 100%; aspect-ratio: 3 / 2; border-radius: 22px; object-fit: cover; box-shadow: 0 18px 42px rgba(43, 20, 67, .12); }
.explain-copy p { max-width: 620px; }
.check-list { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 32px; font-weight: 680; }
.check-list li::before { content: "✓"; position: absolute; top: 0; left: 0; color: var(--teal); font-weight: 900; }
.treatment-safety-note { display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: start; margin-top: 24px; padding: 18px 20px; border: 1px solid #ffd4dd; border-left: 4px solid var(--coral-dark); border-radius: 16px; background: var(--warning); }
.treatment-safety-icon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--coral-dark); color: #fff; font-size: 18px; font-weight: 900; }
.treatment-safety-note strong { display: block; color: var(--purple-dark); font-size: 16px; line-height: 1.4; }
.treatment-safety-note p { margin: 7px 0 0; color: #635a6e; font-size: 13px; line-height: 1.55; }

#pomoc { background: #fff; }
.help-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 22px; }
.help-card { position: relative; padding: 32px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.help-card h3 { margin-bottom: 10px; font-size: 25px; }
.help-card ul { padding-left: 20px; color: var(--muted); }
.help-icon { display: grid; width: 46px; height: 46px; place-items: center; margin-bottom: 20px; border-radius: 13px; background: var(--teal-soft); color: var(--teal-dark); }
.help-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.help-card-accent { border-color: var(--purple); background: linear-gradient(145deg, var(--purple), #6731a6); color: #fff; }
.help-card-accent p, .help-card-accent li, .help-card-accent small { color: #eee7f7; }
.help-card-accent .help-icon { background: rgba(255, 255, 255, .13); color: #fff; }
.partner-pill { position: absolute; top: 26px; right: 26px; padding: 6px 10px; border: 1px solid rgba(255, 255, 255, .20); border-radius: 999px; background: rgba(255, 255, 255, .13); font-size: 11px; font-weight: 820; letter-spacing: .06em; text-transform: uppercase; }
.prescription-badge { display: inline-flex; width: fit-content; max-width: 100%; margin: 0 0 14px; padding: 7px 11px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 999px; background: rgba(255, 255, 255, .14); color: #fff; font-size: 12px; font-weight: 800; line-height: 1.35; }
.help-card-accent .btn { margin-top: 4px; background: #fff; color: var(--purple-dark); box-shadow: none; }
.help-card-accent small { display: block; margin-top: 10px; font-size: 12px; }

#myty { background: #f4f0fa; }
.myth-grid { display: grid; border-top: 1px solid #d8cfe2; }
.myth-item { display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; padding: 24px 0; border-bottom: 1px solid #d8cfe2; }
.myth-claim, .myth-fact { display: grid; grid-template-columns: 68px 1fr; gap: 14px; align-items: start; }
.myth-claim > span, .myth-fact > span { display: inline-flex; justify-content: center; padding: 5px 8px; border-radius: 999px; background: #fce5e9; color: var(--coral-dark); font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.myth-fact > span { background: var(--teal-soft); color: var(--teal-dark); }
.myth-item h3 { margin: 0; color: var(--purple-dark); font-size: 19px; }
.myth-item p { margin: 0; font-size: 15px; }

#faq { background: #fff; }
.faq-wrap { max-width: 920px; }
.faq-list { display: grid; gap: 10px; }
details { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
summary { position: relative; padding: 20px 54px 20px 20px; font-size: 17px; font-weight: 780; list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; top: 50%; right: 17px; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--purple-soft); color: var(--purple); font-size: 20px; font-weight: 500; transform: translateY(-50%); }
details[open] { border-color: rgba(81, 33, 145, .26); background: #faf8fd; }
details[open] summary::after { content: "–"; }
details div { padding: 0 54px 20px 20px; }
details p { margin: 0; }

.sources { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f7f4fa; }
.sources h2 { font-size: 28px; }
.sources p { max-width: 860px; font-size: 14px; }
.source-links { display: flex; flex-wrap: wrap; gap: 10px; }
.source-links a { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: 12px; text-decoration: none; }

.site-footer { padding: 54px 0 24px; background: #1e102f; color: #f2ecf7; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr 1.2fr; gap: 40px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid p { margin: 6px 0 0; color: #bdb0c9; font-size: 13px; }
.footer-grid a:not(.brand) { color: #ded5e7; font-size: 13px; text-decoration: none; }
.footer-brand { padding: 7px 10px; border-radius: 12px; background: #fff; }
.footer-brand .brand-logo { width: 190px; }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 24px; margin-top: 42px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .1); color: #a99db5; font-size: 12px; }
.vebio-signature { display: inline-flex; align-items: center; gap: 8px; color: #cfc5d8; text-decoration: none; white-space: nowrap; }
.vebio-signature:hover { color: #fff; }
.vebio-signature img { width: 72px; height: auto; }

.external-modal[hidden] { display: none; }
.external-modal { position: fixed; inset: 0; z-index: 2500; display: grid; place-items: center; padding: 24px; }
.external-modal-backdrop { position: absolute; inset: 0; background: rgba(30, 16, 47, .68); backdrop-filter: blur(7px); }
.external-modal-card { position: relative; z-index: 1; width: min(100%, 620px); max-height: min(90vh, 760px); overflow: auto; padding: 34px; border: 1px solid rgba(81, 33, 145, .14); border-radius: 24px; background: radial-gradient(circle at 100% 0%, rgba(81, 33, 145, .09), transparent 33%), #fff; box-shadow: 0 28px 90px rgba(30, 16, 47, .28); }
.external-modal-close { position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255, 255, 255, .88); color: var(--purple-dark); font-size: 26px; line-height: 1; cursor: pointer; }
.external-modal-icon { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 18px; border-radius: 14px; background: var(--purple-soft); color: var(--purple); font-size: 24px; font-weight: 800; }
.external-modal-title { margin-bottom: 16px; color: var(--purple-dark); font-size: clamp(32px, 5vw, 44px); font-weight: 800; line-height: 1.08; letter-spacing: -.035em; }
.external-modal-copy p { margin: 0 0 10px; }
.external-modal-copy ul { margin: 10px 0 0; padding-left: 22px; color: var(--muted); }
.external-modal-copy li + li { margin-top: 5px; }
.external-modal-discount { margin: 22px 0; padding: 18px 20px; border: 1px solid rgba(42, 127, 120, .20); border-radius: 16px; background: var(--teal-soft); }
.discount-kicker { display: block; margin-bottom: 4px; color: var(--teal-dark); font-size: 11px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.external-modal-discount > strong { display: block; color: var(--purple-dark); font-size: 23px; line-height: 1.2; }
.external-modal-discount p { margin: 7px 0 0; color: #4f5f62; font-size: 13px; }
.external-modal-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.external-modal-actions .btn { min-height: 54px; }
.external-modal-disclosure { display: inline-block; margin-top: 15px; color: var(--muted); font-size: 12px; font-weight: 700; }
body.modal-open { overflow: hidden; }

.legal-page { min-height: 100%; background: var(--bg); }
.legal-header { border-bottom: 1px solid var(--line); background: rgba(251, 249, 254, .96); }
.legal-header-inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 20px; }
.legal-back { color: var(--purple); font-size: 14px; font-weight: 750; text-decoration: none; }
.legal-main { padding: 72px 0 90px; }
.legal-content { width: min(100%, 820px); }
.legal-content h1, .not-found-card h1 { margin: 0 0 24px; color: var(--purple-dark); font-size: clamp(42px, 6vw, 58px); line-height: 1.06; letter-spacing: -.035em; }
.legal-content h2 { margin-top: 42px; font-size: clamp(27px, 3vw, 34px); }
.legal-content p, .legal-content li { max-width: 74ch; }
.legal-content .page-intro { color: #564b63; font-size: 18px; }
.legal-note { margin: 28px 0; padding: 18px 20px; border-left: 3px solid var(--teal-dark); border-radius: 0 12px 12px 0; background: var(--teal-soft); }
.legal-footer { margin-top: auto; }
.legal-footer .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
.not-found-main { display: grid; min-height: 60svh; align-items: center; padding: 72px 0; }
.not-found-card { width: min(100%, 760px); padding: clamp(30px, 5vw, 54px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.not-found-code { display: inline-flex; min-height: 38px; align-items: center; justify-content: center; margin-bottom: 18px; padding: 6px 12px; border-radius: 10px; background: var(--purple-soft); color: var(--purple); font-weight: 850; }
.not-found-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

@media (max-width: 1080px) {
  .site-nav { gap: 14px; }
  .site-nav > a:not(.btn) { font-size: 13px; }
}

@media (max-width: 1000px) {
  .site-nav { position: absolute; top: calc(100% + 10px); right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 5px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.btn) { padding: 10px 8px; font-size: 15px; }
  .site-nav > a:not(.btn)::after { display: none; }
  .nav-toggle { display: block; }
  .hero-stage { min-height: clamp(540px, 64svh, 620px); }
  .hero-copy { width: min(620px, 66%); padding-left: 46px; }
  .hero-stage::before { background: linear-gradient(90deg, rgba(251,249,254,.99) 0%, rgba(251,249,254,.94) 35%, rgba(251,249,254,.58) 56%, rgba(251,249,254,.08) 78%); }
  .hero-bg { object-position: 66% center; }
  .path-nav a { padding: 14px; }
  .calculator-layout, .explain-grid, .help-grid { grid-template-columns: 1fr; }
  .calculator-layout { gap: 34px; }
  .explain-grid { gap: 38px; }
  .treatment-grid { grid-template-columns: 1fr 1fr; }
  .treatment-grid::before { display: none; }
  .treatment-card:last-child { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .drug-table-wrap { overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .drug-table, .drug-table tbody { display: block; }
  .drug-table thead { display: none; }
  .drug-table tr { display: block; overflow: hidden; margin-bottom: 12px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 16px; background: #fff; }
  .drug-table tr.drug-row-featured { background: #edf8f6; }
  .drug-table td { display: grid; grid-template-columns: 120px 1fr; gap: 14px; padding: 12px 16px; border-top: 1px solid var(--line); font-size: 14px; }
  .drug-table td:first-child { border-top: 0; }
  .drug-table td::before { content: attr(data-label); color: #766b7e; font-size: 11px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .notice-inner { min-height: 38px; flex-direction: column; gap: 0; padding: 5px 0; font-size: 11px; }
  .notice-inner .dot { display: none; }
  .header-inner { height: 68px; }
  .brand-logo { width: 174px; }
  .section { padding: 64px 0; }
  .section-sm { padding: 44px 0; }
  .section-pad { padding: 24px 0 34px; }
  .hero .container { width: min(calc(100% - 28px), 1380px); }
  .hero-stage { min-height: 0; border-radius: 24px; }
  .hero-stage::before { background: linear-gradient(0deg, rgba(251,249,254,.99) 0%, rgba(251,249,254,.98) 62%, rgba(251,249,254,.82) 74%, rgba(251,249,254,.26) 88%, rgba(251,249,254,.08) 100%), linear-gradient(90deg, rgba(251,249,254,.74) 0%, rgba(251,249,254,.22) 72%, rgba(251,249,254,0) 100%); }
  .hero-bg { object-position: 68% center; }
  .hero-copy { display: flex; width: 100%; min-height: 0; flex-direction: column; justify-content: flex-end; padding: 180px 22px 22px; }
  .hero .eyebrow { margin-bottom: 10px; font-size: 12px; }
  .hero h1 { max-width: 560px; margin-bottom: 18px; font-size: clamp(42px, 12vw, 54px); }
  .lead { max-width: 560px; font-size: 16px; line-height: 1.5; }
  .hero-actions { width: 100%; flex-wrap: nowrap; gap: 8px; margin: 20px 0 16px; }
  .hero-actions .btn { width: auto; min-height: 46px; flex: 1; padding: 0 8px; font-size: 12.5px; }
  .trust-row { gap: 6px 10px; font-size: 12px; }
  .path-nav-wrap { margin-top: -12px; }
  .path-nav { grid-template-columns: 1fr 1fr; }
  .path-nav a { min-height: 64px; padding: 12px; }
  .path-nav a:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .path-nav a:nth-child(4) { border-top: 1px solid var(--line); }
  .path-nav strong { font-size: 13px; }
  h2 { font-size: clamp(34px, 10vw, 42px); }
  .section-lead { font-size: 16px; }
  .calculator-card { padding: 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .bmi-result { grid-template-columns: 86px 1fr; padding: 18px; }
  .bmi-score { width: 86px; height: 86px; }
  .bmi-score span { font-size: 27px; }
  .bmi-scale-labels { font-size: 10px; }
  .treatment-grid { grid-template-columns: 1fr; gap: 14px; }
  .treatment-grid::before { display: block; top: 28px; bottom: 28px; left: 42px; width: 2px; height: auto; background: linear-gradient(var(--purple), var(--teal), var(--orange)); }
  .treatment-card, .treatment-card:last-child { display: grid; grid-column: auto; grid-template-columns: 46px 1fr; column-gap: 14px; padding: 20px; }
  .step { grid-row: 1 / 4; margin: 0; }
  .treatment-kicker, .treatment-card h3, .treatment-card p { grid-column: 2; }
  .treatment-card h3 { font-size: 21px; }
  .drug-table td { grid-template-columns: 105px 1fr; }
  .ozempic-warning { grid-template-columns: 1fr; padding: 22px; }
  .warning-icon { width: 42px; height: 42px; }
  .explain-media::before { inset: 8px -8px -8px 8px; }
  .treatment-safety-note { grid-template-columns: 1fr; }
  .help-card { padding: 24px; }
  .partner-pill { position: static; display: inline-block; margin-bottom: 14px; }
  .myth-item { grid-template-columns: 1fr; gap: 14px; padding: 20px 0; }
  .myth-claim, .myth-fact { grid-template-columns: 60px 1fr; gap: 10px; }
  .myth-item h3 { font-size: 17px; }
  summary { padding: 18px 52px 18px 18px; font-size: 16px; }
  details div { padding: 0 18px 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
  .external-modal { padding: 14px; }
  .external-modal-card { padding: 28px 20px 22px; border-radius: 22px; }
  .external-modal-title { padding-right: 24px; }
  .external-modal-actions { grid-template-columns: 1fr; }
  .external-modal-stay { order: 2; }
  .legal-header-inner { min-height: 70px; }
  .legal-header .brand-logo { width: 160px; }
  .legal-main { padding: 50px 0 68px; }
  .legal-footer .footer-grid { grid-template-columns: 1fr; }
  .vebio-signature { white-space: normal; }
}

@media (max-width: 420px) {
  .path-nav a { align-items: flex-start; flex-direction: column; gap: 2px; }
  .bmi-result { grid-template-columns: 1fr; }
  .bmi-scale { grid-column: 1; }
  .drug-table td { grid-template-columns: 1fr; gap: 3px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; }
  .btn:hover { transform: none; }
}


/* v1.3 multilingual + SEO guide pages */
.site-nav .language-switcher { position: relative; flex: 0 0 auto; }
.language-switcher-btn { display: inline-flex; min-height: 42px; align-items: center; gap: 7px; padding: 0 11px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--purple-dark); font-weight: 800; cursor: pointer; }
.language-globe { color: var(--teal-dark); font-size: 18px; }
.language-caret { font-size: 10px; }
.language-menu { position: absolute; right: 0; top: calc(100% + 10px); z-index: 1100; min-width: 220px; padding: 8px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.language-option { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 12px; border-radius: 9px; color: var(--ink); text-decoration: none; }
.language-option:hover, .language-option.is-current { background: var(--purple-soft); }
.language-option span { color: var(--muted); font-size: 12px; font-weight: 800; }
.language-coming { margin-top: 5px; padding: 9px 12px 5px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.language-suggestion { border-bottom: 1px solid var(--line); background: #fff; }
.language-suggestion-inner { display: flex; min-height: 50px; align-items: center; justify-content: center; gap: 18px; color: var(--muted); font-size: 13px; }
.language-suggestion-inner > div { display: flex; align-items: center; gap: 8px; }
.language-suggestion-inner .btn { min-height: 34px; padding: 0 12px; font-size: 12px; }
.language-suggestion-dismiss { width: 34px; height: 34px; border: 0; background: transparent; color: var(--muted); font-size: 22px; cursor: pointer; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.guide-grid-large { grid-template-columns: repeat(3, 1fr); }
.guide-card { position: relative; min-height: 190px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: #fff; color: inherit; text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.guide-card:hover { transform: translateY(-2px); border-color: rgba(81,33,145,.35); box-shadow: 0 14px 34px rgba(43,20,67,.08); }
.guide-card h2, .guide-card h3 { margin-bottom: 10px; color: var(--purple-dark); font-size: 23px; }
.guide-card p { margin: 0; font-size: 14px; }
.guide-card-arrow { position: absolute; right: 20px; top: 18px; color: var(--coral-dark); font-size: 24px; }
.guide-all { margin: 28px 0 0; text-align: center; }
.article-page { background: #fbf9fe; }
.article-hero { padding: 54px 0 48px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 12% 0%, rgba(175,148,207,.16), transparent 34%), #f7f3fb; }
.article-hero .container { max-width: 980px; }
.article-hero h1 { max-width: 900px; margin: 16px 0 20px; font-family: Georgia, "Times New Roman", serif; color: var(--purple-dark); font-size: clamp(45px, 6vw, 70px); line-height: 1.02; letter-spacing: -.04em; }
.article-lead { max-width: 820px; margin: 0; font-size: 20px; line-height: 1.6; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 28px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { color: var(--teal-dark); text-decoration: none; }
.article-summary { margin-top: 30px; padding: 22px 24px; border: 1px solid rgba(42,127,120,.22); border-left: 4px solid var(--teal); border-radius: 14px; background: #fff; }
.article-summary > strong { color: var(--purple-dark); font-size: 17px; }
.article-summary ul { margin: 12px 0 0; padding-left: 20px; color: var(--muted); }
.article-layout { display: grid; grid-template-columns: minmax(0, 780px) minmax(270px, 1fr); align-items: start; gap: 50px; padding-top: 60px; padding-bottom: 80px; }
.article-body { min-width: 0; }
.article-section { padding: 0 0 42px; }
.article-section + .article-section { padding-top: 38px; border-top: 1px solid var(--line); }
.article-section h2 { font-size: clamp(30px, 3vw, 40px); }
.article-section p, .article-section li { font-size: 17px; line-height: 1.75; }
.article-section ul, .article-section ol { color: var(--muted); }
.article-cta { position: sticky; top: 116px; padding: 26px; border-radius: 20px; background: linear-gradient(145deg, var(--purple), #6731a6); color: #fff; box-shadow: var(--shadow); }
.article-cta h2 { margin: 12px 0; color: #fff; font-size: 27px; }
.article-cta p, .article-cta small { color: #eee7f7; }
.article-cta .btn { width: 100%; margin-top: 12px; background: #fff; color: var(--purple-dark); box-shadow: none; }
.article-cta small { display: block; margin-top: 10px; font-size: 11px; line-height: 1.5; }
.mini-compare { display: grid; gap: 12px; }
.mini-compare > div { display: grid; grid-template-columns: 120px 1fr auto; gap: 12px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.mini-compare span { color: var(--muted); font-size: 14px; }
.mini-compare a { color: var(--coral-dark); font-weight: 780; text-decoration: none; }
.compare-table-wrap { overflow-x: auto; }
.compare-table { width: 100%; border-collapse: collapse; background: #fff; }
.compare-table th, .compare-table td { padding: 15px; border: 1px solid var(--line); text-align: left; }
.compare-table thead th { background: var(--purple-soft); color: var(--purple-dark); }
.number-list { padding-left: 22px; }
.article-sources .source-links { display: flex; flex-wrap: wrap; gap: 10px; }
.article-sources .source-links a { padding: 8px 11px; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: var(--teal-dark); font-weight: 760; text-decoration: none; }
.article-sources .source-note { font-size: 12px; }
.guide-hub .article-hero { padding-bottom: 62px; }
@media (max-width: 1100px) {
  .site-nav { gap: 11px; }
  .site-nav > a:not(.btn) { font-size: 12px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-cta { position: static; }
}
@media (max-width: 1000px) {
  .site-nav .language-switcher { width: 100%; }
  .language-switcher-btn { width: 100%; justify-content: center; }
  .language-menu { position: static; width: 100%; margin-top: 7px; box-shadow: none; }
}
@media (max-width: 760px) {
  .guide-grid, .guide-grid-large { grid-template-columns: 1fr; }
  .guide-card { min-height: 0; }
  .article-hero { padding: 38px 0 36px; }
  .article-hero h1 { font-size: clamp(38px, 11vw, 52px); }
  .article-lead { font-size: 18px; }
  .article-layout { gap: 24px; padding-top: 42px; }
  .mini-compare > div { grid-template-columns: 1fr; }
  .language-suggestion-inner { justify-content: space-between; }
}


/* v1.3.1 conversion visibility */
.hero-consultation-note {
  max-width: 610px;
  margin: -10px 0 20px;
  color: #6d6276;
  font-size: 11px;
  line-height: 1.45;
}
.hero-consultation-cta { white-space: nowrap; }
.header-consultation-btn { font-weight: 850; }
.article-inline-consultation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 24px;
  padding: 17px 18px;
  border: 1px solid rgba(42, 127, 120, .24);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(230, 246, 243, .96), rgba(255, 255, 255, .96));
  box-shadow: 0 10px 28px rgba(42, 127, 120, .09);
}
.article-inline-consultation-copy { display: grid; gap: 3px; }
.article-inline-consultation-kicker {
  color: var(--teal-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.article-inline-consultation strong { color: var(--purple-dark); font-size: 17px; line-height: 1.28; }
.article-inline-consultation small { max-width: 62ch; color: #655d6b; font-size: 11px; line-height: 1.45; }
.article-inline-consultation .btn { min-width: 185px; min-height: 46px; flex: 0 0 auto; }
.mobile-consultation-fab { display: none; }

@media (max-width: 700px) {
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; flex: none; min-height: 48px; font-size: 14px; }
  .hero-consultation-note { margin-top: -7px; margin-bottom: 16px; }
  .article-inline-consultation { align-items: stretch; flex-direction: column; gap: 12px; padding: 15px; }
  .article-inline-consultation .btn { width: 100%; min-width: 0; }
  .mobile-consultation-fab {
    position: fixed;
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
    z-index: 1200;
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 17px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 999px;
    background: var(--teal);
    color: #fff;
    box-shadow: 0 14px 34px rgba(31, 93, 88, .32);
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
  }
  .mobile-consultation-fab:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }
  .external-modal:not([hidden]) ~ .mobile-consultation-fab { display: none; }
}

/* v1.4.1 multilingual flag switcher */
.language-switcher-btn { gap:8px; }
.language-flag { width:22px; height:22px; flex:0 0 22px; border-radius:50%; object-fit:cover; box-shadow:0 0 0 1px rgba(43,20,67,.14); }
.language-option { justify-content:flex-start; }
.language-option .language-name { flex:1; font-weight:760; }
.language-option .language-code { color:var(--muted); font-size:11px; font-weight:850; letter-spacing:.05em; }
.language-option.is-current::after { content:"✓"; color:var(--teal-dark); font-weight:900; }
@media (max-width: 860px){ .language-menu { max-height:52vh; overflow:auto; } }

/* v1.4.1 consultation funnel: first-party key CTA + transparent partner handoff */
.header-consultation-btn { max-width: 290px; line-height: 1.15; white-space: normal; }
.hero-consultation-cta { white-space: normal; }
.article-inline-consultation .btn { white-space: normal; line-height: 1.2; }
.mobile-consultation-fab { max-width: min(290px, calc(100vw - 28px)); text-align:center; line-height:1.15; }
#start-consultation { scroll-margin-top: 100px; }

/* v1.4.2 consultation CTA hierarchy + responsive hardening */
/* Pills must stay in normal flow. Absolute positioning overlapped long localized headings. */
.partner-pill {
  position: static;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  margin: 0 0 14px;
  padding: 6px 10px;
  line-height: 1.25;
  white-space: normal;
  overflow-wrap: anywhere;
}

.article-cta,
.help-card,
.article-inline-consultation,
.hero-copy { min-width: 0; }
.article-cta h2,
.help-card h3,
.article-inline-consultation strong { overflow-wrap: anywhere; }

.btn.cta-stacked {
  min-height: 64px;
  flex-direction: column;
  gap: 2px;
  padding: 9px 18px;
  white-space: normal;
  line-height: 1.15;
}
.btn.cta-stacked .cta-label {
  display: block;
  font-size: 15px;
  font-weight: 860;
  line-height: 1.15;
}
.btn.cta-stacked .cta-subline {
  display: block;
  max-width: 32ch;
  font-size: 10.5px;
  font-weight: 650;
  line-height: 1.25;
  opacity: .82;
}
.article-cta .btn.cta-stacked .cta-subline,
.help-card-accent .btn.cta-stacked .cta-subline {
  color: currentColor;
  opacity: .72;
}
.article-inline-consultation .btn.cta-stacked { min-width: 230px; }
.hero-consultation-cta.cta-stacked { min-width: 245px; }

/* Compact navigation CTA stays intentionally short. */
.header-consultation-btn {
  max-width: none;
  min-height: 42px;
  padding-inline: 15px;
  white-space: nowrap;
  line-height: 1;
}
.mobile-consultation-fab {
  white-space: nowrap;
  line-height: 1;
}

/* Collapse navigation earlier: translated labels are longer than Czech/English. */
@media (max-width: 1160px) {
  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
    max-height: calc(100svh - 120px);
    overflow-y: auto;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.btn) { padding: 10px 8px; font-size: 15px; }
  .site-nav > a:not(.btn)::after { display: none; }
  .nav-toggle { display: block; }
  .site-nav .language-switcher { width: 100%; }
  .language-switcher-btn { width: 100%; justify-content: center; }
  .language-menu { position: static; width: 100%; margin-top: 7px; box-shadow: none; }
}

@media (max-width: 760px) {
  .article-cta { padding: 22px; }
  .article-cta h2 { margin-top: 4px; font-size: 25px; }
  .btn.cta-stacked { width: 100%; min-width: 0; min-height: 62px; }
  .btn.cta-stacked .cta-label { font-size: 14.5px; }
  .btn.cta-stacked .cta-subline { max-width: 100%; font-size: 10px; }
  .article-inline-consultation .btn.cta-stacked,
  .hero-consultation-cta.cta-stacked { min-width: 0; }
}

@media (max-width: 420px) {
  .article-cta { padding: 20px; border-radius: 18px; }
  .partner-pill { font-size: 10px; letter-spacing: .045em; }
  .mobile-consultation-fab {
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    max-width: calc(100vw - 20px);
    min-height: 46px;
    padding-inline: 15px;
    font-size: 12.5px;
  }
}


/* v1.4.3 layout hardening: intrinsic image widths must not force grid columns wider than the container. */
.explain-media,
.explain-copy { min-width: 0; }

/* Long localized medical terms must wrap cleanly on narrow screens. */
.article-hero h1 {
  overflow-wrap: anywhere;
  hyphens: auto;
}


/* Accessibility: machine-readable text for image-only links */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* EU-27 language switcher v1.5.0 */
.language-flag{width:22px;height:22px;flex:0 0 22px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 1px rgba(39,17,63,.12)}
.language-menu{max-height:min(68vh,640px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}
@media (min-width:1001px){.language-menu{width:470px;grid-template-columns:1fr 1fr;gap:2px}.language-menu:not([hidden]){display:grid}.language-option{min-width:0}.language-option .language-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}
@media (max-width:1000px){.language-menu{max-height:48vh;overflow:auto}}

/* v1.5.0 EU locale overflow hardening */
.footer-grid > div { min-width: 0; }
.footer-grid a:not(.brand) { max-width: 100%; overflow-wrap: anywhere; word-break: normal; }
@media (max-width: 760px) {
  .drug-table-wrap { width: 100%; max-width: 100%; overflow: hidden; }
  .drug-table,
  .drug-table tbody,
  .drug-table tr { width: 100%; max-width: 100%; min-width: 0; }
  .drug-table { table-layout: fixed; }
  .drug-table td { min-width: 0; overflow-wrap: anywhere; }
  .drug-links { min-width: 0; max-width: 100%; }
}

/* Private statistics access */
.footer-bottom .stats-gear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: auto;
  border-radius: 999px;
  color: #a99db5;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  opacity: .62;
  transition: opacity .18s ease, background-color .18s ease, color .18s ease;
}
.footer-bottom .stats-gear:hover,
.footer-bottom .stats-gear:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  opacity: 1;
}
@media (max-width: 700px) {
  .footer-bottom .stats-gear { margin-left: 0; }
}
