/* ============================================================
   Selene Dental — Custom Styles (v2, matched to live site)
   Font: Montserrat | Dark: #1c1c1c | Light gray decor blobs
   ============================================================ */

:root {
  --dark: #1c1c1c;
  --navy: #0d2438;
  --blob: #ededed;
  --gray-100: #f5f5f5;
  --gray-200: #e2e2e2;
  --text: #1c1c1c;
  --muted: #6b7280;
  --star: #f5b301;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', sans-serif;
  color: var(--text);
  background: #fff;
  margin: 0;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; font-weight: 800; }
a { text-decoration: none; }
img { max-width: 100%; }

.section { padding: 90px 0; position: relative; overflow: hidden; }

/* ---------- Buttons ---------- */
.btn-pill {
  border-radius: 40px;
  padding: 15px 40px;
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: all .3s ease;
  display: inline-block;
  border: 2px solid var(--dark);
  cursor: pointer;
}
.btn-dark-pill { background: var(--dark); color: #fff; }
.btn-dark-pill:hover { background: #333; color: #fff; }
.btn-outline-pill { background: transparent; color: var(--dark); }
.btn-outline-pill:hover { background: var(--dark); color: #fff; }

/* ---------- Navbar (fixed, transparent over hero → solid on scroll) ---------- */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1030;
  background: #fff;
  padding: .4rem 0;
  box-shadow: 0 2px 12px rgba(128, 128, 128, .18);
  transition: background .35s ease, box-shadow .35s ease, padding .35s ease;
}
.navbar .brand-logo img { height: 54px; width: auto; transition: filter .35s ease; }
.navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 600;
  font-size: 1rem;
  padding: .5rem 1.1rem !important;
  transition: color .2s;
}
.navbar-nav .nav-link:hover { color: #4a6fa5; }
.navbar .dropdown-menu {
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
  border-radius: 10px; padding: .5rem 0; margin-top: .4rem;
}
.navbar .dropdown-item { font-size: .9rem; font-weight: 500; padding: .55rem 1.3rem; }
.navbar .dropdown-item:hover { background: var(--gray-100); }
.nav-gear { color: #555; font-size: 1.5rem; cursor: pointer; transition: color .35s ease; }

/* transparent state (only applied on pages with a hero, while at the top) */
.navbar.nav-transparent { background: transparent; box-shadow: none; }
.navbar.nav-transparent .navbar-nav .nav-link,
.navbar.nav-transparent .nav-gear { color: #fff; }
.navbar.nav-transparent .navbar-nav .nav-link:hover { color: #dfe8f5; }
.navbar.nav-transparent .brand-logo img { filter: brightness(0) invert(1); }
.navbar.nav-transparent .navbar-toggler { border-color: rgba(255, 255, 255, .6); }
.navbar.nav-transparent .navbar-toggler-icon { filter: invert(1) brightness(2); }

/* open submenus on hover (desktop) so parent links stay clickable */
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu { display: block; margin-top: 0; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  background: url('../../images/hero.png') center/cover no-repeat;
  color: #fff;
}
.hero::before { content: ''; position: absolute; inset: 0; background: rgba(0, 0, 0, .42); }
.hero-inner { position: relative; z-index: 2; max-width: 1100px; padding: 0 20px; }
.hero-inner h1 {
  font-size: clamp(2.2rem, 5.6vw, 4.4rem);
  font-weight: 800; line-height: 1.08; margin-bottom: 1rem;
  text-shadow: 0 2px 20px rgba(0, 0, 0, .4);
}
.hero-inner p { font-size: clamp(1rem, 2vw, 1.5rem); font-weight: 500; margin-bottom: 2rem; }
.hero .btn-pill { background: rgba(28, 28, 28, .82); color: #fff; border-color: transparent; }
.hero .btn-pill:hover { background: var(--dark); }

/* ---------- Decorative blobs / dots ---------- */
.blob {
  position: absolute; z-index: 0;
  background: var(--blob);
  border-radius: 50%;
  pointer-events: none;
}
.blob-left { width: 620px; height: 620px; left: -280px; top: 40px; }
.blob-right { width: 680px; height: 680px; right: -260px; top: 60px; }
.dot-grid {
  position: absolute; z-index: 0; width: 320px; height: 300px;
  left: 0; top: 90px;
  background-image: radial-gradient(#d5d5d5 2px, transparent 2px);
  background-size: 26px 26px;
  pointer-events: none;
}
.container { position: relative; z-index: 2; }

/* ---------- Section heading ---------- */
.section-heading { text-align: center; margin-bottom: 3rem; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3.1rem); margin-bottom: 1.2rem; }
.section-heading p { color: #444; max-width: 820px; margin: 0 auto; font-size: 1.05rem; line-height: 1.8; }

/* ---------- About ---------- */
.about-ring {
  width: 400px; height: 400px; border-radius: 50%;
  border: 1px solid #e0e0e0;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto; padding: 26px;
}
.about-circle {
  width: 100%; height: 100%; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; text-align: center;
  background-image: linear-gradient(rgba(10, 30, 50, .35), rgba(10, 30, 50, .45)), url('../../images/about_us.jpg');
  background-size: cover; background-position: center;
  box-shadow: 0 20px 55px rgba(13, 36, 56, .3);
}
.about-circle span { font-size: 2.6rem; font-weight: 800; line-height: 1.2; text-shadow: 0 2px 10px rgba(0,0,0,.4); }
.about-text h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.35; margin-bottom: 1.8rem; }
.about-quote {
  border-left: 4px solid #d0d0d0; padding-left: 1.2rem;
  color: var(--muted); font-style: italic; font-size: 1.15rem; margin-bottom: 2.2rem;
}

/* ---------- Carousel base ---------- */
.carousel-track-wrap { overflow: hidden; }
.carousel-track {
  display: flex; gap: 1.6rem;
  transition: transform .5s cubic-bezier(.6,.05,.28,.98);
}
.nav-arrows { display: flex; justify-content: center; gap: 1.2rem; margin-top: 2.8rem; }
.nav-arrow {
  width: 52px; height: 52px; border-radius: 50%;
  border: none; background: #fff; box-shadow: 0 6px 20px rgba(0,0,0,.12);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all .3s; color: var(--dark); font-size: 1.2rem;
}
.nav-arrow:hover { background: var(--dark); color: #fff; }
.dots { display: flex; justify-content: center; flex-wrap: wrap; gap: .5rem; margin-top: 2rem; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: #cfcfcf; cursor: pointer; transition: all .3s; }
.dot.active { background: var(--dark); width: 26px; border-radius: 6px; }

/* ---------- Brand cards ---------- */
.brand-card {
  flex: 0 0 300px; max-width: 300px;
  background: #fff; border: 1px solid #ececec; border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
  padding: 1.6rem; display: flex; flex-direction: column;
  min-height: 300px;
}
.brand-card .bc-head { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: auto; }
.brand-card .bc-logo {
  flex: 0 0 66px; width: 66px; height: 66px;
  display: flex; align-items: center; justify-content: center;
}
.brand-card .bc-logo img { max-width: 100%; max-height: 66px; object-fit: contain; }
.brand-card h4 { font-size: 1.5rem; margin-bottom: .5rem; }
.brand-card p { color: var(--muted); font-size: .95rem; line-height: 1.6; margin: 0; }
.brand-card .btn-pill { margin-top: 1.6rem; align-self: flex-start; padding: 12px 26px; font-size: .72rem; }

/* ---------- Partner card (wide) ---------- */
.partner-card {
  background: #fff; border: 1px solid #ececec; border-radius: 14px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .06);
  padding: 3.5rem 2rem; text-align: center;
  max-width: 900px; margin: 0 auto;
}
.partner-card .partner-logo { height: 90px; object-fit: contain; margin-bottom: 2rem; }
.partner-card h3 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 1.4rem; }
.partner-card p { color: #555; font-size: 1.02rem; line-height: 1.8; max-width: 640px; margin: 0 auto 2rem; }

/* ---------- Benefits ---------- */
.benefits-sub { text-align: center; font-weight: 700; font-size: 1.3rem; margin: -1.4rem 0 2.6rem; }
.benefit-card {
  flex: 0 0 340px; max-width: 340px;
  background: #fff; border: 1px solid #ececec; border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
  padding: 2.2rem; min-height: 260px;
}
.benefit-card h4 { font-size: 1.5rem; margin-bottom: 1.1rem; line-height: 1.25; }
.benefit-card p { color: var(--muted); font-size: .96rem; line-height: 1.7; margin: 0; }

/* ---------- Testimonials ---------- */
.testi-section { position: relative; }
.testi-people-heading { position: relative; z-index: 3; }
.testi-people-heading .qmark { font-size: 3rem; color: #333; margin-bottom: .5rem; }
.testi-people-heading h2 { font-size: clamp(2.4rem, 4vw, 3.6rem); line-height: 1.1; }
.testi-blob {
  position: absolute; right: -160px; top: -60px;
  width: 620px; height: 620px; border-radius: 50%;
  background: #ededed; z-index: 0;
}
.testi-card {
  flex: 0 0 340px; max-width: 340px;
  background: #fff; border-radius: 20px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .08);
  padding: 2.2rem 2rem;
}
.testi-card .quote { font-size: .98rem; line-height: 1.7; color: #333; margin-bottom: 1.4rem; min-height: 110px; }
.testi-card .stars { color: var(--star); font-size: 1rem; margin-bottom: 1.2rem; letter-spacing: 2px; }
.testi-card .person { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.testi-card .person .name { font-weight: 700; font-size: 1.05rem; }
.testi-card .person .role { color: var(--muted); font-size: .85rem; }
.testi-card .person img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; flex: 0 0 56px; }

/* ---------- Our Clinics ---------- */
.clinic-row { margin-bottom: 3.5rem; }
.clinic-info h3 { font-size: 1.7rem; margin-bottom: 1.8rem; }
.clinic-info .contact-line { display: flex; align-items: flex-start; gap: .6rem; color: #333; font-size: 1rem; margin-bottom: .4rem; }
.clinic-info .contact-line i { color: var(--dark); font-size: 1.1rem; margin-top: 3px; }
.clinic-map iframe { width: 100%; height: 340px; border: 0; border-radius: 12px; box-shadow: 0 12px 34px rgba(0,0,0,.1); }

/* ---------- CTA ---------- */
.cta-card {
  border: 1px solid #e2e2e2; border-radius: 20px;
  padding: 3rem 3.5rem;
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
  flex-wrap: wrap;
}
.cta-card h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: .8rem; }
.cta-card p { color: #444; font-size: 1.1rem; margin: 0; max-width: 520px; }

/* ---------- Footer (WHITE) ---------- */
.footer { background: #fff; padding: 60px 0 0; border-top: 1px solid #f0f0f0; }
.footer .foot-logo { height: 58px; margin-bottom: 1.6rem; }
.footer .foot-tag { color: #666; font-style: italic; font-size: .95rem; }
.footer h5 { font-size: 1.15rem; font-weight: 700; margin-bottom: 1.4rem; color: var(--dark); }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { margin-bottom: .8rem; }
.footer ul li a { color: #444; font-size: .96rem; transition: color .2s; }
.footer ul li a:hover { color: var(--dark); }
.footer .foot-info p { font-size: .96rem; margin-bottom: .8rem; color: #444; }
.footer .foot-info b { color: var(--dark); }
.footer .social a {
  width: 38px; height: 38px; border-radius: 8px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--dark); font-size: 1.15rem; margin-right: .4rem; transition: all .3s;
}
.footer .social a:hover { color: #4a6fa5; }
.footer-bottom { border-top: 1px solid #eee; margin-top: 3rem; padding: 1.6rem 0; text-align: center; font-size: .9rem; color: #777; }

/* ---------- Scroll to top ---------- */
.scroll-top {
  position: fixed; right: 26px; bottom: 26px; z-index: 999;
  width: 52px; height: 52px; border-radius: 50%;
  background: #ededed; border: none; color: var(--dark); font-size: 1.3rem;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; opacity: 0; visibility: hidden;
  transition: all .3s; box-shadow: 0 6px 20px rgba(0,0,0,.15);
}
.scroll-top.show { opacity: 1; visibility: visible; }
.scroll-top:hover { background: var(--dark); color: #fff; }

/* ============================================================
   INNER PAGES
   ============================================================ */
.page-hero {
  position: relative; min-height: 62vh;
  display: flex; align-items: center; justify-content: center; text-align: center;
  background: url('../../images/hero.png') center/cover no-repeat;
  color: #fff; padding: 120px 20px 90px;
}
.page-hero::before { content: ''; position: absolute; inset: 0; background: rgba(0, 0, 0, .55); }
.page-hero-inner { position: relative; z-index: 2; max-width: 1000px; }
.page-hero h1 { font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 800; line-height: 1.1; margin-bottom: 1.2rem; text-shadow: 0 2px 20px rgba(0,0,0,.4); }
.page-hero p { font-size: clamp(1rem, 2vw, 1.35rem); font-weight: 500; opacity: .95; max-width: 820px; margin: 0 auto; line-height: 1.7; }

.lead-block { max-width: 900px; margin: 0 auto 3.5rem; text-align: center; }
.lead-block p { font-size: 1.12rem; line-height: 1.9; color: #444; }

.eyebrow { color: #4a6fa5; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; font-size: .82rem; margin-bottom: 1rem; display: block; }

.feature-card {
  background: #fff; border: 1px solid #ececec; border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
  padding: 2.4rem; height: 100%; transition: transform .3s, box-shadow .3s;
}
.feature-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(0,0,0,.1); }
.feature-card .fc-num {
  width: 54px; height: 54px; border-radius: 14px; background: var(--navy); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 1.4rem; font-weight: 800; margin-bottom: 1.4rem;
}
.feature-card .fc-icon {
  width: 60px; height: 60px; border-radius: 50%; background: #eef2f7; color: var(--navy);
  display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 1.4rem;
}
.feature-card h4 { font-size: 1.35rem; margin-bottom: .9rem; line-height: 1.3; }
.feature-card p { color: var(--muted); font-size: .97rem; line-height: 1.75; margin: 0; }
.feature-card .fc-sub { color: var(--navy); font-weight: 700; font-size: .9rem; margin-top: 1rem; display: block; }

.section-alt { background: var(--gray-100); }

.value-chip {
  background: #fff; border: 1px solid #e6e6e6; border-radius: 40px;
  padding: 12px 30px; font-weight: 600; color: var(--dark); display: inline-block; margin: .4rem;
  box-shadow: 0 6px 18px rgba(0,0,0,.05);
}

.mission-item { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.6rem; }
.mission-item i { color: var(--navy); font-size: 1.4rem; margin-top: 3px; }
.mission-item h5 { font-size: 1.12rem; margin-bottom: .3rem; }
.mission-item p { color: var(--muted); margin: 0; font-size: .96rem; line-height: 1.6; }

/* Data table */
.data-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.06); }
.data-table th { background: var(--navy); color: #fff; padding: 1rem 1.2rem; text-align: left; font-size: .92rem; font-weight: 700; }
.data-table td { padding: 1rem 1.2rem; border-bottom: 1px solid #eee; font-size: .95rem; color: #333; }
.data-table tr:last-child td { border-bottom: none; }
.data-table td.pos { color: #1a8a4a; font-weight: 700; }

.table-wrap { overflow-x: auto; }

/* Stat tiles */
.stat-tile { background: #fff; border: 1px solid #ececec; border-radius: 16px; padding: 2rem; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,.05); height: 100%; }
.stat-tile .num { font-size: 2.6rem; font-weight: 800; color: var(--navy); line-height: 1; margin-bottom: .6rem; }
.stat-tile .lbl { color: var(--muted); font-size: .95rem; }

/* Tier cards */
.tier-card { background: #fff; border: 1px solid #ececec; border-radius: 16px; padding: 2.4rem; height: 100%; box-shadow: 0 10px 30px rgba(0,0,0,.05); }
.tier-card.featured { border: 2px solid var(--navy); box-shadow: 0 18px 44px rgba(13,36,56,.14); }
.tier-card .tier-tag { display: inline-block; background: #eef2f7; color: var(--navy); font-weight: 700; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; padding: 6px 16px; border-radius: 30px; margin-bottom: 1.2rem; }
.tier-card h4 { font-size: 1.4rem; margin-bottom: 1rem; }
.tier-card p { color: var(--muted); font-size: .96rem; line-height: 1.7; }
.tier-card ul { list-style: none; padding: 0; margin: 1.2rem 0 0; }
.tier-card ul li { position: relative; padding-left: 1.7rem; margin-bottom: .8rem; font-size: .94rem; color: #333; line-height: 1.55; }
.tier-card ul li::before { content: '\\F26E'; font-family: 'bootstrap-icons'; position: absolute; left: 0; top: 1px; color: var(--navy); }
.tier-card .investor { margin-top: 1.4rem; padding-top: 1.2rem; border-top: 1px dashed #ddd; font-size: .9rem; color: #555; font-style: italic; }

/* Split content row */
.split-img { border-radius: 16px; box-shadow: 0 14px 40px rgba(0,0,0,.12); width: 100%; }

/* Contact form */
.form-card { background: #fff; border: 1px solid #ececec; border-radius: 20px; box-shadow: 0 16px 44px rgba(0,0,0,.07); padding: 3rem; max-width: 760px; margin: 0 auto; }
.form-card label { font-weight: 600; font-size: .92rem; margin-bottom: .4rem; color: var(--dark); }
.form-card .form-control { border: 1px solid #dcdcdc; border-radius: 10px; padding: .8rem 1rem; font-size: .96rem; }
.form-card .form-control:focus { border-color: var(--navy); box-shadow: 0 0 0 .2rem rgba(13,36,56,.1); }
.form-card .btn-pill { border: none; width: auto; }
.form-note { font-size: .88rem; color: var(--muted); }

/* ============================================================
   INNER PAGES — editorial centered layout (matches live site)
   ============================================================ */
.inner { padding: 130px 0 90px; position: relative; overflow: hidden; }
.inner .wrap { max-width: 900px; margin: 0 auto; position: relative; z-index: 2; }
.soft-blob { position: absolute; z-index: 0; width: 720px; height: 720px; border-radius: 50%;
  background: linear-gradient(144deg, #f0f0f0 0%, #f6f2ec 100%); pointer-events: none; }
.soft-blob.sb-left { left: -320px; top: -120px; }
.soft-blob.sb-right { right: -320px; top: 40px; }

.page-head { text-align: center; margin-bottom: 3rem; }
.page-head h1 { font-size: clamp(2rem, 5vw, 3.6rem); font-weight: 800; margin-bottom: .5rem; }
.page-head .sub { font-size: clamp(1.3rem, 3vw, 2.1rem); font-weight: 400; color: rgba(0, 0, 0, .5); margin: 0; }
.page-head.light h1 { font-weight: 300; color: rgba(0, 0, 0, .55); font-size: clamp(2.6rem, 8vw, 6rem); line-height: 1.02; }

.hero-photo { width: 100%; border-radius: 22px; box-shadow: 0 22px 54px rgba(0, 0, 0, .16); margin-bottom: 3rem; }

/* body blocks: LEFT-aligned headings, JUSTIFIED full-width body text (matches live site) */
.block { margin-bottom: 2.6rem; text-align: left; }
.block h3 { font-size: clamp(1.5rem, 2.7vw, 2.1rem); font-weight: 700; color: var(--dark); margin-bottom: 1rem; text-align: left; }
.block > p { color: rgba(0, 0, 0, .62); font-weight: 500; line-height: 1.9; font-size: 1.08rem; margin: 0 0 1rem; text-align: justify; }
.block .lead-in { color: var(--dark); font-weight: 700; }

/* centered variant (Vision / Team philosophy pages) */
.block.center { text-align: center; }
.block.center h3 { text-align: center; font-weight: 800; }
.block.center > p { text-align: center; }

.feature-list { max-width: none; margin: 1.3rem 0 0; text-align: left; }
.fl-item { display: flex; gap: 1.1rem; align-items: flex-start; margin-bottom: 1.5rem; }
.fl-item .fl-ic { font-size: 1.45rem; color: var(--dark); margin-top: 2px; flex: 0 0 28px; }
.fl-item p { margin: 0; color: rgba(0, 0, 0, .62); font-weight: 500; line-height: 1.75; font-size: 1.02rem; text-align: left; }
.fl-item p b { color: var(--dark); font-weight: 700; }

.values-list { max-width: none; margin: 0; }
.values-list p { color: rgba(0, 0, 0, .62); font-weight: 500; line-height: 1.8; font-size: 1.02rem; margin-bottom: .8rem; text-align: left; }
.values-list p b { color: var(--dark); font-weight: 700; }

.chart-img { width: 100%; border-radius: 16px; box-shadow: 0 16px 42px rgba(0,0,0,.12); margin: 1.5rem 0; }

/* clinic split (inner) */
.clinic-split { margin-bottom: 3.5rem; }
.clinic-split img { width: 100%; border-radius: 18px; box-shadow: 0 16px 42px rgba(0,0,0,.12); background:#fff; }
.clinic-split h4 { font-size: 1.7rem; margin-bottom: 1rem; }
.clinic-split p { color: #555; font-weight: 500; line-height: 1.8; }

/* ---------- News & Blog cards ---------- */
.blog-card { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 8px 28px rgba(0,0,0,.08); height: 100%; display: flex; flex-direction: column; transition: transform .3s, box-shadow .3s; }
.blog-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(0,0,0,.14); }
.blog-card .blog-img { height: 210px; background-size: cover; background-position: center; }
.blog-card .blog-body { padding: 1.7rem; display: flex; flex-direction: column; flex: 1; }
.blog-cat { color: #8a8a8a; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: .9rem; }
.blog-card h4 { font-size: 1.32rem; line-height: 1.3; margin-bottom: .9rem; color: var(--dark); }
.blog-card p { color: rgba(0,0,0,.6); font-size: .95rem; line-height: 1.7; flex: 1; margin: 0; }
.blog-card .btn-pill { align-self: flex-start; margin-top: 1.3rem; padding: 12px 26px; font-size: .72rem; }

/* ---------- Partnership Model grids ---------- */
.pm-item h5 { text-align: left; font-size: 1.35rem; font-weight: 700; color: var(--dark); margin-bottom: .7rem; }
.pm-item p { text-align: left; color: rgba(0,0,0,.62); font-weight: 500; line-height: 1.7; font-size: 1rem; margin-bottom: .5rem; }
.pm-item p.inv { font-style: italic; font-size: .92rem; color: #555; }
.pm-tier { height: 100%; }
.pm-tier h5 { text-align: left; font-size: 1.3rem; font-weight: 700; color: var(--dark); margin-bottom: .8rem; }
.pm-tier > p { text-align: left; color: rgba(0,0,0,.62); font-weight: 500; line-height: 1.65; font-size: 1rem; margin-bottom: 1rem; }
.pm-tier ul { list-style: none; padding: 0; margin: 0 0 1rem; }
.pm-tier li { position: relative; padding-left: 1.5rem; margin-bottom: .7rem; font-size: .94rem; color: rgba(0,0,0,.62); font-weight: 500; line-height: 1.55; text-align: left; }
.pm-tier li::before { content: '\\F26E'; font-family: 'bootstrap-icons'; position: absolute; left: 0; top: 0; color: var(--navy); }
.pm-tier .inv { font-style: italic; font-size: .9rem; color: #555; }

/* ---------- Our Clinics two-column ---------- */
.clinic-col { text-align: left; }
.clinic-col h3 { text-align: center; font-size: clamp(1.5rem,2.5vw,2rem); font-weight: 600; margin-bottom: 1.4rem; }
.clinic-col img { width: 100%; aspect-ratio: 1/1; object-fit: contain; background: #fff; border-radius: 16px; box-shadow: 0 14px 40px rgba(0,0,0,.1); padding: 2rem; margin-bottom: 1.6rem; }
.clinic-col p { text-align: justify; color: rgba(0,0,0,.62); font-weight: 500; line-height: 1.85; font-size: 1.02rem; margin-bottom: 1rem; }

/* ---------- Blog detail post ---------- */
.blog-hero-img { width: 100%; aspect-ratio: 2/1; object-fit: cover; border-radius: 20px; box-shadow: 0 22px 54px rgba(0,0,0,.16); margin-bottom: 2.4rem; }
.blog-post-meta { color: #8a8a8a; font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 1rem; }
.blog-title { font-size: clamp(1.8rem, 3.6vw, 2.7rem); font-weight: 800; line-height: 1.2; margin-bottom: 1.8rem; text-align: left; }
.post-back { display: inline-flex; align-items: center; gap: .5rem; color: var(--navy); font-weight: 600; font-size: .95rem; margin-top: 2.5rem; }
.post-back:hover { color: var(--dark); }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .about-ring { width: 300px; height: 300px; margin-bottom: 2.5rem; }
  .about-circle span { font-size: 2rem; }
  .testi-blob { display: none; }
  .cta-card { text-align: center; justify-content: center; }
}
@media (max-width: 767px) {
  .section { padding: 60px 0; }
  .about-ring { width: 250px; height: 250px; }
  .clinic-map { margin-top: 1.5rem; }
  .blob-left, .blob-right { display: none; }
}
