:root {
  --navy: #072b5f;
  --navy-2: #0d3f7b;
  --blue: #08aeea;
  --cyan: #13c7df;
  --sky: #eaf8ff;
  --pale: #f5fbff;
  --ink: #10284d;
  --muted: #6d7f95;
  --line: #dcecf6;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(10, 63, 123, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.topline {
  background: #f2f9fd;
  border-bottom: 1px solid var(--line);
  color: #49657d;
  font-size: 13px;
}
.topgrid {
  min-height: 38px;
  display: grid;
  grid-template-columns: repeat(4, max-content);
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.topline i { color: var(--blue); margin-right: 7px; }

.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 10px 30px rgba(7, 43, 95, .22);
  transition: all .3s ease;
}
.navbar.scrolled {
  box-shadow: 0 4px 20px rgba(7, 43, 95, .3);
}
.nav-inner { 
  min-height: 64px; 
  display: flex; 
  align-items: center; 
  justify-content: space-between; 
  gap: 24px; 
  position: relative;
}
.brand { 
  z-index: 1001; 
  position: relative;
}
.brand img { 
  width: 118px; 
  height: auto; 
  filter: brightness(0) invert(1); 
}
.nav-links { 
  display: flex; 
  align-items: center; 
  gap: 4px; 
  font-size: 14px; 
  font-weight: 700; 
}
.nav-links a { 
  padding: 22px 13px; 
  opacity: .88; 
  transition: all .25s ease;
}
.nav-links a:hover { 
  opacity: 1; 
  background: rgba(255,255,255,.07); 
}
.nav-cta {
  margin-left: 8px;
  padding: 11px 18px !important;
  border-radius: 6px;
  background: var(--cyan);
  color: var(--white);
  opacity: 1 !important;
  transition: all .25s ease;
}
.nav-cta:hover {
  background: var(--blue);
  transform: translateY(-2px);
}
.menu-toggle { 
  display: none; 
  color: var(--white); 
  background: transparent; 
  border: 0; 
  font-size: 23px; 
  cursor: pointer;
  z-index: 1001;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  transition: all .3s ease;
}
.menu-toggle:hover {
  background: rgba(255,255,255,.1);
  border-radius: 6px;
}

.section-blueprint {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(19,199,223,.11), transparent 28%),
    linear-gradient(90deg, rgba(7,43,95,.035) 1px, transparent 1px),
    linear-gradient(rgba(7,43,95,.035) 1px, transparent 1px),
    var(--pale);
  background-size: auto, 72px 72px, 72px 72px, auto;
}
.hero { padding: 74px 0 62px; }
.hero-grid {
  min-height: 520px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  color: var(--blue);
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 12px;
}
.hero h1, h2 {
  margin: 0;
  color: var(--ink);
  letter-spacing: 0;
  line-height: 1.05;
}
.hero h1 { font-size: clamp(40px, 5vw, 74px); max-width: 620px; }
.hero h1 span { display: block; color: var(--cyan); }
.hero p { max-width: 560px; color: var(--muted); font-size: 17px; margin: 20px 0 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 13px 18px;
  border-radius: 6px;
  font-weight: 800;
  border: 0;
  cursor: pointer;
}
.btn.primary { background: var(--cyan); color: var(--white); box-shadow: 0 12px 30px rgba(19,199,223,.28); }
.btn.dark { background: var(--navy); color: var(--white); }
.small-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  padding: 10px 14px;
  background: var(--navy);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
}
.mini-note { margin-top: 30px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 14px; }
.avatar-stack { display: flex; }
.avatar-stack img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--white);
  margin-left: -9px;
}
.avatar-stack img:first-child { margin-left: 0; }

.hero-visual { position: relative; min-height: 520px; display: flex; align-items: flex-end; justify-content: center; }
.doctor-main {
  width: min(430px, 90%);
  height: 500px;
  object-fit: cover;
  object-position: center top;
  border-radius: 0 0 220px 220px;
  filter: drop-shadow(0 26px 30px rgba(7,43,95,.16));
}
.score-card, .floating-review, .alert-pill, .hours-card, .mobile-profile, .badge-20, .stat-pop, .contact-chip {
  position: absolute;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 8px;
}
.score-card {
  top: 54px;
  left: 20px;
  width: 134px;
  padding: 22px 14px;
  text-align: center;
}
.score-card strong { display: block; color: var(--cyan); font-size: 30px; }
.score-card span { font-size: 12px; color: var(--muted); font-weight: 700; }
.alert-pill {
  top: 150px;
  right: 20px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #ff5572;
}
.floating-review {
  right: 10px;
  bottom: 88px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
}
.floating-review img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.floating-review b, .floating-review span { display: block; }
.floating-review span { color: var(--muted); font-size: 12px; }
.floating-review.white { left: 0; right: auto; bottom: 36px; }

.patient-section, .specialists, .process, .faq-section, .blog { padding: 78px 0; background: var(--white); }
.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 74px; }
.phone-card { position: relative; max-width: 460px; }
.phone-card > img, .image-card img, .faq-photo img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}
.phone-card > img { height: 390px; }
.mobile-profile {
  left: -18px;
  bottom: 36px;
  padding: 12px;
  width: 140px;
}
.mobile-profile img { width: 100%; height: 138px; border-radius: 7px; object-fit: cover; }
.mobile-profile span { display: block; margin-top: 8px; font-size: 12px; font-weight: 800; }
.hours-card {
  right: -24px;
  bottom: -20px;
  width: 210px;
  padding: 18px;
  background: var(--cyan);
  color: var(--white);
  border: 0;
}
.hours-card span { display: block; font-size: 12px; opacity: .92; margin-top: 6px; }
.section-copy h2, .title-row h2 { font-size: clamp(28px, 3vw, 44px); max-width: 620px; }
.section-copy p { color: var(--muted); margin: 18px 0 22px; }
.checks { display: grid; gap: 12px; margin: 22px 0 28px; }
.checks.two-col { grid-template-columns: repeat(2, minmax(0,1fr)); }
.checks span { display: flex; gap: 9px; align-items: center; color: #405a73; font-size: 14px; font-weight: 700; }
.checks i { color: var(--cyan); }

.stats-band {
  padding: 34px 0;
  color: var(--white);
  background:
    linear-gradient(rgba(7,43,95,.92), rgba(7,43,95,.92)),
    url("https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?auto=format&fit=crop&w=1600&q=80") center/cover;
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; align-items: center; }
.stats-grid span { font-size: 32px; font-weight: 900; display: block; }
.stats-grid p { margin: 4px 0 0; color: rgba(255,255,255,.72); font-size: 13px; }

.services { padding: 80px 0 92px; }
.title-row { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 34px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card {
  min-height: 215px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px 20px;
  transition: .25s ease;
  position: relative;
  overflow: hidden;
}
.service-card::after {
  content: "+";
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--cyan);
  color: var(--white);
  font-weight: 800;
}
.service-card i { color: var(--blue); font-size: 28px; margin-bottom: 18px; }
.service-card h3 { margin: 0 0 8px; font-size: 18px; }
.service-card p { margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.service-card a { color: var(--blue); font-size: 12px; font-weight: 800; }
.service-card:hover, .service-card.active {
  transform: translateY(-6px);
  background: var(--cyan);
  color: var(--white);
  border-color: var(--cyan);
  box-shadow: 0 20px 45px rgba(19,199,223,.24);
}
.service-card:hover i, .service-card:hover a, .service-card.active i, .service-card.active a { color: var(--white); }
.service-card:hover p, .service-card.active p { color: rgba(255,255,255,.84); }
.service-card:hover::after, .service-card.active::after { background: var(--white); color: var(--cyan); }

.appointment-strip {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 42px;
  align-items: end;
  margin-top: 70px;
}
.appointment-strip > img { height: 330px; object-fit: cover; object-position: top; }
.quick-form {
  background: var(--cyan);
  color: var(--white);
  border-radius: 8px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.quick-form h3 { font-size: 26px; line-height: 1.15; margin: 0 0 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.quick-form input, .quick-form select {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 6px;
  background: rgba(255,255,255,.12);
  color: var(--white);
  padding: 0 12px;
  outline: 0;
}
.quick-form select option { color: var(--ink); }
.quick-form ::placeholder { color: rgba(255,255,255,.8); }

.why-dark, .testimonials {
  padding: 82px 0;
  background:
    linear-gradient(rgba(7,43,95,.92), rgba(7,43,95,.92)),
    url("https://images.unsplash.com/photo-1516549655169-df83a0774514?auto=format&fit=crop&w=1600&q=80") center/cover;
}
.light h2, .light h3, .light p { color: var(--white); }
.image-card { position: relative; }
.image-card img { height: 370px; }
.badge-20 {
  right: 24px;
  bottom: -22px;
  width: 118px;
  padding: 18px;
  background: var(--cyan);
  color: var(--white);
  border: 0;
  text-align: center;
}
.badge-20 strong { display: block; font-size: 30px; }
.badge-20 span { font-size: 12px; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 26px; }
.feature-grid div { padding: 18px; border-radius: 8px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11); }
.feature-grid i { color: var(--cyan); font-size: 24px; }
.feature-grid h3 { margin: 10px 0 6px; font-size: 17px; }
.feature-grid p { margin: 0; color: rgba(255,255,255,.7); font-size: 13px; }

.doctor-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.doctor-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 12px 18px;
  background: var(--white);
  transition: .25s ease;
}
.doctor-card img { width: 100%; height: 260px; object-fit: cover; object-position: top; border-radius: 7px; background: var(--sky); }
.doctor-card span { display: inline-flex; margin-top: -22px; margin-left: 12px; background: var(--cyan); color: var(--white); padding: 7px 12px; border-radius: 5px; font-size: 12px; font-weight: 800; position: relative; }
.doctor-card h3 { margin: 14px 0 3px; font-size: 17px; }
.doctor-card p { margin: 0; color: var(--muted); font-size: 13px; }
.doctor-card.selected, .doctor-card:hover { border-color: var(--navy); box-shadow: var(--shadow); transform: translateY(-5px); }

.testimonial-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.testimonial-visual { position: relative; min-height: 420px; }
.testimonial-visual > img {
  width: 380px;
  height: 420px;
  object-fit: cover;
  object-position: top;
  border-radius: 200px 200px 0 0;
  margin: 0 auto;
}
.review-card {
  background: var(--white);
  border-radius: 8px;
  padding: 24px;
  max-width: 500px;
  box-shadow: var(--shadow);
}
.stars { color: #f8b400; letter-spacing: 2px; }
.review-card p { color: var(--muted); margin: 12px 0 18px; }
.review-author { display: flex; align-items: center; gap: 12px; }
.review-author img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.review-author span, .review-author b { display: block; color: var(--ink); }
.review-author span { font-size: 12px; color: var(--muted); }

.steps { display: grid; gap: 15px; margin-top: 22px; }
.steps span { display: flex; align-items: center; gap: 14px; font-weight: 800; color: #435c73; }
.steps b { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--sky); color: var(--cyan); }
.process-card img { height: 360px; }
.stat-pop {
  right: 118px;
  bottom: -20px;
  padding: 18px 22px;
  background: var(--cyan);
  color: var(--white);
  border: 0;
}
.stat-pop.second { right: 12px; }
.stat-pop strong { display: block; font-size: 28px; }
.stat-pop span { font-size: 12px; }

.doctor-profile { padding: 84px 0; }
.profile-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.profile-grid > img { height: 470px; width: 100%; object-fit: cover; object-position: top; border-radius: 8px; }
.award-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 28px; }
.award-row div { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 18px; box-shadow: 0 10px 26px rgba(7,43,95,.06); }
.award-row i { color: var(--cyan); font-size: 24px; }
.award-row b, .award-row span { display: block; }
.award-row span { color: var(--muted); font-size: 12px; }

.faq-grid { display: grid; grid-template-columns: 1fr .7fr; gap: 70px; align-items: start; }
.faq-list { margin-top: 24px; display: grid; gap: 10px; }
.faq-item {
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--sky);
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}
.faq-list p { margin: -4px 0 8px; padding: 14px 16px; color: var(--muted); border-left: 3px solid var(--cyan); }
.faq-photo { position: relative; }
.faq-photo img { height: 430px; }
.contact-chip { left: -18px; bottom: 28px; padding: 12px 15px; color: var(--ink); font-weight: 800; }
.contact-chip i { color: var(--cyan); }

.awards { padding: 70px 0; }
.awards-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 20px; align-items: center; }
.awards-grid article { background: var(--white); min-height: 168px; border: 1px solid var(--line); border-radius: 8px; padding: 20px; display: grid; place-items: center; text-align: center; }
.awards-grid i { color: var(--navy-2); font-size: 34px; }
.awards-grid b, .awards-grid span { display: block; }
.awards-grid span, .awards-grid p { color: var(--muted); font-size: 13px; }

.blog-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 20px; }
.blog-card { position: relative; min-height: 320px; border-radius: 8px; overflow: hidden; color: var(--white); box-shadow: var(--shadow); }
.blog-card img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.72); transition: .3s ease; }
.blog-card:hover img { transform: scale(1.04); }
.blog-card div { position: absolute; inset: auto 20px 20px; }
.blog-card span { display: inline-flex; margin-bottom: 10px; padding: 6px 10px; border-radius: 5px; background: var(--cyan); font-size: 12px; font-weight: 800; }
.blog-card h3 { margin: 0 0 12px; max-width: 420px; font-size: 22px; line-height: 1.15; }
.blog-card a { font-weight: 800; font-size: 13px; }
.blog-card.large { min-height: 380px; }

.map-contact { position: relative; min-height: 390px; background: var(--sky); }
.map-contact iframe { width: 100%; height: 390px; border: 0; display: block; filter: saturate(.9); }
.contact-panel {
  position: absolute;
  left: max(20px, calc((100% - 1160px)/2));
  top: 48px;
  width: 330px;
  padding: 28px;
  background: var(--navy);
  color: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.contact-panel h2 { color: var(--white); font-size: 30px; }
.contact-panel p { display: flex; gap: 10px; color: rgba(255,255,255,.78); font-size: 14px; }
.contact-panel i { color: var(--cyan); margin-top: 4px; }

.footer {
  padding-top: 55px;
  background:
    linear-gradient(90deg, rgba(7,43,95,.035) 1px, transparent 1px),
    linear-gradient(rgba(7,43,95,.035) 1px, transparent 1px),
    var(--white);
  background-size: 72px 72px;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 38px; }
.footer img { width: 130px; margin-bottom: 16px; }
.footer p, .footer a { color: var(--muted); font-size: 14px; }
.footer a { display: block; margin: 8px 0; }
.footer h3 { margin: 0 0 14px; font-size: 17px; color: var(--ink); }
.newsletter-form input {
  width: 100%;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 12px;
  margin-bottom: 10px;
}
.newsletter-form button { width: 100%; height: 44px; border: 0; border-radius: 6px; background: var(--cyan); color: var(--white); font-weight: 800; cursor: pointer; }
.footer-bottom { border-top: 1px solid var(--line); padding: 20px 0; color: var(--muted); font-size: 13px; }

.scroll-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--cyan);
  color: var(--white);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transition: .25s ease;
  z-index: 25;
}
.scroll-top.show { opacity: 1; pointer-events: auto; }

@media (max-width: 1050px) {
  .topgrid { grid-template-columns: repeat(2, max-content); justify-content: center; }
  .hero-grid, .split-grid, .testimonial-grid, .profile-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero p, .hero h1 { margin-left: auto; margin-right: auto; }
  .hero-actions, .mini-note { justify-content: center; }
  .hero-visual { min-height: 470px; }
  .service-grid, .doctor-grid { grid-template-columns: repeat(2, 1fr); }
  .appointment-strip, .awards-grid, .blog-grid { grid-template-columns: 1fr 1fr; }
  .awards-grid > div { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

/* Tablette Portrait et Paysage */
@media (max-width: 968px) and (min-width: 761px) {
  .nav-links { gap: 2px; font-size: 13px; }
  .nav-links a { padding: 18px 10px; }
  .nav-cta { padding: 10px 14px !important; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .doctor-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1160px); }
  .topline { display: none; }
  .nav-inner { min-height: 58px; }
  .menu-toggle { display: flex; align-items: center; justify-content: center; }
  .nav-links {
    position: fixed;
    left: 0;
    right: 0;
    top: 58px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: var(--navy);
    padding: 20px 0;
    overflow-y: auto;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 999;
  }
  .nav-links.open { 
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .nav-links a { 
    padding: 16px 24px !important; 
    margin: 0; 
    border-bottom: 1px solid rgba(255,255,255,.1);
    opacity: 1;
  }
  .nav-links a:hover {
    background: rgba(255,255,255,.1);
  }
  .nav-cta { 
    margin: 16px 24px !important;
    padding: 14px 24px !important;
    text-align: center;
    border-radius: 8px;
    border-bottom: 0 !important;
  }
  .hero { padding: 48px 0 44px; }
  .hero-grid { min-height: auto; }
  .hero h1 { font-size: 38px; }
  .doctor-main { height: 390px; }
  .score-card, .alert-pill { display: none; }
  .split-grid, .testimonial-grid, .profile-grid, .faq-grid { gap: 36px; }
  .stats-grid, .service-grid, .doctor-grid, .appointment-strip, .awards-grid, .blog-grid, .footer-grid, .checks.two-col, .feature-grid, .award-row { grid-template-columns: 1fr; }
  .title-row { align-items: start; flex-direction: column; }
  .appointment-strip > img, .profile-grid > img, .image-card img, .phone-card > img, .faq-photo img { height: auto; max-height: 420px; }
  .form-row { grid-template-columns: 1fr; }
  .mobile-profile, .hours-card, .badge-20, .stat-pop, .stat-pop.second, .contact-chip { position: static; margin-top: 12px; width: auto; }
  .contact-panel { position: static; width: auto; border-radius: 0; }
  .map-contact iframe { height: 300px; }
}

/* Service Cards — fully clickable */
.service-card-link {
  cursor: pointer;
}
.service-card-link:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
}
.service-card-link a {
  pointer-events: none; /* click handled by article onclick */
}

/* Service Details Page Custom Styles */
.doctor-card-highlight:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 60px rgba(10, 63, 123, .22) !important;
}

/* Service detail page — hero breadcrumb */
.service-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  margin-bottom: 18px;
  justify-content: center;
}
.service-breadcrumb a { color: var(--blue); }
.service-breadcrumb i { font-size: 10px; color: var(--muted); }

/* Service detail — info badges */
.service-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 32px;
}
.service-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border-radius: 20px;
  background: var(--sky);
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
}
.service-badge i { color: var(--cyan); }

/* Doctor card on service page */
.doctor-ref-card {
  background: var(--pale);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 32px 24px;
  box-shadow: var(--shadow);
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease;
  position: sticky;
  top: 84px;
}
.doctor-ref-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 60px rgba(10, 63, 123, .22);
}
.doctor-ref-card img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  border: 4px solid var(--white);
  margin: 0 auto 16px;
  display: block;
  box-shadow: var(--shadow);
}
.doctor-ref-card .doc-specialty {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 20px;
  background: var(--cyan);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 12px;
}
.doctor-ref-card h3 {
  margin: 0 0 4px;
  font-size: 20px;
  color: var(--ink);
}
.doctor-ref-card .doc-role {
  color: var(--muted);
  font-size: 13px;
  margin: 0 0 14px;
}
.doctor-ref-card .doc-bio {
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.65;
  margin: 0 0 22px;
  text-align: left;
}
.doctor-ref-card .btn {
  width: 100%;
  justify-content: center;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Prevent horizontal scroll */
body {
  overflow-x: hidden;
}

/* Amélioration des transitions */
* {
  -webkit-tap-highlight-color: transparent;
}

/* Touch-friendly buttons */
@media (hover: none) and (pointer: coarse) {
  .btn, .filter-btn, .category-btn, button {
    min-height: 44px;
    min-width: 44px;
  }
  .nav-links a {
    min-height: 44px;
  }
}