/* Asthra — brand theme from the logo: steel blue, deep navy, warm orange. */
:root {
  --ink: #12202e;
  --ink-2: #3e5064;
  --muted: #677a8e;
  --bg: #f8fafc;
  --paper: #ffffff;
  --alt: #eef3f8;
  --line: #dde5ee;
  --emerald-900: #0f2338;
  --emerald-800: #173a5e;
  --emerald-600: #2f6ea3;
  --emerald-500: #4a86bb;
  --mint: #e3eef8;
  --gold: #f0902e;
  --gold-soft: #fde9d3;
  --radius: 18px;
  --shadow-sm: 0 1px 2px rgba(18, 32, 46, .06), 0 2px 8px rgba(18, 32, 46, .04);
  --shadow: 0 10px 30px -12px rgba(23, 58, 94, .25), 0 2px 6px rgba(23, 58, 94, .06);
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 16.5px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: var(--emerald-600); text-underline-offset: 3px; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3 { color: var(--ink); line-height: 1.18; margin: 0 0 .5em; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -.01em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.4rem); }
h3 { font-size: 1.08rem; font-weight: 600; }
p { margin: 0 0 1em; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.narrow { max-width: 820px; }
.center { text-align: center; margin-top: 28px; }
.muted { color: var(--muted); }
.small { font-size: .88rem; }

/* icons */
.ic { width: 22px; height: 22px; flex: none; }
.ic.sm { width: 17px; height: 17px; vertical-align: -3px; }
.ic.lg { width: 40px; height: 40px; }
.ic.xl { width: 88px; height: 88px; }
.ic.badge { width: 48px; height: 48px; padding: 12px; border-radius: 14px; background: var(--mint); color: var(--emerald-600); }
.ic.badge.gold { background: var(--gold-soft); color: #b4600f; }

/* ribbon + header */
.ribbon { background: var(--emerald-900); color: #d9e3ee; font-size: .86rem; }
.ribbon .wrap { padding-top: 8px; padding-bottom: 8px; display: flex; gap: 8px; align-items: center; justify-content: center; text-align: center; }
.ribbon a { color: #fff; text-decoration: none; }
.ribbon b { color: var(--gold); }
.ribbon .ic { color: var(--gold); }

.top { position: sticky; top: 0; z-index: 20; background: rgba(248, 250, 252, .86); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid var(--line); }
.bar { display: flex; align-items: center; gap: 24px; padding-top: 12px; padding-bottom: 12px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.wordmark { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; color: var(--emerald-800); letter-spacing: -.01em; }
.wordmark em { font-style: italic; color: var(--gold); margin-left: 2px; font-weight: 500; }
.brand.light .wordmark { color: #fff; }
.menu { display: flex; gap: 2px; flex: 1; justify-content: center; flex-wrap: wrap; }
.menu a { color: var(--ink-2); text-decoration: none; font-weight: 500; font-size: .95rem; padding: 8px 12px; border-radius: 999px; transition: background .2s, color .2s; }
.menu a:hover { color: var(--emerald-800); background: var(--mint); }
.menu a[aria-current] { color: var(--emerald-800); background: var(--mint); }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 600; font-size: .96rem; text-decoration: none; padding: 13px 22px; border-radius: 999px; border: 1.5px solid transparent; transition: transform .15s, box-shadow .2s, background .2s; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--emerald-800); color: #fff; box-shadow: var(--shadow); }
.btn-primary:hover { background: var(--emerald-600); }
.btn-ghost { color: var(--emerald-800); border-color: var(--emerald-800); background: transparent; }
.btn-ghost:hover { background: var(--mint); }
.btn-gold { background: linear-gradient(135deg, #f7b267, var(--gold)); color: var(--emerald-900); box-shadow: 0 10px 24px -10px rgba(240, 144, 46, .7); }
.btn-ghost-light { color: #fff; border-color: rgba(255, 255, 255, .5); }
.btn-ghost-light:hover { background: rgba(255, 255, 255, .08); }
.call { padding: 10px 18px; font-size: .9rem; }

.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 700; color: var(--emerald-600); margin: 0 0 12px; display: inline-flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ""; width: 24px; height: 1.5px; background: var(--gold); }
.eyebrow.light { color: var(--gold); }
.lead { font-size: 1.12rem; color: var(--ink-2); max-width: 680px; }

/* hero */
.hero { position: relative; overflow: hidden; background:
  radial-gradient(900px 500px at 85% -10%, rgba(240, 144, 46, .18), transparent 60%),
  radial-gradient(800px 600px at -10% 110%, rgba(47, 110, 163, .14), transparent 60%),
  var(--bg); padding: 64px 0 72px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.hero h1 { margin-top: 18px; }
.hero h1 .accent { font-style: italic; color: var(--emerald-600); background: linear-gradient(transparent 70%, var(--gold-soft) 70%); padding: 0 .08em; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 28px 0 22px; }
.hero-ticks { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; color: var(--ink-2); font-size: .94rem; }
.hero-ticks .ic { color: var(--emerald-500); }
.rating { display: inline-flex; align-items: center; gap: 8px; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 7px 14px 7px 10px; font-size: .88rem; color: var(--ink-2); text-decoration: none; box-shadow: var(--shadow-sm); }
.rating b { color: var(--ink); }
.stars { display: inline-flex; color: var(--gold); }
.stars .ic { fill: var(--gold); stroke: var(--gold); width: 15px; height: 15px; }

.hero-visual { position: relative; min-height: 440px; }
.orb { position: absolute; inset: 20px 10px; border-radius: 42% 58% 55% 45% / 48% 42% 58% 52%; background: linear-gradient(145deg, var(--emerald-800), var(--emerald-500)); box-shadow: 0 40px 80px -30px rgba(23, 58, 94, .6); }
.orb::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, .22), transparent 45%), repeating-linear-gradient(135deg, rgba(255, 255, 255, .04) 0 2px, transparent 2px 14px); }
.hero-mark { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 22px; border-radius: 32px; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .25); backdrop-filter: blur(6px); }
.float { position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 12px 16px 12px 12px; box-shadow: var(--shadow); animation: bob 6s ease-in-out infinite; }
.float b { display: block; font-size: .95rem; }
.float small { color: var(--muted); font-size: .8rem; }
.f1 { top: 18px; left: -12px; }
.f2 { top: 44%; right: -16px; animation-delay: -2s; }
.f3 { bottom: 14px; left: 8%; animation-delay: -4s; }
@keyframes bob { 50% { transform: translateY(-8px); } }
@media (prefers-reduced-motion: reduce) { .float { animation: none; } html { scroll-behavior: auto; } }

/* stats */
.stats { background: var(--emerald-800); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-top: 28px; padding-bottom: 28px; }
.stats-grid div { padding: 6px 20px; border-left: 1px solid rgba(255, 255, 255, .14); }
.stats-grid div:first-child { border-left: 0; }
.stats-grid b { display: block; font-family: var(--serif); font-size: 2rem; font-weight: 600; color: var(--gold); line-height: 1.1; }
.stats-grid span { color: #cfdcea; font-size: .92rem; }

/* sections */
.section { padding: 80px 0; }
.section.alt { background: var(--alt); }
.section-head { max-width: 760px; margin-bottom: 36px; }
.section-head h2 { margin-bottom: 12px; }

.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pillar { display: block; text-decoration: none; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s, border-color .2s; }
.pillar:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.pillar h3 { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; margin: 18px 0 8px; }
.pillar p { color: var(--ink-2); }
.pillar.featured { background: linear-gradient(160deg, var(--emerald-800), var(--emerald-600)); color: #fff; border-color: transparent; }
.pillar.featured h3 { color: #fff; }
.pillar.featured p { color: #d6e2ee; }
.pillar.featured .more { color: var(--gold); }
.more { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--emerald-600); text-decoration: none; font-size: .93rem; }

.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 18px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.card .ic.badge { margin-bottom: 16px; }
.card h3 a { color: inherit; text-decoration: none; }
.card h3 a:hover { color: var(--emerald-600); }
.card p { color: var(--ink-2); font-size: .95rem; margin-bottom: 10px; }
.card .more { margin-top: auto; }

.product { padding: 16px; }
.thumb { display: grid; place-items: center; aspect-ratio: 4 / 3; border-radius: 14px; background: linear-gradient(145deg, var(--mint), #f5f9fd); color: var(--emerald-600); margin-bottom: 14px; }
.thumb[data-cat="Diapers"] { background: linear-gradient(145deg, #eee8fb, #f8f6fd); color: #6a4fb0; }
.thumb[data-cat="Nutritional Drinks"] { background: linear-gradient(145deg, var(--gold-soft), #fff8f0); color: #b4600f; }
.thumb.big { aspect-ratio: 1; border-radius: var(--radius); margin: 0; }
.tag { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--emerald-600); margin: 0 0 6px !important; }

/* QXL partnership band */
.qxl { position: relative; overflow: hidden; background: radial-gradient(700px 400px at 100% 0, rgba(240, 144, 46, .22), transparent 60%), linear-gradient(160deg, var(--emerald-900), var(--emerald-800)); color: #fff; padding: 80px 0; }
.qxl h2 { color: #fff; font-size: clamp(2rem, 4vw, 3rem); }
.qxl .x { color: var(--gold); font-style: italic; font-weight: 500; }
.qxl .lead { color: #d3e0ec; }
.qxl .lead b { color: #fff; }
.qxl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.qxl-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 26px; }
.nabl { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(240, 144, 46, .6); color: var(--gold); border-radius: 999px; padding: 8px 14px; font-weight: 600; font-size: .88rem; letter-spacing: .04em; }
.qxl-points { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.qxl-point { display: flex; flex-direction: column; gap: 12px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius); padding: 22px; }
.qxl-point h3 { color: #fff; margin: 0 0 4px; }
.qxl-point p { color: #bfd0e0; font-size: .92rem; margin: 0; }

/* steps */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: s; }
.steps li { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.steps span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--emerald-800); color: var(--gold); font-family: var(--serif); font-size: 1.3rem; font-weight: 600; margin-bottom: 16px; }
.steps p { color: var(--ink-2); margin: 0; }

/* faq */
.faq details { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; margin-bottom: 12px; transition: box-shadow .2s; }
.faq details[open] { box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; list-style: none; padding: 18px 56px 18px 22px; font-weight: 600; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); font-size: 1.4rem; color: var(--emerald-600); transition: transform .2s; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { padding: 0 22px 18px; margin: 0; color: var(--ink-2); }

/* social */
.social-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.social-card { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; text-decoration: none; color: var(--ink); transition: transform .2s, box-shadow .2s; }
.social-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.social-card > span { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.social-card small { color: var(--emerald-600); font-weight: 600; font-size: .84rem; }
.social-card em { font-style: normal; color: var(--muted); font-size: .84rem; }
.social-card .go { position: absolute; top: 20px; right: 18px; color: var(--muted); }
.s-instagram .ic.badge { background: linear-gradient(135deg, #fde2c4, #f7c6de); color: #b5306b; }
.s-facebook .ic.badge { background: #e3ebfb; color: #1b5bd6; }
.s-x .ic.badge { background: #ececec; color: #111; }
.s-google .ic.badge { background: #e3f1e6; color: #1e8e3e; }
.s-star .ic.badge { background: var(--gold-soft); color: #b4600f; }

/* visit */
.visit { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: center; }
.info { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 16px; }
.info li { display: flex; gap: 14px; align-items: flex-start; }
.info span { display: flex; flex-direction: column; color: var(--ink-2); }
.info b { color: var(--ink); }
.map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); background: var(--paper); }
.map iframe { display: block; width: 100%; height: 400px; border: 0; }

/* cta */
.cta { background: linear-gradient(120deg, var(--emerald-800), var(--emerald-600)); color: #fff; padding: 56px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.cta h2 { color: #fff; margin-bottom: 6px; font-size: clamp(1.5rem, 3vw, 2.1rem); }
.cta p { color: #d3e0ec; margin: 0; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* inner pages */
.page-hero { background: radial-gradient(700px 360px at 90% 0, rgba(240, 144, 46, .16), transparent 60%), linear-gradient(180deg, var(--alt), var(--bg)); padding: 44px 0 40px; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(1.9rem, 4.2vw, 3rem); max-width: 900px; }
.page-hero .x { color: var(--gold); font-style: italic; font-weight: 500; }
.crumbs { font-size: .85rem; color: var(--muted); margin-bottom: 18px; display: flex; flex-wrap: wrap; gap: 6px; }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--emerald-600); }
.crumbs .sep { opacity: .5; }
.two-col { display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: start; }
.panel { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.panel h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; }
.prose h2 { font-size: 1.6rem; margin-top: 1.4em; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--ink-2); }
.ticks { list-style: none; padding: 0; margin: 0 0 1.2em; display: grid; gap: 8px; }
.ticks .ic { color: var(--emerald-500); margin-right: 6px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.chips span { background: var(--mint); color: var(--emerald-800); border-radius: 999px; padding: 6px 14px; font-size: .88rem; font-weight: 500; }
.chips.big span { background: var(--paper); border: 1px solid var(--line); padding: 10px 18px; font-size: .95rem; }

/* footer */
.foot { background: var(--emerald-900); color: #b9c9d9; padding: 64px 0 0; font-size: .93rem; }
.foot-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 36px; }
.foot h2 { font-family: var(--sans); font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; color: var(--gold); margin-bottom: 14px; }
.foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.foot a { color: #e3ebf3; text-decoration: none; }
.foot a:hover { color: var(--gold); }
.foot-brand p { margin: 14px 0 18px; }
.foot-line { display: flex; gap: 10px; align-items: flex-start; }
.foot-line .ic { color: var(--gold); margin-top: 3px; }
.socials { display: flex; gap: 10px; }
.socials a { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .18); transition: background .2s, border-color .2s; }
.socials a:hover { background: rgba(240, 144, 46, .15); border-color: var(--gold); }
.socials .ic { width: 18px; height: 18px; }
.foot-legal { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; border-top: 1px solid rgba(255, 255, 255, .1); margin-top: 48px; padding-top: 20px; padding-bottom: 24px; font-size: .84rem; color: #8fa3b8; }

/* mobile dock */
.dock { display: none; }

@media (max-width: 1020px) {
  .menu { display: none; }
  .cards.three { grid-template-columns: repeat(2, 1fr); }
  .social-grid { grid-template-columns: repeat(3, 1fr); }
  .bar { justify-content: space-between; }
  .hero-grid, .qxl-grid, .visit, .two-col { grid-template-columns: 1fr; }
  .hero-visual { min-height: 360px; max-width: 520px; width: 100%; margin: 0 auto; }
  .foot-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  body { padding-bottom: 72px; }
  .wrap { padding: 0 16px; }
  .top { position: static; }
  .hide-sm, .call-num { display: none; }
  .call { padding: 10px; }
  .call .ic { width: 20px; height: 20px; }
  .hero-visual { display: none; }
  .cards.three, .social-grid { grid-template-columns: 1fr; }
  .hero { padding: 40px 0 48px; }
  .hero-visual { min-height: 320px; }
  .float { padding: 10px 12px 10px 10px; }
  .float .ic.badge { width: 40px; height: 40px; padding: 10px; }
  .f1 { left: 0; } .f2 { right: 0; }
  .section, .qxl { padding: 56px 0; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 14px 0; }
  .stats-grid div:nth-child(3) { border-left: 0; }
  .pillars, .steps, .qxl-points { grid-template-columns: 1fr; }
  .map iframe { height: 300px; }
  .foot-top { grid-template-columns: 1fr; }
  .cta-actions .btn { flex: 1; }
  .dock { display: grid; grid-template-columns: repeat(4, 1fr); position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; background: rgba(15, 35, 56, .96); backdrop-filter: blur(10px); padding: 8px 6px calc(8px + env(safe-area-inset-bottom)); }
  .dock a { display: flex; flex-direction: column; align-items: center; gap: 2px; color: #e3ebf3; text-decoration: none; font-size: .72rem; font-weight: 600; }
  .dock .ic { color: var(--gold); }
}

/* logo */
.logo { height: 68px; width: auto; }
.brand.chip { background: #fff; border-radius: 14px; padding: 6px 10px; }
.brand.chip .logo { height: 60px; }
.hero-mark img { width: 120px; height: 120px; border-radius: 22px; }
@media (max-width: 720px) { .logo { height: 52px; } }

/* ---------- Baila Lento–style homepage (lab & pharmacy first) ---------- */
:root {
  --grad: linear-gradient(100deg, #2f6ea3 0%, #4a86bb 40%, #f0902e 100%);
  --p-blue: #e8f1fb;
  --p-orange: #fff0e2;
  --p-lilac: #f0ebfb;
  --p-mint: #e4f5ee;
}
.btn-primary, .btn-grad { background: var(--grad); color: #fff; border: 0; box-shadow: 0 12px 28px -10px rgba(47, 110, 163, .6), 0 6px 18px -8px rgba(240, 144, 46, .55); }
.btn-primary:hover, .btn-grad:hover { background: var(--grad); filter: saturate(1.15) brightness(1.03); box-shadow: 0 16px 34px -10px rgba(47, 110, 163, .7), 0 8px 22px -8px rgba(240, 144, 46, .6); }
.btn-outline { background: var(--paper); color: var(--ink); border: 1.5px solid var(--line); box-shadow: var(--shadow-sm); }
.btn-outline:hover { border-color: var(--emerald-600); color: var(--emerald-600); }
.btn-white { background: #fff; color: var(--emerald-800); box-shadow: 0 10px 24px -12px rgba(0, 0, 0, .35); }

.bl-hero { position: relative; overflow: hidden; padding: 72px 0 84px; background: var(--bg); }
.bl-glow { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .75; pointer-events: none; }
.bl-glow.g1 { width: 520px; height: 520px; background: #cfe2f6; top: -180px; left: -120px; }
.bl-glow.g2 { width: 460px; height: 460px; background: #ffd9b3; top: -60px; right: -120px; }
.bl-glow.g3 { width: 380px; height: 380px; background: #e4dcf8; bottom: -200px; left: 38%; }
.bl-hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.bl-pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, .8); border: 1px solid var(--line); border-radius: 999px; padding: 6px 14px; font-size: .85rem; font-weight: 600; color: var(--ink-2); box-shadow: var(--shadow-sm); }
.bl-pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--grad); box-shadow: 0 0 0 4px rgba(240, 144, 46, .18); }
.bl-h1 { font-family: var(--sans); font-weight: 800; letter-spacing: -.03em; font-size: clamp(2.3rem, 4.6vw, 3.7rem); line-height: 1.05; margin: 22px 0 18px; }
.grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.bl-trust { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px 24px; color: var(--ink-2); font-size: .92rem; }
.bl-trust .ic { color: var(--gold); }

.bl-window { background: rgba(255, 255, 255, .88); backdrop-filter: blur(10px); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 40px 80px -30px rgba(23, 58, 94, .35), 0 10px 30px -12px rgba(240, 144, 46, .25); overflow: hidden; transform: rotate(1.2deg); }
.bl-bar { display: flex; align-items: center; gap: 7px; padding: 12px 16px; border-bottom: 1px solid var(--line); background: #fbfcfe; }
.bl-bar i { width: 11px; height: 11px; border-radius: 50%; background: #ff6b5f; }
.bl-bar i:nth-child(2) { background: #ffbd2e; } .bl-bar i:nth-child(3) { background: #28c940; }
.bl-bar span { margin-left: 10px; font-size: .82rem; color: var(--muted); font-weight: 600; }
.bl-win-body { padding: 18px; display: grid; gap: 12px; }
.bl-row { display: flex; align-items: center; gap: 12px; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 10px 12px; }
.bl-row .ic.badge { width: 40px; height: 40px; padding: 10px; }
.bl-row div { flex: 1; min-width: 0; }
.bl-row b { display: block; font-size: .95rem; }
.bl-row small { color: var(--muted); font-size: .8rem; }
.bl-row em { font-style: normal; font-size: .76rem; font-weight: 700; padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.bl-row .ok { background: var(--p-mint); color: #1f7a52; }
.bl-row .wait { background: var(--p-blue); color: var(--emerald-600); }
.bl-row .go { background: var(--p-orange); color: #b4600f; }
.bl-progress { height: 8px; border-radius: 99px; background: var(--alt); overflow: hidden; }
.bl-progress span { display: block; height: 100%; background: var(--grad); border-radius: 99px; }
.bl-win-foot { margin: 0; font-size: .8rem; color: var(--muted); text-align: center; }

.bl-num-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bl-num { display: block; text-decoration: none; color: var(--ink); border-radius: 22px; padding: 26px; transition: transform .2s, box-shadow .2s; }
.bl-num:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.bl-num span { display: block; font-size: 2.4rem; font-weight: 800; letter-spacing: -.03em; line-height: 1; margin-bottom: 26px; opacity: .9; }
.bl-num h3 { font-size: 1.2rem; margin-bottom: 6px; }
.bl-num p { color: var(--ink-2); font-size: .94rem; margin: 0; }
.bl-num.c1 { background: var(--p-blue); } .bl-num.c1 span { color: var(--emerald-600); }
.bl-num.c2 { background: var(--p-orange); } .bl-num.c2 span { color: #d9771b; }
.bl-num.c3 { background: var(--p-lilac); } .bl-num.c3 span { color: #6a4fb0; }
.bl-num.c4 { background: var(--p-mint); } .bl-num.c4 span { color: #1f7a52; }

.bl-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.bl-big { display: flex; flex-direction: column; text-decoration: none; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 24px; padding: 34px; box-shadow: var(--shadow-sm); position: relative; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.bl-big::after { content: ""; position: absolute; width: 260px; height: 260px; right: -90px; top: -90px; border-radius: 50%; filter: blur(40px); opacity: .7; }
.bl-big.lab::after { background: #cfe2f6; }
.bl-big.pharm::after { background: #ffd9b3; }
.bl-big:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.bl-big > * { position: relative; z-index: 1; }
.bl-big h3 { font-size: 1.6rem; font-weight: 800; letter-spacing: -.02em; margin: 18px 0 10px; }
.bl-big p { color: var(--ink-2); }
.bl-big ul { list-style: none; padding: 0; margin: 4px 0 20px; display: grid; gap: 8px; }
.bl-big li .ic { color: var(--emerald-500); margin-right: 6px; }
.bl-big .more { margin-top: auto; }

.bl-quality { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 22px; }
.bl-q { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 20px; }
.bl-q .ic.badge { width: 42px; height: 42px; padding: 10px; margin-bottom: 12px; }
.bl-q h3 { margin-bottom: 4px; }
.bl-q p { color: var(--ink-2); font-size: .9rem; margin: 0; }
.bl-sub { font-size: 1.25rem; font-weight: 800; margin: 40px 0 16px; }
.bl-tests { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.bl-test { display: flex; align-items: center; gap: 12px; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; text-decoration: none; color: var(--ink); font-weight: 600; font-size: .95rem; transition: border-color .2s, transform .2s; }
.bl-test > .ic:first-child { color: var(--emerald-600); }
.bl-test span { flex: 1; }
.bl-test .ic.sm { color: var(--muted); }
.bl-test:hover { border-color: var(--emerald-500); transform: translateY(-2px); }

.bl-band { background: var(--grad); color: #fff; padding: 80px 0; text-align: center; position: relative; overflow: hidden; }
.bl-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 300px at 20% 0, rgba(255, 255, 255, .18), transparent 60%); }
.bl-band .wrap { position: relative; }
.bl-band h2 { color: #fff; font-family: var(--sans); font-weight: 800; letter-spacing: -.03em; font-size: clamp(2rem, 4.6vw, 3.2rem); max-width: 820px; margin: 0 auto 40px; }
.bl-band .eyebrow.light { color: #fff; justify-content: center; }
.bl-band .eyebrow.light::before { background: #fff; }
.bl-steps { list-style: none; padding: 0; margin: 0 auto 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 980px; }
.bl-steps li { background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .25); border-radius: 20px; padding: 26px 22px; }
.bl-steps span { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 14px; border-radius: 50%; background: #fff; color: var(--emerald-800); font-weight: 800; font-size: 1.3rem; box-shadow: 0 0 0 6px rgba(255, 255, 255, .2); }
.bl-steps h3 { color: #fff; }
.bl-steps p { color: rgba(255, 255, 255, .88); margin: 0; font-size: .94rem; }
.bl-note { color: rgba(255, 255, 255, .85); font-size: .88rem; }

.bl-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.bl-plan { position: relative; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: 24px; padding: 30px; box-shadow: var(--shadow-sm); }
.bl-plan h3 { font-size: 1.5rem; font-weight: 800; margin: 16px 0 2px; }
.bl-plan-lead { color: var(--muted); margin-bottom: 18px; }
.bl-plan ul { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 10px; }
.bl-plan li .ic { color: var(--emerald-500); margin-right: 6px; }
.bl-plan .btn { margin-top: auto; }
.bl-plan.hot { background: linear-gradient(160deg, var(--emerald-800), var(--emerald-600) 60%, #c7772a); color: #fff; border: 0; transform: scale(1.04); box-shadow: 0 30px 60px -24px rgba(23, 58, 94, .55); }
.bl-plan.hot h3 { color: #fff; }
.bl-plan.hot .bl-plan-lead { color: rgba(255, 255, 255, .8); }
.bl-plan.hot li .ic { color: #ffd2a3; }
.bl-tag { position: absolute; top: 18px; right: 18px; background: #fff; color: #b4600f; font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; padding: 5px 10px; border-radius: 999px; }

.bl-specs { display: flex; flex-wrap: wrap; gap: 10px; }
.bl-specs span { display: inline-flex; align-items: center; gap: 8px; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 10px 16px; font-weight: 500; }
.bl-specs .ic { color: var(--emerald-600); }

/* headings in the new style */
.section-head h2, .page-hero h1, .cta h2, .qxl h2 { font-family: var(--sans); font-weight: 800; letter-spacing: -.025em; }

@media (max-width: 1020px) {
  .bl-hero-grid, .bl-duo { grid-template-columns: 1fr; }
  .bl-window { max-width: 520px; transform: none; }
  .bl-num-cards, .bl-quality, .bl-tests { grid-template-columns: repeat(2, 1fr); }
  .bl-plans { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
  .bl-plan.hot { transform: none; }
}
@media (max-width: 720px) {
  .bl-hero { padding: 44px 0 56px; }
  .bl-steps, .bl-num-cards, .bl-quality { grid-template-columns: 1fr; }
  .bl-tests { grid-template-columns: 1fr; }
  .bl-big { padding: 26px; }
  .bl-band { padding: 56px 0; }
}

/* inner-page heroes get the same pastel glow */
.page-hero { position: relative; overflow: hidden; background: radial-gradient(520px 320px at 8% -20%, #cfe2f6, transparent 70%), radial-gradient(480px 320px at 95% 0, #ffe0c2, transparent 70%), var(--bg); }
.page-hero h1 { font-size: clamp(2rem, 4.4vw, 3.2rem); }
.menu a { padding: 8px 10px; font-size: .93rem; }

/* ---------- Logo colours: steel blue, deep navy, warm orange ---------- */
:root {
  --ink: #12202e;
  --ink-2: #3e5064;
  --muted: #677a8e;
  --bg: #f8fafc;
  --alt: #eef3f8;
  --line: #dde5ee;
  --emerald-900: #0f2338;
  --emerald-800: #173a5e;
  --emerald-600: #2f6ea3;
  --emerald-500: #4a86bb;
  --mint: #e8f1fb;
  --gold: #f0902e;
  --gold-soft: #fff0e2;
  --grad: linear-gradient(100deg, #2f6ea3 0%, #4a86bb 50%, #f0902e 100%);
  --p-blue: #e8f1fb;
  --p-orange: #fff0e2;
  --p-lilac: #e6f3f8;
  --p-mint: #e4f5ee;
  --shadow: 0 10px 30px -12px rgba(23, 58, 94, .28), 0 2px 6px rgba(23, 58, 94, .06);
}
.ic.badge.gold { color: #c2610f; }
.btn-primary, .btn-grad { box-shadow: 0 12px 28px -10px rgba(47, 110, 163, .6), 0 6px 18px -8px rgba(240, 144, 46, .5); }
.btn-primary:hover, .btn-grad:hover { box-shadow: 0 16px 34px -10px rgba(47, 110, 163, .7), 0 8px 22px -8px rgba(240, 144, 46, .6); }
.btn-gold { background: var(--grad); color: #fff; box-shadow: 0 10px 24px -10px rgba(240, 144, 46, .6); }
.bl-glow.g1 { background: #cfe2f6; }
.bl-glow.g2 { background: #ffd9b3; }
.bl-glow.g3 { background: #d6e4ff; }
.bl-big.lab::after { background: #cfe2f6; }
.bl-big.pharm::after { background: #ffd9b3; }
.bl-pill .dot { box-shadow: 0 0 0 4px rgba(240, 144, 46, .18); }
.bl-row .go { color: #c2610f; }
.bl-row .ok { color: #1f7a52; }
.bl-num.c1 span { color: #2f6ea3; }
.bl-num.c2 span { color: #d9771b; }
.bl-num.c3 span { color: #1f8a8a; }
.bl-plan.hot { background: linear-gradient(160deg, #173a5e, #2f6ea3 55%, #e8832a); box-shadow: 0 30px 60px -24px rgba(47, 110, 163, .55); }
.bl-plan.hot li .ic { color: #ffd2a3; }
.bl-tag { color: #c2610f; }
.bl-window { box-shadow: 0 40px 80px -30px rgba(23, 58, 94, .35), 0 10px 30px -12px rgba(240, 144, 46, .25); }
.page-hero { background: radial-gradient(520px 320px at 8% -20%, #cfe2f6, transparent 70%), radial-gradient(480px 320px at 95% 0, #ffd9b3, transparent 70%), var(--bg); }
.hero h1 .accent { color: var(--emerald-600); }
.stars .ic { fill: #f5a524; stroke: #f5a524; }
.bl-trust .ic { color: #d9771b; }
.qxl { background: radial-gradient(700px 400px at 100% 0, rgba(240, 144, 46, .25), transparent 60%), linear-gradient(160deg, #0f2338, #173a5e); }
.qxl-point p { color: #bfd0e0; }
.qxl .lead { color: #d3e0ec; }
.cta { background: var(--grad); }
.cta p { color: rgba(255, 255, 255, .88); }
.cta .btn-gold { background: #fff; color: #173a5e; }
.stats-grid span { color: #cfdcea; }
.foot { color: #b9c9d9; }
.foot a { color: #e3ebf3; }
.foot-legal { color: #8fa3b8; }
.ribbon { color: #d3e0ec; }
.dock { background: rgba(15, 35, 56, .96); }
.dock a { color: #e3ebf3; }
.thumb { background: linear-gradient(145deg, #e8f1fb, #f5f9fd); }
.thumb[data-cat="Nutritional Drinks"] { background: linear-gradient(145deg, #fff0e2, #fff8f0); color: #c2610f; }
.thumb[data-cat="Diapers"] { background: linear-gradient(145deg, #e3ecff, #f5f8ff); color: #1f8a8a; }

/* ---------- ordering: WhatsApp, order form, product images ---------- */
.head-actions { display: flex; align-items: center; gap: 8px; }
.icon-btn { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: var(--paper); color: var(--emerald-600); transition: transform .15s, box-shadow .2s; }
.icon-btn:hover { transform: translateY(-1px); box-shadow: var(--shadow-sm); }
.icon-btn.wa { color: #fff; background: #25d366; border-color: #25d366; }
.btn-wa { background: #25d366; color: #fff; border: 0; box-shadow: 0 10px 24px -12px rgba(37, 211, 102, .8); }
.btn-wa:hover { background: #1ebe5a; }
.btn.sm { padding: 8px 14px; font-size: .86rem; }
.p-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: auto; padding-top: 8px; }
.p-actions .btn { flex: 1; }
.p-actions.big .btn { flex: 0 1 auto; }
.thumb { display: block; overflow: hidden; padding: 0; aspect-ratio: 4 / 3; background: var(--alt); }
.thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.product:hover .thumb img { transform: scale(1.04); }
.thumb.big { aspect-ratio: 4 / 3; box-shadow: var(--shadow); }
.bl-band-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 40; display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 14px 30px -10px rgba(37, 211, 102, .8); transition: transform .2s; }
.wa-float:hover { transform: scale(1.06); }
.wa-float .ic { width: 30px; height: 30px; }

.order-grid { display: grid; grid-template-columns: 1.35fr .9fr; gap: 28px; align-items: start; }
.order-form { background: var(--paper); border: 1px solid var(--line); border-radius: 24px; padding: 30px; box-shadow: var(--shadow); display: grid; gap: 16px; }
.order-form h2, .wa-card h2 { font-family: var(--sans); font-weight: 800; font-size: 1.5rem; margin: 0; }
.order-form label { display: grid; gap: 6px; font-weight: 600; font-size: .92rem; color: var(--ink); }
.order-form input, .order-form textarea, .order-form select { font: inherit; font-weight: 400; color: var(--ink); background: var(--bg); border: 1.5px solid var(--line); border-radius: 12px; padding: 12px 14px; width: 100%; }
.order-form input:focus, .order-form textarea:focus, .order-form select:focus { outline: none; border-color: var(--emerald-500); box-shadow: 0 0 0 4px var(--mint); }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.order-form .file { grid-template-columns: auto 1fr; align-items: center; gap: 14px; border: 2px dashed var(--line); border-radius: 16px; padding: 16px; cursor: pointer; background: var(--alt); position: relative; }
.order-form .file:hover { border-color: var(--emerald-500); }
.order-form .file .ic { width: 36px; height: 36px; color: var(--emerald-600); }
.order-form .file span { display: grid; }
.order-form .file small { color: var(--muted); font-weight: 400; }
.order-form .file input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.order-form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.order-form button[type=submit] { justify-self: start; min-width: 200px; cursor: pointer; font: inherit; font-weight: 700; }
.order-form button[disabled] { opacity: .7; cursor: wait; }
.order-status { border-radius: 14px; padding: 16px 18px; display: grid; gap: 10px; }
.order-status p { margin: 0; font-weight: 600; }
.order-status.ok { background: var(--p-mint); color: #155e3f; }
.order-status.err { background: #fdecef; color: #9b1c31; }
.order-status .btn { justify-self: start; }
.order-side { display: grid; gap: 20px; }
.wa-card { background: linear-gradient(160deg, #e9fbf0, #ffffff); border: 1px solid #c9efd8; border-radius: 24px; padding: 28px; display: grid; gap: 12px; justify-items: start; }
.wa-card .ic.badge { background: #25d366; color: #fff; }
.mini-steps { margin: 0 0 12px; padding-left: 1.2em; display: grid; gap: 6px; color: var(--ink-2); }

@media (max-width: 1020px) { .order-grid { grid-template-columns: 1fr; } }
@media (max-width: 720px) {
  .wa-float { display: none; }
  .f-row { grid-template-columns: 1fr; }
  .order-form { padding: 22px; }
  .icon-btn { width: 40px; height: 40px; }
  .head-actions .call { display: none; }
}

/* branches + WhatsApp list */
.wa-list { list-style: none; padding: 0; margin: 4px 0 0; display: grid; gap: 8px; width: 100%; }
.wa-list a { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; text-decoration: none; color: var(--ink); background: #fff; border: 1px solid #c9efd8; border-radius: 12px; padding: 10px 12px; }
.wa-list a:hover { border-color: #25d366; }
.wa-list .ic { color: #25d366; }
.wa-list span { color: var(--muted); font-size: .88rem; margin-left: auto; }
.branches .bl-plan ul a { color: inherit; font-weight: 600; }
.branches .p-actions { margin-top: auto; }

/* ---------- health packages + QXL logo ---------- */
.section.tight { padding-top: 48px; }
.collab, .qxl-logo, .foot-partner { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.collab { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 12px 20px; margin-bottom: 28px; box-shadow: var(--shadow-sm); }
.collab span, .qxl-logo span, .foot-partner span { font-size: .8rem; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.collab img { height: 64px; width: auto; }
.qxl-logo { background: #fff; border-radius: 16px; padding: 10px 16px; margin-bottom: 22px; }
.qxl-logo img { height: 52px; width: auto; }
.foot-partner { background: #fff; border-radius: 12px; padding: 6px 12px; }
.foot-partner img { height: 34px; width: auto; }
.pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.pkg { position: relative; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: 22px; padding: 24px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.pkg:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.pkg.hot { border: 2px solid transparent; background: linear-gradient(var(--paper), var(--paper)) padding-box, var(--grad) border-box; }
.pkg-head { display: flex; align-items: center; gap: 12px; padding-right: 90px; }
.pkg:not(.hot) .pkg-head { padding-right: 0; }
.pkg-head .ic.badge { width: 44px; height: 44px; padding: 11px; flex: none; }
.pkg-head h3 { margin: 0; font-size: 1.1rem; font-weight: 800; line-height: 1.25; }
.pkg-price { margin: 16px 0 2px; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.pkg-price b { font-size: 2rem; font-weight: 800; letter-spacing: -.02em; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.pkg-price s { color: var(--muted); }
.pkg-price em { font-style: normal; font-size: .78rem; font-weight: 800; color: #1f7a52; background: var(--p-mint); padding: 3px 9px; border-radius: 999px; }
.pkg-count { color: var(--muted); font-size: .88rem; margin-bottom: 14px; }
.pkg-tests { list-style: none; padding: 0; margin: 0 0 18px; display: grid; gap: 6px; font-size: .9rem; color: var(--ink-2); }
.pkg-tests .ic { color: var(--emerald-500); margin-right: 4px; }
.pkg-peek { color: var(--ink-2); font-size: .9rem; margin-bottom: 16px; }
.bl-sub .more { font-size: .9rem; margin-left: 12px; }
.branches .promo { color: #c2610f; font-weight: 700; }
.bl-plan.hot .promo { color: #ffd2a3; }
@media (max-width: 1020px) { .pkg-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 720px) { .pkg-grid { grid-template-columns: 1fr; } .collab { flex-direction: column; } .collab img { height: 52px; } }

/* keep the menu on one row on smaller laptops */
@media (min-width: 1021px) {
  .bar { gap: 14px; }
  .menu { gap: 0; }
  .menu a { padding: 8px 7px; font-size: .88rem; }
  .head-actions .icon-btn:not(.wa) { display: none; }
  .logo { height: 58px; }
}

/* ---------- bold menu in the gradient style ---------- */
.menu a { position: relative; font-weight: 700; color: var(--ink); letter-spacing: -.005em; border-radius: 999px; transition: color .2s, background .2s; }
.menu a::after { content: ""; position: absolute; left: 14%; right: 14%; bottom: 3px; height: 2.5px; border-radius: 2px; background: var(--grad); transform: scaleX(0); transform-origin: center; transition: transform .25s ease; }
.menu a:hover { background: transparent; color: var(--emerald-600); }
.menu a:hover::after { transform: scaleX(1); }
.menu a[aria-current] { color: #fff; background: var(--grad); box-shadow: 0 8px 20px -10px rgba(47, 110, 163, .7); }
.menu a[aria-current]::after { display: none; }
.top { background: rgba(248, 250, 252, .9); }

/* ---------- health packages highlight ---------- */
.menu a.hl { color: #c2610f; background: var(--p-orange); }
.menu a.hl::before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--grad); margin-right: 6px; vertical-align: 2px; box-shadow: 0 0 0 3px rgba(240, 144, 46, .18); }
.menu a.hl[aria-current] { color: #fff; background: var(--grad); }
.menu a.hl[aria-current]::before { background: #fff; }
.hero-pkg { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; padding: 8px 16px 8px 8px; border-radius: 999px; background: #fff; border: 1.5px solid transparent; background-image: linear-gradient(#fff, #fff), var(--grad); background-origin: border-box; background-clip: padding-box, border-box; text-decoration: none; color: var(--ink); font-size: .92rem; font-weight: 600; box-shadow: var(--shadow-sm); }
.hero-pkg em { font-style: normal; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: #fff; background: var(--grad); border-radius: 999px; padding: 4px 10px; }
.hero-pkg b { color: #c2610f; }
.collab.sm { padding: 8px 14px; margin-bottom: 18px; }
.collab.sm img { height: 44px; }
.pkg-strip { padding: 56px 0; background: linear-gradient(120deg, var(--p-blue), var(--p-orange)); border-top: 1px solid var(--line); }
.pkg-strip-inner { display: grid; grid-template-columns: 1.1fr 1.4fr auto; gap: 28px; align-items: center; }
.pkg-strip h2 { font-family: var(--sans); font-weight: 800; letter-spacing: -.02em; font-size: clamp(1.5rem, 2.6vw, 2rem); margin: 0 0 6px; }
.pkg-strip-copy p:last-child { color: var(--ink-2); margin: 0; }
.pkg-strip-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.pkg-strip-list a { display: grid; gap: 4px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px; text-decoration: none; color: var(--ink); transition: transform .2s, box-shadow .2s; }
.pkg-strip-list a:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.pkg-strip-list b { font-size: .92rem; line-height: 1.3; }
.pkg-strip-list span { font-weight: 800; color: #2f6ea3; }
.pkg-strip-list s { color: var(--muted); font-weight: 400; font-size: .85rem; }
@media (max-width: 1020px) { .pkg-strip-inner { grid-template-columns: 1fr; } }
@media (max-width: 720px) { .pkg-strip-list { grid-template-columns: 1fr; } }

/* uniform package cards: equal height, 2-column test lists, buttons aligned */
.pkg-grid { align-items: stretch; }
.pkg { height: 100%; }
.pkg-head { min-height: 72px; align-items: center; }
.pkg-price, .pkg-count { min-height: 0; }
.pkg-tests { grid-template-columns: 1fr 1fr; column-gap: 14px; row-gap: 6px; font-size: .86rem; align-content: start; }
.pkg-tests li { display: flex; align-items: flex-start; gap: 4px; line-height: 1.35; }
.pkg-tests li .ic { flex: none; margin: 1px 2px 0 0; }
.pkg-tests li.wide { grid-column: 1 / -1; }
.pkg-peek { flex: 1; }
.pkg .p-actions { margin-top: auto; }
@media (max-width: 380px) { .pkg-tests { grid-template-columns: 1fr; } }

.bella-banner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding: 28px 32px; border-radius: 24px; background: linear-gradient(120deg, #fde6ef, #f3eafe); border: 1px solid #f6cfe0; }
.bella-banner h2 { font-family: var(--sans); font-weight: 800; letter-spacing: -.02em; margin: 0 0 6px; font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.bella-banner p:last-child { margin: 0; color: var(--ink-2); max-width: 620px; }

/* branch mini-sites */
.bl-num-cards.three { grid-template-columns: repeat(3, 1fr); }
.offer-card { justify-self: center; width: min(360px, 100%); text-align: center; color: #fff; background: var(--grad); border-radius: 28px; padding: 30px 26px; box-shadow: 0 40px 80px -30px rgba(47, 110, 163, .55); transform: rotate(-1.5deg); }
.offer-top { margin: 0; font-weight: 700; opacity: .9; }
.offer-big { margin: 6px 0 0; font-size: 6rem; font-weight: 900; line-height: 1; letter-spacing: -.04em; }
.offer-big span { font-size: 3rem; vertical-align: top; }
.offer-big.sm { font-size: 2.6rem; margin: 12px 0; }
.offer-sub { margin: 0 0 16px; font-size: 1.6rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.offer-card ul { list-style: none; padding: 0; margin: 0 0 20px; display: grid; gap: 8px; font-weight: 600; }
@media (max-width: 1020px) { .offer-card { transform: none; } }
@media (max-width: 720px) { .bl-num-cards.three { grid-template-columns: 1fr; } }

/* hero alignment: straight window, equal centred columns, even headline */
.bl-hero-grid { grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.bl-window { transform: none; width: 100%; max-width: 540px; justify-self: end; }
.bl-h1 { font-size: clamp(2.3rem, 4.2vw, 3.4rem); max-width: 14ch; }
.bl-hero .lead { max-width: 34rem; }
.bl-row { min-height: 76px; }
.bl-row em { min-width: 76px; text-align: center; }
.offer-card { transform: none; justify-self: end; }
@media (max-width: 1020px) { .bl-hero-grid { grid-template-columns: 1fr; gap: 40px; } .bl-window, .offer-card { justify-self: start; } }
.bl-h1 { max-width: none; font-size: clamp(2.2rem, 3.5vw, 3.2rem); }
@media (min-width: 1021px) { .h1-l1 { display: block; white-space: nowrap; } }

/* ---------- Exact logo colours: solid Asthra blue, orange as the accent ---------- */
:root {
  --logo-blue: #4878a8;
  --logo-blue-dark: #2f5f8f;
  --logo-navy: #1c3a5c;
  --logo-orange: #f09030;
  --emerald-900: #13283f;
  --emerald-800: var(--logo-navy);
  --emerald-600: #3a6a99;
  --emerald-500: var(--logo-blue);
  --gold: var(--logo-orange);
  --gold-soft: #fdecd8;
  --mint: #e6eef7;
  --grad: linear-gradient(135deg, #4f82b3, #3a6a99);
}
.grad { background: none; -webkit-background-clip: initial; background-clip: initial; color: var(--logo-blue); -webkit-text-fill-color: var(--logo-blue); }
.btn-primary, .btn-grad { background: var(--logo-blue); color: #fff; box-shadow: 0 12px 26px -12px rgba(72, 120, 168, .75); }
.btn-primary:hover, .btn-grad:hover { background: var(--logo-blue-dark); filter: none; box-shadow: 0 14px 30px -12px rgba(72, 120, 168, .85); }
.btn-gold { background: var(--logo-orange); color: #fff; box-shadow: 0 10px 24px -12px rgba(240, 144, 48, .8); }
.cta .btn-gold { background: var(--logo-orange); color: #fff; }
.menu a::after { background: var(--logo-orange); }
.menu a[aria-current] { background: var(--logo-blue); color: #fff; box-shadow: 0 8px 20px -10px rgba(72, 120, 168, .8); }
.menu a.hl { color: #b8621a; background: var(--gold-soft); }
.menu a.hl::before { background: var(--logo-orange); box-shadow: 0 0 0 3px rgba(240, 144, 48, .2); }
.menu a.hl[aria-current] { background: var(--logo-orange); color: #fff; }
.bl-pill .dot { background: var(--logo-orange); box-shadow: 0 0 0 4px rgba(240, 144, 48, .2); }
.bl-trust .ic { color: var(--logo-orange); }
.bl-progress span { background: var(--logo-blue); }
.bl-band { background: var(--logo-blue); }
.bl-band::before { background: radial-gradient(600px 300px at 85% 0, rgba(240, 144, 48, .22), transparent 60%); }
.bl-steps span { color: var(--logo-blue); }
.cta { background: var(--logo-navy); }
.bl-plan.hot, .offer-card { background: linear-gradient(160deg, var(--logo-navy), var(--logo-blue)); }
.bl-plan.hot li .ic, .bl-plan.hot .promo { color: #ffc98f; }
.bl-tag { color: #b8621a; }
.pkg.hot { border: 2px solid var(--logo-orange); background: var(--paper); }
.pkg-price b { background: none; -webkit-background-clip: initial; background-clip: initial; color: var(--logo-blue); -webkit-text-fill-color: var(--logo-blue); }
.hero-pkg { background: #fff; border: 1.5px solid var(--logo-orange); }
.hero-pkg em { background: var(--logo-orange); }
.hero-pkg b { color: #b8621a; }
.pkg-strip-list span { color: var(--logo-blue); }
.qxl { background: radial-gradient(700px 400px at 100% 0, rgba(240, 144, 48, .18), transparent 60%), linear-gradient(160deg, var(--emerald-900), var(--logo-navy)); }
.eyebrow::before { background: var(--logo-orange); }
.ribbon { background: var(--emerald-900); }
.ribbon b, .ribbon .ic { color: var(--logo-orange); }
.stars .ic { fill: var(--logo-orange); stroke: var(--logo-orange); }
/* hero and page flags (24/7, free delivery, free home sample collection) */
.flags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.flags span { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1.5px solid var(--logo-orange); color: #9a5213; font-weight: 700; font-size: .9rem; padding: 8px 14px; border-radius: 999px; box-shadow: var(--shadow-sm); }
.flags .ic { color: var(--logo-orange); }
.hl-banner { display: inline-flex; align-items: center; gap: 8px; background: var(--logo-orange); color: #fff; font-weight: 800; padding: 10px 16px; border-radius: 12px; margin: 0 0 14px; }
.promo-line { color: #b8621a; font-weight: 700; margin: -8px 0 12px; }
.bl-plan.hot .promo-line { color: #ffc98f; }

/* ---------- illustrations & polish ---------- */
.page-hero.with-image { padding: 40px 0 44px; }
.page-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.hero-fig { margin: 0; position: relative; }
.hero-fig::before { content: ""; position: absolute; inset: 18px -14px -14px 18px; border-radius: 28px; background: var(--gold-soft); z-index: 0; }
.hero-fig img { position: relative; z-index: 1; width: 100%; height: auto; border-radius: 26px; box-shadow: 0 30px 60px -28px rgba(28, 58, 92, .45); border: 6px solid #fff; }
.svc-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.svc { display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: 26px; overflow: hidden; text-decoration: none; color: var(--ink); box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; }
.svc:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -30px rgba(28, 58, 92, .45); }
.svc img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; display: block; transition: transform .5s; }
.svc:hover img { transform: scale(1.03); }
.svc > div { position: relative; padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.svc h3 { font-size: 1.35rem; font-weight: 800; margin: 0; }
.svc p { color: var(--ink-2); margin: 0 0 6px; }
.svc .more { margin-top: auto; }
.svc-tag { position: absolute; top: -18px; left: 22px; background: var(--logo-orange); color: #fff; font-size: .78rem; font-weight: 800; letter-spacing: .02em; padding: 7px 12px; border-radius: 999px; box-shadow: 0 8px 18px -8px rgba(240, 144, 48, .9); }
.section-head { position: relative; }
.section-head h2::after { content: ""; display: block; width: 56px; height: 4px; border-radius: 4px; margin-top: 14px; background: linear-gradient(90deg, var(--logo-blue) 0 60%, var(--logo-orange) 60% 100%); }
.card, .pkg, .bl-plan, .panel { border-radius: 22px; }
@media (max-width: 1020px) { .page-hero-grid { grid-template-columns: 1fr; gap: 28px; } .svc-cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 720px) { .svc-cards { grid-template-columns: 1fr; } .hero-fig::before { inset: 12px -8px -8px 12px; } }

/* ---------- branch navigation ---------- */
.nav-dd { position: relative; display: inline-flex; }
.nav-dd .caret { font-size: .7em; opacity: .7; }
.nav-dd .dd { position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(6px); min-width: 300px; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 8px; box-shadow: 0 24px 50px -20px rgba(28, 58, 92, .35); opacity: 0; visibility: hidden; transition: opacity .18s, transform .18s, visibility .18s; z-index: 50; }
.nav-dd .dd::before { content: ""; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
.nav-dd:hover .dd, .nav-dd:focus-within .dd { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-dd .dd a { display: grid; gap: 2px; padding: 10px 14px; border-radius: 12px; text-decoration: none; color: var(--ink); font-weight: 700; }
.nav-dd .dd a::after { display: none; }
.nav-dd .dd a:hover { background: var(--mint); }
.nav-dd .dd small { color: var(--muted); font-weight: 500; font-size: .8rem; }
.nav-dd .dd .dd-all { color: var(--logo-blue); border-top: 1px solid var(--line); border-radius: 0 0 12px 12px; margin-top: 4px; }
.branch-bar { background: #fff; border-bottom: 1px solid var(--line); }
.branch-bar .wrap { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; padding-top: 10px; padding-bottom: 10px; }
.bb-label { display: inline-flex; align-items: center; gap: 6px; font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin-right: 6px; }
.bb-label .ic { color: var(--logo-orange); }
.branch-bar a { text-decoration: none; font-weight: 700; font-size: .92rem; color: var(--ink); padding: 8px 14px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--bg); transition: border-color .2s, background .2s; }
.branch-bar a:hover { border-color: var(--logo-blue); }
.branch-bar a[aria-current] { background: var(--logo-blue); border-color: var(--logo-blue); color: #fff; }
.ob-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.ob { background: var(--paper); border: 1px solid var(--line); border-radius: 22px; padding: 22px; display: grid; gap: 16px; box-shadow: var(--shadow-sm); }
.ob-top { display: flex; gap: 14px; align-items: center; }
.ob h3 { margin: 0 0 2px; font-size: 1.1rem; font-weight: 800; }
.ob p { margin: 0; color: var(--muted); font-size: .9rem; }
@media (max-width: 720px) { .ob-grid { grid-template-columns: 1fr; } .branch-bar .wrap { flex-wrap: nowrap; overflow-x: auto; } .branch-bar a { white-space: nowrap; } }

/* policies */
.policy-grid { display: grid; grid-template-columns: 260px 1fr; gap: 48px; align-items: start; }
.policy-toc { position: sticky; top: 110px; background: var(--paper); border: 1px solid var(--line); border-radius: 20px; padding: 20px 22px; font-size: .9rem; }
.policy-toc ol, .policy-toc ul { margin: 0 0 14px; padding-left: 1.1em; display: grid; gap: 6px; }
.policy-toc a { color: var(--ink-2); text-decoration: none; }
.policy-toc a:hover { color: var(--logo-blue); }
.policy { max-width: 780px; }
.policy h2 { font-size: 1.35rem; margin-top: 1.8em; scroll-margin-top: 110px; }
.policy-list { padding-left: 1.2em; display: grid; gap: 8px; color: var(--ink-2); margin: 0 0 1em; }
@media (max-width: 1020px) { .policy-grid { grid-template-columns: 1fr; } .policy-toc { position: static; } }

/* real team photo */
.team { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.team-photo { margin: 0; position: relative; }
.team-photo::before { content: ""; position: absolute; inset: 18px -16px -16px 18px; border-radius: 28px; background: var(--gold-soft); }
.team-photo img { position: relative; display: block; width: 100%; max-width: 560px; height: auto; border-radius: 24px; border: 6px solid #fff; box-shadow: 0 30px 60px -28px rgba(28, 58, 92, .45); }
.team-photo figcaption { position: absolute; left: 20px; bottom: 20px; display: inline-flex; align-items: center; gap: 6px; background: rgba(255, 255, 255, .95); color: var(--ink); font-weight: 700; font-size: .85rem; padding: 8px 14px; border-radius: 999px; box-shadow: var(--shadow-sm); }
.team-photo figcaption .ic { color: var(--logo-orange); }
.svc-list { display: grid; gap: 12px; }
.svc-list a { display: flex; align-items: center; gap: 14px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 14px 18px; text-decoration: none; color: var(--ink); transition: transform .2s, box-shadow .2s, border-color .2s; }
.svc-list a:hover { transform: translateX(4px); border-color: var(--logo-blue); box-shadow: var(--shadow-sm); }
.svc-list span { display: grid; flex: 1; }
.svc-list b { font-size: 1.05rem; }
.svc-list small { color: var(--muted); }
.svc-list > a > .ic.sm { color: var(--logo-blue); }
.hero-fig img { max-width: 560px; }
@media (max-width: 1020px) { .team { grid-template-columns: 1fr; gap: 36px; } }

/* one heading style everywhere */
h1, h2 { font-family: var(--sans); font-weight: 800; letter-spacing: -.02em; }

/* ---------- natural photos ---------- */
.hero-fig img { width: 100%; max-width: 520px; height: auto; object-fit: cover; }
.hero-photo { margin: 0; position: relative; justify-self: end; width: 100%; max-width: 480px; }
.hero-photo::before { content: ""; position: absolute; inset: 22px -18px -18px 22px; border-radius: 34px; background: linear-gradient(160deg, var(--gold-soft), #dbe8f5); }
.hero-photo img { position: relative; display: block; width: 100%; height: auto; border-radius: 30px; border: 6px solid #fff; box-shadow: 0 40px 80px -34px rgba(28, 58, 92, .5); }
.hp-badge { position: absolute; display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--ink); font-weight: 700; font-size: .88rem; padding: 10px 14px; border-radius: 14px; box-shadow: 0 16px 34px -14px rgba(28, 58, 92, .45); }
.hp-badge .ic { color: var(--logo-orange); }
.hp-badge.b1 { top: 24px; left: -28px; }
.hp-badge.b2 { bottom: 28px; right: -24px; }
.band-photo { text-align: left; }
.band-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.band-photo h2 { margin: 0 0 18px; max-width: 560px; }
.band-photo .eyebrow.light { justify-content: flex-start; }
.band-photo .bl-band-actions { justify-content: flex-start; }
.band-fig { margin: 0; justify-self: end; }
.band-fig img { display: block; width: 100%; max-width: 320px; height: auto; border-radius: 24px; border: 5px solid rgba(255, 255, 255, .9); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .5); }
@media (max-width: 1020px) { .hero-photo { justify-self: start; } .hp-badge.b1 { left: 10px; } .hp-badge.b2 { right: 10px; } .band-grid { grid-template-columns: 1fr; } .band-fig { justify-self: start; } }

/* Storefront photo above "Visit us" */
.storefront { margin: 0 0 2.2rem; border-radius: 22px; overflow: hidden; position: relative; box-shadow: 0 18px 40px -22px rgba(28, 58, 92, 0.45); }
.storefront img { display: block; width: 100%; height: auto; aspect-ratio: 1200 / 395; object-fit: cover; }
.storefront figcaption { position: absolute; left: 14px; bottom: 14px; display: inline-flex; gap: 6px; align-items: center; background: rgba(28, 58, 92, 0.86); color: #fff; font-weight: 600; font-size: 0.85rem; padding: 7px 12px; border-radius: 999px; }
@media (max-width: 640px) { .storefront { border-radius: 16px; } .storefront figcaption { position: static; display: flex; border-radius: 0; } }

/* ---- Header, refined: airy desktop menu, menu button below 1180px ---- */
.top { background: rgba(255, 255, 255, .94); box-shadow: 0 1px 0 var(--line), 0 10px 30px -24px rgba(28, 58, 92, .5); border-bottom: 0; }
.bar { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; padding-top: 14px; padding-bottom: 14px; }
.logo { height: 60px; }
.menu { gap: 6px; flex-wrap: nowrap; }
.menu a, .menu .nav-dd > a { font-size: .96rem; font-weight: 600; color: var(--logo-navy); padding: 10px 14px; border-radius: 0; background: none; box-shadow: none; letter-spacing: .005em; white-space: nowrap; }
.menu a::after { display: block; left: 14px; right: 14px; bottom: 2px; height: 2px; background: var(--logo-orange); transform: scaleX(0); }
.menu a:hover { color: var(--logo-blue); background: none; }
.menu a:hover::after, .menu a[aria-current]::after { transform: scaleX(1); }
.menu a[aria-current] { color: var(--logo-blue); background: none; box-shadow: none; }
.menu a[aria-current]::after { display: block; }
.menu a.hl, .menu a.hl[aria-current] { color: #d9771c; background: none; }
.menu a.hl::before { width: 6px; height: 6px; margin-right: 7px; background: var(--logo-orange); box-shadow: 0 0 0 3px rgba(240, 144, 48, .18); }
.menu a.hl[aria-current]::before { background: var(--logo-orange); }
.nav-dd .dd a { padding: 10px 14px; }
.nav-dd .dd a::after { display: none; }
.head-actions { gap: 10px; }
.head-actions .call { padding: 12px 20px; border-radius: 999px; }
@media (min-width: 1181px) and (max-width: 1399px) { .head-actions .icon-btn { display: none; } }

.mnav { display: none; position: relative; }
.mnav summary { list-style: none; cursor: pointer; width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line); background: #fff; display: grid; place-content: center; gap: 5px; }
.mnav summary::-webkit-details-marker { display: none; }
.mnav summary span { display: block; width: 20px; height: 2px; border-radius: 2px; background: var(--logo-navy); transition: transform .2s, opacity .2s; }
.mnav[open] summary span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mnav[open] summary span:nth-child(2) { opacity: 0; }
.mnav[open] summary span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mnav-panel { position: absolute; right: 0; top: calc(100% + 12px); width: min(340px, calc(100vw - 32px)); max-height: calc(100vh - 140px); overflow: auto; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 10px; box-shadow: 0 30px 60px -24px rgba(28, 58, 92, .45); display: grid; z-index: 60; }
.mnav-panel a { display: block; padding: 12px 14px; border-radius: 12px; text-decoration: none; color: var(--logo-navy); font-weight: 600; font-size: 1rem; }
.mnav-panel a:hover, .mnav-panel a[aria-current] { background: var(--mint); color: var(--logo-blue); }
.mnav-panel a.hl { color: #d9771c; }
.mnav-panel a.sub { font-weight: 500; font-size: .93rem; padding: 9px 14px 9px 24px; color: var(--ink-2); }
.mnav-h { margin: 8px 14px 2px; padding-top: 10px; border-top: 1px solid var(--line); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.mnav-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 10px 4px 4px; }
.mnav-cta .btn { justify-content: center; color: #fff; padding: 12px; }

@media (max-width: 1180px) {
  .menu { display: none; }
  .mnav { display: block; }
  .bar { grid-template-columns: auto 1fr; }
  .head-actions { justify-self: end; }
}
@media (max-width: 720px) {
  .logo { height: 48px; }
  .bar { gap: 12px; padding-top: 10px; padding-bottom: 10px; }
  .head-actions { gap: 8px; }
}
.bar .brand { flex-shrink: 0; }
.bar .brand .logo { max-width: none; width: auto; }
@media (max-width: 1020px) { .top { position: relative; z-index: 40; } }
.team-photo picture { display: block; position: relative; }
@media (max-width: 640px) { .team-photo figcaption { position: relative; left: auto; bottom: auto; margin: 12px 0 0; font-size: .85rem; } }

/* Package cards with a photo on top */
.pkg.has-img { padding-top: 0; overflow: hidden; }
.pkg-img { position: relative; margin: 0 -24px 18px; aspect-ratio: 16 / 9; overflow: hidden; background: var(--mint); }
.pkg.hot .pkg-img { margin: 0 -22px 18px; }
.pkg-img img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.pkg:hover .pkg-img img { transform: scale(1.04); }
.pkg-img::after { content: ""; position: absolute; inset: auto 0 0 0; height: 40%; background: linear-gradient(to top, rgba(28, 58, 92, .28), transparent); pointer-events: none; }
.pkg-badge { position: absolute; top: 14px; left: 14px; z-index: 1; background: var(--logo-orange); color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; box-shadow: 0 8px 18px -8px rgba(240, 144, 48, .8); }
.pkg.has-img .pkg-head { padding-right: 0; }
.pkg.has-img .pkg-head { min-height: 0; }
.pkg.has-img .pkg-price { margin-top: 12px; }

/* Language switcher (ribbon) and mobile menu languages */
.ribbon .wrap { position: relative; }
.langs { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); display: flex; gap: 4px; }
.langs a { color: #d9e3ee; font-size: .8rem; font-weight: 600; padding: 3px 8px; border-radius: 999px; }
.langs a:hover, .langs a[aria-current] { background: rgba(255, 255, 255, .14); color: #fff; }
@media (max-width: 1180px) { .langs { display: none; } }
.mnav-langs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; padding: 0 4px; }
.mnav-langs a { text-align: center; padding: 10px 4px; font-size: .9rem; background: var(--mint); }

/* Health articles */
.art-cats { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 8px; }
.art-cats a { display: inline-flex; gap: 8px; align-items: center; padding: 10px 16px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: var(--logo-navy); font-weight: 700; text-decoration: none; }
.art-cats a b { background: var(--gold-soft); color: #b8621a; border-radius: 999px; padding: 1px 8px; font-size: .8rem; }
.art-cat-h { font-size: 1.5rem; margin: 40px 0 16px; scroll-margin-top: 110px; }
.art-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.art-card { display: flex; flex-direction: column; gap: 8px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 18px; text-decoration: none; color: var(--ink); transition: transform .2s, box-shadow .2s; }
.art-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.art-card .tag { align-self: flex-start; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--logo-blue); }
.art-card h3 { margin: 0; font-size: 1.08rem; line-height: 1.35; }
.art-card p { margin: 0; color: var(--ink-2); font-size: .92rem; flex: 1; }
.art-card .more { color: var(--logo-orange); font-weight: 700; font-size: .85rem; display: inline-flex; gap: 6px; align-items: center; }
.art-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 48px; align-items: start; }
.art-body { max-width: 720px; font-size: 1.05rem; line-height: 1.75; }
.art-body h2 { font-size: 1.4rem; margin: 34px 0 10px; }
.art-body ul { padding-left: 1.2em; }
.art-body li { margin: 6px 0; }
.art-meta { color: var(--muted); display: inline-flex; gap: 6px; align-items: center; font-size: .9rem; margin: 0; }
.art-box { margin: 30px 0; padding: 22px 24px; border-radius: 18px; border: 1px solid var(--line); background: #fff; }
.art-box h2 { margin-top: 0; font-size: 1.2rem; }
.art-box.meds ul { list-style: none; padding: 0; display: grid; gap: 12px; }
.art-box.meds li { display: grid; gap: 2px; padding: 12px 14px; border-radius: 12px; background: var(--mint); }
.art-box.meds em { font-style: normal; font-size: .9rem; color: #b8621a; }
.art-box.flags-box { background: #fff6ee; border-color: #f6d3b2; }
.art-box.tests-box .chips { margin: 8px 0 14px; }
.art-note { display: flex; gap: 8px; align-items: flex-start; font-size: .9rem; color: var(--muted); background: var(--mint); padding: 14px 16px; border-radius: 14px; margin-top: 28px; }
.art-note .ic { flex: none; margin-top: 3px; color: var(--logo-blue); }
.art-side { position: sticky; top: 110px; }
.art-cta { display: grid; gap: 10px; padding: 24px; border-radius: 20px; background: linear-gradient(160deg, var(--p-blue), var(--p-orange)); border: 1px solid var(--line); }
.art-cta h3 { margin: 0; }
.art-cta p { margin: 0 0 6px; color: var(--ink-2); }
.art-cta .btn { justify-content: center; }
@media (max-width: 1020px) { .art-grid { grid-template-columns: 1fr 1fr; } .art-layout { grid-template-columns: 1fr; } .art-side { position: static; } }
@media (max-width: 640px) { .art-grid { grid-template-columns: 1fr; } .art-body { font-size: 1rem; } }

/* Language summary pages */
.lang-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 28px; }
.lang-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lang-grid h2 { font-size: 1.3rem; margin: 12px 0 8px; }
.lang-grid h3 { font-size: 1rem; margin: 14px 0 6px; }
.lang-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.lang-list .ic { color: var(--logo-orange); }
.lang-pkgs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lang-pkg { display: grid; gap: 4px; background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; padding-bottom: 16px; text-decoration: none; color: var(--ink); transition: transform .2s, box-shadow .2s; }
.lang-pkg:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.lang-pkg img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; margin-bottom: 8px; }
.lang-pkg b, .lang-pkg span, .lang-pkg small { padding: 0 18px; }
.lang-pkg span { font-weight: 800; color: var(--logo-blue); font-size: 1.2rem; }
.lang-pkg s { color: var(--muted); font-weight: 400; font-size: .9rem; }
.lang-pkg small { color: #1f7a52; font-weight: 600; }
.lang-two { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.lang-steps { padding-left: 1.2em; display: grid; gap: 10px; font-size: 1.05rem; }
.lang-branches { list-style: none; padding: 0; display: grid; gap: 10px; }
.lang-branches a { display: grid; gap: 2px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; text-decoration: none; color: var(--ink); }
.lang-branches span { color: var(--muted); font-size: .9rem; }
@media (max-width: 1020px) { .lang-grid, .lang-pkgs { grid-template-columns: 1fr 1fr; } .lang-two { grid-template-columns: 1fr; gap: 24px; } }
@media (max-width: 640px) { .lang-grid, .lang-pkgs { grid-template-columns: 1fr; } }
@media (min-width: 1181px) and (max-width: 1399px) {
  .bar { gap: 18px; }
  .menu { gap: 0; }
  .menu a, .menu .nav-dd > a { padding: 10px 10px; font-size: .93rem; }
  .menu a::after { left: 10px; right: 10px; }
  .head-actions .call { padding: 11px 16px; }
}
@media (min-width: 1181px) and (max-width: 1260px) { .menu a, .menu .nav-dd > a { padding: 10px 8px; font-size: .9rem; } .logo { height: 52px; } }
