:root {
  --sw-navy: #061329;
  --sw-blue: #0754c9;
  --sw-orange: #ff7900;
  --sw-whatsapp: #25d366;
  --sw-whatsapp-dark: #128c4b;
  --sw-white: #fff;
  --sw-muted: #d5deed;
  --sw-panel: rgb(6 19 41 / 72%);
  --sw-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  background: var(--sw-navy);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  color: var(--sw-white);
  background: var(--sw-navy);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--sw-orange);
  outline-offset: 4px;
}

.sw-skip {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  color: var(--sw-navy);
  background: var(--sw-white);
  font-weight: 800;
  transform: translateY(-180%);
}

.sw-skip:focus {
  transform: translateY(0);
}

.sw-world {
  position: relative;
  min-height: 840svh;
  isolation: isolate;
  background: var(--sw-navy);
}

.sw-stage {
  position: sticky;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  background: center / cover no-repeat url("../assets/gopack-route-clean-poster.jpg");
}

.sw-video,
.sw-tint,
.sw-grain {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sw-video {
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 500ms ease;
}

.sw-video.is-ready {
  opacity: 1;
}

.sw-tint {
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgb(3 12 29 / 92%) 0%, rgb(3 12 29 / 52%) 44%, transparent 74%),
    linear-gradient(0deg, rgb(3 12 29 / 76%) 0%, transparent 38%, rgb(3 12 29 / 30%) 100%);
}

.sw-grain {
  z-index: 2;
  pointer-events: none;
  opacity: 0.1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.sw-header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: auto minmax(480px, 1fr) auto;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  min-height: 84px;
  padding: 12px clamp(20px, 4vw, 64px);
  border-bottom: 1px solid rgb(255 255 255 / 16%);
  background: rgb(3 12 29 / 76%);
  backdrop-filter: blur(14px) saturate(1.12);
}

.sw-brand {
  width: clamp(178px, 18vw, 250px);
  padding: 7px 10px;
  border-radius: 4px;
  background: rgb(255 255 255 / 92%);
}

.sw-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.sw-main-nav,
.sw-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sw-main-nav {
  justify-content: center;
  gap: clamp(8px, 1.4vw, 22px);
}

.sw-main-nav a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 8px 4px;
  color: rgb(255 255 255 / 72%);
  font-size: 0.83rem;
  font-weight: 850;
  white-space: nowrap;
  transition: color 180ms ease;
}

.sw-main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  background: var(--sw-orange);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms var(--sw-ease);
}

.sw-main-nav a:hover,
.sw-main-nav a.is-active {
  color: var(--sw-white);
}

.sw-main-nav a:hover::after,
.sw-main-nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.sw-header-actions {
  justify-content: flex-end;
}

.sw-link,
.sw-whatsapp {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 0.87rem;
  font-weight: 800;
}

.sw-link {
  border: 1px solid rgb(255 255 255 / 34%);
  background: rgb(3 12 29 / 34%);
  backdrop-filter: blur(8px);
}

.sw-whatsapp {
  color: #062f18;
  background: var(--sw-whatsapp);
  transition: color 180ms ease, background-color 180ms ease, transform 180ms var(--sw-ease);
}

.sw-whatsapp:hover {
  color: var(--sw-white);
  background: var(--sw-whatsapp-dark);
  transform: translateY(-2px);
}

.sw-story {
  position: relative;
  z-index: 4;
  margin-top: -100svh;
}

.sw-chapter {
  min-height: 140svh;
  display: flex;
  align-items: center;
  padding: 14svh clamp(24px, 7vw, 112px);
}

.sw-chapter-final {
  min-height: 140svh;
  align-items: flex-end;
  padding-bottom: 17svh;
}

.sw-chapter:first-child {
  align-items: flex-start;
  padding-top: clamp(128px, 16svh, 170px);
}

.sw-copy {
  width: min(580px, calc(100vw - 48px));
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgb(255 255 255 / 18%);
  border-left: 4px solid var(--sw-orange);
  background: var(--sw-panel);
  box-shadow: 0 26px 80px rgb(0 0 0 / 24%);
  backdrop-filter: blur(16px) saturate(1.15);
  opacity: 1;
  transform: translateY(40px);
  transition: opacity 500ms ease, transform 700ms var(--sw-ease);
}

.sw-chapter.is-active .sw-copy {
  opacity: 1;
  transform: translateY(0);
}

.sw-copy-wide {
  width: min(860px, calc(100vw - 48px));
}

.sw-copy-right {
  margin-left: auto;
  border-right: 4px solid var(--sw-orange);
  border-left-width: 1px;
}

.sw-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--sw-orange);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sw-eyebrow span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.sw-copy h1,
.sw-copy h2 {
  max-width: 760px;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(3.2rem, 7vw, 7.4rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.86;
  text-transform: uppercase;
  text-wrap: balance;
}

.sw-copy h2 {
  font-size: clamp(3rem, 6vw, 6.2rem);
}

.sw-copy-wide h1 {
  font-size: clamp(4rem, 6vw, 5.6rem);
}

.sw-copy h1 em,
.sw-copy h2 em {
  color: var(--sw-orange);
  font-style: normal;
}

.sw-body {
  max-width: 600px;
  margin-top: 24px;
  color: var(--sw-muted);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.65;
}

.sw-service-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 18px;
  color: var(--sw-white);
  list-style: none;
  font-size: 0.82rem;
  font-weight: 800;
}

.sw-service-line li {
  position: relative;
  padding-left: 14px;
}

.sw-service-line li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sw-orange);
  transform: translateY(-50%);
}

.sw-integrations {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 16px 24px;
  margin-top: 24px;
  padding: 15px 0;
  border-top: 1px solid rgb(255 255 255 / 22%);
  border-bottom: 1px solid rgb(255 255 255 / 22%);
}

.sw-integrations > span {
  color: var(--sw-orange);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.sw-integrations ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}

.sw-integrations li {
  padding-left: 14px;
  border-left: 1px solid rgb(255 255 255 / 22%);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 1.08rem;
  letter-spacing: 0.015em;
}

.sw-track {
  margin-top: 30px;
}

.sw-track > label {
  display: block;
  margin-bottom: 9px;
  color: var(--sw-orange);
  font-size: 0.86rem;
  font-weight: 900;
}

.sw-track > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  border-radius: 5px;
  background: var(--sw-white);
}

.sw-track input {
  min-width: 0;
  min-height: 58px;
  padding: 0 18px;
  border: 0;
  outline: 0;
  color: var(--sw-navy);
  font-weight: 750;
}

.sw-track button,
.sw-actions a {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border: 0;
  color: var(--sw-navy);
  background: var(--sw-orange);
  font-weight: 900;
  cursor: pointer;
}

.sw-error {
  min-height: 22px;
  padding-top: 7px;
  color: #ffd6b1;
  font-size: 0.8rem;
  font-weight: 800;
}

.sw-tags,
.sw-process {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  list-style: none;
}

.sw-tags li,
.sw-process li {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 999px;
  background: rgb(255 255 255 / 8%);
  font-size: 0.87rem;
  font-weight: 800;
}

.sw-process b {
  color: var(--sw-orange);
  font-size: 0.72rem;
}

.sw-feature-list {
  margin-top: 28px;
  border-top: 1px solid rgb(255 255 255 / 22%);
  list-style: none;
}

.sw-feature-list li {
  display: grid;
  grid-template-columns: minmax(160px, 0.75fr) 1fr;
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid rgb(255 255 255 / 22%);
}

.sw-feature-list strong {
  color: var(--sw-white);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.sw-feature-list span {
  color: var(--sw-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.sw-feature-list-inline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.sw-feature-list-inline li {
  grid-template-columns: 1fr;
  align-content: start;
  border-right: 1px solid rgb(255 255 255 / 22%);
}

.sw-feature-list-inline li:not(:first-child) {
  padding-left: 18px;
}

.sw-feature-list-inline li:last-child {
  border-right: 0;
}

.sw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.sw-track-compact {
  margin-top: 24px;
}

.sw-actions .is-whatsapp {
  color: #062f18;
  background: var(--sw-whatsapp);
  transition: color 180ms ease, background-color 180ms ease, transform 180ms var(--sw-ease);
}

.sw-actions .is-whatsapp:hover {
  color: var(--sw-white);
  background: var(--sw-whatsapp-dark);
  transform: translateY(-2px);
}

.sw-rail {
  position: fixed;
  z-index: 12;
  top: 50%;
  right: clamp(14px, 2.5vw, 38px);
  display: grid;
  gap: 13px;
  transform: translateY(-50%);
}

.sw-rail button {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 50%;
  color: rgb(255 255 255 / 62%);
  background: rgb(3 12 29 / 48%);
  backdrop-filter: blur(8px);
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.sw-rail button.is-active {
  color: var(--sw-navy);
  border-color: var(--sw-orange);
  background: var(--sw-orange);
}

.sw-rail span {
  font-size: 0.68rem;
  font-weight: 900;
}

.sw-scroll-cue {
  position: fixed;
  z-index: 10;
  bottom: max(22px, env(safe-area-inset-bottom));
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 9px;
  color: rgb(255 255 255 / 76%);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: opacity 200ms ease;
}

.sw-scroll-cue i {
  width: 1px;
  height: 34px;
  background: linear-gradient(var(--sw-orange), transparent);
  animation: sw-pulse 1.8s ease-in-out infinite;
}

.sw-world.has-scrolled .sw-scroll-cue {
  opacity: 0;
}

.sw-noscript {
  max-width: 720px;
  margin: 0 auto;
  padding: 80px 24px;
}

.sw-noscript a {
  display: inline-block;
  margin-top: 20px;
  color: var(--sw-orange);
  font-weight: 800;
}

@keyframes sw-pulse {
  0%, 100% { transform: scaleY(0.5); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
}

@media (min-width: 761px) and (max-width: 1050px) {
  .sw-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    padding: 10px 24px;
  }

  .sw-brand {
    width: 178px;
  }

  .sw-main-nav {
    gap: 10px;
  }

  .sw-main-nav a {
    font-size: 0.7rem;
  }

  .sw-whatsapp {
    display: none;
  }
}

@media (max-width: 760px) {
  .sw-world {
    min-height: 900svh;
  }

  .sw-stage {
    background-image: url("../assets/gopack-route-clean-poster-mobile.jpg");
  }

  .sw-video {
    object-position: 52% center;
  }

  .sw-tint {
    background:
      linear-gradient(180deg, rgb(3 12 29 / 60%) 0%, transparent 26%, transparent 55%, rgb(3 12 29 / 88%) 100%),
      linear-gradient(90deg, rgb(3 12 29 / 42%), transparent 65%);
  }

  .sw-header {
    grid-template-columns: 1fr auto;
    gap: 6px 12px;
    min-height: 116px;
    padding: 8px 16px 0;
  }

  .sw-brand {
    width: 158px;
  }

  .sw-main-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    gap: 18px;
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 0 16px;
    overflow-x: auto;
    border-top: 1px solid rgb(255 255 255 / 12%);
    scrollbar-width: none;
  }

  .sw-header-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .sw-main-nav::-webkit-scrollbar {
    display: none;
  }

  .sw-main-nav a {
    flex: 0 0 auto;
    min-height: 44px;
    font-size: 0.78rem;
  }

  .sw-link {
    display: none;
  }

  .sw-whatsapp {
    min-height: 42px;
    padding: 8px 12px;
  }

  .sw-chapter {
    min-height: 150svh;
    align-items: flex-end;
    padding: 110px 16px 15svh;
  }

  .sw-chapter:first-child {
    align-items: flex-start;
    padding-top: calc(128px + 4svh);
  }

  .sw-copy,
  .sw-copy-wide,
  .sw-copy-right {
    width: 100%;
    margin-left: 0;
    padding: 22px 18px;
    border-right-width: 1px;
    border-left: 3px solid var(--sw-orange);
    background: rgb(6 19 41 / 80%);
  }

  .sw-copy h1,
  .sw-copy h2 {
    font-size: clamp(2.85rem, 13vw, 4.2rem);
  }

  .sw-body {
    margin-top: 17px;
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .sw-service-line {
    gap: 7px 13px;
    margin-top: 14px;
    font-size: 0.74rem;
  }

  .sw-integrations {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .sw-integrations li {
    padding-left: 9px;
    font-size: 0.9rem;
  }

  .sw-track {
    margin-top: 20px;
  }

  .sw-track > div {
    grid-template-columns: 1fr;
  }

  .sw-track input,
  .sw-track button {
    min-height: 52px;
  }

  .sw-track button {
    width: 100%;
  }

  .sw-feature-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .sw-feature-list-inline {
    display: block;
  }

  .sw-feature-list-inline li,
  .sw-feature-list-inline li:not(:first-child) {
    padding: 14px 0;
    border-right: 0;
  }

  .sw-rail {
    display: none;
  }

  .sw-rail button {
    width: 32px;
    height: 32px;
  }

  .sw-scroll-cue {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .sw-video,
  .sw-scroll-cue {
    display: none;
  }

  .sw-copy {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
