:root {
  --gspl-ink: #071526;
  --gspl-accent: #1ea7ff;
  --gspl-accent-deep: #0b6fd6;
  --gspl-cyan: #39d4ff;
  --gspl-navy: #04101f;
  --gspl-surface: #eef5fc;
  --gspl-muted: #5b6f86;
  --gspl-white: #ffffff;
  --gspl-line: rgba(7, 21, 38, 0.1);
  --gspl-shadow: 0 30px 80px rgba(4, 16, 31, 0.16);
  --gspl-radius: 22px;
  --gspl-font: "Manrope", sans-serif;
  --gspl-display: "Sora", "Manrope", sans-serif;
  --gspl-shell: min(1160px, calc(100% - 2.5rem));
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--gspl-font);
  color: var(--gspl-ink);
  background:
    radial-gradient(1100px 560px at 8% -10%, rgba(30, 167, 255, 0.22), transparent 55%),
    radial-gradient(900px 480px at 100% 0%, rgba(57, 212, 255, 0.16), transparent 50%),
    linear-gradient(180deg, #e8f3ff 0%, var(--gspl-surface) 42%, #e6f0fa 100%);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.screen-reader-text,
.gspl-skip { position: absolute; left: -9999px; }
.gspl-skip:focus { left: 1rem; top: 1rem; z-index: 1000; background: #fff; padding: .75rem 1rem; }

.gspl-shell { width: var(--gspl-shell); margin-inline: auto; }

/* Header */
.gspl-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(238, 245, 252, 0.78);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, background .3s ease;
}
.gspl-header.is-scrolled {
  border-bottom-color: var(--gspl-line);
  background: rgba(238, 245, 252, 0.94);
}
.gspl-header__inner {
  min-height: 76px;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.gspl-brand { display: inline-flex; align-items: center; gap: .75rem; }
.gspl-brand__logo {
  width: 46px; height: 46px; object-fit: contain; border-radius: 14px;
  box-shadow: 0 0 0 1px rgba(30,167,255,.18), 0 8px 24px rgba(11,111,214,.18);
  background: linear-gradient(145deg, #0a2a4d, #083a6d);
}
.gspl-brand__name {
  font-family: var(--gspl-display);
  font-size: 1.45rem; letter-spacing: -.02em; line-height: 1; font-weight: 700;
}
.gspl-nav { display: flex; align-items: center; gap: 1.25rem; }
.gspl-nav__list {
  list-style: none; margin: 0; padding: 0;
  display: flex; gap: 1rem; flex-wrap: wrap;
}
.gspl-nav__list a {
  font-size: .9rem; font-weight: 600; color: var(--gspl-muted);
  transition: color .2s ease;
}
.gspl-nav__list a:hover { color: var(--gspl-ink); }
.gspl-nav-toggle {
  display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer;
}
.gspl-nav-toggle span {
  display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--gspl-ink);
}

/* Buttons */
.gspl-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: .85rem 1.4rem; border-radius: 999px;
  background: linear-gradient(135deg, var(--gspl-cyan), var(--gspl-accent) 45%, var(--gspl-accent-deep));
  color: #fff; font-weight: 700; font-size: .98rem; border: 1px solid transparent;
  box-shadow: 0 12px 30px rgba(30, 167, 255, .32);
  transition: transform .2s ease, box-shadow .2s ease;
}
.gspl-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(30, 167, 255, .4); }
.gspl-btn--ghost {
  background: transparent; color: var(--gspl-ink);
  border-color: rgba(7, 21, 38, .14); box-shadow: none;
}
.gspl-btn--ghost:hover { background: rgba(255,255,255,.65); box-shadow: none; }
.gspl-btn--ghost-light {
  background: transparent; color: #fff; border-color: rgba(255,255,255,.35); box-shadow: none;
}
.gspl-btn--ghost-light:hover { background: rgba(255,255,255,.1); }
.gspl-btn--small { min-height: 42px; padding: .65rem 1.1rem; font-size: .9rem; }
.gspl-btn--large { min-height: 56px; padding: 1rem 1.7rem; font-size: 1.05rem; }
.gspl-btn--light { background: #fff; color: var(--gspl-accent-deep); box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.gspl-btn--disabled { opacity: .45; cursor: not-allowed; box-shadow: none; }

/* Hero */
.gspl-hero {
  position: relative; min-height: calc(100vh - 76px);
  display: flex; align-items: center; padding: 4.2rem 0 4.5rem; overflow: hidden;
}
.gspl-hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,.55) 0 1px, transparent 1.5px),
    radial-gradient(circle at 72% 38%, rgba(30,167,255,.35) 0 1px, transparent 1.5px),
    linear-gradient(120deg, transparent 40%, rgba(57,212,255,.05) 50%, transparent 60%);
  background-size: 140px 140px, 180px 180px, 100% 100%;
  opacity: .55; pointer-events: none;
}
.gspl-hero__glow {
  position: absolute; inset: auto -10% 8% 35%; height: 55%;
  background: radial-gradient(circle, rgba(30,167,255,.28), transparent 65%);
  pointer-events: none; filter: blur(12px);
}
.gspl-hero__grid {
  position: relative;
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 3rem; align-items: center;
}
.gspl-eyebrow {
  margin: 0 0 1rem; font-size: .82rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--gspl-accent-deep);
}
.gspl-hero__title {
  margin: 0; font-family: var(--gspl-display);
  font-size: clamp(2.4rem, 5.2vw, 4rem); line-height: 1.05;
  letter-spacing: -.03em; font-weight: 700; max-width: 16ch;
}
.gspl-hero__text {
  margin: 1.25rem 0 0; max-width: 38rem; font-size: 1.08rem; color: var(--gspl-muted);
}
.gspl-hero__disclaimer {
  margin: 1rem 0 0;
  max-width: 40rem;
  padding: .95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(7, 21, 38, .1);
  background: rgba(255, 255, 255, .62);
  color: #394b5f;
  font-size: .92rem;
  line-height: 1.55;
  box-shadow: 0 8px 22px rgba(4, 16, 31, .05);
}
.gspl-hero__actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 1.8rem; }
.gspl-trust-badges {
  list-style: none; margin: 1.6rem 0 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: .55rem;
}
.gspl-trust-badges li {
  padding: .45rem .8rem; border-radius: 999px;
  background: rgba(255,255,255,.78); border: 1px solid rgba(30,167,255,.22);
  font-size: .82rem; font-weight: 700; color: var(--gspl-accent-deep);
  clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0 50%);
  padding-inline: 1rem;
}
.gspl-hero__visual { display: flex; justify-content: flex-end; }
.gspl-panel {
  width: min(100%, 420px); border-radius: 28px;
  background:
    linear-gradient(160deg, rgba(255,255,255,.96), rgba(236,246,255,.86)),
    linear-gradient(135deg, rgba(30,167,255,.12), transparent);
  border: 1px solid rgba(255,255,255,.8); box-shadow: var(--gspl-shadow);
  overflow: hidden; transform: rotate(-1.5deg);
  animation: gspl-float 7s ease-in-out infinite;
}
.gspl-panel__top {
  display: flex; align-items: center; gap: .4rem;
  padding: 1rem 1.2rem; border-bottom: 1px solid var(--gspl-line);
  background: rgba(255,255,255,.5);
}
.gspl-panel__top em {
  margin-left: auto; font-style: normal; font-size: .82rem; font-weight: 700; color: var(--gspl-muted);
}
.gspl-dot { width: 9px; height: 9px; border-radius: 50%; background: #b7c7d8; }
.gspl-dot:first-child { background: #ef8b74; }
.gspl-dot:nth-child(2) { background: #e2c15a; }
.gspl-dot:nth-child(3) { background: #39d4ff; }
.gspl-panel__body { padding: 1.35rem; }
.gspl-panel__row {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: .9rem 0; border-bottom: 1px solid var(--gspl-line); font-size: .95rem;
}
.gspl-panel__row span { color: var(--gspl-muted); }
.gspl-panel__row--accent strong { color: var(--gspl-accent-deep); }
.gspl-payout {
  margin-top: 1.15rem; display: flex; align-items: center; gap: .65rem;
  padding: .9rem 1rem; border-radius: 14px;
  background: rgba(30,167,255,.12); color: var(--gspl-accent-deep); font-weight: 700; font-size: .92rem;
}
.gspl-payout__pulse {
  width: 10px; height: 10px; border-radius: 50%; background: var(--gspl-accent);
  box-shadow: 0 0 0 0 rgba(30,167,255,.55);
  animation: gspl-pulse 1.8s infinite;
}

/* Sections */
.gspl-section { padding: 5.2rem 0; }
.gspl-section--tint {
  background:
    linear-gradient(180deg, rgba(255,255,255,.45), rgba(255,255,255,.08)),
    radial-gradient(700px 280px at 18% 0%, rgba(30,167,255,.12), transparent 70%);
}
.gspl-section--dark {
  background:
    radial-gradient(700px 280px at 15% 0%, rgba(57,212,255,.18), transparent 60%),
    linear-gradient(135deg, #04101f, #0a2f5c 55%, #0b6fd6);
  color: #fff;
}
.gspl-section--dark p,
.gspl-section--dark .gspl-check-list { color: rgba(255,255,255,.8); }
.gspl-section__head { max-width: 40rem; margin-bottom: 2.5rem; }
.gspl-section__head--spaced { margin-top: 3.5rem; }
.gspl-section__head h2,
.gspl-download h2,
.gspl-cta h2,
.gspl-section--dark h2,
.gspl-pricing__card h3 {
  margin: 0; font-family: var(--gspl-display);
  font-size: clamp(2rem, 4vw, 2.9rem); line-height: 1.1; font-weight: 700; letter-spacing: -.02em;
}
.gspl-section__head p,
.gspl-download > div > p,
.gspl-cta p,
.gspl-pricing__card > p { margin: .85rem 0 0; color: var(--gspl-muted); font-size: 1.05rem; }

/* Screens */
.gspl-screens {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem;
}
.gspl-screen {
  margin: 0; border-radius: 18px; overflow: hidden;
  background: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.9);
  box-shadow: 0 12px 30px rgba(4,16,31,.07);
}
.gspl-screen img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.gspl-screen__placeholder {
  aspect-ratio: 16/10; display: grid; place-content: center; gap: .35rem; text-align: center;
  background:
    linear-gradient(135deg, rgba(30,167,255,.14), rgba(255,255,255,.55)),
    radial-gradient(circle at 20% 20%, rgba(57,212,255,.2), transparent 40%),
    repeating-linear-gradient(-45deg, rgba(7,21,38,.03), rgba(7,21,38,.03) 8px, transparent 8px, transparent 16px);
  padding: 1rem;
}
.gspl-screen__placeholder span { font-weight: 800; }
.gspl-screen__placeholder small { color: var(--gspl-muted); font-size: .8rem; }
.gspl-screen figcaption {
  padding: .85rem 1rem; font-size: .9rem; font-weight: 700; border-top: 1px solid var(--gspl-line);
}

/* Benefits */
.gspl-benefits {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.1rem;
}
.gspl-benefit {
  padding: 1.6rem 1.5rem; border-radius: var(--gspl-radius);
  background: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.9);
  box-shadow: 0 10px 30px rgba(4,16,31,.05);
}
.gspl-benefit__icon {
  display: block; width: 16px; height: 16px;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  background: linear-gradient(135deg, var(--gspl-cyan), var(--gspl-accent-deep));
  margin-bottom: .9rem;
  box-shadow: 0 0 0 6px rgba(30,167,255,.12);
}
.gspl-benefit h3, .gspl-method strong { margin: 0 0 .55rem; font-size: 1.2rem; }
.gspl-benefit p { margin: 0; color: var(--gspl-muted); }

/* Providers / methods */
.gspl-logo-cloud, .gspl-methods, .gspl-security {
  display: flex; flex-wrap: wrap; gap: .75rem;
}
.gspl-chip, .gspl-method, .gspl-security__item {
  padding: .85rem 1.1rem; border-radius: 14px;
  background: rgba(255,255,255,.78); border: 1px solid rgba(7,21,38,.08);
  font-weight: 700;
}
.gspl-method { min-width: 140px; text-align: center; }

.gspl-section__head--full,
.gspl-docs .gspl-section__head {
  max-width: none;
  width: 100%;
}
.gspl-docs .gspl-section__head p {
  max-width: none;
}
.gspl-docs-steps {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: .85rem; width: 100%; max-width: none;
}
.gspl-docs-steps li {
  display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start;
  padding: 1.15rem 1.25rem; border-radius: 18px;
  background: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.95);
}
.gspl-docs-steps__num {
  width: 36px; height: 36px; border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--gspl-accent), var(--gspl-accent-deep));
  color: #fff; font-weight: 800;
}
.gspl-docs-steps p { margin: 0; color: var(--gspl-muted); padding-top: .35rem; }
.gspl-docs-actions { margin-top: 1.6rem; }

/* Flow */
.gspl-flow {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: .35rem; justify-items: center;
}
.gspl-flow--horizontal {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: .55rem 0;
}
.gspl-flow__item {
  display: grid; justify-items: center; gap: .35rem; width: min(100%, 420px);
}
.gspl-flow--horizontal .gspl-flow__item {
  width: auto; display: flex; align-items: center; gap: .55rem;
}
.gspl-flow__node {
  width: 100%; text-align: center; padding: 1rem 1.2rem; border-radius: 16px;
  background: rgba(255,255,255,.8); border: 1px solid rgba(30,167,255,.2);
  font-weight: 800; box-shadow: 0 10px 24px rgba(4,16,31,.05);
}
.gspl-flow--horizontal .gspl-flow__node {
  width: auto; min-width: 140px; padding: 1rem 1.15rem;
}
.gspl-flow__arrow {
  color: var(--gspl-accent); font-size: 1.3rem; font-weight: 800;
  animation: gspl-bounce 1.6s ease-in-out infinite;
}

/* Table */
.gspl-table-wrap {
  overflow-x: auto; border-radius: 20px;
  background: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.95);
  box-shadow: var(--gspl-shadow);
}
.gspl-table { width: 100%; border-collapse: collapse; min-width: 640px; }
.gspl-table th, .gspl-table td {
  padding: 1rem 1.15rem; text-align: left; border-bottom: 1px solid var(--gspl-line);
}
.gspl-table th {
  font-size: .85rem; letter-spacing: .04em; text-transform: uppercase; color: var(--gspl-muted);
}
.gspl-table tr:last-child td { border-bottom: 0; }
.gspl-pill {
  display: inline-flex; min-width: 72px; justify-content: center;
  padding: .35rem .7rem; border-radius: 999px; font-size: .85rem; font-weight: 800;
}
.gspl-pill--yes { background: rgba(30,167,255,.14); color: var(--gspl-accent-deep); }
.gspl-pill--no { background: rgba(7,21,38,.06); color: var(--gspl-muted); }

/* Dev / code */
.gspl-split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center;
}
.gspl-check-list { list-style: none; margin: 1.4rem 0 0; padding: 0; display: grid; gap: .7rem; }
.gspl-check-list li::before {
  content: "✓"; margin-right: .55rem; color: var(--gspl-cyan); font-weight: 800;
}
.gspl-code {
  border-radius: 18px; overflow: hidden;
  background: rgba(0,0,0,.28); border: 1px solid rgba(255,255,255,.12);
}
.gspl-code pre {
  margin: 0; padding: 1.4rem; overflow-x: auto;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .9rem; line-height: 1.55; color: #d7efff;
}

/* Security / pricing / quotes / faq */
.gspl-security__item { flex: 1 1 220px; }
.gspl-pricing { display: flex; justify-content: center; }
.gspl-pricing__card {
  width: min(100%, 520px); padding: 2.2rem; border-radius: 28px;
  background: linear-gradient(160deg, #fff, rgba(236,246,255,.9));
  border: 1px solid rgba(30,167,255,.18); box-shadow: var(--gspl-shadow);
}
.gspl-pricing__badge {
  display: inline-block; margin-bottom: .8rem; padding: .35rem .75rem;
  border-radius: 999px; background: rgba(30,167,255,.12);
  color: var(--gspl-accent-deep); font-size: .8rem; font-weight: 800;
}
.gspl-pricing__card ul { margin: 1.2rem 0 1.5rem; padding-left: 1.1rem; color: var(--gspl-muted); }
.gspl-pricing__card li { margin: .45rem 0; }

.gspl-video {
  border-radius: 22px; overflow: hidden; background: #04101f;
  box-shadow: var(--gspl-shadow); aspect-ratio: 16/9;
}
.gspl-video iframe { width: 100%; height: 100%; border: 0; }
.gspl-video__placeholder {
  height: 100%; min-height: 280px; display: grid; place-content: center; gap: .5rem;
  text-align: center; color: rgba(255,255,255,.85); padding: 2rem;
}

.gspl-quotes {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem;
}
.gspl-quote {
  margin: 0; padding: 1.5rem; border-radius: 20px;
  background: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.95);
}
.gspl-quote p { margin: 0; font-size: 1.02rem; }
.gspl-quote footer {
  margin-top: 1.1rem; display: grid; gap: .15rem; color: var(--gspl-muted); font-size: .9rem;
}
.gspl-quote footer strong { color: var(--gspl-ink); }

.gspl-faq { display: grid; gap: .7rem; }
.gspl-faq__item {
  border-radius: 16px; background: rgba(255,255,255,.78);
  border: 1px solid rgba(7,21,38,.08); padding: 0 1.1rem;
}
.gspl-faq__item summary {
  cursor: pointer; list-style: none; padding: 1.05rem 0; font-weight: 800;
}
.gspl-faq__item summary::-webkit-details-marker { display: none; }
.gspl-faq__item p {
  margin: 0 0 1.05rem; color: var(--gspl-muted); padding-bottom: .2rem;
}

/* Download / CTA */
.gspl-download {
  display: grid; grid-template-columns: 1.3fr .7fr; gap: 2rem; align-items: center;
  padding: 2.3rem; border-radius: 28px;
  background: linear-gradient(135deg, rgba(30,167,255,.14), rgba(255,255,255,.8));
  border: 1px solid rgba(30,167,255,.16); box-shadow: var(--gspl-shadow);
}
.gspl-download__note, .gspl-download__hint {
  margin: .85rem 0 0; font-size: .92rem; color: var(--gspl-muted);
}
.gspl-download__action { text-align: right; }
.gspl-cta { padding: 0 0 5rem; }
.gspl-cta__inner {
  padding: 3.2rem 2.4rem; border-radius: 30px; text-align: center; color: #fff;
  background:
    radial-gradient(600px 220px at 15% 0%, rgba(57,212,255,.22), transparent 60%),
    linear-gradient(135deg, #04101f, #0b6fd6 55%, #1ea7ff);
}
.gspl-cta__inner p { color: rgba(255,255,255,.82); max-width: 38rem; margin-inline: auto; }
.gspl-cta__actions {
  display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; margin-top: 1.6rem;
}

/* Footer */
.gspl-footer {
  position: relative;
  margin-top: 1rem;
  padding: 3.2rem 0 1.8rem;
  color: rgba(255,255,255,.82);
  background:
    radial-gradient(700px 280px at 10% 0%, rgba(57,212,255,.16), transparent 55%),
    radial-gradient(500px 240px at 90% 100%, rgba(30,167,255,.14), transparent 50%),
    linear-gradient(160deg, #04101f 0%, #071b33 48%, #0a2748 100%);
  overflow: hidden;
}
.gspl-footer__glow {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.18) 0 1px, transparent 1.5px),
    radial-gradient(circle at 70% 60%, rgba(57,212,255,.25) 0 1px, transparent 1.5px);
  background-size: 120px 120px, 160px 160px;
  opacity: .35; pointer-events: none;
}
.gspl-footer .gspl-shell { position: relative; z-index: 1; }
.gspl-footer__cta {
  display: flex; justify-content: space-between; gap: 1.5rem; align-items: center;
  padding: 1.6rem 1.7rem; margin-bottom: 2.2rem; border-radius: 22px;
  background: linear-gradient(135deg, rgba(30,167,255,.18), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.12);
}
.gspl-footer__cta h2 {
  margin: 0; color: #fff; font-family: var(--gspl-display);
  font-size: clamp(1.4rem, 2.5vw, 1.9rem); font-weight: 700;
}
.gspl-footer__cta p {
  margin: .45rem 0 0; color: rgba(255,255,255,.72); max-width: 36rem;
}
.gspl-footer__cta-actions {
  display: flex; flex-wrap: wrap; gap: .7rem; justify-content: flex-end;
}
.gspl-footer__top {
  display: grid; grid-template-columns: minmax(240px, 1fr) minmax(0, 2.2fr); gap: 2.5rem;
  padding-bottom: 2.2rem; border-bottom: 1px solid rgba(255,255,255,.1);
}
.gspl-footer__brand { max-width: 360px; }
.gspl-footer__logo {
  display: flex; gap: .9rem; align-items: flex-start; margin-bottom: 1rem;
}
.gspl-hex {
  width: 56px; height: 56px; flex: 0 0 auto;
  display: grid; place-items: center;
  background: linear-gradient(145deg, rgba(57,212,255,.2), rgba(11,111,214,.25));
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  box-shadow: 0 0 24px rgba(30,167,255,.25);
}
.gspl-hex img {
  width: 34px; height: 34px; object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(57,212,255,.45));
}
.gspl-footer__logo strong {
  display: block; color: #fff; font-family: var(--gspl-display);
  font-size: 1.25rem; font-weight: 700;
}
.gspl-footer__logo em {
  display: block; margin-top: .25rem; font-style: normal;
  color: rgba(255,255,255,.65); font-size: .9rem; line-height: 1.4;
}
.gspl-footer__about {
  margin: 0 0 .9rem; color: rgba(255,255,255,.68); font-size: .95rem;
}
.gspl-footer__email {
  display: inline-flex; color: var(--gspl-cyan); font-weight: 700;
}
.gspl-footer__email:hover { color: #fff; }
.gspl-footer__columns {
  display: grid; grid-template-columns: repeat(4, minmax(120px, 1fr)); gap: 1.5rem 1.25rem;
  width: 100%;
}
.gspl-footer__col h3 {
  margin: 0 0 .9rem; color: #fff; font-size: .82rem;
  letter-spacing: .08em; text-transform: uppercase;
}
.gspl-footer__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.gspl-footer__col a {
  color: rgba(255,255,255,.68); font-weight: 600; font-size: .94rem;
  transition: color .2s ease;
}
.gspl-footer__col a:hover { color: #fff; }
.gspl-footer__bottom {
  display: flex; justify-content: space-between; gap: 1rem; align-items: center;
  padding-top: 1.3rem; font-size: .88rem; color: rgba(255,255,255,.55);
}
.gspl-footer__badges {
  display: flex; flex-wrap: wrap; gap: .45rem;
}
.gspl-footer__badges span {
  padding: .3rem .65rem; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.75); font-size: .78rem; font-weight: 700;
}

/* Motion */
[data-animate] {
  opacity: 0; transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
}
[data-animate="fade-left"] { transform: translateX(24px); }
[data-animate="fade-down"] { transform: translateY(-12px); }
[data-animate].is-in { opacity: 1; transform: none; }

@keyframes gspl-float {
  0%, 100% { transform: rotate(-1.5deg) translateY(0); }
  50% { transform: rotate(-1.5deg) translateY(-10px); }
}
@keyframes gspl-pulse {
  0% { box-shadow: 0 0 0 0 rgba(30,167,255,.5); }
  70% { box-shadow: 0 0 0 12px rgba(30,167,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(30,167,255,0); }
}
@keyframes gspl-bounce {
  0%, 100% { transform: translateY(0); opacity: .7; }
  50% { transform: translateY(4px); opacity: 1; }
}

@media (max-width: 980px) {
  .gspl-hero__grid,
  .gspl-download,
  .gspl-benefits,
  .gspl-screens,
  .gspl-quotes,
  .gspl-split,
  .gspl-footer__top,
  .gspl-footer__cta { grid-template-columns: 1fr; }
  .gspl-footer__cta { flex-direction: column; align-items: flex-start; }
  .gspl-footer__cta-actions { justify-content: flex-start; width: 100%; }
  .gspl-footer__columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gspl-flow--horizontal { flex-direction: column; }
  .gspl-flow--horizontal .gspl-flow__item { width: min(100%, 420px); flex-direction: column; }
  .gspl-flow--horizontal .gspl-flow__node { width: 100%; }
  .gspl-flow--horizontal .gspl-flow__arrow { transform: rotate(90deg); }
  .gspl-hero { min-height: auto; padding-top: 2.4rem; }
  .gspl-hero__title { max-width: none; }
  .gspl-hero__visual { justify-content: stretch; }
  .gspl-panel { width: 100%; transform: none; }
  .gspl-download__action { text-align: left; }
  .gspl-footer__bottom { flex-direction: column; align-items: flex-start; }
  .gspl-screens { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gspl-nav-toggle { display: block; }
  .gspl-nav {
    position: absolute; top: 76px; left: 0; right: 0; display: none;
    flex-direction: column; align-items: stretch; gap: 1rem;
    padding: 1.25rem; background: rgba(238,245,252,.98); border-bottom: 1px solid var(--gspl-line);
  }
  .gspl-nav.is-open { display: flex; }
  .gspl-nav__list { flex-direction: column; }
  .gspl-nav .gspl-btn { width: 100%; }
}

@media (max-width: 640px) {
  .gspl-screens { grid-template-columns: 1fr; }
  .gspl-footer__columns { grid-template-columns: 1fr 1fr; }
}
