/* Medrack.Health — clear, restrained information-first design. */

:root {
  --bg: #ffffff;
  --bg-alt: #eef3f7;          /* light blue-gray section fill */
  --ink: #222b33;
  --muted: #5a6a75;
  --line: #c9d6e0;
  --blue: #0e3f68;            /* nav bar / headings */
  --blue-mid: #16588e;
  --link: #1663ac;            /* classic link blue */
  --green: #1f8a3d;           /* buy buttons / savings */
  --green-dark: #176c2f;
  --tint-green: #e6f4ea;
  --focus: rgba(22, 99, 172, 0.35);
  --r: 10px;
  --maxw: 1160px;
  --font: Arial, Helvetica, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  font-size: 16px;
}
main { min-height: 60vh; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 16px; }

a { color: var(--link); text-decoration: none; }
a:hover { text-decoration: underline; }

h1 { font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.08; letter-spacing: -0.035em; font-weight: 700; margin: 0 0 1rem; color: var(--ink); }
h2 {
  font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.2; letter-spacing: -0.02em; font-weight: 700; color: var(--blue);
  margin: 1.9rem 0 0.9rem; padding-bottom: 0;
  border-bottom: 0;
}
h3 { font-size: 1rem; font-weight: 700; margin: 1rem 0 0.35rem; }
p { margin: 0.5rem 0; }
.muted { color: var(--muted); }
.small { font-size: 0.86rem; }
.lead { font-size: 1.13rem; color: var(--muted); max-width: 64ch; line-height: 1.65; }

/* ---------- header: white top bar + solid blue nav ---------- */
.site-header { background: #fff; border-bottom: 1px solid var(--line); }
.header-main { min-height: 76px; display: flex; justify-content: space-between; align-items: center; gap: 22px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); line-height: 1.08; }
.brand-lockup:hover { text-decoration: none; }
.brand-lockup .logo-mark { width: 38px; height: 38px; }
.brand-lockup strong, .brand-lockup small { display: block; }
.brand-lockup strong { font-size: 1.32rem; letter-spacing: -.035em; }
.brand-lockup small { color: #59717d; font-size: .69rem; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; margin-top: 4px; }
.header-contact { display: flex; align-items: baseline; gap: 11px; font-size: .82rem; color: var(--muted); }
.header-contact a { font-weight: 800; color: var(--blue); white-space: nowrap; }
.header-navigation { border-top: 1px solid #e4ecef; border-bottom: 1px solid #e0e9ec; }
.header-navigation .wrap { min-height: 52px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.header-links { display: flex; align-items: stretch; overflow-x: auto; scrollbar-width: none; }
.header-links::-webkit-scrollbar { display: none; }
.header-links a { display: inline-flex; align-items: center; color: #35525f; font-size: .88rem; font-weight: 700; padding: 15px 14px; white-space: nowrap; }
.header-links a:first-child { padding-left: 0; }
.header-links a:hover { color: var(--blue); text-decoration: none; }
.header-cta { border: 1px solid #2e7664; border-radius: 7px; color: #135949; padding: 7px 11px; font-size: .81rem; font-weight: 800; white-space: nowrap; }
.header-cta:hover { background: #f1f9f6; text-decoration: none; }
.top-bar { background: #ffffff; border-bottom: 1px solid var(--line); padding: 15px 0; }
.top-bar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.logo { display: flex; align-items: center; gap: 9px; font-weight: 700; font-size: 1.28rem; letter-spacing: -0.03em; color: var(--blue); flex-shrink: 0; }
.logo:hover { text-decoration: none; }
.logo-mark {
  width: 30px; height: 30px; border-radius: var(--r);
  display: inline-block; flex: 0 0 auto;
}
.phone-compact { font-weight: 700; color: var(--blue); font-size: 0.9rem; margin-left: auto; white-space: nowrap; }
.phone-compact::before { content: "●"; color: var(--green); font-size: 0.72rem; margin-right: 6px; }
@media (max-width: 460px) { .phone-compact { font-size: 0.85rem; } }
.geo-wrap { display: flex; align-items: center; gap: 6px; margin-left: 16px; flex-shrink: 0; }
.geo-flag { display: block; border: 1px solid var(--line); border-radius: 2px; }
.geo-context {
  display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center;
  background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--r);
  padding: 9px 14px; margin: 12px 0 4px; font-size: 0.86rem;
}
.geo-context img { border: 1px solid var(--line); border-radius: 2px; }
.geo-context strong { color: var(--blue); }
.geo-label { font-size: 0.8rem; color: var(--muted); font-weight: 700; white-space: nowrap; }
.geo-select {
  width: auto; padding: 6px 8px; font-size: 0.85rem; font-weight: 600;
  border: 1px solid var(--line); border-radius: var(--r); background: #fff; color: var(--ink);
  max-width: 150px;
}
@media (max-width: 640px) { .geo-label { display: none; } .geo-select { max-width: 118px; } }

/* Entry modal: enforced (no skip) - user must set delivery country before browsing.
   NOTE: `.geo-modal[hidden]` is REQUIRED - author `display:flex` beats the UA stylesheet's
   `[hidden]{display:none}`, so without this the modal never visually closes. */
/* Honeypot: off-screen (not display:none - some bots skip hidden fields). */
.hp-field {
  position: absolute !important; left: -9999px !important;
  width: 1px; height: 1px; overflow: hidden;
}

.geo-modal {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(9, 32, 54, 0.72);
  display: flex; align-items: center; justify-content: center; padding: 16px;
  overflow-y: auto;
}
.geo-modal[hidden] { display: none; }
.geo-modal-box {
  background: #fff; border-radius: 6px; width: 100%; max-width: 460px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  overflow: hidden; animation: gm-in 0.22s ease-out;
}
@keyframes gm-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .geo-modal-box { animation: none; } }

.geo-modal-head {
  background: var(--blue); color: #fff; padding: 16px 22px;
  display: flex; align-items: center; gap: 10px;
}
.geo-modal-head .logo-mark { width: 26px; height: 26px; }
.geo-modal-head strong { font-size: 1.05rem; display: block; line-height: 1.3; }
.geo-modal-head span { font-size: 0.82rem; color: #b9d0e4; }

.geo-modal-body { padding: 20px 22px 22px; }
.gm-step { display: flex; gap: 11px; align-items: flex-start; margin-bottom: 18px; }
.gm-step:last-of-type { margin-bottom: 6px; }
.gm-num {
  flex-shrink: 0; width: 25px; height: 25px; border-radius: 50%;
  background: var(--blue); color: #fff; font-size: 0.82rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center; margin-top: 2px;
}
.gm-field { flex: 1; min-width: 0; }
.gm-field label { display: block; font-weight: 700; font-size: 0.92rem; margin: 0 0 5px; }
.gm-field .gm-hint { display: block; font-weight: 400; color: var(--muted); font-size: 0.79rem; margin-top: 2px; }
.gm-field select { width: 100%; padding: 10px 11px; font-size: 0.95rem; }
.gm-field select:focus { border-color: var(--link); box-shadow: 0 0 0 3px var(--focus); outline: none; }
.gm-error { color: #b91c1c; font-size: 0.8rem; font-weight: 600; margin: 6px 0 0; }
.geo-modal-foot {
  background: var(--bg-alt); border-top: 1px solid var(--line);
  padding: 11px 22px; font-size: 0.78rem; color: var(--muted);
  display: flex; flex-wrap: wrap; gap: 4px 14px; justify-content: center;
}

.lang-select { display: flex; gap: 7px; align-items: center; margin-left: 14px; flex-shrink: 0; }
.lang-select .flag { display: block; line-height: 0; padding: 2px; border: 1px solid var(--line); border-radius: var(--r); background: #fff; }
.lang-select .flag img { display: block; }
.lang-select .flag.active { border-color: var(--blue); box-shadow: 0 0 0 2px var(--focus); }
.lang-select .flag:hover { border-color: var(--link); }

.main-nav { background: #fff; border-bottom: 1px solid var(--line); }
.main-nav .wrap { display: flex; overflow-x: auto; scrollbar-width: none; }
.main-nav .wrap::-webkit-scrollbar { display: none; }
.main-nav a {
  color: var(--blue); font-weight: 600; font-size: 0.9rem;
  padding: 13px 16px; white-space: nowrap; display: inline-block;
}
.main-nav a:hover { background: var(--bg-alt); text-decoration: none; }

/* guarantee strip under nav */
.assure-bar { background: #f4f8fa; border-bottom: 1px solid var(--line); font-size: 0.8rem; padding: 8px 0; color: #28566d; }
.assure-bar .wrap { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; font-weight: 600; }

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  background: var(--green); color: #ffffff;
  padding: 11px 22px; border-radius: var(--r);
  font-weight: 700; font-size: 0.98rem; font-family: var(--font);
  border: 1px solid var(--green-dark); cursor: pointer;
}
.btn:hover { background: var(--green-dark); color: #fff; text-decoration: none; }
.btn:active { transform: translateY(1px); }
.btn:focus-visible { outline: 3px solid var(--focus); outline-offset: 1px; }
.btn.secondary { background: #ffffff; color: var(--link); border: 1px solid var(--link); }
.btn.secondary:hover { background: var(--bg-alt); color: var(--link); }
.btn.light { background: #ffffff; color: var(--blue); border-color: #ffffff; }
.btn.light:hover { background: var(--bg-alt); }
.btn.block { display: block; width: 100%; text-align: center; }

/* ---------- layout ---------- */
.hero { padding: 44px 0 30px; }
.grid-2 { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 28px; align-items: start; }
.section { padding: 14px 0; }
.band { background: var(--bg-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 0; }
.band-dark { background: var(--blue); color: #dce8f2; padding: 42px 0; }
.band-dark h2 { color: #ffffff; border-bottom-color: rgba(255, 255, 255, 0.25); margin-top: 0; }
.band-dark .muted { color: #b9cddd; }
.band-dark a:not(.btn) { color: #ffffff; text-decoration: underline; }

.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(225px, 1fr)); gap: 12px; }
.card {
  border: 1px solid var(--line); border-radius: var(--r);
  padding: 16px 18px; background: #ffffff;
}
a.card:hover { border-color: var(--link); text-decoration: none; }
a.card:hover strong { text-decoration: underline; }
.card strong { font-size: 0.98rem; color: var(--link); }

/* category grid: plain 3-up, like a classic store */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.cat-card { display: block; padding: 16px 18px; border-radius: var(--r); border: 1px solid var(--line); background: #ffffff; }
.cat-card:hover { border-color: var(--link); text-decoration: none; }
.cat-card:hover h3 { text-decoration: underline; }
.cat-card.tinted { background: var(--bg-alt); }
.cat-card h3 { margin: 0 0 3px; font-size: 1.02rem; color: var(--link); }
.cat-card p { color: var(--muted); font-size: 0.86rem; margin: 0 0 8px; }
.cat-meta { color: var(--green); font-weight: 700; font-size: 0.86rem; }
@media (max-width: 900px) { .cat-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .cat-grid { grid-template-columns: 1fr; } }

/* horizontal product row */
.snap-row { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 2px 2px 12px; }
.snap-row > * { flex: 0 0 225px; scroll-snap-align: start; }

/* steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step-num {
  width: 30px; height: 30px; border-radius: var(--r);
  background: var(--blue); color: #ffffff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; margin-bottom: 8px;
}
.steps h3 { margin: 0 0 3px; font-size: 0.98rem; }
.steps p { color: var(--muted); font-size: 0.88rem; margin: 0; }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

/* trust seals: bordered boxes, classic badge row */
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.trust-strip > div {
  display: flex; gap: 10px; align-items: flex-start;
  background: #ffffff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 12px 14px;
}
.tick {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: var(--r);
  background: var(--green); color: #fff;
  font-size: 0.8rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center; margin-top: 1px;
}
.trust-strip strong { display: block; font-size: 0.9rem; }
.trust-strip span { color: var(--muted); font-size: 0.8rem; line-height: 1.4; }
@media (max-width: 900px) { .trust-strip { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .trust-strip { grid-template-columns: 1fr; } }

/* pills & chips */
.pill {
  display: inline-block; background: var(--bg-alt); color: var(--blue);
  border: 1px solid var(--line); border-radius: var(--r);
  padding: 2px 9px; font-size: 0.78rem; font-weight: 600; margin: 0 5px 4px 0;
}
.pill.good { background: var(--tint-green); color: var(--green-dark); border-color: #b7dcc2; }
.chips { display: flex; flex-wrap: wrap; gap: 7px; }
.chip {
  display: inline-block; padding: 6px 12px; border-radius: var(--r);
  border: 1px solid var(--line); background: #ffffff;
  font-size: 0.86rem; font-weight: 600; color: var(--ink);
}
a.chip:hover { border-color: var(--link); color: var(--link); text-decoration: none; }

.savings { color: var(--green); font-weight: 700; }
.callout { background: var(--bg-alt); border: 1px solid var(--line); border-left: 4px solid var(--blue); padding: 13px 16px; border-radius: var(--r); }

/* ---------- price tables: bordered + striped ---------- */
table.price { width: 100%; border-collapse: collapse; margin: 12px 0; }
table.price th, table.price td { text-align: left; padding: 9px 12px; border: 1px solid var(--line); }
table.price th { background: var(--bg-alt); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.03em; color: var(--blue); }
table.price tbody tr:nth-child(odd) { background: #f8fafc; }
table.price tbody tr:last-child { background: var(--tint-green); }
.strike { text-decoration: line-through; color: var(--muted); }

/* legacy price proof box (not used in the public experience) */
.price-proof { background: #ffffff; border: 1px solid var(--line); border-radius: var(--r); padding: 0; overflow: hidden; }
.price-proof .pp-label {
  font-size: 0.82rem; color: var(--blue); font-weight: 700;
  background: var(--bg-alt); border-bottom: 1px solid var(--line);
  padding: 9px 16px; margin: 0;
}
.price-proof .pp-row { display: flex; justify-content: space-between; align-items: baseline; padding: 11px 16px; border-bottom: 1px solid var(--line); }
.price-proof .pp-big { font-size: 1.55rem; font-weight: 700; color: var(--green); }
.price-proof > a { display: block; padding: 10px 16px; font-weight: 600; }

/* ---------- forms & panels ---------- */
.panel { border: 1px solid var(--line); border-radius: var(--r); padding: 18px; background: #ffffff; }
.panel h3 { color: var(--blue); }
/* product page: order/enquiry column sticks alongside the long SEO article */
.order-col { position: sticky; top: 14px; align-self: start; }
.molecule-body h2 { scroll-margin-top: 80px; }
.molecule-body ul { padding-left: 20px; }
.molecule-body li { margin: 4px 0; }
label { display: block; font-weight: 700; margin: 11px 0 4px; font-size: 0.87rem; }
input, select, textarea {
  width: 100%; padding: 9px 11px; border: 1px solid #9fb2c0;
  border-radius: var(--r); font: inherit; font-size: 0.93rem;
  background: #ffffff; color: var(--ink);
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--link); box-shadow: 0 0 0 3px var(--focus); }
input::placeholder { color: #7e8f9b; }
.form-note { font-size: 0.79rem; color: var(--muted); margin-top: 9px; line-height: 1.45; }

.breadcrumb { font-size: 0.8rem; color: var(--muted); padding: 12px 0 0; }
.trust-row { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; margin: 12px 0 4px; }

/* ---------- reviews ---------- */
.reviews { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.review-card { border: 1px solid var(--line); border-radius: var(--r); padding: 14px 16px; background: #ffffff; }
.rev-head { display: flex; gap: 10px; align-items: center; }
.avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 1px solid var(--line); }
.rev-name { font-weight: 700; font-size: 0.9rem; line-height: 1.3; }
.rev-loc { color: var(--muted); font-size: 0.78rem; }
.stars { color: #f0a500; letter-spacing: 2px; font-size: 0.98rem; margin: 8px 0 4px; }
.review-card p { font-size: 0.86rem; margin: 0 0 9px; }
@media (max-width: 900px) { .reviews { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .reviews { grid-template-columns: 1fr; } }

/* ---------- footer ---------- */
.site-footer { border-top: 3px solid var(--blue); margin-top: 3rem; padding: 2.2rem 0 1.6rem; background: var(--bg-alt); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 26px; }
.site-footer ul { list-style: none; padding: 0; margin: 8px 0; }
.site-footer li { margin: 4px 0; }
.site-footer a { color: var(--link); }
.site-footer strong { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--blue); }
.footer-contact-icons { display: flex; align-items: center; gap: 9px; margin-top: 12px; }
.footer-contact-icons a { align-items: center; border: 1px solid #b9cccf; border-radius: 50%; color: var(--blue); display: inline-flex; height: 34px; justify-content: center; transition: background .16s ease, color .16s ease; width: 34px; }
.footer-contact-icons a:hover, .footer-contact-icons a:focus-visible { background: var(--blue); color: #fff; text-decoration: none; }
.footer-contact-icons svg { fill: currentColor; height: 17px; width: 17px; }
.footer-legal { border-top: 1px solid var(--line); margin-top: 22px; padding-top: 14px; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } }

/* ---------- responsive & a11y ---------- */
@media (max-width: 800px) {
  .grid-2 { grid-template-columns: 1fr; }
  .panel, .order-col { position: static !important; }
  .hero { padding: 20px 0 14px; }
}

/* ---------- Medrack.Health information-first homepage ---------- */
.home-hero { background: linear-gradient(135deg, #f5f9fb 0%, #edf5f2 100%); padding: clamp(42px, 5.5vw, 68px) 0; border-bottom: 1px solid #d7e4e7; }
.home-hero-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr); gap: clamp(30px, 6vw, 76px); align-items: center; }
.eyebrow { display: inline-block; color: #2f7662; font-size: .74rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 13px; }
.eyebrow-light { color: #a9dec5; }
.home-hero h1 { max-width: 15ch; }
.home-lead { max-width: 57ch; }
.hero-medicine-search { margin: 25px 0 0; max-width: 680px; }
.hero-medicine-search label { color: #294d59; display: block; font-size: .83rem; font-weight: 800; margin-bottom: 7px; }
.hero-search-row { display: grid; grid-template-columns: minmax(0, 1fr) 112px auto; gap: 8px; }
.hero-search-field { min-width: 0; position: relative; }
.hero-medicine-search input, .hero-medicine-search select { background: #fff; border-color: #aec9cd; margin: 0; }
.hero-medicine-search input { min-width: 0; padding-right: 46px; }
.hero-medicine-search .btn { margin: 0; white-space: nowrap; }
.hero-search-toggle { align-items: center; background: transparent; border: 0; border-radius: 8px; color: #244955; cursor: pointer; display: flex; font-size: 1.45rem; height: calc(100% - 8px); justify-content: center; padding: 0; position: absolute; right: 4px; top: 4px; width: 38px; }
.hero-search-toggle:hover, .hero-search-toggle:focus-visible { background: #e6f0ef; outline: 2px solid #1e8e3e; outline-offset: 1px; }
.hero-search-toggle span { display: block; line-height: 1; transform: translateY(-2px); transition: transform .16s ease; }
.hero-search-toggle.is-open span { transform: translateY(2px) rotate(180deg); }
.hero-search-suggestions { background: #fff; border: 1px solid #9fbdc5; border-radius: 10px; box-shadow: 0 12px 24px rgba(31, 64, 74, .17); left: 0; list-style: none; margin: 6px 0 0; max-height: 255px; overflow-y: auto; padding: 6px; position: absolute; right: 0; top: 100%; z-index: 12; }
.hero-search-suggestions li { border-radius: 7px; color: #183c4b; cursor: pointer; font-weight: 650; padding: 10px 12px; }
.hero-search-suggestions li:hover, .hero-search-suggestions li[aria-selected="true"] { background: #e8f3ee; color: #176e31; }
.hero-browse-link { color: #5a717a; font-size: .88rem; margin: 13px 0 0; }
.hero-browse-link .text-link { font-size: inherit; }
.hero-actions { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; margin-top: 27px; }
.text-link { font-weight: 700; color: var(--blue); text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.confidence-card { background: #fff; border: 1px solid #d6e3e5; border-radius: 18px; padding: clamp(22px, 3vw, 32px); box-shadow: 0 16px 42px rgba(20, 70, 82, .08); }
.confidence-card h2 { font-size: 1.45rem; margin: 0 0 18px; color: var(--ink); }
.home-visual-card { padding: 10px; }
.home-visual-card > img { background: #e4f0ed; border-radius: 12px; display: block; height: auto; max-height: 285px; object-fit: cover; object-position: center; width: 100%; }
.home-visual-card > div { padding: 18px 12px 8px; }
.home-visual-card h2 { font-size: 1.23rem; line-height: 1.25; margin-bottom: 9px; }
.card-kicker { margin: 0 0 7px; color: #2f7662; font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.check-list { list-style: none; padding: 0; margin: 0 0 18px; }
.check-list li { display: grid; grid-template-columns: 30px 1fr; gap: 11px; padding: 13px 0; border-top: 1px solid #e6eef0; }
.check-list li > span { font-size: .71rem; font-weight: 800; color: #2f7662; padding-top: 3px; }
.check-list strong, .check-list small { display: block; }
.check-list strong { color: var(--blue); font-size: .94rem; }
.check-list small { color: var(--muted); line-height: 1.45; margin-top: 3px; }
.section-spacious { padding: clamp(42px, 6vw, 72px) 0; }
.section-heading { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 24px; }
.section-heading h2 { margin: 0; }
.section-heading p { max-width: 45ch; color: var(--muted); margin: 0; }
.medicine-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; }
.medicine-card { display: flex; min-height: 180px; flex-direction: column; border: 1px solid #d7e2e7; border-radius: 12px; padding: 18px; color: var(--ink); background: #fff; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.medicine-card:hover { text-decoration: none; border-color: #83adbb; box-shadow: 0 10px 20px rgba(19, 70, 93, .08); transform: translateY(-2px); }
.medicine-card-top { color: #2f7662; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.medicine-card strong { color: var(--blue); font-size: 1.06rem; margin-top: 17px; }
.medicine-card p { color: var(--muted); font-size: .84rem; line-height: 1.45; margin: 6px 0 18px; }
.card-action { color: var(--link); font-size: .82rem; font-weight: 700; margin-top: auto; }
.soft-band { background: #f2f7f7; border-top: 1px solid #dce8e8; border-bottom: 1px solid #dce8e8; padding: clamp(40px, 6vw, 70px) 0; }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px, 7vw, 90px); align-items: start; }
.process-grid h2 { margin-top: 0; max-width: 15ch; }
.process-list { list-style: none; padding: 0; margin: 0; counter-reset: process; }
.process-list li { counter-increment: process; display: grid; grid-template-columns: 42px 1fr; column-gap: 15px; padding: 0 0 21px; position: relative; }
.process-list li::before { content: "0" counter(process); color: #2f7662; font-size: .78rem; font-weight: 800; padding-top: 2px; }
.process-list li:not(:last-child)::after { content: ""; position: absolute; left: 15px; top: 25px; height: calc(100% - 19px); border-left: 1px solid #a7c7c4; }
.process-list strong, .process-list span { display: block; }
.process-list strong { color: var(--blue); }
.process-list span { color: var(--muted); font-size: .92rem; margin-top: 3px; }
/* Homepage process: a compact, horizontal decision path rather than an unbalanced split panel. */
.process-grid { display: block; }
.process-heading { display: flex; align-items: end; justify-content: space-between; gap: 34px; }
.process-title h2 { max-width: 21ch; margin: 0; }
.process-heading p { max-width: 44ch; margin: 0; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px; }
.process-list li { background: #fff; border: 1px solid #d7e5e4; border-radius: 12px; display: block; min-height: 143px; padding: 19px 18px 18px 54px; }
.process-list li::before { font-size: .72rem; left: 18px; position: absolute; top: 21px; }
.process-list li:not(:last-child)::after { display: none; }
.country-panel { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(28px, 6vw, 80px); align-items: center; border: 1px solid #dce6e8; border-radius: 16px; padding: clamp(24px, 4vw, 44px); background: #fff; }
.country-panel h2 { margin: 0 0 10px; }
.country-links { display: grid; gap: 10px; }
.country-links a { display: flex; justify-content: space-between; padding: 14px 15px; border: 1px solid #d8e4e6; border-radius: 9px; color: var(--blue); font-weight: 700; }
.country-links a:hover { text-decoration: none; border-color: #73a8a0; background: #f5faf8; }
.caregiver-band { background: #103f61; color: #d9ebed; padding: clamp(42px, 6vw, 72px) 0; }
.caregiver-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 42px; align-items: center; }
.caregiver-band h2 { color: #fff; margin: 0 0 11px; }
.caregiver-band p { max-width: 62ch; }
.caregiver-band .small { margin-top: 15px; color: #b8d3d7; }
.caregiver-band .small a { color: #fff; }
.human-note { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 7vw, 90px); padding: clamp(27px, 4vw, 46px); border-left: 4px solid #6da69d; background: #fbfdfd; }
.human-note h2 { margin: 0; max-width: 17ch; }
.human-note p { margin-top: 0; max-width: 58ch; color: var(--ink); line-height: 1.7; }
.form-context { margin: 15px 0 3px; padding: 11px 12px; color: #36525d; font-size: .81rem; line-height: 1.5; border-left: 3px solid #73a69d; background: #f4f9f7; }
.country-hero { max-width: 820px; padding-bottom: 12px; }
.country-hero h1 { max-width: 17ch; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-top: 22px; }
.guide-card { border: 1px solid #dbe6e8; border-radius: 12px; padding: 22px; background: #fff; }
.guide-card-primary { border-color: #9ac6bf; background: #f3faf8; }
.guide-card h2 { margin: 15px 0 8px; font-size: 1.2rem; }
.guide-card p { color: var(--muted); font-size: .9rem; line-height: 1.55; }
.guide-number { color: #2f7662; font-size: .77rem; font-weight: 800; letter-spacing: .08em; }
.resource-section { border-top: 1px solid #e2ebec; }
.resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 18px; }
.resource-grid a { display: grid; gap: 5px; border: 1px solid #dbe6e8; border-radius: 10px; padding: 18px; color: var(--blue); }
.resource-grid a:hover { background: #f7fbfb; border-color: #8ab8b1; text-decoration: none; }
.resource-grid span { color: var(--muted); font-size: .87rem; }
.resource-grid em { color: #2f7662; font-size: .8rem; font-style: normal; font-weight: 700; margin-top: 6px; }
.faq-card { border-bottom: 1px solid #dbe6e8; padding: 15px 0; }
.faq-card summary { color: var(--blue); cursor: pointer; font-weight: 700; }
.faq-card p { margin-bottom: 0; }
@media (max-width: 980px) { .medicine-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 800px) { .home-hero-grid, .process-grid, .country-panel, .caregiver-grid, .human-note, .guide-grid { grid-template-columns: 1fr; } .section-heading { display: block; } .section-heading p { margin-top: 10px; } .home-hero h1 { max-width: 16ch; } }
@media (max-width: 800px) { .process-heading { display: block; } .process-heading p { margin-top: 10px; } .process-list { grid-template-columns: 1fr; } .process-list li { min-height: 0; } }
@media (max-width: 560px) { .resource-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .medicine-grid { grid-template-columns: 1fr; } .home-hero { padding: 42px 0; } .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; } }
@media (max-width: 560px) { .hero-search-row { grid-template-columns: 1fr 106px; } .hero-search-field { grid-column: 1 / -1; } .hero-medicine-search .btn { width: 100%; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* ---------- oral oncology guide ---------- */
.medicine-guide-hero { background: linear-gradient(112deg, #e9f4f2 0%, #f8fbfa 50%, #e9f0f5 100%); border-bottom: 1px solid #d6e4e3; padding: clamp(36px, 6vw, 76px) 0; }
.medicine-guide-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(290px, .72fr); gap: clamp(28px, 7vw, 96px); align-items: center; }
.guide-intro .breadcrumb { padding: 0; margin-bottom: 20px; }
.guide-eyebrow, .section-kicker { display: block; color: #277060; font-size: .72rem; font-weight: 800; letter-spacing: .095em; text-transform: uppercase; margin-bottom: 12px; }
.guide-intro h1 { max-width: 15ch; color: #143c53; }
.guide-lead { max-width: 58ch; color: #3f5964; font-size: 1.1rem; line-height: 1.65; }
.guide-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 19px; margin-top: 25px; }
.text-action { color: var(--blue); font-weight: 800; font-size: .91rem; }
.guide-reassurance { border-left: 3px solid #6da69d; color: #45616b; font-size: .85rem; line-height: 1.55; max-width: 61ch; margin: 24px 0 0; padding-left: 12px; }
.guide-pack-visual { margin: 0; padding: 9px; border: 1px solid #cfe0df; border-radius: 20px; background: rgba(255,255,255,.63); box-shadow: 0 19px 44px rgba(22, 65, 82, .11); }
.guide-pack-visual img { display: block; width: 100%; height: auto; border-radius: 13px; }
.guide-pack-visual figcaption { color: #5c717a; font-size: .71rem; line-height: 1.4; padding: 8px 5px 2px; }
.guide-pathways { background: #fff; border-bottom: 1px solid #e0eaeb; padding: 24px 0 27px; }
.guide-pathways .section-kicker { margin-bottom: 9px; }
.pathway-links { display: flex; gap: 9px; flex-wrap: wrap; }
.pathway-links a { border: 1px solid #bdd4d2; border-radius: 100px; color: #185c51; padding: 8px 13px; font-size: .84rem; font-weight: 800; }
.pathway-links a:hover { background: #eef8f5; text-decoration: none; }
.medicine-directory { padding: clamp(42px, 6vw, 76px) 0; }
.directory-heading { display: flex; justify-content: space-between; gap: 34px; align-items: end; margin-bottom: 23px; }
.directory-heading h2 { color: #143c53; margin: 0 0 8px; }
.directory-heading p { max-width: 65ch; }
.destination-select { width: 180px; margin: 0; flex: 0 0 180px; }
.destination-select span { color: #4c6670; display: block; font-size: .77rem; font-weight: 800; margin-bottom: 5px; }
.destination-select select { border-color: #93b9b3; color: #1e5049; font-weight: 800; }
.medicine-search { max-width: 590px; margin: 0 0 41px; position: relative; }
.medicine-search::before { content: "⌕"; position: absolute; color: #527581; font-size: 1.7rem; left: 14px; top: 4px; z-index: 1; }
.medicine-search input { padding: 13px 15px 13px 43px; border-color: #b2c9cd; border-radius: 9px; box-shadow: 0 3px 9px rgba(34, 77, 90, .04); }
.search-empty { background: #fff6e9; border-left: 3px solid #b47420; color: #6e501d; margin: -20px 0 29px; max-width: 710px; padding: 11px 13px; font-size: .9rem; }
.cancer-group { border-top: 1px solid #dce8e9; padding: 30px 0 33px; scroll-margin-top: 20px; }
.cancer-group:last-of-type { border-bottom: 1px solid #dce8e9; }
.cancer-group-heading { display: flex; justify-content: space-between; gap: 23px; align-items: start; margin-bottom: 17px; }
.cancer-group h3 { color: #19455c; font-size: 1.36rem; letter-spacing: -.02em; margin: 0 0 4px; }
.cancer-group-heading p { color: var(--muted); font-size: .92rem; max-width: 72ch; }
.group-help { color: #21665b; font-weight: 800; font-size: .82rem; white-space: nowrap; padding-top: 4px; }
.medicine-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.medicine-directory .medicine-card { min-height: 163px; display: flex; flex-direction: row; gap: 12px; border-radius: 11px; padding: 16px; }
.medicine-directory .medicine-card-icon { align-items: center; background: #e6f3f0; border-radius: 8px; color: #277060; display: inline-flex; flex: 0 0 29px; font-size: 1.25rem; font-weight: 500; height: 29px; justify-content: center; }
.medicine-directory .medicine-card-content { display: flex; flex-direction: column; min-width: 0; }
.medicine-directory .medicine-card-content small { color: #3d766b; font-size: .68rem; font-weight: 800; letter-spacing: .045em; line-height: 1.25; text-transform: uppercase; }
.medicine-directory .medicine-card-content strong { margin-top: 10px; }
.medicine-directory .medicine-card-content > span { color: #4d6670; font-size: .77rem; line-height: 1.4; margin-top: auto; }
.medicine-directory .medicine-card-content b { color: #197062; }
.guide-disclaimer { background: #f4f8f9; border-left: 3px solid #84aaa5; color: #46606a; margin-top: 34px; max-width: 900px; padding: 17px 19px; }
.guide-disclaimer strong { color: #21495e; }
.guide-disclaimer p { font-size: .86rem; line-height: 1.55; margin-bottom: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
@media (max-width: 900px) { .medicine-cards { grid-template-columns: repeat(2, 1fr); } .medicine-guide-grid { grid-template-columns: 1fr .72fr; gap: 29px; } }
@media (max-width: 720px) { .header-contact span { display: none; } .header-main { min-height: 66px; } .header-navigation .wrap { overflow: hidden; } .header-links a { padding: 14px 11px; } .header-cta { display: none; } .medicine-guide-grid, .directory-heading { grid-template-columns: 1fr; display: grid; } .guide-intro h1 { max-width: 17ch; } .directory-heading { align-items: start; } .destination-select { width: 100%; max-width: 240px; } .cancer-group-heading { display: block; } .group-help { display: inline-block; margin-top: 9px; } }
@media (max-width: 520px) { .header-contact a { font-size: 0; } .header-contact a::after { content: "Get help →"; font-size: .78rem; } .header-links { width: 100%; justify-content: space-between; } .header-links a { padding: 13px 0; font-size: .82rem; } .header-links a:first-child, .header-links a:nth-child(4), .header-links a:nth-child(6) { display: none; } }
@media (max-width: 520px) { .header-contact { font-size: .78rem; } .brand-lockup strong { font-size: 1.18rem; } .brand-lockup small { font-size: .6rem; } .assure-bar .wrap { align-items: center; flex-direction: column; gap: 3px; } .guide-actions { align-items: flex-start; flex-direction: column; gap: 13px; } .medicine-cards { grid-template-columns: 1fr; } .medicine-directory .medicine-card { min-height: 133px; } }

/* ---------- medicine information pages ---------- */
.medicine-detail-hero { background: linear-gradient(117deg, #eff7f5 0%, #f8fbfb 60%, #edf2f5 100%); border: 1px solid #d5e4e4; border-radius: 18px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(290px, .65fr); gap: clamp(26px, 5vw, 74px); margin: 18px 0 0; padding: clamp(28px, 5vw, 57px); }
.medicine-detail-hero h1 { color: #143c53; margin: 0 0 13px; }
.medicine-purpose { border-left: 3px solid #5f9e94; color: #244e5b; font-size: 1.02rem; line-height: 1.5; margin: 0; max-width: 56ch; padding-left: 12px; }
.medicine-purpose span { color: #47706f; display: block; font-size: .7rem; font-weight: 800; letter-spacing: .07em; margin-bottom: 4px; text-transform: uppercase; }
.medicine-hero-copy { color: #526b74; font-size: .95rem; line-height: 1.62; margin: 17px 0 0; max-width: 64ch; }
.medicine-detail-hero .trust-row { margin: 19px 0 0; }
.medicine-next-step { background: #fff; border: 1px solid #d3e3e3; border-radius: 14px; box-shadow: 0 10px 24px rgba(20, 70, 82, .07); padding: 22px; }
.medicine-next-step h2 { color: #173e53; font-size: 1.26rem; margin: 0 0 14px; }
.medicine-next-step ol { color: #4a636c; font-size: .86rem; line-height: 1.45; margin: 0 0 17px; padding-left: 19px; }
.medicine-next-step li { margin: 6px 0; }
.medicine-next-step .btn { font-size: .9rem; padding: 10px 14px; }
.medicine-next-step > p:last-child { color: #617680; font-size: .75rem; line-height: 1.4; margin: 10px 0 0; }
.medicine-detail-content { padding: 28px 0 0; }
.medicine-detail-content .grid-2 { gap: 42px; }
.medicine-detail-content .molecule-body > h2:first-child { color: #173e53; margin-top: 0; }
.medicine-detail-content .order-col .panel { border-color: #c9dedd; border-radius: 14px; box-shadow: 0 10px 25px rgba(20, 70, 82, .06); }
.medicine-detail-content .order-col h3 { color: #173e53; font-size: 1.18rem; }
@media (max-width: 800px) { .medicine-detail-hero { grid-template-columns: 1fr; } .medicine-detail-content { padding-top: 22px; } }
@media (max-width: 560px) { .medicine-detail-hero { border-left: 0; border-radius: 0; border-right: 0; margin-left: -16px; margin-right: -16px; padding: 30px 16px; } .medicine-detail-hero h1 { font-size: 2.35rem; } }

/* ---------- patient and caregiver guides ---------- */
.guides-hero, .guide-article-head { max-width: 800px; padding: clamp(35px, 6vw, 68px) 0 26px; }
.guides-hero h1, .guide-article-head h1 { color: #143c53; max-width: 18ch; }
.guide-list { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
.guide-list-card { border: 1px solid #d6e4e4; border-radius: 14px; display: flex; flex-direction: column; min-height: 240px; padding: 25px; }
.guide-list-card h2 { font-size: 1.3rem; margin: 0 0 10px; }
.guide-list-card h2 a { color: #173e53; }
.guide-list-card > p { color: var(--muted); font-size: .92rem; line-height: 1.58; }
.guide-list-card .text-link { margin-top: auto; padding-top: 20px; }
.guide-article { max-width: 940px; }
.guide-article-body { max-width: 720px; }
.guide-article-body h2 { color: #173e53; margin-top: 38px; }
.guide-article-body p { color: #354f59; line-height: 1.73; }
.related-guides { border-top: 1px solid #dce8e8; margin-top: 45px; padding: 28px 0 0; }
.feedback-prompt { align-items: start; background: #f5f9f8; border: 1px solid #d4e5e2; border-radius: 12px; display: grid; gap: 13px 24px; grid-template-columns: 1fr auto; margin: 33px 0 0; padding: 17px 18px; }
.feedback-prompt strong { color: #173e53; }
.feedback-prompt p { font-size: .8rem; line-height: 1.45; margin: 3px 0 0; }
.feedback-actions { display: flex; gap: 8px; }
.feedback-actions button, .feedback-prompt form button { background: #fff; border: 1px solid #9fc2bb; border-radius: 7px; color: #225e55; cursor: pointer; font: inherit; font-size: .8rem; font-weight: 800; padding: 7px 10px; }
.feedback-actions button[aria-pressed="true"] { background: #e1f2ed; border-color: #438d7e; }
.feedback-prompt form { grid-column: 1 / -1; }
.feedback-prompt label { color: #42626a; font-size: .8rem; margin-top: 0; }
.feedback-prompt label span { color: var(--muted); font-weight: 400; }
.feedback-prompt textarea { margin: 4px 0 8px; }
.feedback-prompt [data-feedback-status] { grid-column: 1 / -1; margin: 0; }
.shipping-hero { max-width: 850px; padding: clamp(35px, 6vw, 70px) 0 22px; }
.shipping-hero h1 { color: #143c53; max-width: 18ch; }
.shipping-steps { display: grid; gap: 13px; grid-template-columns: repeat(4, 1fr); }
.shipping-steps article { border: 1px solid #d7e5e4; border-radius: 12px; padding: 20px 17px; }
.shipping-steps article > span { color: #277060; font-size: .73rem; font-weight: 800; letter-spacing: .08em; }
.shipping-steps h2 { color: #173e53; font-size: 1.04rem; margin: 12px 0 7px; }
.shipping-steps p, .shipping-copy > p { color: #4a626b; font-size: .91rem; line-height: 1.62; }
.shipping-copy { max-width: 790px; padding-bottom: 35px; }
.shipping-copy h2 { color: #173e53; margin-top: 34px; }
.content-narrow { max-width: 760px; }
.page-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 25px; }
@media (max-width: 800px) { .guide-list { grid-template-columns: 1fr; } .shipping-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .feedback-prompt { grid-template-columns: 1fr; } .feedback-actions { grid-row: 2; } .shipping-steps { grid-template-columns: 1fr; } }
