/* Home hero + header styles */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap");

/* ── 29LT Bukra webfont (CDN-hosted) ── */
@font-face {
  font-family: "29LT Bukra";
  src: url("https://db.onlinewebfonts.com/t/7a4456451db34fc8abc7a9ce7da13480.eot");
  src: url("https://db.onlinewebfonts.com/t/7a4456451db34fc8abc7a9ce7da13480.eot?#iefix") format("embedded-opentype"),
       url("https://db.onlinewebfonts.com/t/7a4456451db34fc8abc7a9ce7da13480.woff2") format("woff2"),
       url("https://db.onlinewebfonts.com/t/7a4456451db34fc8abc7a9ce7da13480.woff") format("woff"),
       url("https://db.onlinewebfonts.com/t/7a4456451db34fc8abc7a9ce7da13480.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "29LT Bukra";
  src: url("https://db.onlinewebfonts.com/t/837ca9196b6625ec9766cc377acc8108.eot");
  src: url("https://db.onlinewebfonts.com/t/837ca9196b6625ec9766cc377acc8108.eot?#iefix") format("embedded-opentype"),
       url("https://db.onlinewebfonts.com/t/837ca9196b6625ec9766cc377acc8108.woff2") format("woff2"),
       url("https://db.onlinewebfonts.com/t/837ca9196b6625ec9766cc377acc8108.woff") format("woff"),
       url("https://db.onlinewebfonts.com/t/837ca9196b6625ec9766cc377acc8108.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "29LT Bukra";
  src: url("https://db.onlinewebfonts.com/t/837ca9196b6625ec9766cc377acc8108.eot");
  src: url("https://db.onlinewebfonts.com/t/837ca9196b6625ec9766cc377acc8108.eot?#iefix") format("embedded-opentype"),
       url("https://db.onlinewebfonts.com/t/837ca9196b6625ec9766cc377acc8108.woff2") format("woff2"),
       url("https://db.onlinewebfonts.com/t/837ca9196b6625ec9766cc377acc8108.woff") format("woff"),
       url("https://db.onlinewebfonts.com/t/837ca9196b6625ec9766cc377acc8108.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "29LT Bukra";
  src: url("https://db.onlinewebfonts.com/t/837ca9196b6625ec9766cc377acc8108.eot");
  src: url("https://db.onlinewebfonts.com/t/837ca9196b6625ec9766cc377acc8108.eot?#iefix") format("embedded-opentype"),
       url("https://db.onlinewebfonts.com/t/837ca9196b6625ec9766cc377acc8108.woff2") format("woff2"),
       url("https://db.onlinewebfonts.com/t/837ca9196b6625ec9766cc377acc8108.woff") format("woff"),
       url("https://db.onlinewebfonts.com/t/837ca9196b6625ec9766cc377acc8108.ttf") format("truetype");
  font-weight: 800;
  font-style: bold;
  font-display: swap;
}

/* Lenis smooth scroll */
html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

/* Prevent horizontal overflow and hide scrollbar on home page */
body.home-template {
  overflow-x: hidden;
  scrollbar-width: none;
}
body.home-template::-webkit-scrollbar {
  display: none;
}

/* ===================================================================
   Frame Sequence Hero - Scroll-driven frame-by-frame animation
   =================================================================== */
.hero-frame-section {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}

.hero-frame-section::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.08) 45%,
    transparent 60%
  ); */
  z-index: 1;
  pointer-events: none;
}

#hero-frame-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 100%;
  z-index: 0;
  display: block;
  background: #5a7fba;
  will-change: transform;
  contain: layout size;
}

.hero-frame-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hero-webgl-cta {
  border: 1px solid #4873b7;
  color: #4873b7;
  padding: 1rem 3rem;
  border-radius: 10px;
  margin-top: 2rem;
  background: transparent;
}

.our-journey-head {
  font-size: 3.8rem !important;
  margin-top: -8rem !important;
}

.hero-frame-phase {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  will-change: opacity, transform;
  pointer-events: auto;
}

.hero-frame-phase--start {
  left: clamp(2rem, 5vw, 5rem);
  max-width: 50vw;
}

.hero-frame-phase--end {
  left: clamp(2rem, 5vw, 5rem);
  max-width: 42vw;
  opacity: 0;
  text-align: left;
}

/* Neutralize .top-header inside frame hero (Ghost CMS content) */
.hero-frame-section .top-header {
  background: none !important;
  background-image: none !important;
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
  position: static !important;
  overflow: visible !important;
}

.hero-frame-section .top-header::before,
.hero-frame-section .top-header::after {
  display: none !important;
  content: none !important;
}

.hero-frame-section .top-header > div {
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
  max-width: none !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  padding-right: 0 !important;
}

/* Scroll-to-discover CTA */
.hero-frame-discover {
  position: absolute;
  bottom: clamp(2rem, 4vh, 3rem);
  left: clamp(2rem, 5vw, 5rem);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
  font-family:
    "Inter",
    -apple-system,
    "Segoe UI",
    sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  opacity: 0.85;
}

.hero-frame-discover-line {
  display: inline-block;
  width: 50px;
  height: 1.5px;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.3));
  border-radius: 999px;
}
.hero-frame-section .top-header .ar-vr-head {
  margin-top: 10.5rem !important;
}
/* Mobile/tablet img fallback (replaces canvas) */
.hero-frame-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  object-fit: cover;
  object-position: 90% top;
  z-index: 0;
  display: block;
  transform: scale(0.92);
  transform-origin: 90% bottom;
  /* border-radius: 1rem 1rem 0 0; */
}

/* Frame loading state */
.hero-frame-section:not(.hero-frame--ready) #hero-frame-canvas,
.hero-frame-section:not(.hero-frame--ready) .hero-frame-img {
  opacity: 0;
}

.hero-frame-section.hero-frame--ready #hero-frame-canvas,
.hero-frame-section.hero-frame--ready .hero-frame-img {
  opacity: 1;
  transition: opacity 0.4s ease;
  
}

/* ── Tablet hero-frame ── */
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-frame-phase--start {
    left: clamp(2rem, 4vw, 3rem);
    max-width: 62vw;
  }

  .hero-frame-phase--end {
    left: clamp(2rem, 4vw, 3rem);
    max-width: 58vw;
  }

  .hero-frame-discover {
    left: clamp(2rem, 4vw, 3rem);
  }

  .ar-vr,
  .top-header h1.ar-vr {
    font-size: clamp(2.75rem, 8vw, 5.5rem);
  }
}

/* ── Mobile hero-frame ── */
@media (max-width: 768px) {
  .hero-frame-phase {
    top: 0;
    bottom: auto;
    transform: none;
    padding-top: 9rem;
  }
  .hero-frame-section.hero-frame--ready .hero-frame-img {
    padding-top: 6rem;
  }
  .hero-frame-phase--start {
    left: clamp(1.25rem, 5vw, 2rem);
    max-width: 88vw;
  }
  .hero-frame-section .top-header .ar-vr-head {
    margin-top: -2rem !important;
  }

  .hero-frame-overlay {
    z-index: -1;
    background: linear-gradient(145deg, #5078bb 0%, #77aaff 100%);
  }

  .hero-frame-phase--end {
    left: clamp(1.25rem, 5vw, 2rem);
    right: auto;
    max-width: 88vw;
    margin-top: 8rem;
  }

  .hero-frame-discover {
    left: clamp(1.25rem, 5vw, 2rem);
    bottom: auto;
    position: relative;
    margin-top: 0.75rem;
  }

  .hero-frame-section .top-header {
    margin-top: 8rem;
  }
  .hero-frame-section .top-header > div {
    align-items: flex-start !important;
    text-align: left !important;
    width: 100% !important;
    margin-left: 0 !important;
    gap: 0.75rem !important;
  }

  .ar-vr,
  .top-header h1.ar-vr {
    font-size: clamp(2.25rem, 9vw, 3.5rem);
  }
}

/* --- Video-through-text reveal (after frame sequence) --- */
.hero-frame-video-text {
  position: absolute;
  inset: 0;
  z-index: 5;
  overflow: hidden;
  background: #000;
  isolation: isolate;
  will-change: transform;
  visibility: hidden;
}

.hero-video-text-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.hero-video-text-mask {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  background: #000;
  mix-blend-mode: multiply;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hero-video-text-mask h1 {
  color: #fff;
   /* font-family: "29LT Bukra", "Inter", -apple-system, "Segoe UI", sans-serif; */
  font-weight: 700;
  font-size: 65rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Mobile / tablet: video-text pulled out of hero as a static section */
.hero-frame-video-text--static {
  position: relative;
  inset: auto;
  visibility: visible !important;
  width: 100%;
  height: 80vh;
  height: 80dvh;
  z-index: 0;
  will-change: auto;
}

.hero-frame-video-text--static .hero-video-text-mask {
  mix-blend-mode: multiply;
  background: #000;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.hero-frame-video-text--static .hero-video-text-mask h1 {
  font-size: clamp(1.4rem, 5vw, 2.5rem);
  line-height: 1.25;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  max-width: 90%;
  letter-spacing: 0.06em;
  text-shadow: none;
}

/* ===================================================================
   End Frame Hero styles
   =================================================================== */

.tech-head {
  font-family: "29LT Bukra", "Inter", -apple-system, "Segoe UI", sans-serif;
  font-size: clamp(1.75rem, 5vw + 0.5rem, 4rem);
  /* font-weight: 200; */
  text-transform: uppercase;
}

/* Stacked "ghost" outlines above solid white */
.ar-vr {
  position: relative;
  display: inline-block;
  color: #fff;
  font-family: "29LT Bukra", "Inter", -apple-system, "Segoe UI", sans-serif;
  font-weight: 300;
  font-size: clamp(2.75rem, 11vw, 12rem);
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: none;
  overflow: visible;
  isolation: isolate;
  z-index: 0;
  padding-top: 0.44em;
  margin-top: -0.44em;
}

.ar-vr::before,
.ar-vr::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: max-content;
  color: transparent;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
  font: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
  white-space: nowrap;
  z-index: -1;
}

.ar-vr::before {
  transform: translateY(0.09em);
  -webkit-text-stroke: max(1px, 0.011em) rgb(248, 248, 249);
  opacity: 0.3;
  left: 1rem;
  /* font-family: "29LT Bukra", "Inter", sans-serif; */
}

.ar-vr::after {
  transform: translateY(-0.38em);
  -webkit-text-stroke: max(1px, 0.011em) rgb(248, 248, 249);
  opacity: 0.1;
}

.top-header h1.ar-vr {
  font-family: "29LT Bukra", "Inter", -apple-system, "Segoe UI", sans-serif;
  font-size: clamp(2.75rem, 11vw, 13rem);
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
  text-shadow: none;
}

#gh-head .gh-head-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 4rem;
}

#gh-head .gh-head-brand {
  flex: 0 0 auto;
}

#gh-head .gh-head-menu {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3.25rem;
  margin-left: 0;
  margin-right: 0;
}

#gh-head .gh-head-actions {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
}

#gh-head .gh-head-menu .nav {
  display: flex;
  align-items: center;
}

#gh-head .gh-head-cta {
   background-color: #1B1C4E;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  border-radius: 5px;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  /* display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  border: 1px solid transparent;
  border-radius: 0.35rem;
  background: transparent;
  position: relative;
  z-index: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  background-color: #1B1C4E;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff; */
}

.explore-cta-btn {
  border: 1px solid #fff;
  padding: 1rem 2rem;
  border-radius: 5px;
  color: #fff !important;
}

.ai-explore-btn {
  margin-top: 2rem;
}

#gh-head .gh-head-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.45px;
  background: linear-gradient(90deg, #4873b7 0%, #9cb2d4 50%, #4873b7 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

#gh-head .gh-head-cta:hover {
  filter: brightness(1.08);
}

.top-header h1 {
  font-family: "29LT Bukra", "Inter", sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 5vw + 0.5rem, 3.125rem);
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: left;
  text-transform: capitalize;
  margin: 0;
  display: block;
  color: #fff;
  text-shadow:
    0 2px 6px rgba(0, 0, 0, 0.45),
    0 10px 24px rgba(0, 0, 0, 0.35);
}

.top-header h1 .gradient {
  color: white;
  background-size: 400% 400%;
  text-shadow: none;
}

.hero-reveal-subtitle {
  font-family: "29LT Bukra", "Inter", -apple-system, "Segoe UI", sans-serif;
  /* font-weight: 300; */
  font-size: clamp(1.75rem, 5vw + 0.5rem, 4rem);
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  margin-left: 1rem;
  padding-bottom: 1.5rem;
  margin-top: -1rem;
  /* text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35); */
}
.hero-reveal-heading {
  margin: 10px !important;
}
.hero-reveal-description {
  color: #fff;
  font-family:
    "Inter",
    -apple-system,
    "Segoe UI",
    sans-serif;
  font-size: clamp(0.9rem, 1.2vw + 0.4rem, 1.75rem);
  line-height: 1.75;
  max-width: 560px;
  margin-left: 1rem;
  padding-bottom: 2rem;
}

@media (max-width: 768px) {
  .hero-reveal-heading {
    margin: 4px !important;
  }
  .hero-reveal-subtitle {
    font-size: clamp(1.25rem, 6vw, 1.85rem);
    letter-spacing: 0.1em;
  }
  .hero-reveal-description {
    font-size: clamp(0.85rem, 2.5vw + 0.2rem, 0.95rem);
    max-width: 90%;
  }
  .hero-frame-video-text--static .hero-video-text-mask h1 {
    font-size: clamp(5.4rem, 5vw, 2.5rem);
    letter-spacing: 0;
  }
  .hero-frame-video-text--static .hero-video-text-mask {
    padding: 0rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .hero-reveal-subtitle {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
  }
  .hero-reveal-description {
    max-width: 420px;
  }
}

.top-header {
  text-align: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.top-header div {
  margin-top: 5.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2.5rem;
  width: 50%;
  margin-left: 5%;
}

.top-header p {
  font-family:
    "Inter",
    -apple-system,
    Aeonik,
    "Segoe UI",
    sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 1vw + 0.5rem, 1.75rem);
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin: 0;
  display: block;
  text-align: left;
  color: #fff;
  width: 100%;
  max-width: 620px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.reveal-ai-core-container {
  /* margin-top: -12px !important; */
}



.top-header div a {
  color: #fff;
}

.top-header .border-line {
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-left: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffffff 0%, #4873b7 100%);
  vertical-align: middle;
}

/* ── Services Dropdown ── */
.nav-dropdown-item {
  position: relative;
}

.nav-dropdown-header {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.nav-dropdown-arrow {
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
  padding: 0.2rem;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.nav-dropdown-item:hover .nav-dropdown-arrow,
.nav-dropdown-item.dropdown-open .nav-dropdown-arrow {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 620px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.14);
  padding: 1.5rem;
  margin-top: 0.75rem;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 9999;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  display: flex;
}

.nav-dropdown-menu::before {
  content: "";
  position: absolute;
  top: -0.75rem;
  left: 0;
  right: 0;
  height: 0.75rem;
}

.nav-dropdown-item:hover .nav-dropdown-menu {
  display: grid;
  opacity: 1;
  visibility: visible;
}

.nav-dropdown-menu li {
  margin: 0;
  padding: 0;
}

.nav-dropdown-items {
  color: #000;
}

.nav-dropdown-link {
  display: flex !important;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.85rem 1rem;
  color: #1a1a2e !important;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.2s ease;
}

.nav-dropdown-link:hover {
  background: rgba(72, 115, 183, 0.06);
}

.nav-dropdown-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-top: 2px;
}

.nav-dropdown-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.nav-dropdown-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a2e;
  line-height: 1.3;
  white-space: nowrap;
}

.nav-dropdown-desc {
  font-size: 13px;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.45;
  white-space: normal;
}

.gh-mobile-close {
  display: none;
}

/* ── Tablet top-header ── */
@media (min-width: 769px) and (max-width: 1024px) {
  .top-header div {
    width: 62%;
    margin-left: 4%;
    gap: 1.5rem;
  }

  .top-header p {
    max-width: 480px;
  }
}

/* ── Mobile top-header + nav ── */
@media only screen and (max-width: 768px) {
  #gh-head .gh-head-inner {
    display: grid;
    padding: 0rem;
  }

  #gh-head .gh-head-cta {
    display: none;
  }

  .top-header div {
    margin: 0;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    text-align: left;
    padding-bottom: 0;
    gap: 0.75rem;
  }

  .top-header h1 {
    font-size: clamp(1.75rem, 8vw, 2.75rem);
  }

  .top-header p {
    font-size: clamp(0.85rem, 2.5vw + 0.25rem, 1rem);
    max-width: 92%;
    line-height: 1.7;
  }

  .top-header div a {
    font-size: 0.95rem !important;
  }

  .top-header .main-home-heading {
    margin-top: 0.25rem !important;
  }
}

/* Mobile drawer menu */
@media (max-width: 767px) {
  #gh-head .gh-head-brand .gh-search {
    display: none;
  }

  #gh-head .gh-head-brand {
    grid-template-columns: 1fr auto;
    position: relative;
    z-index: 3100;
  }

  #gh-head .gh-burger {
    display: block;
    z-index: 3200;
  }

  #gh-head .gh-head-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: min(76vw, 320px);
    height: 100dvh;
    background: #5078bb;
    transform: translateX(102%);
    transition: transform 0.28s ease;
    opacity: 1;
    visibility: visible;
    z-index: 3150;
    display: block;
    margin: 0;
    padding: 88px 28px 22px;
    overflow-y: auto;
  }

  #gh-head .gh-mobile-close {
    display: none;
  }

  #gh-head .gh-head-menu .nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }

  #gh-head .gh-head-menu .nav li {
    opacity: 1;
    transform: none;
    width: 100%;
    border-bottom: 1px solid #dddddd;
  }

  #gh-head .gh-head-menu .nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    font-size: 1.75rem;
    font-weight: 500;
    color: #fff;
  }

  #gh-head .gh-head-cta {
    display: flex !important;
    margin: 24px auto 0;
    width: fit-content;
    padding: 0.7rem 1.5rem;
    border-radius: 8px;
    border: none;
    color: #fff;
    font-size: 1.75rem;
    background-image: linear-gradient(90deg, #fff, #4873b7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    justify-content: center;
  }

  #gh-head .gh-head-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 0.45px;
    background: linear-gradient(90deg, #4873b7 0%, #9cb2d4 50%, #4873b7 100%);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }

  .gh-head-open #gh-head {
    position: fixed;
    inset: 0;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.35);
    overflow: hidden;
    z-index: 3000;
  }

  .gh-head-open #gh-head .gh-head-inner {
    height: 100%;
  }

  .gh-head-open #gh-head .gh-head-menu {
    position: fixed;
    transform: translateX(0);
  }

  .gh-head-open #gh-head .gh-mobile-close {
    position: absolute;
    top: 18px;
    right: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    z-index: 3400;
  }

  .gh-head-open #gh-head .gh-head-actions {
    display: none;
  }

  .gh-head-open #gh-head .gh-burger {
    opacity: 0 !important;
    pointer-events: none;
  }

  /* Mobile dropdown overrides */
  .nav-dropdown-header {
    justify-content: center;
    width: 100%;
  }

  .nav-dropdown-arrow {
    color: #fff;
  }

  .nav-dropdown-menu {
    position: static;
    transform: none;
    min-width: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
    display: none;
    opacity: 1;
    visibility: visible;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    grid-template-columns: 1fr;
  }

  .nav-dropdown-menu::before {
    display: none;
  }

  .nav-dropdown-item.dropdown-open .nav-dropdown-menu {
    display: block;
    max-height: 600px;
    padding: 0.5rem 0;
  }

  .nav-dropdown-item:hover .nav-dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
  }

  .nav-dropdown-item.dropdown-open:hover .nav-dropdown-menu {
    display: block;
  }

  .nav-dropdown-link {
    padding: 0.6rem 1rem;
    justify-content: flex-start;
  }

  .nav-dropdown-icon {
    width: 22px;
    height: 22px;
    filter: brightness(0) invert(1);
  }

  .nav-dropdown-title {
    color: #fff;
    font-size: 1.4rem;
  }

  .nav-dropdown-desc {
    color: rgba(255, 255, 255, 0.65);
    font-size: 1.1rem;
  }

  .nav-dropdown-link:hover {
    background: rgba(255, 255, 255, 0.1);
  }
}

/* ═══════════════════════════════════════════════════════════
   WebGL Hero — Scroll-driven concentric-ring animation
   ═══════════════════════════════════════════════════════════ */
.hero-webgl-section {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background: #ffffff;
}

.hero-webgl-canvas-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  will-change: transform;
}

#hero-webgl-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-webgl-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-webgl-content::before,
.hero-webgl-content::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-webgl-content::before {
  top: -118px;
  left: 0px;
  width: clamp(420px, 42vw, 620px);
  height: clamp(520px, 52vw, 760px);
  background-image: url("../../images/layer-top-left-bg.png");
}

.hero-webgl-content::after {
  right: -123px;
  bottom: -200px;
  width: clamp(420px, 42vw, 620px);
  height: clamp(520px, 52vw, 760px);
  background-image: url("../../images/layers-bottom-right-bg.png");
}

.hero-webgl-center-logo {
  position: absolute;
  left: 58.7%;
    top: 49%;
  transform: translate(-50%, -50%);
  width: clamp(30px, 4vw, 64px);
  opacity: 1;
  z-index: 2;
  will-change: opacity, transform;
}

.hero-webgl-center-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-webgl-dots {
  position: absolute;
  left: clamp(1.25rem, 3.5vw, 2.5rem);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 2;
}

.hero-webgl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c8c8c4;
  transition: background 0.35s ease;
}

.hero-webgl-slide {
  position: absolute;
  left: clamp(2.5rem, 7vw, 6rem);
  top: 50%;
  transform: translateY(-50%);
  max-width: 420px;
  opacity: 0;
  will-change: opacity, transform;
}

.hero-webgl-heading {
  font-family:
    "Inter",
    -apple-system,
    "Segoe UI",
    sans-serif;
  font-size: clamp(1.5rem, 2.4vw, 3rem);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.25;
  margin: 0 0 1.25rem 0;
  letter-spacing: -0.01em;
  margin-top: -8rem;
}

.hero-webgl-body {
  font-family:
    "Inter",
    -apple-system,
    "Segoe UI",
    sans-serif;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 400;
  color: #444;
  line-height: 1.65;
  margin: 0;
}

.hero-webgl-discover {
  position: absolute;
  right: clamp(1.5rem, 4vw, 3rem);
  top: 50%;
  transform: translateY(-50%);
  font-family: "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #666;
  opacity: 0;
}

.hero-webgl-label {
  position: absolute;
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  color: #888;
  opacity: 0;
  will-change: opacity;
}

.hero-webgl-label--plus {
  right: 5.5%;
  top: 12%;
}
.hero-webgl-label--minus {
  right: 5.5%;
  bottom: 8%;
}
.hero-webgl-label--premium {
  right: 14%;
  top: 51%;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}
.hero-webgl-label--logo {
  right: 5.5%;
  bottom: 5%;
}

/* ── Tablet WebGL hero ── */
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-webgl-slide {
    left: clamp(2rem, 5vw, 3.5rem);
    max-width: 45vw;
    top: 10%;
    transform: none;
  }
  .hero-webgl-heading {
    font-size: clamp(1.35rem, 2.6vw, 1.75rem);
  }
  .hero-webgl-body {
    font-size: clamp(1rem, 1.8vw, 1.2rem);
  }
  .hero-webgl-slide h1 {
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    font-weight: 700;
    line-height: 1.25;
    color: #1a1a1a;
    margin: 0 0 1rem 0;
  }
  .hero-webgl-slide p {
    font-size: clamp(0.95rem, 2vw, 1.15rem);
    line-height: 1.6;
    color: #444;
  }
  .hero-webgl-center-logo {
    left: 62%;
    top: 52%;
    width: clamp(26px, 4.2vw, 52px);
  }
}

/* ── Mobile WebGL hero ── */
@media (max-width: 768px) {
  .hero-webgl-content::before {
    top: -135px;
    left: -140px;
    width: clamp(260px, 56vw, 390px);
    height: clamp(320px, 70vw, 480px);
  }

  .hero-webgl-content::after {
    right: -140px;
    bottom: -140px;
    width: clamp(260px, 56vw, 390px);
    height: clamp(320px, 70vw, 480px);
  }

  .hero-webgl-slide {
    left: clamp(1.25rem, 5vw, 2rem);
    max-width: 88vw;
    top: 0;
    transform: none;
    padding-top: 5rem;
  }
  .hero-webgl-content {
    margin-top: 5rem;
  }
  .hero-webgl-heading {
    font-size: clamp(1.2rem, 4.5vw, 1.5rem);
  }
  .hero-webgl-body {
    font-size: clamp(0.9rem, 3.2vw, 1.1rem);
  }
  .hero-webgl-slide h1 {
    font-size: clamp(1.4rem, 5.5vw, 1.85rem);
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 0 0 0.75rem 0;
  }
  .hero-webgl-slide p {
    font-size: clamp(0.85rem, 3vw, 1rem);
    line-height: 1.6;
    color: #444;
    margin: 0 0 0.75rem 0;
  }
  .hero-webgl-cta {
    padding: 0.75rem 2rem;
    font-size: 0.9rem;
  }
  .hero-webgl-dots {
    left: 0.75rem;
    top: 5rem;
    transform: none;
  }
  .hero-webgl-discover,
  .hero-webgl-label {
    display: none;
  }
  .hero-webgl-center-logo {
    left: 50%;
    top: 62%;
    width: clamp(22px, 7vw, 34px);
  }
}
