.elementor-900090 .elementor-element.elementor-element-b52795f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-900090 .elementor-element.elementor-element-34618b4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-34618b4 *//* =============================================
   LIV HOSPITAL — Bariatric Surgeons Landing
   Fully isolated via @scope + wrapper
   ============================================= */

/* ==== Wrapper: holds CSS variables + typography ==== */
.bariatric-surgeons  {
  --blue-600: #1e88e5;
  --blue-500: #2196f3;
  --blue-700: #1565c0;
  --blue-50:  #e8f4fd;
  --blue-25:  #f5faff;
  --green-500:#22c55e;
  --green-600:#16a34a;
  --ink-900:  #0f1e33;
  --ink-800:  #1e293b;
  --ink-700:  #334155;
  --ink-500:  #5b6b80;
  --ink-400:  #94a3b8;
  --line:     #e4ebf3;
  --line-soft:#eef2f8;
  --bg:       #f3f9fd;
  --bg-soft:  #f7fafd;
  --white:    #ffffff;
  --radius:   22px;
  --radius-sm:14px;
  --shadow-xs: 0 1px 2px rgba(15, 30, 51, 0.04);
  --shadow:    0 4px 20px rgba(15, 30, 51, 0.05);
  --shadow-md: 0 10px 32px rgba(15, 30, 51, 0.07);
  --shadow-lg: 0 24px 60px rgba(15, 30, 51, 0.1);
  --shadow-blue: 0 18px 40px rgba(30, 136, 229, 0.22);

  font-family: 'Poppins', system-ui, -apple-system, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-700);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

/* ==== Scoped reset + base rules (do not affect parent site) ==== */
.bariatric-surgeons *, .bariatric-surgeons *::before, .bariatric-surgeons *::after  { box-sizing: border-box; margin: 0; padding: 0; }

.bariatric-surgeons a  { color: var(--blue-600); text-decoration: none; }
.bariatric-surgeons a:hover  { text-decoration: underline; }
.bariatric-surgeons img  { max-width: 100%; display: block; }

.bariatric-surgeons .container  { max-width: 1320px; margin: 0 auto; padding: 0 24px; }

/* ============ ICONS ============ */
.bariatric-surgeons svg[class^="ic-"], .bariatric-surgeons svg[class*=" ic-"] {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}
.bariatric-surgeons .ic-xxs  { width: 10px; height: 10px; }
.bariatric-surgeons .ic-xs   { width: 14px; height: 14px; }
.bariatric-surgeons .ic-sm   { width: 18px; height: 18px; }
.bariatric-surgeons .ic-md   { width: 22px; height: 22px; }
.bariatric-surgeons .ic-lg   { width: 26px; height: 26px; }

/* ============ BUTTONS ============ */
.bariatric-surgeons .btn  {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  text-decoration: none;
  font-family: inherit;
}
.bariatric-surgeons .btn:hover  { transform: translateY(-1px); text-decoration: none; }
.bariatric-surgeons .btn-primary  {
  background: linear-gradient(180deg, var(--blue-500), var(--blue-600));
  color: #fff;
  box-shadow: 0 6px 16px rgba(30, 136, 229, 0.25);
}
.bariatric-surgeons .btn-primary:hover  { background: linear-gradient(180deg, var(--blue-600), var(--blue-700)); }
.bariatric-surgeons .btn-success  {
  background: #e2f4ff;
  color: var(--blue-700);
  box-shadow: 0 6px 18px rgba(30, 136, 229, 0.18);
  border: 1px solid rgba(30, 136, 229, 0.12);
}
.bariatric-surgeons .btn-success:hover  {
  background: #d0ebfd;
  color: var(--blue-700);
  box-shadow: 0 10px 26px rgba(30, 136, 229, 0.25);
}
.bariatric-surgeons .btn-outline  {
  background: #fff;
  color: var(--blue-600);
  border: 1.5px solid var(--blue-50);
  box-shadow: var(--shadow-xs);
}
.bariatric-surgeons .btn-outline:hover  {
  background: var(--blue-25);
  border-color: var(--blue-600);
}
.bariatric-surgeons .btn-cta  {
  background: linear-gradient(135deg, #279ecd, #1e88e5);
  color: #fff;
  box-shadow: 0 10px 26px rgba(39, 158, 205, 0.35);
  letter-spacing: 0.2px;
}
.bariatric-surgeons .btn-cta:hover  {
  background: linear-gradient(135deg, #1e88e5, #1565c0);
  box-shadow: 0 14px 34px rgba(21, 101, 192, 0.4);
  color: #fff;
}
.bariatric-surgeons .btn-sm  { padding: 10px 18px; font-size: 13px; }
.bariatric-surgeons .btn-lg  { padding: 16px 34px; font-size: 15px; }
.bariatric-surgeons .btn-block  { width: 100%; }

/* ============ TOPBAR (floating over hero) ============ */
.bariatric-surgeons .topbar  {
  position: fixed;
  top: 0; left: 0; right: 0;
  background: transparent;
  z-index: 100;
  transition: background .3s ease, box-shadow .3s ease, transform .3s ease, opacity .3s ease;
}
.bariatric-surgeons .topbar.is-scrolled  {
  background: linear-gradient(135deg, rgba(30, 136, 229, 0.96), rgba(21, 101, 192, 0.96));
  backdrop-filter: saturate(150%) blur(10px);
  -webkit-backdrop-filter: saturate(150%) blur(10px);
  box-shadow: 0 6px 24px rgba(15, 30, 51, 0.18);
}
@keyframes slideDown {
  from { transform: translateY(-100%); }
  to   { transform: translateY(0); }
}
.bariatric-surgeons .topbar-inner  {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  gap: 20px;
}
.bariatric-surgeons .logo  { display: inline-flex; align-items: center; }
.bariatric-surgeons .logo img  { height: 44px; width: auto; display: block; }
.bariatric-surgeons .logo-footer img  { height: 40px; }
.bariatric-surgeons .topnav  { display: flex; gap: 34px; }
.bariatric-surgeons .topnav a  {
  color: rgba(255,255,255,0.92);
  font-weight: 500;
  font-size: 14.5px;
  transition: color .15s;
}
.bariatric-surgeons .topnav a:hover  { color: #fff; text-decoration: none; }
.bariatric-surgeons .topbar .btn-primary  {
  background: linear-gradient(180deg, #2196f3, #1e88e5);
  color: #fff;
  box-shadow: 0 8px 22px rgba(30, 136, 229, 0.45);
  border: 1px solid rgba(255,255,255,0.12);
}
.bariatric-surgeons .topbar .btn-primary:hover  { background: linear-gradient(180deg, #1e88e5, #1565c0); }

/* ============ SECTION HEADS ============ */
.bariatric-surgeons .section-head  { text-align: center; margin-bottom: 48px; position: relative; }
.bariatric-surgeons .section-head::before  {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue-500), var(--blue-600));
  margin: 0 auto 16px;
  box-shadow: 0 4px 12px rgba(30, 136, 229, 0.3);
}
.bariatric-surgeons .section-head .section-lead,
.bariatric-surgeons .section-lead  {
  color: var(--ink-500);
  font-size: 15.5px;
  max-width: 820px;
  margin: 14px auto 0;
  line-height: 1.75;
  text-align: center !important;
}
.bariatric-surgeons .h2-blue  {
  font-size: 30px;
  font-weight: 700;
  color: var(--blue-700);
  line-height: 1.2;
  letter-spacing: -0.4px;
}
.bariatric-surgeons .center-cta  { text-align: center; margin-top: 44px; }

/* Soft section spacing — no harsh bg alternation */
.bariatric-surgeons section  { padding: 40px 0; }
.bariatric-surgeons section.hero-section  { padding: 0; }
.bariatric-surgeons section.commitment-section  { padding: 30px 0; }
.bariatric-surgeons section.liv-advantage-section  { padding: 15px 0 40px; }

.bariatric-surgeons .card  {
  background: #fff;
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: var(--shadow);
}

/* ============ HERO (bg image + overlay) ============ */
.bariatric-surgeons .hero-section  {
  position: relative;
  min-height: 663px;
  overflow: hidden;
  isolation: isolate;
}
.bariatric-surgeons .hero-bg  {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: -2;
}
.bariatric-surgeons .hero-overlay  {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 22, 40, 0.78) 0%, rgba(10, 22, 40, 0.55) 45%, rgba(10, 22, 40, 0.3) 100%),
    linear-gradient(180deg, rgba(10, 22, 40, 0.55) 0%, rgba(10, 22, 40, 0.35) 100%);
  z-index: -1;
}
.bariatric-surgeons .hero-inner  {
  position: relative;
  padding: 150px 24px 100px;
  min-height: 663px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bariatric-surgeons .hero-content  {
  max-width: 640px;
  color: #fff;
}
.bariatric-surgeons .hero-chip  {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 26px;
  flex-wrap: wrap;
}
.bariatric-surgeons .chip-lead, .bariatric-surgeons .chip-endorse  {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.bariatric-surgeons .chip-img  {
  height: 24px;
  width: auto;
  flex-shrink: 0;
  display: block;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.2));
}
.bariatric-surgeons .cert-img  {
  height: 30px;
  width: auto;
  flex-shrink: 0;
  display: block;
  padding-left: 10px;
  margin-left: 4px;
  border-left: 1px solid rgba(255,255,255,0.25);
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.2));
}
.bariatric-surgeons .chip-text  { white-space: nowrap; }
.bariatric-surgeons .chip-stars  { display: inline-flex; gap: 2px; color: #f59e0b; }

.bariatric-surgeons .hero-title  {
  font-size: 64px;
  font-weight: 800;
  color: #fff;
  line-height: 1.08;
  letter-spacing: -1.2px;
  margin-bottom: 22px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.25);
}
.bariatric-surgeons .hero-desc  {
  color: rgba(255,255,255,0.88);
  font-size: 16.5px;
  max-width: 520px;
  line-height: 1.7;
  margin-bottom: 36px;
  text-shadow: 0 1px 10px rgba(0,0,0,0.2);
}
.bariatric-surgeons .hero-content .btn  {
  padding: 18px 34px;
  font-size: 14.5px;
}

/* Board-Certified card floating bottom-right (pill-chip style) */
.bariatric-surgeons .hero-cert  {
  position: absolute;
  bottom: 48px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 14px 22px 14px 14px;
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 16px 40px rgba(0,0,0,0.25);
  transition: transform .2s, background .2s;
}
.bariatric-surgeons .hero-cert:hover  {
  background: rgba(255,255,255,0.2);
  transform: translateY(-2px);
}
.bariatric-surgeons .cert-ico-pill  {
  width: 42px; height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--blue-500), var(--blue-600));
  color: #fff;
  display: inline-flex;
  align-items: center; justify-content: center;
  box-shadow: 0 8px 20px rgba(30, 136, 229, 0.45);
  flex-shrink: 0;
}
.bariatric-surgeons .cert-body  { display: flex; flex-direction: column; gap: 3px; }
.bariatric-surgeons .hero-cert .cert-title  {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  letter-spacing: 0.1px;
}
.bariatric-surgeons .hero-cert .cert-stars  {
  display: inline-flex;
  gap: 2px;
  color: #f59e0b;
}
.bariatric-surgeons .cert-avatars  {
  display: inline-flex;
  padding-left: 6px;
  border-left: 1px solid rgba(255,255,255,0.25);
  margin-left: 4px;
}

/* leftover style definitions from old hero video — keep harmless but unused */
.bariatric-surgeons .play-btn  {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 80px; height: 80px;
  border-radius: 50%;
  background: #fff;
  color: var(--blue-600);
  border: none;
  display: flex; align-items: center; justify-content: center;
  padding-left: 4px;
  box-shadow: 0 0 0 10px rgba(255,255,255,0.25), 0 20px 40px rgba(0,0,0,0.15);
  cursor: pointer;
  transition: transform .2s;
}
.bariatric-surgeons .play-btn:hover  { transform: translate(-50%, -50%) scale(1.08); }

/* ============ SURGEON SPOTLIGHT ============ */
.bariatric-surgeons .surgeon-section  {
  background:
    linear-gradient(180deg, transparent 0%, rgba(30,136,229,0.04) 100%);
}
.bariatric-surgeons .surgeon-wrap  {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 60px;
  align-items: center;
}
.bariatric-surgeons .surgeon-photo  {
  position: relative;
  padding: 0 0 56px;
}
.bariatric-surgeons .surgeon-img  {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center top;
  border-radius: 28px;
  background: linear-gradient(160deg, #e0efff, #bfdbfe 60%, #93c5fd);
  box-shadow: var(--shadow-blue);
}
.bariatric-surgeons .surgeon-cert  {
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 999px;
  padding: 14px 24px;
  box-shadow: 0 16px 40px rgba(15, 30, 51, 0.14), 0 4px 12px rgba(15, 30, 51, 0.06);
  display: flex; align-items: center; gap: 14px;
  white-space: nowrap;
  z-index: 2;
  border: 1px solid var(--line-soft);
}
.bariatric-surgeons .cert-ico  {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-500), var(--blue-600));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 14px rgba(30, 136, 229, 0.3);
}
.bariatric-surgeons .cert-label  {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-900);
  line-height: 1.15;
  margin-bottom: 2px;
}
.bariatric-surgeons .cert-stars  {
  display: inline-flex;
  gap: 2px;
  color: #f59e0b;
}

/* ============ PILL LIST (highlighted credentials) ============ */
.bariatric-surgeons .pill-list  {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bariatric-surgeons .pill-list li  {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 22px;
  border-radius: 18px;
  background: var(--blue-25);
  border: 1px solid var(--blue-50);
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink-900);
  line-height: 1.55;
  transition: background .18s, border-color .18s, transform .18s;
}
.bariatric-surgeons .pill-list li:hover  {
  background: #ecf5fe;
  border-color: #d3e6fa;
  transform: translateX(3px);
}
.bariatric-surgeons .pill-ico  {
  width: 36px; height: 36px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--blue-500), var(--blue-600));
  color: #fff;
  display: inline-flex;
  align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 6px 14px rgba(30, 136, 229, 0.28);
}

.bariatric-surgeons .surgeon-copy .h2-blue  { margin-bottom: 18px; font-size: 26px; }
.bariatric-surgeons .surgeon-copy > p  { color: var(--ink-500); font-size: 15px; margin-bottom: 22px; line-height: 1.75; }

/* ============ CHECK LIST ============ */
.bariatric-surgeons .check-list  { list-style: none; }
.bariatric-surgeons .check-list li  {
  display: flex; align-items: flex-start;
  gap: 12px;
  font-size: 14.5px;
  color: var(--ink-700);
  margin-bottom: 12px;
  line-height: 1.6;
}
.bariatric-surgeons .chk  {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: linear-gradient(180deg, #22c55e, #16a34a);
  color: #fff;
  flex-shrink: 0;
  margin-top: 1px;
  box-shadow: 0 4px 10px rgba(34, 197, 94, 0.3);
}

/* ============ FORMS (shared, premium) ============ */
.bariatric-surgeons .form  {
  background: #fff;
  border-radius: 24px;
  padding: 40px 36px;
  border: 1px solid rgba(255,255,255,0.5);
  position: relative;
}
.bariatric-surgeons .form-card  {
  box-shadow: 0 28px 60px rgba(10, 56, 92, 0.18), 0 4px 12px rgba(10, 56, 92, 0.05);
}
.bariatric-surgeons .form-elevated  {
  box-shadow: 0 28px 60px rgba(10, 56, 92, 0.22), 0 4px 12px rgba(10, 56, 92, 0.08);
  color: var(--ink-700);
}
.bariatric-surgeons .row-2  {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
.bariatric-surgeons .field  { margin-bottom: 16px; }
.bariatric-surgeons .field > label  {
  display: block;
  font-size: 12px;
  color: var(--ink-500);
  margin-bottom: 8px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.bariatric-surgeons .input-wrap  {
  position: relative;
  display: flex;
  align-items: center;
  background: #f6fafd;
  border: 1.5px solid #e6eef6;
  border-radius: 14px;
  padding: 0 16px;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.bariatric-surgeons .input-wrap:focus-within  {
  background: #fff;
  border-color: #279ecd;
  box-shadow: 0 0 0 4px rgba(39, 158, 205, 0.14);
}
.bariatric-surgeons .input-wrap .field-ico  {
  width: 18px; height: 18px;
  color: #94a3b8;
  flex-shrink: 0;
  transition: color .2s;
}
.bariatric-surgeons .input-wrap:focus-within .field-ico  { color: #279ecd; }
.bariatric-surgeons .input-wrap input, .bariatric-surgeons .input-wrap textarea  {
  flex: 1;
  border: none;
  background: transparent;
  padding: 15px 10px 15px 12px;
  font-size: 14.5px;
  color: var(--ink-900);
  font-family: inherit;
  outline: none;
  width: 100%;
  font-weight: 500;
}
.bariatric-surgeons .input-wrap textarea  { resize: vertical; min-height: 80px; padding-top: 15px; }
.bariatric-surgeons .input-wrap input::placeholder, .bariatric-surgeons .input-wrap textarea::placeholder  { color: #b6c3d1; font-weight: 400; }
.bariatric-surgeons .input-wrap:has(textarea)  {
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 14px;
}
.bariatric-surgeons .input-wrap:has(textarea) .field-ico  {
  margin-top: 3px;
}
.bariatric-surgeons .input-wrap:has(textarea) textarea  {
  padding-top: 0;
  min-height: 70px;
}

.bariatric-surgeons .agree  {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12.5px;
  color: var(--ink-500);
  margin: 10px 0 20px;
  cursor: pointer;
  line-height: 1.5;
}
.bariatric-surgeons .agree input  {
  width: 18px; height: 18px;
  margin-top: 1px;
  accent-color: #279ecd;
}
.bariatric-surgeons .agree a  { color: #279ecd; font-weight: 600; }

/* ============ CONSULTATION SECTION ============ */
.bariatric-surgeons .consult-section  {
  background: #279ecd;
  position: relative;
  overflow: hidden;
  max-width: 1320px;
  margin: 40px auto;
  border-radius: 28px;
  padding: 60px 0;
  box-shadow: 0 20px 50px rgba(10, 56, 92, 0.12);
}
.bariatric-surgeons .consult-section::before, .bariatric-surgeons .consult-section::after  {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.bariatric-surgeons .consult-section::before  {
  top: -180px; right: -120px;
  width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(255,255,255,0.14), transparent 70%);
}
.bariatric-surgeons .consult-section::after  {
  bottom: -200px; left: -140px;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(255,255,255,0.08), transparent 70%);
}
.bariatric-surgeons .consult-wrap  {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 20px 0;
  position: relative;
}
.bariatric-surgeons .consult-copy  { position: relative; color: #fff; }
.bariatric-surgeons .consult-copy .h2-blue  {
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 22px;
  line-height: 1.18;
  max-width: 480px;
}
.bariatric-surgeons .consult-contacts  { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.bariatric-surgeons .consult-section .contact-chip  {
  background: rgba(255,255,255,0.16);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(8px);
}
.bariatric-surgeons .consult-section .contact-chip.whatsapp  { background: #dcfce7; color: #16a34a; border-color: transparent; }
.bariatric-surgeons .consult-section .contact-chip.phone  { background: #fff; color: var(--blue-700); border-color: transparent; }
.bariatric-surgeons .contact-chip  {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .15s, box-shadow .15s;
  box-shadow: var(--shadow-xs);
}
.bariatric-surgeons .contact-chip:hover  { transform: translateY(-2px); box-shadow: var(--shadow); text-decoration: none; }
.bariatric-surgeons .contact-chip.whatsapp  { background: #dcfce7; color: #16a34a; }
.bariatric-surgeons .contact-chip.phone  { background: var(--blue-50); color: var(--blue-600); }

/* ============ PACKAGES ============ */
.bariatric-surgeons .pkg-grid  {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.bariatric-surgeons .pkg-card  {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 32px 26px;
  display: flex;
  flex-direction: column;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  position: relative;
}
.bariatric-surgeons .pkg-card::after  {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  border-radius: var(--radius) var(--radius) 0 0;
  background: linear-gradient(90deg, var(--blue-500), var(--blue-600));
  opacity: 0;
  transition: opacity .25s;
}
.bariatric-surgeons .pkg-card:hover  {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--blue-50);
}
.bariatric-surgeons .pkg-card:hover::after  { opacity: 1; }
.bariatric-surgeons .pkg-ico  {
  width: 54px; height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue-500), var(--blue-600));
  color: #fff;
  display: inline-flex;
  align-items: center; justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 10px 24px rgba(30, 136, 229, 0.28);
}
.bariatric-surgeons .pkg-card h3  {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink-900);
  margin-bottom: 4px;
  line-height: 1.3;
}
.bariatric-surgeons .pkg-sub  {
  font-size: 12.5px;
  color: var(--blue-600);
  font-style: italic;
  margin-bottom: 18px;
  font-weight: 500;
}
.bariatric-surgeons .bullet-list  { list-style: none; margin-bottom: 22px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.bariatric-surgeons .bullet-list li  {
  position: relative;
  padding: 8px 12px 8px 32px;
  font-size: 13px;
  color: var(--ink-700);
  line-height: 1.5;
  background: var(--blue-25);
  border-radius: 10px;
  border: 1px solid transparent;
  transition: background .15s, border-color .15s;
}
.bariatric-surgeons .bullet-list li:hover  {
  background: #ecf5fe;
  border-color: var(--blue-50);
}
.bariatric-surgeons .bullet-list li::before  {
  content: "";
  position: absolute;
  left: 12px; top: 50%;
  transform: translateY(-50%);
  width: 10px; height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-500), var(--blue-600));
  box-shadow: 0 2px 6px rgba(30, 136, 229, 0.35);
}

/* ============ COMPREHENSIVE SOLUTIONS ============ */
.bariatric-surgeons .comp-grid  {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.bariatric-surgeons .comp-card  {
  background: #fff;
  border-radius: 22px;
  padding: 32px;
  border: 1px solid var(--line-soft);
  box-shadow: 0 4px 20px rgba(10, 56, 92, 0.05);
  position: relative;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.bariatric-surgeons .comp-card::before  {
  content: "";
  position: absolute;
  top: 0; right: 0;
  width: 160px; height: 160px;
  background: radial-gradient(circle at top right, rgba(30,136,229,0.08), transparent 70%);
  pointer-events: none;
}
.bariatric-surgeons .comp-card:hover  {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(30, 136, 229, 0.18);
  border-color: var(--blue-50);
}
.bariatric-surgeons .comp-head  {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  position: relative;
}
.bariatric-surgeons .comp-num  {
  font-size: 42px;
  font-weight: 800;
  color: var(--blue-600);
  opacity: 0.12;
  letter-spacing: -1px;
  line-height: 1;
  transition: opacity .25s, color .25s;
}
.bariatric-surgeons .comp-card:hover .comp-num  { opacity: 0.24; }
.bariatric-surgeons .comp-ico  {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--blue-500), var(--blue-600));
  color: #fff;
  display: inline-flex;
  align-items: center; justify-content: center;
  box-shadow: 0 10px 24px rgba(30, 136, 229, 0.28);
  transition: transform .25s;
}
.bariatric-surgeons .comp-card:hover .comp-ico  { transform: rotate(-6deg) scale(1.05); }
.bariatric-surgeons .comp-img  {
  width: 150px;
  height: 150px;
  object-fit: contain;
  filter: drop-shadow(0 14px 28px rgba(30, 136, 229, 0.22));
  transition: transform .3s;
}
.bariatric-surgeons .comp-card:hover .comp-img  { transform: translateY(-5px) scale(1.06); }
.bariatric-surgeons .comp-card h3  {
  font-size: 19px;
  font-weight: 700;
  color: var(--ink-900);
  margin-bottom: 12px;
  letter-spacing: -0.2px;
  line-height: 1.3;
  position: relative;
}
.bariatric-surgeons .comp-card p  {
  color: var(--ink-500);
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 20px;
  position: relative;
}
.bariatric-surgeons .comp-link  {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 999px;
  background: var(--blue-25);
  color: var(--blue-600);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background .18s, transform .18s, box-shadow .18s, color .18s;
}
.bariatric-surgeons .comp-link svg  {
  background: var(--blue-600);
  color: #fff;
  border-radius: 50%;
  padding: 3px;
  width: 18px; height: 18px;
  transition: transform .18s;
}
.bariatric-surgeons .comp-link:hover  {
  background: var(--blue-600);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(30, 136, 229, 0.28);
}
.bariatric-surgeons .comp-link:hover svg  {
  background: #fff;
  color: var(--blue-600);
  transform: translateX(2px);
}
.bariatric-surgeons .link  {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--blue-600);
  transition: gap .18s;
}
.bariatric-surgeons .link:hover  { gap: 8px; text-decoration: none; }

/* ============ ADVANTAGES ============ */
.bariatric-surgeons .adv-list  {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.bariatric-surgeons .adv-list .adv-item:nth-child(3)  {
  grid-column: 1 / -1;
}
.bariatric-surgeons .adv-item  {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  background: #fff;
  border-radius: var(--radius);
  padding: 28px 32px;
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-xs);
  align-items: start;
  transition: transform .2s, box-shadow .2s;
}
.bariatric-surgeons .adv-item:hover  { transform: translateY(-2px); box-shadow: var(--shadow); }
.bariatric-surgeons .adv-ico  {
  width: 60px; height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--blue-500), var(--blue-600));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 20px rgba(30, 136, 229, 0.25);
}
.bariatric-surgeons .adv-item h4  {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink-900);
  margin-bottom: 8px;
}
.bariatric-surgeons .adv-item p  {
  color: var(--ink-500);
  font-size: 14px;
  line-height: 1.7;
}

/* ============ ADVANCED SOLUTIONS ============ */
.bariatric-surgeons .adv-sol-grid  {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.bariatric-surgeons .adv-sol-card  {
  background: #fff;
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: var(--shadow-xs);
  border: 1px solid var(--line-soft);
  transition: box-shadow .2s, transform .2s;
  display: flex;
  flex-direction: column;
}
.bariatric-surgeons .adv-sol-card:hover  { box-shadow: var(--shadow); transform: translateY(-2px); }
.bariatric-surgeons .advsol-extra  {
  margin-top: 0;
  display: flex;
  flex-direction: column;
}
.bariatric-surgeons .advsol-extra:not([open])  { margin-top: auto; }
.bariatric-surgeons .advsol-extra .diff-block  { order: 1; }
.bariatric-surgeons .advsol-extra summary  {
  order: 2;
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue-500), var(--blue-600));
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 6px 16px rgba(30, 136, 229, 0.3);
  transition: transform .15s, box-shadow .15s;
  user-select: none;
  align-self: center;
}
.bariatric-surgeons .advsol-extra summary:hover  { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(30, 136, 229, 0.4); }
.bariatric-surgeons .advsol-extra summary::-webkit-details-marker  { display: none; }
.bariatric-surgeons .advsol-extra .toggle-close  { display: none; }
.bariatric-surgeons .advsol-extra[open] summary  { margin-top: 14px; }
.bariatric-surgeons .advsol-extra[open] .toggle-open  { display: none; }
.bariatric-surgeons .advsol-extra[open] .toggle-close  { display: inline; }
.bariatric-surgeons .advsol-extra[open] .toggle-ico  { transform: rotate(180deg); }
.bariatric-surgeons .advsol-extra .diff-block  { animation: stageSlide .28s ease; }
.bariatric-surgeons .adv-sol-card.wide  { grid-column: auto; }
.bariatric-surgeons .adv-sol-card .card-icon  {
  width: 60px; height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--blue-500), var(--blue-600));
  color: #fff;
  display: flex;
  align-items: center; justify-content: center;
  margin: 0 auto 18px;
  box-shadow: 0 10px 26px rgba(30, 136, 229, 0.3);
}
.bariatric-surgeons .adv-sol-card h3  {
  color: var(--ink-900);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4px;
}
.bariatric-surgeons .adv-sol-card .pkg-sub  { text-align: center; margin-bottom: 18px; }
.bariatric-surgeons .adv-sol-card > p  {
  color: var(--ink-500);
  font-size: 14px;
  margin-bottom: 18px;
  line-height: 1.7;
  text-align: center;
}
.bariatric-surgeons .diff-block  {
  background: var(--blue-25);
  border-radius: 16px;
  padding: 16px 20px;
  margin-bottom: 10px;
  border: 1px solid var(--blue-50);
  transition: background .15s, border-color .15s;
}
.bariatric-surgeons .diff-block:hover  { background: #ecf5fe; border-color: #cfe4fa; }
.bariatric-surgeons .diff-label  {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-500), var(--blue-600));
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(30, 136, 229, 0.28);
}
.bariatric-surgeons .diff-block p  {
  color: var(--ink-700);
  font-size: 13.5px;
  line-height: 1.65;
  margin: 0;
  text-align: left;
}

/* ============ PATIENT JOURNEY ============ */
.bariatric-surgeons .journey-grid  {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.bariatric-surgeons .journey-stage  {
  background: #fff;
  border-radius: var(--radius);
  padding: 0;
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-xs);
  transition: transform .2s, box-shadow .2s;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.bariatric-surgeons .journey-stage:hover  { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.bariatric-surgeons .journey-stage:hover .stage-img img  { transform: scale(1.04); }

/* Stage extra — "View Steps" button + hidden steps */
.bariatric-surgeons .stage-extra  {
  margin: 0 30px 30px;
  display: flex;
  flex-direction: column;
}
.bariatric-surgeons .stage-extra:not([open])  { margin-top: auto; }
.bariatric-surgeons .stage-extra .stage-list  { order: 1; }
.bariatric-surgeons .stage-extra summary  { order: 2; align-self: flex-start; }
.bariatric-surgeons .stage-extra summary  {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue-500), var(--blue-600));
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 6px 16px rgba(30, 136, 229, 0.3);
  transition: transform .15s, box-shadow .15s;
  user-select: none;
  align-self: center;
}
.bariatric-surgeons .stage-extra summary:hover  { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(30, 136, 229, 0.4); }
.bariatric-surgeons .stage-extra summary::-webkit-details-marker  { display: none; }
.bariatric-surgeons .toggle-close  { display: none; }
.bariatric-surgeons .stage-extra[open] summary  { margin-top: 14px; }
.bariatric-surgeons .stage-extra .stage-list  { padding-bottom: 0; }
.bariatric-surgeons .stage-extra[open] .toggle-open  { display: none; }
.bariatric-surgeons .stage-extra[open] .toggle-close  { display: inline; }
.bariatric-surgeons .toggle-ico  { transition: transform .25s; }
.bariatric-surgeons .stage-extra[open] .toggle-ico  { transform: rotate(180deg); }
.bariatric-surgeons .stage-extra .stage-list  { padding: 0; animation: stageSlide .28s ease; }

/* First step always visible — no bottom padding since extra follows */
.bariatric-surgeons .stage-list-first  { padding-bottom: 10px; }

.bariatric-surgeons .stage-img  {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--blue-25);
}
.bariatric-surgeons .stage-img::after  {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(15, 30, 51, 0.2));
}
.bariatric-surgeons .stage-img img  {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.bariatric-surgeons .stage-top  { padding: 28px 30px 20px; margin-bottom: 0; }
.bariatric-surgeons .stage-badge  {
  display: inline-block;
  background: var(--blue-600);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.bariatric-surgeons .journey-stage h3  {
  color: var(--ink-900);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 4px;
}
.bariatric-surgeons .stage-sub  { font-size: 13px; color: var(--blue-600); font-weight: 500; }
.bariatric-surgeons .stage-list  { list-style: none; display: flex; flex-direction: column; gap: 10px; padding: 16px 30px 30px; animation: stageSlide .28s ease; counter-reset: none; }
@keyframes stageSlide {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}
.bariatric-surgeons .stage-list li  {
  position: relative;
  padding: 14px 16px 14px 46px;
  font-size: 13.5px;
  color: var(--ink-700);
  line-height: 1.6;
  background: var(--blue-25);
  border: 1px solid var(--blue-50);
  border-radius: 14px;
  transition: background .15s, border-color .15s, transform .15s;
  counter-increment: stepc;
}
.bariatric-surgeons .journey-stage  { counter-reset: stepc; }
.bariatric-surgeons .stage-list li:hover  { background: #ecf5fe; border-color: #cfe4fa; transform: translateX(3px); }
.bariatric-surgeons .stage-list li::before  {
  content: counter(stepc);
  position: absolute;
  left: 12px; top: 14px;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-500), var(--blue-600));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(30, 136, 229, 0.35);
}
.bariatric-surgeons .stage-list strong  { color: var(--ink-900); display: block; margin-bottom: 3px; font-weight: 700; font-size: 13.5px; }

/* ============ WHY CHOOSE LIV — Bento ============ */
.bariatric-surgeons .why-liv-section  { background: var(--bg); }
.bariatric-surgeons .why-bento  {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 440px 440px;
  gap: 22px;
}
.bariatric-surgeons .bento-card  {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .25s, box-shadow .25s;
  box-shadow: 0 10px 30px rgba(10, 56, 92, 0.08);
}
.bariatric-surgeons .bento-card:hover  { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(10, 56, 92, 0.14); }
.bariatric-surgeons .bento-big-left   { grid-column: 1 / 3; grid-row: 1; }
.bariatric-surgeons .bento-big-right  { grid-column: 2 / 4; grid-row: 2; }

/* Image variant */
.bariatric-surgeons .bento-img  { color: #fff; }
.bariatric-surgeons .bento-img .bento-bg  {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform .6s ease;
}
.bariatric-surgeons .bento-img::after  {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10, 30, 50, 0.72) 100%);
  z-index: 1;
}
.bariatric-surgeons .bento-img:hover .bento-bg  { transform: scale(1.04); }
.bariatric-surgeons .bento-img .bento-badge, .bariatric-surgeons .bento-img h4  { position: relative; z-index: 2; }
.bariatric-surgeons .bento-badge  {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  font-size: 12.5px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.bariatric-surgeons .bento-img h4  {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.3px;
  max-width: 90%;
}

/* Color variants */
.bariatric-surgeons .bento-color  { padding: 28px; }
.bariatric-surgeons .bento-teal  {
  background: #70eaf2;
}
.bariatric-surgeons .bento-blue  {
  background: #70cdf2;
}
.bariatric-surgeons .bento-color h4  {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.2px;
  margin-top: auto;
}

/* Illustration — PNG image holder */
.bariatric-surgeons .illust-img  {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  min-height: 0;
  overflow: hidden;
}
.bariatric-surgeons .illust-img img  {
  max-width: 92%;
  max-height: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 32px rgba(10, 56, 92, 0.18));
}

/* Illustration — stacked docs (Ethical Excellence) - legacy */
.bariatric-surgeons .illust  {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 0;
}
.bariatric-surgeons .illust-docs  { padding: 10px 10px 0; }
.bariatric-surgeons .illust-docs .doc  {
  position: absolute;
  width: 62%;
  background: #fff;
  border-radius: 14px;
  padding: 18px 16px 20px;
  box-shadow: 0 16px 40px rgba(10, 56, 92, 0.18);
}
.bariatric-surgeons .illust-docs .doc span  {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink-800);
  margin-bottom: 10px;
}
.bariatric-surgeons .illust-docs .doc-line  {
  height: 6px;
  border-radius: 4px;
  background: #e2ebf4;
  margin-bottom: 6px;
}
.bariatric-surgeons .illust-docs .doc-line.short  { width: 55%; }
.bariatric-surgeons .illust-docs .doc-line.accent  { background: #5dc4d5; width: 45%; }
.bariatric-surgeons .illust-docs .doc-back  {
  top: 10px; left: 22%;
  transform: rotate(-6deg);
  opacity: 0.85;
}
.bariatric-surgeons .illust-docs .doc-front  {
  top: 38px; left: 10%;
  transform: rotate(4deg);
}

/* Illustration — calendar (International Patient Services) */
.bariatric-surgeons .illust-calendar  {
  flex: 1;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 10px;
  align-items: start;
  background: #fff;
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 16px 40px rgba(10, 56, 92, 0.18);
  position: relative;
  max-height: 180px;
  overflow: hidden;
}
.bariatric-surgeons .cal-times  {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bariatric-surgeons .cal-times .t  {
  font-size: 10.5px;
  font-weight: 600;
  color: var(--ink-500);
  padding: 5px 8px;
  border-radius: 8px;
  text-align: center;
}
.bariatric-surgeons .cal-times .t-active  { background: var(--blue-600); color: #fff; }
.bariatric-surgeons .cal-grid  { font-size: 10px; color: var(--ink-500); }
.bariatric-surgeons .cal-dow  {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin-bottom: 4px;
  font-weight: 600;
}
.bariatric-surgeons .cal-days  {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  font-size: 10px;
}
.bariatric-surgeons .cal-days span  {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.bariatric-surgeons .cal-days .d-soft  { color: #b6c3d1; }
.bariatric-surgeons .cal-days .d-on  {
  background: var(--blue-600);
  color: #fff;
  font-weight: 700;
}
.bariatric-surgeons .cal-notif  {
  position: absolute;
  right: 10px; top: 10px;
  width: 140px;
  padding: 10px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(10, 56, 92, 0.25);
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 10.5px;
}
.bariatric-surgeons .cal-notif .bell  { font-size: 12px; }
.bariatric-surgeons .cal-notif .bold  { font-weight: 700; color: var(--ink-900); margin-bottom: 4px; font-size: 10.5px; }
.bariatric-surgeons .cal-notif .avs  { display: inline-flex; align-items: center; gap: 4px; margin-bottom: 4px; }
.bariatric-surgeons .cal-notif .avs .av  {
  width: 16px; height: 16px;
  border-radius: 50%;
  border: 1.5px solid #fff;
  margin-left: -6px;
  background: linear-gradient(135deg, #fda4af, #fb7185);
}
.bariatric-surgeons .cal-notif .avs .av:first-child  { margin-left: 0; }
.bariatric-surgeons .cal-notif .avs .av:nth-child(2)  { background: linear-gradient(135deg, #fcd34d, #f59e0b); }
.bariatric-surgeons .cal-notif .avs .av:nth-child(3)  { background: linear-gradient(135deg, #93c5fd, #3b82f6); }
.bariatric-surgeons .cal-notif .avs .plus  {
  font-size: 9px;
  font-weight: 700;
  color: var(--blue-600);
  margin-left: 4px;
}
.bariatric-surgeons .cal-notif .connect  {
  display: block;
  font-size: 10px;
  color: var(--blue-600);
  font-weight: 600;
}

@media (max-width: 900px) {
  .bariatric-surgeons .why-bento  {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .bariatric-surgeons .bento-big-left, .bariatric-surgeons .bento-big-right  { grid-column: auto; grid-row: auto; }
  .bariatric-surgeons .bento-card  { min-height: 280px; }
}

/* ============ WHY TURKEY ============ */
.bariatric-surgeons .turkey-map  {
  margin: 0 auto 48px;
  max-width: 1100px;
  padding: 0 20px;
}
.bariatric-surgeons .turkey-map img  {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 20px 40px rgba(30, 136, 229, 0.12));
}
.bariatric-surgeons .turkey-grid  {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.bariatric-surgeons .turkey-card  {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px 26px;
  text-align: center;
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-xs);
  transition: transform .2s, box-shadow .2s;
}
.bariatric-surgeons .turkey-card:hover  { transform: translateY(-4px); box-shadow: var(--shadow); }
.bariatric-surgeons .turkey-ico  {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--blue-500), var(--blue-600));
  color: #fff;
  display: inline-flex;
  align-items: center; justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 8px 20px rgba(30, 136, 229, 0.25);
}
.bariatric-surgeons .turkey-card h4  {
  color: var(--ink-900);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
.bariatric-surgeons .turkey-card p  {
  font-size: 13px;
  color: var(--ink-500);
  line-height: 1.65;
}

/* ============ LIV ADVANTAGE (palliative) ============ */
.bariatric-surgeons .commit-card  {
  background: linear-gradient(135deg, var(--blue-600) 0%, var(--blue-700) 100%);
  border-radius: 28px;
  padding: 60px 50px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(21, 101, 192, 0.3);
}
.bariatric-surgeons .commit-card::before  {
  content: "";
  position: absolute;
  top: -50%; right: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,255,255,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.bariatric-surgeons .commit-card::after  {
  content: "";
  position: absolute;
  bottom: -40%; left: -10%;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.bariatric-surgeons .commit-content  { position: relative; max-width: 820px; margin: 0 auto; }
.bariatric-surgeons .commit-content h2  {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.25;
  letter-spacing: -0.3px;
}
.bariatric-surgeons .commit-sub  {
  font-size: 16px;
  color: rgba(255,255,255,0.88);
  margin-bottom: 22px;
  font-weight: 500;
}
.bariatric-surgeons .commit-content p  {
  font-size: 15.5px;
  color: rgba(255,255,255,0.94);
  line-height: 1.8;
}

/* ============ TESTIMONIALS ============ */
.bariatric-surgeons .testi-grid  {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.bariatric-surgeons .testi-card  {
  background: #fff;
  border-radius: var(--radius);
  padding: 40px;
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-xs);
  position: relative;
  transition: transform .2s, box-shadow .2s;
}
.bariatric-surgeons .testi-card:hover  { transform: translateY(-3px); box-shadow: var(--shadow); }
.bariatric-surgeons .quote-mark  {
  font-size: 80px;
  line-height: 0.5;
  color: var(--blue-600);
  opacity: 0.2;
  font-family: Georgia, serif;
  margin-bottom: 14px;
}
.bariatric-surgeons .testi-card p  {
  font-size: 15px;
  color: var(--ink-700);
  font-style: italic;
  line-height: 1.75;
}

/* ============ COMMITMENT ============ */
.bariatric-surgeons .commitment-section .section-head  { margin-bottom: 0; }

/* ============ FAQ ============ */
.bariatric-surgeons .faq-container  { max-width: 1320px; }
.bariatric-surgeons .faq-grid  {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  align-items: start;
}
.bariatric-surgeons .faq-item  {
  background: #fff;
  border-radius: var(--radius-sm);
  padding: 22px 26px;
  margin-bottom: 0;
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-xs);
  transition: box-shadow .2s, border-color .2s;
}
.bariatric-surgeons .faq-item[open]  { box-shadow: var(--shadow); border-color: var(--blue-50); }
.bariatric-surgeons .faq-item summary  {
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  color: var(--ink-900);
  font-size: 15.5px;
  position: relative;
  padding-right: 40px;
  line-height: 1.45;
}
.bariatric-surgeons .faq-item summary::-webkit-details-marker  { display: none; }
.bariatric-surgeons .faq-item summary::after  {
  content: "";
  position: absolute;
  right: 0; top: 50%;
  transform: translateY(-50%);
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--blue-50);
  color: var(--blue-600);
  transition: transform .2s, background .2s, color .2s;
  background-image:
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor);
  background-size: 12px 2px, 2px 12px;
  background-position: center;
  background-repeat: no-repeat;
}
.bariatric-surgeons .faq-item[open] summary::after  {
  background: var(--blue-600);
  color: #fff;
  transform: translateY(-50%) rotate(90deg);
  background-image: linear-gradient(#fff, #fff);
  background-size: 12px 2px;
  background-position: center;
  background-repeat: no-repeat;
}
.bariatric-surgeons .faq-item p  {
  margin-top: 16px;
  font-size: 14px;
  color: var(--ink-500);
  line-height: 1.75;
}
.bariatric-surgeons .faq-cta  { text-align: center; margin-top: 36px; }
.bariatric-surgeons .faq-more-wrap  { display: none; justify-content: center; margin-top: 18px; }
.bariatric-surgeons .faq-more-btn  { display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px; font-size: 13px; }
.bariatric-surgeons .faq-more-btn .more-close  { display: none; }
.bariatric-surgeons .faq-more-btn.is-expanded .more-open  { display: none; }
.bariatric-surgeons .faq-more-btn.is-expanded .more-close  { display: inline; }

/* ============ CONTACT ============ */
.bariatric-surgeons .contact-section  {
  background: #279ecd;
  color: #fff;
  position: relative;
  overflow: hidden;
  max-width: 1320px;
  margin: 40px auto;
  border-radius: 28px;
  padding: 70px 0;
  box-shadow: 0 20px 50px rgba(10, 56, 92, 0.12);
}
.bariatric-surgeons .contact-section::before  {
  content: "";
  position: absolute;
  top: -220px; right: -140px;
  width: 520px; height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.14), transparent 70%);
  pointer-events: none;
}
.bariatric-surgeons .contact-section::after  {
  content: "";
  position: absolute;
  bottom: -220px; left: -140px;
  width: 520px; height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.08), transparent 70%);
  pointer-events: none;
}
.bariatric-surgeons .contact-wrap  {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  position: relative;
}
.bariatric-surgeons .coord-chip  {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.22);
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 24px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.bariatric-surgeons .coord-chip .chip-img  {
  height: 28px;
  width: auto;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.2));
}
.bariatric-surgeons .contact-copy h2  {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 20px;
  letter-spacing: -0.7px;
  color: #fff;
  max-width: 460px;
}
.bariatric-surgeons .form-title  {
  font-size: 22px;
  font-weight: 700;
  color: var(--blue-700);
  margin-bottom: 22px;
  letter-spacing: -0.2px;
}
.bariatric-surgeons .contact-sub  {
  font-size: 20px;
  font-weight: 600;
  color: rgba(255,255,255,0.95);
  margin-bottom: 10px;
}
.bariatric-surgeons .contact-tertiary  {
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 24px;
}
.bariatric-surgeons .secure-note  {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.15);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  backdrop-filter: blur(4px);
}

/* ============ CALLBACK ============ */
.bariatric-surgeons .callback-section  {
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);
}
.bariatric-surgeons .callback-wrap  {
  background: #fff;
  border-radius: 24px;
  padding: 48px;
  box-shadow: var(--shadow-md);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  border: 1px solid var(--line-soft);
}
.bariatric-surgeons .callback-copy h2  {
  font-size: 26px;
  color: var(--ink-900);
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}
.bariatric-surgeons .callback-copy p  {
  font-size: 14.5px;
  color: var(--ink-500);
  line-height: 1.7;
}
.bariatric-surgeons .callback-form label  {
  display: block;
  font-size: 12.5px;
  color: var(--ink-700);
  font-weight: 600;
  margin-bottom: 10px;
}
.bariatric-surgeons .callback-row  {
  display: grid;
  grid-template-columns: 36px 70px 1fr auto;
  gap: 4px;
  background: var(--bg-soft);
  border: 1.5px solid var(--line);
  padding: 8px;
  border-radius: 999px;
  transition: border-color .18s, box-shadow .18s, background .18s;
  align-items: center;
}
.bariatric-surgeons .callback-row:focus-within  {
  background: #fff;
  border-color: var(--blue-600);
  box-shadow: 0 0 0 4px rgba(30, 136, 229, 0.12);
}
.bariatric-surgeons .callback-ico  {
  width: 18px; height: 18px;
  color: var(--ink-400);
  margin-left: 10px;
}
.bariatric-surgeons .callback-row input  {
  border: none;
  padding: 10px 12px;
  font-size: 14px;
  font-family: inherit;
  background: transparent;
  outline: none;
  color: var(--ink-900);
}
.bariatric-surgeons .callback-row .cc  { text-align: center; font-weight: 600; color: var(--ink-700); }
.bariatric-surgeons .callback-row .btn  { padding: 12px 22px; }

/* ============ FOOTER ============ */
.bariatric-surgeons .footer  {
  background: #1c7a9c;
  color: rgba(255,255,255,0.78);
  padding: 60px 0 28px;
  font-size: 14px;
  max-width: 1320px;
  margin: 20px auto 20px;
  border-radius: 28px;
  box-shadow: 0 20px 50px rgba(10, 56, 92, 0.12);
}
.bariatric-surgeons .footer-top  {
  text-align: center;
  padding-bottom: 40px;
}
.bariatric-surgeons .logo-footer  { display: inline-flex; justify-content: center; }
.bariatric-surgeons .logo-footer img  { height: 70px; width: auto; }
.bariatric-surgeons .footer-desc  {
  margin: 22px auto 0;
  color: rgba(255,255,255,0.82);
  line-height: 1.7;
  max-width: 520px;
  font-size: 14px;
  text-align: center;
}
.bariatric-surgeons .footer-divider  {
  height: 1px;
  background: rgba(255,255,255,0.18);
  width: 100%;
}
.bariatric-surgeons .footer-cols  {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 44px 0;
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}
.bariatric-surgeons .footer-col h4  {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 0.3px;
}
.bariatric-surgeons .footer-col p  {
  color: rgba(255,255,255,0.82);
  line-height: 1.65;
  margin-bottom: 10px;
  font-size: 13.5px;
}
.bariatric-surgeons .footer-col strong  { color: #fff; font-weight: 700; }
.bariatric-surgeons .footer-col a  {
  display: block;
  color: rgba(255,255,255,0.82);
  margin-bottom: 10px;
  font-size: 14px;
  transition: color .15s;
}
.bariatric-surgeons .footer-col a:hover  { color: #fff; text-decoration: none; }
.bariatric-surgeons .footer-bottom  {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  flex-wrap: wrap;
  gap: 18px;
}
.bariatric-surgeons .copyright  {
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  padding: 0;
  text-align: left;
}
.bariatric-surgeons .social  { display: flex; gap: 12px; }
.bariatric-surgeons .social a  {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.14);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  transition: background .18s, transform .18s;
}
.bariatric-surgeons .social a:hover  {
  background: rgba(255,255,255,0.28);
  transform: translateY(-2px);
}

@media (max-width: 640px) {
  .bariatric-surgeons .footer-cols  { grid-template-columns: 1fr; gap: 36px; padding: 32px 0; }
  .bariatric-surgeons .footer-bottom  { justify-content: center; flex-direction: column; }
  .bariatric-surgeons .copyright  { text-align: center; }
}

/* ============ LIGHTBOX ============ */
.bariatric-surgeons .lightbox  {
  position: fixed;
  inset: 0;
  background: rgba(8, 14, 26, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.bariatric-surgeons .lightbox.is-open  {
  opacity: 1;
  visibility: visible;
}
.bariatric-surgeons .lb-stage  {
  max-width: 92vw;
  max-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.bariatric-surgeons .lb-img  {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.6);
  animation: lbZoomIn .35s ease;
}
@keyframes lbZoomIn {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}
.bariatric-surgeons .lb-close, .bariatric-surgeons .lb-nav  {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.18);
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .18s, transform .18s, border-color .18s;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-family: inherit;
}
.bariatric-surgeons .lb-close:hover, .bariatric-surgeons .lb-nav:hover  {
  background: rgba(255,255,255,0.22);
  border-color: rgba(255,255,255,0.35);
  transform: scale(1.05);
}
.bariatric-surgeons .lb-close  {
  top: 24px;
  right: 24px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}
.bariatric-surgeons .lb-prev  { left: 24px; top: 50%; transform: translateY(-50%); }
.bariatric-surgeons .lb-next  { right: 24px; top: 50%; transform: translateY(-50%); }
.bariatric-surgeons .lb-prev:hover  { transform: translateY(-50%) scale(1.05); }
.bariatric-surgeons .lb-next:hover  { transform: translateY(-50%) scale(1.05); }
.bariatric-surgeons .lb-counter  {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  letter-spacing: 1px;
}

@media (max-width: 640px) {
  .bariatric-surgeons .lb-close  { top: 14px; right: 14px; width: 44px; height: 44px; }
  .bariatric-surgeons .lb-prev  { left: 10px; }
  .bariatric-surgeons .lb-next  { right: 10px; }
  .bariatric-surgeons .lb-nav  { width: 44px; height: 44px; }
  .bariatric-surgeons .lb-stage  { padding: 10px; max-width: 100vw; max-height: 82vh; }
}

/* ============ GALLERY (container width, spaced items) ============ */
.bariatric-surgeons .gallery-section  {
  padding: 24px;
  max-width: 1320px;
  margin: 40px auto;
  background: transparent;
  box-shadow: none;
}
.bariatric-surgeons .gallery-grid  {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
}
.bariatric-surgeons .g-item  {
  position: relative;
  overflow: hidden;
  display: block;
  aspect-ratio: 16/9;
  background: var(--blue-25);
  cursor: zoom-in;
  border-radius: 18px;
  box-shadow: 0 6px 18px rgba(10, 56, 92, 0.08);
  transition: transform .25s, box-shadow .25s;
}
.bariatric-surgeons .g-item:hover  { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(10, 56, 92, 0.15); }

/* Gallery show-more */
.bariatric-surgeons .gallery-grid .g-item:nth-child(n+10)  { display: none; }
.bariatric-surgeons .gallery-grid.is-expanded .g-item  { display: block; }
.bariatric-surgeons .gallery-grid.is-expanded .g-item:nth-child(n+10)  { animation: fadeGrid .35s ease; }
@keyframes fadeGrid { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.bariatric-surgeons .gallery-more-wrap  { display: flex; justify-content: center; padding: 28px 24px 0; }
.bariatric-surgeons .gallery-more-btn  {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 34px;
  font-size: 14px;
}
.bariatric-surgeons .gallery-more-btn .more-close  { display: none; }
.bariatric-surgeons .gallery-more-btn.is-expanded .more-open  { display: none; }
.bariatric-surgeons .gallery-more-btn.is-expanded .more-close  { display: inline; }

/* Gallery arrows (mobile only — bottom centered) */
.bariatric-surgeons .gallery-section  { position: relative; }
.bariatric-surgeons .gallery-arrow  {
  display: none;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #fff;
  color: var(--blue-600);
  border: 1px solid var(--line-soft);
  cursor: pointer;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(10, 56, 92, 0.2);
  transition: transform .15s, background .15s;
  font-family: inherit;
}
.bariatric-surgeons .gallery-arrow:hover  { background: var(--blue-25); }
.bariatric-surgeons .gallery-arrow:active  { transform: scale(0.94); }
.bariatric-surgeons .gallery-nav  {
  display: none;
  justify-content: center;
  gap: 14px;
  padding: 20px 0 4px;
}
.bariatric-surgeons .g-item::after  {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(15, 30, 51, 0.55));
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none;
}
.bariatric-surgeons .g-item::before  {
  content: "";
  position: absolute;
  right: 18px; bottom: 18px;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  background-image:
    linear-gradient(var(--blue-600), var(--blue-600)),
    linear-gradient(var(--blue-600), var(--blue-600));
  background-size: 14px 2px, 2px 14px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .3s, transform .3s;
  z-index: 2;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}
.bariatric-surgeons .g-item img  {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}
.bariatric-surgeons .g-item:hover img  { transform: scale(1.08); }
.bariatric-surgeons .g-item:hover::after  { opacity: 1; }
.bariatric-surgeons .g-item:hover::before  { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .bariatric-surgeons .gallery-grid  { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .bariatric-surgeons .gallery-section  { padding: 20px 0 20px 20px; }
  .bariatric-surgeons .gallery-grid  {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding-right: 20px;
    scrollbar-width: none;
  }
  .bariatric-surgeons .gallery-grid::-webkit-scrollbar  { display: none; }
  .bariatric-surgeons .gallery-grid .g-item, .bariatric-surgeons .gallery-grid .g-item:nth-child(n+10)  {
    display: block;
    flex: 0 0 80%;
    aspect-ratio: 4/3;
    scroll-snap-align: start;
  }
  .bariatric-surgeons .gallery-more-wrap  { display: none; }
  .bariatric-surgeons .gallery-nav  { display: flex; }
  .bariatric-surgeons .gallery-arrow  { display: inline-flex; }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1100px) {
  .bariatric-surgeons section  { padding: 30px 0; }
  .bariatric-surgeons .hero-top  { grid-template-columns: 1fr; }
  .bariatric-surgeons .hero-card  { padding: 40px; }
  .bariatric-surgeons .surgeon-wrap  { grid-template-columns: 1fr; }
  .bariatric-surgeons .surgeon-photo  { max-width: 380px; margin: 0 auto; }
  .bariatric-surgeons .consult-wrap  { grid-template-columns: 1fr; padding: 36px; }
  .bariatric-surgeons .pkg-grid  { grid-template-columns: repeat(2, 1fr); }
  .bariatric-surgeons .comp-grid  { grid-template-columns: 1fr; }
  .bariatric-surgeons .adv-sol-grid  { grid-template-columns: 1fr; }
  .bariatric-surgeons .journey-grid  { grid-template-columns: 1fr; }
  .bariatric-surgeons .why-liv-grid, .bariatric-surgeons .turkey-grid  { grid-template-columns: repeat(2, 1fr); }
  .bariatric-surgeons .testi-grid  { grid-template-columns: 1fr; }
  .bariatric-surgeons .contact-wrap  { grid-template-columns: 1fr; }
  .bariatric-surgeons .callback-wrap  { grid-template-columns: 1fr; padding: 32px; }
  .bariatric-surgeons .footer-grid  { grid-template-columns: 1fr; }
  .bariatric-surgeons .hero-section  { min-height: 578px; }
  .bariatric-surgeons .hero-inner  { padding: 120px 24px 100px; min-height: 578px; }
  .bariatric-surgeons .faq-grid  { grid-template-columns: repeat(2, 1fr); }
  .bariatric-surgeons .hero-title  { font-size: 48px; }
  .bariatric-surgeons .hero-cert  { bottom: 24px; right: 12px; }
}

@media (max-width: 640px) {
  .bariatric-surgeons .topnav  { display: none; }
  /* Mobile: when scrolled past hero → only nav links visible (logo + CTA hidden) */
  .bariatric-surgeons .topbar.is-scrolled .logo,
  .bariatric-surgeons .topbar.is-scrolled .btn-primary {
    display: none;
  }
  .bariatric-surgeons .topbar.is-scrolled .topnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    width: 100%;
    animation: navSlideDown .3s ease;
  }
  .bariatric-surgeons .topbar.is-scrolled .topnav a {
    font-size: 12.5px;
    font-weight: 600;
  }
  .bariatric-surgeons .topbar.is-scrolled .topbar-inner {
    height: 54px;
    padding: 0 16px;
    justify-content: center;
  }
  @keyframes navSlideDown {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .bariatric-surgeons section  { padding: 25px 0; }
  .bariatric-surgeons .section-title  { font-size: 28px; }
  .bariatric-surgeons .h2-blue  { font-size: 22px; }
  .bariatric-surgeons .form  { padding: 28px; }
  .bariatric-surgeons .packages-section  { padding: 25px 0; }
  .bariatric-surgeons .packages-section .container  { padding: 0; }
  .bariatric-surgeons .packages-section .section-head  { padding: 0 24px; }
  .bariatric-surgeons .pkg-grid  {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 40px;
    padding: 4px 20px 8px;
    scrollbar-width: none;
  }
  .bariatric-surgeons .pkg-grid::-webkit-scrollbar  { display: none; }
  .bariatric-surgeons .pkg-card  {
    flex: 0 0 calc(100vw - 40px);
    scroll-snap-align: center;
  }
  .bariatric-surgeons .pkg-nav  {
    display: flex !important;
    justify-content: center;
    gap: 14px;
    padding: 20px 0 4px;
  }

  /* FAQ — show 4 items, rest behind button on mobile */
  .bariatric-surgeons .faq-grid  { grid-template-columns: 1fr; gap: 12px; }
  .bariatric-surgeons .faq-grid .faq-item:nth-of-type(n+5)  { display: none; }
  .bariatric-surgeons .faq-container.is-expanded .faq-grid .faq-item  { display: block; }
  .bariatric-surgeons .faq-more-wrap  { display: flex; }

  /* Advanced Solutions carousel on mobile */
  .bariatric-surgeons .advanced-section  { padding: 25px 0; }
  .bariatric-surgeons .advanced-section .container  { padding: 0; }
  .bariatric-surgeons .advanced-section .section-head  { padding: 0 24px; }
  .bariatric-surgeons .advanced-section .center-cta  { padding: 20px 24px 0; }
  .bariatric-surgeons .adv-sol-grid  {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 40px;
    padding: 4px 20px 8px;
    scrollbar-width: none;
  }
  .bariatric-surgeons .adv-sol-grid::-webkit-scrollbar  { display: none; }
  .bariatric-surgeons .adv-sol-card, .bariatric-surgeons .adv-sol-card.wide  {
    flex: 0 0 calc(100vw - 40px);
    scroll-snap-align: center;
    grid-column: auto;
  }
  .bariatric-surgeons .advsol-nav  {
    display: flex !important;
    justify-content: center;
    gap: 14px;
    padding: 20px 0 4px;
  }

  /* Comprehensive solutions carousel on mobile */
  .bariatric-surgeons .comprehensive-section  { padding: 25px 0; }
  .bariatric-surgeons .comprehensive-section .container  { padding: 0; }
  .bariatric-surgeons .comprehensive-section .section-head  { padding: 0 24px; }
  .bariatric-surgeons .comp-grid  {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 40px;
    padding: 4px 20px 8px;
    scrollbar-width: none;
  }
  .bariatric-surgeons .comp-grid::-webkit-scrollbar  { display: none; }
  .bariatric-surgeons .comp-card  {
    flex: 0 0 calc(100vw - 40px);
    scroll-snap-align: center;
  }
  .bariatric-surgeons .comp-nav  {
    display: flex !important;
    justify-content: center;
    gap: 14px;
    padding: 20px 0 4px;
  }

  /* Testimonials carousel on mobile */
  .bariatric-surgeons .testimonials-section  { padding: 25px 0; }
  .bariatric-surgeons .testimonials-section .container  { padding: 0; }
  .bariatric-surgeons .testimonials-section .section-head  { padding: 0 24px; }
  .bariatric-surgeons .testi-grid  {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 40px;
    padding: 4px 20px 8px;
    scrollbar-width: none;
  }
  .bariatric-surgeons .testi-grid::-webkit-scrollbar  { display: none; }
  .bariatric-surgeons .testi-card  {
    flex: 0 0 calc(100vw - 40px);
    scroll-snap-align: center;
  }
  .bariatric-surgeons .testi-nav  {
    display: flex !important;
    justify-content: center;
    gap: 14px;
    padding: 20px 0 4px;
  }
  .bariatric-surgeons .testimonials-section .center-cta  { padding: 0 20px; }
  .bariatric-surgeons .why-liv-grid  { grid-template-columns: 1fr; }

  /* Why Turkey carousel on mobile */
  .bariatric-surgeons .why-turkey-section  { padding: 25px 0; }
  .bariatric-surgeons .why-turkey-section .container  { padding: 0; }
  .bariatric-surgeons .why-turkey-section .section-head  { padding: 0 24px; }
  .bariatric-surgeons .turkey-map  { padding: 0 24px; }
  .bariatric-surgeons .turkey-grid  {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 40px;
    padding: 4px 20px 8px;
    scrollbar-width: none;
  }
  .bariatric-surgeons .turkey-grid::-webkit-scrollbar  { display: none; }
  .bariatric-surgeons .turkey-card  {
    flex: 0 0 calc(100vw - 40px);
    scroll-snap-align: center;
  }
  .bariatric-surgeons .turkey-nav  {
    display: flex !important;
    justify-content: center;
    gap: 14px;
    padding: 20px 0 4px;
  }
  /* Advantages carousel on mobile */
  .bariatric-surgeons .advantages-section  { padding: 25px 0; }
  .bariatric-surgeons .advantages-section .container  { padding: 0; }
  .bariatric-surgeons .advantages-section .section-head  { padding: 0 24px; }
  .bariatric-surgeons .advantages-section .center-cta  { padding: 20px 24px 0; }
  .bariatric-surgeons .adv-list  {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 40px;
    padding: 4px 20px 8px;
    scrollbar-width: none;
    max-width: none;
    margin: 0;
  }
  .bariatric-surgeons .adv-list::-webkit-scrollbar  { display: none; }
  .bariatric-surgeons .adv-list .adv-item:nth-child(3)  { grid-column: auto; }
  .bariatric-surgeons .adv-item  {
    grid-template-columns: 60px 1fr;
    text-align: left;
    flex: 0 0 calc(100vw - 40px);
    scroll-snap-align: center;
  }
  .bariatric-surgeons .adv-ico  { margin: 0; }
  .bariatric-surgeons .adv-nav  {
    display: flex !important;
    justify-content: center;
    gap: 14px;
    padding: 20px 0 4px;
  }
  .bariatric-surgeons .commit-card  { padding: 40px 28px; }
  .bariatric-surgeons .contact-copy h2  { font-size: 22px; }
  .bariatric-surgeons .callback-row  { grid-template-columns: 1fr; border-radius: 16px; padding: 12px; gap: 8px; }
  .bariatric-surgeons .callback-ico  { display: none; }
  .bariatric-surgeons .callback-row input, .bariatric-surgeons .callback-row .btn  { border-radius: 10px; padding: 12px 14px; }
  .bariatric-surgeons .callback-row .btn  { border-radius: 999px; }

  /* Mobile buttons — single line, compact */
  .bariatric-surgeons .btn  {
    white-space: nowrap;
    letter-spacing: 0;
  }
  .bariatric-surgeons .btn-lg  {
    padding: 12px 22px;
    font-size: 12.5px;
  }
  .bariatric-surgeons .btn-sm  { padding: 9px 14px; font-size: 11.5px; }
  .bariatric-surgeons .center-cta .btn, .bariatric-surgeons .faq-cta .btn  {
    max-width: 100%;
  }

  /* Journey carousel on mobile */
  .bariatric-surgeons .journey-section  { padding: 25px 0; }
  .bariatric-surgeons .journey-section .container  { padding: 0; }
  .bariatric-surgeons .journey-section .section-head  { padding: 0 24px; }
  .bariatric-surgeons .journey-grid  {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 40px;
    padding: 4px 20px 8px;
    scrollbar-width: none;
  }
  .bariatric-surgeons .journey-grid::-webkit-scrollbar  { display: none; }
  .bariatric-surgeons .journey-stage  {
    flex: 0 0 calc(100vw - 40px);
    scroll-snap-align: center;
    align-self: stretch;
  }
  .bariatric-surgeons .journey-nav  {
    display: flex !important;
    justify-content: center;
    gap: 14px;
    padding: 20px 0 4px;
  }

  /* Hero mobile */
  .bariatric-surgeons .hero-section  { min-height: 527px; }
  .bariatric-surgeons .hero-inner  { padding: 100px 20px 80px; min-height: 527px; }

  /* Rounded sections — tighter padding & edge margins */
  .bariatric-surgeons .consult-section, .bariatric-surgeons .contact-section, .bariatric-surgeons .footer  {
    padding-left: 14px;
    padding-right: 14px;
    margin-left: 8px;
    margin-right: 8px;
    max-width: calc(100% - 16px);
    border-radius: 22px;
  }
  .bariatric-surgeons .consult-wrap, .bariatric-surgeons .contact-wrap  { padding: 0; }
  .bariatric-surgeons .consult-section  { padding-top: 30px; padding-bottom: 30px; }
  .bariatric-surgeons .contact-section  { padding-top: 32px; padding-bottom: 32px; }
  .bariatric-surgeons .footer  { padding-top: 36px; padding-bottom: 22px; }
  .bariatric-surgeons .consult-section .container, .bariatric-surgeons .contact-section .container, .bariatric-surgeons .footer .container  { padding: 0; }

  /* Form premium mobile */
  .bariatric-surgeons .form, .bariatric-surgeons .form-card, .bariatric-surgeons .form-elevated  {
    padding: 20px 10px;
    border-radius: 20px;
  }
  .bariatric-surgeons .form-title  {
    font-size: 18px;
    margin-bottom: 16px;
    letter-spacing: -0.2px;
  }
  .bariatric-surgeons .row-2  { gap: 8px; margin-bottom: 10px; }
  .bariatric-surgeons .field  { margin-bottom: 12px; }
  .bariatric-surgeons .field > label  {
    font-size: 10.5px;
    margin-bottom: 6px;
    letter-spacing: 0.8px;
  }
  .bariatric-surgeons .input-wrap  {
    padding: 0 10px;
    border-radius: 12px;
    border-width: 1px;
    align-items: center;
  }
  .bariatric-surgeons .input-wrap:has(textarea)  { align-items: flex-start; padding-top: 14px; padding-bottom: 12px; }
  .bariatric-surgeons .input-wrap:has(textarea) .field-ico  { margin-top: 3px; }
  .bariatric-surgeons .input-wrap .field-ico  { width: 16px; height: 16px; }
  .bariatric-surgeons .input-wrap input, .bariatric-surgeons .input-wrap textarea  {
    padding: 12px 4px 12px 6px;
    font-size: 13.5px;
  }
  .bariatric-surgeons .input-wrap textarea  { min-height: 66px; padding: 0 4px 0 6px; }
  .bariatric-surgeons .agree  { font-size: 11.5px; gap: 8px; margin: 4px 0 14px; }
  .bariatric-surgeons .agree input  { width: 16px; height: 16px; }
  .bariatric-surgeons .btn-block.btn-lg  { padding: 14px 22px; font-size: 13.5px; }

  /* Headings */
  .bariatric-surgeons .contact-copy h2  { font-size: 24px; margin-bottom: 14px; }
  .bariatric-surgeons .consult-copy .h2-blue  { font-size: 22px; margin-bottom: 16px; }
  .bariatric-surgeons .coord-chip  {
    padding: 6px 14px 6px 8px;
    font-size: 11.5px;
    margin-bottom: 18px;
  }
  .bariatric-surgeons .coord-chip .chip-img  { height: 22px; }
  .bariatric-surgeons .consult-contacts  { flex-direction: row; flex-wrap: wrap; gap: 8px; }
  .bariatric-surgeons .consult-contacts .contact-chip  { padding: 8px 14px; font-size: 12px; }
  .bariatric-surgeons .hero-title  { font-size: 34px; line-height: 1.15; }
  .bariatric-surgeons .hero-desc  { font-size: 14.5px; }
  .bariatric-surgeons .hero-chip  {
    font-size: 12px;
    padding: 14px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: none;
    margin: 0 0 22px;
    text-align: center;
    border-radius: 18px;
  }
  .bariatric-surgeons .hero-chip .chip-img  { height: 26px; }
  .bariatric-surgeons .hero-chip .chip-stars  { gap: 2px; }
  .bariatric-surgeons .hero-chip .chip-stars .ic-xs  { width: 13px; height: 13px; }
  .bariatric-surgeons .chip-lead, .bariatric-surgeons .chip-endorse  {
    justify-content: center;
    gap: 8px;
  }
  .bariatric-surgeons .hero-cert  { padding: 10px 16px 10px 10px; gap: 12px; flex-wrap: nowrap; }
  .bariatric-surgeons .hero-cert .cert-ico-pill  { width: 36px; height: 36px; }
  .bariatric-surgeons .hero-cert .cert-title  { font-size: 13px; }
  .bariatric-surgeons .hero-cert .cert-img  { height: 24px; padding-left: 8px; }
  .bariatric-surgeons .topbar-inner  { height: 70px; }
  .bariatric-surgeons .logo img  { height: 36px; }
  .bariatric-surgeons .topbar .btn-primary  { font-size: 11.5px; padding: 8px 14px; }
  .bariatric-surgeons .hero-cert  {
    position: static;
    margin-top: 28px;
    align-self: flex-start;
  }
}

/* ============ TABLET LANDSCAPE / SMALL LAPTOP (1100-900) ============ */
@media (max-width: 1100px) and (min-width: 641px) {
  .bariatric-surgeons .comp-grid  { grid-template-columns: repeat(2, 1fr); }
  .bariatric-surgeons .adv-sol-grid  { grid-template-columns: repeat(2, 1fr); }
  .bariatric-surgeons .adv-sol-card.wide  { grid-column: 1 / -1; }
  .bariatric-surgeons .journey-grid  { grid-template-columns: repeat(2, 1fr); }
  .bariatric-surgeons .journey-grid .journey-stage:nth-child(3)  { grid-column: 1 / -1; max-width: 50%; margin: 0 auto; }
  .bariatric-surgeons .testi-grid  { grid-template-columns: repeat(2, 1fr); }
  .bariatric-surgeons .turkey-grid  { grid-template-columns: repeat(2, 1fr); }
  .bariatric-surgeons .gallery-grid  { grid-template-columns: repeat(3, 1fr); }
}

/* ============ TABLET PORTRAIT (900-641) ============ */
@media (max-width: 900px) and (min-width: 641px) {
  .bariatric-surgeons .hero-title  { font-size: 40px; }
  .bariatric-surgeons .hero-desc  { font-size: 15px; }
  .bariatric-surgeons .section-title, .bariatric-surgeons .h2-blue  { font-size: 26px; }
  .bariatric-surgeons .surgeon-copy .h2-blue  { font-size: 24px; }
  .bariatric-surgeons .pkg-grid  { grid-template-columns: repeat(2, 1fr); }
  .bariatric-surgeons .comp-grid  { grid-template-columns: repeat(2, 1fr); }
  .bariatric-surgeons .why-liv-grid, .bariatric-surgeons .why-bento  {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px 300px;
  }
  .bariatric-surgeons .bento-big-left  { grid-column: 1 / 3; }
  .bariatric-surgeons .bento-big-right  { grid-column: 1 / 3; }
  .bariatric-surgeons .turkey-grid  { grid-template-columns: repeat(2, 1fr); }
  .bariatric-surgeons .footer-cols  { grid-template-columns: 1fr 1fr; gap: 36px; }
  .bariatric-surgeons .journey-grid .journey-stage:nth-child(3)  { max-width: 60%; }
}

/* ============ LANDSCAPE MOBILE — orientation adjustment ============ */
@media (max-width: 900px) and (orientation: landscape) and (max-height: 500px) {
  .bariatric-surgeons .hero-section  { min-height: 100vh; }
  .bariatric-surgeons .hero-inner  { padding: 100px 24px 60px; min-height: 100vh; }
  .bariatric-surgeons .hero-title  { font-size: 34px; line-height: 1.1; margin-bottom: 14px; }
  .bariatric-surgeons .hero-desc  { font-size: 14px; margin-bottom: 20px; }
  .bariatric-surgeons .hero-cert  { display: none; }
}

/* ============ VERY SMALL PHONES (<380) ============ */
@media (max-width: 380px) {
  .bariatric-surgeons .section-title  { font-size: 24px; }
  .bariatric-surgeons .h2-blue  { font-size: 20px; }
  .bariatric-surgeons .hero-title  { font-size: 28px; }
  .bariatric-surgeons .hero-desc  { font-size: 13.5px; }
  .bariatric-surgeons .form, .bariatric-surgeons .form-card, .bariatric-surgeons .form-elevated  { padding: 18px 8px; }
  .bariatric-surgeons .input-wrap  { padding: 0 8px; }
  .bariatric-surgeons .input-wrap input, .bariatric-surgeons .input-wrap textarea  { font-size: 13px; padding: 11px 4px 11px 6px; }
  .bariatric-surgeons .row-2  { gap: 6px; }
  .bariatric-surgeons .btn-lg  { padding: 12px 18px; font-size: 12px; }
  .bariatric-surgeons .btn-sm  { padding: 8px 12px; font-size: 11px; }
  .bariatric-surgeons .consult-copy .h2-blue  { font-size: 20px; }
  .bariatric-surgeons .contact-copy h2  { font-size: 22px; }
  .bariatric-surgeons .consult-contacts .contact-chip  { padding: 7px 12px; font-size: 11.5px; }
  .bariatric-surgeons .pkg-card, .bariatric-surgeons .comp-card, .bariatric-surgeons .adv-sol-card, .bariatric-surgeons .journey-stage, .bariatric-surgeons .testi-card  {
    padding: 22px 18px;
  }
  .bariatric-surgeons .stage-top  { padding: 22px 18px 16px; }
  .bariatric-surgeons .stage-list  { padding: 12px 18px 24px; }
  .bariatric-surgeons .stage-extra  { margin: 0 18px 24px; }
  .bariatric-surgeons .advsol-extra summary, .bariatric-surgeons .stage-extra summary  { padding: 9px 18px; font-size: 12px; }
  .bariatric-surgeons .comp-img  { width: 110px; height: 110px; }
  .bariatric-surgeons .topbar .btn-primary  { font-size: 11px; padding: 7px 12px; }
  .bariatric-surgeons .coord-chip  { font-size: 11px; padding: 5px 10px 5px 6px; }
  .bariatric-surgeons .coord-chip .chip-img  { height: 18px; }
  .bariatric-surgeons .footer  { padding: 40px 0 20px; }
  .bariatric-surgeons .footer-top  { padding-bottom: 28px; }
  .bariatric-surgeons .logo-footer img  { height: 54px; }
  .bariatric-surgeons .footer-desc  { font-size: 13px; }
  .bariatric-surgeons .footer-cols  { padding: 28px 0; gap: 28px; }
}

/* ============ FLOATING ACTION BUTTONS ============ */
.bariatric-surgeons .fab-stack  {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bariatric-surgeons .fab  {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
  transition: transform .2s, box-shadow .2s;
  position: relative;
}
.bariatric-surgeons .fab:hover  {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
  text-decoration: none;
}
.bariatric-surgeons .fab::before  {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  animation: fabPulse 2s ease-out infinite;
  opacity: 0.55;
  z-index: -1;
}
.bariatric-surgeons .fab-whatsapp  {
  background: linear-gradient(135deg, #25d366, #128c7e);
}
.bariatric-surgeons .fab-whatsapp::before  { background: rgba(37, 211, 102, 0.5); }
.bariatric-surgeons .fab-call  {
  background: linear-gradient(135deg, #2ea1cf, #1976d2);
}
.bariatric-surgeons .fab-call::before  { background: rgba(46, 161, 207, 0.5); }
@keyframes fabPulse {
  0%   { transform: scale(1);    opacity: 0.55; }
  100% { transform: scale(1.5);  opacity: 0;    }
}
@media (max-width: 640px) {
  .bariatric-surgeons .fab-stack  { right: 14px; bottom: 14px; gap: 10px; }
  .bariatric-surgeons .fab  { width: 48px; height: 48px; }
  .bariatric-surgeons .fab svg  { width: 22px; height: 22px; }
}

/* ============ TOUCH TARGETS — accessibility ============ */
@media (pointer: coarse) {
  .bariatric-surgeons .btn, .bariatric-surgeons .contact-chip, .bariatric-surgeons .comp-link, .bariatric-surgeons .advsol-extra summary, .bariatric-surgeons .stage-extra summary  {
    min-height: 40px;
  }
  .bariatric-surgeons .gallery-arrow  { min-width: 44px; min-height: 44px; }
}

/* ============ PARENT SITE OVERRIDES — hide parent theme chrome ============ */
body > footer {
  display: none !important;
}

body > header {
  display: none !important;
}

#glass-card {
  display: none !important;
}

/* ============ FORCE WHITE TEXT ON HOVER (override parent theme) ============ */
.bariatric-surgeons .btn-primary,
.bariatric-surgeons .btn-primary:hover,
.bariatric-surgeons .btn-primary:focus,
.bariatric-surgeons .btn-cta,
.bariatric-surgeons .btn-cta:hover,
.bariatric-surgeons .btn-cta:focus,
.bariatric-surgeons .topbar .btn-primary,
.bariatric-surgeons .topbar .btn-primary:hover,
.bariatric-surgeons .comp-link:hover,
.bariatric-surgeons .comp-link:hover svg,
.bariatric-surgeons .advsol-extra summary,
.bariatric-surgeons .advsol-extra summary:hover,
.bariatric-surgeons .stage-extra summary,
.bariatric-surgeons .stage-extra summary:hover,
.bariatric-surgeons .fab,
.bariatric-surgeons .fab:hover,
.bariatric-surgeons .fab:focus,
.bariatric-surgeons .topnav a:hover,
.bariatric-surgeons .social a,
.bariatric-surgeons .social a:hover,
.bariatric-surgeons .lb-close,
.bariatric-surgeons .lb-close:hover,
.bariatric-surgeons .lb-nav,
.bariatric-surgeons .lb-nav:hover,
.bariatric-surgeons .gallery-more-btn,
.bariatric-surgeons .gallery-more-btn:hover,
.bariatric-surgeons .faq-more-btn,
.bariatric-surgeons .faq-more-btn:hover {
  color: #fff !important;
}
.bariatric-surgeons .comp-link:hover svg {
  color: var(--blue-600) !important;
}


#elementor-popup-modal-503172 > div > div.dialog-message.dialog-lightbox-message{
    display: none !important;
}/* End custom CSS */