.glt-landing,
.glt-landing * {
  box-sizing: border-box;
}

body.glt-hide-theme-chrome #masthead,
body.glt-hide-theme-chrome #colophon,
body.glt-hide-theme-chrome .site-header,
body.glt-hide-theme-chrome .site-footer,
body.glt-hide-theme-chrome .wp-site-blocks > header,
body.glt-hide-theme-chrome .wp-site-blocks > footer,
body.glt-hide-theme-chrome > header,
body.glt-hide-theme-chrome > footer {
  display: none !important;
}

body.glt-full-width-page,
body.glt-full-width-page #page,
body.glt-full-width-page .site,
body.glt-full-width-page .site-content,
body.glt-full-width-page .content-area,
body.glt-full-width-page .site-main,
body.glt-full-width-page main,
body.glt-full-width-page article,
body.glt-full-width-page .entry-content,
body.glt-full-width-page .wp-block-post-content,
body.glt-full-width-page .wp-site-blocks,
body.glt-full-width-page .container,
body.glt-full-width-page .wrap,
body.glt-full-width-page .content-wrapper {
  max-width: none !important;
  width: 100% !important;
}

body.glt-full-width-page .site-main,
body.glt-full-width-page main,
body.glt-full-width-page article,
body.glt-full-width-page .entry-content,
body.glt-full-width-page .wp-block-post-content,
body.glt-full-width-page .container,
body.glt-full-width-page .wrap,
body.glt-full-width-page .content-wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.glt-full-width-page .entry-content > .glt-landing,
body.glt-full-width-page .wp-block-post-content > .glt-landing {
  max-width: none !important;
}

.glt-landing {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #ffffff;
  color: #071a36;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.glt-landing a {
  text-decoration: none;
}

.glt-hero {
  position: relative;
  min-height: 605px;
  overflow: hidden;
  padding: 96px 120px 80px;
  border-bottom-right-radius: 34px;
  border-bottom-left-radius: 34px;
  background: #020814;
  color: #ffffff;
}

.glt-hero-image,
.glt-doctor > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% center;
}

.glt-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 10, 28, 0.86) 34%, rgba(0, 10, 28, 0.18) 74%);
}

.glt-hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
}

.glt-hero h1,
.glt-intro h2,
.glt-reasons h2,
.glt-reviews h2,
.glt-accreditations h2 {
  margin: 0;
  color: inherit;
  font-weight: 900;
  letter-spacing: 0;
}

.glt-hero h1 {
  font-size: 58px;
  font-weight: 500;
  line-height: 0.95;
}

.glt-landing .glt-hero h1,
.entry-content .glt-landing .glt-hero h1 {
  color: #ffffff !important;
}

.glt-hero h1 span {
  display: block;
}

.glt-hero .glt-title-strong {
  font-weight: 900;
}

.glt-hero .glt-title-regular {
  font-weight: 500;
}

@media (min-width: 901px) {
  .glt-hero .glt-title-strong,
  .glt-hero .glt-title-regular {
    white-space: nowrap;
  }
}

.glt-hero-subtitle,
.glt-hero-description {
  max-width: 470px;
  margin: 18px 0 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
}

.glt-landing .glt-hero .glt-hero-subtitle,
.glt-landing .glt-hero .glt-hero-description,
.entry-content .glt-landing .glt-hero .glt-hero-subtitle,
.entry-content .glt-landing .glt-hero .glt-hero-description {
  color: #ffffff !important;
}

.glt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 28px;
  border-radius: 999px;
  border: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.glt-button:hover {
  transform: translateY(-1px);
}

.glt-button-light {
  margin-top: 28px;
  background: #ffffff;
  color: #071a36;
  box-shadow: 0 10px 24px rgba(7, 26, 54, 0.14);
}

.glt-button-red {
  min-width: 230px;
  background: #df2332;
  color: #ffffff;
  box-shadow: none;
}

.glt-button-red:hover {
  background: #c81d2b;
  color: #ffffff;
}

.glt-button-small {
  min-height: 40px;
  padding: 10px 24px;
  font-size: 14px;
}

.glt-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  width: 100%;
  margin-top: -48px;
  padding: 0 80px;
}

.glt-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 218px;
  margin: 0;
  padding: 28px 32px 32px;
  border-radius: 16px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 18px 34px rgba(7, 26, 54, 0.18);
}

.glt-stat-card p {
  margin: 26px 0 0;
  color: #111827;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.15;
}

.glt-stat-image {
  display: block;
  width: auto;
  max-width: 118px;
  height: 92px;
  margin: 0 auto;
  object-fit: contain;
}

.glt-intro {
  padding: 96px 80px 112px;
  text-align: center;
}

.glt-intro h2,
.glt-reasons h2,
.glt-reviews h2,
.glt-accreditations h2 {
  color: #082a60;
  font-size: 46px;
  line-height: 0.95;
}

.glt-intro h2 {
  max-width: 760px;
  margin: 0 auto;
}

.glt-intro p {
  max-width: 760px;
  margin: 28px auto 0;
  color: #111827;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.55;
}

.glt-doctor {
  position: relative;
  min-height: 360px;
  margin: 0 80px 128px;
  overflow: hidden;
  padding: 56px 80px;
  border-radius: 12px;
  background: #2f4d7e;
  color: #ffffff;
}

.glt-doctor-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(47, 77, 126, 0.98) 0%, rgba(47, 77, 126, 0.9) 42%, rgba(47, 77, 126, 0.12) 72%);
}

.glt-doctor-copy {
  position: relative;
  z-index: 1;
  max-width: 520px;
}

.glt-quote {
  margin: 0;
  color: #ffffff;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.52;
}

.glt-landing .glt-doctor .glt-quote,
.entry-content .glt-landing .glt-doctor .glt-quote {
  color: #ffffff !important;
}

.glt-doctor-name,
.glt-doctor-specialty {
  margin: 28px 0 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
}

.glt-landing .glt-doctor .glt-doctor-name,
.entry-content .glt-landing .glt-doctor .glt-doctor-name {
  color: #ffffff !important;
}

.glt-doctor-specialty {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 500;
}

.glt-landing .glt-doctor .glt-doctor-specialty,
.entry-content .glt-landing .glt-doctor .glt-doctor-specialty {
  color: rgba(255, 255, 255, 0.86) !important;
}

.glt-radiography {
  position: relative;
  min-height: 632px;
  padding: 96px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.glt-radiography-art {
  position: relative;
  width: min(100%, 980px);
  margin: 0 auto;
}

.glt-radiography-art img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.glt-radiography-art .glt-button-red {
  position: absolute;
  left: 0;
  bottom: -72px;
}

.glt-reasons {
  padding: 112px 80px;
}

.glt-reasons h2 {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

.glt-reasons-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px 64px;
  margin-top: 56px;
}

.glt-reason {
  display: grid;
  grid-template-columns: 1fr 122px;
  gap: 28px;
  align-items: start;
}

.glt-reason h3 {
  margin: 0;
  color: #071a36;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.4;
}

.glt-reason p {
  margin: 12px 0 0;
  color: #1f2937;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.glt-reason img {
  width: 122px;
  height: 122px;
  border-radius: 999px;
  object-fit: cover;
  object-position: right center;
  box-shadow: 0 12px 28px rgba(7, 26, 54, 0.13);
}

.glt-reviews {
  padding: 96px 0 92px;
  text-align: center;
}

.glt-reviews h2 {
  font-size: 56px;
}

.glt-reviews-carousel {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 36px 0 0;
  padding: 0 112px 50px;
}

.glt-reviews-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  transform: translateX(0) scale(1);
  opacity: 1;
  transition: opacity 280ms ease, transform 280ms ease;
  will-change: opacity, transform;
}

.glt-reviews-carousel.is-transitioning.is-moving-next .glt-reviews-track {
  transform: translateX(-14px) scale(0.99);
  opacity: 0;
}

.glt-reviews-carousel.is-transitioning.is-moving-prev .glt-reviews-track {
  transform: translateX(14px) scale(0.99);
  opacity: 0;
}

.glt-landing .glt-review-card {
  min-height: 204px;
  padding: 42px 52px 38px !important;
  border-radius: 14px;
  background: #ffffff;
  text-align: left;
  box-shadow: 0 18px 44px rgba(7, 26, 54, 0.12);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.glt-review-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(7, 26, 54, 0.14);
}

.glt-review-stars {
  color: #ffd928;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1;
}

.glt-landing .glt-review-card p {
  margin: 20px 0 0;
  color: #111827;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.glt-landing .glt-review-card strong {
  display: block;
  margin-top: 24px;
  color: #111827;
  font-size: 15px;
  font-weight: 900;
}

.glt-review-nav {
  position: absolute;
  top: calc(50% - 18px);
  z-index: 3;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  transform: translateY(-50%);
  border: 1px solid #e8edf3;
  border-radius: 999px;
  background: #ffffff;
  color: #071a36;
  cursor: pointer;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(7, 26, 54, 0.12);
}

.glt-review-prev {
  left: 42px;
}

.glt-review-next {
  right: 42px;
}

.glt-review-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.glt-review-dot {
  width: 12px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #c7d1de;
  cursor: pointer;
}

.glt-review-dot.is-active {
  width: 34px;
  background: #082a60;
}

.glt-accreditations {
  padding: 40px 80px 144px;
  text-align: center;
}

.glt-accreditations-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 32px;
  margin-top: 44px;
  align-items: center;
}

.glt-accreditations img {
  display: block;
  width: auto;
  max-width: 160px;
  max-height: 72px;
  margin: 0 auto;
  object-fit: contain;
}

@media (max-width: 900px) {
  .glt-hero {
    min-height: 560px;
    padding: 96px 48px 80px;
  }

  .glt-hero h1 {
    font-size: 46px;
  }

  .glt-stats,
  .glt-intro,
  .glt-radiography,
  .glt-reasons,
  .glt-reviews-carousel,
  .glt-accreditations {
    padding-left: 40px;
    padding-right: 40px;
  }

  .glt-stats {
    gap: 18px;
  }

  .glt-stat-card {
    min-height: 176px;
    padding: 22px 16px 20px;
  }

  .glt-stat-image {
    max-width: 88px;
    height: 68px;
  }

  .glt-stat-card p {
    max-width: 220px;
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.12;
  }

  .glt-doctor {
    margin-right: 40px;
    margin-left: 40px;
    padding: 40px 56px;
  }

  .glt-radiography {
    min-height: 520px;
  }

  .glt-reason {
    grid-template-columns: 1fr 86px;
  }

  .glt-reason img {
    width: 86px;
    height: 86px;
  }

  .glt-reviews-track {
    gap: 20px;
  }

  .glt-landing .glt-review-card {
    min-height: 164px;
    padding: 28px 30px 26px !important;
  }

  .glt-review-stars {
    font-size: 16px;
  }

  .glt-landing .glt-review-card p {
    font-size: 13px;
  }

  .glt-landing .glt-review-card strong {
    font-size: 11px;
  }

  .glt-review-nav {
    width: 42px;
    height: 42px;
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .glt-hero {
    min-height: 350px;
    padding: 64px 40px 64px;
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
  }

  .glt-hero-content {
    width: 245px;
  }

  .glt-hero h1 {
    font-size: 24px;
  }

  .glt-hero-subtitle,
  .glt-hero-description {
    max-width: 220px;
    margin-top: 10px;
    font-size: 9px;
    line-height: 1.35;
  }

  .glt-button {
    min-height: 38px;
    padding: 10px 20px;
    font-size: 10px;
  }

  .glt-stats {
    gap: 12px;
    margin-top: -32px;
    padding: 0 32px;
  }

  .glt-stat-card {
    min-height: 144px;
    padding: 16px 10px 14px;
    border-radius: 12px;
  }

  .glt-stat-image {
    max-width: 68px;
    height: 52px;
  }

  .glt-stat-card p {
    max-width: 96px;
    margin-top: 12px;
    font-size: 8.25px;
    line-height: 1.12;
  }

  .glt-intro {
    padding: 48px 40px 64px;
  }

  .glt-intro h2,
  .glt-reasons h2,
  .glt-reviews h2,
  .glt-accreditations h2 {
    font-size: 24px;
  }

  .glt-intro p {
    font-size: 13px;
    line-height: 1.55;
  }

  .glt-doctor {
    min-height: 304px;
    margin: 0 32px 64px;
    padding: 32px;
  }

  .glt-quote {
    max-width: 290px;
    font-size: 13px;
    line-height: 1.55;
  }

  .glt-doctor-name,
  .glt-doctor-specialty {
    font-size: 12px;
  }

  .glt-radiography {
    min-height: 360px;
    padding: 48px 32px;
  }

  .glt-radiography-art .glt-button-red {
    left: 0;
    bottom: -56px;
    min-width: 150px;
  }

  .glt-reasons {
    padding: 56px 32px;
  }

  .glt-reasons-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 24px;
    margin-top: 36px;
  }

  .glt-reason {
    grid-template-columns: 1fr 64px;
    gap: 12px;
  }

  .glt-reason h3,
  .glt-reason p {
    font-size: 8.5px;
    line-height: 1.4;
  }

  .glt-reason p {
    margin-top: 8px;
  }

  .glt-reason img {
    width: 64px;
    height: 64px;
  }

  .glt-reviews {
    padding: 48px 0 64px;
  }

  .glt-reviews-carousel {
    margin-top: 24px;
    padding: 0 48px 32px;
  }

  .glt-reviews-track {
    gap: 12px;
  }

  .glt-landing .glt-review-card {
    min-height: 112px;
    padding: 18px 18px 16px !important;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(7, 26, 54, 0.12);
  }

  .glt-review-stars {
    font-size: 11px;
    letter-spacing: 0;
  }

  .glt-landing .glt-review-card p {
    font-size: 7.5px;
    line-height: 1.35;
  }

  .glt-landing .glt-review-card strong {
    font-size: 7.5px;
    line-height: 1.2;
    margin-top: 10px;
  }

  .glt-review-nav {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }

  .glt-review-prev {
    left: 12px;
  }

  .glt-review-next {
    right: 12px;
  }

  .glt-accreditations {
    padding: 32px 32px 96px;
  }

  .glt-accreditations-grid {
    gap: 16px;
    margin-top: 28px;
  }

  .glt-accreditations img {
    max-width: 72px;
    max-height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .glt-reviews-track,
  .glt-review-card,
  .glt-button {
    transition: none;
  }
}
