/* Google Ads Landing — matches rb_dentistry_google_ads.html */

/* Hard isolation: hide anything leaked from theme/Elementor (keep WP admin bar visible when logged in) */
html.galp-isolated-root,
html.galp-isolated-root body.galp-isolated {
  margin: 0;
  padding: 0;
}

body.admin-bar.galp-isolated #wpadminbar {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  overflow: visible !important;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}

body.galp-isolated #header,
body.galp-isolated .header,
body.galp-isolated .header-push,
body.galp-isolated #masthead,
body.galp-isolated .site-header,
body.galp-isolated .elementor-location-header,
body.galp-isolated .elementor-location-footer,
body.galp-isolated .elementor-location-popup,
body.galp-isolated .nav-desktop,
body.galp-isolated .nav-mobile,
body.galp-isolated .HeaderMainmenuSection {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

body.galp-isolated > img,
body.galp-isolated > a > img:not(.logo-brand) {
  display: none !important;
}

body.galp-landing-body,
body.galp-thankyou-body {
  margin: 0 !important;
  padding: 0;
}

body.galp-thankyou-body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

body.galp-thankyou-body .lp-header,
body.galp-thankyou-body .lp-footer {
  flex-shrink: 0;
}

body.galp-thankyou-body .galp-thankyou-hero {
  flex: 1 1 auto;
}

body.galp-isolated *,
body.galp-isolated *::before,
body.galp-isolated *::after { box-sizing: border-box; margin: 0; padding: 0; }
html.galp-isolated-root,
body.galp-isolated {
  --teal:      #0098b2;
  --teal-dark: #007a91;
  --teal-pale: #e6f7fa;
  --silver:    #b5b5b5;
  --navy:      #0d2233;
  --white:     #ffffff;
  --off:       #f7fbfc;
  --text:      #1c2b33;
  --muted:     #5a6a74;
  --border:    #dde8ec;
  /* Matches 757dentists.com homepage (Elementor): Quicksand headings + Roboto body */
  --font-heading: 'Quicksand', sans-serif;
  --font-body:    'Roboto', sans-serif;
  --galp-content-max: 1100px;
  --galp-gutter: 32px;
}
body.galp-isolated .lp-shell-inner {
  width: 100%;
  max-width: var(--galp-content-max);
  margin-left: auto;
  margin-right: auto;
}
html.galp-isolated-root {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html.galp-isolated-root,
body.galp-landing-body,
body.galp-thankyou-body {
  overflow-x: hidden;
  max-width: 100%;
}
body.galp-landing-body,
body.galp-thankyou-body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (prefers-reduced-motion: reduce) {
  html.galp-isolated-root { scroll-behavior: auto; }
}
body.galp-isolated a,
body.galp-isolated button,
body.galp-isolated .btn-teal,
body.galp-isolated .btn-outline,
body.galp-isolated .btn-white,
body.galp-isolated .btn-submit,
body.galp-isolated .header-phone a,
body.galp-isolated .sticky-phone a {
  -webkit-tap-highlight-color: rgba(0, 152, 178, .2);
  touch-action: manipulation;
}
body.galp-landing-body h1,
body.galp-landing-body h2,
body.galp-landing-body h3,
body.galp-landing-body h4,
body.galp-thankyou-body h1,
body.galp-thankyou-body h2,
body.galp-thankyou-body h3,
body.galp-thankyou-body h4 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.25;
}

body.galp-isolated .lp-header {
  background: var(--white);
  border-bottom: 3px solid var(--teal);
  padding: 12px var(--galp-gutter);
}
body.galp-isolated .lp-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 64px;
}
body.galp-isolated .logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 62%;
}
body.galp-isolated .logo.logo--image {
  gap: 0;
  line-height: 0;
}
body.galp-isolated .lp-logo__frame {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  height: 64px;
  max-width: 200px;
  overflow: hidden;
}
body.galp-isolated .logo-brand {
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 64px;
  object-fit: contain;
  object-position: left center;
}
@media (min-width: 768px) {
  body.galp-isolated .lp-header-inner {
    min-height: 76px;
  }
  body.galp-isolated .lp-logo__frame {
    height: 76px;
    max-width: 260px;
  }
  body.galp-isolated .logo-brand {
    max-height: 76px;
  }
}
@media (max-width: 560px) {
  body.galp-isolated {
    --galp-gutter: 16px;
  }
  body.galp-isolated .lp-header {
    padding: 10px var(--galp-gutter);
  }
  body.galp-isolated .lp-header-inner {
    min-height: 56px;
  }
  body.galp-isolated .logo {
    max-width: 58%;
  }
  body.galp-isolated .lp-logo__frame {
    height: 56px;
    max-width: 190px;
  }
  body.galp-isolated .logo-brand {
    max-height: 56px;
  }
  body.galp-isolated .header-phones {
    gap: 0;
  }
  body.galp-isolated .header-phone--loc {
    padding: 0 8px;
  }
  body.galp-isolated .header-phone a {
    font-size: 14px;
    gap: 4px;
  }
  body.galp-isolated .header-phone .label {
    font-size: 9px;
    letter-spacing: 0.6px;
    margin-bottom: 1px;
  }
  body.galp-isolated .header-phone-icon {
    width: 11px;
    height: 11px;
  }
}
body.galp-isolated .logo-mark {
  width: 46px; height: 46px;
  background: var(--teal);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
body.galp-isolated .logo-mark svg { color: #fff; }
body.galp-isolated .logo-text strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 17px; font-weight: 700; color: var(--navy); line-height: 1.1;
}
body.galp-isolated .logo-text span { font-family: var(--font-body); font-size: 10.5px; font-weight: 500; letter-spacing: 1.2px; text-transform: uppercase; color: var(--teal); }
body.galp-isolated .header-phones {
  display: flex;
  align-items: stretch;
  flex: 0 1 auto;
  max-width: 100%;
  min-width: 0;
}
body.galp-isolated .header-phone {
  text-align: center;
  flex: 0 0 auto;
  white-space: nowrap;
}
body.galp-isolated .header-phone--loc {
  padding: 0 14px;
}
body.galp-isolated .header-phone--loc + .header-phone--loc {
  border-left: 1px solid rgba(14, 58, 82, 0.18);
}
body.galp-isolated .header-phone .label {
  font-family: var(--font-body);
  font-size: 10.5px;
  color: var(--silver);
  font-weight: 500;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 3px;
  line-height: 1.2;
}
body.galp-isolated .header-phone a {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  color: var(--teal);
  text-decoration: none;
  letter-spacing: 0;
  line-height: 1.15;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
body.galp-isolated .header-phone a:hover { color: var(--teal-dark); }
body.galp-isolated .header-phone-icon {
  flex-shrink: 0;
  color: currentColor;
}
@media (min-width: 768px) {
  body.galp-isolated .header-phone--loc {
    padding: 0 18px;
  }
  body.galp-isolated .header-phone .label { font-size: 11.5px; letter-spacing: 1.2px; }
  body.galp-isolated .header-phone a { font-size: 22px; gap: 7px; }
  body.galp-isolated .header-phone-icon {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 1024px) {
  body.galp-isolated .header-phone--loc {
    padding: 0 22px;
  }
  body.galp-isolated .header-phone a { font-size: 24px; }
}

body.galp-isolated .hero {
  background: linear-gradient(108deg, var(--navy) 0%, #0c2d45 55%, #0a3d55 100%);
  padding: 52px 32px 56px;
  position: relative; overflow: hidden;
}
body.galp-isolated .hero::after {
  content: ''; position: absolute;
  right: -120px; top: -120px;
  width: 480px; height: 480px; border-radius: 50%;
  background: rgba(0,152,178,.09);
  pointer-events: none;
}
body.galp-isolated .hero-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; gap: 48px; align-items: flex-start;
  position: relative; z-index: 1;
}
body.galp-isolated .hero-copy { flex: 1; min-width: 0; color: #fff; padding-top: 8px; }
body.galp-isolated .badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(0,152,178,.22);
  border: 1px solid rgba(0,180,208,.30);
  border-radius: 30px;
  padding: 5px 14px;
  font-family: var(--font-heading);
  font-size: 11.5px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
  color: #7de8f8; margin-bottom: 20px;
}
body.galp-isolated .hero-copy h1 {
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.6vw, 46px);
  font-weight: 700; line-height: 1.15; margin-bottom: 16px;
}
body.galp-isolated .hero-copy h1 em { color: #4dcfe8; font-style: normal; font-weight: 700; }
body.galp-isolated .hero-copy p { font-family: var(--font-body); font-size: 15.5px; color: #9ab9ca; line-height: 1.6; margin-bottom: 26px; max-width: 460px; font-weight: 300; }
body.galp-isolated .bullet-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
body.galp-isolated .bullet-list li { display: flex; align-items: center; gap: 9px; font-family: var(--font-body); font-size: 14.5px; color: #cce3ed; font-weight: 300; }
body.galp-isolated .bullet-list li svg { flex-shrink: 0; color: #4dcfe8; }
body.galp-isolated .guarantee {
  display: flex; align-items: center; gap: 10px;
  background: rgba(0,152,178,.15);
  border: 1px solid rgba(0,152,178,.25);
  border-radius: 10px; padding: 12px 16px;
  font-family: var(--font-body);
  font-size: 13px; color: #9ab9ca; font-weight: 300;
  max-width: 430px;
}
body.galp-isolated .guarantee svg { color: #4dcfe8; flex-shrink: 0; }
body.galp-isolated .guarantee strong { color: #fff; font-weight: 500; }

body.galp-isolated .form-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 26px;
  width: 355px; max-width: 100%; flex-shrink: 0;
  min-width: 0;
  box-shadow: 0 20px 56px rgba(0,0,0,.30);
}
body.galp-isolated .form-head { text-align: center; padding-bottom: 18px; border-bottom: 2px solid var(--teal-pale); margin-bottom: 18px; }
body.galp-isolated .form-head h2 { font-family: var(--font-heading); font-size: 19px; font-weight: 700; color: var(--navy); line-height: 1.25; }
body.galp-isolated .form-head h2 span { color: var(--teal); }
body.galp-isolated .form-head p { font-family: var(--font-body); font-size: 12.5px; color: var(--silver); margin-top: 4px; font-weight: 300; }
.form-card label,
body.galp-isolated .form-card .wpcf7-form label {
  display: block;
  font-family: var(--font-body);
  font-size: 11px; font-weight: 500; letter-spacing: .8px; text-transform: uppercase;
  color: var(--muted); margin: 0 0 4px; padding: 0; line-height: 1.3;
}
body.galp-isolated .galp-req {
  color: #d64545;
  font-weight: 700;
  margin-left: 2px;
}
.form-card input.galp-phone-invalid,
body.galp-isolated .form-card .galp-phone-invalid.wpcf7-form-control {
  border-color: #d64545 !important;
  box-shadow: 0 0 0 3px rgba(214, 69, 69, .12) !important;
}
body.galp-isolated .galp-cf7-wrap .galp-phone-tip {
  display: block;
  margin-top: 4px;
}
.form-card input,
.form-card select,
.form-card textarea,
body.galp-isolated .form-card .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%; border: 1.5px solid var(--border);
  border-radius: 7px; padding: 10px 13px;
  font-size: 14px; font-family: var(--font-body); font-weight: 300;
  color: var(--text); outline: none;
  background: #fafcfd;
  transition: border-color .2s, box-shadow .2s;
}
.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus,
body.galp-isolated .form-card .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(0,152,178,.12);
}
body.galp-isolated .btn-submit {
  width: 100%; margin-top: 0;
  min-height: 44px;
  background: var(--teal);
  color: #fff; border: none; border-radius: 8px;
  font-family: var(--font-heading); font-size: 15px; font-weight: 600;
  padding: 14px; cursor: pointer; letter-spacing: .4px; text-transform: uppercase;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  box-shadow: 0 4px 18px rgba(0,152,178,.38);
  transition: background .2s, transform .12s;
  -webkit-appearance: none;
  appearance: none;
}
body.galp-isolated .btn-submit:hover { background: var(--teal-dark); transform: translateY(-1px); }
body.galp-isolated .form-privacy { font-family: var(--font-body); text-align: center; font-size: 11.5px; color: var(--silver); margin-top: 9px; display: flex; align-items: center; justify-content: center; gap: 5px; font-weight: 300; }

body.galp-isolated .galp-cf7-wrap .wpcf7 { margin: 0; }
body.galp-isolated .galp-cf7-wrap .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}
body.galp-isolated .galp-cf7-wrap .wpcf7-form p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2;
}
body.galp-isolated .galp-cf7-wrap .wpcf7-form p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}
body.galp-isolated .galp-cf7-wrap .galp-form-field {
  margin: 0 0 10px;
}
body.galp-isolated .galp-cf7-wrap .galp-form-field:first-child label {
  margin-top: 0;
}
body.galp-isolated .galp-cf7-wrap .galp-form-field--submit {
  margin: 6px 0 0;
}
body.galp-isolated .galp-cf7-wrap .wpcf7-form-control-wrap {
  display: block;
  margin: 0;
}
body.galp-isolated .galp-cf7-wrap .wpcf7-spinner { margin: 8px auto 0; display: block; }
body.galp-isolated .galp-cf7-wrap .wpcf7-response-output {
  margin: 12px 0 0;
  border: 1px solid var(--border);
  border-radius: 7px;
  font-size: 13px;
  padding: 10px;
}
body.galp-isolated .galp-cf7-wrap .wpcf7-not-valid-tip { font-size: 11px; margin-top: 4px; color: #c0392b; }
body.galp-isolated .galp-form-missing { color: #c0392b; font-size: 14px; text-align: center; }

body.galp-isolated .trust-bar {
  background: var(--white);
  border-top: 3px solid var(--teal);
  box-shadow: 0 3px 12px rgba(0,152,178,.08);
}
body.galp-isolated .trust-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; justify-content: space-around; align-items: center;
  padding: 18px 32px; gap: 16px; flex-wrap: wrap;
}
body.galp-isolated .t-item {
  text-align: center;
  flex: 1 1 120px;
  max-width: 180px;
  padding: 10px 8px;
  border-radius: 12px;
  cursor: default;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
body.galp-isolated .t-item .icon {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--teal-pale);
  display: flex; align-items: center; justify-content: center;
  color: var(--teal); margin: 0 auto 6px;
  transition: transform .3s cubic-bezier(.34, 1.4, .64, 1), background .25s ease, color .25s ease, box-shadow .25s ease;
}
body.galp-isolated .t-item .icon svg {
  transition: transform .3s cubic-bezier(.34, 1.4, .64, 1);
}
body.galp-isolated .t-item strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 12.5px;
  font-weight: 700;
  color: var(--navy);
  text-transform: capitalize;
  letter-spacing: 0;
  transition: color .25s ease, transform .25s ease;
}
body.galp-isolated .t-item span {
  font-family: var(--font-body);
  font-size: 10.5px;
  color: var(--silver);
  font-weight: 300;
  transition: color .25s ease;
}
body.galp-isolated .t-item:hover {
  transform: translateY(-5px);
  background: rgba(0, 152, 178, .06);
  box-shadow: 0 10px 24px rgba(0, 152, 178, .14);
}
body.galp-isolated .t-item:hover .icon {
  transform: scale(1.12);
  background: var(--teal);
  color: #fff;
  box-shadow: 0 6px 16px rgba(0, 152, 178, .35);
}
body.galp-isolated .t-item:hover .icon svg {
  transform: scale(1.08);
}
body.galp-isolated .t-item:hover strong {
  color: var(--teal-dark);
  transform: translateY(-1px);
}
body.galp-isolated .t-item:hover span {
  color: var(--muted);
}
@media (prefers-reduced-motion: reduce) {
  .t-item,
  .t-item .icon,
  .t-item .icon svg,
  .t-item strong,
  body.galp-isolated .t-item span {
    transition: none;
  }
  body.galp-isolated .t-item:hover {
    transform: none;
  }
  body.galp-isolated .t-item:hover .icon {
    transform: none;
  }
  .t-item:hover .icon svg,
  body.galp-isolated .t-item:hover strong {
    transform: none;
  }
}

body.galp-isolated .services { background: var(--off); padding: 56px 32px; }
body.galp-isolated .services-inner { max-width: 1100px; margin: 0 auto; }
body.galp-isolated .section-eye { font-family: var(--font-body); font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: var(--teal); margin-bottom: 8px; }
body.galp-isolated .section-h { font-family: var(--font-heading); font-size: clamp(22px,2.8vw,34px); font-weight: 700; color: var(--navy); margin-bottom: 10px; line-height: 1.25; }
body.galp-isolated .section-sub { font-family: var(--font-body); font-size: 15px; color: var(--muted); line-height: 1.6; max-width: 520px; margin-bottom: 38px; font-weight: 300; }
body.galp-isolated .svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
body.galp-isolated .svc-card {
  background: var(--white);
  border-radius: 14px;
  padding: 24px 20px;
  border: 1.5px solid var(--border);
  position: relative; overflow: hidden;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
body.galp-isolated .svc-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--border); transition: background .2s; }
body.galp-isolated .svc-card:hover { transform: translateY(-4px); border-color: var(--teal); box-shadow: 0 10px 28px rgba(0,152,178,.12); }
body.galp-isolated .svc-card:hover::before { background: var(--teal); }
body.galp-isolated .svc-icon {
  width: 50px; height: 50px; border-radius: 12px;
  background: var(--teal-pale);
  display: flex; align-items: center; justify-content: center;
  color: var(--teal); margin-bottom: 14px;
}
body.galp-isolated .svc-card h3 { font-family: var(--font-heading); font-size: 18px; font-weight: 700; color: #006b7d; margin-bottom: 7px; text-transform: capitalize; }
body.galp-isolated .svc-card p { font-family: var(--font-body); font-size: 13px; color: var(--muted); line-height: 1.6; font-weight: 300; }

body.galp-isolated .galp-implants-bar {
  margin-top: 28px;
}
body.galp-isolated .galp-implants-inner {
  background: var(--teal-pale);
  border: 1px solid rgba(0, 152, 178, .2);
  border-radius: 12px;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  flex-wrap: wrap;
}
body.galp-isolated .galp-implants-main {
  display: flex;
  align-items: center;
  gap: 14px 18px;
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: wrap;
}
body.galp-isolated .galp-implants-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  white-space: nowrap;
}
body.galp-isolated .galp-implants-label svg {
  color: var(--teal);
  flex-shrink: 0;
}
body.galp-isolated .galp-implants-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
body.galp-isolated .galp-implants-pill {
  display: inline-flex;
  align-items: center;
  background: var(--teal);
  color: #fff;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  padding: 7px 14px;
  border-radius: 999px;
  white-space: nowrap;
}
body.galp-isolated .galp-implants-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  color: var(--teal);
  text-decoration: none;
  flex: 0 0 auto;
  white-space: nowrap;
  transition: color .2s, transform .15s;
}
body.galp-isolated .galp-implants-link:hover {
  color: var(--teal-dark);
  transform: translateX(2px);
}
body.galp-isolated .galp-implants-link svg {
  flex-shrink: 0;
}

body.galp-isolated .patient-videos {
  background: var(--white);
  padding: 56px 32px;
}
body.galp-isolated .patient-videos-inner {
  max-width: 1100px;
  margin: 0 auto;
}
body.galp-isolated .patient-videos-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 36px;
}
body.galp-isolated .patient-videos-head .section-h {
  color: var(--navy);
}
body.galp-isolated .patient-videos-head .section-sub {
  color: var(--muted);
  margin: 0 auto;
  text-align: center;
}
body.galp-isolated .patient-videos-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 36px;
}
body.galp-isolated .patient-video-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(13, 34, 51, .08);
}
body.galp-isolated .patient-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #dbe7ec;
}
body.galp-isolated .patient-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
body.galp-isolated .patient-video-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: linear-gradient(105deg, var(--navy) 0%, #0d2f44 100%);
}
body.galp-isolated .patient-video-meta-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
body.galp-isolated .patient-video-stars {
  color: #f0b429;
  font-size: 12px;
  letter-spacing: 1px;
  flex-shrink: 0;
}
body.galp-isolated .patient-video-meta strong {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.galp-isolated .patient-video-brand {
  font-family: var(--font-body);
  font-size: 11px;
  color: #8cb5c8;
  font-weight: 300;
  text-align: right;
  flex-shrink: 0;
}
body.galp-isolated .patient-videos-cta {
  text-align: center;
}
body.galp-isolated .patient-videos-cta p {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 18px;
  font-weight: 300;
}
body.galp-isolated .patient-videos-cta .btn-teal {
  display: inline-flex;
}

body.galp-isolated .dr-strip {
  background: linear-gradient(105deg, var(--navy) 0%, #0d2f44 100%);
  padding: 44px 32px;
}
body.galp-isolated .dr-inner { max-width: 1100px; margin: 0 auto; display: flex; gap: 32px; align-items: center; }
body.galp-isolated .dr-avatar {
  width: 100px; height: 100px; border-radius: 50%; flex-shrink: 0;
  overflow: hidden; border: 3px solid var(--teal);
  background: #1a3f56;
}
body.galp-isolated .dr-avatar img { width: 100%; height: 100%; object-fit: cover; }
body.galp-isolated .dr-info { color: #fff; flex: 1; }
body.galp-isolated .dr-info h3 { font-family: var(--font-heading); font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 5px; }
body.galp-isolated .dr-info p { font-family: var(--font-body); font-size: 13.5px; color: #8cb5c8; line-height: 1.6; max-width: 560px; font-weight: 300; }
body.galp-isolated .dr-creds { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
body.galp-isolated .dr-cred { font-family: var(--font-body); background: rgba(0,152,178,.2); border: 1px solid rgba(0,152,178,.3); border-radius: 20px; padding: 4px 12px; font-size: 12px; color: #7de8f8; font-weight: 500; }
body.galp-isolated .dr-cta { flex-shrink: 0; }

body.galp-isolated .mid-cta { background: var(--teal-pale); border-top: 2px solid rgba(0,152,178,.2); border-bottom: 2px solid rgba(0,152,178,.2); padding: 32px; text-align: center; }
body.galp-isolated .mid-cta-inner { max-width: 920px; margin: 0 auto; }
body.galp-isolated .mid-cta h2 { font-family: var(--font-heading); font-size: 24px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
body.galp-isolated .mid-cta p { font-family: var(--font-body); font-size: 14.5px; color: var(--muted); margin-bottom: 20px; font-weight: 300; line-height: 1.6; }
body.galp-isolated .mid-cta-btns { display: flex; gap: 16px; justify-content: center; align-items: center; flex-wrap: wrap; }

body.galp-isolated .cta-phones {
  display: inline-flex;
  align-items: stretch;
  flex: 0 1 auto;
  min-width: 0;
}
body.galp-isolated .cta-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 6px 16px;
  min-width: 0;
  transition: opacity .15s;
}
body.galp-isolated .cta-phone + .cta-phone {
  border-left: 1px solid rgba(14, 58, 82, 0.18);
}
body.galp-isolated .cta-phone__label {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 3px;
  line-height: 1.2;
  color: var(--silver);
}
body.galp-isolated .cta-phone__num {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
}
body.galp-isolated .cta-phone-icon {
  flex-shrink: 0;
  color: currentColor;
}
body.galp-isolated .cta-phones--light {
  background: #fff;
  border: 2px solid var(--teal);
  border-radius: 8px;
  overflow: hidden;
}
body.galp-isolated .cta-phones--light .cta-phone__num {
  color: var(--teal);
}
body.galp-isolated .cta-phones--light .cta-phone:hover {
  background: rgba(0, 152, 178, 0.08);
}
body.galp-isolated .cta-phones--light .cta-phone:hover .cta-phone__num {
  color: var(--teal-dark);
}
body.galp-isolated .cta-phones--dark {
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  overflow: hidden;
}
body.galp-isolated .cta-phones--dark .cta-phone + .cta-phone {
  border-left-color: rgba(255, 255, 255, 0.28);
}
body.galp-isolated .cta-phones--dark .cta-phone__label {
  color: rgba(255, 255, 255, 0.75);
}
body.galp-isolated .cta-phones--dark .cta-phone__num {
  color: #fff;
}
body.galp-isolated .cta-phones--dark .cta-phone:hover {
  background: rgba(255, 255, 255, 0.16);
}
body.galp-isolated .cta-phones--sticky {
  gap: 0;
}
body.galp-isolated .cta-phones--sticky .cta-phone {
  padding: 0 10px;
}
body.galp-isolated .cta-phones--sticky .cta-phone + .cta-phone {
  border-left-color: rgba(255, 255, 255, 0.28);
}
body.galp-isolated .cta-phones--sticky .cta-phone__label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  margin-bottom: 1px;
}
body.galp-isolated .cta-phones--sticky .cta-phone__num {
  color: #fff;
  font-size: 14px;
}
@media (min-width: 768px) {
  body.galp-isolated .cta-phone {
    padding: 8px 20px;
  }
  body.galp-isolated .cta-phone__label {
    font-size: 11px;
  }
  body.galp-isolated .cta-phone__num {
    font-size: 18px;
  }
}
body.galp-isolated .btn-teal {
  background: var(--teal); color: #fff; border: none; border-radius: 8px;
  min-height: 44px;
  padding: 13px 28px; font-family: var(--font-heading); font-size: 14.5px; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 7px;
  text-transform: uppercase; letter-spacing: .4px;
  box-shadow: 0 4px 16px rgba(0,152,178,.35);
  transition: background .2s, transform .12s;
  -webkit-appearance: none;
  appearance: none;
}
body.galp-isolated .btn-teal:hover { background: var(--teal-dark); transform: translateY(-1px); color: #fff; }
body.galp-isolated .btn-outline {
  background: transparent; color: var(--teal); border: 2px solid var(--teal);
  border-radius: 8px; min-height: 44px;
  padding: 11px 24px;
  font-family: var(--font-heading); font-size: 14.5px; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 7px;
  text-transform: uppercase; letter-spacing: .4px;
  transition: background .2s, color .2s;
  -webkit-appearance: none;
  appearance: none;
}
body.galp-isolated .btn-outline:hover { background: var(--teal); color: #fff; }

body.galp-isolated .reviews { background: var(--white); padding: 56px 32px; }
body.galp-isolated .reviews-inner { max-width: 1100px; margin: 0 auto; }
body.galp-isolated .stars { color: #f0b429; font-size: 16px; letter-spacing: 2px; margin-bottom: 8px; }
body.galp-isolated .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; }
body.galp-isolated .review-card {
  background: var(--off);
  border-radius: 12px; padding: 22px 18px;
  border: 1.5px solid var(--border);
  position: relative;
}
body.galp-isolated .review-card .q { font-family: Georgia, serif; font-size: 52px; line-height: 1; color: var(--teal-pale); position: absolute; top: 8px; right: 14px; font-weight: 900; }
body.galp-isolated .review-card p { font-family: var(--font-body); font-size: 13.5px; color: var(--muted); line-height: 1.6; font-style: italic; margin-bottom: 14px; font-weight: 300; }
body.galp-isolated .reviewer { display: flex; align-items: center; gap: 9px; }
body.galp-isolated .reviewer-av {
  width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading); font-weight: 700; color: #fff; font-size: 13px;
}
body.galp-isolated .reviewer-name { font-family: var(--font-heading); font-size: 14px; font-weight: 700; color: var(--navy); text-transform: capitalize; }
body.galp-isolated .reviewer-loc { font-family: var(--font-body); font-size: 11px; color: var(--silver); font-weight: 300; }

body.galp-isolated .final-cta {
  background: linear-gradient(105deg, var(--teal-dark), var(--teal), #00b4d0);
  padding: 60px 32px;
  position: relative; overflow: hidden;
  text-align: center;
}
body.galp-isolated .final-cta::before {
  content: ''; position: absolute;
  right: -80px; top: -80px;
  width: 320px; height: 320px; border-radius: 50%;
  background: rgba(255,255,255,.07);
}
body.galp-isolated .final-inner { max-width: 860px; margin: 0 auto; position: relative; z-index: 1; }
body.galp-isolated .final-inner h2 { font-family: var(--font-heading); font-size: clamp(22px,3vw,34px); font-weight: 700; color: #fff; margin-bottom: 10px; }
body.galp-isolated .final-inner p { font-family: var(--font-body); font-size: 15px; color: rgba(255,255,255,.82); margin-bottom: 28px; line-height: 1.6; font-weight: 300; }
body.galp-isolated .final-actions { display: flex; gap: 16px; justify-content: center; align-items: center; flex-wrap: wrap; }
body.galp-isolated .btn-white {
  background: #fff; color: var(--teal);
  border: none; border-radius: 8px;
  min-height: 44px;
  padding: 15px 34px; font-family: var(--font-heading); font-size: 15px; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; justify-content: center;
  text-transform: uppercase; letter-spacing: .4px;
  box-shadow: 0 4px 18px rgba(0,0,0,.18);
  transition: transform .15s, box-shadow .2s;
  -webkit-appearance: none;
  appearance: none;
}
body.galp-isolated .btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,.22); color: var(--teal); }
body.galp-isolated .phone-link { color: #fff; font-family: var(--font-heading); font-size: 19px; font-weight: 700; text-decoration: none; display: flex; align-items: center; gap: 8px; }
body.galp-isolated .phone-link span { font-size: 13px; font-weight: 300; font-family: var(--font-body); opacity: .8; }
body.galp-isolated .phone-link:hover { opacity: .9; color: #fff; }

body.galp-isolated .lp-footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: var(--navy);
  border-top: 3px solid var(--teal);
  padding: 18px var(--galp-gutter);
  position: relative;
  z-index: 50;
  min-height: 56px;
}
body.galp-isolated .lp-footer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  text-align: center;
}
body.galp-isolated .lp-footer-text,
body.galp-isolated .lp-footer p {
  display: block !important;
  visibility: visible !important;
  font-family: var(--font-body);
  font-size: 13px;
  color: #a8c4d4;
  margin: 0;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: .01em;
}

body.galp-isolated .sticky-phone {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
  background: var(--teal);
  padding: 12px 16px;
  padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  flex-direction: column; align-items: center;
  gap: 6px;
  box-shadow: 0 -4px 16px rgba(0,0,0,.20);
}
body.galp-isolated .sticky-phone > span {
  font-family: var(--font-body);
  color: rgba(255,255,255,.80);
  font-size: 11.5px;
  font-weight: 300;
}

/* Thank You page */
body.galp-isolated .galp-thankyou-hero {
  background: linear-gradient(108deg, var(--navy) 0%, #0c2d45 55%, #0a3d55 100%);
  padding: 80px 32px 100px;
  min-height: 0;
  display: flex;
  align-items: center;
}
body.galp-isolated .galp-thankyou-hero .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, .85);
}
body.galp-isolated .galp-thankyou-hero .btn-outline:hover {
  background: #fff;
  color: var(--teal-dark);
  border-color: #fff;
}
.galp-thankyou-actions .btn-teal,
body.galp-isolated .galp-thankyou-actions .btn-outline {
  width: auto;
  max-width: 100%;
  text-align: center;
  justify-content: center;
}
body.galp-isolated .galp-thankyou-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
body.galp-isolated .galp-thankyou-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: rgba(0,152,178,.25);
  border: 2px solid rgba(125,232,248,.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7de8f8;
}
body.galp-isolated .galp-thankyou-inner h1 {
  font-family: var(--font-heading);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 16px;
}
body.galp-isolated .galp-thankyou-lead {
  font-size: 16px;
  font-weight: 300;
  color: #cce3ed;
  line-height: 1.75;
  margin-bottom: 12px;
}
body.galp-isolated .galp-thankyou-sub {
  font-size: 14px;
  font-weight: 300;
  color: #9ab9ca;
  margin-bottom: 28px;
}
body.galp-isolated .galp-thankyou-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  body.galp-isolated .galp-implants-inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 18px 16px;
  }
  body.galp-isolated .galp-implants-main {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body.galp-isolated .galp-implants-label {
    white-space: normal;
    justify-content: center;
  }
  body.galp-isolated .galp-implants-tags {
    justify-content: center;
  }
  body.galp-isolated .galp-implants-pill {
    white-space: normal;
    text-align: center;
  }
  body.galp-isolated .galp-implants-link {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 880px) {
  body.galp-isolated .hero-inner { flex-direction: column; gap: 32px; }
  body.galp-isolated .form-card { width: 100%; }
  body.galp-isolated .hero-copy p { max-width: none; }
  body.galp-isolated .guarantee { max-width: none; }
  body.galp-isolated .svc-grid { grid-template-columns: 1fr; }
  body.galp-isolated .patient-videos-grid { grid-template-columns: 1fr; }
  body.galp-isolated .reviews-grid { grid-template-columns: 1fr 1fr; }
  body.galp-isolated .dr-inner { flex-direction: column; text-align: center; }
  body.galp-isolated .dr-creds { justify-content: center; }
  body.galp-isolated .dr-cta { width: 100%; }
  body.galp-isolated .dr-cta .btn-teal { width: 100%; justify-content: center; }
  body.galp-isolated .final-actions { flex-direction: column; }
  body.galp-isolated .phone-link { flex-direction: column; text-align: center; gap: 4px; }
  body.galp-isolated .sticky-phone { display: flex; }
  body.galp-isolated .lp-footer {
    margin-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }
  body.admin-bar.galp-landing-body .sticky-phone {
    z-index: 199;
  }
}
@media (max-width: 1024px) {
  body.galp-isolated .trust-inner {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
    padding: 16px;
    justify-content: center;
  }
  body.galp-isolated .t-item {
    max-width: none;
    flex: none;
    width: 100%;
  }
  body.galp-isolated .t-item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 220px;
  }
}
@media (max-width: 640px) {
  body.galp-isolated .mid-cta-btns {
    flex-direction: column;
    align-items: stretch;
  }
  .mid-cta-btns .btn-teal,
  body.galp-isolated .mid-cta-btns .btn-outline {
    width: 100%;
    justify-content: center;
  }
  body.galp-isolated .mid-cta-btns .cta-phones,
  body.galp-isolated .final-actions .cta-phones,
  body.galp-isolated .galp-thankyou-actions .cta-phones {
    width: 100%;
    justify-content: stretch;
  }
  body.galp-isolated .mid-cta-btns .cta-phone,
  body.galp-isolated .final-actions .cta-phone,
  body.galp-isolated .galp-thankyou-actions .cta-phone {
    flex: 1 1 0;
    padding: 8px 10px;
  }
  body.galp-isolated .mid-cta-btns .cta-phone__num,
  body.galp-isolated .final-actions .cta-phone__num,
  body.galp-isolated .galp-thankyou-actions .cta-phone__num {
    font-size: 14px;
  }
  body.galp-isolated .final-actions {
    flex-direction: column;
    align-items: stretch;
  }
  body.galp-isolated .final-actions .btn-white {
    width: 100%;
    justify-content: center;
  }
  body.galp-isolated .galp-thankyou-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .galp-thankyou-actions .btn-teal,
  body.galp-isolated .galp-thankyou-actions .btn-outline {
    width: 100%;
  }
}
@media (max-width: 560px) {
  body.galp-isolated .reviews-grid { grid-template-columns: 1fr; }
  body.galp-isolated .svc-grid { grid-template-columns: 1fr; }
  body.galp-isolated .lp-header { padding: 12px var(--galp-gutter); }
  body.galp-isolated .hero { padding: 36px 16px 42px; }
  body.galp-isolated .services, body.galp-isolated .reviews, body.galp-isolated .patient-videos, body.galp-isolated .dr-strip { padding: 44px 16px; }
  body.galp-isolated .galp-implants-bar { margin-top: 20px; }
  body.galp-isolated .galp-implants-inner { padding: 16px 14px; }
  body.galp-isolated .mid-cta { padding: 28px 16px; }
  body.galp-isolated .final-cta { padding: 44px 16px; }
  body.galp-isolated .galp-thankyou-hero { padding: 56px 16px 72px; }
  body.galp-isolated .form-card { padding: 22px 18px; }
  body.galp-isolated .lp-footer {
    padding: 16px var(--galp-gutter);
    margin-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }
  body.galp-isolated .lp-footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
  body.galp-isolated .lp-footer-text,
  body.galp-isolated .lp-footer p {
    line-height: 1.55;
    word-break: break-word;
  }
  .form-card input,
  .form-card select,
  .form-card textarea,
  body.galp-isolated .form-card .wpcf7-form-control:not(.wpcf7-submit) {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  body.galp-isolated .header-phone a { font-size: 15px; }
  body.galp-isolated .header-phone .label { font-size: 9px; letter-spacing: .7px; }
  body.galp-isolated .header-phone--loc { padding: 0 8px; }
  body.galp-isolated .header-phone-icon { width: 11px; height: 11px; }
  body.galp-isolated .logo { max-width: 48%; }
  body.galp-isolated .badge { font-size: 10px; letter-spacing: 1px; padding: 4px 10px; }
}


/* Layout hardening — overrides theme/Elementor bleed on landing pages */
body.galp-isolated .mid-cta,
body.galp-isolated .final-cta,
body.galp-isolated .galp-thankyou-inner {
  text-align: center;
}
body.galp-isolated .mid-cta-btns,
body.galp-isolated .final-actions,
body.galp-isolated .galp-thankyou-actions {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap;
  width: 100%;
}
body.galp-isolated .mid-cta-inner,
body.galp-isolated .final-inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
body.galp-isolated .svc-grid,
body.galp-isolated .reviews-grid {
  align-items: stretch;
}
body.galp-isolated .svc-card,
body.galp-isolated .review-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body.galp-isolated .svc-card p,
body.galp-isolated .review-card p {
  flex: 1 1 auto;
}
body.galp-isolated .review-card .reviewer {
  margin-top: auto;
}
body.galp-isolated .hero {
  overflow-x: hidden;
  overflow-y: visible;
}
body.galp-isolated .guarantee {
  width: fit-content;
  max-width: 100%;
}
body.galp-isolated .dr-inner {
  align-items: center;
  justify-content: space-between;
}
body.galp-isolated .trust-inner {
  justify-content: center;
}
body.galp-isolated .t-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  body.galp-isolated .trust-inner {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
body.galp-isolated .phone-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
body.galp-isolated .lp-header-inner {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
body.galp-isolated .hero-inner {
  display: flex !important;
}
@media (max-width: 880px) {
  body.galp-isolated .final-actions,
  body.galp-isolated .mid-cta-btns {
    align-items: center !important;
  }
}
