/*
Theme Name:   Kadence Child – BIO
Description:  Child theme of Kadence for BIO Plastic Surgery Clinic
Template:     kadence
Version:      1.0.0
*/

/* ─── WHITE HEADINGS IN DARK SECTIONS ─── */
body.bio-home .bio-technology h1,
body.bio-home .bio-technology h2,
body.bio-home .bio-technology h3,
body.bio-home .bio-final-cta h1,
body.bio-home .bio-final-cta h2,
body.bio-home .bio-final-cta h3,
body.bio-home .bio-hero h1,
body.bio-home .bio-hero h2,
body.bio-home .bio-hero h3 {
  color: #fff;
}

/* ─── DESIGN TOKENS ─── */
:root {
  --navy:        #041c43;
  --navy-deep:   #02142f;
  --blue:        #086bea;
  --blue-bright: #2e92ff;
  --blue-soft:   #eaf3ff;
  --ink:         #0c234d;
  --muted:       #5d6d8b;
  --line:        #dce6f4;
  --white:       #fff;
  --shadow:      0 14px 36px rgba(3,34,79,.10);
  --serif:       Georgia, "Times New Roman", serif;
  --sans:        Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

/* ─── GLOBAL RESET FOR HOME PAGE ─── */
body.bio-home {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.bio-home *,
body.bio-home *::before,
body.bio-home *::after { box-sizing: border-box; }

/* Hide all Kadence default header/footer on home */
body.bio-home #masthead,
body.bio-home .site-header-wrap,
body.bio-home #colophon,
body.bio-home .site-footer,
body.bio-home .entry-header,
body.bio-home .wp-block-post-title { display: none !important; }

body.bio-home #primary,
body.bio-home .site-main,
body.bio-home main,
body.bio-home .content-container,
body.bio-home .entry-content,
body.bio-home article.post,
body.bio-home .site-content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

body.bio-home img { display: block; max-width: 100%; }
body.bio-home a { color: inherit; }
body.bio-home button, body.bio-home input,
body.bio-home select, body.bio-home textarea { font: inherit; }
body.bio-home section { scroll-margin-top: 72px; }

/* ─── LAYOUT ─── */
body.bio-home .bio-container {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}
body.bio-home .bio-section { padding: 78px 0; }

/* ─── TYPOGRAPHY ─── */
body.bio-home .bio-eyebrow {
  margin: 0 0 12px;
  color: #6b96d1;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
body.bio-home h1, body.bio-home h2, body.bio-home h3,
body.bio-home p { margin-top: 0; }
body.bio-home h1, body.bio-home h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.025em;
}
body.bio-home h1 {
  margin-bottom: 18px;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: .98;
}
body.bio-home h2 {
  margin-bottom: 16px;
  font-size: clamp(2.05rem, 3.5vw, 3.35rem);
  line-height: 1.04;
}
body.bio-home h3 { line-height: 1.18; }
body.bio-home .bio-lead { color: var(--muted); font-size: 1.04rem; }

/* ─── BUTTONS ─── */
body.bio-home .bio-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 750;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  cursor: pointer;
}
body.bio-home .bio-btn:hover { transform: translateY(-2px); }
body.bio-home .bio-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #1682f5, #0759cf);
  box-shadow: 0 10px 24px rgba(1,104,226,.28);
}
body.bio-home .bio-btn-outline {
  color: inherit;
  border-color: currentColor;
  background: rgba(255,255,255,.04);
}
body.bio-home .bio-btn-light {
  color: #0759cf;
  border-color: #3d8af0;
  background: #fff;
}

/* ─── ICON ─── */
body.bio-home .bio-icon {
  display: inline-grid;
  width: 42px; height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 50%;
  color: #1769d5;
  background: var(--blue-soft);
  font-size: 1.25rem;
  font-weight: 700;
}
body.bio-home .bio-icon-image {
  display: block;
  width: 42px; height: 42px;
  flex: 0 0 42px;
  object-fit: contain;
}
body.bio-home .bio-seal-image {
  display: block;
  width: 48px; height: 48px;
  flex: 0 0 48px;
  object-fit: contain;
}

/* ─── SKIP LINK ─── */
body.bio-home .bio-skip-link {
  position: fixed; z-index: 100;
  top: 12px; left: 12px;
  padding: 10px 14px;
  color: var(--ink); background: #fff;
  transform: translateY(-160%);
}
body.bio-home .bio-skip-link:focus { transform: none; }

/* ─── TOPLINE ─── */
body.bio-home .bio-topline {
  padding: 5px 20px;
  color: #dceaff;
  background: #00152f;
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .06em;
  text-align: center;
}

/* ─── HERO ─── */
body.bio-home .bio-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 68% 44%, rgba(0,114,255,.28), transparent 28%),
    linear-gradient(110deg, #062954 0%, #031b40 48%, #01132e 100%);
}
body.bio-home .bio-hero::before {
  position: absolute;
  inset: 55px auto auto 46%;
  width: 520px; height: 520px;
  border: 2px solid rgba(32,139,255,.65);
  border-radius: 50%;
  box-shadow: 0 0 34px rgba(0,123,255,.25);
  content: "";
}
body.bio-home .bio-hero::after {
  position: absolute;
  right: 0; bottom: 0; left: 0;
  height: 170px;
  opacity: .32;
  background:
    linear-gradient(90deg,transparent 0 6%,#2b84d5 6% 6.35%,transparent 6.35% 11%,#5fa6df 11% 11.4%,transparent 11.4% 17%,#1a5fa4 17% 17.6%,transparent 17.6% 24%,#3979b6 24% 24.4%,transparent 24.4% 31%,#2171bd 31% 31.8%,transparent 31.8% 39%,#75b4e5 39% 39.3%,transparent 39.3%),
    linear-gradient(to top,rgba(1,14,34,.96),transparent);
  clip-path: polygon(0 84%,7% 78%,7% 44%,11% 44%,11% 69%,16% 69%,16% 38%,19% 38%,19% 65%,25% 65%,25% 52%,28% 52%,28% 77%,34% 77%,34% 31%,37% 31%,37% 67%,43% 67%,43% 47%,47% 47%,47% 74%,54% 74%,54% 42%,58% 42%,58% 70%,64% 70%,64% 55%,67% 55%,67% 76%,74% 76%,74% 46%,78% 46%,78% 71%,84% 71%,84% 59%,88% 59%,88% 77%,94% 77%,94% 49%,98% 49%,98% 83%,100% 83%,100% 100%,0 100%);
  content: "";
}

/* ─── SITE HEADER ─── */
body.bio-home .bio-site-header { position: relative; z-index: 5; }
body.bio-home .bio-nav-wrap {
  display: flex;
  min-height: 82px;
  align-items: center;
  gap: 34px;
}
body.bio-home .bio-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  text-decoration: none;
}
body.bio-home .bio-brand-main {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -.08em;
  line-height: .85;
}
body.bio-home .bio-brand-sub {
  max-width: 86px;
  font-size: .53rem;
  font-weight: 800;
  letter-spacing: .055em;
  line-height: 1.08;
  text-transform: uppercase;
}
body.bio-home .bio-brand-ko {
  display: block;
  margin-top: 5px;
  font-size: .54rem;
  font-weight: 700;
  letter-spacing: .25em;
}
body.bio-home .bio-desktop-nav {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 25px;
}
body.bio-home .bio-desktop-nav a {
  color: #e6effd;
  font-size: .84rem;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}
body.bio-home .bio-desktop-nav a:hover { color: #65b1ff; }
body.bio-home .bio-desktop-nav .bio-btn {
  min-height: 42px;
  padding-inline: 18px;
  color: #fff;
}
body.bio-home .bio-mobile-nav { display: none; margin-left: auto; }
body.bio-home .bio-mobile-nav summary {
  cursor: pointer;
  list-style: none;
  font-size: 1.6rem;
}
body.bio-home .bio-mobile-nav nav {
  position: absolute;
  top: 72px; right: 24px;
  display: grid;
  width: 230px;
  padding: 16px;
  border-radius: 10px;
  color: var(--ink);
  background: #fff;
  box-shadow: var(--shadow);
}
body.bio-home .bio-mobile-nav nav a {
  padding: 10px 8px;
  text-decoration: none;
}

/* ─── HERO GRID ─── */
body.bio-home .bio-hero-grid {
  position: relative; z-index: 2;
  display: grid;
  min-height: 510px;
  grid-template-columns: 51% 49%;
  align-items: center;
}
body.bio-home .bio-hero-copy {
  position: relative; z-index: 2;
  padding: 62px 0 90px;
}
body.bio-home .bio-hero-copy .bio-lead {
  max-width: 570px;
  color: #d6e5fa;
}
body.bio-home .bio-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
body.bio-home .bio-hero-media {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 54%;
}
body.bio-home .bio-hero-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 48% center;
}
body.bio-home .bio-hero-media::before {
  position: absolute; z-index: 1; inset: 0;
  background:
    linear-gradient(90deg, #041c43 0%, rgba(4,28,67,.32) 31%, transparent 62%),
    linear-gradient(to top, rgba(2,18,43,.83), transparent 45%);
  content: "";
}
body.bio-home .bio-hero-meta {
  position: relative; z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 26px;
  color: #d8e7fa;
  font-size: .78rem;
}
body.bio-home .bio-franchise {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}
body.bio-home .bio-seal {
  display: grid;
  width: 44px; height: 44px;
  place-items: center;
  border: 1px solid #b7d7ff;
  border-radius: 50%;
  font-size: 1.35rem;
}
body.bio-home .bio-coordinates { text-align: right; }

/* ─── TRUST STRIP ─── */
body.bio-home .bio-trust-strip {
  position: relative; z-index: 4;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
body.bio-home .bio-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
body.bio-home .bio-trust-item {
  display: flex;
  min-height: 96px;
  align-items: center;
  gap: 14px;
  padding: 20px 30px;
  border-right: 1px solid var(--line);
  color: #23416e;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.25;
}
body.bio-home .bio-trust-item:last-child { border-right: 0; }
body.bio-home .bio-trust-item .bio-icon-image {
  width: 48px; height: 52px; flex-basis: 48px;
}

/* ─── ABOUT ─── */
body.bio-home .bio-about-grid {
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 58px;
  align-items: center;
}
body.bio-home .bio-connection-visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr .82fr;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: var(--shadow);
}
body.bio-home .bio-connection-visual img {
  width: 100%; height: 320px; object-fit: cover;
}
body.bio-home .bio-route-line {
  position: absolute;
  left: 44%; top: 51%;
  width: 31%; height: 74px;
  border-top: 3px solid #62b5ff;
  border-radius: 50%;
  transform: rotate(-21deg);
  filter: drop-shadow(0 0 7px #1685ff);
}
body.bio-home .bio-route-line::before,
body.bio-home .bio-route-line::after {
  position: absolute;
  width: 10px; height: 10px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #1789ff;
  box-shadow: 0 0 10px #238fff;
  content: "";
}
body.bio-home .bio-route-line::before { left: -4px; top: -6px; }
body.bio-home .bio-route-line::after  { right: -4px; top: -5px; }
body.bio-home .bio-city-label {
  position: absolute;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
  background: rgba(2,20,47,.65);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
}
body.bio-home .bio-dhaka  { left: 37%; bottom: 16px; }
body.bio-home .bio-seoul  { right: 9%; top: 22%; }
body.bio-home .bio-feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 26px;
}
body.bio-home .bio-mini-feature {
  text-align: center;
  color: #36547f;
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.25;
}
body.bio-home .bio-mini-feature .bio-icon { margin: 0 auto 9px; }
body.bio-home .bio-mini-feature .bio-icon-image {
  width: 54px; height: 59px;
  margin: 0 auto 9px;
}

/* ─── DEPARTMENTS ─── */
body.bio-home .bio-departments {
  border-top: 1px solid var(--line);
  background: linear-gradient(#fff, #f8fbff);
}
body.bio-home .bio-section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}
body.bio-home .bio-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
body.bio-home .bio-department-card {
  overflow: hidden;
  border: 1px solid #d8e1ed;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(7,39,84,.07);
  transition: transform .2s ease, box-shadow .2s ease;
}
body.bio-home .bio-department-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
body.bio-home .bio-department-card > img {
  width: 100%; height: 152px; object-fit: cover;
}
body.bio-home .bio-card-body {
  display: grid;
  min-height: 158px;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  padding: 19px;
}
body.bio-home .bio-card-body h3 {
  margin-bottom: 8px;
  color: #153766;
  font-size: 1rem;
}
body.bio-home .bio-card-body p {
  margin-bottom: 15px;
  color: var(--muted);
  font-size: .8rem;
}
body.bio-home .bio-card-link {
  color: #276dcc;
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
body.bio-home .bio-card-body .bio-icon-image {
  width: 34px; height: 36px; margin-top: 1px;
}

/* ─── TECHNOLOGY ─── */
body.bio-home .bio-technology {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 52% 70%, #0864c7, transparent 32%),
    linear-gradient(115deg, #021a3c, #043267 55%, #011631);
}
body.bio-home .bio-technology::before {
  position: absolute; inset: 0;
  opacity: .13;
  background-image:
    linear-gradient(rgba(75,160,255,.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(75,160,255,.35) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
}
body.bio-home .bio-tech-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.25fr 1fr;
  gap: 38px;
  align-items: center;
}
body.bio-home .bio-technology .bio-lead { color: #d5e8ff; }
body.bio-home .bio-tech-device {
  filter: drop-shadow(0 24px 28px rgba(0,0,0,.35));
}
body.bio-home .bio-tech-list { display: grid; gap: 19px; }
body.bio-home .bio-tech-item { display: flex; gap: 13px; }
body.bio-home .bio-tech-item .bio-icon {
  color: #83c5ff;
  background: rgba(26,124,229,.18);
}
body.bio-home .bio-tech-item .bio-icon-image {
  width: 46px; height: 51px; flex-basis: 46px;
}
body.bio-home .bio-tech-item h3 { margin-bottom: 2px; font-size: .92rem; }
body.bio-home .bio-tech-item p  { margin: 0; color: #bcd6f5; font-size: .76rem; }

/* ─── TEAM ─── */
body.bio-home .bio-team { padding-top: 62px; }
body.bio-home .bio-team-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
body.bio-home .bio-doctor {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f8fbff;
  text-align: center;
}
body.bio-home .bio-doctor img {
  width: 100%;
  aspect-ratio: .9;
  object-fit: cover;
  object-position: center top;
}
body.bio-home .bio-doctor h3 {
  min-height: 66px;
  margin: 0;
  padding: 13px 8px;
  color: #173762;
  background: #fff;
  font-size: .78rem;
}

/* ─── JOURNEY ─── */
body.bio-home .bio-journey {
  padding-top: 36px;
  border-bottom: 1px solid var(--line);
}
body.bio-home .bio-journey-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 38px;
  margin-top: 34px;
}
body.bio-home .bio-journey-grid::before {
  position: absolute; z-index: 0;
  top: 25px; left: 9%; right: 9%;
  height: 2px;
  background: linear-gradient(90deg, #75baff, #0872e9);
  content: "";
}
body.bio-home .bio-step {
  position: relative; z-index: 1;
  text-align: center;
}
body.bio-home .bio-step-top {
  display: flex;
  width: max-content;
  margin: 0 auto 14px;
  align-items: center;
  gap: 8px;
  padding: 4px;
  background: #fff;
}
body.bio-home .bio-step-top .bio-icon-image {
  width: 62px; height: 65px; flex-basis: 62px;
}
body.bio-home .bio-step-number {
  display: grid;
  width: 48px; height: 48px;
  place-items: center;
  border: 2px solid #8ec2ff;
  border-radius: 50%;
  color: #1f65c2;
  background: #fff;
  font-weight: 800;
}
body.bio-home .bio-step h3 { margin-bottom: 5px; font-size: .93rem; }
body.bio-home .bio-step p  { color: var(--muted); font-size: .78rem; }

/* ─── RESULTS ─── */
body.bio-home .bio-results-grid {
  display: grid;
  grid-template-columns: 1.08fr .8fr 1fr;
  gap: 42px;
  align-items: center;
}
body.bio-home .bio-result-media {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: var(--shadow);
}
body.bio-home .bio-result-media img {
  width: 100%; min-height: 230px; object-fit: cover;
}
body.bio-home .bio-result-label {
  position: absolute;
  bottom: 10px;
  padding: 4px 9px;
  border-radius: 4px;
  color: #fff;
  background: rgba(1,16,37,.75);
  font-size: .68rem;
  font-weight: 800;
}
body.bio-home .bio-result-label.bio-before { left: 10px; }
body.bio-home .bio-result-label.bio-after  { right: 10px; }
body.bio-home blockquote.bio-blockquote {
  margin: 0;
  color: #4e6282;
  font-size: .9rem;
}
body.bio-home blockquote.bio-blockquote strong {
  display: block;
  margin-bottom: 10px;
  color: #244773;
}
body.bio-home .bio-patient {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 19px;
  font-size: .76rem;
}
body.bio-home .bio-patient-avatar {
  display: grid;
  width: 38px; height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #0a4e9f;
  background: #d7e9ff;
  font-weight: 800;
}
body.bio-home .bio-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  border: 1px solid #d5e4f7;
  border-radius: 12px;
  background: #f0f7ff;
}
body.bio-home .bio-stat {
  min-height: 118px;
  padding: 24px 14px;
  border-right: 1px solid #d5e4f7;
  border-bottom: 1px solid #d5e4f7;
  text-align: center;
}
body.bio-home .bio-stat:nth-child(2n)       { border-right: 0; }
body.bio-home .bio-stat:nth-last-child(-n+2) { border-bottom: 0; }
body.bio-home .bio-stat b {
  display: block;
  color: #0867da;
  font-size: 1.65rem;
  line-height: 1;
}
body.bio-home .bio-stat span {
  display: block;
  margin-top: 8px;
  color: #466183;
  font-size: .75rem;
  font-weight: 700;
}

/* ─── CLINIC ─── */
body.bio-home .bio-clinic {
  padding: 0;
  border-top: 1px solid var(--line);
}
body.bio-home .bio-clinic-grid {
  display: grid;
  min-height: 330px;
  grid-template-columns: 1.45fr .8fr;
  align-items: stretch;
}
body.bio-home .bio-clinic-photo {
  width: 100%; height: 100%;
  min-height: 330px;
  object-fit: cover;
}
body.bio-home .bio-clinic-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
  background: linear-gradient(135deg, #fff, #eef5ff);
}
body.bio-home .bio-clinic-copy .bio-lead { max-width: 430px; }
body.bio-home .bio-clinic-copy .bio-btn {
  align-self: flex-start;
  margin-top: 8px;
}

/* ─── FINAL CTA ─── */
body.bio-home .bio-final-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(90deg, #031d45 0%, #03275b 55%, #02152e 100%);
}
body.bio-home .bio-final-cta .bio-container {
  position: relative; z-index: 2;
  display: grid;
  min-height: 210px;
  grid-template-columns: 1fr .8fr;
  align-items: center;
}
body.bio-home .bio-final-copy { padding: 42px 0; }
body.bio-home .bio-final-copy h2 {
  max-width: 570px;
  margin-bottom: 22px;
}
body.bio-home .bio-final-cta img.bio-cta-bg {
  position: absolute;
  top: 0; right: 0;
  width: 42%; height: 100%;
  object-fit: cover;
  opacity: .68;
  mask-image: linear-gradient(90deg, transparent, #000 42%);
  display: block;
}
body.bio-home .bio-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ─── FOOTER ─── */
body.bio-home .bio-footer {
  color: #d5e3f5;
  background: #021633;
}
body.bio-home .bio-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr .8fr 1.5fr;
  gap: 36px;
  padding: 50px 0 34px;
}
body.bio-home .bio-footer .bio-brand { margin-bottom: 16px; }
body.bio-home .bio-footer-intro { color: #91a8c7; font-size: .78rem; }
body.bio-home .bio-footer h3 {
  margin-bottom: 14px;
  color: #fff;
  font-size: .86rem;
}
body.bio-home .bio-footer ul { margin: 0; padding: 0; list-style: none; }
body.bio-home .bio-footer li,
body.bio-home .bio-footer address,
body.bio-home .bio-footer a {
  color: #a9bdd7;
  font-size: .75rem;
  font-style: normal;
  text-decoration: none;
}
body.bio-home .bio-footer li { margin: 6px 0; }
body.bio-home .bio-footer a:hover { color: #fff; }
body.bio-home .bio-socials {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}
body.bio-home .bio-socials a {
  display: grid;
  width: 30px; height: 30px;
  place-items: center;
  border: 1px solid #335478;
  border-radius: 50%;
  color: #fff;
  font-weight: 800;
}
body.bio-home .bio-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 24px;
  border-top: 1px solid #183557;
  color: #839ab7;
  font-size: .7rem;
}
body.bio-home .bio-footer-legal { display: flex; gap: 24px; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1020px) {
  body.bio-home .bio-desktop-nav { display: none; }
  body.bio-home .bio-mobile-nav  { display: block; }
  body.bio-home .bio-hero-grid   { grid-template-columns: 58% 42%; }
  body.bio-home .bio-hero-media  { width: 52%; }
  body.bio-home .bio-trust-item  { padding-inline: 16px; }
  body.bio-home .bio-team-grid   { grid-template-columns: repeat(3,1fr); }
  body.bio-home .bio-footer-grid { grid-template-columns: 1.2fr repeat(2,1fr); }
}
@media (max-width: 780px) {
  body.bio-home .bio-container { width: min(100% - 32px, 660px); }
  body.bio-home .bio-section   { padding: 58px 0; }
  body.bio-home .bio-hero      { min-height: 760px; }
  body.bio-home .bio-hero::before { left: 34%; }
  body.bio-home .bio-hero-grid { min-height: 610px; grid-template-columns: 1fr; align-items: end; }
  body.bio-home .bio-hero-copy { max-width: 580px; padding: 250px 0 54px; }
  body.bio-home .bio-hero-media { top: 0; width: 100%; height: 390px; opacity: .83; }
  body.bio-home .bio-hero-media::before {
    background: linear-gradient(to top, #041c43 0%, rgba(4,28,67,.12) 70%), linear-gradient(90deg, rgba(4,28,67,.45), transparent);
  }
  body.bio-home .bio-hero-meta { align-items: flex-end; }
  body.bio-home .bio-trust-grid { grid-template-columns: repeat(2,1fr); }
  body.bio-home .bio-trust-item:nth-child(2)     { border-right: 0; }
  body.bio-home .bio-trust-item:nth-child(-n+2)  { border-bottom: 1px solid var(--line); }
  body.bio-home .bio-about-grid,
  body.bio-home .bio-tech-grid,
  body.bio-home .bio-results-grid,
  body.bio-home .bio-clinic-grid { grid-template-columns: 1fr; }
  body.bio-home .bio-connection-visual { max-width: 580px; margin: auto; }
  body.bio-home .bio-card-grid    { grid-template-columns: repeat(2,1fr); }
  body.bio-home .bio-tech-device  { width: min(420px, 85%); margin: auto; }
  body.bio-home .bio-journey-grid { grid-template-columns: repeat(2,1fr); }
  body.bio-home .bio-journey-grid::before { display: none; }
  body.bio-home .bio-clinic-copy  { padding: 42px 28px; }
  body.bio-home .bio-final-cta .bio-container { grid-template-columns: 1fr; }
  body.bio-home .bio-final-cta img.bio-cta-bg { width: 55%; opacity: .35; }
  body.bio-home .bio-footer-grid  { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 520px) {
  body.bio-home body  { font-size: 15px; }
  body.bio-home .bio-container { width: min(100% - 24px, 460px); }
  body.bio-home .bio-topline   { font-size: .62rem; }
  body.bio-home .bio-nav-wrap  { min-height: 70px; }
  body.bio-home .bio-brand-main{ font-size: 1.72rem; }
  body.bio-home .bio-hero      { min-height: 720px; }
  body.bio-home .bio-hero-copy { padding-top: 235px; }
  body.bio-home .bio-hero-meta { display: grid; gap: 14px; }
  body.bio-home .bio-coordinates { text-align: left; }
  body.bio-home .bio-trust-item  { min-height: 88px; padding: 14px 10px; font-size: .72rem; }
  body.bio-home .bio-trust-item .bio-icon,
  body.bio-home .bio-trust-item .bio-icon-image { width: 36px; height: 42px; flex-basis: 36px; }
  body.bio-home .bio-connection-visual img { height: 245px; }
  body.bio-home .bio-feature-row { grid-template-columns: 1fr; }
  body.bio-home .bio-mini-feature { display: flex; align-items: center; gap: 12px; text-align: left; }
  body.bio-home .bio-mini-feature .bio-icon,
  body.bio-home .bio-mini-feature .bio-icon-image { margin: 0; }
  body.bio-home .bio-card-grid,
  body.bio-home .bio-team-grid,
  body.bio-home .bio-journey-grid,
  body.bio-home .bio-footer-grid { grid-template-columns: 1fr; }
  body.bio-home .bio-doctor { display: grid; grid-template-columns: 42% 58%; align-items: center; }
  body.bio-home .bio-doctor h3 { display: grid; height: 100%; min-height: 0; place-items: center; }
  body.bio-home .bio-footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  body.bio-home html { scroll-behavior: auto; }
  body.bio-home *, body.bio-home *::before, body.bio-home *::after {
    transition-duration: .01ms !important;
  }
}
