:root {
  --blue: #075fc4;
  --blue-dark: #073b78;
  --navy: #062d5f;
  --teal: #0aa79d;
  --teal-2: #14b8a6;
  --sky: #eaf7ff;
  --mint: #e9fbf8;
  --line: #d9e8f4;
  --text: #12315c;
  --muted: #5d718f;
  --white: #fff;
  --shadow: 0 14px 40px rgba(7, 59, 120, .12);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
  font-weight: 500;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }

.topbar {
  background: linear-gradient(90deg, #f3fbff, #e9f5ff);
  color: #24486f;
  font-size: 14px;
  border-bottom: 1px solid #e2eef8;
}
.topbar-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar span, .topbar a { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.topbar strong { color: var(--blue); font-size: 18px; }
.topbar a {
  color: #fff;
  background: linear-gradient(135deg, var(--teal), #078a82);
  padding: 6px 15px;
  border-radius: 999px;
  font-weight: 700;
}

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); box-shadow: 0 8px 28px rgba(12, 69, 132, .08); }
.nav-inner { height: 72px; display: flex; align-items: center; gap: 22px; }
.brand img { width: 205px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 20px; margin-left: auto; font-weight: 700; font-size: 14px; }
.main-nav a { position: relative; padding: 26px 0; color: #0d2d55; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 16px; height: 2px; transform: scaleX(0); background: var(--teal); transition: .2s; }
.main-nav a.active, .main-nav a:hover { color: var(--teal); }
.main-nav a.active::after, .main-nav a:hover::after { transform: scaleX(1); }
.main-nav small { font-size: 13px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.menu-toggle span { display: block; width: 20px; height: 2px; background: var(--blue-dark); margin: 5px auto; }

.btn {
  border: 1px solid var(--teal);
  background: #fff;
  color: var(--teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 7px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.btn.primary { background: linear-gradient(135deg, var(--blue), #0474db); color: #fff; border-color: transparent; }
.btn.ghost { color: var(--blue); border-color: var(--blue); }
.btn.light { background: #fff; color: var(--blue); border-color: transparent; }
.btn.tiny { min-height: 36px; padding: 0 15px; font-size: 13px; width: 100%; }
.btn.full { width: 100%; }

.hero { position: relative; min-height: 430px; overflow: hidden; background: linear-gradient(90deg, #f5fbff, #e5f5ff); }
.home-hero { min-height: 560px; }
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
}
.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(248,252,255,.98) 0%, rgba(248,252,255,.9) 33%, rgba(248,252,255,.25) 68%, rgba(248,252,255,.04) 100%);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .5fr; gap: 50px; align-items: center; min-height: inherit; padding: 36px 0; }
.hero-copy { max-width: 650px; }
.pill, .eyebrow {
  display: inline-flex;
  align-items: center;
  color: var(--teal);
  border: 1px solid var(--teal);
  border-radius: 999px;
  padding: 4px 14px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.eyebrow { border: 0; padding: 0; letter-spacing: 0; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 18px 0 18px; color: var(--blue-dark); font-size: clamp(42px, 6vw, 70px); line-height: 1.04; letter-spacing: 0; font-weight: 900; }
h1 strong { color: var(--teal); }
h2 { color: var(--blue-dark); font-size: 30px; line-height: 1.18; margin-bottom: 10px; font-weight: 800; }
h3 { color: var(--blue-dark); line-height: 1.25; font-weight: 800; }
.hero-copy p { color: #3f5876; font-size: 17px; max-width: 590px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.mini-features { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 22px; }
.mini-features div { display: flex; gap: 10px; align-items: center; min-width: 160px; font-weight: 800; color: var(--blue-dark); }
.mini-features .icon { color: var(--teal); background: var(--mint); border-radius: 50%; padding: 8px; width: 42px; height: 42px; }

.appointment-panel, .booking-card {
  background: rgba(255,255,255,.94);
  border: 1px solid #e2edf6;
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 25px;
}
.appointment-panel h2, .booking-card h2 { margin-bottom: 4px; font-size: 24px; }
.appointment-panel small { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); margin-top: 14px; }
.form-grid { display: grid; gap: 12px; margin-top: 18px; }
label span { display: block; color: var(--muted); font-size: 13px; margin-bottom: 6px; }
input, select, textarea {
  width: 100%;
  border: 1px solid #dce8f2;
  border-radius: 7px;
  padding: 12px 13px;
  color: var(--text);
  background: #fff;
  outline: none;
}
input:focus, select:focus, textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(20,184,166,.12); }

.section { padding: 64px 0; }
.section.soft { background: linear-gradient(180deg, #f7fcff, #edfafa); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.text-link { color: var(--teal); font-weight: 800; border-bottom: 1px solid currentColor; }
.intro-grid { display: grid; grid-template-columns: .8fr repeat(4, 1fr); gap: 18px; align-items: stretch; }
.booking-about-section { background: linear-gradient(180deg, #fff, #f5fcff); }
.booking-about { display: grid; grid-template-columns: 390px 1fr; gap: 28px; align-items: start; }
.booking-about .appointment-panel { position: sticky; top: 132px; }
.about-panel { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.about-panel > p { max-width: 760px; color: var(--muted); margin-bottom: 22px; }
.about-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.about-feature-grid .feature-card { padding: 22px 16px; text-align: left; }
.about-feature-grid .feature-card .icon { margin-bottom: 12px; }
.about-feature-grid .feature-card h3 { font-size: 16px; }
.about-more { margin-top: 20px; }
.feature-card, .service-card, .doctor-card, .product-card, .testimonial-card, .branch-card, .price-table, .promo-card, .info-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(7, 59, 120, .07);
}
.feature-card { padding: 30px 22px; text-align: center; }
.feature-card .icon, .stat-card .icon, .info-card .icon { width: 54px; height: 54px; padding: 13px; border-radius: 50%; color: var(--teal); background: var(--mint); margin-bottom: 16px; }
.feature-card h3 { margin-bottom: 8px; }
.feature-card p, .service-card p, .doctor-card p, .product-card p, .testimonial-card p, .info-card p { color: var(--muted); font-size: 14px; margin-bottom: 0; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { overflow: hidden; }
.thumb {
  min-height: 150px;
  display: grid;
  place-items: center;
  color: var(--teal);
  background: radial-gradient(circle at 75% 20%, rgba(255,255,255,.8), transparent 28%), linear-gradient(135deg, #dff8ff, #fff4f2);
}
.thumb .icon { width: 78px; height: 78px; stroke-width: 1.6; filter: drop-shadow(0 12px 14px rgba(7,95,196,.12)); }
.thumb-implant { background: linear-gradient(135deg, #f1fbff, #fff0ee); }
.thumb-tooth { background: linear-gradient(135deg, #fff7f0, #e9f7ff); }
.thumb-sparkle { background: linear-gradient(135deg, #eafaf8, #f6fbff); }
.card-body { padding: 18px; }
.card-body > span { color: var(--teal); text-transform: uppercase; font-size: 11px; font-weight: 800; }
.card-body h3 { margin: 6px 0 8px; }
.card-body .btn, .card-body .text-link { margin-top: 14px; }
.split .doctor-grid { grid-template-columns: repeat(3, 1fr); }
.split .doctor-photo { height: 170px; }

.process { display: grid; grid-template-columns: repeat(5, 1fr); gap: 26px; align-items: start; text-align: center; }
.step { position: relative; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 38px; right: -36px; width: 48px; border-top: 2px dotted var(--teal); }
.step .num { width: 24px; height: 24px; display: grid; place-items: center; margin: 0 auto -8px; border-radius: 50%; background: var(--teal); color: #fff; font-weight: 800; font-size: 12px; position: relative; z-index: 2; }
.step .bubble { width: 76px; height: 76px; margin: 0 auto 12px; border-radius: 50%; background: #fff; border: 8px solid #eef7f8; display: grid; place-items: center; color: var(--teal); box-shadow: var(--shadow); }
.step h3 { font-size: 15px; margin-bottom: 5px; }
.step p { font-size: 13px; color: var(--muted); margin: 0; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.media-frame { min-height: 270px; border-radius: var(--radius); border: 1px solid var(--line); background-size: cover; background-position: center; box-shadow: var(--shadow); }
.clinic-media { background-image: linear-gradient(90deg, rgba(255,255,255,.2), rgba(255,255,255,.2)), url('/assets/images/generated/hero-contact.png'); }
.doctor-media { background-image: url('/assets/images/generated/hero-doctors.png'); }
.product-media { background-image: url('/assets/images/generated/hero-products.png'); }
.check-list { display: grid; gap: 11px; padding: 0; margin: 18px 0 0; list-style: none; color: var(--muted); }
.check-list li { display: flex; gap: 10px; align-items: start; }
.check-list li::before { content: "✓"; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--teal); color: #fff; font-size: 12px; flex: 0 0 auto; margin-top: 2px; }

.doctor-grid, .product-grid, .news-grid, .case-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.doctor-card { overflow: hidden; }
.doctor-photo { height: 210px; background: linear-gradient(180deg, #e9f7ff, #fff); position: relative; }
.doctor-photo::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 36px;
  width: 86px;
  height: 86px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: linear-gradient(135deg, #ffe1d7, #f9b7a7);
  box-shadow: inset 0 -10px 0 rgba(255,255,255,.18);
}
.doctor-photo::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 150px;
  height: 118px;
  transform: translateX(-50%);
  border-radius: 55px 55px 0 0;
  background: linear-gradient(90deg, #fff 0 35%, #d7ebff 35% 65%, #fff 65%);
  border: 1px solid #e1edf6;
}
.doctor-male-1::before { background: linear-gradient(135deg, #ffd9c7, #d89070); }
.doctor-female-2::after { background: linear-gradient(90deg, #fff 0 33%, #cbeeff 33% 67%, #fff 67%); }
.doctor-badge { display: inline-flex; background: #f0fffc; border: 1px solid #bdebe4; border-radius: 6px; padding: 4px 8px; }
.doctor-card strong { display: block; color: var(--teal); margin: 12px 0; }

.home-summary { display: grid; grid-template-columns: 1.25fr .9fr .9fr; gap: 24px; align-items: start; }
.home-summary .doctor-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
.home-summary .doctor-photo { height: 145px; }
.compact-stack { display: grid; gap: 14px; }
.compact-item { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 24px rgba(7,59,120,.06); }
.compact-item .icon { width: 42px; height: 42px; padding: 10px; color: var(--teal); background: var(--mint); border-radius: 50%; }
.compact-item h3 { margin-bottom: 4px; font-size: 16px; }
.compact-item p { margin: 0; color: var(--muted); font-size: 14px; }

.stats { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.stat-card { padding: 22px 14px; text-align: center; border-right: 1px solid var(--line); }
.stat-card:last-child { border-right: 0; }
.stat-card strong { display: block; color: var(--blue); font-size: 24px; line-height: 1.1; }
.stat-card span { color: var(--muted); font-size: 13px; }

.cta-band {
  margin: 22px 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #0fb5aa, #0068d0);
  color: #fff;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 24px 32px;
  box-shadow: var(--shadow);
}
.cta-band h2 { color: #fff; margin: 0 0 3px; }
.cta-band p { margin: 0; opacity: .92; }
.cta-tooth { width: 72px; height: 72px; border-radius: 18px; display: grid; place-items: center; background: rgba(255,255,255,.14); }
.cta-tooth .icon { width: 46px; height: 46px; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.site-footer { background: linear-gradient(135deg, #05386f, #021f44); color: #fff; padding-top: 34px; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .75fr .85fr 1fr .85fr; gap: 34px; }
.footer-brand img { width: 210px; }
.site-footer h3 { color: #fff; margin-bottom: 12px; font-size: 16px; }
.site-footer p, .site-footer a { display: block; color: rgba(255,255,255,.83); font-size: 14px; margin: 0 0 9px; }
.site-footer p .icon { width: 17px; height: 17px; margin-right: 8px; vertical-align: middle; }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials span { width: 32px; height: 32px; border-radius: 50%; background: #fff; color: var(--blue); display: grid; place-items: center; font-weight: 900; font-size: 12px; }
.badge-health { background: #fff; color: var(--blue); border-radius: 12px; padding: 10px 14px; display: inline-block; margin-top: 8px; font-size: 13px; }
.footer-bottom { margin-top: 28px; border-top: 1px solid rgba(255,255,255,.2); min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.8); font-size: 13px; }

.booking-modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 20px; }
.booking-modal.is-open { display: grid; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(5, 28, 58, .58); backdrop-filter: blur(4px); }
.booking-card { width: min(460px, 100%); position: relative; z-index: 1; display: grid; gap: 11px; }
.modal-close { position: absolute; right: 14px; top: 12px; border: 0; background: transparent; font-size: 28px; color: var(--muted); cursor: pointer; }
.booking-card small { color: var(--muted); display: inline-flex; gap: 8px; align-items: center; }

.category-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.category-card, .commit-card { text-align: center; padding: 22px 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 26px rgba(7,59,120,.06); font-weight: 800; }
.category-card .icon, .commit-card .icon { width: 48px; height: 48px; color: var(--teal); margin-bottom: 10px; }
.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.price-table { overflow: hidden; }
.price-table h3 { margin: 0; padding: 14px 18px; color: #fff; background: linear-gradient(135deg, var(--blue), #004ba6); text-align: center; }
.price-table.teal h3 { background: linear-gradient(135deg, var(--teal), #078a82); }
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th, td { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: left; }
th { color: var(--blue); background: #f7fbff; }
.promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.promo-card { min-height: 180px; padding: 24px; background: linear-gradient(135deg, #fff, #eefaff); }
.promo-card strong { display: block; color: var(--blue); font-size: 30px; }
.commit-row { display: grid; grid-template-columns: .9fr repeat(5, 1fr); gap: 16px; align-items: stretch; }
.commit-row > div { padding: 20px 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 26px rgba(7,59,120,.06); }
.commit-row h2 { margin-bottom: 0; }
.commit-row h3 { font-size: 15px; margin-bottom: 5px; }
.commit-row p { margin: 0; color: var(--muted); font-size: 13px; }
.combo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.combo-card { padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.combo-card h3 { margin: 8px 0; }
.combo-card ul { padding-left: 18px; color: var(--muted); font-size: 14px; margin: 0 0 14px; }
.product-reasons { grid-template-columns: repeat(3, 1fr); }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 0 16px; }
summary { cursor: pointer; padding: 16px 0; font-weight: 800; color: var(--blue-dark); }
details p { color: var(--muted); margin-bottom: 16px; }

.product-card { overflow: hidden; position: relative; }
.product-card .thumb { min-height: 210px; }
.product-card .label { position: absolute; top: 14px; left: 14px; color: #fff; background: var(--teal); border-radius: 5px; padding: 5px 9px; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.price { display: block; color: var(--blue); font-size: 22px; font-weight: 900; margin: 14px 0; }
.testimonial-card { padding: 26px; position: relative; }
.stars { color: #ffc400; letter-spacing: 2px; font-size: 18px; }
.case-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.case-image { min-height: 138px; background: linear-gradient(90deg, #fde7df 0 49%, #e8fbff 49% 100%); display: flex; align-items: center; justify-content: center; color: var(--teal); font-weight: 900; }
.newsletter { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; padding: 24px; background: linear-gradient(135deg, #e8fbf8, #f3fbff); border-radius: var(--radius); border: 1px solid var(--line); }
.newsletter .icon { width: 54px; height: 54px; color: var(--teal); }
.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.topic-list { display: grid; gap: 10px; margin-top: 16px; }
.topic-list a { display: flex; justify-content: space-between; gap: 12px; padding: 10px 12px; border: 1px solid #cfe8e5; border-radius: 999px; color: var(--teal); background: rgba(255,255,255,.72); font-weight: 800; font-size: 14px; }

.contact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: -34px; position: relative; z-index: 3; }
.info-card { padding: 24px; }
.contact-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; }
.map-box { min-height: 250px; border-radius: var(--radius); border: 1px solid var(--line); background: linear-gradient(135deg, #e7f4ff 25%, transparent 25%) 0 0/48px 48px, linear-gradient(45deg, #f3fafc 25%, transparent 25%) 0 0/36px 36px, #fff; display: grid; place-items: center; color: var(--blue); font-weight: 900; box-shadow: var(--shadow); }
.branch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.branch-card { padding: 18px; display: grid; grid-template-columns: 110px 1fr; gap: 16px; align-items: center; }
.branch-thumb { height: 95px; border-radius: 7px; background: url('/assets/images/generated/hero-contact.png') center/cover; }

.schedule { overflow-x: auto; }
.schedule table { min-width: 760px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.two-col { display: grid; grid-template-columns: 1.3fr .7fr; gap: 24px; }
.side-panel { padding: 26px; background: linear-gradient(135deg, #f4fcff, #e8fbf8); border: 1px solid var(--line); border-radius: var(--radius); }
.timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.timeline div { text-align: center; position: relative; }
.timeline strong { display: inline-grid; place-items: center; width: 70px; height: 70px; border-radius: 50%; background: var(--mint); color: var(--teal); font-size: 20px; margin-bottom: 10px; }
.facility-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.facility-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.facility-card .visual { min-height: 130px; background-size: cover; background-position: center; }
.facility-card:nth-child(1) .visual, .facility-card:nth-child(5) .visual { background-image: url('/assets/images/generated/hero-contact.png'); }
.facility-card:nth-child(2) .visual, .facility-card:nth-child(4) .visual { background-image: url('/assets/images/generated/hero-dental.png'); }
.facility-card:nth-child(3) .visual { background-image: url('/assets/images/generated/hero-products.png'); }
.facility-card h3 { padding: 14px 14px 0; margin-bottom: 4px; font-size: 15px; }
.facility-card p { padding: 0 14px 16px; color: var(--muted); font-size: 13px; margin: 0; }

@media (max-width: 1080px) {
  .topbar span:nth-child(2), .topbar span:nth-child(3) { display: none; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: 114px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 12px 18px; }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px 0; }
  .main-nav a::after { bottom: 6px; }
  .menu-toggle { display: block; margin-left: auto; }
  .nav-book { display: none; }
  .hero-grid, .split, .contact-layout, .two-col { grid-template-columns: 1fr; }
  .appointment-panel { max-width: 520px; }
  .booking-about { grid-template-columns: 1fr; }
  .booking-about .appointment-panel { position: static; max-width: none; }
  .about-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .intro-grid, .service-grid, .doctor-grid, .product-grid, .news-grid, .case-grid, .category-row, .promo-grid, .branch-grid, .contact-cards { grid-template-columns: repeat(2, 1fr); }
  .split .doctor-grid { grid-template-columns: repeat(2, 1fr); }
  .home-summary, .commit-row { grid-template-columns: 1fr; }
  .facility-grid, .combo-grid { grid-template-columns: repeat(2, 1fr); }
  .product-reasons { grid-template-columns: repeat(3, 1fr); }
  .stats { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1240px); }
  .topbar-inner { justify-content: center; }
  .topbar a { display: none; }
  .brand img { width: 178px; }
  .nav-inner { height: 66px; }
  .main-nav { top: 104px; }
  .home-hero, .hero { min-height: auto; }
  .hero-bg::before { background: rgba(248,252,255,.88); }
  .hero-grid { padding: 46px 0; }
  h1 { font-size: 42px; }
  h2 { font-size: 26px; }
  .section { padding: 46px 0; }
  .section-head { align-items: start; flex-direction: column; }
  .intro-grid, .service-grid, .doctor-grid, .product-grid, .news-grid, .case-grid, .category-row, .promo-grid, .price-grid, .faq-grid, .branch-grid, .contact-cards { grid-template-columns: 1fr; }
  .about-feature-grid { grid-template-columns: 1fr; }
  .about-panel { padding: 22px; }
  .blog-grid { grid-template-columns: 1fr; }
  .split .doctor-grid { grid-template-columns: 1fr; }
  .home-summary .doctor-grid, .facility-grid, .combo-grid { grid-template-columns: 1fr; }
  .product-reasons { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; text-align: left; }
  .step { display: grid; grid-template-columns: auto 1fr; gap: 14px; text-align: left; }
  .step:not(:last-child)::after { display: none; }
  .step .num { grid-column: 1; grid-row: 1; margin: 0; }
  .step .bubble { grid-column: 1; grid-row: 2 / span 2; margin: 0; width: 62px; height: 62px; border-width: 6px; }
  .cta-band, .newsletter { grid-template-columns: 1fr; text-align: left; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat-card:nth-child(2n) { border-right: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; padding: 16px 0; }
  .branch-card { grid-template-columns: 1fr; }
}
