/* ============================================================
   360 Growth Lab — UI/UX layer (extends Pubzi template)
   ============================================================ */

:root {
  --gl-theme: #01dbff;
  --gl-theme-dim: rgba(1, 219, 255, 0.12);
  --gl-bg: #0b0e13;
  --gl-bg-alt: #0f141c;
  --gl-border: rgba(255, 255, 255, 0.08);
  --gl-text: #ababab;
  --gl-text-light: #d4d4d4;
  --gl-container: 1200px;
}

/* ---- Base ---- */
.gl-site {
  overflow-x: hidden;
  background: var(--gl-bg);
}

.gl-main {
  min-height: 40vh;
}

.gl-site .container {
  max-width: var(--gl-container);
  padding-left: 1rem;
  padding-right: 1rem;
}

.gl-site img,
.gl-site svg,
.gl-site video {
  max-width: 100%;
  height: auto;
}

.gl-site h1,
.gl-site h2,
.gl-site h3,
.gl-site h4 {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.gl-site a,
.gl-site button {
  -webkit-tap-highlight-color: transparent;
}

/* ---- Header / Nav ---- */
.gl-header .header-main {
  align-items: center;
}

.gl-header .logo img {
  display: block;
  max-height: 48px;
  width: auto;
  height: auto;
}

.gl-nav-list > li > a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.gl-nav-icon {
  font-size: 0.75rem;
  opacity: 0.85;
}

.gl-submenu {
  max-height: 70vh;
  overflow-y: auto;
}

.gl-submenu .gl-nav-overview a {
  font-weight: 700;
  color: var(--gl-theme) !important;
  border-bottom: 1px solid var(--gl-border);
  margin-bottom: 0.25rem;
  padding-bottom: 0.5rem;
}

.gl-nav-list li.active > a,
.gl-submenu li.active > a {
  color: var(--gl-theme) !important;
}

.gl-offcanvas-cta {
  display: inline-block;
  margin-top: 1rem;
  width: 100%;
  text-align: center;
}

.gl-header .header-right {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

.gl-header-mobile-cta .theme-btn {
  height: 42px;
  line-height: 42px;
  padding: 0 1rem;
  font-size: 0.82rem;
  white-space: nowrap;
}

.gl-header .header__hamburger .sidebar__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
}

.gl-header .header__hamburger .sidebar__toggle img {
  width: 22px;
  height: auto;
}

/* ---- Breadcrumb ---- */
.gl-breadcrumb {
  background: linear-gradient(135deg, #0b0e13 0%, #121820 100%);
  min-height: auto;
  display: flex;
  align-items: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--gl-border);
}

.gl-page-heading {
  width: 100%;
}

/* ---- Header nav density ---- */
.gl-header .gl-nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem;
}

.gl-header .gl-nav-list > li > a {
  font-size: 0.88rem;
  padding: 0.35rem 0.5rem;
  white-space: nowrap;
}

/* ---- Footer link polish (shared) ---- */
.gl-footer .footer-list-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gl-footer .footer-list-items li:not(:last-child) {
  margin-bottom: 0.45rem;
}

.gl-footer .footer-list-items li a {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.45rem;
  color: var(--gl-text);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.gl-footer .footer-list-items li a::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.5rem;
  color: var(--gl-theme);
  opacity: 0.55;
  margin-top: 0.45rem;
  flex-shrink: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.gl-footer .footer-list-items li a:hover {
  color: var(--gl-theme);
  transform: translateX(2px);
}

.gl-footer .footer-list-items li a:hover::before {
  opacity: 1;
}

.gl-footer .footer-list-items li a.gl-footer-overview {
  font-weight: 600;
  color: var(--gl-text-light);
  padding-bottom: 0.35rem;
  margin-bottom: 0.15rem;
  border-bottom: 1px solid var(--gl-border);
  width: 100%;
}

.gl-footer .footer-list-items li a.gl-footer-overview:hover {
  color: var(--gl-theme);
  border-bottom-color: rgba(1, 219, 255, 0.35);
}

/* ---- Hero row alignment ---- */
.gl-page-hero .row,
.gl-home-hero .row {
  align-items: center;
}

.gl-link-grid .row {
  align-items: stretch;
}

.gl-breadcrumb-trail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.gl-breadcrumb-trail li a {
  color: var(--gl-text);
  text-decoration: none;
  transition: color 0.2s;
}

.gl-breadcrumb-trail li a:hover {
  color: var(--gl-theme);
}

.gl-breadcrumb-trail li.color {
  color: var(--gl-theme);
}

.gl-crumb-sep {
  opacity: 0.5;
  font-size: 0.7rem;
}

/* ---- Hero ---- */
.gl-home-hero,
.gl-page-hero {
  background: linear-gradient(180deg, #0b0e13 0%, #0f141c 100%);
  padding-top: 7.5rem;
  padding-bottom: 3.5rem;
}

.gl-home-banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 0 !important;
  padding-top: 8.5rem !important;
  padding-bottom: 5rem !important;
  min-height: min(88vh, 900px);
  display: flex;
  align-items: center;
}

.gl-home-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 85% 20%, rgba(1, 219, 255, 0.14), transparent 60%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(1, 219, 255, 0.08), transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.gl-home-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(1, 219, 255, 0.35), transparent);
  pointer-events: none;
}

.gl-home-banner .gl-hero-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: clamp(1rem, 3vw, 2.5rem);
  padding-right: clamp(1rem, 3vw, 2.5rem);
}

.gl-home-banner.section-padding {
  padding-top: 8.5rem !important;
  padding-bottom: 5rem !important;
}

.gl-home-banner.hero-3 {
  padding-top: 8.5rem !important;
  padding-bottom: 5rem !important;
}

.gl-hero-content h1 {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  line-height: 1.12;
  margin-bottom: 1rem;
  font-weight: 700;
  letter-spacing: 0;
}

.gl-hero-desc {
  color: var(--gl-text);
  font-size: 1.05rem;
  max-width: 580px;
  line-height: 1.65;
  margin-bottom: 0;
}

.gl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--gl-theme);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
  padding: 0.35rem 0.75rem;
  background: var(--gl-theme-dim);
  border-radius: 999px;
  border: 1px solid rgba(1, 219, 255, 0.2);
}

.gl-highlight {
  color: var(--gl-theme);
}

.gl-features {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}

.gl-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  color: var(--gl-text-light);
  margin-bottom: 0.55rem;
  font-size: 0.95rem;
}

.gl-features li i {
  color: var(--gl-theme);
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.gl-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.gl-hero-ctas .theme-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.gl-btn-outline {
  background: transparent !important;
  border: 1px solid var(--gl-theme) !important;
  color: var(--gl-theme) !important;
}

.gl-btn-outline:hover {
  background: var(--gl-theme-dim) !important;
}

.gl-hero-visual {
  display: flex;
  justify-content: center;
}

.gl-visual-card {
  position: relative;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 1;
  background: radial-gradient(circle at 30% 30%, rgba(1, 219, 255, 0.15), rgba(1, 219, 255, 0.03));
  border: 1px solid rgba(1, 219, 255, 0.25);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.5rem;
  color: var(--gl-theme);
  margin: 0 auto;
}

.gl-visual-ring {
  position: absolute;
  inset: 12%;
  border: 1px dashed rgba(1, 219, 255, 0.2);
  border-radius: 50%;
  animation: gl-spin 20s linear infinite;
}

@keyframes gl-spin {
  to { transform: rotate(360deg); }
}

/* ---- Sections ---- */
.gl-section {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.gl-section-alt {
  background: rgba(255, 255, 255, 0.02);
}

.gl-section-header {
  margin-bottom: 2.5rem;
}

.gl-section-header--center {
  text-align: center;
}

.gl-section-header--center .gl-subtitle {
  margin-left: auto;
  margin-right: auto;
}

.gl-subtitle {
  color: var(--gl-text);
  max-width: 680px;
  margin-top: 0.85rem;
  line-height: 1.65;
  font-size: 1rem;
}

/* ---- Cards ---- */
.gl-card-grid {
  align-items: stretch;
}

.gl-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--gl-border);
  border-radius: 14px;
  padding: 1.75rem;
  height: 100%;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}

.gl-card:hover {
  border-color: rgba(1, 219, 255, 0.35);
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.gl-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--gl-theme-dim);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gl-theme);
  margin-bottom: 1.15rem;
  font-size: 1.3rem;
}

.gl-card h3 {
  font-size: 1.12rem;
  margin-bottom: 0.65rem;
  line-height: 1.35;
}

.gl-card p {
  color: var(--gl-text);
  margin-bottom: 0;
  line-height: 1.6;
  font-size: 0.94rem;
}

.gl-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.85rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: var(--gl-theme-dim);
  color: var(--gl-theme);
  font-size: 0.72rem;
  font-weight: 600;
}

/* ---- Link cards (index pages) ---- */
.gl-link-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--gl-border);
  border-radius: 14px;
  padding: 1.75rem;
  height: 100%;
  transition: border-color 0.25s, transform 0.25s;
}

.gl-link-card:hover {
  border-color: var(--gl-theme);
  transform: translateY(-3px);
}

.gl-link-card a {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.gl-link-card-top {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 0.75rem;
}

.gl-link-card-top i {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gl-theme-dim);
  border-radius: 10px;
  color: var(--gl-theme);
  font-size: 1.1rem;
}

.gl-link-card h3 {
  font-size: 1.1rem;
  margin: 0;
  line-height: 1.35;
}

.gl-link-card p {
  color: var(--gl-text);
  flex: 1;
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 0.92rem;
}

.gl-link-arrow {
  color: var(--gl-theme);
  font-size: 0.88rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

/* ---- Process steps ---- */
.gl-process {
  align-items: stretch;
}

.gl-step {
  text-align: center;
  padding: 1.75rem 1.25rem;
  border: 1px solid var(--gl-border);
  border-radius: 14px;
  height: 100%;
  background: rgba(255, 255, 255, 0.02);
}

.gl-step-num {
  display: block;
  color: var(--gl-theme);
  font-weight: 800;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}

.gl-step-icon {
  font-size: 1.6rem;
  color: var(--gl-theme);
  margin-bottom: 0.85rem;
}

.gl-step h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.gl-step p {
  color: var(--gl-text);
  font-size: 0.88rem;
  margin: 0;
  line-height: 1.55;
}

/* ---- Our Process: scroll-linked section (home) ---- */
.gl-process-section {
  overflow: clip;
}

.gl-process-scroll {
  position: relative;
  margin-top: 0.5rem;
}

.gl-process-scroll-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: stretch;
  position: relative;
}

.gl-process-scroll-steps {
  position: relative;
  padding-left: 0;
}

.gl-process-scroll-track {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  z-index: 1;
  display: none;
}

.gl-process-scroll-progress-bar {
  display: block;
  width: 100%;
  height: 25%;
  background: linear-gradient(180deg, var(--gl-theme), rgba(1, 219, 255, 0.35));
  border-radius: 999px;
  transform-origin: top center;
  will-change: height;
}

.gl-process-scroll-step {
  min-height: clamp(420px, 72vh, 640px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 3vw, 2.5rem) 0;
  opacity: 0.35;
  border-left: 2px solid transparent;
  padding-left: clamp(0.5rem, 2vw, 1.5rem);
  margin-left: 0;
  transition: opacity 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.gl-process-scroll-step .gl-process-scroll-num,
.gl-process-scroll-step .gl-process-scroll-title,
.gl-process-scroll-step .gl-process-scroll-desc,
.gl-process-scroll-step .gl-process-scroll-points {
  will-change: transform;
}

.gl-process-scroll-step.is-active {
  opacity: 1;
  border-left-color: rgba(1, 219, 255, 0.55);
  box-shadow: inset 4px 0 24px rgba(1, 219, 255, 0.06);
}

.gl-process-scroll-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  background: var(--gl-theme-dim);
  border: 1px solid rgba(1, 219, 255, 0.25);
  color: var(--gl-theme);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}

.gl-process-scroll-step.is-active .gl-process-scroll-num {
  background: rgba(1, 219, 255, 0.18);
  box-shadow: 0 0 24px rgba(1, 219, 255, 0.15);
}

.gl-process-scroll-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.85rem;
  color: #fff;
}

.gl-process-scroll-desc {
  color: var(--gl-text);
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  line-height: 1.65;
  max-width: 520px;
  margin: 0 0 1.25rem;
}

.gl-process-scroll-points {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 520px;
}

.gl-process-scroll-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: var(--gl-text-light);
  font-size: 0.92rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.gl-process-scroll-points li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.65rem;
  color: var(--gl-theme);
  margin-top: 0.35rem;
  flex-shrink: 0;
}

.gl-process-scroll-aside {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  min-height: 100%;
}

.gl-process-visual-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(5rem, 11vh, 6.5rem) 0 clamp(2rem, 4vh, 3rem);
  box-sizing: border-box;
  overflow: visible;
}

.gl-process-visual-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  max-height: min(480px, 58vh);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(1, 219, 255, 0.25);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  will-change: transform;
}

.gl-process-visual-glow {
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle, rgba(1, 219, 255, 0.22), transparent 65%);
  pointer-events: none;
  z-index: 0;
  opacity: 0.45;
  will-change: transform;
}

.gl-process-visual-panel {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 1.5rem;
  visibility: hidden;
  opacity: 0;
  background: radial-gradient(circle at 30% 25%, rgba(1, 219, 255, 0.16), rgba(1, 219, 255, 0.02));
}

.gl-process-visual-panel.is-active {
  visibility: visible;
  z-index: 2;
}

.gl-process-visual-panel[data-process-visual="1"] {
  background: radial-gradient(circle at 70% 30%, rgba(1, 219, 255, 0.14), rgba(15, 20, 28, 0.9));
}

.gl-process-visual-panel[data-process-visual="2"] {
  background: radial-gradient(circle at 40% 60%, rgba(1, 219, 255, 0.12), rgba(11, 14, 19, 0.95));
}

.gl-process-visual-panel[data-process-visual="3"] {
  background: radial-gradient(circle at 60% 40%, rgba(1, 219, 255, 0.18), rgba(1, 219, 255, 0.03));
}

.gl-process-visual-num {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--gl-theme);
  opacity: 0.85;
}

.gl-process-visual-icon {
  width: clamp(72px, 12vw, 96px);
  height: clamp(72px, 12vw, 96px);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(2rem, 5vw, 2.75rem);
  color: var(--gl-theme);
  background: var(--gl-theme-dim);
  border: 1px solid rgba(1, 219, 255, 0.3);
  margin-bottom: 1.25rem;
}

.gl-process-visual-title {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #fff;
}

.gl-process-visual-tagline {
  color: var(--gl-text);
  font-size: 0.92rem;
  line-height: 1.55;
  max-width: 260px;
  margin: 0;
}

.gl-process-visual-ring {
  position: absolute;
  inset: 14%;
  border: 1px dashed rgba(1, 219, 255, 0.22);
  border-radius: 50%;
  pointer-events: none;
  will-change: transform;
}

.gl-process-scroll-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--gl-border);
}

.gl-process-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, width 0.25s ease;
}

.gl-process-dot.is-active {
  width: 28px;
  background: var(--gl-theme);
}

.gl-process-dot:hover {
  background: rgba(1, 219, 255, 0.6);
}

@media (min-width: 992px) {
  .gl-process-scroll-track {
    display: block;
    left: 0;
    right: auto;
  }

  .gl-process-scroll-steps {
    padding-left: 1.75rem;
    padding-right: 0;
  }

  .gl-process-scroll-step {
    margin-left: 0.5rem;
    margin-right: 0;
    min-height: clamp(480px, 80vh, 720px);
    border-left: 2px solid transparent;
    border-right: none;
    padding-left: clamp(0.5rem, 2vw, 1.5rem);
    padding-right: 0;
  }

  .gl-process-scroll-step.is-active {
    border-left-color: rgba(1, 219, 255, 0.55);
    border-right-color: transparent;
    box-shadow: inset 4px 0 24px rgba(1, 219, 255, 0.06);
  }
}

@media (max-width: 991px) {
  .gl-process-scroll-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .gl-process-scroll-aside {
    order: -1;
    position: sticky;
    top: clamp(4.5rem, 10vh, 5.5rem);
    z-index: 5;
    padding-bottom: 0.75rem;
    background: linear-gradient(180deg, #0b0e13 78%, rgba(11, 14, 19, 0));
    min-height: auto;
    display: block;
  }

  .gl-process-visual-sticky {
    position: relative;
    top: auto;
    min-height: 0;
    padding: 0;
    display: block;
  }

  .gl-process-visual-box {
    max-height: min(320px, 48vw);
    margin: 0 auto;
    max-width: 400px;
  }

  .gl-process-scroll-step {
    min-height: auto;
    padding: 1.75rem 0;
    opacity: 1;
    border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    border-bottom: 1px solid var(--gl-border);
    box-shadow: none;
  }

  .gl-process-scroll-step:last-child {
    border-bottom: none;
  }

  .gl-process-scroll-step:not(.is-active) .gl-process-scroll-title,
  .gl-process-scroll-step:not(.is-active) .gl-process-scroll-desc,
  .gl-process-scroll-step:not(.is-active) .gl-process-scroll-points {
    opacity: 0.55;
  }

  .gl-process-scroll-step.is-active .gl-process-scroll-title,
  .gl-process-scroll-step.is-active .gl-process-scroll-desc,
  .gl-process-scroll-step.is-active .gl-process-scroll-points {
    opacity: 1;
  }
}

@media (max-width: 575px) {
  .gl-process-visual-box {
    max-height: min(300px, 70vw);
    border-radius: 16px;
  }

  .gl-process-scroll-title {
    font-size: 1.35rem;
  }

  .gl-process-scroll-desc {
    font-size: 0.92rem;
  }

  .gl-process-scroll-points li {
    font-size: 0.86rem;
  }

  .gl-process-scroll-dots {
    margin-top: 1.25rem;
    padding-top: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gl-process-visual-ring {
    animation: none !important;
  }

  .gl-process-scroll-step {
    opacity: 1;
  }

  .gl-process-visual-panel {
    visibility: hidden;
    opacity: 0;
  }

  .gl-process-visual-panel.is-active {
    visibility: visible;
    opacity: 1;
  }
}

/* ---- Stats ---- */
.gl-stat {
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--gl-border);
  height: 100%;
}

.gl-stat-icon {
  font-size: 1.75rem;
  color: var(--gl-theme);
  margin-bottom: 0.75rem;
}

.gl-stat h3 {
  color: var(--gl-theme);
  margin: 0.25rem 0;
  font-size: 1.75rem;
}

.gl-stat p {
  color: var(--gl-text);
  margin: 0;
  font-size: 0.9rem;
}

/* ---- Tags / logos ---- */
.gl-regions,
.gl-logo-row,
.gl-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.gl-regions span,
.gl-logo-pill,
.gl-tags span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--gl-border);
  color: var(--gl-text-light);
  font-size: 0.88rem;
}

/* ---- Testimonials ---- */
.gl-testimonial {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--gl-border);
  border-left: 3px solid var(--gl-theme);
  padding: 1.75rem;
  border-radius: 0 14px 14px 0;
  height: 100%;
}

.gl-quote-icon {
  color: var(--gl-theme);
  opacity: 0.5;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.gl-testimonial p {
  font-style: italic;
  color: var(--gl-text-light);
  line-height: 1.65;
  margin-bottom: 1rem;
}

.gl-testimonial-author strong {
  display: block;
  color: #fff;
}

.gl-testimonial-author span {
  color: var(--gl-text);
  font-size: 0.88rem;
}

/* ---- FAQ ---- */
.gl-faq .accordion-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--gl-border) !important;
  border-radius: 10px !important;
  overflow: hidden;
}

.gl-faq .accordion-button {
  background: transparent;
  color: #fff;
  font-weight: 600;
  padding: 1.1rem 1.25rem;
  align-items: center;
  gap: 0.75rem;
}

.gl-faq .accordion-button:not(.collapsed) {
  background: var(--gl-theme-dim);
  color: var(--gl-theme);
  box-shadow: none;
}

.gl-faq-num {
  color: var(--gl-theme);
  font-weight: 800;
  min-width: 1.5rem;
}

.gl-faq .accordion-body {
  color: var(--gl-text);
  line-height: 1.65;
  padding: 0 1.25rem 1.25rem;
}

/* ---- CTA blocks ---- */
.gl-cta-block {
  background: linear-gradient(135deg, rgba(1, 219, 255, 0.1), rgba(1, 219, 255, 0.02));
  border-top: 1px solid rgba(1, 219, 255, 0.15);
  border-bottom: 1px solid rgba(1, 219, 255, 0.15);
  text-align: center;
}

.gl-cta-block h2 {
  margin-bottom: 0.75rem;
}

.gl-cta-block p {
  color: var(--gl-text);
  max-width: 560px;
  margin: 0 auto 1.5rem;
}

.gl-cta-block .theme-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* Pre-footer CTA strip */
.gl-pre-footer .gl-cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.gl-cta-eyebrow {
  color: var(--gl-theme);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.gl-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* ---- Contact ---- */
.gl-contact-section .row {
  align-items: flex-start;
}

.gl-contact-info-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--gl-border);
  border-radius: 14px;
  padding: 1.75rem;
  height: 100%;
}

.gl-contact-info-card h3 {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.25rem;
  font-size: 1.2rem;
}

.gl-contact-info-card h3 i {
  color: var(--gl-theme);
}

.gl-contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.gl-contact-list li {
  display: flex;
  gap: 0.85rem;
  margin-bottom: 1.1rem;
  align-items: flex-start;
}

.gl-contact-list li > i {
  color: var(--gl-theme);
  margin-top: 0.2rem;
  width: 18px;
  text-align: center;
}

.gl-contact-list strong {
  display: block;
  color: #fff;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.15rem;
}

.gl-contact-list a,
.gl-contact-list span {
  color: var(--gl-text);
  font-size: 0.92rem;
  line-height: 1.5;
}

.gl-contact-list a:hover {
  color: var(--gl-theme);
}

.gl-contact-quick p {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--gl-text);
  margin-bottom: 0.65rem;
}

.gl-contact-quick a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--gl-text-light);
  text-decoration: none;
  padding: 0.45rem 0;
  font-size: 0.92rem;
  transition: color 0.2s;
}

.gl-contact-quick a:hover {
  color: var(--gl-theme);
}

.gl-contact-reasons li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.gl-contact-reasons li i {
  color: var(--gl-theme);
}

.gl-form-embed,
.gl-form-placeholder {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 14px;
  padding: 1.75rem;
  border: 1px solid var(--gl-border);
}

.gl-form-header {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.25rem;
}

.gl-form-header > i {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gl-theme-dim);
  border-radius: 10px;
  color: var(--gl-theme);
  font-size: 1.25rem;
  flex-shrink: 0;
}

.gl-form-header h3 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
}

.gl-form-header p {
  color: var(--gl-text);
  margin: 0;
  font-size: 0.92rem;
}

.gl-form-iframe {
  width: 100%;
  max-width: 100%;
  height: clamp(480px, 75vh, 700px);
  border: none;
  border-radius: 10px;
  background: #fff;
}

.gl-form-placeholder .gt-comment-form-wrap .form-clt input,
.gl-form-placeholder .gt-comment-form-wrap .form-clt textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.gl-form-placeholder .gt-comment-form-wrap .form-clt span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.gl-form-placeholder .gt-comment-form-wrap .theme-btn {
  width: 100%;
  justify-content: center;
}

@media (min-width: 576px) {
  .gl-form-placeholder .gt-comment-form-wrap .theme-btn {
    width: auto;
  }
}

/* ---- Legal ---- */
.gl-legal {
  max-width: 820px;
  margin: 0 auto;
}

.gl-legal h1 {
  margin-bottom: 1rem;
}

.gl-legal-intro {
  color: var(--gl-text);
  margin-bottom: 2rem;
  line-height: 1.65;
}

.gl-legal-section {
  margin-bottom: 2rem;
}

.gl-legal-section h2 {
  font-size: 1.3rem;
  margin-bottom: 0.85rem;
  color: var(--gl-theme);
}

.gl-legal-section h3 {
  font-size: 1.05rem;
  margin: 1rem 0 0.5rem;
}

.gl-legal-section p,
.gl-legal-section li {
  color: var(--gl-text);
  line-height: 1.7;
}

.gl-list {
  list-style: none;
  padding: 0;
}

.gl-list li {
  padding: 0.4rem 0;
  color: var(--gl-text-light);
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

/* ---- Footer ---- */
.gl-footer {
  background: #0b0e13;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.gl-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 40% at 10% 0%, rgba(1, 219, 255, 0.08), transparent 55%),
    radial-gradient(ellipse 45% 35% at 90% 100%, rgba(1, 219, 255, 0.05), transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.gl-footer-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 clamp(1rem, 3vw, 3rem);
  box-sizing: border-box;
}

/* Brand band */
.gl-footer-brand {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  padding: clamp(2.5rem, 4vw, 3.5rem) 0;
  border-bottom: 1px solid var(--gl-border);
}

.gl-footer-brand-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  max-width: 520px;
}

.gl-footer-logo img {
  max-height: 48px;
  width: auto;
}

.gl-footer-tagline {
  color: var(--gl-text);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
}

.gl-footer-cta {
  height: 46px !important;
  line-height: 46px !important;
  padding: 0 1.5rem !important;
  font-size: 0.9rem !important;
}

.gl-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.25rem;
}

.gl-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-right: 0 !important;
  border-radius: 12px;
  border: 1px solid var(--gl-border);
  background: rgba(255, 255, 255, 0.04);
  font-size: 1rem;
  color: var(--gl-text-light);
  transition: color 0.2s, border-color 0.2s, background 0.2s, transform 0.2s;
}

.gl-footer-social a:hover {
  color: var(--gl-theme);
  border-color: rgba(1, 219, 255, 0.4);
  background: var(--gl-theme-dim);
  transform: translateY(-2px);
}

.gl-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  justify-content: center;
}

.gl-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.gl-footer-contact-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--gl-theme-dim);
  border: 1px solid rgba(1, 219, 255, 0.2);
  color: var(--gl-theme);
  font-size: 1rem;
}

.gl-footer-contact-item strong {
  display: block;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}

.gl-footer-contact-item a,
.gl-footer-contact-item span {
  color: var(--gl-text);
  font-size: 0.92rem;
  line-height: 1.5;
  text-decoration: none;
}

.gl-footer-contact-item a:hover {
  color: var(--gl-theme);
}

/* Site map */
.gl-footer-sitemap {
  padding: clamp(2rem, 3vw, 2.75rem) 0;
}

.gl-footer-sitemap-head {
  margin-bottom: 1.5rem;
}

.gl-footer-sitemap-title {
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.35rem;
}

.gl-footer-sitemap-desc {
  color: var(--gl-text);
  font-size: 0.92rem;
  margin: 0;
}

.gl-footer .footer-widget-wrapper {
  width: 100%;
  padding: 0;
}

.gl-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
  gap: 1rem clamp(0.75rem, 1.5vw, 1.25rem);
  width: 100%;
  align-items: start;
}

.gl-footer-panel {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--gl-border);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.gl-footer-panel:hover {
  border-color: rgba(1, 219, 255, 0.22);
}

.gl-footer-col-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid var(--gl-border);
  cursor: pointer;
  list-style: none;
}

.gl-footer-col-head::-webkit-details-marker {
  display: none;
}

.gl-footer-col-head h3 {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gl-theme);
}

.gl-footer-col-chevron {
  color: var(--gl-text);
  font-size: 0.7rem;
  transition: transform 0.25s ease, color 0.2s ease;
  flex-shrink: 0;
}

.gl-footer-panel[open] .gl-footer-col-chevron {
  transform: rotate(180deg);
  color: var(--gl-theme);
}

.gl-footer-col-body {
  padding: 0.85rem 1rem 1rem;
}

.gl-footer-col--scroll .gl-footer-col-body {
  max-height: 280px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(1, 219, 255, 0.35) transparent;
}

.gl-footer-col--scroll .gl-footer-col-body::-webkit-scrollbar {
  width: 5px;
}

.gl-footer-col--scroll .gl-footer-col-body::-webkit-scrollbar-thumb {
  background: rgba(1, 219, 255, 0.35);
  border-radius: 999px;
}

.gl-footer-col .footer-widget-items {
  margin-top: 0;
}

.gl-footer-col .footer-list-items li a {
  font-size: 0.88rem;
  line-height: 1.45;
  word-break: break-word;
}

/* Bottom bar */
.gl-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 0 2rem;
  border-top: 1px solid var(--gl-border);
}

.gl-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin: 0;
}

.gl-legal-link {
  color: var(--gl-text);
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.2s;
}

.gl-legal-link:hover {
  color: var(--gl-theme);
}

.gl-footer-bottom .footer-bottom-text {
  margin: 0;
  color: var(--gl-text);
  font-size: 0.88rem;
  text-align: right;
}

/* Desktop: panels always open, no toggle affordance */
@media (min-width: 768px) {
  .gl-footer-col-head {
    cursor: default;
    pointer-events: none;
  }

  .gl-footer-col-chevron {
    display: none;
  }

  .gl-footer-panel[open] .gl-footer-col-body,
  .gl-footer-panel .gl-footer-col-body {
    display: block;
  }
}

@media (max-width: 991px) {
  .gl-footer-brand {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .gl-footer-brand-main {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }

  .gl-footer-contact {
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }

  .gl-footer-sitemap-head {
    text-align: center;
  }

  .gl-footer-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
  }

  .gl-footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .gl-footer-bottom .footer-bottom-text {
    text-align: center;
    width: 100%;
  }

  .gl-footer-legal {
    justify-content: center;
  }
}

.gl-social a {
  transition: color 0.2s, transform 0.2s;
}

.gl-social a:hover {
  color: var(--gl-theme);
  transform: translateY(-2px);
}

.gl-partner-card .gl-regions {
  justify-content: flex-start;
  margin-top: 0.75rem;
}

/* ---- Responsive ---- */

/* Large desktop / laptop tightening */
@media (max-width: 1199px) {
  .gl-header .mean__menu-wrapper {
    margin-right: 0.5rem;
  }

  .gl-header .container-fluid {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .gl-home-hero,
  .gl-page-hero {
    padding-top: 7rem;
  }

  .gl-home-banner {
    min-height: auto;
    padding-top: 7.5rem !important;
    padding-bottom: 4rem !important;
  }

  .gl-section-header {
    margin-bottom: 2rem;
  }
}

/* Tablet landscape / small laptop */
@media (max-width: 991px) {
  .gl-hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .gl-hero-ctas .theme-btn {
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }

  .gl-visual-card {
    max-width: 280px;
    font-size: 3.5rem;
    margin-top: 1rem;
  }

  .gl-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .gl-section-header {
    margin-bottom: 1.75rem;
  }

  .gl-section-header--center .section-title.style-3 h2 {
    font-size: 2rem;
  }

  .gl-pre-footer .gl-cta-wrapper {
    flex-direction: column;
    text-align: center;
    padding: 1.75rem 1.5rem !important;
  }

  .gl-pre-footer .cta-wrapper .contact-right {
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
  }

  .gl-cta-buttons {
    justify-content: center;
    width: 100%;
  }

  .gl-cta-buttons .theme-btn {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
  }

  .gl-contact-section .col-lg-5 {
    margin-bottom: 0.5rem;
  }

  .gl-home-hero.section-padding,
  .gl-page-hero.section-padding {
    padding-top: 6.5rem;
    padding-bottom: 2.75rem;
  }

  .gl-home-banner.section-padding,
  .gl-home-banner.hero-3 {
    padding-top: 7rem !important;
    padding-bottom: 3.5rem !important;
    min-height: auto;
  }

  .gl-card-grid > [class*="col-"],
  .gl-link-grid > [class*="col-"],
  .gl-process > [class*="col-"] {
    display: flex;
    flex-direction: column;
  }

  .gl-card,
  .gl-link-card,
  .gl-step,
  .gl-stat {
    min-width: 0;
  }
}

/* Tablet portrait */
@media (max-width: 767px) {
  .gl-home-hero,
  .gl-page-hero {
    padding-top: 6.25rem;
    padding-bottom: 2.5rem;
  }

  .gl-home-banner {
    padding-top: 6.5rem !important;
    padding-bottom: 3rem !important;
  }

  .gl-hero-content h1 {
    font-size: clamp(1.65rem, 6vw, 1.95rem);
    line-height: 1.15;
  }

  .gl-hero-desc {
    font-size: 0.98rem;
    line-height: 1.6;
    max-width: 100%;
  }

  .gl-eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    padding: 0.3rem 0.65rem;
  }

  .gl-features li {
    font-size: 0.9rem;
  }

  .gl-card,
  .gl-link-card,
  .gl-testimonial,
  .gl-contact-info-card,
  .gl-form-embed,
  .gl-form-placeholder {
    padding: 1.35rem;
  }

  .gl-card h3,
  .gl-link-card h3 {
    font-size: 1.05rem;
  }

  .gl-form-header {
    flex-direction: column;
    gap: 0.75rem;
  }

  .gl-form-iframe {
    height: clamp(440px, 70vh, 580px);
  }

  .gl-contact-list li {
    flex-wrap: wrap;
  }

  .gl-contact-list a,
  .gl-contact-list span {
    overflow-wrap: anywhere;
  }

  .gl-footer .footer-list-items li a {
    font-size: 0.86rem;
  }

  .gl-footer-col--scroll .gl-footer-col-body {
    max-height: 240px;
  }

  .gl-faq .accordion-button {
    font-size: 0.95rem;
    padding: 0.95rem 1rem;
    text-align: left;
  }

  .gl-faq .accordion-body {
    padding: 0 1rem 1rem;
    font-size: 0.92rem;
  }

  .gl-cta-block h2 {
    font-size: 1.5rem;
  }

  .gl-pre-footer .cta-wrapper .content h3 {
    font-size: 1.45rem;
    line-height: 1.3;
  }

  .gl-regions,
  .gl-logo-row,
  .gl-tags {
    gap: 0.5rem;
    justify-content: flex-start;
  }

  .gl-regions span,
  .gl-logo-pill,
  .gl-tags span {
    font-size: 0.82rem;
    padding: 0.4rem 0.75rem;
  }

  .gl-partner-card .gl-regions {
    justify-content: flex-start;
  }

  .gl-stat {
    padding: 1.5rem 1.15rem;
  }

  .gl-stat h3 {
    font-size: 1.5rem;
  }

  .gl-legal-section h2 {
    font-size: 1.15rem;
  }
}

/* Large phones */
@media (max-width: 575px) {
  .gl-site .container {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .gl-header .logo img {
    max-height: 40px;
  }

  .gl-home-banner {
    padding-top: 6rem !important;
    padding-bottom: 2.75rem !important;
  }

  .gl-hero-content h1 {
    font-size: clamp(1.5rem, 7.5vw, 1.75rem);
  }

  .gl-hero-ctas {
    gap: 0.65rem;
    margin-top: 1.35rem;
  }

  .gl-hero-ctas .theme-btn {
    height: 48px;
    line-height: 48px;
    padding: 0 1.25rem;
    font-size: 0.92rem;
  }

  .gl-visual-card {
    max-width: 220px;
    font-size: 2.75rem;
    border-radius: 16px;
  }

  .gl-section {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .gl-section-header--center .section-title.style-3 h2 {
    font-size: 1.65rem;
  }

  .gl-subtitle {
    font-size: 0.94rem;
    margin-top: 0.65rem;
  }

  .gl-step {
    padding: 1.25rem 1rem;
  }

  .gl-card-icon {
    width: 46px;
    height: 46px;
    font-size: 1.15rem;
  }

  .gl-link-card-top i {
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }

  .gl-pre-footer .gl-cta-wrapper {
    padding: 1.35rem 1rem !important;
    border-radius: 10px;
  }

  .gl-pre-footer .cta-wrapper .content h3 br {
    display: none;
  }

  .gl-cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .gl-cta-buttons .theme-btn {
    width: 100%;
  }

  .gl-footer-top .social-icon a,
  .gl-footer-social a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 1rem;
  }

  .gl-footer-grid {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .gl-footer-col-head {
    pointer-events: auto;
    cursor: pointer;
    min-height: 48px;
  }

  .gl-footer-col-chevron {
    display: inline-flex;
  }

  .gl-footer-cta {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .gl-footer-legal {
    flex-direction: column;
    gap: 0.65rem;
    align-items: center;
  }

  .gl-footer-bottom {
    padding: 1.25rem 0 1.75rem;
  }

  .gl-footer-bottom .footer-bottom-text {
    font-size: 0.88rem;
    line-height: 1.5;
    padding: 0 0.5rem;
  }

  #gt-back-top.gt-back-to-top {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 1rem;
    bottom: 1rem;
  }
}

/* iPhone Plus / large mobile */
@media (max-width: 430px) {
  .gl-header .container-fluid {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .gl-header-mobile-cta .theme-btn {
    height: 40px;
    line-height: 40px;
    padding: 0 0.75rem;
    font-size: 0.78rem;
  }

  .gl-home-banner {
    padding-top: 5.75rem !important;
    padding-bottom: 2.5rem !important;
  }

  .gl-hero-content h1 {
    font-size: 1.48rem;
  }

  .gl-card,
  .gl-link-card {
    padding: 1.15rem;
  }

  .gl-form-embed,
  .gl-form-placeholder {
    padding: 1.15rem;
  }

  .gl-form-iframe {
    height: clamp(400px, 68vh, 520px);
    border-radius: 8px;
  }

  .offcanvas__info {
    width: 100% !important;
    max-width: 100%;
  }
}

/* iPhone standard */
@media (max-width: 375px) {
  .gl-site .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .gl-header .logo img {
    max-height: 36px;
  }

  .gl-hero-content h1 {
    font-size: 1.38rem;
  }

  .gl-hero-desc {
    font-size: 0.92rem;
  }

  .gl-section-header--center .section-title.style-3 h2 {
    font-size: 1.5rem;
  }

  .gl-badge {
    font-size: 0.68rem;
  }

  .gl-step h4 {
    font-size: 0.95rem;
  }

  .gl-step p {
    font-size: 0.84rem;
  }
}

/* Small mobile */
@media (max-width: 320px) {
  .gl-site .container {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .gl-header .header-right {
    gap: 0.4rem;
  }

  .gl-header-mobile-cta .theme-btn {
    padding: 0 0.55rem;
    font-size: 0.72rem;
  }

  .gl-hero-content h1 {
    font-size: 1.28rem;
  }

  .gl-eyebrow {
    font-size: 0.62rem;
    letter-spacing: 0.08em;
  }

  .gl-hero-ctas .theme-btn {
    font-size: 0.85rem;
    padding: 0 0.85rem;
  }

  .gl-visual-card {
    max-width: 180px;
    font-size: 2.25rem;
  }

  .gl-card h3,
  .gl-link-card h3 {
    font-size: 1rem;
  }

  .gl-card p,
  .gl-link-card p {
    font-size: 0.88rem;
  }

  .gl-pre-footer .cta-wrapper .content h3 {
    font-size: 1.25rem;
  }
}

/* Touch devices: reduce hover motion */
@media (hover: none) and (pointer: coarse) {
  .gl-card:hover,
  .gl-link-card:hover {
    transform: none;
    box-shadow: none;
  }

  .gl-card:active,
  .gl-link-card:active {
    border-color: rgba(1, 219, 255, 0.35);
  }
}

/* Home scroll-scrubbed video hero */
.gl-video-hero {
  position: relative;
  z-index: 1;
  height: 100vh;
  background: #000;
  isolation: isolate;
}

.gl-video-hero__wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
}

.gl-video-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.gl-video-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

.gl-video-hero__copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: clamp(2.5rem, 7vh, 5.5rem) clamp(1.5rem, 5vw, 5rem);
  color: #fff;
  text-align: left;
  pointer-events: none;
}

.gl-video-hero__title {
  position: relative;
  opacity: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  font-size: clamp(3rem, 10vw, 9rem);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: 0.18em;
  text-indent: 0.18em;
  text-transform: uppercase;
  will-change: transform, opacity, letter-spacing;
  isolation: isolate;
}

.gl-video-hero__letter {
  --fill: 100%;
  --fill-opacity: 0;
  --outline-opacity: 0.62;
  position: relative;
  z-index: 1;
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, var(--outline-opacity));
  transform-origin: 50% 80%;
  will-change: transform, opacity;
}

.gl-video-hero__letter::after {
  content: attr(data-letter);
  position: absolute;
  inset: 0;
  color: #fff;
  -webkit-text-stroke: 0 transparent;
  clip-path: inset(0 var(--fill) 0 0);
  opacity: var(--fill-opacity);
  will-change: clip-path, opacity;
}

.gl-video-hero__word {
  display: inline-flex;
  white-space: nowrap;
}

.gl-video-hero__space {
  display: inline-block;
  width: 0.55em;
}

.gl-video-hero__tagline {
  opacity: 0;
  margin: clamp(1.25rem, 3vw, 2.25rem) 0 0;
  font-size: clamp(0.8rem, 1.4vw, 1.15rem);
  font-weight: 400;
  letter-spacing: 0.28em;
  line-height: 1.5;
  text-transform: uppercase;
  will-change: transform, opacity;
}

.gl-video-hero__loading {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.gl-video-hero__loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .gl-video-hero__title,
  .gl-video-hero__tagline {
    will-change: auto;
  }

  .gl-video-hero__letter::after {
    will-change: auto;
  }
}

@media (max-width: 600px) {
  .gl-video-hero__title {
    font-size: clamp(2rem, 11vw, 3rem);
    letter-spacing: 0.11em;
    text-indent: 0.11em;
  }

  .gl-video-hero__space {
    width: 0.4em;
  }

  .gl-video-hero__tagline {
    max-width: 26rem;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
  }
}
