/* Light brand surfaces */
.gt-bg-surface,
.gt-section-alt {
  background: var(--gt-white);
  border-top: 1px solid rgba(22, 24, 58, 0.08);
  border-bottom: none;
}

.gt-section-head-left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

/* Subtle mesh over hero photo */
.gt-hero-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  z-index: 0;
  pointer-events: none;
}

.gt-hero-mesh {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.96) 45%, rgba(255, 255, 255, 0.98) 100%),
    radial-gradient(ellipse 60% 50% at 50% 20%, rgba(46, 49, 146, 0.04) 0%, transparent 60%);
  z-index: 1;
  pointer-events: none;
}

.gt-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.12;
}

.gt-bg-overlay { display: none; }
