/* Gotek Navigation V2 — loaded after the production cascade. */
:root { --header-h: 84px; }
.site-header {
  inset: 12px max(16px, calc((100vw - 1480px) / 2)) auto;
  width: auto;
  height: 64px;
  grid-template-columns: 124px minmax(0, 1fr) auto;
  gap: 12px;
  padding: 7px 9px 7px 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  opacity: 1;
  background: rgba(4,9,31,.84);
  box-shadow: 0 14px 38px rgba(4,9,31,.18);
  -webkit-backdrop-filter: blur(20px) saturate(1.18);
  backdrop-filter: blur(20px) saturate(1.18);
}

.site-header.is-scrolled,.site-header.is-contextual,.site-header.is-menu-open {
  border-color: rgba(255,255,255,.2);
  background: rgba(4,9,31,.94);
  box-shadow: 0 16px 42px rgba(4,9,31,.26);
}
.site-header::after { display: none; }
.site-logo { width: 104px; height: 42px; }
.desktop-nav {
  justify-self: center;
  height: 48px;
  max-width: 820px;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
}
.site-header.is-scrolled .desktop-nav,.site-header.is-contextual .desktop-nav,.site-header.is-menu-open .desktop-nav { border-color: transparent; background: transparent; }
.gt-nav-list,.gt-submenu { margin: 0; padding: 0; list-style: none; }
.desktop-nav > .gt-nav-list { display: flex; align-items: center; justify-content: center; gap: 2px; }
.desktop-nav .gt-nav-node { position: relative; }
.desktop-nav > .gt-nav-list > .gt-nav-node.has-children::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -8px;
  right: -8px;
  height: 16px;
}
.desktop-nav .gt-nav-row { display: flex; align-items: center; }
.desktop-nav .gt-nav-link {
  display: flex;
  align-items: center;
  min-height: 40px;
  height: 40px;
  padding: 0 13px;
  border-radius: 12px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.desktop-nav .gt-nav-node.has-children > .gt-nav-row > .gt-nav-link { padding-right: 4px; }
.desktop-nav .gt-nav-link:hover,.desktop-nav .gt-nav-node:focus-within > .gt-nav-row > .gt-nav-link,.desktop-nav .gt-nav-node:hover > .gt-nav-row > .gt-nav-link,.desktop-nav .gt-nav-link.active { color: #fff; background: rgba(255,255,255,.08); }
.gt-submenu-toggle {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 36px;
  margin-left: -3px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  color: rgba(255,255,255,.7);
  background: transparent;
  cursor: pointer;
}
.gt-submenu-toggle:hover { color: #fff; background: rgba(255,255,255,.07); }
.gt-submenu-toggle .gotek-icon { width: 15px; height: 15px; transition: transform 180ms ease; }
.gt-nav-node.is-submenu-open > .gt-nav-row .gt-submenu-toggle .gotek-icon,.gt-nav-node:focus-within > .gt-nav-row .gt-submenu-toggle .gotek-icon,.desktop-nav .gt-nav-node:hover > .gt-nav-row .gt-submenu-toggle .gotek-icon { transform: rotate(180deg); }
.desktop-nav .gt-submenu-shell {
  position: absolute;
  z-index: 20;
  top: calc(100% + 13px);
  left: 50%;
  width: min(760px, calc(100vw - 48px));
  padding: 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 8px);
  color: #fff;
  background: rgba(4,9,31,.98);
  box-shadow: 0 24px 60px rgba(4,9,31,.38);
  transition: opacity 160ms ease, transform 180ms ease, visibility 160ms ease;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
}
.desktop-nav .gt-nav-node:hover > .gt-submenu-shell,.desktop-nav .gt-nav-node:focus-within > .gt-submenu-shell,.desktop-nav .gt-nav-node.is-submenu-open > .gt-submenu-shell { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.desktop-nav .gt-submenu-depth-1 { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.desktop-nav .gt-submenu-depth-1 > .gt-nav-node { min-width: 0; padding: 8px; border-radius: 12px; background: rgba(255,255,255,.035); }
.desktop-nav .gt-submenu-depth-1 > .gt-nav-node > .gt-nav-row .gt-nav-link { width: 100%; height: auto; min-height: 38px; padding: 8px 10px; color: #fff; font-size: 13px; font-weight: 600; white-space: normal; }
.desktop-nav .gt-submenu-depth-1 > .gt-nav-node > .gt-nav-row .gt-submenu-toggle { display: none; }
.desktop-nav .gt-submenu-depth-1 > .gt-nav-node > .gt-submenu-shell { position: static; width: auto; padding: 0; border: 0; visibility: visible; opacity: 1; transform: none; background: transparent; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
.desktop-nav .gt-submenu-depth-2 { display: grid; gap: 2px; }
.desktop-nav .gt-submenu-depth-2 .gt-nav-link { width: 100%; height: auto; min-height: 34px; padding: 8px 10px; color: rgba(255,255,255,.62); font-size: 12px; white-space: normal; }
.desktop-nav .gt-submenu-depth-2 .gt-nav-link:hover { color: #fff; background: rgba(55,193,240,.1); }
.header-tools { gap: 0; }
.header-tools .header-contact { min-height: 48px; height: 48px; padding-inline: 18px; border-radius: 16px; color: var(--navy-deep); background: #fff; }

@media (max-width: 1180px) {
  :root { --header-h: 76px; }
  .site-header { inset: 8px 10px auto; height: 60px; grid-template-columns: 1fr auto; padding: 6px 8px 6px 16px; border-radius: 19px; }
  .site-logo,.site-logo img { width: 96px; }
  .desktop-nav,.header-tools { display: none; }
  .menu-toggle { display: block; position: relative; z-index: 90; width: 46px; height: 46px; border-radius: 14px; }
  .mobile-menu {
    position: absolute;
    z-index: 80;
    inset: calc(100% + 8px) 0 auto;
    display: grid;
    grid-template-rows: minmax(0,1fr) auto auto;
    gap: 18px;
    height: calc(100svh - 84px);
    padding: 18px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 20px;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    color: #fff;
    background: rgba(4,9,31,.985);
    box-shadow: 0 26px 70px rgba(4,9,31,.45);
    transform: translateY(-8px);
    transition: opacity 180ms ease,visibility 180ms ease,transform 200ms ease;
  }
  .menu-toggle[aria-expanded="true"] + .mobile-menu { visibility: visible; opacity: 1; transform: translateY(0); }
  .mobile-menu nav { align-self: stretch; min-height: 0; overflow-y: auto; overscroll-behavior: contain; }
  .mobile-menu .gt-nav-list { display: block; }
  .mobile-menu .gt-nav-row { display: flex; align-items: center; min-height: 48px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .mobile-menu nav .gt-nav-link { display: flex; flex: 1; align-items: center; min-width: 0; min-height: 48px; padding: 10px 4px; border: 0; color: rgba(255,255,255,.92); font-size: 18px; font-weight: 500; line-height: 1.35; }
  .mobile-menu .gt-submenu-toggle { flex: 0 0 44px; width: 44px; height: 44px; margin: 0; }
  .mobile-menu .gt-submenu-shell { display: grid; grid-template-rows: 0fr; overflow: hidden; opacity: .45; transition: grid-template-rows 260ms ease,opacity 180ms ease; }
  .mobile-menu .gt-submenu-shell > .gt-submenu { min-height: 0; overflow: hidden; }
  .mobile-menu .gt-nav-node.is-submenu-open > .gt-submenu-shell { grid-template-rows: 1fr; opacity: 1; }
  .mobile-menu .gt-submenu-depth-1 { padding: 5px 0 10px 14px; }
  .mobile-menu .gt-submenu-depth-1 > .gt-nav-node { margin: 5px 0; border-radius: 12px; background: rgba(255,255,255,.04); }
  .mobile-menu .gt-submenu-depth-1 > .gt-nav-node > .gt-nav-row { padding-left: 8px; }
  .mobile-menu .gt-submenu-depth-1 > .gt-nav-node > .gt-nav-row .gt-nav-link { font-size: 14px; font-weight: 600; }
  .mobile-menu .gt-submenu-depth-2 { padding: 0 10px 8px 18px; }
  .mobile-menu .gt-submenu-depth-2 .gt-nav-row { min-height: 40px; border-bottom-color: rgba(255,255,255,.07); }
  .mobile-menu .gt-submenu-depth-2 .gt-nav-link { min-height: 40px; padding: 8px 0; color: rgba(255,255,255,.64); font-size: 13px; }
  .mobile-project-cta { display: flex; min-height: 48px; justify-content: center; margin: 0; }
  .mobile-menu > p { margin: 0; padding: 0; font-size: 11px; line-height: 1.5; }
}
@media (max-width:480px) {
  .mobile-menu { padding: 14px; gap: 14px; }
  .mobile-menu nav .gt-nav-link { font-size: 16px; }
  .mobile-menu .gt-submenu-depth-1 { padding-left: 8px; }
}
@media (prefers-reduced-motion:reduce) {
  .desktop-nav .gt-submenu-shell,.mobile-menu,.mobile-menu .gt-submenu-shell,.gt-submenu-toggle .gotek-icon { transition: none; }
}

/* Resources — compact editorial cards sourced from WordPress posts. */
.resources-section {
  min-height: auto;
  padding: 68px 0 82px;
  background: #fff;
}

.resources-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.resources-head h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(28px,2.25vw,36px);
  font-weight: 650;
  letter-spacing: -.025em;
  line-height: 1.05;
}

.resources-head > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.resources-head > a .gotek-icon {
  width: 16px;
  height: 16px;
  transition: transform 180ms ease-out;
}

.resources-head > a:hover .gotek-icon { transform: translateX(3px); }

.resources-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: clamp(18px,1.7vw,28px);
}

.resource-card {
  min-width: 0;
  display: block;
  color: var(--navy);
  text-decoration: none;
}

.resource-card figure {
  position: relative;
  aspect-ratio: 1.65 / 1;
  overflow: hidden;
  margin: 0 0 14px;
  border-radius: 14px;
  background: var(--mist);
}

.resource-card figure::after {
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg,transparent,rgba(10,26,79,.18));
}

.resource-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.16,1,.3,1);
}

.resource-card:hover figure img { transform: scale(1.035); }

.resource-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--slate);
  font-size: 12px;
  line-height: 1.2;
}

.resource-card__meta span {
  max-width: 68%;
  overflow: hidden;
  padding: 6px 11px;
  border-radius: 999px;
  color: var(--blue);
  background: #eef3fc;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.resource-card__meta time {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.resource-card__meta time::before {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  content: "";
  background: currentColor;
}

.resource-card h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--navy);
  font-size: clamp(17px,1.25vw,20px);
  font-weight: 650;
  letter-spacing: -.015em;
  line-height: 1.28;
  transition: color 180ms ease-out;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.resource-card:hover h3 { color: var(--blue); }
.resource-card:focus-visible { border-radius: 14px; outline: 3px solid rgba(0,87,225,.28); outline-offset: 5px; }

@media (max-width:1080px) {
  .resources-grid { grid-template-columns: repeat(2,minmax(0,1fr)); row-gap: 32px; }
}

@media (max-width:620px) {
  .resources-section { padding: 50px 0 60px; }
  .resources-head { margin-bottom: 24px; }
  .resources-head h2 { font-size: 28px; }
  .resources-grid { grid-template-columns: 1fr; }
  .resource-card figure { aspect-ratio: 1.58 / 1; }
  .resource-card h3 { font-size: 19px; }
}

/* Editable recognition records below the Go Media ecosystem. */
.ecosystem-with-recognition {
  height: auto;
  min-height: 0;
  grid-template-rows: auto auto auto;
  gap: 28px;
  padding-bottom: 76px;
}

.recognition-showcase {
  overflow: hidden;
  padding: 46px;
  border: 1px solid rgba(10,26,79,.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 20%,rgba(55,193,240,.2),transparent 34%),
    radial-gradient(circle at 88% 12%,rgba(0,87,225,.16),transparent 38%),
    linear-gradient(115deg,#eefbff 0%,#f5f7ff 48%,#eef2ff 100%);
}

.recognition-showcase__head {
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: center;
}

.recognition-showcase__head > span {
  display: inline-block;
  margin-bottom: 9px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.recognition-showcase__head h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(27px,2.6vw,38px);
  font-weight: 650;
  letter-spacing: -.03em;
  line-height: 1.12;
}

.recognition-showcase__head p {
  max-width: 680px;
  margin: 12px auto 0;
  color: var(--slate);
  font-size: 13px;
  line-height: 1.6;
}

.recognition-showcase__grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 20px;
}

.recognition-card {
  min-width: 0;
  display: grid;
  grid-template-rows: 178px auto 1fr auto;
  overflow: hidden;
  padding: 12px 12px 20px;
  border: 1px solid rgba(10,26,79,.1);
  border-radius: 18px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 16px 38px rgba(10,26,79,.07);
  transition: transform 220ms ease-out,box-shadow 220ms ease-out;
}

.recognition-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(10,26,79,.11);
}

.recognition-card__media {
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 12px;
  background:
    linear-gradient(135deg,rgba(0,87,225,.08),rgba(55,193,240,.12)),
    #f8fbff;
}

.recognition-card__media > img:not(.recognition-card__mark) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recognition-card__mark {
  width: 126px;
  height: auto;
  opacity: .32;
  filter: grayscale(1);
}

.recognition-card__badge {
  position: relative;
  width: calc(100% - 34px);
  min-height: 138px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin: -42px auto 0;
  padding: 22px 18px 27px;
  clip-path: polygon(0 0,100% 0,100% 79%,50% 100%,0 79%);
  color: #fff;
  background: linear-gradient(135deg,#07112f,#102764);
  text-align: center;
  box-shadow: 0 12px 26px rgba(4,9,31,.18);
}

.recognition-card__badge::after {
  content: "";
  position: absolute;
  inset: 6px 6px 13px;
  clip-path: inherit;
  border: 1px solid rgba(55,193,240,.55);
  pointer-events: none;
}

.recognition-card__badge small {
  position: relative;
  z-index: 1;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.recognition-card__badge strong {
  position: relative;
  z-index: 1;
  max-width: 22ch;
  font-size: 18px;
  line-height: 1.18;
}

.recognition-card__badge span {
  position: relative;
  z-index: 1;
  color: var(--sky);
  font-size: 11px;
  font-weight: 700;
}

.recognition-card > p {
  margin: 16px 10px 0;
  color: var(--slate);
  font-size: 12px;
  line-height: 1.55;
}

.recognition-card > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 14px 10px 0;
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.recognition-card > a .gotek-icon { width: 14px; height: 14px; }

@media (max-width:1020px) {
  .recognition-showcase { padding: 34px 28px; }
  .recognition-showcase__grid { gap: 14px; }
  .recognition-card__badge strong { font-size: 16px; }
}

@media (max-width:820px) {
  .ecosystem-with-recognition { gap: 20px; padding-bottom: 56px; }
  .recognition-showcase { width: calc(100% - 40px); padding: 30px 20px; border-radius: 20px; }
  .recognition-showcase__head { text-align: left; }
  .recognition-showcase__head h3 { font-size: 28px; }
  .recognition-showcase__head p { margin-left: 0; }
  .recognition-showcase__grid { grid-template-columns: 1fr; }
  .recognition-card { grid-template-rows: 160px auto 1fr auto; }
}

@media (prefers-reduced-motion:reduce) {
  .recognition-card { transition: none; }
}

/* Light-first global handoff: retain the existing layout and scroll sequence,
   but let the documentary image and Gotek light palette lead the section. */
@media (min-width:1181px) {
  /* Keep all three opening beats on one typography scale. */
  .hero-beat-bridge h2,
  .hero-beat-global h2 {
    max-width: 760px;
    font-size: var(--type-display);
    line-height: 1.08;
    letter-spacing: -.028em;
  }

  .hero-beat-bridge > p:last-child,
  .hero-beat-global > p:not(.hero-kicker) {
    max-width: 620px;
    font-size: 16px;
    line-height: 1.68;
  }

  .hero-handoff { color: var(--navy); background: #eef5fb; }
  .hero-handoff-media img { object-position: center center; }
  .hero-handoff-grade {
    background:
      linear-gradient(90deg,rgba(250,251,253,.98) 0%,rgba(250,251,253,.9) 33%,rgba(250,251,253,.34) 58%,rgba(250,251,253,.08) 100%),
      linear-gradient(180deg,rgba(255,255,255,.08),rgba(244,248,252,.12) 62%,rgba(225,237,247,.66) 100%);
  }
  .hero-handoff-marker { color: rgba(10,26,79,.64); }
  .hero-handoff-marker i { background: linear-gradient(90deg,var(--blue),rgba(10,26,79,.16)); }
  .hero-handoff-content h2 { color: var(--navy); text-shadow: 0 2px 18px rgba(255,255,255,.58); }
  .hero-handoff-content h2 em { color: var(--blue); }
  .hero-handoff-content > p { color: var(--slate); }
  .hero-handoff-content > a {
    color: #fff;
    background: var(--blue);
    box-shadow: 0 14px 34px rgba(0,87,225,.2);
  }
  .hero-handoff-content > a:hover { color: #fff; background: #0047bc; }
  .hero-global-signal {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: var(--gutter);
    width: min(360px, 29vw);
    min-height: 238px;
    translate: 0 -34%;
    padding: 20px;
    overflow: hidden;
    border: 1px solid rgba(10,26,79,.12);
    border-radius: 22px;
    color: var(--navy);
    background: rgba(255,255,255,.82);
    box-shadow: 0 22px 62px rgba(10,26,79,.13);
    -webkit-backdrop-filter: blur(18px) saturate(1.08);
    backdrop-filter: blur(18px) saturate(1.08);
  }

  .hero-global-signal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(10,26,79,.1);
  }

  .hero-global-signal__head p,
  .hero-global-signal__head span {
    margin: 0;
    color: rgba(10,26,79,.62);
    font-size: 11px;
    font-weight: 650;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .hero-global-signal__head b { color: var(--blue); font-weight: 700; }

  .hero-global-signal__panels {
    position: relative;
    min-height: 118px;
    padding-top: 18px;
  }

  .hero-global-signal__panels article {
    display: grid;
    gap: 7px;
    opacity: 0;
    transform: translateY(8px);
  }

  .hero-global-signal__panels article.is-active {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 260ms ease-out, transform 260ms ease-out;
  }

  .hero-global-signal__panels small {
    color: var(--blue);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
  }

  .hero-global-signal__panels strong {
    max-width: 285px;
    font-size: 18px;
    line-height: 1.25;
  }

  .hero-global-signal__panels span {
    max-width: 300px;
    color: var(--slate);
    font-size: 12px;
    line-height: 1.5;
  }

  .hero-global-signal__tabs {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 8px;
    padding-top: 15px;
    border-top: 1px solid rgba(10,26,79,.1);
  }

  .hero-global-signal__tabs button {
    min-width: 0;
    display: grid;
    gap: 7px;
    padding: 0;
    border: 0;
    color: rgba(10,26,79,.48);
    background: transparent;
    font: inherit;
    font-size: 10px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: color 180ms ease-out;
  }

  .hero-global-signal__tabs i {
    width: 100%;
    height: 2px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(10,26,79,.1);
  }

  .hero-global-signal__tabs i::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: var(--blue);
    transform: scaleX(0);
    transform-origin: left;
  }

  .hero-global-signal__tabs button.is-active { color: var(--navy); }
  .hero-global-signal__tabs button.is-active i::after { animation: global-signal-progress 4200ms linear forwards; }
  .hero-global-signal.is-paused .hero-global-signal__tabs button.is-active i::after { animation-play-state: paused; }
  .hero-global-signal__tabs button:focus-visible { outline: 2px solid var(--blue); outline-offset: 5px; border-radius: 2px; }
}

@media (max-width:1180px) {
  .hero-global-signal { display: none; }
}

@media (prefers-reduced-motion:reduce) {
  .hero-global-signal__panels article.is-active,
  .hero-global-signal__tabs button.is-active i::after { transition: none; animation: none; }
}

@keyframes global-signal-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

/* Temporarily remove the Go Global signal widget from the final hero scene. */
.hero-global-signal {
  display: none !important;
}

/* Compact the services introduction and let each image carry one clear idea. */
@media (min-width:821px) {
  .services-chapter {
    padding-top: 32px;
    padding-bottom: 42px;
  }

  .services-heading {
    margin-bottom: 16px;
  }

  .services-heading .section-context {
    margin-bottom: 11px;
  }

  .industry-card {
    height: clamp(320px,42vh,430px);
  }

  .industry-copy {
    padding: 22px;
  }

  .industry-copy h3 {
    margin: 11px 0 7px;
    font-size: clamp(21px,1.65vw,25px);
  }

  .industry-copy p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .services-partners {
    margin-top: 18px;
    padding: 16px 0 18px;
    border-top: 1px solid rgba(10,26,79,.1);
    background: var(--mist);
  }

  .services-partners__label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 12px;
    color: var(--navy);
  }

  .services-partners__label span {
    padding: 5px 10px;
    border: 1px solid rgba(0,87,225,.12);
    border-radius: 999px;
    color: var(--blue);
    background: rgba(0,87,225,.045);
    font-size: 11px;
    font-weight: 650;
  }

  .services-partners__label small {
    color: var(--navy);
    font-size: 11px;
    font-weight: 600;
  }

  .services-partners__viewport {
    overflow: hidden;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .services-partners__track {
    width: max-content;
    display: flex;
    animation: services-partners-marquee 28s linear infinite;
    will-change: transform;
  }

  .services-partners__group {
    flex: none;
    display: flex;
    align-items: center;
    gap: 34px;
    padding-right: 34px;
  }

  .services-partner-logo {
    width: 116px;
    height: 34px;
    display: grid;
    place-items: center;
    opacity: .76;
    transition: opacity 180ms ease-out, transform 180ms ease-out;
  }

  .services-partner-logo img {
    width: auto;
    max-width: 104px;
    height: auto;
    max-height: 28px;
    object-fit: contain;
  }

  .services-partner-logo:hover {
    opacity: 1;
    transform: translateY(-2px);
  }

  .services-partners__viewport:hover .services-partners__track {
    animation-play-state: paused;
  }

  .industry-rail {
    -webkit-mask-image: none;
    mask-image: none;
  }
}

@keyframes services-partners-marquee {
  to { transform: translate3d(-50%,0,0); }
}

@media (max-width:820px) {
  .services-partners { display: none; }
}

@media (prefers-reduced-motion:reduce) {
  .services-partners__viewport { overflow-x: auto; mask-image: none; -webkit-mask-image: none; }
  .services-partners__track { animation: none; }
  .services-partners__group[aria-hidden="true"] { display: none; }
}

/* Product capability showcase — light-first Gotek adaptation. */
.services-showcase {
  overflow: hidden;
  padding: 76px 0 0;
  background:
    radial-gradient(circle at 78% 8%,rgba(55,193,240,.11),transparent 26%),
    #fff;
}

.services-showcase__head {
  max-width: 1040px;
  display: grid;
  justify-items: center;
  gap: 12px;
  margin: 0 auto 26px;
  text-align: center;
}

.services-showcase__head h2 {
  max-width: 880px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(32px,3.25vw,48px);
  font-weight: 650;
  letter-spacing: -.03em;
  line-height: 1.08;
  text-wrap: balance;
}

.services-showcase__head p {
  max-width: 740px;
  margin: 0;
  color: var(--slate);
  font-size: 14px;
  line-height: 1.65;
  text-wrap: balance;
}

.services-showcase__tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}

.services-showcase__tabs button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 19px;
  border: 1px solid rgba(10,26,79,.07);
  border-radius: 999px;
  color: var(--navy);
  background: #f4f5f9;
  box-shadow: none;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
  transition: color 180ms ease-out,background 180ms ease-out,transform 180ms ease-out,box-shadow 180ms ease-out;
}

.services-showcase__tabs .gotek-icon { width: 17px; height: 17px; }
.services-showcase__tabs button:hover { transform: translateY(-2px); background: #eef3fc; }
.services-showcase__tabs button.is-active { color: #fff; background: var(--blue); box-shadow: 0 8px 22px rgba(0,87,225,.2); }
.services-showcase__tabs button:focus-visible { outline: 3px solid rgba(55,193,240,.5); outline-offset: 3px; }

.services-showcase__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 max(28px,calc((100vw - 1440px)/2)) 54px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0,87,225,.35) transparent;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.services-showcase__track {
  width: max-content;
  max-width: none;
  display: flex;
  gap: 24px;
  padding: 0;
}

.services-product-card {
  width: min(1100px,calc(100vw - 120px));
  flex: none;
  overflow: hidden;
  border-radius: 16px;
  background: #f4f5f9;
  box-shadow: 0 18px 48px rgba(10,26,79,.08);
  scroll-snap-align: center;
}

.services-product-card__visual {
  height: clamp(360px,47vw,590px);
  margin: 16px 16px 0;
  overflow: hidden;
  border-radius: 14px;
  background: #eef5ff;
}

.services-product-card__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.2,.8,.2,1);
}

.services-product-card:hover .services-product-card__visual img { transform: scale(1.018); }

.services-product-card__content {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: end;
  gap: 32px;
  padding: 22px 28px 26px;
}

.services-product-card__content h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 24px;
  font-weight: 650;
  letter-spacing: -.02em;
}

.services-product-card__content p {
  max-width: 760px;
  margin: 0 0 7px;
  color: var(--navy);
  font-size: 13px;
  line-height: 1.55;
}

.services-product-card__content small {
  max-width: 780px;
  display: block;
  color: var(--slate);
  font-size: 12px;
  line-height: 1.55;
}

.services-product-card__content a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background 180ms ease-out,transform 180ms ease-out;
}

.services-product-card__content a:hover { background: #0047bc; transform: translateY(-2px); }
.services-product-card__content a .gotek-icon { width: 15px; height: 15px; }

.services-showcase .services-partners { margin-top: 0; }

@media (max-width:820px) {
  .services-showcase { padding-top: 54px; }
  .services-showcase__head { justify-items: start; text-align: left; }
  .services-showcase__head h2 { font-size: clamp(30px,8vw,40px); }
  .services-showcase__tabs { justify-content: flex-start; overflow-x: auto; padding-bottom: 4px; }
  .services-showcase__tabs button { flex: none; }
  .services-showcase__viewport { padding: 0 20px 46px; }
  .services-product-card { width: calc(100vw - 40px); }
  .services-product-card__visual { height: min(64vw,410px); margin: 10px 10px 0; }
  .services-product-card__content { grid-template-columns: 1fr; gap: 18px; padding: 20px; }
  .services-product-card__content a { justify-self: start; }
}

@media (prefers-reduced-motion:reduce) {
  .services-showcase__viewport { scroll-behavior: auto; }
  .services-product-card__visual img,
  .services-showcase__tabs button,
  .services-product-card__content a { transition: none; }
}

/* Shared light-first footer */
.gotek-footer {
  width: min(1660px,calc(100% - 64px));
  display: block;
  margin: 54px auto 24px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(10,26,79,.08);
  border-radius: 28px;
  color: var(--navy);
  background: #f8f9fc;
  box-shadow: 0 24px 70px rgba(10,26,79,.12);
}

.wp-footer-only { padding-top: 22px; }
.wp-footer-only .gotek-footer { border: 1px solid rgba(10,26,79,.08); }

.gotek-footer-cta {
  min-height: 276px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 30px;
  padding: 54px 48px;
  text-align: center;
  background:
    radial-gradient(circle at 84% 12%,rgba(55,193,240,.38),transparent 34%),
    linear-gradient(115deg,#eaf9fc 0%,#dbeaff 48%,#b8ddf5 100%);
}

.gotek-footer-cta > div { max-width: 800px; }
.gotek-footer-cta p {
  margin: 0 0 13px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
}

.gotek-footer-cta h2 {
  max-width: 760px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(28px,2.3vw,40px);
  font-weight: 650;
  line-height: 1.16;
  letter-spacing: -.035em;
}
.gotek-footer-cta h2 strong {
  color: #0057e1;
  font: inherit;
  font-weight: inherit;
}

.gotek-footer-cta > a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 5px 7px 5px 22px;
  border: 1px solid rgba(10,26,79,.08);
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255,255,255,.78);
  box-shadow: 0 10px 26px rgba(10,26,79,.08);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  transition: transform 180ms ease,box-shadow 180ms ease;
}

.gotek-footer-cta > a .gotek-icon {
  width: 38px;
  height: 38px;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
}

.gotek-footer-cta > a:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(10,26,79,.13); }

.gotek-footer-main {
  display: grid;
  grid-template-columns: minmax(290px,1.35fr) repeat(3,minmax(145px,.55fr));
  gap: clamp(34px,4vw,72px);
  padding: 52px 64px 42px;
  background: #fff;
}

.gotek-footer-brand { min-width: 0; }
.gotek-footer-logo { display: inline-flex; margin-bottom: 18px; }
.gotek-footer-logo img { width: 126px; height: auto; display: block; }
.gotek-footer-brand > p {
  max-width: 54ch;
  margin: 0 0 24px;
  color: #53617c;
  font-size: 13px;
  line-height: 1.65;
}

.gotek-footer-contact { display: grid; gap: 9px; }
.gotek-footer-contact a {
  width: fit-content;
  display: grid;
  grid-template-columns: 58px auto;
  gap: 9px;
  align-items: baseline;
  color: var(--navy);
  font-size: 12px;
  text-decoration: none;
}

.gotek-footer-contact span { color: #7a869f; font-size: 10px; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
.gotek-footer-contact strong { font-size: 13px; font-weight: 600; }
.gotek-footer-social { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 22px; }
.gotek-footer-social a { display: inline-flex; align-items: center; gap: 5px; color: var(--blue); font-size: 12px; font-weight: 650; }
.gotek-footer-social .gotek-icon { width: 13px; height: 13px; }

.gotek-footer-column {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.gotek-footer-column h3 {
  margin: 0 0 7px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.gotek-footer-column > a {
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  color: #53617c;
  font-size: 12px;
  line-height: 1.45;
  text-decoration: none;
  transition: color 160ms ease,transform 160ms ease;
}

.gotek-footer-column > a:hover { color: var(--blue); transform: translateX(2px); }
.gotek-footer-info address { display: grid; gap: 6px; margin: 0 0 5px; font-style: normal; }
.gotek-footer-info address strong { color: var(--navy); font-size: 12px; font-weight: 600; }
.gotek-footer-info address span { max-width: 24ch; color: #53617c; font-size: 12px; line-height: 1.55; }
.gotek-footer-info .gotek-footer-office-title {
  display:flex;
  align-items:center;
  gap:8px;
}
.gotek-footer-info .gotek-footer-office-title .gotek-icon {
  width:14px;
  height:14px;
  flex:0 0 auto;
  color:var(--blue);
}
.gotek-footer-info .gotek-footer-office-title > span {
  color:inherit;
  font-size:inherit;
  line-height:inherit;
}

.gotek-footer-base {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 18px 64px 22px;
  border-top: 1px solid #e3e7ef;
  background: #fff;
}

.gotek-footer-base span,
.gotek-footer-base a { color: #75819a; font-size: 11px; line-height: 1.45; }
.gotek-footer-base a { display: inline-flex; align-items: center; gap: 6px; color: var(--navy); font-weight: 600; }
.gotek-footer-base .gotek-icon { width: 13px; height: 13px; }

@media (max-width:1100px) {
  .gotek-footer-main { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .gotek-footer-brand { grid-column: 1 / -1; }
  .gotek-footer-brand > p { max-width: 70ch; }
}

@media (max-width:700px) {
  .gotek-footer { width: calc(100% - 28px); margin-top: 34px; border-radius: 20px; }
  .gotek-footer-cta { min-height: 0; gap: 24px; padding: 42px 22px; }
  .gotek-footer-cta h2 { font-size: clamp(27px,8vw,34px); }
  .gotek-footer-main { grid-template-columns: 1fr; gap: 30px; padding: 38px 24px 32px; }
  .gotek-footer-brand { grid-column: auto; }
  .gotek-footer-column { padding-top: 24px; border-top: 1px solid #e3e7ef; }
  .gotek-footer-base { grid-template-columns: 1fr; gap: 9px; padding: 18px 24px 24px; }
}

@media (prefers-reduced-motion:reduce) {
  .gotek-footer-cta > a,
  .gotek-footer-column > a { transition: none; }
}

/* Go Meta Ads Pro — source-backed capability matrix */
.metaads-feature-chapter {
  min-height: 0;
  padding: 68px 0 82px;
  overflow: hidden;
  color: var(--navy);
  background: #f4f5f9;
}

.metaads-feature-shell {
  position: relative;
  width: min(1540px,calc(100% - 72px));
  margin-inline: auto;
  padding: 58px clamp(24px,4vw,62px) 50px;
  overflow: hidden;
  border: 1px solid rgba(10,26,79,.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at 6% 4%,rgba(55,193,240,.28),transparent 31%),
    radial-gradient(circle at 95% 8%,rgba(0,87,225,.16),transparent 30%),
    linear-gradient(128deg,#eaf9fb 0%,#e5efff 50%,#d8eef9 100%);
  box-shadow: 0 26px 70px rgba(10,26,79,.09),inset 0 1px 0 rgba(255,255,255,.82);
}

.metaads-feature-head {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto 32px;
  text-align: center;
}

.metaads-feature-head > p {
  margin: 0 0 11px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.metaads-feature-head h2 {
  max-width: none;
  margin: 0;
  color: var(--navy);
  font-size: clamp(30px,3vw,44px);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.metaads-feature-head > span {
  display: block;
  max-width: 760px;
  margin: 15px auto 0;
  color: #586680;
  font-size: 14px;
  line-height: 1.65;
}

.metaads-feature-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.metaads-feature-row {
  display: grid;
  grid-template-columns: minmax(250px,.86fr) minmax(0,1.9fr);
  align-items: stretch;
  gap: 28px;
  padding: 22px 26px;
  border: 1px solid rgba(10,26,79,.09);
  border-radius: 19px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 10px 28px rgba(10,26,79,.045),inset 0 1px 0 #fff;
  transition: transform 180ms ease,border-color 180ms ease,box-shadow 180ms ease;
}

.metaads-feature-row:hover {
  transform: translateY(-2px);
  border-color: rgba(0,87,225,.22);
  box-shadow: 0 14px 32px rgba(10,26,79,.075),inset 0 1px 0 #fff;
}

.metaads-feature-category {
  display: grid;
  grid-template-columns: 43px minmax(0,1fr);
  align-items: start;
  gap: 14px;
  padding-right: 26px;
  border-right: 1px solid #e1e6ef;
}

.metaads-feature-icon,
.metaads-feature-row li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #fff;
  background: linear-gradient(145deg,var(--blue),var(--sky));
  box-shadow: 0 7px 16px rgba(0,87,225,.16);
}

.metaads-feature-icon {
  width: 43px;
  height: 43px;
  border-radius: 12px;
}

.metaads-feature-icon .gotek-icon { width: 21px; height: 21px; }

.metaads-feature-category h3 {
  margin: 1px 0 5px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -.012em;
}

.metaads-feature-category p {
  margin: 0;
  color: #6b7690;
  font-size: 12px;
  line-height: 1.5;
}

.metaads-feature-row ul {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  align-content: center;
  gap: 13px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.metaads-feature-row li {
  display: grid;
  grid-template-columns: 31px minmax(0,1fr);
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.metaads-feature-row li > span {
  width: 31px;
  height: 31px;
  border-radius: 9px;
  background: rgba(0,87,225,.1);
  color: var(--blue);
  box-shadow: none;
}

.metaads-feature-row:nth-child(2) li > span { background: rgba(55,193,240,.13); color: #1687b6; }
.metaads-feature-row:nth-child(3) li > span { background: rgba(0,87,225,.09); color: var(--blue); }
.metaads-feature-row:nth-child(4) li > span { background: rgba(10,26,79,.09); color: var(--navy); }
.metaads-feature-row:nth-child(5) li > span { background: rgba(55,193,240,.13); color: #087da9; }
.metaads-feature-row li .gotek-icon { width: 16px; height: 16px; }

.metaads-feature-row li strong {
  color: #263555;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.42;
}

.metaads-feature-cta {
  position: relative;
  z-index: 1;
  width: max-content;
  min-height: 48px;
  margin: 28px auto 0;
  padding: 0 20px 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 12px 24px rgba(0,87,225,.18);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease,background 180ms ease,box-shadow 180ms ease;
}

.metaads-feature-cta:hover {
  transform: translateY(-2px);
  background: var(--navy);
  box-shadow: 0 15px 28px rgba(10,26,79,.2);
}

.metaads-feature-cta .gotek-icon { width: 16px; height: 16px; }

@media (max-width:960px) {
  .metaads-feature-shell { width: min(100% - 32px,760px); padding-inline: 24px; }
  .metaads-feature-row { grid-template-columns: 1fr; gap: 18px; }
  .metaads-feature-category { padding: 0 0 18px; border-right: 0; border-bottom: 1px solid #e1e6ef; }
}

@media (max-width:620px) {
  .metaads-feature-chapter { padding: 42px 0 52px; }
  .metaads-feature-shell { width: calc(100% - 24px); padding: 38px 16px 34px; border-radius: 24px; }
  .metaads-feature-head { margin-bottom: 24px; }
  .metaads-feature-head h2 { font-size: 28px; }
  .metaads-feature-head > span { font-size: 13px; }
  .metaads-feature-row { padding: 18px; border-radius: 16px; }
  .metaads-feature-row ul { grid-template-columns: 1fr; gap: 12px; }
  .metaads-feature-cta { width: 100%; }
}

@media (prefers-reduced-motion:reduce) {
  .metaads-feature-row,
  .metaads-feature-cta { transition: none; }
  .metaads-feature-row:hover,
  .metaads-feature-cta:hover { transform: none; }
}

/* --------------------------------------------------------------------------
   Gotek editorial density system
   A light-first, content-led rhythm informed by the supplied geteasy.ai
   reference. The visual language remains Gotek: Be Vietnam Pro, navy, blue,
   sky and mist. This layer intentionally loads last so legacy full-screen
   rules cannot inflate ordinary content chapters.
   -------------------------------------------------------------------------- */
:root {
  --gt-content: 1280px;
  --gt-reading: 720px;
  --gt-section-y: clamp(56px,5vw,76px);
  --gt-section-y-compact: clamp(42px,4vw,58px);
  --gt-card-gap: clamp(14px,1.5vw,20px);
  --gt-card-radius: 16px;
}

body {
  font-family: var(--font-vietnamese,"Be Vietnam Pro",sans-serif);
  font-size: 15px;
}

.page-shell {
  width: min(100%,calc(var(--gt-content) + (var(--gutter) * 2)));
}

.site-header-nav a,
.site-header-actions a,
.site-header-actions button {
  font-size: 13px;
}

/* Keep one cinematic opening, but reduce the empty scroll runway. */
@media (min-width: 1181px) {
  .hero-sequence { min-height: 300svh; }
  .hero-center h1,
  html[lang="en"] .hero h1 {
    max-width: 900px;
    font-size: clamp(46px,4.2vw,56px);
    line-height: 1.02;
  }
  .hero-center p { max-width: 620px; font-size: 15px; line-height: 1.6; }
}

/* Section 1 — Gotek liquid-glass star key visual.
   The generated artwork stays decorative; all brand and copy remain real HTML. */
.hero-star-keyvisual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  visibility: hidden;
  opacity: 0;
  transform: scale(1.01);
  transition: opacity 360ms ease,visibility 360ms step-end,transform 900ms cubic-bezier(.16,1,.3,1);
  will-change: opacity,transform;
}

.hero[data-hero-scene="origin"] .hero-star-keyvisual {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: opacity 360ms ease,visibility 0s step-start,transform 900ms cubic-bezier(.16,1,.3,1);
}

.hero[data-hero-scene="origin"] [data-hero-film="origin"] {
  visibility: hidden!important;
  opacity: 0!important;
}

.hero[data-hero-scene="origin"] .hero-overlay {
  background:
    linear-gradient(90deg,rgba(247,250,255,.98) 0%,rgba(247,250,255,.94) 27%,rgba(247,250,255,.68) 44%,rgba(247,250,255,.08) 66%),
    linear-gradient(180deg,rgba(247,250,255,.08),rgba(234,244,255,.04) 64%,rgba(225,238,255,.18));
}

.hero[data-hero-scene="origin"] .hero-light-field { opacity: .05; mix-blend-mode: multiply; }
.hero[data-hero-scene="origin"] .hero-center::before {
  background: radial-gradient(ellipse at left,rgba(247,250,255,.92),rgba(247,250,255,.4) 56%,transparent 76%);
}
.hero[data-hero-scene="origin"] .hero-beat-origin { color: var(--navy-deep); }
.hero[data-hero-scene="origin"] .hero-beat-origin .hero-kicker { color: var(--blue)!important; }
.hero[data-hero-scene="origin"] .hero-beat-origin > p:not(.hero-kicker) {
  color: #425270;
  opacity: 1!important;
  visibility: visible!important;
}
.hero[data-hero-scene="origin"] .hero-beat-origin .hero-actions {
  opacity: 1!important;
  visibility: visible!important;
}
.hero[data-hero-scene="origin"] .hero-primary {
  color: white;
  background: var(--blue);
  opacity: 1!important;
  box-shadow: 0 12px 30px rgba(12,87,232,.18);
}
.hero[data-hero-scene="origin"] .hero-secondary {
  border-color: rgba(10,26,79,.18);
  color: var(--navy);
  background: rgba(255,255,255,.88);
  opacity: 1!important;
}
.hero[data-hero-scene="origin"] .hero-sequence-status { color: rgba(10,26,79,.46); }
.hero[data-hero-scene="origin"] .hero-sequence-status > div { background: rgba(10,26,79,.14); }
.hero[data-hero-scene="origin"] .hero-sequence-status > div i { background: linear-gradient(90deg,var(--aqua),var(--blue)); }
.hero[data-hero-scene="origin"] .hero-journey-index { color: rgba(10,26,79,.56); }
.hero[data-hero-scene="origin"] .hero-scroll { color: white; }
.hero-beat-origin { max-width: 1440px; }
.hero-beat-origin h1 {
  max-width: 700px;
  font-family: var(--font-vietnamese,"Be Vietnam Pro",sans-serif);
  font-size: clamp(44px,4.25vw,66px);
  font-weight: 500;
  letter-spacing: -.038em;
  line-height: 1.02;
}
.hero-beat-origin > p:not(.hero-kicker) { max-width: 550px; font-size: 15px; line-height: 1.62; }

@media (max-width: 820px) {
  .hero-star-keyvisual { object-position: 67% center; }
  .hero[data-hero-scene="origin"] .hero-overlay {
    background:
      linear-gradient(180deg,rgba(247,250,255,.12) 0%,rgba(247,250,255,.42) 46%,rgba(247,250,255,.96) 76%),
      linear-gradient(90deg,rgba(247,250,255,.66),rgba(247,250,255,.06));
  }
  .hero-beat-origin { align-content: end; padding-bottom: 92px; }
  .hero-beat-origin h1 { max-width: 560px; font-size: clamp(38px,10vw,52px); }
  .hero-beat-origin > p:not(.hero-kicker) { max-width: 520px; font-size: 14px; }
}

/* Soft scene changes and a visual bridge into the next chapter. */
body.home .hero-sequence .hero-beat {
  transition: opacity .68s cubic-bezier(.22,.61,.36,1), transform .78s cubic-bezier(.22,.61,.36,1), filter .68s ease !important;
  filter: blur(5px);
  transform: translate3d(0,18px,0);
}
body.home .hero-sequence .hero-beat.is-active {
  filter: blur(0);
  transform: translate3d(0,0,0);
}
/* The handoff is intentionally static: scene motion ends before Section 2. */
body.home .hero-sequence + .home-partners{position:relative;background:linear-gradient(180deg,#f7fbff 0,#fff 34px)}
@media(prefers-reduced-motion:reduce){body.home .hero-sequence .hero-beat{transition:none!important;filter:none!important}}

/* About uses the exact light header treatment approved on the homepage. */
body.gotek-about-page .site-header {
  opacity:.76 !important;
  border:1px solid rgba(255,255,255,.72) !important;
  color:#0a1a4f !important;
  background:rgba(255,255,255,.5) !important;
  box-shadow:0 12px 36px rgba(10,26,79,.08) !important;
  -webkit-backdrop-filter:blur(18px) saturate(135%) !important;
  backdrop-filter:blur(18px) saturate(135%) !important;
  transition:opacity .28s ease,background-color .28s ease,box-shadow .28s ease !important;
}
body.gotek-about-page .site-header.is-scrolled,
body.gotek-about-page .site-header.is-menu-open,
body.gotek-about-page .site-header:focus-within,
body.gotek-about-page .site-header:hover {
  opacity:1 !important;
  background:rgba(255,255,255,.92) !important;
  box-shadow:0 18px 48px rgba(10,26,79,.13) !important;
}
body.gotek-about-page .site-logo__on-dark { display:none !important; }
body.gotek-about-page .site-logo__on-light { display:block !important; }
body.gotek-about-page .desktop-nav .gt-nav-link,
body.gotek-about-page .desktop-nav a,
body.gotek-about-page .language-link { color:#0a1a4f !important; }
body.gotek-about-page .desktop-nav .gt-nav-link:hover,
body.gotek-about-page .desktop-nav .gt-nav-node:focus-within > .gt-nav-row > .gt-nav-link,
body.gotek-about-page .desktop-nav .gt-nav-node:hover > .gt-nav-row > .gt-nav-link,
body.gotek-about-page .desktop-nav .gt-nav-link.active { color:#0057e1 !important; background:rgba(0,87,225,.075) !important; }
body.gotek-about-page .gt-submenu-toggle { color:rgba(10,26,79,.62) !important; }
body.gotek-about-page .header-contact { color:#fff !important; background:#0057e1 !important; }

/* Capability links keep the current three-card layout and connect each pill. */
body.home .services-showcase__tabs {
  width:min(1380px,calc(100% - 48px));
  margin:0 auto 18px;
  padding:0;
}
body.home .services-showcase__tabs > a {
  display:inline-flex;
  min-height:38px;
  align-items:center;
  gap:8px;
  padding:0 15px;
  border:1px solid rgba(10,26,79,.11);
  border-radius:999px;
  color:#0a1a4f;
  background:#f5f7fb;
  font-family:"Be Vietnam Pro",var(--font-vietnamese),sans-serif;
  font-size:11px;
  font-weight:600;
  line-height:1.2;
  text-decoration:none;
  transition:color 180ms ease,background 180ms ease,border-color 180ms ease,transform 180ms ease;
}
body.home .services-showcase__tabs > a .gotek-icon { width:15px; height:15px; }
body.home .services-showcase__tabs > a:hover { transform:translateY(-1px); border-color:rgba(0,87,225,.25); background:#edf4ff; }
body.home .services-showcase__tabs > a.is-active { color:#fff; border-color:#0057e1; background:#0057e1; box-shadow:0 7px 18px rgba(0,87,225,.17); }
body.home .services-product-card { scroll-margin-top:calc(var(--header-h) + 26px); transition:border-color 220ms ease,box-shadow 220ms ease,transform 220ms ease; }
body.home .services-product-card.is-linked,
body.home .services-product-card:target { border-color:rgba(0,87,225,.42) !important; box-shadow:0 16px 38px rgba(0,87,225,.13) !important; transform:translateY(-3px); }
@media(max-width:820px) {
  body.home .services-showcase__tabs { width:calc(100% - 32px); justify-content:flex-start; margin-bottom:14px; overflow-x:auto; }
  body.home .services-showcase__tabs > a { flex:none; }
}

/* Origin chapter: the brand mark recedes while the place of origin leads. */
.global-field .global-logo {
  z-index:1;
  width:clamp(180px,18vw,250px);
  opacity:.065;
  filter:grayscale(.15);
}
.global-chapter:hover .global-field .global-logo {
  opacity:.09;
  scale:1.015;
}
.global-origin-label {
  position:absolute;
  z-index:2;
  top:50%;
  left:50%;
  width:180px;
  translate:-50% -50%;
  color:#0a1a4f;
  font-size:clamp(15px,1.3vw,18px);
  font-weight:650;
  line-height:1.32;
  text-align:center;
}
.global-origin-label em {
  color:var(--blue);
  font-style:normal;
}
@media(max-width:820px) {
  .global-field .global-logo { width:210px; opacity:.055; }
  .global-origin-label { width:170px; font-size:16px; }
}

/* Hero three-beat scroll sequence — deterministic and reversible. */
body.home .hero-sequence {
  position: relative !important;
  min-height: 300svh !important;
}
body.home .hero-sequence .hero-stage {
  position: sticky !important;
  top: 0 !important;
  height: 100svh !important;
  min-height: 100svh !important;
  overflow: hidden !important;
}
body.home .hero-sequence .hero-beat {
  display: grid !important;
  position: absolute !important;
  inset: 0 !important;
  visibility: hidden !important;
  opacity: 0 !important;
  transform: translate3d(0, 24px, 0) !important;
  pointer-events: none !important;
  transition:
    opacity .42s cubic-bezier(.22, 1, .36, 1),
    transform .58s cubic-bezier(.22, 1, .36, 1),
    visibility 0s linear .58s !important;
  will-change: opacity, transform;
}
body.home .hero-sequence[data-hero-scene="origin"] [data-hero-beat="origin"],
body.home .hero-sequence[data-hero-scene="bridge"] [data-hero-beat="bridge"],
body.home .hero-sequence[data-hero-scene="global"] [data-hero-beat="global"] {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
  pointer-events: auto !important;
  transition-delay: 0s !important;
}

@media (max-width: 820px) {
  body.home .hero-sequence { min-height: 300svh !important; }
  body.home .hero-sequence .hero-stage {
    height: 100dvh !important;
    min-height: 100dvh !important;
  }
}

/* Mobile ecosystem cards: stack the logo and copy instead of clipping the desktop grid. */
@media (max-width: 540px) {
  body.home .ecosystem-unit {
    grid-template-columns: minmax(0, 1fr) 20px !important;
    gap: 12px !important;
    padding: 18px !important;
  }

  body.home .ecosystem-unit-logo {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    height: 64px !important;
    justify-content: flex-start !important;
  }

  body.home .ecosystem-unit-copy {
    grid-column: 1 !important;
    min-width: 0 !important;
    width: auto !important;
  }

  body.home .ecosystem-unit-copy p {
    max-width: none !important;
    overflow-wrap: anywhere;
  }
}

/* Final narrow-screen geometry fixes found during the 390 px browser audit. */
@media (max-width: 820px) {
  body.home .hero-sequence .hero-beat {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
  }

  body.home .global-process {
    padding-inline: 0 !important;
    overflow: hidden !important;
  }
  body.home .global-process__shell {
    box-sizing: border-box !important;
    width: calc(100% - 28px) !important;
    padding-inline: 0 !important;
    margin-inline: auto !important;
  }
  body.home .global-process__layout {
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }
  body.home .global-process__visual {
    width: min(330px, 100%) !important;
  }

  body.home .services-showcase__viewport {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }
  body.home .services-showcase__viewport::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
}

@media (max-width: 540px) {
  body.home .hero-sequence h1,
  body.home .hero-sequence .hero-beat h2 {
    max-width: 100% !important;
    font-size: clamp(30px, 8.8vw, 35px) !important;
    line-height: 1.1 !important;
  }

  body.home .ecosystem-intro {
    position: relative !important;
    z-index: 1 !important;
    gap: 12px !important;
  }
  body.home .ecosystem-intro h2 {
    margin: 0 !important;
    color: #0a1a4f !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 1.18 !important;
    letter-spacing: -.025em !important;
  }
  body.home .ecosystem-intro > p {
    position: relative !important;
    z-index: 1 !important;
    margin: 0 !important;
    color: #586680 !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .hero-sequence .hero-beat { transition: none !important; }
}

@media (prefers-reduced-motion:reduce) {
  .hero-star-keyvisual { transition: none; }
}

/* Services and industries: tighter introduction, unchanged image-led rail. */
.services-chapter { padding-top: var(--gt-section-y-compact); padding-bottom: var(--gt-section-y-compact); }
.services-heading {
  width: min(calc(100% - (var(--gutter) * 2)),var(--gt-content));
  gap: clamp(28px,5vw,72px);
  margin-bottom: 24px;
}
.services-heading h2 {
  max-width: 720px;
  font-size: clamp(31px,3vw,40px);
  line-height: 1.12;
}
.services-heading p { max-width: 520px; font-size: 14px; line-height: 1.62; }
.industry-rail { gap: 16px; padding-bottom: 8px; }
.industry-card { min-height: 390px; }
.industry-copy h3 { font-size: clamp(23px,2vw,30px); }
.industry-copy p,
.industry-copy small { font-size: 12px; line-height: 1.5; }

/* Origin / global: an intentional chapter, not another full-height hero. */
.global-chapter {
  height: auto!important;
  min-height: 680px!important;
  padding-top: var(--gt-section-y)!important;
  padding-bottom: var(--gt-section-y)!important;
}
.global-copy h2,
html[lang="vi"] .global-copy h2 {
  max-width: 720px;
  font-size: clamp(38px,4.2vw,54px);
  line-height: 1.02;
}
.global-copy > p { max-width: 620px; font-size: 14px; line-height: 1.62; }
.global-fact strong { font-size: clamp(18px,1.8vw,24px); }
.global-fact span { font-size: 12px; }

/* Three product groups: compact tabs and cards sized for one reading frame. */
.services-showcase { padding-top: var(--gt-section-y); }
.services-showcase,
.metaads-feature-chapter,
.ecosystem-chapter,
.resources-section,
.contact-chapter { scroll-margin-top: calc(var(--header-h) + 18px); }
.services-showcase__head {
  max-width: 920px;
  gap: 9px;
  margin-bottom: 20px;
}
.services-showcase__head h2 {
  max-width: 820px;
  font-size: clamp(30px,3vw,40px);
  line-height: 1.12;
}
.services-showcase__head p { max-width: 700px; font-size: 14px; line-height: 1.58; }
.services-showcase__tabs { gap: 8px; margin-bottom: 20px; }
.services-showcase__tabs button { min-height: 40px; padding-inline: 16px; font-size: 12px; }
.services-showcase__viewport {
  padding-right: max(28px,calc((100vw - var(--gt-content))/2));
  padding-bottom: 40px;
  padding-left: max(28px,calc((100vw - var(--gt-content))/2));
}
.services-showcase__track { gap: 18px; }
.services-product-card {
  width: min(920px,calc(100vw - 160px));
  border-radius: var(--gt-card-radius);
  box-shadow: 0 14px 38px rgba(10,26,79,.07);
}
.services-product-card__visual {
  height: clamp(330px,34vw,430px);
  margin: 12px 12px 0;
}
.services-product-card__content { gap: 24px; padding: 18px 22px 22px; }
.services-product-card__content h3 { font-size: 21px; }
.services-product-card__content p { font-size: 13px; }
.services-product-card__content small { font-size: 11px; }
.services-product-card__content a { min-height: 40px; }

/* Go Meta Ads: preserve the feature matrix while making it scan in one frame. */
.metaads-feature-chapter { padding: var(--gt-section-y-compact) 0 var(--gt-section-y); }
.metaads-feature-shell {
  width: min(var(--gt-content),calc(100% - 72px));
  padding: 42px clamp(28px,3.5vw,48px) 38px;
  border-radius: 26px;
}
.metaads-feature-head { max-width: 820px; margin-bottom: 24px; }
.metaads-feature-head h2 { font-size: clamp(29px,2.8vw,38px); line-height: 1.12; }
.metaads-feature-head > span { margin-top: 11px; font-size: 13px; line-height: 1.58; }
.metaads-feature-list { gap: 9px; }
.metaads-feature-row {
  grid-template-columns: minmax(230px,.78fr) minmax(0,1.9fr);
  gap: 22px;
  min-height: 102px;
  padding: 16px 20px;
  border-radius: 15px;
}
.metaads-feature-category { grid-template-columns: 38px minmax(0,1fr); gap: 12px; padding-right: 20px; }
.metaads-feature-icon { width: 38px; height: 38px; border-radius: 10px; }
.metaads-feature-category h3 { font-size: 15px; }
.metaads-feature-category p { font-size: 11px; }
.metaads-feature-row ul { gap: 10px 18px; }
.metaads-feature-row li { grid-template-columns: 28px minmax(0,1fr); gap: 9px; }
.metaads-feature-row li > span { width: 28px; height: 28px; }
.metaads-feature-row li strong { font-size: 11.5px; }
.metaads-feature-cta { min-height: 44px; margin-top: 22px; font-size: 12px; }

/* Ecosystem and recognition: one context block followed by compact records. */
.ecosystem-with-recognition {
  height: auto!important;
  min-height: 0!important;
  gap: 22px;
  padding-top: var(--gt-section-y-compact)!important;
  padding-bottom: var(--gt-section-y)!important;
}
.ecosystem-intro {
  width: min(calc(100% - (var(--gutter) * 2)),1080px);
  gap: 10px;
  margin-bottom: 14px;
  padding-bottom: 16px;
}
.ecosystem-intro h2 { font-size: clamp(30px,3vw,40px); line-height: 1.1; }
.ecosystem-intro > p { max-width: 640px; font-size: 13px; line-height: 1.58; }
.ecosystem-system-layout { min-height: 310px; }
.ecosystem-master { gap: 22px; padding: 24px; }
.ecosystem-master > .ecosystem-master-logo { width: min(100%,180px); min-height: 64px; }
.ecosystem-master > div > span { margin-bottom: 9px; font-size: 11px; }
.ecosystem-master strong { font-size: 15px; }
.ecosystem-master p,
.ecosystem-unit-copy p { font-size: 11px; }
.ecosystem-unit { grid-template-columns: 140px minmax(240px,1fr) 18px; gap: 22px; padding: 10px 24px; }
.ecosystem-unit-logo { width: 140px; height: 68px; }
.ecosystem-unit-logo > img { width: 118px; height: 44px; }

.recognition-showcase {
  padding: 32px;
  border-radius: 20px;
}
.recognition-showcase__head { margin-bottom: 22px; }
.recognition-showcase__head h3 { font-size: clamp(25px,2.4vw,32px); }
.recognition-showcase__head p { font-size: 12px; line-height: 1.55; }
.recognition-showcase__grid { gap: 16px; }
.recognition-card { grid-template-rows: 130px auto 1fr auto; padding: 10px 10px 16px; border-radius: 15px; }
.recognition-card__badge { min-height: 110px; margin-top: -34px; padding: 17px 14px 23px; }
.recognition-card__badge strong { font-size: 15px; }
.recognition-card > p { margin-top: 12px; font-size: 11px; }

/* Resources: four equal editorial cards with restrained metadata. */
.resources-section { padding: var(--gt-section-y-compact) 0 var(--gt-section-y); }
.resources-head { margin-bottom: 22px; }
.resources-head h2 { font-size: clamp(28px,2.8vw,36px); }
.resource-card h3 { font-size: 18px; line-height: 1.3; }
.resource-card__meta { font-size: 11px; }

/* Contact and footer: clear hierarchy without another oversized finale. */
.contact-cta {
  width: min(calc(100% - (var(--gutter) * 2)),var(--gt-content));
  gap: 20px clamp(30px,4vw,52px);
  padding-top: 36px;
  padding-bottom: 28px;
}
.contact-chapter { overflow: clip; }
.contact-heading h2 { font-size: clamp(28px,2.5vw,36px); }
.contact-heading > p { font-size: 12px; }
.contact-form-head { padding: 15px 20px 13px; }
.contact-form-v2 .contact-form-fields { padding: 15px 20px 18px; }
.contact-form-v2 input,
.contact-form-v2 select { min-height: 42px; }
.contact-form-v2 textarea { min-height: 84px; }
.gotek-footer { width: min(var(--gt-content),calc(100% - 64px)); margin-top: 34px; border-radius: 24px; }
.gotek-footer-cta { min-height: 210px; gap: 22px; padding: 38px 42px; }
.gotek-footer-cta h2 { font-size: clamp(26px,2.2vw,34px); }
.gotek-footer-main { gap: clamp(28px,3vw,52px); padding: 38px 48px 32px; }
.gotek-footer-base { padding: 15px 48px 18px; }

@media (max-width: 1180px) {
  .services-product-card { width: min(840px,calc(100vw - 96px)); }
  .services-product-card__visual { height: clamp(300px,40vw,420px); }
  .metaads-feature-shell { width: calc(100% - 48px); }
}

@media (max-width: 820px) {
  body { font-size: 15px; }
  .global-chapter { min-height: max(620px,100svh)!important; }
  .services-showcase__head h2,
  .ecosystem-intro h2 { font-size: clamp(28px,7.5vw,36px); }
  .services-product-card { width: calc(100vw - 40px); }
  .services-product-card__visual { height: min(62vw,390px); }
  .metaads-feature-shell { width: calc(100% - 24px); padding: 34px 16px 30px; }
  .recognition-showcase { padding: 28px 18px; }
  .gotek-footer { width: calc(100% - 28px); }
}

/* --------------------------------------------------------------------------
   Light navigation and rounded chapter system
   The header behaves like a compact product shell. The service menu remains
   a true three-level WordPress menu, but reads as an enterprise service map.
   -------------------------------------------------------------------------- */
html,
body { background: #fff; }

.site-header {
  inset: 14px max(20px,calc((100vw - 1240px)/2)) auto;
  height: 68px;
  grid-template-columns: 116px minmax(0,1fr) auto;
  gap: 14px;
  padding: 8px 9px 8px 20px;
  border: 1px solid rgba(10,26,79,.1);
  border-radius: 26px;
  color: var(--navy);
  background:
    linear-gradient(112deg,rgba(244,251,255,.98) 0%,rgba(232,244,255,.98) 58%,rgba(218,238,251,.98) 100%);
  box-shadow: 0 14px 38px rgba(10,26,79,.13),inset 0 1px 0 rgba(255,255,255,.9);
  -webkit-backdrop-filter: blur(20px) saturate(1.08);
  backdrop-filter: blur(20px) saturate(1.08);
}

.site-header.is-scrolled,
.site-header.is-contextual,
.site-header.is-menu-open {
  border-color: rgba(10,26,79,.12);
  background: rgba(244,249,255,.97);
  box-shadow: 0 18px 48px rgba(10,26,79,.16),inset 0 1px 0 #fff;
}

.site-logo { width: 102px; }
.site-logo img { width: 100%; height: auto; object-fit: contain; }
.desktop-nav { max-width: 760px; }
.desktop-nav .gt-nav-link {
  min-height: 42px;
  height: 42px;
  padding-inline: 12px;
  color: rgba(10,26,79,.72);
  font-size: 13px;
  font-weight: 550;
}
.desktop-nav .gt-nav-link:hover,
.desktop-nav .gt-nav-node:focus-within > .gt-nav-row > .gt-nav-link,
.desktop-nav .gt-nav-node:hover > .gt-nav-row > .gt-nav-link,
.desktop-nav .gt-nav-link.active {
  color: var(--navy);
  background: rgba(0,87,225,.075);
}
.gt-submenu-toggle { color: rgba(10,26,79,.62); }
.gt-submenu-toggle:hover { color: var(--blue); background: rgba(0,87,225,.08); }

.desktop-nav .gt-submenu-shell {
  top: calc(100% + 16px);
  width: min(980px,calc(100vw - 56px));
  padding: 18px;
  border: 1px solid rgba(10,26,79,.11);
  border-radius: 24px;
  color: var(--navy);
  background: rgba(250,252,255,.985);
  box-shadow: 0 28px 70px rgba(10,26,79,.2),inset 0 1px 0 #fff;
  -webkit-backdrop-filter: blur(24px) saturate(1.08);
  backdrop-filter: blur(24px) saturate(1.08);
}
.desktop-nav .gt-submenu-depth-1 { gap: 12px; }
.desktop-nav .gt-submenu-depth-1 > .gt-nav-node {
  padding: 10px;
  border: 1px solid rgba(10,26,79,.07);
  border-radius: 17px;
  background: #f3f7fc;
}
.desktop-nav .gt-submenu-depth-1 > .gt-nav-node:nth-child(2) { background: #edf6ff; }
.desktop-nav .gt-submenu-depth-1 > .gt-nav-node:nth-child(3) { background: #eef9fc; }
.desktop-nav .gt-submenu-depth-1 > .gt-nav-node > .gt-nav-row .gt-nav-link {
  min-height: 44px;
  padding: 9px 10px 10px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 650;
}
.desktop-nav .gt-submenu-depth-2 { gap: 3px; padding-top: 3px; }
.desktop-nav .gt-submenu-depth-2 .gt-nav-link {
  min-height: 38px;
  padding: 9px 10px;
  border-radius: 10px;
  color: rgba(10,26,79,.66);
  font-size: 12px;
}
.desktop-nav .gt-submenu-depth-2 .gt-nav-link:hover {
  color: var(--blue);
  background: rgba(255,255,255,.86);
}

.header-tools .language-link { color: rgba(10,26,79,.45); }
.header-tools .language-link.active,
.header-tools .language-link:hover { color: var(--navy); }
.header-tools .header-contact {
  min-height: 50px;
  height: 50px;
  padding-inline: 19px;
  border: 1px solid rgba(0,87,225,.08);
  border-radius: 18px;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 9px 22px rgba(0,87,225,.2);
}
.header-tools .header-contact:hover { color: #fff; background: #004bc4; }

/* Continuous page rhythm: chapters are full-width, square-edged surfaces.
   Rounded geometry belongs to the content inside each chapter, not to the
   chapter itself. This keeps the Easy AI clarity without turning the page
   into a stack of oversized floating cards. */
main#main-content > section:not(.hero-sequence),
main#main-content > .contact-chapter {
  width: 100%;
  margin: 0;
  border-radius: 0;
  overflow: clip;
}
main#main-content > section + section {
  border-top: 1px solid rgba(10,26,79,.055);
}
.hero-stage {
  top: 0;
  width: 100%;
  height: 100svh;
  min-height: 620px;
  margin-inline: 0;
  border-radius: 0;
}
.services-chapter { background: #fff; }
.global-chapter { background: #edf6ff; }
.services-showcase { background: #f6f8fb; }
.metaads-feature-chapter { background: #edf6ff; }
.ecosystem-chapter { background: #fff; }
.resources-section { background: #f4f6fa; }

/* Inner content surfaces carry the softness and elevation. */
.industry-card,
.services-product-card,
.metaads-feature-shell,
.metaads-feature-row,
.ecosystem-system-layout,
.recognition-showcase,
.resource-card figure,
.gotek-footer {
  border-color: rgba(10,26,79,.09);
}
.ecosystem-system-layout {
  overflow: hidden;
  border: 1px solid rgba(10,26,79,.09);
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 16px 42px rgba(10,26,79,.055);
}
.services-product-card,
.metaads-feature-shell,
.recognition-showcase {
  box-shadow: 0 18px 48px rgba(10,26,79,.07);
}

@media (max-width:1180px) {
  .site-header {
    inset: 9px 10px auto;
    height: 60px;
    padding: 6px 8px 6px 16px;
    border-radius: 20px;
  }
  .menu-toggle { background: var(--blue); }
  .menu-toggle span { background: #fff; }
  .mobile-menu { color: var(--navy); background: rgba(248,251,255,.99); border-color: rgba(10,26,79,.1); }
  .mobile-menu .gt-nav-row { border-bottom-color: rgba(10,26,79,.1); }
  .mobile-menu nav .gt-nav-link { color: var(--navy); }
  .mobile-menu .gt-submenu-depth-1 > .gt-nav-node { background: #edf4fb; }
  .mobile-menu .gt-submenu-depth-2 .gt-nav-row { border-bottom-color: rgba(10,26,79,.07); }
  .mobile-menu .gt-submenu-depth-2 .gt-nav-link { color: rgba(10,26,79,.66); }
  .mobile-menu > p { color: rgba(10,26,79,.55); }
  .mobile-menu .mobile-project-cta {
    border-color: #0057e1;
    color: #fff;
    background: #0057e1;
    box-shadow: 0 10px 24px rgba(0,87,225,.18);
  }
}

@media (max-width:820px) {
  main#main-content > section:not(.hero-sequence),
  main#main-content > .contact-chapter { width: 100%; margin-top: 0; border-radius: 0; }
  .hero-stage { top: 0; width: 100%; height: 100svh; border-radius: 0; }
}

/* Current review: keep the rounded shell, but use an opaque Gotek Navy header
   so navigation remains legible over bright chapters and moving media. */
.site-header,
.site-header.is-scrolled,
.site-header.is-contextual,
.site-header.is-menu-open {
  border-color: rgba(255,255,255,.16);
  color: #fff;
  background: rgba(5,15,49,.96);
  box-shadow: 0 16px 42px rgba(5,15,49,.22),inset 0 1px 0 rgba(255,255,255,.08);
}
.desktop-nav .gt-nav-link { color: rgba(255,255,255,.76); }
.desktop-nav .gt-nav-link:hover,
.desktop-nav .gt-nav-node:focus-within > .gt-nav-row > .gt-nav-link,
.desktop-nav .gt-nav-node:hover > .gt-nav-row > .gt-nav-link,
.desktop-nav .gt-nav-link.active { color: #fff; background: rgba(255,255,255,.09); }
.gt-submenu-toggle { color: rgba(255,255,255,.68); }
.gt-submenu-toggle:hover { color: #fff; background: rgba(255,255,255,.08); }
.header-tools .language-link { color: rgba(255,255,255,.48); }
.header-tools .language-link.active,
.header-tools .language-link:hover { color: #fff; }

/* Temporarily hide the project-contact module without deleting its WordPress
   fields, AJAX handler or editable content. The shared footer stays visible. */
.contact-chapter .contact-cta { display: none !important; }
.contact-chapter:not(.wp-footer-only) {
  min-height: 0;
  padding: 44px 0 16px !important;
  background: #f4f6fa;
}
.contact-chapter .gotek-footer { margin-top: 0; }

/* Final desktop polish: predictable menu state, compact partner rail and
   product cards that support scanning instead of occupying a full viewport. */
@media (min-width:1181px) {
  .services-chapter { padding-bottom: 18px; }

  .desktop-nav .gt-nav-node:not(:hover):not(.is-submenu-open) > .gt-submenu-shell {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%,8px);
  }

  .desktop-nav .gt-nav-node:hover > .gt-submenu-shell,
  .desktop-nav .gt-nav-node.is-submenu-open > .gt-submenu-shell {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%,0);
  }

  .desktop-nav .gt-submenu-shell {
    width: min(820px,calc(100vw - 80px));
    padding: 12px;
    border-color: rgba(10,26,79,.1);
    color: var(--navy);
    background: rgba(250,252,255,.99);
  }

  .desktop-nav .gt-submenu-depth-1 { gap: 8px; }
  .desktop-nav .gt-submenu-depth-1 > .gt-nav-node { padding: 8px; border-radius: 14px; }
  .desktop-nav .gt-submenu-depth-1 > .gt-nav-node > .gt-nav-row .gt-nav-link {
    min-height: 38px;
    padding: 7px 9px;
    color: var(--navy);
    font-size: 13px;
  }
  .desktop-nav .gt-submenu-depth-2 .gt-nav-link {
    min-height: 34px;
    padding: 7px 9px;
    color: rgba(10,26,79,.68);
    font-size: 12px;
  }

  .services-partners {
    margin-top: 12px;
    padding: 12px 0 14px;
    border-top: 0;
    border-bottom: 0;
  }
  .services-partners__label { margin-bottom: 8px; }
  .services-partners__label span,
  .services-partners__label small { font-size: 10px; }
  .services-partners__group { gap: 26px; padding-right: 26px; }
  .services-partner-logo { width: 104px; height: 28px; }
  .services-partner-logo img { max-width: 92px; max-height: 24px; }

  .services-showcase { padding-top: 48px; }
  .services-showcase__head { max-width: 820px; margin-bottom: 16px; }
  .services-showcase__head h2 { max-width: 760px; font-size: clamp(28px,2.5vw,36px); }
  .services-showcase__head p { max-width: 650px; font-size: 13px; }
  .services-showcase__tabs { margin-bottom: 16px; }
  .services-showcase__tabs button { min-height: 38px; padding-inline: 14px; font-size: 11px; }
  .services-showcase__viewport {
    padding-right: max(24px,calc((100vw - 1240px)/2));
    padding-bottom: 26px;
    padding-left: max(24px,calc((100vw - 1240px)/2));
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .services-showcase__viewport::-webkit-scrollbar { display: none; width: 0; height: 0; }
  .services-showcase__track { gap: 16px; }
  .services-product-card { width: min(760px,calc(100vw - 300px)); border-radius: 14px; }
  .services-product-card__visual { height: clamp(260px,25vw,320px); margin: 10px 10px 0; }
  .services-product-card__content { gap: 18px; padding: 15px 18px 18px; }
  .services-product-card__content h3 { margin-bottom: 5px; font-size: 18px; }
  .services-product-card__content p { margin-bottom: 4px; font-size: 12px; }
  .services-product-card__content small { font-size: 11px; line-height: 1.45; }
  .services-product-card__content a { min-height: 36px; padding-inline: 14px; font-size: 11px; }
}

/* Gotek typography balance 2026-08-14
   The opening film remains the sole display-scale moment. Everything after it
   uses a quieter editorial scale so imagery, proof and actions regain focus. */
:root {
  --gotek-section-title: clamp(27px,2.25vw,32px);
  --gotek-story-title: clamp(31px,2.8vw,40px);
  --gotek-card-title: clamp(17px,1.3vw,20px);
  --gotek-body: 15px;
  --gotek-support: 13px;
  --gotek-meta: 12px;
  --gotek-section-space: clamp(58px,5.6vw,82px);
}

/* Chapter rhythm — deliberately excludes the opening hero sequence. */
main#main-content > section:not(.hero-sequence),
main#main-content > .contact-chapter {
  scroll-margin-top: 92px;
}

.proof-chapter,
.services-chapter,
.services-showcase,
.ecosystem-chapter,
.insights-chapter,
.resources-section,
.recognition-showcase {
  min-height: 0;
  padding-top: var(--gotek-section-space);
  padding-bottom: var(--gotek-section-space);
}

.proof-heading,
.services-heading,
.services-showcase__head,
.insights-head,
.resources-head,
.ecosystem-intro {
  margin-bottom: clamp(20px,2.6vw,34px);
}

/* Section and story titles. Hero titles are intentionally untouched. */
.proof-heading h2,
.services-heading h2,
.services-showcase__head h2,
.delivery-copy h2,
.ecosystem-intro h2,
.culture-heading h2,
.insights-head h2,
.resources-head h2,
.recognition-showcase__head h3,
.contact-heading h2,
.gotek-footer-cta h2 {
  font-size: var(--gotek-section-title);
  line-height: 1.14;
  letter-spacing: -.022em;
}

.story-copy h2,
.global-copy h2,
html[lang="vi"] .global-copy h2,
html[lang="en"] .global-copy h2 {
  font-size: var(--gotek-story-title);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.proof-heading p,
.services-heading p,
.services-showcase__head p,
.delivery-copy > p,
.ecosystem-intro > p,
.culture-heading p,
.insights-head p,
.contact-heading > p,
.recognition-showcase__head p,
.gotek-footer-cta p {
  font-size: var(--gotek-support);
  line-height: 1.62;
}

/* Dense, image-led cards: one readable title and two short support lines. */
.industry-card h3,
.service-card h3,
.proof-card h3,
.insights-card h3,
.ecosystem-unit h3,
.values-card h3,
.resource-card h3,
.services-product-card__content h3 {
  font-size: var(--gotek-card-title);
  line-height: 1.18;
  letter-spacing: -.016em;
}

.industry-card p,
.service-card p,
.proof-card p,
.insights-card p,
.ecosystem-unit p,
.values-card p,
.resource-card p,
.services-product-card__content p {
  font-size: var(--gotek-support);
  line-height: 1.52;
}

.industry-card small,
.proof-card small,
.insights-card small,
.resource-card small,
.services-product-card__content small,
.services-showcase__tabs button,
.services-partners__label,
.recognition-card__meta {
  font-size: var(--gotek-meta);
  line-height: 1.45;
}

/* WordPress indexes, article reader and service pages. */
.wp-insights-hero,
.insights-v2-header-inner {
  gap: clamp(28px,4vw,56px);
  padding-top: clamp(46px,5vw,68px);
  padding-bottom: clamp(38px,4vw,54px);
}

.article-hero,
.article-v2-heading,
.product-archive-hero {
  min-height: 0;
  padding-top: clamp(46px,5.5vw,76px);
  padding-bottom: clamp(34px,4vw,54px);
}

.article-hero-copy h1,
.article-hero h1,
.article-v2-heading h1,
.insights-v2-header h1,
.wp-insights-hero h1,
.wp-page > article > header h1,
.product-archive-hero h1,
.product-detail-hero h1,
.sitemap-hero h1,
.case-study-title-row h1,
.proof-template-hero h1 {
  max-width: 920px;
  font-size: clamp(34px,3.35vw,46px);
  line-height: 1.1;
  letter-spacing: -.026em;
}

.wp-insight-row h2,
.article-v2-content h2,
.entry-content h2,
.product-archive-grid h2 {
  font-size: clamp(23px,2vw,29px);
  line-height: 1.2;
  letter-spacing: -.018em;
}

.article-v2-content,
.entry-content {
  max-width: 70ch;
  font-size: 15px;
  line-height: 1.76;
}

.article-v2-content > p:first-child,
.article-hero > p,
.article-hero-summary > p,
.product-detail-hero .product-detail-hero-content > span,
.product-archive-hero > span {
  font-size: 15px;
  line-height: 1.7;
}

.article-layout {
  gap: clamp(34px,4vw,56px);
  padding-top: clamp(42px,5vw,64px);
  padding-bottom: clamp(58px,6vw,82px);
}

.article-toc a,
.article-meta,
.wp-insight-meta,
.article-hero-copy > p,
.article-hero-summary > span {
  font-size: var(--gotek-meta);
}

.product-detail-hero {
  min-height: 0;
  padding-top: clamp(96px,9vw,128px);
  padding-bottom: clamp(48px,5vw,64px);
}

.product-detail-layout,
.product-archive-grid {
  padding-bottom: clamp(64px,7vw,92px);
}

/* Forms and footer: sentence case, compact controls and calm hierarchy. */
.contact-form-v2 label,
.contact-consent,
.contact-meta-label,
.gotek-footer h3 {
  font-size: var(--gotek-meta);
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}

.contact-form-v2 input,
.contact-form-v2 select,
.contact-form-v2 textarea,
.contact-form-v2 button,
.gotek-footer,
.gotek-footer a,
.gotek-footer p {
  font-size: 14px;
}

.gotek-footer-cta {
  min-height: 0;
  padding: clamp(34px,4vw,54px);
}

@media (min-width:1181px) {
  .industry-card h3 { font-size: 18px; }
  .industry-card p { font-size: 12px; line-height: 1.48; }
  .services-showcase { padding-top: 52px; padding-bottom: 58px; }
  .services-showcase__head h2 { font-size: 30px; }
  .services-showcase__head p { font-size: 13px; }
}

@media (max-width:820px) {
  :root {
    --gotek-section-title: clamp(25px,7vw,30px);
    --gotek-story-title: clamp(29px,8vw,36px);
    --gotek-card-title: 18px;
    --gotek-body: 15px;
    --gotek-support: 13px;
    --gotek-section-space: 52px;
  }

  .proof-chapter,
  .services-chapter,
  .services-showcase,
  .ecosystem-chapter,
  .insights-chapter,
  .resources-section,
  .recognition-showcase {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .article-hero-copy h1,
  .article-hero h1,
  .article-v2-heading h1,
  .insights-v2-header h1,
  .wp-insights-hero h1,
  .wp-page > article > header h1,
  .product-archive-hero h1,
  .product-detail-hero h1,
  .sitemap-hero h1,
  .case-study-title-row h1,
  .proof-template-hero h1 {
    font-size: clamp(29px,8vw,36px);
  }

  .article-v2-content,
  .entry-content { font-size: 15px; line-height: 1.72; }
  .article-layout { gap: 24px; padding-top: 36px; padding-bottom: 58px; }
  .contact-form-v2 input,
  .contact-form-v2 select,
  .contact-form-v2 textarea,
  .contact-form-v2 button { font-size: 14px; }
}

/* Hero 4K still-image sequence.
   One persistent Gotek key visual supports all three opening messages. */
.hero-sequence {
  min-height: 300svh;
  background: #f7fbff;
}

.hero-sequence .hero-stage,
.hero-sequence .hero-media {
  background: #f7fbff;
}

.hero-sequence .hero-media {
  overflow: hidden;
  transform: none !important;
  will-change: auto;
}

.hero-sequence .hero-star-keyvisual,
.hero-sequence[data-hero-scene="origin"] .hero-star-keyvisual,
.hero-sequence[data-hero-scene="bridge"] .hero-star-keyvisual,
.hero-sequence[data-hero-scene="global"] .hero-star-keyvisual {
  display: block !important;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  visibility: visible !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
  image-rendering: auto;
}

.hero-sequence .hero-media video {
  display: none !important;
}

.hero-sequence .hero-overlay,
.hero-sequence[data-hero-scene="origin"] .hero-overlay,
.hero-sequence[data-hero-scene="bridge"] .hero-overlay,
.hero-sequence[data-hero-scene="global"] .hero-overlay {
  background:
    linear-gradient(90deg,rgba(250,252,255,.99) 0%,rgba(250,252,255,.93) 29%,rgba(250,252,255,.62) 45%,rgba(250,252,255,.08) 64%,rgba(250,252,255,0) 76%),
    linear-gradient(180deg,rgba(244,249,255,.03),rgba(234,245,255,.1));
}

.hero-sequence .hero-light-field,
.hero-sequence[data-hero-scene="origin"] .hero-light-field,
.hero-sequence[data-hero-scene="bridge"] .hero-light-field,
.hero-sequence[data-hero-scene="global"] .hero-light-field {
  opacity: 0;
}

.hero-sequence .hero-center::before {
  background: none;
}

.hero-sequence .hero-beat,
.hero-sequence .hero-beat-origin,
.hero-sequence .hero-beat-bridge,
.hero-sequence .hero-beat-global {
  display: grid !important;
  justify-items: start;
  align-content: center;
  text-align: left;
  color: var(--navy-deep);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.hero-sequence .hero-beat-bridge,
.hero-sequence .hero-beat-global {
  visibility: hidden;
  opacity: 0;
}

.hero-sequence .hero-beat h1,
.hero-sequence .hero-beat h2 {
  width: min(700px,54vw);
  max-width: 700px;
  color: var(--navy-deep);
  font-family: var(--font-vietnamese,"Be Vietnam Pro",sans-serif);
  font-size: clamp(42px,4.2vw,62px);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -.04em;
}

.hero-sequence .hero-beat h1 span,
.hero-sequence .hero-beat h2 em {
  color: var(--blue);
}

.hero-sequence .hero-beat .hero-kicker {
  color: var(--blue) !important;
}

.hero-sequence .hero-beat > p:not(.hero-kicker) {
  width: min(560px,46vw);
  max-width: 560px;
  color: #425270;
  font-size: 15px;
  line-height: 1.62;
}

@media (max-width: 1180px) {
  .hero-sequence .hero-star-keyvisual,
  .hero-sequence[data-hero-scene] .hero-star-keyvisual {
    object-position: center center;
  }

  .hero-sequence .hero-beat h1,
  .hero-sequence .hero-beat h2 {
    width: min(620px,58vw);
    font-size: clamp(38px,5vw,52px);
  }
}

@media (max-width: 820px) {
  .hero-sequence {
    min-height: 300svh;
  }

  .hero-sequence .hero-star-keyvisual,
  .hero-sequence[data-hero-scene] .hero-star-keyvisual {
    object-fit: contain;
    object-position: center 68%;
  }

  .hero-sequence .hero-overlay,
  .hero-sequence[data-hero-scene] .hero-overlay {
    background:
      linear-gradient(180deg,rgba(250,252,255,.99) 0%,rgba(250,252,255,.96) 31%,rgba(250,252,255,.52) 52%,rgba(250,252,255,.08) 76%),
      linear-gradient(90deg,rgba(250,252,255,.34),rgba(250,252,255,.03));
  }

  .hero-sequence .hero-beat,
  .hero-sequence .hero-beat-origin,
  .hero-sequence .hero-beat-bridge,
  .hero-sequence .hero-beat-global {
    align-content: start;
    padding-top: clamp(126px,17svh,164px);
    padding-bottom: 72px;
  }

  .hero-sequence .hero-beat h1,
  .hero-sequence .hero-beat h2 {
    width: min(100%,560px);
    max-width: 560px;
    font-size: clamp(34px,9.2vw,46px);
  }

  .hero-sequence .hero-beat > p:not(.hero-kicker) {
    width: min(100%,500px);
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .hero-sequence .hero-star-keyvisual,
  .hero-sequence[data-hero-scene] .hero-star-keyvisual {
    object-position: center 72%;
  }

  .hero-sequence .hero-beat,
  .hero-sequence .hero-beat-origin,
  .hero-sequence .hero-beat-bridge,
  .hero-sequence .hero-beat-global {
    padding-top: 116px;
  }
}

/* ========================================================================== */
/* GOTEK 9440 — CASCADE LOCK (must remain the final rules in this stylesheet) */
/* ========================================================================== */
body.home .hero-sequence {
  width: 100vw !important;
  max-width: none !important;
  margin-inline: calc(50% - 50vw) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  /* A scroll-sequence parent must not establish an overflow container:
     doing so breaks the sticky stage and leaves a large blank runway. */
  overflow: visible !important;
  background: #f4f9ff !important;
}

body.home .hero-sequence::before,
body.home .hero-sequence::after,
body.home .hero-stage::before,
body.home .hero-stage::after {
  display: none !important;
}

body.home .hero-stage,
body.home .hero-media {
  inset: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.home .hero-star-keyvisual {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

body.home .hero-sequence-status {
  z-index: 10 !important;
  display: grid !important;
  grid-template-columns: auto clamp(56px,7vw,104px) auto !important;
  align-items: center !important;
  gap: 10px !important;
  right: clamp(24px,5vw,88px) !important;
  bottom: clamp(24px,4vh,52px) !important;
  width: auto !important;
  padding: 9px 14px !important;
  border: 1px solid rgba(10,26,79,.1) !important;
  border-radius: 999px !important;
  color: #0a1a4f !important;
  background: rgba(255,255,255,.8) !important;
  box-shadow: 0 10px 30px rgba(10,26,79,.08) !important;
  -webkit-backdrop-filter: blur(14px) saturate(125%) !important;
  backdrop-filter: blur(14px) saturate(125%) !important;
}

body.home .hero-sequence-status > span { color: #0057e1 !important; font-size: 12px !important; font-weight: 700 !important; }
body.home .hero-sequence-status > small { color: rgba(10,26,79,.82) !important; font-size: 11px !important; font-weight: 650 !important; letter-spacing: .08em !important; white-space: nowrap !important; }
body.home .hero-sequence-status > div { height: 2px !important; background: rgba(10,26,79,.14) !important; }
body.home .hero-sequence-status > div i { background: linear-gradient(90deg,#16bfd7,#0057e1) !important; }

/* Show all three technology demos together on desktop. */
@media (min-width:821px) {
  body.home .services-showcase {
    padding: 34px 0 42px !important;
  }

  body.home .services-showcase__head {
    margin-bottom: 20px !important;
  }

  body.home .services-showcase__viewport {
    width: min(1380px,calc(100% - 48px)) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body.home .services-showcase__track {
    width: 100% !important;
    max-width: none !important;
    display: grid !important;
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
    gap: 16px !important;
    padding: 0 !important;
  }

  body.home .services-product-card,
  body.home .services-showcase.is-enhanced .services-product-card[hidden] {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    border: 1px solid rgba(10,26,79,.08) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 14px 36px rgba(10,26,79,.065) !important;
  }

  body.home .services-product-card__visual {
    width: 100% !important;
    height: 220px !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }

  body.home .services-product-card__content {
    flex: 1;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 18px !important;
    padding: 20px !important;
  }

  body.home .services-product-card__content h3 {
    font-size: 18px !important;
  }

  body.home .services-product-card__content p {
    font-size: 12px !important;
  }

  body.home .services-product-card__content small {
    font-size: 10px !important;
  }
}

body.home .site-header {
  opacity: .76 !important;
  border: 1px solid rgba(255,255,255,.72) !important;
  color: #0a1a4f !important;
  background: rgba(255,255,255,.5) !important;
  box-shadow: 0 12px 36px rgba(10,26,79,.08) !important;
  -webkit-backdrop-filter: blur(18px) saturate(135%) !important;
  backdrop-filter: blur(18px) saturate(135%) !important;
  transition: opacity .28s ease, background-color .28s ease, box-shadow .28s ease !important;
}

body.home .site-header.is-scrolled,
body.home .site-header.is-menu-open,
body.home .site-header:focus-within,
body.home .site-header:hover {
  opacity: 1 !important;
  background: rgba(255,255,255,.92) !important;
  box-shadow: 0 18px 48px rgba(10,26,79,.13) !important;
}

body.home .site-logo__on-dark { display: none !important; }
body.home .site-logo__on-light { display: block !important; }
body.home .desktop-nav a,
body.home .language-link { color: #0a1a4f !important; }
body.home .header-contact { color: #fff !important; background: #0057e1 !important; }

body.home .industry-card > img,
body.home .resource-card figure > img,
body.home .ecosystem-master-logo > img,
body.home .ecosystem-unit-logo > img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body.home .industry-card > img { position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; object-fit: cover !important; }
body.home .industry-shade { background: linear-gradient(180deg,rgba(4,9,31,.04) 24%,rgba(4,9,31,.86) 100%) !important; }
body.home .ecosystem-master-logo > img,
body.home .ecosystem-unit-logo > img { width: 100% !important; height: 100% !important; object-fit: contain !important; }

[data-industry-pause],
.industry-pause,
.services-motion-toggle,
.industry-motion-toggle,
body.home .chapter-nav { display: none !important; }

body.home .metaads-feature-chapter { min-height: 0 !important; margin: 0 !important; padding-block: clamp(52px,6vw,82px) !important; }
body.home .metaads-feature-head h2 { font-size: clamp(28px,2.55vw,38px) !important; line-height: 1.12 !important; }
body.home .resources-section { min-height: 0 !important; margin: 0 !important; padding-block: clamp(34px,3.2vw,46px) !important; }
body.home .resources-head h2 { font-size: clamp(24px,2vw,30px) !important; line-height: 1.12 !important; }
body.home .resources-head { margin-bottom: 16px !important; }
body.home .resources-head > a { font-size: 12px !important; }
body.home .resources-head > a .gotek-icon { width: 14px !important; height: 14px !important; }
body.home .resources-grid { gap: clamp(16px,1.65vw,24px) !important; }
body.home .resource-card figure { aspect-ratio: 16/8.7 !important; margin-bottom: 9px !important; border-radius: 12px !important; }
body.home .resource-card__meta { gap: 8px !important; margin-bottom: 7px !important; font-size: 10px !important; }
body.home .resource-card__meta span { padding: 5px 9px !important; }
body.home .resource-card h3 { font-size: clamp(15px,1.08vw,17px) !important; line-height: 1.28 !important; }

@media (max-width: 820px) {
  body.home .hero-star-keyvisual { object-position: 62% center !important; }
  body.home .hero-sequence-status { right: 16px !important; bottom: 24px !important; grid-template-columns: auto 46px auto !important; padding: 7px 10px !important; }
  body.home .hero-sequence-status > small { font-size: 9px !important; letter-spacing: .05em !important; }
  body.home .resources-section { padding-block: 32px 36px !important; }
}

/* Opening narrative hierarchy aligned with the Da Nang follow-up chapter. */
body.home .hero-sequence .hero-beat {
  font-family:"Be Vietnam Pro",var(--font-vietnamese),sans-serif;
  text-align:left;
}
body.home .hero-sequence .hero-beat .hero-kicker {
  display:flex;
  align-items:center;
  gap:0;
  margin:0 0 20px;
  color:#0057e1 !important;
  font-size:11px !important;
  font-weight:700 !important;
  letter-spacing:.14em !important;
  line-height:1.4;
  text-transform:uppercase;
}
body.home .hero-sequence .hero-beat h1,
body.home .hero-sequence .hero-beat h2 {
  width:min(720px,58vw);
  max-width:720px;
  margin:0;
  color:#07163f;
  font-family:"Be Vietnam Pro",var(--font-vietnamese),sans-serif;
  font-size:clamp(44px,4.55vw,68px);
  font-weight:650;
  letter-spacing:-.038em;
  line-height:1.04;
  text-wrap:balance;
}
body.home .hero-sequence .hero-beat h1 .hero-title-base,
body.home .hero-sequence .hero-beat h1 .hero-title-accent {
  display:block;
}
body.home .hero-sequence .hero-beat h1 .hero-title-base {
  color:#07163f;
  font-weight:600;
}
body.home .hero-sequence .hero-beat h1 .hero-title-accent,
body.home .hero-sequence .hero-beat h2 em {
  color:#0057e1;
  font-style:normal;
  font-weight:700;
}
body.home .hero-sequence .hero-beat > p:not(.hero-kicker) {
  width:min(610px,50vw);
  max-width:610px;
  margin:24px 0 0;
  color:#4c5c79;
  font-size:14px;
  font-weight:400;
  line-height:1.68;
}
body.home .hero-sequence .hero-beat > p:not(.hero-kicker) strong {
  color:#0057e1;
  font-weight:700;
}
body.home .hero-sequence .hero-beat .hero-actions,
body.home .hero-sequence .hero-beat .hero-global-action {
  margin-top:28px;
}
@media(max-width:1180px) {
  body.home .hero-sequence .hero-beat h1,
  body.home .hero-sequence .hero-beat h2 { width:min(620px,60vw); font-size:clamp(38px,5vw,54px); }
}
@media(max-width:820px) {
  body.home .hero-sequence .hero-beat .hero-kicker { margin-bottom:14px; font-size:10px !important; }
  body.home .hero-sequence .hero-beat h1,
  body.home .hero-sequence .hero-beat h2 { width:100%; max-width:560px; font-size:clamp(34px,9vw,44px); }
  body.home .hero-sequence .hero-beat > p:not(.hero-kicker) { width:100%; max-width:500px; margin-top:18px; font-size:13px; }
}

/* Original full-bleed hero framing, anchored lower so the star base stays visible. */
body.home .hero-sequence .hero-media picture {
  display:block !important;
  width:100% !important;
  height:100% !important;
}
body.home .hero-sequence .hero-media picture .hero-star-keyvisual,
body.home .hero-sequence[data-hero-scene] .hero-media picture .hero-star-keyvisual {
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center 72% !important;
  filter:contrast(1.035) saturate(1.025) !important;
  transform:none !important;
}
@media (max-width:1180px) {
  body.home .hero-sequence .hero-media picture .hero-star-keyvisual,
  body.home .hero-sequence[data-hero-scene] .hero-media picture .hero-star-keyvisual {
    object-position:60% 72% !important;
  }
}

/* Desktop services mega menu: keep each second-level list inside its column. */
@media (min-width:1181px) {
  .desktop-nav .gt-submenu-depth-1 {
    align-items:stretch;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .desktop-nav .gt-submenu-depth-1 > .gt-nav-node {
    display:flex;
    min-width:0;
    flex-direction:column;
  }
  .desktop-nav > .gt-nav-list > .gt-nav-node.has-children > .gt-nav-row > .gt-submenu-toggle,
  .desktop-nav .gt-submenu-depth-1 > .gt-nav-node.has-children > .gt-nav-row > .gt-submenu-toggle {
    display:grid !important;
    flex:0 0 30px;
    color:#0057e1;
  }
  .desktop-nav .gt-submenu-depth-1 > .gt-nav-node.has-children > .gt-nav-row {
    justify-content:space-between;
    border-radius:10px;
  }
  .desktop-nav .gt-submenu-depth-1 > .gt-nav-node.has-children > .gt-nav-row > .gt-nav-link {
    flex:1;
    min-width:0;
  }
  .desktop-nav .gt-submenu-depth-1 > .gt-nav-node > .gt-submenu-shell {
    position:static !important;
    inset:auto !important;
    display:block !important;
    width:100% !important;
    max-width:none !important;
    max-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    overflow:hidden !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
    transform:none !important;
    background:transparent !important;
    box-shadow:none !important;
    -webkit-backdrop-filter:none !important;
    backdrop-filter:none !important;
    transition:max-height 220ms ease,opacity 160ms ease,visibility 160ms ease !important;
  }
  .desktop-nav .gt-submenu-depth-1 > .gt-nav-node:hover > .gt-submenu-shell,
  .desktop-nav .gt-submenu-depth-1 > .gt-nav-node:focus-within > .gt-submenu-shell,
  .desktop-nav .gt-submenu-depth-1 > .gt-nav-node.is-submenu-open > .gt-submenu-shell {
    max-height:180px !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
  }
  .desktop-nav > .gt-nav-list > .gt-nav-node.has-children:not(:hover):not(.is-submenu-open) > .gt-submenu-shell,
  .desktop-nav .gt-submenu-depth-1 > .gt-nav-node.has-children:not(:hover):not(.is-submenu-open) > .gt-submenu-shell {
    max-height:0 !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
  }
  .desktop-nav .gt-submenu-depth-1 > .gt-nav-node > .gt-submenu-shell > .gt-submenu-depth-2 {
    display:grid;
    width:100%;
    gap:2px;
  }
  .desktop-nav .gt-submenu-depth-2 .gt-nav-row,
  .desktop-nav .gt-submenu-depth-2 .gt-nav-link {
    width:100%;
    min-width:0;
  }
  .desktop-nav .gt-submenu-depth-2 .gt-nav-link {
    justify-content:flex-start;
    text-align:left;
  }
}

/* Desktop capabilities: present all three demos at once. */
/* Desktop navigation: opening Services reveals the complete information set.
   The nested toggles remain available on mobile, where vertical space is
   intentionally managed as an accordion. */
@media (min-width:1181px) {
  .desktop-nav > .gt-nav-list > .gt-nav-node.has-children:hover .gt-submenu-depth-1 > .gt-nav-node > .gt-submenu-shell,
  .desktop-nav > .gt-nav-list > .gt-nav-node.has-children:focus-within .gt-submenu-depth-1 > .gt-nav-node > .gt-submenu-shell,
  .desktop-nav > .gt-nav-list > .gt-nav-node.has-children.is-submenu-open .gt-submenu-depth-1 > .gt-nav-node > .gt-submenu-shell {
    max-height:220px !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
  }

  .desktop-nav > .gt-nav-list > .gt-nav-node.has-children:hover .gt-submenu-depth-1 > .gt-nav-node > .gt-nav-row > .gt-submenu-toggle,
  .desktop-nav > .gt-nav-list > .gt-nav-node.has-children:focus-within .gt-submenu-depth-1 > .gt-nav-node > .gt-nav-row > .gt-submenu-toggle,
  .desktop-nav > .gt-nav-list > .gt-nav-node.has-children.is-submenu-open .gt-submenu-depth-1 > .gt-nav-node > .gt-nav-row > .gt-submenu-toggle {
    transform:rotate(180deg);
  }

  .desktop-nav .gt-submenu-shell {
    z-index:240;
  }
}

/* Desktop capabilities: present all three demos at once. */
@media (min-width:821px) {
  body.home .services-showcase { padding: 34px 0 42px !important; }
  body.home .services-showcase__head { margin-bottom: 20px !important; }
  body.home .services-showcase__viewport { width: min(1380px,calc(100% - 48px)) !important; margin: 0 auto !important; padding: 0 !important; overflow: visible !important; }
  body.home .services-showcase__track { width: 100% !important; max-width: none !important; display: grid !important; grid-template-columns: repeat(3,minmax(0,1fr)) !important; gap: 16px !important; padding: 0 !important; }
  body.home .services-product-card { width: 100% !important; min-width: 0 !important; min-height: 0 !important; display: flex !important; flex-direction: column !important; overflow: hidden !important; border: 1px solid rgba(10,26,79,.08) !important; border-radius: 16px !important; background: #fff !important; box-shadow: 0 14px 36px rgba(10,26,79,.065) !important; }
  body.home .services-product-card__visual { width: 100% !important; height: 220px !important; margin: 0 !important; border-radius: 0 !important; }
  body.home .services-product-card__content { flex: 1; display: flex !important; flex-direction: column !important; align-items: flex-start !important; justify-content: space-between !important; gap: 18px !important; padding: 20px !important; }
  body.home .services-product-card__content h3 { font-size: 18px !important; }
  body.home .services-product-card__content p { font-size: 12px !important; }
  body.home .services-product-card__content small { font-size: 10px !important; }
}

/* Preserve the complete 16:9 hero artwork at every viewport ratio. */
body.home .hero-sequence .hero-media {
  background: #f4f9ff !important;
}

body.home .hero-sequence .hero-star-keyvisual,
body.home .hero-sequence[data-hero-scene] .hero-star-keyvisual {
  object-fit: contain !important;
  object-position: center center !important;
}

/* Tighten the desktop handoff into Section 3. */
@media (min-width:821px) {
  body.home .services-chapter {
    padding-top: 18px !important;
  }
  body.home .services-heading {
    margin-top: 0 !important;
    margin-bottom: 14px !important;
  }
}

/* Compact capability switcher: one complete card at a time, no clipped rail. */
.services-showcase.is-enhanced .services-product-card[hidden] { display: none !important; }
@media (min-width:821px) {
  body.home .services-showcase {
    padding-top: 24px !important;
    padding-bottom: 32px !important;
  }
  body.home .services-showcase__head {
    max-width: 780px;
    gap: 8px;
    margin-bottom: 10px;
  }
  body.home .services-showcase__head h2 {
    max-width: 700px;
    font-size: clamp(27px,2.25vw,34px) !important;
    line-height: 1.12 !important;
    letter-spacing: -.025em;
  }
  body.home .services-showcase__head p {
    max-width: 660px;
    font-size: 12px !important;
    line-height: 1.55;
  }
  body.home .services-showcase__tabs {
    gap: 8px;
    margin-bottom: 10px;
  }
  body.home .services-showcase__tabs button {
    min-height: 36px;
    padding: 0 14px;
    font-size: 11px;
  }
  body.home .services-showcase__tabs .gotek-icon { width: 15px; height: 15px; }
  body.home .services-showcase__viewport {
    width: min(1100px,calc(100% - 48px));
    margin: 0 auto;
    padding: 0 !important;
    overflow: visible;
    scroll-snap-type: none;
  }
  body.home .services-showcase__track {
    width: 100%;
    max-width: none;
    display: block;
    padding: 0;
  }
  body.home .services-product-card {
    width: 100%;
    min-height: 350px;
    display: grid;
    grid-template-columns: minmax(0,1.5fr) minmax(310px,.72fr);
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(10,26,79,.08);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(10,26,79,.07);
    animation: gotek-capability-in 280ms cubic-bezier(.2,.8,.2,1) both;
  }
  body.home .services-product-card__visual {
    height: 350px;
    margin: 0;
    border-radius: 0;
    background: #eef5ff;
  }
  body.home .services-product-card__visual img { object-fit: cover; object-position: center; }
  body.home .services-product-card__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 22px;
    padding: 34px;
  }
  body.home .services-product-card__content h3 {
    margin-bottom: 9px;
    font-size: 20px !important;
    line-height: 1.25;
  }
  body.home .services-product-card__content p {
    margin-bottom: 8px;
    font-size: 12px !important;
    line-height: 1.55;
  }
  body.home .services-product-card__content small {
    font-size: 11px !important;
    line-height: 1.55;
  }
  body.home .services-product-card__content a {
    min-height: 36px;
    padding: 0 14px;
    font-size: 11px;
  }
  @keyframes gotek-capability-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
  }
}
@media (prefers-reduced-motion:reduce) {
  body.home .services-product-card { animation: none; }
}

/* Tighten the desktop transition from Go Meta Ads into the ecosystem. */
@media (min-width:821px) {
  body.home .metaads-feature-chapter {
    padding-bottom: 24px !important;
  }
  body.home .ecosystem-chapter {
    padding-top: 28px !important;
  }
}

/* Compact the desktop resources chapter and reduce headline scale. */
@media (min-width:821px) {
  body.home .resources-section {
    padding-top: 30px !important;
    padding-bottom: 34px !important;
  }
  body.home .resources-head {
    margin-bottom: 16px !important;
  }
  body.home .resources-head h2 {
    font-size: clamp(24px,2vw,29px) !important;
    line-height: 1.15 !important;
  }
  body.home .resources-head a {
    font-size: 11px !important;
  }
  body.home .resources-grid {
    gap: clamp(16px,1.7vw,24px) !important;
  }
  body.home .resource-card figure {
    margin-bottom: 9px !important;
  }
  body.home .resource-card__meta {
    margin-bottom: 6px !important;
    font-size: 10px !important;
  }
  body.home .resource-card h3 {
    font-size: clamp(14px,1.1vw,17px) !important;
    line-height: 1.34 !important;
  }
}

/* Remove the decorative translucent orbit behind the shared footer everywhere. */
.contact-chapter::before {
  display: none !important;
  content: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Footer contact placement and locally bundled Simple Icons social row. */
.gotek-footer .gotek-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.gotek-footer .gotek-footer-social a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(10,26,79,.12);
  border-radius: 50%;
  color: var(--navy);
  background: #fff;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}
.gotek-footer .gotek-footer-social a:hover {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
  transform: translateY(-2px);
}
.gotek-footer .gotek-footer-social a:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}
.gotek-footer .gotek-footer-social .brand-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
  stroke: none;
}
.gotek-footer .gotek-footer-info-contact {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-wrap: anywhere;
}
.gotek-footer .gotek-footer-info-contact .gotek-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  color: var(--blue);
}

/* Ecosystem: approved shared Go Media / Go Network identity and wider copy. */
@media (min-width:821px) {
  body.home .ecosystem-unit-copy {
    min-width: 0;
    width: 100%;
  }
  body.home .ecosystem-unit-copy p {
    width: 100%;
    max-width: none !important;
    text-wrap: pretty;
  }
  body.home .ecosystem-unit[data-brand="gonetwork"] .ecosystem-unit-logo > img,
  body.home .ecosystem-unit[data-brand*="network"] .ecosystem-unit-logo > img {
    width: 118px !important;
    height: 44px !important;
    object-fit: contain !important;
  }
}

/* Section 1 typography and deliberate brand emphasis. */
body.home .hero-sequence .hero-beat-origin,
body.home .hero-sequence .hero-beat-origin * {
  font-family: "Be Vietnam Pro", sans-serif !important;
}
body.home .hero-sequence[data-hero-scene="origin"] .hero-beat-origin {
  color: #0a1a4f !important;
}
body.home .hero-sequence[data-hero-scene="origin"] .hero-beat-origin .hero-kicker {
  color: #0a1a4f !important;
}
body.home .hero-sequence[data-hero-scene="origin"] .hero-beat-origin .hero-kicker strong {
  color: #0057e1 !important;
  font-weight: 700;
}
body.home .hero-sequence[data-hero-scene="origin"] .hero-beat-origin h1,
body.home .hero-sequence[data-hero-scene="origin"] .hero-beat-origin .hero-title-base {
  color: #0a1a4f !important;
}
body.home .hero-sequence[data-hero-scene="origin"] .hero-beat-origin .hero-title-accent {
  color: #0057e1 !important;
}
body.home .hero-sequence[data-hero-scene="origin"] .hero-beat-origin .hero-intro {
  color: #43516d !important;
}
body.home .hero-sequence[data-hero-scene="origin"] .hero-beat-origin .hero-intro strong {
  color: #0057e1 !important;
  font-weight: 650;
}

@media (min-width:821px) {
  body.home .hero-sequence[data-hero-scene="origin"] .hero-beat-origin .hero-kicker {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 22px;
    padding: 8px 12px;
    border: 1px solid rgba(0,87,225,.16);
    border-radius: 999px;
    background: rgba(255,255,255,.8);
    box-shadow: 0 9px 24px rgba(10,26,79,.06);
    letter-spacing: .12em;
  }

  body.home .hero-sequence[data-hero-scene="origin"] .hero-beat-origin h1 {
    max-width: 760px !important;
    margin-bottom: 22px;
    font-size: clamp(48px,4.6vw,68px) !important;
    font-weight: 650 !important;
    line-height: 1.12 !important;
    letter-spacing: -.045em !important;
  }

  body.home .hero-sequence[data-hero-scene="origin"] .hero-beat-origin .hero-title-base,
  body.home .hero-sequence[data-hero-scene="origin"] .hero-beat-origin .hero-title-accent {
    font-weight: 650 !important;
  }

  body.home .hero-sequence[data-hero-scene="origin"] .hero-beat-origin .hero-intro {
    width: min(610px,48vw) !important;
    max-width: 610px !important;
    margin-bottom: 24px;
    padding: 12px 16px;
    border-left: 3px solid #0057e1;
    border-radius: 0 12px 12px 0;
    background: rgba(255,255,255,.78);
    box-shadow: 0 10px 28px rgba(10,26,79,.055);
    font-size: 15px !important;
    line-height: 1.62 !important;
    backdrop-filter: blur(8px);
  }
}


/* HERO SCENE STATE — must remain at EOF to beat legacy animation rules. */
body.home .hero-sequence {
  position: relative !important;
  min-height: 300svh !important;
}
body.home .hero-sequence .hero-stage {
  position: sticky !important;
  top: 0 !important;
  height: 100svh !important;
  min-height: 100svh !important;
  overflow: hidden !important;
}
body.home .hero-sequence .hero-beat {
  display: grid !important;
  position: absolute !important;
  inset: 0 !important;
  visibility: hidden !important;
  opacity: 0 !important;
  transform: translate3d(0, 24px, 0) !important;
  pointer-events: none !important;
  transition: opacity .42s cubic-bezier(.22,1,.36,1), transform .58s cubic-bezier(.22,1,.36,1), visibility 0s linear .58s !important;
}
body.home .hero-sequence[data-hero-scene="origin"] [data-hero-beat="origin"],
body.home .hero-sequence[data-hero-scene="bridge"] [data-hero-beat="bridge"],
body.home .hero-sequence[data-hero-scene="global"] [data-hero-beat="global"] {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translate3d(0,0,0) !important;
  pointer-events: auto !important;
  transition-delay: 0s !important;
}
@media (max-width: 820px) {
  body.home .hero-sequence .hero-stage {
    height: 100dvh !important;
    min-height: 100dvh !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.home .hero-sequence .hero-beat { transition: none !important; }
}

/* ========================================================================== */
/* GOTEK 9440 — FINAL PRESENTATION LAYER                                     */
/* One authoritative cascade for the opening, navigation and compact chapters.*/
/* ========================================================================== */

html,
body,
#page,
main#main-content {
  width: 100%;
  max-width: none;
  overflow-x: clip;
}

body.home .hero-sequence {
  width: 100vw !important;
  max-width: none !important;
  margin-inline: calc(50% - 50vw) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
  background: #f4f9ff !important;
}

body.home .hero-sequence::before,
body.home .hero-sequence::after,
body.home .hero-stage::before,
body.home .hero-stage::after {
  display: none !important;
}

body.home .hero-stage,
body.home .hero-media {
  inset: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.home .hero-star-keyvisual {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

body.home .hero-sequence + .hero-global-followup {
  margin-top: -1px !important;
  border-top: 0 !important;
}

body.home .hero-sequence-status {
  right: clamp(24px, 5vw, 88px) !important;
  bottom: clamp(24px, 4vh, 52px) !important;
  z-index: 10 !important;
  display: grid !important;
  grid-template-columns: auto clamp(56px, 7vw, 104px) auto !important;
  gap: 10px !important;
  align-items: center !important;
  width: auto !important;
  padding: 9px 14px !important;
  border: 1px solid rgba(10, 26, 79, .1) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .76) !important;
  box-shadow: 0 10px 30px rgba(10, 26, 79, .08) !important;
  color: #0a1a4f !important;
  backdrop-filter: blur(14px) saturate(125%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(125%) !important;
}

body.home .hero-sequence-status > span {
  color: #0057e1 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

body.home .hero-sequence-status > small {
  color: rgba(10, 26, 79, .78) !important;
  font-size: 11px !important;
  font-weight: 650 !important;
  letter-spacing: .08em !important;
  white-space: nowrap !important;
}

body.home .hero-sequence-status > div {
  height: 2px !important;
  background: rgba(10, 26, 79, .14) !important;
}

body.home .hero-sequence-status > div i {
  background: linear-gradient(90deg, #16bfd7, #0057e1) !important;
}

/* Quiet glass at the opening; full legibility after the visitor starts moving. */
body.home .site-header {
  opacity: .76 !important;
  border: 1px solid rgba(255, 255, 255, .72) !important;
  background: rgba(255, 255, 255, .48) !important;
  box-shadow: 0 12px 36px rgba(10, 26, 79, .08) !important;
  backdrop-filter: blur(18px) saturate(135%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(135%) !important;
  transition: opacity .28s ease, background-color .28s ease, box-shadow .28s ease !important;
}

body.home .site-header.is-scrolled,
body.home .site-header.is-menu-open,
body.home .site-header:focus-within,
body.home .site-header:hover {
  opacity: 1 !important;
  background: rgba(255, 255, 255, .9) !important;
  box-shadow: 0 18px 48px rgba(10, 26, 79, .13) !important;
}

body.home .site-logo__on-dark { display: none !important; }
body.home .site-logo__on-light { display: block !important; }
body.home .desktop-nav a,
body.home .language-link { color: #0a1a4f !important; }
body.home .header-contact { color: #fff !important; background: #0057e1 !important; }

/* Media must remain visible even when an earlier reveal rule has not fired. */
body.home .industry-card > img,
body.home .resource-card figure > img,
body.home .ecosystem-master-logo > img,
body.home .ecosystem-unit-logo > img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body.home .industry-card > img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body.home .industry-shade {
  background: linear-gradient(180deg, rgba(4, 9, 31, .04) 24%, rgba(4, 9, 31, .86) 100%) !important;
}

body.home .ecosystem-master-logo > img,
body.home .ecosystem-unit-logo > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

[data-industry-pause],
.industry-pause,
.services-motion-toggle,
.industry-motion-toggle {
  display: none !important;
}

/* Compact supporting chapters so the page keeps one clear visual climax. */
body.home .metaads-feature-chapter,
body.home .resources-section {
  min-height: 0 !important;
  margin: 0 !important;
  padding-block: clamp(52px, 6vw, 82px) !important;
}

body.home .metaads-feature-head h2,
body.home .resources-head h2 {
  font-size: clamp(28px, 2.55vw, 38px) !important;
  line-height: 1.12 !important;
}

body.home .resources-head {
  margin-bottom: 22px !important;
}

body.home .resources-grid {
  gap: clamp(18px, 2vw, 28px) !important;
}

body.home .resource-card figure {
  aspect-ratio: 16 / 9 !important;
  margin-bottom: 12px !important;
}

body.home .resource-card__meta {
  margin-bottom: 8px !important;
  font-size: 11px !important;
}

body.home .resource-card h3 {
  font-size: clamp(16px, 1.25vw, 20px) !important;
  line-height: 1.3 !important;
}

body.home .chapter-nav {
  display: none !important;
}

@media (max-width: 820px) {
  body.home .hero-star-keyvisual {
    object-position: 62% center !important;
  }

  body.home .hero-sequence-status {
    right: 16px !important;
    bottom: 18px !important;
    grid-template-columns: auto 42px auto !important;
    max-width: calc(100vw - 32px) !important;
    padding: 8px 11px !important;
  }

  body.home .hero-sequence-status > small {
    max-width: 150px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.home .site-header {
    opacity: .86 !important;
  }

  body.home .resources-section,
  body.home .metaads-feature-chapter {
    padding-block: 44px !important;
  }
}

/* 2026-08-14 — authoritative homepage finish.
   Keep this block last so legacy chapter rules cannot reintroduce seams,
   dark navigation or oversized resource typography. */
html,
body,
body.home #page,
body.home main#main-content {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: clip;
}

body.home .hero-sequence .hero-stage,
body.home .hero-sequence .hero-media {
  box-sizing: border-box !important;
  inset-inline: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

/* Keep the long scroll parent open so its sticky stage remains attached to
   the viewport; clipping this parent makes the hero copy disappear on scroll. */
body.home .hero-sequence {
  box-sizing: border-box !important;
  inset-inline: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.home .hero-sequence .hero-star-keyvisual,
body.home .hero-sequence[data-hero-scene] .hero-star-keyvisual {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: none !important;
  opacity: 1 !important;
}

body.home .hero-sequence::after,
body.home .hero-sequence .hero-media::after {
  border: 0 !important;
}

body.home .hero-sequence + section,
body.home .hero-global-followup {
  margin-top: -1px !important;
  border-top: 0 !important;
}

body.home .hero-sequence-status {
  z-index: 8 !important;
  display: grid !important;
  grid-template-columns: auto 76px auto !important;
  gap: 10px !important;
  align-items: center !important;
  padding: 9px 12px !important;
  border: 1px solid rgba(255,255,255,.7) !important;
  border-radius: 999px !important;
  color: #0a1a4f !important;
  background: rgba(248,252,255,.68) !important;
  box-shadow: 0 10px 28px rgba(10,26,79,.1) !important;
  text-shadow: none !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.2) !important;
  backdrop-filter: blur(14px) saturate(1.2) !important;
}

body.home .hero-sequence-status > span {
  color: #0057e1 !important;
  font-weight: 700 !important;
}

body.home .hero-sequence-status > small {
  color: #23345f !important;
  font-size: 10px !important;
  font-weight: 650 !important;
  letter-spacing: .08em !important;
  white-space: nowrap;
}

body.home .hero-sequence-status > div {
  background: rgba(10,26,79,.18) !important;
}

body.home .hero-sequence-status > div i {
  background: linear-gradient(90deg,#37c1f0,#0057e1) !important;
}

body.home .site-header {
  opacity: calc(.68 + (var(--header-reveal,0) * .32)) !important;
  color: #0a1a4f !important;
  background: linear-gradient(105deg,rgba(255,255,255,.55),rgba(232,246,255,.48),rgba(255,255,255,.58)) !important;
  border: 1px solid rgba(255,255,255,.76) !important;
  box-shadow: 0 14px 42px rgba(10,26,79,.11) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.28) !important;
  backdrop-filter: blur(22px) saturate(1.28) !important;
}

body.home .site-header.is-scrolled,
body.home .site-header.is-menu-open,
body.home .site-header:focus-within {
  opacity: 1 !important;
  background: rgba(249,253,255,.92) !important;
}

body.home .site-logo__on-dark { display: none !important; }
body.home .site-logo__on-light { display: block !important; }

body.home .desktop-nav .gt-nav-link,
body.home .header-tools .language-link {
  color: #0a1a4f !important;
}

body.home .desktop-nav .gt-nav-link:hover,
body.home .desktop-nav .gt-nav-link:focus-visible,
body.home .desktop-nav .gt-nav-item.is-open > .gt-nav-link {
  color: #0057e1 !important;
  background: rgba(0,87,225,.08) !important;
}

body.home .header-contact {
  color: #fff !important;
  background: #0057e1 !important;
}

body.home .industry-card img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body.home .resources-section {
  min-height: 0 !important;
  padding: 38px 0 44px !important;
  background: #f4f5f9 !important;
}

body.home .resources-head {
  margin-bottom: 18px !important;
}

body.home .resources-head h2 {
  font-size: clamp(23px,1.8vw,29px) !important;
  line-height: 1.12 !important;
}

body.home .resources-head > a {
  font-size: 12px !important;
}

body.home .resources-grid {
  gap: 18px !important;
}

body.home .resource-card figure {
  aspect-ratio: 16 / 9 !important;
  margin: 0 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}

body.home .resource-card__meta {
  margin-top: 9px !important;
  font-size: 10px !important;
}

body.home .resource-card h3 {
  margin-top: 6px !important;
  font-size: clamp(14px,1vw,17px) !important;
  line-height: 1.32 !important;
}

body.home .chapter-nav {
  display: none !important;
}

@media (max-width: 820px) {
  body.home .hero-sequence .hero-star-keyvisual,
  body.home .hero-sequence[data-hero-scene] .hero-star-keyvisual {
    object-position: 58% center !important;
  }

  body.home .hero-sequence-status {
    right: 16px !important;
    bottom: 18px !important;
    grid-template-columns: auto 44px auto !important;
    gap: 7px !important;
    padding: 8px 10px !important;
  }

  body.home .hero-sequence-status > small {
    font-size: 9px !important;
  }

  body.home .resources-section {
    padding: 30px 0 34px !important;
  }
}

/* 2026-08-14 — final homepage visual QA. */
.site-logo__on-light {
  display: none;
}

body.home .site-logo__on-dark {
  display: none;
}

body.home .site-logo__on-light {
  display: block;
}

body.home .hero-sequence {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-inline: calc(50% - 50vw) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f4f9ff;
}

body.home .hero-sequence .hero-stage,
body.home .hero-sequence .hero-media {
  inset-inline: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
}

body.home .hero-sequence .hero-star-keyvisual,
body.home .hero-sequence[data-hero-scene] .hero-star-keyvisual {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: none !important;
  opacity: 1 !important;
}

body.home .hero-sequence-status {
  display: grid !important;
  color: rgba(10,26,79,.84) !important;
  text-shadow: 0 1px 10px rgba(255,255,255,.96);
}

body.home .hero-sequence-status > span {
  color: #0057e1 !important;
  font-weight: 700;
}

body.home .hero-sequence-status > small {
  color: #0a1a4f !important;
  font-weight: 650;
  letter-spacing: .1em;
}

body.home .hero-sequence-status > div {
  background: rgba(10,26,79,.2) !important;
}

body.home .hero-sequence-status > div i {
  background: linear-gradient(90deg,#37c1f0,#0057e1) !important;
}

body.home .hero-sequence + section,
body.home .hero-global-followup {
  margin-top: 0 !important;
  border-top: 0 !important;
}

body.home .site-header {
  opacity: calc(.78 + var(--header-reveal,0) * .22) !important;
  color: #0a1a4f;
  background: rgba(249,252,255,calc(.62 + var(--header-reveal,0) * .32)) !important;
  border: 1px solid rgba(10,26,79,.12) !important;
  box-shadow: 0 18px 42px rgba(10,26,79,.12) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.18) !important;
  backdrop-filter: blur(18px) saturate(1.18) !important;
}

body.home .site-header.is-menu-open,
body.home .site-header:focus-within,
body.home .site-header.is-scrolled {
  opacity: 1 !important;
  background: rgba(249,252,255,.94) !important;
}

body.home .desktop-nav .gt-nav-link,
body.home .header-tools .language-link {
  color: #0a1a4f !important;
}

body.home .desktop-nav .gt-nav-link:hover,
body.home .desktop-nav .gt-nav-link:focus-visible,
body.home .desktop-nav .gt-nav-item.is-open > .gt-nav-link {
  color: #0057e1 !important;
  background: rgba(0,87,225,.09) !important;
}

body.home .header-contact {
  color: #fff !important;
  background: #0057e1 !important;
}

body.home .resources-section {
  padding: 48px 0 56px !important;
  background: #f4f5f9;
}

body.home .resources-head {
  margin-bottom: 20px !important;
}

body.home .resources-head h2 {
  font-size: clamp(24px,2vw,32px) !important;
  line-height: 1.12 !important;
}

body.home .resources-head > a {
  font-size: 13px !important;
}

body.home .resources-grid {
  gap: 22px !important;
}

body.home .resource-card figure {
  aspect-ratio: 1.68 / 1 !important;
  border-radius: 16px;
}

body.home .resource-card__meta {
  margin-top: 11px !important;
  font-size: 11px !important;
}

body.home .resource-card h3 {
  margin-top: 8px !important;
  font-size: clamp(15px,1.15vw,18px) !important;
  line-height: 1.35 !important;
}

@media (max-width: 820px) {
  body.home .hero-sequence .hero-star-keyvisual,
  body.home .hero-sequence[data-hero-scene] .hero-star-keyvisual {
    object-position: 58% center !important;
  }

  body.home .hero-sequence-status {
    right: 20px;
    bottom: 28px;
    grid-template-columns: auto 52px auto;
    gap: 8px;
    font-size: 10px;
  }

  body.home .resources-section {
    padding: 36px 0 40px !important;
  }
}

/* Homepage finishing pass: full-bleed key visual, progressive navigation and
   a dedicated Da Nang-to-global handoff below the three opening messages. */
html,
body,
#page,
main#main-content {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body.home .hero-sequence,
body.home .hero-sequence .hero-stage,
body.home .hero-sequence .hero-media {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  inset-inline: 0;
  border-radius: 0;
}

body.home .hero-sequence .hero-stage {
  left: 0;
  right: 0;
}

body.home .site-header {
  --header-reveal: 0;
  opacity: calc(.72 + (var(--header-reveal) * .28));
  border-color: rgba(255,255,255,calc(.08 + (var(--header-reveal) * .10)));
  background: rgba(5,15,49,calc(.48 + (var(--header-reveal) * .48)));
  box-shadow: 0 14px 38px rgba(5,15,49,calc(.08 + (var(--header-reveal) * .16)));
  -webkit-backdrop-filter: blur(calc(9px + (var(--header-reveal) * 9px))) saturate(1.08);
  backdrop-filter: blur(calc(9px + (var(--header-reveal) * 9px))) saturate(1.08);
}

body.home .site-header.is-scrolled {
  opacity: calc(.72 + (var(--header-reveal) * .28));
  background: rgba(5,15,49,calc(.48 + (var(--header-reveal) * .48)));
}

body.home .site-header.is-menu-open,
body.home .site-header:focus-within {
  opacity: 1;
  background: rgba(5,15,49,.97);
}

body.home .hero-sequence .hero-scroll {
  bottom: 14px;
  transform: none;
}

.hero-global-followup {
  position: relative;
  min-height: clamp(600px,82svh,790px);
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  color: var(--navy-deep);
  background: #eef6fc;
}

.hero-global-followup__media {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.hero-global-followup__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(247,251,255,.98) 0%,rgba(247,251,255,.93) 34%,rgba(247,251,255,.62) 53%,rgba(247,251,255,.12) 75%);
}

.hero-global-followup__media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.hero-global-followup__content {
  width: 100%;
  padding-block: clamp(104px,12vw,160px);
}

.hero-global-followup__context {
  margin-bottom: 20px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .09em;
}

.hero-global-followup h2 {
  max-width: 680px;
  margin-bottom: 24px;
  color: var(--navy-deep);
  font-size: clamp(38px,4.2vw,62px);
  font-weight: 520;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.hero-global-followup h2 em {
  color: var(--blue);
  font-style: normal;
}

.hero-global-followup__content > p:not(.hero-global-followup__context) {
  max-width: 580px;
  margin-bottom: 30px;
  color: #425270;
  font-size: 15px;
  line-height: 1.7;
}

.hero-global-followup__content > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  font-size: 14px;
  font-weight: 650;
  box-shadow: 0 12px 30px rgba(0,87,225,.2);
}

.hero-global-followup__content > a:hover {
  background: #0048bd;
  transform: translateY(-2px);
}

@media (max-width: 820px) {
  body.home .site-header {
    opacity: calc(.72 + (var(--header-reveal) * .28));
  }

  body.home .hero-sequence .hero-scroll {
    bottom: 10px;
  }

  .hero-global-followup {
    min-height: 680px;
    align-items: end;
  }

  .hero-global-followup__media::after {
    background: linear-gradient(180deg,rgba(247,251,255,.18) 0%,rgba(247,251,255,.52) 42%,rgba(247,251,255,.98) 78%);
  }

  .hero-global-followup__media img {
    object-position: 63% center;
  }

  .hero-global-followup__content {
    padding-block: 320px 64px;
  }

  .hero-global-followup h2 {
    max-width: 540px;
    font-size: clamp(32px,8.6vw,42px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-sequence {
    min-height: 100svh;
  }
}

/* The opening story has exactly three text beats over one persistent key visual. */
.hero-sequence .hero-handoff {
  display: none !important;
}

/* Keep the opening intentionally quiet: one image, one message at a time. */
.hero-sequence .hero-journey-index {
  display: none !important;
}

@media (max-width: 820px) {
  .hero-sequence .hero-beat,
  .hero-sequence .hero-beat-origin,
  .hero-sequence .hero-beat-bridge,
  .hero-sequence .hero-beat-global {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: none;
    padding-right: 20px !important;
    padding-left: 20px !important;
    overflow-wrap: anywhere;
  }

  .hero-sequence .hero-actions {
    box-sizing: border-box;
    width: min(100%, 360px);
    max-width: 100%;
  }

  .hero-sequence .hero-actions a,
  .hero-sequence .hero-global-action {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .hero-sequence .hero-beat h1,
  .hero-sequence .hero-beat h2 {
    font-size: clamp(31px, 8.6vw, 38px);
    line-height: 1.08;
  }

  .hero-sequence .hero-beat > p:not(.hero-kicker) {
    box-sizing: border-box;
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
    overflow-wrap: break-word;
  }
}

/* GOTEK 9440 — FINAL CASCADE LOCK. Keep this block at EOF. */
body.home .hero-sequence {
  width: 100vw !important;
  max-width: none !important;
  margin-inline: calc(50% - 50vw) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}
body.home .hero-stage,
body.home .hero-media { inset: 0 !important; width: 100% !important; max-width: none !important; margin: 0 !important; }
body.home .hero-star-keyvisual { display: block !important; width: 100% !important; height: 100% !important; max-width: none !important; object-fit: contain !important; object-position: center !important; opacity: 1 !important; filter: none !important; transform: none !important; }
body.home .hero-sequence::before,
body.home .hero-sequence::after,
body.home .hero-stage::before,
body.home .hero-stage::after { display: none !important; }

body.home .site-header {
  opacity: .76 !important;
  border: 1px solid rgba(255,255,255,.72) !important;
  color: #0a1a4f !important;
  background: rgba(255,255,255,.5) !important;
  box-shadow: 0 12px 36px rgba(10,26,79,.08) !important;
  -webkit-backdrop-filter: blur(18px) saturate(135%) !important;
  backdrop-filter: blur(18px) saturate(135%) !important;
}
body.home .site-header.is-scrolled,
body.home .site-header.is-menu-open,
body.home .site-header:focus-within,
body.home .site-header:hover { opacity: 1 !important; background: rgba(255,255,255,.92) !important; box-shadow: 0 18px 48px rgba(10,26,79,.13) !important; }
body.home .site-logo__on-dark { display: none !important; }
body.home .site-logo__on-light { display: block !important; }
body.home .desktop-nav a,
body.home .language-link { color: #0a1a4f !important; }
body.home .header-contact { color: #fff !important; background: #0057e1 !important; }

body.home .hero-sequence-status { z-index: 10 !important; display: grid !important; grid-template-columns: auto clamp(56px,7vw,104px) auto !important; align-items: center !important; gap: 10px !important; right: clamp(24px,5vw,88px) !important; bottom: clamp(24px,4vh,52px) !important; width: auto !important; padding: 9px 14px !important; border: 1px solid rgba(10,26,79,.1) !important; border-radius: 999px !important; color: #0a1a4f !important; background: rgba(255,255,255,.8) !important; box-shadow: 0 10px 30px rgba(10,26,79,.08) !important; -webkit-backdrop-filter: blur(14px) saturate(125%) !important; backdrop-filter: blur(14px) saturate(125%) !important; }
body.home .hero-sequence-status > span { color: #0057e1 !important; font-size: 12px !important; font-weight: 700 !important; }
body.home .hero-sequence-status > small { color: rgba(10,26,79,.82) !important; font-size: 11px !important; font-weight: 650 !important; letter-spacing: .08em !important; white-space: nowrap !important; }
body.home .hero-sequence-status > div { height: 2px !important; background: rgba(10,26,79,.14) !important; }
body.home .hero-sequence-status > div i { background: linear-gradient(90deg,#16bfd7,#0057e1) !important; }

body.home .industry-card > img,
body.home .resource-card figure > img,
body.home .ecosystem-master-logo > img,
body.home .ecosystem-unit-logo > img { display: block !important; visibility: visible !important; opacity: 1 !important; }
body.home .industry-card > img { position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; object-fit: cover !important; }
body.home .ecosystem-master-logo > img,
body.home .ecosystem-unit-logo > img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-industry-pause], .industry-pause, .services-motion-toggle, .industry-motion-toggle, body.home .chapter-nav { display: none !important; }

body.home .metaads-feature-chapter,
body.home .resources-section { min-height: 0 !important; margin: 0 !important; padding-block: clamp(52px,6vw,82px) !important; }
body.home .metaads-feature-head h2,
body.home .resources-head h2 { font-size: clamp(28px,2.55vw,38px) !important; line-height: 1.12 !important; }
body.home .resources-head { margin-bottom: 22px !important; }
body.home .resources-grid { gap: clamp(18px,2vw,28px) !important; }
body.home .resource-card figure { aspect-ratio: 16/9 !important; margin-bottom: 12px !important; }
body.home .resource-card__meta { margin-bottom: 8px !important; font-size: 11px !important; }
body.home .resource-card h3 { font-size: clamp(16px,1.25vw,20px) !important; line-height: 1.3 !important; }

@media (max-width: 820px) {
  body.home .hero-star-keyvisual { object-position: 62% center !important; }
  body.home .hero-sequence-status { right: 16px !important; bottom: 24px !important; grid-template-columns: auto 46px auto !important; padding: 7px 10px !important; }
  body.home .hero-sequence-status > small { font-size: 9px !important; letter-spacing: .05em !important; }
  body.home .resources-section { padding-block: 38px 44px !important; }
}

/* Compact resources rail: supporting content, not another hero section. */
body.home .resources-section {
  padding-block: clamp(28px, 3vw, 40px) !important;
}
body.home .resources-head {
  margin-bottom: 14px !important;
}
body.home .resources-head h2 {
  font-size: clamp(18px, 1.35vw, 20px) !important;
  letter-spacing: -.025em !important;
}
body.home .resources-head > a {
  font-size: 11px !important;
}
body.home .resources-grid {
  gap: clamp(14px, 1.5vw, 20px) !important;
}
body.home .resource-card figure {
  aspect-ratio: 16 / 8.3 !important;
  margin-bottom: 7px !important;
  border-radius: 10px !important;
}
body.home .resource-card__meta {
  gap: 6px !important;
  margin-bottom: 5px !important;
  font-size: 9px !important;
  line-height: 1 !important;
}
body.home .resource-card__meta span {
  padding: 4px 7px !important;
}
body.home .resource-card__meta time {
  font-size: 9px !important;
}
body.home .resource-card h3 {
  font-size: clamp(14px, 1.02vw, 16px) !important;
  line-height: 1.28 !important;
}

@media (max-width: 820px) {
  body.home .resources-section { padding-block: 26px 32px !important; }
  body.home .resources-head h2 { font-size: 18px !important; }
  body.home .resource-card h3 { font-size: 15px !important; }
}

/* Unified header state across home, about, 404 and coming-soon pages. */
.site-header,
.site-header.is-contextual {
  opacity: calc(.76 + (var(--header-reveal, 0) * .24)) !important;
  color: #0a1a4f !important;
  border: 1px solid rgba(255,255,255,.72) !important;
  background: rgba(255,255,255,.5) !important;
  box-shadow: 0 12px 36px rgba(10,26,79,.08) !important;
  -webkit-backdrop-filter: blur(18px) saturate(135%) !important;
  backdrop-filter: blur(18px) saturate(135%) !important;
}

.site-header.is-scrolled,
.site-header.is-menu-open,
.site-header:focus-within {
  opacity: 1 !important;
  border-color: rgba(10,26,79,.08) !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: 0 18px 48px rgba(10,26,79,.13) !important;
  -webkit-backdrop-filter: blur(10px) saturate(120%) !important;
  backdrop-filter: blur(10px) saturate(120%) !important;
}

.site-header .site-logo__on-dark { display: none !important; }
.site-header .site-logo__on-light { display: block !important; }
.site-header .desktop-nav a,
.site-header .language-link { color: #0a1a4f !important; }
.site-header .header-contact { color: #fff !important; background: #0057e1 !important; }

/* One supporting-copy treatment across all three hero scroll scenes. */
body.home .hero-sequence .hero-beat > p:not(.hero-kicker) {
  width: min(610px, 50vw) !important;
  max-width: 610px !important;
  padding: 12px 16px !important;
  border-left: 3px solid #0057e1 !important;
  border-radius: 0 12px 12px 0 !important;
  color: #4c5c79 !important;
  background: rgba(255,255,255,.78) !important;
  box-shadow: 0 10px 28px rgba(10,26,79,.055) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  backdrop-filter: blur(8px) !important;
}

@media (max-width: 820px) {
  body.home .hero-sequence .hero-beat > p:not(.hero-kicker) {
    width: 100% !important;
    padding: 10px 13px !important;
  }
}

/* Final header lock: keep the navigation fully clear on every template and state. */
html body .site-header,
html body .site-header.is-contextual,
html body .site-header.is-scrolled,
html body .site-header.is-menu-open,
html body .site-header:hover,
html body .site-header:focus-within {
  opacity: 1 !important;
  color: #0a1a4f !important;
  border-color: rgba(10, 26, 79, .09) !important;
  background: #fff !important;
  box-shadow: 0 14px 38px rgba(10, 26, 79, .12) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

html body .site-header .site-logo__on-dark { display: none !important; }
html body .site-header .site-logo__on-light {
  display: block !important;
  opacity: 1 !important;
  filter: none !important;
}
html body .site-header .desktop-nav a,
html body .site-header .language-link {
  color: #0a1a4f !important;
  opacity: 1 !important;
}
html body .site-header .header-contact {
  color: #fff !important;
  background: #0057e1 !important;
  opacity: 1 !important;
}

/* Homepage process — four delivery stages built around the supplied Gotek visual. */
body.home .global-process {
  position: relative !important;
  display: block !important;
  min-height: 0 !important;
  padding: clamp(64px, 6.5vw, 94px) var(--gutter) clamp(70px, 7vw, 104px) !important;
  overflow: clip !important;
  color: #0a1a4f !important;
  background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 56%, #fbfdff 100%) !important;
}

body.home .global-process::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 49.94%, rgba(0, 87, 225, .045) 50%, transparent 50.06%);
}

body.home .global-process__shell {
  position: relative;
  z-index: 2;
  width: min(1320px, 100%) !important;
}

body.home .global-process__head {
  width: min(850px, 100%);
  margin: 0 auto clamp(42px, 5vw, 66px);
  text-align: center;
}

body.home .global-process__eyebrow {
  margin: 0 0 13px !important;
  color: #0057e1 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase;
}

body.home .global-process__head h2 {
  margin: 0 !important;
  color: #0a1a4f !important;
  font-size: clamp(31px, 3.05vw, 46px) !important;
  font-weight: 600 !important;
  letter-spacing: -.045em !important;
  line-height: 1.1 !important;
}

body.home .global-process__head h2 strong {
  color: #0057e1 !important;
  font-weight: 700 !important;
}

body.home .global-process__head > p:last-child {
  max-width: 690px;
  margin: 17px auto 0 !important;
  color: #53627e !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
}

body.home .global-process__layout {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(340px, 430px) minmax(240px, 1fr);
  grid-template-rows: repeat(2, minmax(190px, auto));
  gap: clamp(28px, 3.5vw, 54px) clamp(34px, 4vw, 62px);
  align-items: center;
}

body.home .global-process__step {
  position: relative;
  align-self: stretch;
  min-width: 0;
  padding: 24px 4px 20px;
  border-top: 1px solid #cddcef;
  background: transparent;
  transition: border-color 260ms ease, transform 260ms ease;
}

body.home .global-process__step:hover {
  border-color: #0057e1;
  transform: translateY(-3px);
}

body.home .global-process__step--one { grid-area: 1 / 1; }
body.home .global-process__step--two { grid-area: 1 / 3; }
body.home .global-process__step--three { grid-area: 2 / 1; }
body.home .global-process__step--four { grid-area: 2 / 3; }

body.home .global-process__step-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

body.home .global-process__step-head > span {
  color: #0057e1;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

body.home .global-process__step-head .gotek-icon {
  width: 20px;
  height: 20px;
  padding: 0;
  color: #0057e1;
  stroke-width: 1.7;
}

body.home .global-process__step h3 {
  margin: 0 0 9px;
  color: #0a1a4f;
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 650;
  letter-spacing: -.025em;
  line-height: 1.3;
}

body.home .global-process__step p {
  max-width: 34ch;
  margin: 0;
  color: #53627e;
  font-size: 12px;
  line-height: 1.65;
}

body.home .global-process__visual {
  position: relative;
  grid-area: 1 / 2 / 3 / 3;
  width: 100%;
  aspect-ratio: 1;
  margin: 0;
  isolation: isolate;
  filter: drop-shadow(0 20px 36px rgba(10, 26, 79, .1));
}

body.home .global-process__reference {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
  filter: none !important;
}

body.home .global-process__visual-card {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 39%;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 19%;
  color: #fff;
  background: linear-gradient(145deg, #071a55 0%, #0747be 64%, #0877f5 100%);
  box-shadow: inset 0 0 32px rgba(20, 188, 212, .1);
  transform: rotate(45deg);
}

body.home .global-process__visual-card::after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: 14%;
  width: 56%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #13c7df, #0a72f1);
  box-shadow: 0 0 12px rgba(19, 199, 223, .72);
  transform: rotate(-18deg);
}

body.home .global-process__visual-card span {
  position: relative;
  z-index: 2;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  transform: rotate(-45deg);
}

body.home .global-process__visual-card--top { top: 6%; left: 30.5%; }
body.home .global-process__visual-card--right { top: 30.5%; right: 6%; }
body.home .global-process__visual-card--bottom { bottom: 6%; left: 30.5%; }
body.home .global-process__visual-card--left { top: 30.5%; left: 6%; }

body.home .global-process__brand {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: grid;
  width: 35%;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(10, 26, 79, .08);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 18px 42px rgba(10, 26, 79, .13);
  transform: translate(-50%, -50%);
}

body.home .global-process__brand img {
  display: block;
  width: 72%;
  height: auto;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

body.home .global-process__action {
  display: flex;
  justify-content: center;
  margin-top: clamp(36px, 4vw, 52px);
}

body.home .global-process__action .pill-action {
  min-height: 48px;
  padding-inline: 20px;
  color: #fff;
  background: #0057e1;
  box-shadow: 0 14px 32px rgba(0, 87, 225, .2);
}

@media (max-width: 1020px) {
  body.home .global-process__layout {
    grid-template-columns: minmax(220px, 1fr) minmax(300px, 370px) minmax(220px, 1fr);
    column-gap: 28px;
  }
}

@media (max-width: 820px) {
  body.home .global-process {
    padding: 52px 18px 64px !important;
  }
  body.home .global-process__head {
    margin-bottom: 34px;
    text-align: left;
  }
  body.home .global-process__head h2 {
    font-size: clamp(29px, 9vw, 38px) !important;
  }
  body.home .global-process__head > p:last-child {
    margin-inline: 0 !important;
  }
  body.home .global-process__layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0;
  }
  body.home .global-process__visual {
    grid-area: auto;
    width: min(330px, 88vw);
    margin: 0 auto 34px;
    order: -1;
  }
  body.home .global-process__step,
  body.home .global-process__step--one,
  body.home .global-process__step--two,
  body.home .global-process__step--three,
  body.home .global-process__step--four {
    grid-area: auto;
    min-height: 0;
    padding: 22px 2px;
  }
  body.home .global-process__step-head {
    margin-bottom: 14px;
  }
  body.home .global-process__step p {
    max-width: 48ch;
  }
  body.home .global-process__action {
    justify-content: flex-start;
    margin-top: 28px;
  }
}

/* Mobile release hardening: keep every section readable without horizontal clipping. */
@media (max-width: 820px) {
  /* The compact launcher must never cover section copy or the hero location indicator. */
  .chat-gotek {
    right: max(12px, env(safe-area-inset-right)) !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    width: 48px !important;
    height: 48px !important;
  }

  .chat-gotek-launcher {
    grid-template-columns: 1fr !important;
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 5px !important;
    border-radius: 14px !important;
  }

  .chat-gotek-launcher-logo {
    width: 36px !important;
    height: 36px !important;
    border-radius: 10px !important;
  }

  .chat-gotek-launcher-logo img { width: 25px !important; height: auto !important; }
  .chat-gotek-launcher-copy,
  .chat-gotek-ai-tag { display: none !important; }

  body.home .hero-sequence-status {
    left: 14px !important;
    right: 74px !important;
    bottom: 14px !important;
    width: auto !important;
    min-width: 0 !important;
    grid-template-columns: auto minmax(28px, 1fr) auto !important;
    gap: 7px !important;
    padding: 7px 9px !important;
  }

  body.home .hero-sequence-status > small {
    min-width: 0 !important;
    max-width: 132px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 8.5px !important;
    letter-spacing: .04em !important;
  }

  /* Process: artwork first, then four full-width readable steps. */
  body.home .global-process__shell {
    width: min(100% - 28px, 1180px) !important;
    min-width: 0 !important;
  }

  body.home .global-process__visual {
    width: min(330px, 88vw) !important;
    max-width: 100% !important;
  }

  body.home .global-process__step,
  body.home .global-process__step:hover {
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: 48px minmax(0, 1fr) !important;
    column-gap: 10px !important;
    padding: 18px 0 !important;
    transform: none !important;
  }

  body.home .global-process__step-head > span::after { width: 22px !important; }
  body.home .global-process__step h3 {
    min-width: 0 !important;
    margin-bottom: 7px !important;
    font-size: 17px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
  body.home .global-process__step p {
    min-width: 0 !important;
    max-width: none !important;
    font-size: 12px !important;
    line-height: 1.58 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  /* Product features: collapse the desktop two-column row before text becomes narrow. */
  body.home .metaads-feature-shell {
    width: calc(100% - 24px) !important;
    min-width: 0 !important;
    padding: 30px 16px !important;
    overflow: hidden !important;
  }

  body.home .metaads-feature-list {
    width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  body.home .metaads-feature-row {
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 17px !important;
    overflow: hidden !important;
  }

  body.home .metaads-feature-category {
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    gap: 11px !important;
    padding: 0 0 14px !important;
    border-right: 0 !important;
    border-bottom: 1px solid #e1e6ef !important;
  }

  body.home .metaads-feature-row > ul {
    display: grid !important;
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
  }

  body.home .metaads-feature-row > ul > li {
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: 30px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: start !important;
    padding: 9px 0 !important;
  }

  body.home .metaads-feature-row li strong {
    min-width: 0 !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  /* Keep service filters swipeable, but remove the browser's raw scrollbar. */
  body.home .services-showcase__tabs {
    max-width: calc(100% - 24px) !important;
    padding: 0 2px 4px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-inline: contain !important;
    scroll-snap-type: x proximity !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }
  body.home .services-showcase__tabs::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  body.home .services-showcase__tabs button,
  body.home .services-showcase__tabs > a {
    flex: 0 0 auto !important;
    scroll-snap-align: start !important;
  }

  /* Ecosystem logos stay crisp and compact instead of pushing into their copy. */
  body.home .ecosystem-unit {
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: minmax(0, 1fr) 20px !important;
    gap: 10px 12px !important;
    padding: 17px !important;
    overflow: hidden !important;
  }
  body.home .ecosystem-unit-logo {
    grid-column: 1 / -1 !important;
    width: 176px !important;
    height: 54px !important;
    min-width: 0 !important;
    justify-content: flex-start !important;
  }
  body.home .ecosystem-unit-logo > img,
  body.home .ecosystem-unit[data-brand="gonetwork"] .ecosystem-unit-logo > img,
  body.home .ecosystem-unit[data-brand*="network"] .ecosystem-unit-logo > img {
    width: 170px !important;
    height: 50px !important;
    max-width: 100% !important;
    object-fit: contain !important;
    object-position: left center !important;
  }
  body.home .ecosystem-unit-copy {
    grid-column: 1 !important;
    width: auto !important;
    min-width: 0 !important;
  }
  body.home .ecosystem-unit-copy p {
    max-width: none !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
}

@media (max-width: 540px) {
  body.home .hero-sequence .hero-beat {
    padding-inline: 14px !important;
  }
  body.home .hero-sequence .hero-kicker {
    max-width: 100% !important;
    font-size: 10px !important;
    line-height: 1.4 !important;
    letter-spacing: .12em !important;
  }
  body.home .hero-sequence h1,
  body.home .hero-sequence .hero-beat h2 {
    max-width: 11.5ch !important;
    font-size: clamp(32px, 9.6vw, 39px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.035em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
  body.home .hero-sequence .hero-beat > p:not(.hero-kicker) {
    max-width: 100% !important;
    padding: 11px 13px !important;
    font-size: 13px !important;
    line-height: 1.62 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
  body.home .hero-sequence .hero-actions {
    width: 100% !important;
    gap: 8px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .global-process__step { transition: none; }
}

/* Final process layout: preserve the supplied artwork intact and follow the four-copy reference. */
body.home .global-process {
  padding-block: clamp(58px, 5vw, 78px) !important;
  background: #fff !important;
}

body.home .global-process::before { content: none !important; }

body.home .global-process__head {
  width: min(900px, 100%);
  margin-bottom: clamp(40px, 4vw, 58px);
}

body.home .global-process__head h2 {
  font-size: clamp(30px, 2.75vw, 42px) !important;
}

body.home .global-process__head > p:last-child {
  max-width: 760px;
}

body.home .global-process__layout {
  grid-template-columns: minmax(270px, 1fr) minmax(280px, 360px) minmax(270px, 1fr);
  grid-template-rows: repeat(2, minmax(215px, auto));
  gap: 34px clamp(34px, 4vw, 70px);
  align-items: start;
}

body.home .global-process__step,
body.home .global-process__step:hover {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-content: start;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

body.home .global-process__step-head {
  grid-column: 1;
  grid-row: 1;
  display: block;
  margin: 4px 0 0;
}

body.home .global-process__step-head > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0871ef;
  font-size: 13px;
  letter-spacing: 0;
}

body.home .global-process__step-head > span::after {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  background: #0a1a4f;
}

body.home .global-process__step-head .gotek-icon { display: none; }

body.home .global-process__step h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 13px;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.32;
}

body.home .global-process__step p {
  grid-column: 2;
  grid-row: 2;
  max-width: 39ch;
  font-size: 13px;
  line-height: 1.65;
}

body.home .global-process__visual {
  align-self: center;
  width: 100%;
  aspect-ratio: 1;
  filter: none !important;
}

body.home .global-process__reference {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

body.home .global-process__visual-card,
body.home .global-process__brand { display: none !important; }

@media (max-width: 1040px) {
  body.home .global-process__layout {
    grid-template-columns: minmax(230px, 1fr) minmax(250px, 310px) minmax(230px, 1fr);
    column-gap: 28px;
  }
  body.home .global-process__step {
    grid-template-columns: 58px minmax(0, 1fr);
  }
  body.home .global-process__step-head > span::after { width: 27px; }
}

@media (max-width: 820px) {
  body.home .global-process {
    padding-block: 48px 58px !important;
  }
  body.home .global-process__head {
    margin-bottom: 30px;
  }
  body.home .global-process__layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0;
  }
  body.home .global-process__visual {
    grid-area: auto;
    width: min(330px, 92vw);
    margin: 0 auto 36px;
    order: -1;
  }
  body.home .global-process__step,
  body.home .global-process__step:hover,
  body.home .global-process__step--one,
  body.home .global-process__step--two,
  body.home .global-process__step--three,
  body.home .global-process__step--four {
    grid-area: auto;
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 22px 0;
    border-top: 1px solid #d8e3f1;
  }
  body.home .global-process__step h3 { font-size: 18px; }
  body.home .global-process__step p { max-width: 48ch; }
}

/* Compact process tuning: larger artwork, tighter copy and a clean white image field. */
body.home .global-process {
  padding-block: clamp(38px, 3.6vw, 56px) !important;
}

body.home .global-process__head {
  margin-bottom: clamp(24px, 2.7vw, 36px);
}

body.home .global-process__eyebrow {
  margin-bottom: 9px !important;
  font-size: 10px !important;
}

body.home .global-process__head h2 {
  max-width: 780px;
  margin-inline: auto !important;
  font-size: clamp(27px, 2.3vw, 35px) !important;
  line-height: 1.12 !important;
}

body.home .global-process__head > p:last-child {
  margin-top: 12px !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}

body.home .global-process__layout {
  grid-template-columns: minmax(280px, 1fr) minmax(390px, 470px) minmax(280px, 1fr);
  grid-template-rows: repeat(2, minmax(180px, auto));
  gap: 18px clamp(18px, 2vw, 30px);
  align-items: center;
}

body.home .global-process__step,
body.home .global-process__step:hover {
  grid-template-columns: 62px minmax(0, 1fr);
  align-self: center;
}

body.home .global-process__step-head > span::after { width: 31px; }

body.home .global-process__step h3 {
  margin-bottom: 8px;
  font-size: clamp(17px, 1.25vw, 20px);
}

body.home .global-process__step p {
  max-width: 43ch;
  font-size: 12px;
  line-height: 1.58;
}

body.home .global-process__visual {
  width: min(470px, 100%);
  margin-inline: auto;
  background: #fff;
}

body.home .global-process__reference {
  background: #fff;
  filter: brightness(1.01) contrast(1.005) !important;
}

@media (max-width: 1120px) {
  body.home .global-process__layout {
    grid-template-columns: minmax(240px, 1fr) minmax(330px, 400px) minmax(240px, 1fr);
    column-gap: 20px;
  }
}

@media (max-width: 820px) {
  body.home .global-process {
    padding-block: 38px 48px !important;
  }
  body.home .global-process__head {
    margin-bottom: 24px;
  }
  body.home .global-process__head h2 {
    font-size: clamp(26px, 8vw, 33px) !important;
  }
  body.home .global-process__layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  body.home .global-process__visual {
    width: min(390px, 94vw);
    margin-bottom: 24px;
  }
  body.home .global-process__step,
  body.home .global-process__step:hover {
    grid-template-columns: 58px minmax(0, 1fr);
    padding-block: 18px;
  }
}

/* Mobile release hardening: keep every section readable without horizontal clipping. */
@media (max-width: 820px) {
  .chat-gotek {
    right: max(12px, env(safe-area-inset-right)) !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    width: 48px !important;
    height: 48px !important;
  }
  .chat-gotek-launcher {
    grid-template-columns: 1fr !important;
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 5px !important;
    border-radius: 14px !important;
  }
  .chat-gotek-launcher-logo {
    width: 36px !important;
    height: 36px !important;
    border-radius: 10px !important;
  }
  .chat-gotek-launcher-logo img { width: 25px !important; height: auto !important; }
  .chat-gotek-launcher-copy,
  .chat-gotek-ai-tag { display: none !important; }

  body.home .hero-sequence-status {
    left: 14px !important;
    right: 74px !important;
    bottom: 14px !important;
    width: auto !important;
    min-width: 0 !important;
    grid-template-columns: auto minmax(28px, 1fr) auto !important;
    gap: 7px !important;
    padding: 7px 9px !important;
  }
  body.home .hero-sequence-status > small {
    min-width: 0 !important;
    max-width: 132px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 8.5px !important;
    letter-spacing: .04em !important;
  }

  body.home .global-process__shell {
    width: min(100% - 28px, 1180px) !important;
    min-width: 0 !important;
  }
  body.home .global-process__visual {
    width: min(330px, 88vw) !important;
    max-width: 100% !important;
  }
  body.home .global-process__step,
  body.home .global-process__step:hover {
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: 48px minmax(0, 1fr) !important;
    column-gap: 10px !important;
    padding: 18px 0 !important;
    transform: none !important;
  }
  body.home .global-process__step-head > span::after { width: 22px !important; }
  body.home .global-process__step h3 {
    min-width: 0 !important;
    margin-bottom: 7px !important;
    font-size: 17px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
  body.home .global-process__step p {
    min-width: 0 !important;
    max-width: none !important;
    font-size: 12px !important;
    line-height: 1.58 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  body.home .metaads-feature-shell {
    width: calc(100% - 24px) !important;
    min-width: 0 !important;
    padding: 30px 16px !important;
    overflow: hidden !important;
  }
  body.home .metaads-feature-list {
    width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
  }
  body.home .metaads-feature-row {
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 17px !important;
    overflow: hidden !important;
  }
  body.home .metaads-feature-category {
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    gap: 11px !important;
    padding: 0 0 14px !important;
    border-right: 0 !important;
    border-bottom: 1px solid #e1e6ef !important;
  }
  body.home .metaads-feature-row > ul {
    display: grid !important;
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
  }
  body.home .metaads-feature-row > ul > li {
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: 30px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: start !important;
    padding: 9px 0 !important;
  }
  body.home .metaads-feature-row li strong {
    min-width: 0 !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  body.home .services-showcase__tabs {
    max-width: calc(100% - 24px) !important;
    padding: 0 2px 4px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-inline: contain !important;
    scroll-snap-type: x proximity !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }
  body.home .services-showcase__tabs::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  body.home .services-showcase__tabs button,
  body.home .services-showcase__tabs > a {
    flex: 0 0 auto !important;
    scroll-snap-align: start !important;
  }

  body.home .ecosystem-unit {
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: minmax(0, 1fr) 20px !important;
    gap: 10px 12px !important;
    padding: 17px !important;
    overflow: hidden !important;
  }
  body.home .ecosystem-unit-logo {
    grid-column: 1 / -1 !important;
    width: 176px !important;
    height: 54px !important;
    min-width: 0 !important;
    justify-content: flex-start !important;
  }
  body.home .ecosystem-unit-logo > img,
  body.home .ecosystem-unit[data-brand="gonetwork"] .ecosystem-unit-logo > img,
  body.home .ecosystem-unit[data-brand*="network"] .ecosystem-unit-logo > img {
    width: 170px !important;
    height: 50px !important;
    max-width: 100% !important;
    object-fit: contain !important;
    object-position: left center !important;
  }
  body.home .ecosystem-unit-copy {
    grid-column: 1 !important;
    width: auto !important;
    min-width: 0 !important;
  }
  body.home .ecosystem-unit-copy p {
    max-width: none !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
}

@media (max-width: 540px) {
  body.home .hero-sequence .hero-beat { padding-inline: 14px !important; }
  body.home .hero-sequence .hero-kicker {
    max-width: 100% !important;
    font-size: 10px !important;
    line-height: 1.4 !important;
    letter-spacing: .12em !important;
  }
  body.home .hero-sequence h1,
  body.home .hero-sequence .hero-beat h2 {
    max-width: 11.5ch !important;
    font-size: clamp(32px, 9.6vw, 39px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.035em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
  body.home .hero-sequence .hero-beat > p:not(.hero-kicker) {
    max-width: 100% !important;
    padding: 11px 13px !important;
    font-size: 13px !important;
    line-height: 1.62 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
  body.home .hero-sequence .hero-actions {
    width: 100% !important;
    gap: 8px !important;
  }
}
