.gsl-gate-page,
.gsl-gate-page * {
  min-width: 0;
}

html:has(.gsl-gate-page),
body:has(.gsl-gate-page) {
  overflow-x: hidden;
}

.gsl-gate-page {
  --gsl-bg: #f6f8fb;
  --gsl-surface: #ffffff;
  --gsl-ink: #101723;
  --gsl-muted: #607086;
  --gsl-line: #dce5ef;
  --gsl-blue: #0877d8;
  --gsl-blue-deep: #064a95;
  --gsl-cyan: #20b6e9;
  --gsl-shadow: 0 24px 70px rgba(17, 31, 48, 0.14);
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background:
    linear-gradient(180deg, #ffffff 0%, #f3f7fb 42%, #ffffff 100%),
    var(--gsl-bg);
  color: var(--gsl-ink);
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  user-select: none;
}

.gsl-gate-page *,
.gsl-gate-page *::before,
.gsl-gate-page *::after {
  box-sizing: border-box;
}

.gsl-gate-page code,
.gsl-gate-page pre,
.gsl-gate-page input,
.gsl-gate-page textarea {
  user-select: text;
}

.gsl-gate-page a {
  color: inherit;
  text-decoration: none;
}

.gsl-gate-page button {
  font: inherit;
}

.gsl-gate-page a:focus-visible,
.gsl-gate-page button:focus-visible,
.gsl-phone-stack:focus-visible {
  outline: 3px solid #ffbf3f;
  outline-offset: 4px;
}

.gsl-gate-page img,
.gsl-gate-page video {
  max-width: 100%;
}

.gsl-hero {
  position: relative;
  min-height: clamp(600px, 78vh, 760px);
  display: grid;
  align-items: end;
  padding: 110px clamp(20px, 5vw, 84px) 34px;
  color: #ffffff;
  isolation: isolate;
}

.gsl-hero-media,
.gsl-hero-slide,
.gsl-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gsl-hero-media {
  z-index: -3;
  overflow: hidden;
  background: #081321;
}

.gsl-hero-slide {
  opacity: 0;
  object-fit: cover;
  transition: opacity 680ms ease;
  pointer-events: none;
}

.gsl-hero-slide.is-active {
  opacity: 1;
}

.gsl-hero-shade {
  z-index: -2;
  background:
    radial-gradient(circle at 74% 20%, rgba(32, 182, 233, 0.34), transparent 34%),
    linear-gradient(90deg, rgba(6, 15, 29, 0.92) 0%, rgba(6, 15, 29, 0.7) 43%, rgba(6, 15, 29, 0.18) 100%),
    linear-gradient(180deg, rgba(6, 15, 29, 0.2), rgba(6, 15, 29, 0.72));
}

.gsl-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 130px;
  background: linear-gradient(180deg, rgba(246, 248, 251, 0), var(--gsl-bg));
  z-index: -1;
}

.gsl-hero-content {
  position: relative;
  width: min(620px, 100%);
  z-index: 2;
}

.gsl-eyebrow,
.gsl-section-kicker {
  margin: 0 0 14px;
  color: var(--gsl-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gsl-hero .gsl-eyebrow,
.gsl-gsm-card .gsl-section-kicker {
  color: var(--gsl-cyan);
}

.gsl-gate-page .gsl-hero h1,
.gsl-gate-page section h2 {
  margin: 0;
  letter-spacing: 0;
}

.gsl-gate-page .gsl-hero h1 {
  max-width: 620px;
  font-size: clamp(2.4rem, 5.2vw, 4.7rem) !important;
  line-height: 1;
  font-weight: 800;
}

.gsl-hero-copy {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.98rem, 1.1vw, 1.12rem);
  line-height: 1.55;
}

.gsl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.gsl-primary-link,
.gsl-secondary-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 8px;
  font-weight: 800;
}

.gsl-primary-link {
  background: linear-gradient(135deg, var(--gsl-cyan), var(--gsl-blue));
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(8, 119, 216, 0.32);
}

.gsl-secondary-link {
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #ffffff;
  backdrop-filter: blur(14px);
}

.gsl-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
}

.gsl-hero-stats li {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
  backdrop-filter: blur(16px);
}

.gsl-highlights-strip,
.gsl-about-section,
.gsl-features-section,
.gsl-app-section,
.gsl-process-section,
.gsl-gsm-section,
.gsl-spec-section,
.gsl-cta-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.gsl-highlights-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  padding: 34px 0;
}

.gsl-highlight-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
}

.gsl-highlight-item span {
  width: 28px;
  height: 28px;
  border: 2px solid rgba(8, 119, 216, 0.24);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(32, 182, 233, 0.22), #ffffff);
}

.gsl-gate-page .gsl-highlight-item h2 {
  margin: 0 0 3px;
  color: var(--gsl-blue);
  font-size: 0.96rem !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

.gsl-gate-page .gsl-highlight-item p {
  margin: 0;
  color: var(--gsl-muted);
  font-size: 0.78rem;
}

.gsl-about-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  padding: 52px 0 78px;
}

.gsl-about-copy {
  display: grid;
  gap: 18px;
}

.gsl-about-copy p,
.gsl-app-copy p,
.gsl-gsm-card p,
.gsl-cta-section p {
  margin: 0;
  color: var(--gsl-muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.gsl-gate-page section h2 {
  font-size: clamp(1.65rem, 2.6vw, 2.65rem) !important;
  line-height: 1.12 !important;
  font-weight: 800 !important;
}

.gsl-about-product {
  position: relative;
  display: grid;
  place-items: center;
}

.gsl-about-product img {
  width: min(112%, 900px);
  max-height: 900px;
  object-fit: contain;
  filter: drop-shadow(0 30px 35px rgba(22, 42, 62, 0.18));
}

.gsl-about-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}

.gsl-about-facts article {
  padding: 16px;
  border: 1px solid var(--gsl-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.gsl-about-facts h3 {
  margin: 0 0 6px;
  color: var(--gsl-ink);
  font-size: 0.94rem;
}

.gsl-about-facts p {
  font-size: 0.82rem;
  line-height: 1.45;
}

.gsl-features-section {
  padding: 24px 0 76px;
}

.gsl-feature-heading {
  margin-bottom: 20px;
}

.gsl-feature-heading h2 {
  max-width: 680px;
}

.gsl-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.gsl-feature-card {
  min-height: 178px;
  padding: 22px;
  border: 1px solid var(--gsl-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 40px rgba(34, 54, 76, 0.08);
}

.gsl-feature-mark {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gsl-blue), var(--gsl-cyan));
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.28);
}

.gsl-gate-page .gsl-feature-card h3,
.gsl-gate-page .gsl-phone-card h3 {
  margin: 0 0 10px;
  font-size: 1.12rem !important;
  line-height: 1.25 !important;
}

.gsl-feature-card p,
.gsl-phone-card p,
.gsl-timeline p,
.gsl-spec-grid dd {
  margin: 0;
  color: var(--gsl-muted);
  line-height: 1.6;
}

.gsl-app-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: 86px 0;
}

.gsl-app-copy {
  display: grid;
  gap: 22px;
}

.gsl-gate-page .gsl-phone-video {
  display: block;
  width: min(290px, 72vw) !important;
  max-width: 290px !important;
  height: auto !important;
  max-height: 650px !important;
  aspect-ratio: 9 / 20;
  object-fit: cover;
  border: 10px solid #171d28;
  border-radius: 38px;
  background: #171d28;
  box-shadow: var(--gsl-shadow);
  justify-self: start;
}

.gsl-phone-viewport {
  overflow: hidden;
  padding: 38px 2px 8px;
}

.gsl-phone-stack {
  display: flex;
  gap: 16px;
  align-items: stretch;
  border-radius: 8px;
  transition: transform 520ms ease;
  will-change: transform;
}

.gsl-phone-card {
  flex: 0 0 calc((100% - 32px) / 3);
  display: grid;
  gap: 16px;
  padding: 14px 14px 22px;
  border: 1px solid var(--gsl-line);
  border-radius: 8px;
  background: var(--gsl-surface);
  box-shadow: 0 18px 46px rgba(20, 35, 52, 0.1);
}

.gsl-gate-page .gsl-phone-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  background: #1e2431;
}

.gsl-phone-preview {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  cursor: zoom-in;
}

.gsl-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(6, 15, 29, 0.88);
  backdrop-filter: blur(10px);
}

.gsl-lightbox[hidden] {
  display: none;
}

.gsl-lightbox img {
  width: auto;
  max-width: min(92vw, 520px);
  max-height: 90vh;
  border: 10px solid #171d28;
  border-radius: 34px;
  background: #171d28;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.45);
}

.gsl-lightbox-close {
  position: absolute;
  top: 22px;
  right: 24px;
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
}

.gsl-carousel-shell {
  display: grid;
  gap: 18px;
}

.gsl-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.gsl-carousel-button,
.gsl-carousel-dot {
  border: 0;
  cursor: pointer;
}

.gsl-carousel-button {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--gsl-ink);
  color: #ffffff;
  font-size: 1.7rem;
  line-height: 1;
}

.gsl-carousel-button:disabled {
  cursor: not-allowed;
  opacity: 0.38;
}

.gsl-carousel-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.gsl-carousel-dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border-radius: 999px;
  background: #9fb0c3;
}

.gsl-carousel-dot[aria-current="true"] {
  width: 30px;
  background: var(--gsl-blue);
}

.gsl-process-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 46px;
  padding: 76px 0;
  border-top: 1px solid var(--gsl-line);
  border-bottom: 1px solid var(--gsl-line);
}

.gsl-timeline {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gsl-timeline li {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  min-height: 84px;
  padding: 18px 22px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(38, 55, 76, 0.07);
}

.gsl-timeline span {
  color: var(--gsl-blue);
  font-weight: 900;
  font-size: 1.2rem;
}

.gsl-gsm-section {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 24px;
  padding: 86px 0;
}

.gsl-gsm-card,
.gsl-command-list {
  border-radius: 8px;
  background: #0e1827;
  color: #ffffff;
}

.gsl-gsm-card {
  padding: clamp(28px, 5vw, 54px);
}

.gsl-gsm-card p:not(.gsl-section-kicker) {
  color: rgba(255, 255, 255, 0.72);
}

.gsl-command-list {
  display: grid;
  align-content: center;
  gap: 12px;
  margin: 0;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(32, 182, 233, 0.18), transparent),
    #142337;
}

.gsl-command-list code {
  display: block;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  color: #d8f4ff;
  font-family: "Cascadia Code", "Consolas", monospace;
  font-size: 0.92rem;
  white-space: normal;
}

.gsl-spec-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: start;
  padding: 78px 0;
}

.gsl-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--gsl-line);
  border-radius: 8px;
  background: var(--gsl-line);
}

.gsl-spec-grid div {
  min-height: 118px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.92);
}

.gsl-spec-grid dt {
  margin-bottom: 12px;
  color: var(--gsl-blue-deep);
  font-weight: 850;
}

.gsl-cta-section {
  display: grid;
  grid-template-columns: 170px 1fr auto;
  gap: 30px;
  align-items: center;
  margin-bottom: 70px;
  padding: 30px clamp(24px, 4vw, 48px);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(6, 20, 45, 0.96), rgba(10, 31, 73, 0.96)),
    #07182e;
  color: #ffffff;
  box-shadow: 0 22px 60px rgba(6, 20, 45, 0.22);
}

.gsl-cta-section img {
  width: 170px;
  max-height: 170px;
  object-fit: contain;
  transform: rotate(-8deg);
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.28));
}

.gsl-cta-section h2 {
  color: #ffffff;
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.gsl-cta-section p:not(.gsl-section-kicker) {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
}

.gsl-cta-link {
  white-space: nowrap;
}

@media (max-width: 980px) {
  .gsl-about-section,
  .gsl-app-section,
  .gsl-process-section,
  .gsl-gsm-section,
  .gsl-spec-section,
  .gsl-cta-section {
    grid-template-columns: 1fr;
  }

  .gsl-highlights-strip,
  .gsl-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gsl-phone-stack {
    gap: 14px;
  }

  .gsl-phone-card {
    flex-basis: calc((100% - 14px) / 2);
  }

}

@media (max-width: 640px) {
  .gsl-hero {
    min-height: 680px;
    padding: 88px 20px 30px;
  }

  .gsl-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.25rem);
  }

  .gsl-hero-actions {
    flex-direction: column;
  }

  .gsl-primary-link,
  .gsl-secondary-link {
    width: 100%;
  }

  .gsl-highlights-strip,
  .gsl-about-section,
  .gsl-features-section,
  .gsl-app-section,
  .gsl-process-section,
  .gsl-gsm-section,
  .gsl-spec-section {
    width: min(100% - 28px, 1180px);
    padding-block: 52px;
  }

  .gsl-feature-grid,
  .gsl-highlights-strip,
  .gsl-about-facts,
  .gsl-spec-grid {
    grid-template-columns: 1fr;
  }

  .gsl-about-section {
    padding-top: 44px;
  }

  .gsl-phone-video {
    justify-self: center;
    width: min(248px, 76vw);
  }

  .gsl-phone-stack {
    display: flex;
    gap: 14px;
    width: calc(100% + 28px);
    margin-inline: -14px;
    padding: 2px 14px 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .gsl-phone-card {
    flex: 0 0 min(246px, 76vw);
    scroll-snap-align: start;
  }

  .gsl-feature-card {
    min-height: 0;
  }

  .gsl-timeline li {
    grid-template-columns: 52px 1fr;
    padding: 16px;
  }

  .gsl-cta-section {
    grid-template-columns: 1fr;
    width: min(100% - 28px, 1180px);
    padding: 26px;
  }

  .gsl-cta-section img {
    display: none;
  }

  .gsl-cta-link {
    width: 100%;
  }
}
