/* ============================================================
   Connect Family Dental — Homepage (Modern Dental Design)
   Loaded only on the homepage (index.php)
   ============================================================ */

:root {
  --c-primary: #0e7c9e;
  --c-primary-dark: #0a5f7c;
  --c-primary-darker: #084b64;
  --c-accent: #17b3a6;
  --c-accent-dark: #0e9186;
  --c-navy: #0f3a5c;
  --c-text: #4e6272;
  --c-muted: #7b8b99;
  --c-soft: #f3fafc;
  --c-blue-soft: #eaf5fb;
  --c-accent-soft: #e6f7f5;
  --c-border: #e3eef4;
  --c-gold: #ffb23e;
  --c-danger: #e2584c;
  --radius-lg: 24px;
  --radius-md: 16px;
  --shadow-sm: 0 6px 18px rgba(15, 58, 92, 0.06);
  --shadow-md: 0 16px 40px rgba(15, 58, 92, 0.10);
  --shadow-lg: 0 30px 70px rgba(14, 124, 158, 0.16);
  --grad-primary: linear-gradient(135deg, #0e7c9e 0%, #17b3a6 100%);
}

/* ---------- Base ---------- */
.hp {
  font-family: "Plus Jakarta Sans", "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--c-text);
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
.hp h1, .hp h2, .hp h3, .hp h4, .hp h5 {
  color: var(--c-navy);
  font-weight: 800;
  line-height: 1.2;
}
.hp a { transition: none; }
.hp img { max-width: 100%; }

/* Section spacing + shared bits */
.hp-section { padding: 96px 0; position: relative; }
.hp-section-soft { background: var(--c-soft); }
.hp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--c-primary);
  background: var(--c-blue-soft);
  border: 1px solid #cfe9f5;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.hp-title { font-size: clamp(30px, 4vw, 44px); margin: 0 0 14px; }
.hp-subtitle { font-size: 17px; line-height: 1.75; margin: 0; }
.hp-section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.hp-section-head .hp-eyebrow { margin-bottom: 16px; }
.hp-section-head .hp-title { margin-bottom: 16px; }

/* Buttons */
.hp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  font-size: 15px;
  padding: 15px 30px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}
.hp-btn-primary {
  background: var(--grad-primary);
  color: #fff;
  box-shadow: 0 12px 28px rgba(14, 124, 158, 0.32);
}
.hp-btn-primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 34px rgba(14, 124, 158, 0.42); }
.hp-btn-outline {
  background: #fff;
  color: var(--c-primary-dark);
  border: 2px solid var(--c-primary);
}
.hp-btn-outline:hover { background: var(--c-primary); color: #fff; }
.hp-btn-light {
  background: #fff;
  color: var(--c-primary-dark);
  box-shadow: var(--shadow-md);
}
.hp-btn-light:hover { color: var(--c-primary); transform: translateY(-2px); }
.hp-btn svg { flex: none; }

/* ============================================================
   HERO
   ============================================================ */
.hp-hero {
  position: relative;
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(23, 179, 166, 0.16), transparent 60%),
    radial-gradient(900px 600px at -10% 110%, rgba(14, 124, 158, 0.14), transparent 55%),
    linear-gradient(180deg, #f7fcfe 0%, #eef8fb 100%);
  padding: 172px 0 120px;
  overflow: hidden;
}
.hp-hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 90px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 90' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0,64 C240,110 480,10 720,40 C960,70 1200,30 1440,64 L1440,90 L0,90 Z'/%3E%3C/svg%3E") center/cover no-repeat;
}
.hp-hero-in { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hp-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--c-border);
  box-shadow: var(--shadow-sm);
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: var(--c-navy);
  margin-bottom: 24px;
}
.hp-hero-badge .hp-stars { color: var(--c-gold); letter-spacing: 2px; }
.hp-hero h1 { font-size: clamp(38px, 5vw, 60px); letter-spacing: -1.5px; margin: 0 0 22px; }
.hp-hero h1 span { color: var(--c-primary); }
.hp-hero-lead { font-size: 18px; line-height: 1.8; margin: 0 0 32px; max-width: 560px; }
.hp-hero-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-bottom: 36px; }
.hp-hero-trust { display: flex; flex-wrap: wrap; gap: 10px 26px; align-items: center; font-size: 14px; font-weight: 600; color: var(--c-navy); }
.hp-hero-trust .hp-tick {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--c-accent-dark);
}
.hp-hero-trust .hp-tick svg { flex: none; }

.hp-hero-visual { position: relative; }
.hp-hero-img {
  width: 100%;
  border-radius: 32px;
  box-shadow: var(--shadow-lg);
  border: 8px solid #fff;
  aspect-ratio: 4 / 4.4;
  object-fit: cover;
}
.hp-float-card {
  position: absolute;
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--c-border);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
  color: var(--c-navy);
}
.hp-float-card small { display: block; font-weight: 600; color: var(--c-muted); font-size: 12px; }
.hp-float-card .hp-fc-icon {
  width: 42px; height: 42px; flex: none;
  border-radius: 12px;
  display: grid; place-items: center;
  color: #fff;
}
.hp-float-card-1 { top: -18px; right: -14px; }
.hp-float-card-2 { bottom: 40px; left: -22px; }
.hp-float-card-3 { bottom: -24px; right: 26px; }
.hp-float-card-4 { top: 40px; left: -18px; }

/* Hero info strip (phone / fax / location) */
.hp-hero-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 74px;
}
.hp-info-card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  padding: 22px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  box-shadow: var(--shadow-sm);
}
.hp-info-card .hp-info-ico {
  width: 46px; height: 46px; flex: none;
  border-radius: 14px;
  background: var(--c-blue-soft);
  color: var(--c-primary);
  display: grid; place-items: center;
}
.hp-info-card h3 { font-size: 15px; margin: 0 0 4px; }
.hp-info-card p { margin: 0; font-size: 14px; line-height: 1.5; }
.hp-info-card a { color: var(--c-text); text-decoration: none; }
.hp-info-card a:hover { color: var(--c-primary); }

/* ============================================================
   TRUST / INSURANCE STRIP
   ============================================================ */
.hp-insurance { padding: 34px 0; border-bottom: 1px solid var(--c-border); background: #fff; }
.hp-insurance-in {
  display: flex; flex-wrap: wrap; gap: 18px 40px; align-items: center; justify-content: center;
  text-align: center;
}
.hp-insurance-label { font-weight: 800; color: var(--c-navy); font-size: 16px; margin: 0; }
.hp-insurance-item {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 14px; color: var(--c-primary-dark);
  background: var(--c-blue-soft); border: 1px solid #d5ecf8;
  padding: 9px 16px; border-radius: 999px;
}
.hp-insurance-item svg { color: var(--c-accent); flex: none; }

/* ============================================================
   ABOUT PREVIEW
   ============================================================ */
.hp-about-in { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.hp-about-visual { position: relative; }
.hp-about-img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  object-fit: cover;
  aspect-ratio: 5 / 5.6;
}
.hp-about-exp {
  position: absolute;
  right: -18px; bottom: 34px;
  background: var(--grad-primary);
  color: #fff;
  border-radius: var(--radius-md);
  padding: 20px 24px;
  text-align: center;
  box-shadow: var(--shadow-lg);
}
.hp-about-exp strong { display: block; font-size: 34px; line-height: 1; }
.hp-about-exp span { font-size: 13px; font-weight: 600; opacity: .92; }
.hp-about-list { list-style: none; margin: 24px 0 30px; padding: 0; display: grid; gap: 14px; }
.hp-about-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; line-height: 1.6; }
.hp-about-list .hp-check {
  width: 26px; height: 26px; flex: none; margin-top: 2px;
  border-radius: 50%;
  background: var(--c-accent-soft);
  color: var(--c-accent-dark);
  display: grid; place-items: center;
}
.hp-about-sign { display: flex; align-items: center; gap: 16px; margin-top: 30px; }
.hp-about-sign img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; border: 3px solid var(--c-blue-soft); }
.hp-about-sign strong { display: block; color: var(--c-navy); font-size: 16px; }
.hp-about-sign span { font-size: 13.5px; color: var(--c-muted); }

/* ============================================================
   SERVICE PAGE CONTENT
   ============================================================ */
.hp-service-subs { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 26px; }
.hp-service-sub {
  background: var(--c-soft);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  padding: 20px 22px;
  transition: none;
}
.hp-service-sub:hover {   }
.hp-service-sub h3 { font-size: 16.5px; color: var(--c-navy); margin: 0 0 8px; display: flex; align-items: center; gap: 9px; }
.hp-service-sub h3::before {
  content: "";
  width: 8px; height: 8px; flex: none;
  border-radius: 50%;
  background: var(--grad-primary);
}
.hp-service-sub p { font-size: 14px; line-height: 1.65; margin: 0; }
.hp-service-sub.single { grid-column: 1 / -1; }
@media (max-width: 767px) {
  .hp-service-subs { grid-template-columns: 1fr; }
}

/* ============================================================
   LEGAL / TERMS PAGE
   ============================================================ */
.hp-terms { max-width: 860px; margin: 0 auto; }
.hp-terms-block {
  background: #fff;
  border: 1px solid var(--c-border);
  border-left: 4px solid var(--c-primary);
  border-radius: var(--radius-md);
  padding: 24px 28px;
  margin-bottom: 20px;
  box-shadow: var(--shadow-sm);
}
.hp-terms-block h2 {
  font-size: 18px;
  color: var(--c-navy);
  margin: 0 0 10px;
}
.hp-terms-block p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--c-text);
  margin: 0;
}
.hp-terms-contact {
  background: var(--c-soft);
  border-radius: var(--radius-md);
  padding: 26px 28px;
  margin-top: 8px;
}
.hp-terms-contact h2 { font-size: 18px; color: var(--c-navy); margin: 0 0 12px; }
.hp-terms-contact p { font-size: 15px; line-height: 1.8; color: var(--c-text); margin: 0; }
.hp-terms-contact a { color: var(--c-primary); font-weight: 700; text-decoration: none; }
.hp-terms-contact a:hover { text-decoration: underline; }

/* ============================================================
   BLOG POST (ARTICLE) PAGE
   ============================================================ */
.hp-post-wrap { max-width: 860px; margin: 0 auto; }
.hp-post-img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  margin-bottom: 40px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.hp-post-body h2 {
  font-size: 26px;
  color: var(--c-navy);
  margin: 44px 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--c-blue-soft);
}
.hp-post-body h3 {
  font-size: 19px;
  color: var(--c-navy);
  margin: 30px 0 10px;
}
.hp-post-body p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--c-text);
  margin: 0 0 18px;
}
.hp-post-body ul {
  margin: 0 0 20px;
  padding-left: 22px;
}
.hp-post-body li {
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--c-text);
  margin-bottom: 6px;
}
.hp-post-body ul li::marker { color: var(--c-primary); }
.hp-post-faq-note { font-size: 14px; color: var(--c-muted); margin-top: 8px; }

/* ============================================================
   SERVICES
   ============================================================ */
.hp-services { background: var(--c-soft); }
.hp-services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.hp-service-card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  display: flex; flex-direction: column;
  transition: none;
}
.hp-service-card:hover {   }
.hp-service-ico {
  width: 62px; height: 62px;
  border-radius: 18px;
  background: var(--c-blue-soft);
  color: var(--c-primary);
  display: grid; place-items: center;
  margin-bottom: 22px;
  transition: none;
}
.hp-service-card:hover .hp-service-ico { background: var(--grad-primary); color: #fff; }
.hp-service-ico img, .hp-service-ico svg { width: 34px; height: 34px; }
.hp-service-card h3 { font-size: 19px; margin: 0 0 10px; }
.hp-service-card p { font-size: 14.5px; line-height: 1.65; margin: 0 0 18px; flex: 1; }
.hp-service-link { font-weight: 700; font-size: 14px; color: var(--c-primary); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.hp-service-link:hover { color: var(--c-accent-dark); gap: 12px; }
.hp-services-cta { text-align: center; margin-top: 48px; }

/* ============================================================
   WHY CHOOSE US
   ============================================================ */
.hp-why-in { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.hp-why-features { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.hp-why-card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  padding: 24px;
  transition: none;
}
.hp-why-card:hover {   }
.hp-why-card .hp-why-ico {
  width: 50px; height: 50px; border-radius: 14px;
  background: var(--c-accent-soft); color: var(--c-accent-dark);
  display: grid; place-items: center; margin-bottom: 16px;
}
.hp-why-card h3 { font-size: 17px; margin: 0 0 8px; }
.hp-why-card p { font-size: 14px; line-height: 1.6; margin: 0; }

/* Stats */
.hp-stats {
  background: var(--grad-primary);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  margin-top: 96px;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  text-align: center;
  color: #fff;
}
.hp-stat strong { display: flex; align-items: baseline; justify-content: center; gap: 2px; font-size: 28px; font-weight: 800; line-height: 1.2; color: #fff; white-space: nowrap; }
.hp-stat .counter { font-size: inherit; }
.hp-stat-suffix { font-size: 0.6em; font-weight: 700; line-height: 1; }
.hp-stat span { display: block; margin-top: 6px; font-size: 13px; font-weight: 600; opacity: .92; line-height: 1.4; }
.hp-stat + .hp-stat { border-left: 1px solid rgba(255, 255, 255, .25); }

/* ============================================================
   OFFER POPUP
   ============================================================ */
.hp-popup-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.hp-popup {
  background: #fff;
  border-radius: 20px;
  max-width: 480px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
  position: relative;
  animation: hpPopupIn 0.3s ease;
}
@keyframes hpPopupIn {
  from { opacity: 0; transform: scale(0.9) translateY(20px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}
.hp-popup-close {
  position: absolute;
  top: 12px; right: 16px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  font-size: 28px;
  line-height: 1;
  color: #555;
  cursor: pointer;
  width: 36px; height: 36px;
  border-radius: 50%;
  display: grid; place-items: center;
  z-index: 10;
  transition: background 0.2s;
}
.hp-popup-close:hover { background: #fff; color: #000; }
.hp-popup-header {
  background: var(--grad-primary);
  color: #fff;
  padding: 28px 24px 22px;
  text-align: center;
}
.hp-popup-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 4px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.hp-popup-header h2 { margin: 0 0 4px; font-size: 24px; color: #fff; }
.hp-popup-header p { margin: 0; font-size: 14px; opacity: 0.9; }
.hp-popup-body { padding: 20px 24px; }
.hp-popup-offer {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--c-border);
}
.hp-popup-offer:last-child { border-bottom: none; }
.hp-popup-offer-icon {
  width: 44px; height: 44px; flex: none;
  border-radius: 12px;
  background: var(--c-blue-soft);
  color: var(--c-primary);
  display: grid; place-items: center;
  font-size: 18px;
}
.hp-popup-offer h3 { margin: 0 0 3px; font-size: 16px; color: var(--c-navy); }
.hp-popup-offer p { margin: 0; font-size: 13px; color: var(--c-muted); line-height: 1.5; }
.hp-popup-offer-es .hp-popup-offer-icon { background: #fef3c7; color: #d97706; }
.hp-popup-offer-es h3 { color: #92400e; }
.hp-popup-footer {
  padding: 0 24px 24px;
  display: flex;
  gap: 10px;
}
.hp-popup-footer .hp-btn { flex: 1; text-align: center; font-size: 14px; padding: 13px 16px; }
@media (max-width: 575.98px) {
  .hp-popup { max-width: 100%; margin: 0 10px; }
  .hp-popup-header { padding: 22px 18px 18px; }
  .hp-popup-header h2 { font-size: 20px; }
  .hp-popup-body { padding: 16px 18px; }
  .hp-popup-footer { flex-direction: column; padding: 0 18px 18px; }
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.hp-testi-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.hp-testi-card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-sm);
  position: relative;
}
.hp-testi-card::before {
  content: "\201C";
  position: absolute; top: 14px; right: 26px;
  font-size: 90px; line-height: 1;
  color: var(--c-blue-soft);
  font-family: Georgia, serif;
}
.hp-stars { color: var(--c-gold); letter-spacing: 3px; font-size: 15px; margin-bottom: 16px; }
.hp-testi-card p { font-size: 15.5px; line-height: 1.75; margin: 0 0 20px; color: var(--c-navy); font-weight: 500; }
.hp-testi-meta { display: flex; align-items: center; gap: 12px; }
.hp-testi-meta .hp-avatar {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--grad-primary); color: #fff;
  display: grid; place-items: center;
  font-weight: 800; font-size: 16px;
}
.hp-testi-meta strong { display: block; color: var(--c-navy); font-size: 15px; }
.hp-testi-meta span { font-size: 13px; color: var(--c-muted); }
.hp-testi-cta { text-align: center; margin-top: 44px; }

/* ============================================================
   CTA BANNERS (Invisalign QR + Emergency)
   ============================================================ */
.hp-cta {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  color: #fff;
}
.hp-cta-in { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 40px; padding: 56px; }
.hp-cta h2 { color: #fff; font-size: clamp(26px, 3.4vw, 38px); margin: 0 0 14px; }
.hp-cta p { font-size: 16px; line-height: 1.7; margin: 0 0 26px; opacity: .95; }
.hp-cta-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.hp-cta-steps li { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 600; }
.hp-cta-steps .hp-step-num {
  width: 30px; height: 30px; flex: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .45);
  display: grid; place-items: center;
  font-size: 13px; font-weight: 800;
}
.hp-cta-visual { text-align: center; }
.hp-cta-visual img {
  max-width: 250px; border-radius: 18px;
  border: 6px solid rgba(255, 255, 255, .85);
  box-shadow: var(--shadow-lg);
}
.hp-cta-gradient { background: linear-gradient(120deg, #0a5f7c 0%, #17b3a6 100%); }
.hp-cta-navy { background: linear-gradient(120deg, #0f3a5c 0%, #0e7c9e 100%); }
.hp-cta-emergency .hp-cta-in { grid-template-columns: 1fr auto; }
.hp-cta-phone {
  text-align: center;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: var(--radius-md);
  padding: 26px 34px;
}
.hp-cta-phone small { font-size: 13px; font-weight: 600; opacity: .9; display: block; margin-bottom: 6px; }
.hp-cta-phone a { font-size: clamp(24px, 3vw, 34px); font-weight: 800; color: #fff; text-decoration: none; display: block; }
.hp-cta-phone a:hover { color: #fff; opacity: .9; }

/* ============================================================
   BLOG
   ============================================================ */
.hp-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.hp-blog-card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: none;
}
.hp-blog-card:hover {   }
.hp-blog-thumb { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 10; }
.hp-blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: none; }
.hp-blog-card:hover .hp-blog-thumb img { transform: scale(1.06); }
.hp-blog-tag {
  position: absolute; top: 14px; left: 14px;
  background: rgba(255, 255, 255, .94);
  color: var(--c-primary);
  font-size: 12px; font-weight: 700;
  padding: 6px 12px; border-radius: 999px;
}
.hp-blog-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.hp-blog-date { font-size: 13px; color: var(--c-muted); font-weight: 600; margin-bottom: 10px; }
.hp-blog-body h3 { font-size: 18px; line-height: 1.45; margin: 0 0 12px; }
.hp-blog-body h3 a { color: var(--c-navy); text-decoration: none; }
.hp-blog-body h3 a:hover { color: var(--c-primary); }
.hp-blog-body p { font-size: 14px; line-height: 1.65; margin: 0 0 18px; flex: 1; }
.hp-blog-more { font-weight: 700; font-size: 14px; color: var(--c-primary); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.hp-blog-more:hover { color: var(--c-accent-dark); gap: 12px; }

/* ============================================================
   FAQ
   ============================================================ */
.hp-faq-wrap { max-width: 820px; margin: 0 auto; }
.hp-faq-item {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  margin-bottom: 14px;
  overflow: hidden;
  transition: box-shadow .3s ease, border-color .3s ease;
}
.hp-faq-item[open] { border-color: var(--c-primary); box-shadow: var(--shadow-md); }
.hp-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 26px;
  font-weight: 700;
  font-size: 16.5px;
  color: var(--c-navy);
}
.hp-faq-item summary::-webkit-details-marker { display: none; }
.hp-faq-item summary::after {
  content: "+";
  flex: none;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--c-blue-soft);
  color: var(--c-primary);
  display: grid; place-items: center;
  font-size: 20px; font-weight: 700;
  transition: transform .3s ease, background .3s ease, color .3s ease;
}
.hp-faq-item[open] summary::after { transform: rotate(45deg); background: var(--c-primary); color: #fff; }
.hp-faq-answer { padding: 0 26px 24px; font-size: 15px; line-height: 1.75; }
.hp-faq-answer ul { margin: 10px 0 0; padding-left: 20px; }
.hp-faq-answer li { margin-bottom: 6px; }
.hp-faq-more { text-align: center; margin-top: 36px; }

/* ============================================================
   APPOINTMENT
   ============================================================ */
.hp-appoint { background: var(--c-soft); }
.hp-appoint-in { display: grid; grid-template-columns: 1.25fr .75fr; gap: 40px; align-items: stretch; }
.hp-appoint-form {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 44px;
  box-shadow: var(--shadow-md);
}
.hp-appoint-form .row { margin-left: -10px; margin-right: -10px; }
.hp-appoint-form [class*="col-"] { padding-left: 10px; padding-right: 10px; }
.hp-field { display: block; width: 100%; margin-bottom: 20px; }
.hp-field label { display: block; font-weight: 700; font-size: 13.5px; color: var(--c-navy); margin-bottom: 8px; }
.hp-field .hp-input, .hp-field select {
  width: 100%;
  border: 1.5px solid var(--c-border);
  background: var(--c-soft);
  border-radius: 12px;
  padding: 13px 16px;
  font-size: 15px;
  color: var(--c-navy);
  outline: none;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.hp-field .hp-input:focus, .hp-field select:focus {
  border-color: var(--c-primary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(14, 124, 158, .12);
}
.hp-field select { appearance: auto; }
.hp-field .error { display: block; color: var(--c-danger); font-size: 12.5px; margin-top: 6px; }
.hp-appoint-side {
  background: var(--grad-primary);
  border-radius: var(--radius-lg);
  padding: 44px 38px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.hp-appoint-side h3 { color: #fff; font-size: 22px; margin: 0 0 6px; }
.hp-appoint-side .hp-as-item { display: flex; gap: 14px; align-items: flex-start; }
.hp-appoint-side .hp-as-ico {
  width: 46px; height: 46px; flex: none;
  border-radius: 14px;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .3);
  display: grid; place-items: center;
}
.hp-appoint-side p { margin: 0; font-size: 14.5px; line-height: 1.6; opacity: .96; }
.hp-appoint-side strong { display: block; font-size: 15.5px; margin-bottom: 3px; }
.hp-appoint-side a { color: #fff; text-decoration: none; }
.hp-appoint-side a:hover { text-decoration: underline; }
.hp-appoint-side hr { border: 0; border-top: 1px solid rgba(255, 255, 255, .25); margin: 0; opacity: 1; }
.hp-recaptcha { margin-bottom: 22px; }

/* ============================================================
   MAP / CONTACT
   ============================================================ */
.hp-map-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--c-border);
  box-shadow: var(--shadow-md);
}
.hp-map-card iframe { display: block; width: 100%; height: 460px; border: 0; }

/* ============================================================
   INNER PAGE HERO (About etc.)
   ============================================================ */
.hp-page-hero {
  background:
    radial-gradient(900px 420px at 85% -10%, rgba(23, 179, 166, 0.22), transparent 60%),
    radial-gradient(800px 500px at -10% 110%, rgba(14, 124, 158, 0.16), transparent 55%),
    linear-gradient(160deg, #0c4a66 0%, #0e7c9e 55%, #17b3a6 130%);
  padding: 188px 0 96px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hp-page-hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 70px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 70' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0,50 C300,90 600,10 900,35 C1150,55 1300,20 1440,50 L1440,70 L0,70 Z'/%3E%3C/svg%3E") center/cover no-repeat;
}
.hp-page-hero h1 {
  color: #fff;
  font-size: clamp(34px, 4.5vw, 52px);
  margin: 0 0 14px;
  letter-spacing: -1px;
}
.hp-page-hero p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto 22px;
}
.hp-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 9px 20px;
  font-size: 13.5px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 26px;
}
.hp-breadcrumb a { color: #bff0ea; text-decoration: none; }
.hp-breadcrumb a:hover { color: #fff; }
.hp-breadcrumb .hp-bc-sep { opacity: 0.6; }
.hp-breadcrumb .hp-bc-current { color: #fff; }
@media (max-width: 991.98px) {
  .hp-page-hero { padding: 140px 0 70px; }
}

/* ============================================================
   DOCTOR PROFILE (About)
   ============================================================ */
.hp-doctor-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  align-items: center;
}
.hp-doctor-img-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 8px solid #fff;
  background: var(--c-blue-soft);
}
.hp-doctor-img-wrap img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
}
.hp-doctor-badge {
  position: absolute;
  left: 18px; bottom: 18px;
  background: #fff;
  border-radius: 14px;
  box-shadow: var(--shadow-md);
  padding: 13px 18px;
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 700;
  font-size: 14px;
  color: var(--c-navy);
}
.hp-doctor-badge .hp-db-ico {
  width: 38px; height: 38px;
  border-radius: 11px;
  background: var(--grad-primary);
  color: #fff;
  display: grid;
  place-items: center;
  flex: none;
}
.hp-doctor-name { font-size: clamp(28px, 3.4vw, 40px); margin: 0 0 8px; }
.hp-doctor-role {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--c-primary);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 22px;
}
.hp-doctor-bio { font-size: 15.5px; line-height: 1.85; color: var(--c-text); margin: 0 0 24px; }
.hp-doctor-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.hp-doctor-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--c-blue-soft);
  border: 1px solid #d5ecf8;
  color: var(--c-primary-dark);
  font-size: 13.5px;
  font-weight: 700;
  padding: 9px 15px;
  border-radius: 999px;
}
.hp-doctor-chip svg { color: var(--c-accent); flex: none; }
@media (max-width: 991.98px) {
  .hp-doctor-grid { grid-template-columns: 1fr; gap: 44px; }
}

/* ============================================================
   LOCATION / CONTACT CARD (About)
   ============================================================ */
.hp-loc-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: stretch;
}
.hp-loc-card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: 44px;
}
.hp-loc-card h3 { font-size: 20px; margin: 0 0 18px; }
.hp-loc-list { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 18px; }
.hp-loc-list li { display: flex; gap: 14px; align-items: flex-start; }
.hp-loc-list .hp-loc-ico {
  width: 44px; height: 44px; flex: none;
  border-radius: 13px;
  background: var(--c-blue-soft);
  color: var(--c-primary);
  display: grid;
  place-items: center;
}
.hp-loc-list strong { display: block; color: var(--c-navy); font-size: 15px; margin-bottom: 3px; }
.hp-loc-list p, .hp-loc-list a { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--c-text); text-decoration: none; }
.hp-loc-list a:hover { color: var(--c-primary); }
@media (max-width: 991.98px) {
  .hp-loc-grid { grid-template-columns: 1fr; }
  .hp-loc-card { padding: 30px 24px; }
}

/* ============================================================
   TEAM GRID (Our Team)
   ============================================================ */
.hp-team-group { margin-bottom: 64px; }
.hp-team-group:last-child { margin-bottom: 0; }
.hp-team-group-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}
.hp-team-group-head h2 { font-size: 26px; margin: 0; }
.hp-team-group-head::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--c-border);
}
.hp-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.hp-team-card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hp-team-card:hover {   }
.hp-team-photo {
  aspect-ratio: 1 / 1.05;
  overflow: hidden;
  background: var(--c-blue-soft);
}
.hp-team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.5s ease;
}
.hp-team-card:hover .hp-team-photo img { transform: scale(1.05); }
.hp-team-body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.hp-team-name { font-size: 19px; margin: 0 0 4px; color: var(--c-navy); }
.hp-team-role {
  color: var(--c-primary);
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.hp-team-desc { font-size: 14px; line-height: 1.7; margin: 0 0 16px; flex: 1; }
.hp-team-skills { display: flex; flex-wrap: wrap; gap: 8px; }
.hp-team-skill {
  font-size: 12px;
  font-weight: 600;
  background: var(--c-blue-soft);
  border: 1px solid #d5ecf8;
  color: var(--c-primary-dark);
  padding: 5px 11px;
  border-radius: 999px;
}
@media (max-width: 991.98px) {
  .hp-team-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575.98px) {
  .hp-team-grid { grid-template-columns: 1fr; }
}

/* Split image + text (team support sections) */
.hp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.hp-split-img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
@media (max-width: 991.98px) {
  .hp-split { grid-template-columns: 1fr; gap: 36px; }
}

/* ============================================================
   PATIENT PAGE CARDS
   ============================================================ */
.hp-cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.hp-card3 {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 30px 28px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hp-card3:hover {   }
.hp-card3-top { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.hp-card3-ico {
  width: 54px; height: 54px; flex: none;
  border-radius: 15px;
  background: var(--c-blue-soft);
  color: var(--c-primary);
  display: grid;
  place-items: center;
  font-size: 21px;
}
.hp-card3 h3 { font-size: 19px; margin: 0; }
.hp-card3-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 13px; }
.hp-card3-list li { display: flex; gap: 11px; align-items: flex-start; font-size: 14.5px; line-height: 1.6; }
.hp-card3-list .hp-tick {
  width: 22px; height: 22px; flex: none; margin-top: 2px;
  border-radius: 50%;
  background: var(--c-accent-soft);
  color: var(--c-accent-dark);
  display: grid;
  place-items: center;
}
@media (max-width: 991.98px) {
  .hp-cards-3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575.98px) {
  .hp-cards-3 { grid-template-columns: 1fr; }
}

/* Dos & Don'ts */
.hp-dd-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 980px; margin: 0 auto; }
.hp-dd-card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.hp-dd-head {
  padding: 20px 28px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}
.hp-dd-head.hp-dd-do { background: linear-gradient(135deg, #0e9186 0%, #17b3a6 100%); }
.hp-dd-head.hp-dd-dont { background: linear-gradient(135deg, #c2493f 0%, #e2584c 100%); }
.hp-dd-list { list-style: none; margin: 0; padding: 26px 28px; display: grid; gap: 20px; }
.hp-dd-list li { display: flex; gap: 13px; align-items: flex-start; font-size: 15px; line-height: 1.65; }
.hp-dd-list .hp-tick {
  width: 26px; height: 26px; flex: none; margin-top: 1px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
}
.hp-dd-list.hp-dd-do-list .hp-tick { background: var(--c-accent); }
.hp-dd-list.hp-dd-dont-list .hp-tick { background: var(--c-danger); }
.hp-dd-list strong { color: var(--c-navy); }
@media (max-width: 767.98px) {
  .hp-dd-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   VIDEO LIBRARY (Dental Videos)
   ============================================================ */
.hp-video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.hp-video-card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hp-video-card:hover {   }
.hp-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--c-navy);
}
.hp-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.hp-video-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.hp-video-body h3 { font-size: 19px; margin: 0 0 10px; }
.hp-video-body p { font-size: 14.5px; line-height: 1.7; margin: 0; flex: 1; }
.hp-video-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 700;
  color: var(--c-primary);
  background: var(--c-blue-soft);
  border: 1px solid #d5ecf8;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
  align-self: flex-start;
}
@media (max-width: 991.98px) {
  .hp-video-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575.98px) {
  .hp-video-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   OFFER / PRICING CARDS
   ============================================================ */
.hp-offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
.hp-offer-card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hp-offer-card:hover {   }
.hp-offer-head {
  background: var(--grad-primary);
  color: #fff;
  padding: 26px 30px;
}
.hp-offer-head h3 { color: #fff; font-size: 22px; margin: 0 0 8px; }
.hp-offer-head p { margin: 0; font-size: 14.5px; line-height: 1.65; opacity: 0.95; }
.hp-offer-body { padding: 30px; display: flex; flex-direction: column; flex: 1; }
.hp-offer-price { font-size: 46px; font-weight: 800; color: var(--c-navy); line-height: 1; margin: 0 0 20px; }
.hp-offer-price small { font-size: 15px; font-weight: 600; color: var(--c-muted); }
.hp-offer-features { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 13px; }
.hp-offer-features li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; line-height: 1.6; }
.hp-offer-features .hp-tick {
  width: 24px; height: 24px; flex: none; margin-top: 1px;
  border-radius: 50%;
  background: var(--c-accent-soft);
  color: var(--c-accent-dark);
  display: grid;
  place-items: center;
}
.hp-offer-features img { border-radius: 12px; width: 100%; max-width: 280px; margin: 4px 0 0; }
.hp-offer-btn { margin-top: auto; }
@media (max-width: 767.98px) {
  .hp-offer-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   CAREERS: PROCESS STEPS + NOTICE
   ============================================================ */
.hp-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.hp-process-step {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  position: relative;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hp-process-step:hover {   }
.hp-process-num {
  width: 54px; height: 54px;
  border-radius: 16px;
  background: var(--grad-primary);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}
.hp-process-step h3 { font-size: 18px; margin: 0 0 10px; }
.hp-process-step p { font-size: 14.5px; line-height: 1.65; margin: 0; }
.hp-process-step a { color: var(--c-primary); font-weight: 600; }
@media (max-width: 991.98px) {
  .hp-process-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575.98px) {
  .hp-process-grid { grid-template-columns: 1fr; }
}
.hp-notice {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff7ec;
  border: 1px solid #ffd9a8;
  border-radius: var(--radius-md);
  padding: 22px 26px;
  max-width: 820px;
  margin: 0 auto;
}
.hp-notice-ico {
  width: 52px; height: 52px; flex: none;
  border-radius: 14px;
  background: #ffedcc;
  color: #d97706;
  display: grid;
  place-items: center;
  font-size: 22px;
}
.hp-notice h3 { font-size: 18px; margin: 0 0 4px; color: #92400e; }
.hp-notice p { margin: 0; font-size: 14.5px; color: #78350f; }
@media (max-width: 575.98px) {
  .hp-notice { flex-direction: column; text-align: center; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991.98px) {
  .hp-section { padding: 72px 0; }
  .hp-hero { padding: 130px 0 90px; }
  .hp-hero-in, .hp-about-in, .hp-why-in { grid-template-columns: 1fr; gap: 44px; }
  .hp-hero-info { grid-template-columns: 1fr; margin-top: 56px; }
  .hp-services-grid { grid-template-columns: repeat(2, 1fr); }
  .hp-blog-grid { grid-template-columns: 1fr 1fr; }
  .hp-appoint-in { grid-template-columns: 1fr; }
  .hp-cta-in, .hp-cta-emergency .hp-cta-in { grid-template-columns: 1fr; }
  .hp-cta-visual { order: -1; }
  .hp-float-card-1 { right: 6px; }
  .hp-float-card-2 { left: 6px; }
  .hp-float-card-4 { left: 6px; top: 30px; }
}
@media (max-width: 767.98px) {
  .hp-section { padding: 60px 0; }
  .hp-hero h1 { font-size: 34px; }
  .hp-hero-cta { flex-direction: column; align-items: stretch; }
  .hp-hero-cta .hp-btn { width: 100%; }
  .hp-services-grid, .hp-blog-grid, .hp-testi-grid, .hp-why-features { grid-template-columns: 1fr; }
  .hp-stats { grid-template-columns: 1fr 1fr; padding: 20px; gap: 16px; }
  .hp-stat:nth-child(3) { border-left: 0; }
  .hp-stat strong { font-size: 26px; }
  .hp-stat span { font-size: 12px; }
  .hp-appoint-form { padding: 30px 22px; }
  .hp-cta-in { padding: 34px 24px; }
  .hp-about-exp { right: 6px; }
}
@media (max-width: 575.98px) {
  .hp-stats { grid-template-columns: 1fr 1fr; padding: 16px; gap: 12px; margin-top: 64px; }
  .hp-stat strong { font-size: 22px; }
  .hp-stat span { font-size: 11px; }
  .hp-stat + .hp-stat { border-left: 1px solid rgba(255, 255, 255, .25); }
  .hp-stat:nth-child(2) { border-left: 1px solid rgba(255, 255, 255, .25); }
  .hp-stat:nth-child(3) { border-left: 0; }
  .hp-stat:nth-child(4) { border-left: 1px solid rgba(255, 255, 255, .25); }
}

/* ============================================================
   BLOG DETAIL — Two-Column Layout with Sidebar
   ============================================================ */

/* --- Blog Hero (title + meta) --- */
.hp-blog-hero { padding: 0 0 40px; }
.hp-blog-hero h1 {
  font-size: clamp(28px, 3.5vw, 40px);
  color: var(--c-navy);
  line-height: 1.2;
  margin-bottom: 10px;
}
.hp-blog-hero h1 em {
  font-style: italic;
  color: var(--c-primary);
}
.hp-blog-hero .hp-blog-subtitle {
  font-size: 16px;
  color: var(--c-text);
  line-height: 1.6;
  margin-bottom: 16px;
}
.hp-blog-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  color: var(--c-muted);
  flex-wrap: wrap;
}
.hp-blog-meta img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.hp-blog-meta strong { color: var(--c-navy); }
.hp-blog-meta .hp-blog-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--c-muted); }

/* --- Blog Two-Column Layout --- */
.hp-blog-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: start;
}

/* --- Quick Answer Box --- */
.hp-blog-quick {
  background: var(--c-soft);
  border: 1px solid var(--c-border);
  border-radius: 16px;
  padding: 28px 30px;
  margin-bottom: 36px;
}
.hp-blog-quick-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.hp-blog-quick-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--grad-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
.hp-blog-quick-head h2 {
  font-size: 20px;
  margin: 0;
  color: var(--c-navy);
}
.hp-blog-quick p {
  font-size: 15px;
  color: var(--c-text);
  line-height: 1.65;
  margin: 0 0 18px;
}
.hp-blog-quick-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.hp-blog-quick-col {
  display: flex;
  gap: 10px;
}
.hp-blog-quick-col-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #e6f7f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-primary);
  flex-shrink: 0;
}
.hp-blog-quick-col h4 {
  font-size: 13px;
  color: var(--c-navy);
  margin: 0 0 2px;
}
.hp-blog-quick-col span {
  font-size: 13px;
  color: var(--c-muted);
  line-height: 1.4;
}

/* --- Table of Contents --- */
.hp-blog-toc {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 16px;
  padding: 24px 28px;
  margin-bottom: 36px;
}
.hp-blog-toc h3 {
  font-size: 18px;
  margin: 0 0 14px;
  color: var(--c-navy);
}
.hp-blog-toc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 20px;
}
.hp-blog-toc a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--c-text);
  text-decoration: none;
  padding: 4px 0;
  transition: color .2s;
}
.hp-blog-toc a:hover { color: var(--c-primary); }
.hp-blog-toc-num {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: var(--c-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--c-primary);
  flex-shrink: 0;
}

/* --- Numbered Sections --- */
.hp-blog-section {
  margin-bottom: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--c-border);
}
.hp-blog-section:last-child { border-bottom: none; }
.hp-blog-section-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.hp-blog-section-num {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--grad-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  flex-shrink: 0;
}
.hp-blog-section-head h2 {
  font-size: 22px;
  color: var(--c-navy);
  margin: 0;
}
.hp-blog-section p {
  font-size: 15px;
  color: var(--c-text);
  line-height: 1.7;
  margin-bottom: 14px;
}

/* --- Blog Post Body (content styling) --- */
.hp-blog-body h2, .hp-post-body h2 { font-size: 22px; color: var(--c-navy); margin: 32px 0 14px; font-weight: 700; }
.hp-blog-body h3, .hp-post-body h3 { font-size: 18px; color: var(--c-navy); margin: 24px 0 10px; font-weight: 700; }
.hp-blog-body p, .hp-post-body p { font-size: 16px; color: #333; line-height: 1.8; margin-bottom: 16px; }
.hp-blog-body ul, .hp-post-body ul { padding-left: 22px; margin-bottom: 16px; }
.hp-blog-body li, .hp-post-body li { font-size: 16px; color: #333; line-height: 1.8; margin-bottom: 8px; }
.hp-blog-body li::marker, .hp-post-body li::marker { color: var(--c-primary); }
.hp-blog-body strong, .hp-post-body strong { color: var(--c-navy); font-weight: 700; }
.hp-post-body { font-size: 16px; color: #333; line-height: 1.8; }

/* --- Sidebar --- */
.hp-blog-sidebar { position: sticky; top: 100px; }
.hp-blog-sidebar .hp-sidebar-card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
}
.hp-sidebar-cta {
  background: var(--grad-primary);
  color: #fff;
  border: none;
}
.hp-sidebar-cta h3 { color: #fff; }
.hp-sidebar-cta p { color: rgba(255,255,255,.9); }
.hp-sidebar-cta .hp-btn { background: #fff; color: var(--c-primary); font-weight: 700; }
.hp-sidebar-cta .hp-btn:hover { background: #f0f0f0; }
.hp-sidebar-cta a { color: #fff; }
.hp-sidebar-card h3 {
  font-size: 18px;
  color: var(--c-navy);
  margin: 0 0 14px;
}
.hp-sidebar-author-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
}
.hp-sidebar-related {
  display: flex;
  gap: 14px;
  margin-bottom: 16px;
}
.hp-sidebar-related:last-child { margin-bottom: 0; }
.hp-sidebar-related img {
  width: 80px;
  height: 60px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}
.hp-sidebar-related h4 {
  font-size: 14px;
  color: var(--c-navy);
  margin: 0 0 4px;
  line-height: 1.35;
}
.hp-sidebar-related a {
  font-size: 13px;
  color: var(--c-primary);
  text-decoration: none;
  font-weight: 600;
}
.hp-sidebar-map {
  width: 100%;
  border-radius: 12px;
  border: none;
  margin-bottom: 14px;
}
.hp-sidebar-help {
  background: var(--grad-primary);
  color: #fff;
  text-align: center;
}
.hp-sidebar-help h3 { color: #fff; }
.hp-sidebar-help p { color: rgba(255,255,255,.9); }
.hp-sidebar-help .hp-btn { background: #fff; color: var(--c-primary); }

/* --- Bottom CTA Banner --- */
.hp-blog-cta {
  background: var(--c-navy);
  color: #fff;
  border-radius: 20px;
  padding: 48px 40px;
  text-align: center;
  margin: 60px 0 0;
}
.hp-blog-cta h2 { color: #fff; font-size: 26px; margin-bottom: 10px; }
.hp-blog-cta p { color: rgba(255,255,255,.85); font-size: 16px; margin-bottom: 24px; }
.hp-blog-cta .hp-btn { background: #fff; color: var(--c-navy); font-weight: 700; }

/* --- FAQ Accordion (inside blog) --- */
.hp-blog-faq { margin-bottom: 36px; }
.hp-blog-faq h3 { font-size: 22px; color: var(--c-navy); margin-bottom: 20px; }
.hp-blog-faq-item {
  border: 1px solid var(--c-border);
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
}
.hp-blog-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: var(--c-navy);
  background: #fff;
  border: none;
  width: 100%;
  text-align: left;
}
.hp-blog-faq-q:hover { background: var(--c-soft); }
.hp-blog-faq-q::after {
  content: "+";
  font-size: 20px;
  font-weight: 700;
  color: var(--c-primary);
  transition: transform .3s;
}
.hp-blog-faq-item.active .hp-blog-faq-q::after { content: "−"; }
.hp-blog-faq-a {
  display: none;
  padding: 0 20px 16px;
  font-size: 14px;
  color: var(--c-text);
  line-height: 1.65;
}
.hp-blog-faq-item.active .hp-blog-faq-a { display: block; }

/* --- Responsive --- */
@media (max-width: 1199.98px) {
  .hp-blog-layout { grid-template-columns: 1fr; }
  .hp-blog-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
}
@media (max-width: 767.98px) {
  .hp-blog-sidebar { grid-template-columns: 1fr; }
  .hp-blog-quick-cols { grid-template-columns: 1fr; }
  .hp-blog-toc-grid { grid-template-columns: 1fr 1fr; }
  .hp-blog-cta { padding: 36px 24px; }
}
