:root {
  --bg: #efece8;
  --charcoal: #2b2430;
  --muted: #6b6273;
  --teal: #00c8c9;
  --orange: #ff8a1a;
  --purple: #4a1f7a;
  --paper: #f7f4f0;
  --vibe-wash:
    radial-gradient(1200px 700px at 8% -10%, rgb(0 200 201 / 42%), transparent 52%),
    radial-gradient(900px 620px at 100% 0%, rgb(255 138 26 / 38%), transparent 48%),
    radial-gradient(800px 700px at 90% 110%, rgb(74 31 122 / 85%), transparent 55%),
    radial-gradient(700px 500px at 0% 90%, rgb(0 200 201 / 22%), transparent 50%),
    #160c22;
}

@property --wa-spin {
  syntax: "<angle>";
  inherits: false;
  initial-value: 120deg;
}

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

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: Outfit, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--charcoal);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html:has(body.splash) {
  height: 100%;
  height: 100dvh;
  overflow: hidden;
}

body.splash {
  height: 100%;
  overflow: hidden;
}

.page {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
}

.hero,
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  display: block;
  object-fit: cover;
  object-position: center;
}

.it-link {
  position: absolute;
  z-index: 3;
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  visibility: hidden;
  background:
    linear-gradient(135deg, #4a1f7a 8%, #c42d7a 40%, #ff8a1a 78%, #ffcc44 100%);
  border-radius: 22%;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  transform-origin: center;
}

.it-link.is-ready {
  visibility: visible;
  overflow: visible;
  animation: it-button-pulse 1.25s ease-in-out infinite;
}

.it-link picture {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.it-face {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.it-link.is-lure::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: 0;
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: calc(22% + 2px);
  background:
    linear-gradient(#0000, #0000) padding-box,
    conic-gradient(
      from var(--wa-spin),
      var(--teal),
      var(--orange),
      var(--purple),
      var(--teal),
      var(--orange),
      var(--purple),
      var(--teal)
    ) border-box;
  opacity: 0;
  animation:
    it-lure-fade 0.7s ease forwards,
    wa-border-flow 6s linear infinite;
}

.it-link.is-lure {
  animation: it-button-pulse-lure 1.1s ease-in-out infinite;
}

.it-link:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 4px;
}

.overlay {
  position: absolute;
  left: 50%;
  bottom: max(0.9rem, calc(env(safe-area-inset-bottom, 0px) + 0.55rem));
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: min(
    calc(100% - 1.4rem - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px)),
    44rem
  );
  padding: 0;
  pointer-events: none;
  text-align: center;
  transform: translateX(-50%);
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 1rem;
  border: 1px solid color-mix(in srgb, var(--teal) 55%, white);
  border-radius: 999px;
  background: color-mix(in srgb, white 78%, var(--teal));
  color: var(--purple);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.status-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--orange);
  animation: pulse 1.8s ease-out infinite;
}

.note {
  max-width: none;
  padding: 0.42rem 0.95rem;
  border-radius: 999px;
  background: rgb(22 12 34 / 58%);
  box-shadow:
    0 0 0 1px rgb(255 255 255 / 16%),
    0 0 0 2px color-mix(in srgb, var(--teal) 30%, transparent);
  color: #f6f1fb;
  font-size: clamp(0.7rem, 2.15vw, 0.92rem);
  font-weight: 500;
  letter-spacing: 0.012em;
  line-height: 1.35;
  backdrop-filter: blur(12px) saturate(1.15);
  -webkit-backdrop-filter: blur(12px) saturate(1.15);
}

@media (max-height: 430px) {
  .overlay {
    bottom: max(0.45rem, env(safe-area-inset-bottom, 0px));
    gap: 0.5rem;
  }

  .note {
    padding: 0.28rem 0.75rem;
    font-size: clamp(0.64rem, 2vw, 0.8rem);
  }
}

@keyframes it-button-pulse {
  0%,
  100% {
    transform: scale(1);
    filter:
      drop-shadow(0 0 6px rgb(0 220 221 / 70%))
      drop-shadow(0 0 14px rgb(255 138 26 / 35%));
  }
  50% {
    transform: scale(1.08);
    filter:
      drop-shadow(0 0 10px rgb(0 240 242 / 95%))
      drop-shadow(0 0 22px rgb(0 200 201 / 75%))
      drop-shadow(0 0 28px rgb(255 138 26 / 45%));
  }
}

@keyframes it-button-pulse-lure {
  0%,
  100% {
    transform: scale(1);
    filter:
      drop-shadow(0 0 8px rgb(0 220 221 / 85%))
      drop-shadow(0 0 18px rgb(255 138 26 / 45%));
  }
  50% {
    transform: scale(1.14);
    filter:
      drop-shadow(0 0 14px rgb(0 240 242 / 100%))
      drop-shadow(0 0 28px rgb(0 200 201 / 85%))
      drop-shadow(0 0 36px rgb(255 138 26 / 55%));
  }
}

@keyframes it-lure-fade {
  to {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--orange) 45%, transparent);
  }
  100% {
    box-shadow: 0 0 0 0.7rem transparent;
  }
}

.it-portal {
  position: fixed;
  inset: 0;
  z-index: 12;
  pointer-events: none;
  opacity: 0;
  background: var(--vibe-wash);
  clip-path: circle(0px at var(--it-x, 50%) var(--it-y, 50%));
}

body.is-opening .it-portal {
  opacity: 1;
  clip-path: circle(var(--it-r, 1800px) at var(--it-x, 50%) var(--it-y, 50%));
  transition:
    clip-path 0.95s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.12s linear;
}

body.is-opening .overlay {
  opacity: 0;
  transition: opacity 0.35s ease;
}

body.is-opening .hero {
  filter: saturate(1.15) brightness(0.82);
  transition: filter 0.55s ease;
}

.it-link.is-opening {
  z-index: 14;
  animation: none;
  transform: none;
  opacity: 1;
  filter:
    drop-shadow(0 0 16px rgb(0 240 242 / 95%))
    drop-shadow(0 0 36px rgb(255 138 26 / 55%));
}

.it-link.is-opening::before {
  opacity: 0;
  animation: none;
}

.it-link.is-opening .it-face {
  opacity: 1;
}

.arrive {
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  opacity: 0;
  background: var(--vibe-wash);
}

html.from-it .arrive {
  opacity: 1;
  animation: arrive-fade 0.9s ease 0.08s forwards;
}

html.from-it .topbar,
html.from-it main,
html.from-it .foot {
  animation: arrive-rise 0.85s ease both;
}

@keyframes arrive-fade {
  to {
    opacity: 0;
  }
}

@keyframes arrive-rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}


.site {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  overflow-x: hidden;
  color: #f6f1fb;
  background: #160c22;
}

.vibe {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background: var(--vibe-wash);
}

.vibe-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
}

.vibe-blob-teal {
  width: min(52vw, 28rem);
  height: min(52vw, 28rem);
  top: -8%;
  left: -10%;
  background: rgb(0 200 201 / 55%);
  animation: vibe-drift 18s ease-in-out infinite;
}

.vibe-blob-orange {
  width: min(48vw, 26rem);
  height: min(48vw, 26rem);
  top: -6%;
  right: -8%;
  background: rgb(255 138 26 / 48%);
  animation: vibe-drift 22s ease-in-out infinite reverse;
}

.vibe-blob-purple {
  width: min(60vw, 34rem);
  height: min(60vw, 34rem);
  bottom: -18%;
  right: 8%;
  background: rgb(74 31 122 / 70%);
  animation: vibe-drift 26s ease-in-out infinite;
}

.vibe-blob-mix {
  width: min(40vw, 22rem);
  height: min(40vw, 22rem);
  bottom: 8%;
  left: -6%;
  background: color-mix(in srgb, var(--teal) 55%, var(--orange));
  opacity: 0.35;
  animation: vibe-drift 20s ease-in-out infinite reverse;
}

.vibe-grain {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
}

@keyframes vibe-drift {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(3%, 4%) scale(1.08);
  }
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 6vw;
  min-width: 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.brand span {
  font-size: 1.64rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.brand img {
  display: block;
  width: 10.2rem;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgb(0 0 0 / 32%));
}

.back {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-shrink: 0;
  color: #fff;
  text-decoration: none;
}

.back-orb {
  display: grid;
  place-items: center;
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle at 35% 30%, rgb(255 255 255 / 28%), transparent 42%),
    linear-gradient(145deg, var(--purple), var(--orange));
  box-shadow:
    0 0 0 3px var(--teal),
    0 0 18px rgb(0 200 201 / 70%),
    0 8px 20px rgb(0 0 0 / 28%);
  animation: back-pulse 1.8s ease-in-out infinite;
}

.back-orb svg {
  width: 1.35rem;
  height: 1.35rem;
  transform: translateX(-1px);
  transition: transform 0.25s ease;
}

.back-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.back-kicker {
  color: var(--teal);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.back-label {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.back:hover .back-orb,
.back:focus-visible .back-orb {
  animation: none;
  box-shadow:
    0 0 0 3px var(--orange),
    0 0 22px rgb(255 138 26 / 75%),
    0 8px 20px rgb(0 0 0 / 28%);
}

.back:hover .back-orb svg,
.back:focus-visible .back-orb svg {
  transform: translateX(-5px);
}

.back:hover .back-kicker,
.back:focus-visible .back-kicker {
  color: var(--orange);
}

@keyframes back-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow:
      0 0 0 3px var(--teal),
      0 0 14px rgb(0 200 201 / 55%),
      0 8px 20px rgb(0 0 0 / 28%);
  }
  50% {
    transform: scale(1.07);
    box-shadow:
      0 0 0 4px var(--teal),
      0 0 26px rgb(0 200 201 / 90%),
      0 8px 20px rgb(0 0 0 / 28%);
  }
}

.brand:focus-visible,
.back:focus-visible,
.pack-jump:focus-visible,
.pack-cta:focus-visible,
.pack-wa:focus-visible,
.wa-hero:focus-visible,
.dock-item:focus-visible,
.cta:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}

.intro,
.path,
.services,
.contact {
  padding: 2rem 6vw 1rem;
  max-width: 72rem;
  margin: 0 auto;
}

.services {
  scroll-margin-top: 1.25rem;
}

.eyebrow {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.intro h1 {
  margin-top: 0;
  font-size: clamp(2.1rem, 6vw, 4.1rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  background: linear-gradient(
    90deg,
    var(--teal),
    var(--orange),
    var(--purple),
    var(--teal)
  );
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: step-line 8s linear infinite;
}

.path h2,
.services h2,
.contact h2 {
  margin-top: 0.45rem;
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  line-height: 1.15;
}

.lead,
.contact p,
.pack-hint {
  margin-top: 1rem;
  max-width: 40rem;
  color: rgb(246 241 251 / 78%);
  font-size: 1.08rem;
  line-height: 1.65;
}

.pack-jump {
  color: var(--teal);
  font-weight: 700;
  text-decoration: none;
  animation: pack-jump-pulse 2.8s ease-in-out infinite;
}

.pack-jump:hover,
.pack-jump:focus-visible {
  color: #fff;
}

@keyframes pack-jump-pulse {
  0%,
  100% {
    opacity: 0.7;
    text-shadow: 0 0 0 transparent;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 14px rgb(0 200 201 / 75%);
  }
}

.for-who {
  margin-top: 1.25rem;
  color: rgb(246 241 251 / 70%);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.path {
  padding-top: 0.5rem;
}

.steps {
  --step-g: 1.6rem;
  --step-c: calc((100% - 2 * var(--step-g)) / 3);
  --step-r: 31px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--step-g);
  margin-top: 1.8rem;
  list-style: none;
}

.steps::before,
.steps::after {
  content: "";
  position: absolute;
  top: 36px;
  width: calc(var(--step-c) + var(--step-g) - 2 * var(--step-r));
  height: 2px;
  border-radius: 999px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(
    90deg,
    var(--teal),
    var(--orange),
    var(--purple),
    var(--teal)
  );
  background-size: 220% 100%;
  box-shadow:
    0 0 0.5px 0.5px rgb(255 255 255 / 45%),
    0 0 0 1px rgb(0 200 201 / 35%),
    0 0 8px 1px rgb(0 200 201 / 65%),
    0 0 16px 2px rgb(255 138 26 / 40%),
    0 0 26px 3px rgb(74 31 122 / 45%);
  animation:
    step-line 9s linear infinite,
    step-bridge 9s ease-in-out infinite;
}

.steps::before {
  left: calc(var(--step-c) / 2 + var(--step-r));
}

.steps::after {
  left: calc(var(--step-c) * 1.5 + var(--step-g) + var(--step-r));
  animation-delay: 0s, 3s;
}

.steps li::after {
  content: none;
}

.steps li {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  text-align: center;
}

.step-badge {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 0.55rem;
}

.step-num {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 2px solid rgb(255 255 255 / 10%);
  border-radius: 50%;
  background: #1a1026;
  box-shadow: 0 0 18px rgb(0 200 201 / 40%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  animation: step-hit 9s ease-in-out infinite;
}

.step-orbit {
  position: absolute;
  inset: 0;
  width: 72px;
  height: 72px;
  overflow: visible;
  pointer-events: none;
  z-index: 2;
}

.step-orbit-track {
  fill: none;
  stroke: url(#step-orbit-grad);
  stroke-width: 2;
  opacity: 0.72;
}

.step-orbit-run {
  fill: none;
  stroke: url(#step-orbit-grad);
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-dasharray: 64 124;
  filter:
    drop-shadow(0 0 3px rgb(0 200 201 / 95%))
    drop-shadow(0 0 8px rgb(255 138 26 / 70%));
  animation:
    step-orbit-spin 1.7s linear infinite,
    step-orbit-show 9s ease-in-out infinite;
}

.steps li:nth-child(2) .step-num {
  animation-delay: 3s;
}

.steps li:nth-child(3) .step-num {
  animation-delay: 6s;
}

.steps li:nth-child(2) .step-orbit-run {
  animation-delay: 0s, 3s;
}

.steps li:nth-child(3) .step-orbit-run {
  animation-delay: 0s, 6s;
}

.steps h3,
.steps p {
  animation: step-copy 9s ease-in-out infinite;
}

.steps li:nth-child(2) h3,
.steps li:nth-child(2) p {
  animation-delay: 3s;
}

.steps li:nth-child(3) h3,
.steps li:nth-child(3) p {
  animation-delay: 6s;
}

.steps h3 {
  margin-bottom: 0.4rem;
  font-size: 1.12rem;
}

.steps p {
  max-width: 18rem;
  color: rgb(246 241 251 / 72%);
  font-size: 0.92rem;
  line-height: 1.55;
}

@keyframes step-line {
  to {
    background-position: 200% 0;
  }
}

@keyframes step-line-vert {
  to {
    background-position: 0 200%;
  }
}

@keyframes step-bridge {
  0%,
  22% {
    opacity: 0.38;
    filter: saturate(0.75) brightness(0.85);
  }
  32%,
  90% {
    opacity: 1;
    filter: saturate(1.2) brightness(1.12);
  }
  100% {
    opacity: 0.38;
    filter: saturate(0.75) brightness(0.85);
  }
}

@keyframes step-bridge-vert {
  0%,
  22% {
    opacity: 0.38;
    filter: saturate(0.75) brightness(0.85);
  }
  32%,
  90% {
    opacity: 1;
    filter: saturate(1.2) brightness(1.12);
  }
  100% {
    opacity: 0.38;
    filter: saturate(0.75) brightness(0.85);
  }
}

@keyframes step-orbit-spin {
  to {
    stroke-dashoffset: -188;
  }
}

@keyframes step-orbit-show {
  0%,
  4% {
    opacity: 0.5;
  }
  8%,
  26% {
    opacity: 1;
  }
  32%,
  100% {
    opacity: 0.5;
  }
}

@keyframes step-hit {
  0%,
  4% {
    opacity: 0.42;
    transform: scale(1);
    box-shadow: 0 0 10px rgb(0 200 201 / 16%);
  }
  8%,
  26% {
    opacity: 1;
    transform: scale(1.07);
    box-shadow:
      0 0 0 1px rgb(255 255 255 / 16%),
      0 0 20px rgb(0 200 201 / 55%),
      0 0 34px rgb(255 138 26 / 32%);
  }
  32%,
  100% {
    opacity: 0.42;
    transform: scale(1);
    box-shadow: 0 0 10px rgb(0 200 201 / 16%);
  }
}

@keyframes step-copy {
  0%,
  4% {
    opacity: 0.48;
  }
  8%,
  26% {
    opacity: 1;
  }
  32%,
  100% {
    opacity: 0.48;
  }
}

.pack-hint {
  margin-bottom: 0.45rem;
}

.legal-line {
  margin: 0 0 1.4rem;
  max-width: 40rem;
  color: rgb(246 241 251 / 72%);
  font-size: 0.95rem;
  line-height: 1.5;
}

.legal-line a {
  color: var(--teal);
  font-weight: 700;
  text-decoration: none;
}

.packs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  align-items: stretch;
}

.pack {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 1.45rem 1.3rem 1.4rem;
  border-radius: 1.4rem;
  background: #fff;
  color: var(--charcoal);
  box-shadow: 0 18px 50px rgb(10 4 18 / 28%);
}

@supports (grid-template-rows: subgrid) {
  .packs {
    grid-template-rows: auto auto auto auto 1fr auto auto;
  }

  .pack {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 7;
    height: 100%;
  }

  .pack-cta {
    margin-top: 0;
  }
}

.pack-entry {
  border-top: 5px solid var(--teal);
}

.pack-mid {
  padding-top: calc(1.45rem + 3px);
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--teal), var(--orange), var(--purple)) border-box;
  box-shadow:
    0 0 0 1px rgb(255 255 255 / 20%),
    0 22px 60px rgb(255 138 26 / 28%),
    0 18px 50px rgb(10 4 18 / 32%);
}

.pack-pro {
  border-top: 5px solid var(--purple);
}

.pack-badge {
  position: absolute;
  z-index: 2;
  top: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), #ff5a1f);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.pack-kicker {
  color: var(--purple);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pack h3 {
  margin: 0.35rem 0 0.4rem;
  font-size: 1.45rem;
  letter-spacing: -0.02em;
}

.pack-for {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.pack-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  align-content: start;
  gap: 0.4rem;
  width: 100%;
  margin: 1rem 0 1.05rem;
  padding-bottom: 0.95rem;
  border-bottom: 1px solid rgb(43 36 48 / 10%);
}

.pack-from,
.pack-once {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 600;
}

.pack-amount {
  font-size: 2.05rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.pack-ask {
  font-size: 1.55rem;
}

.pack-list {
  display: grid;
  gap: 0.75rem;
  align-self: start;
  margin-bottom: 1.25rem;
  list-style: none;
}

.pack-list li {
  display: grid;
  grid-template-columns: 1.15rem 1fr;
  gap: 0.65rem;
  color: var(--charcoal);
  font-size: 0.95rem;
  line-height: 1.45;
}

.pack-list small {
  display: block;
  margin-top: 0.15rem;
  color: var(--muted);
  font-size: 0.8rem;
}

.tick {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.12rem;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.4 6.4 11.2 12.5 4.8'/%3E%3C/svg%3E")
      center / 0.78rem no-repeat,
    linear-gradient(135deg, var(--teal), #2f8fff);
}

.pack-pro .tick {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.4 6.4 11.2 12.5 4.8'/%3E%3C/svg%3E")
      center / 0.78rem no-repeat,
    linear-gradient(135deg, var(--purple), #7b3cff);
}

.pack-cta {
  margin-top: auto;
  display: block;
  width: 100%;
  padding: 0.88rem 0.7rem;
  border-radius: 999px;
  background: var(--charcoal);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition:
    filter 0.2s ease,
    transform 0.18s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.pack-cta:hover {
  background: #3d3344;
}

.pack-cta-hot {
  background: linear-gradient(
    135deg,
    var(--teal) 0%,
    #2a8ad4 32%,
    var(--purple) 68%,
    var(--orange) 100%
  );
  box-shadow:
    0 8px 22px rgb(74 31 122 / 30%),
    0 4px 14px rgb(0 200 201 / 22%);
}

.pack-cta-hot:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
  background: linear-gradient(
    135deg,
    var(--teal) 0%,
    #2a8ad4 32%,
    var(--purple) 68%,
    var(--orange) 100%
  );
  box-shadow:
    0 12px 28px rgb(255 138 26 / 32%),
    0 6px 16px rgb(0 200 201 / 24%);
}

.pack-wa,
.pack-wa:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  margin-top: 0.75rem;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: #128c7e;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
}

.pack-wa svg,
.pack-wa img {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
  border-radius: 50%;
}

.pack-wa:hover {
  background: #25d366;
  color: #fff;
}

.contact {
  text-align: center;
  padding-bottom: 4.2rem;
  scroll-margin-top: 1.25rem;
}

.contact p {
  margin-left: auto;
  margin-right: auto;
}

.wa-hero,
.wa-hero:visited {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: min(100%, 28rem);
  margin: 1.7rem auto 0;
  padding: 0.72rem 1.15rem 0.72rem 0.72rem;
  border: 2px solid transparent;
  border-radius: 999px;
  background:
    linear-gradient(#1a1026, #1a1026) padding-box,
    conic-gradient(
      from var(--wa-spin),
      var(--teal),
      var(--orange),
      var(--purple),
      var(--teal),
      var(--orange),
      var(--purple),
      var(--teal)
    ) border-box;
  color: #fff;
  text-decoration: none;
  box-shadow:
    0 0 0 1px rgb(255 255 255 / 8%),
    0 16px 40px rgb(0 200 201 / 22%);
  animation:
    wa-glow 2.4s ease-in-out infinite,
    wa-border-flow 6s linear infinite;
}

.wa-hero-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  overflow: hidden;
  isolation: isolate;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 0 18px rgb(0 200 201 / 45%);
  animation: wa-mark-glow 5s ease-in-out infinite;
}

.wa-hero-mark::before,
.wa-hero-mark::after {
  content: "";
  position: absolute;
  inset: -70%;
  border-radius: 40%;
  pointer-events: none;
}

.wa-hero-mark::before {
  background:
    conic-gradient(
      from 0deg,
      var(--teal),
      var(--orange),
      var(--purple),
      #25d366,
      var(--teal)
    );
  filter: blur(10px) saturate(1.25);
  animation: wa-water-spin 9s linear infinite;
}

.wa-hero-mark::after {
  background:
    radial-gradient(circle at 28% 30%, var(--teal) 0 32%, transparent 58%),
    radial-gradient(circle at 76% 22%, var(--orange) 0 28%, transparent 54%),
    radial-gradient(circle at 70% 78%, var(--purple) 0 34%, transparent 60%),
    radial-gradient(circle at 22% 74%, #25d366 0 26%, transparent 52%);
  filter: blur(8px);
  mix-blend-mode: screen;
  animation: wa-water-drift 7s ease-in-out infinite;
}

.wa-hero-mark svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 56px;
  height: 56px;
}

.wa-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.wa-hero-kicker {
  color: var(--teal);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wa-hero-title {
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.wa-hero-go {
  margin-left: auto;
  color: var(--teal);
  font-size: 1.6rem;
  font-weight: 700;
  transition: transform 0.25s ease;
}

.wa-hero:hover .wa-hero-go,
.wa-hero:focus-visible .wa-hero-go {
  transform: translateX(6px);
  color: var(--orange);
}

@keyframes wa-glow {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgb(255 255 255 / 8%),
      0 12px 32px rgb(0 200 201 / 18%);
  }
  50% {
    box-shadow:
      0 0 0 1px rgb(255 255 255 / 12%),
      0 18px 48px rgb(255 138 26 / 28%),
      0 0 36px rgb(0 200 201 / 30%);
  }
}

@keyframes wa-border-flow {
  to {
    --wa-spin: 480deg;
  }
}

@keyframes wa-water-spin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes wa-water-drift {
  0%,
  100% {
    transform: translate3d(-6%, 4%, 0) scale(1.05);
  }
  33% {
    transform: translate3d(10%, -8%, 0) scale(1.18);
  }
  66% {
    transform: translate3d(-8%, -6%, 0) scale(1.12);
  }
}

@keyframes wa-mark-glow {
  0%,
  100% {
    box-shadow: 0 0 18px rgb(0 200 201 / 45%);
  }
  33% {
    box-shadow: 0 0 22px rgb(255 138 26 / 48%);
  }
  66% {
    box-shadow: 0 0 22px rgb(74 31 122 / 55%);
  }
}

.dock {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 1.8rem;
}

.dock-item,
.dock-item:visited {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  color: rgb(246 241 251 / 82%);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.dock-orb {
  position: relative;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  overflow: hidden;
  isolation: isolate;
  border: 2px solid transparent;
  border-radius: 50%;
  background:
    linear-gradient(#1a1026, #1a1026) padding-box,
    conic-gradient(
      from var(--wa-spin),
      var(--teal),
      var(--orange),
      var(--purple),
      var(--teal),
      var(--orange),
      var(--purple),
      var(--teal)
    ) border-box;
  box-shadow: 0 0 18px rgb(0 200 201 / 40%);
  animation:
    wa-border-flow 6s linear infinite,
    wa-mark-glow 5s ease-in-out infinite;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dock-item:nth-child(2) .dock-orb {
  animation-delay: -2s, -1.6s;
}

.dock-item:nth-child(3) .dock-orb {
  animation-delay: -4s, -3.2s;
}

.dock-orb svg {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.dock-item:hover .dock-orb,
.dock-item:focus-visible .dock-orb {
  transform: translateY(-4px);
  box-shadow: 0 0 24px rgb(255 138 26 / 48%);
}

.cta {
  display: inline-block;
  margin-top: 1.2rem;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--teal), #2f8fff 45%, var(--purple));
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 28px rgb(0 200 201 / 28%);
}

.cta:hover {
  filter: brightness(1.08);
}

.foot {
  padding: 1.15rem 6vw 2.6rem;
  color: rgb(246 241 251 / 62%);
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  line-height: 1.45;
}

.foot-rand {
  margin-top: 0.28rem;
}

.foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.1rem;
  margin-top: 0.55rem;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: none;
}

.foot-links a {
  color: rgb(246 241 251 / 72%);
  font-weight: 700;
  text-decoration: none;
}

.foot-links a:hover {
  color: var(--teal);
}

.legal {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.3rem;
  color: rgb(246 241 251 / 82%);
  font-size: 0.98rem;
  line-height: 1.55;
}

.legal h2 {
  margin: 0.55rem 0 0;
  color: #fff;
  font-size: 1.02rem;
}

.legal ul {
  margin: 0;
  padding-left: 1.15rem;
}

.legal li + li {
  margin-top: 0.35rem;
}

.brief {
  padding: 0.5rem 6vw 4.2rem;
  max-width: 42rem;
  margin: 0 auto;
}

.brief h1 {
  margin-top: 0.45rem;
  font-size: clamp(1.7rem, 5vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.brief-done-mark {
  display: block;
  width: 4.8rem;
  height: auto;
  margin: 0.15rem 0 0.7rem;
}

.brief-done .wa-hero {
  margin-top: 1.6rem;
}

.brief-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.8rem;
  min-width: 0;
}

.brief-honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.brief-block {
  min-width: 0;
  padding: 1.15rem 1.15rem 1.25rem;
  border: 2px solid transparent;
  border-radius: 1.35rem;
  background:
    linear-gradient(#1a1026, #1a1026) padding-box,
    linear-gradient(120deg, var(--teal), var(--orange), var(--purple)) border-box;
}

.brief .eyebrow {
  font-size: 1.05rem;
  letter-spacing: 0.12em;
}

.brief-kicker {
  margin: 0 0 0.75rem;
  color: var(--teal);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.brief-help {
  margin: 0.15rem 0 0.85rem;
  color: rgb(246 241 251 / 68%);
  font-size: 0.92rem;
}

.brief-choices {
  display: grid;
  gap: 0.55rem;
}

@media (min-width: 640px) {
  .brief-actions {
    grid-template-columns: 1fr 1fr;
  }
}

.brief-choice {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 0.9rem;
  border-radius: 0.9rem;
  background: rgb(255 255 255 / 6%);
  color: #fff;
  font-weight: 600;
}

.brief-choice input {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: var(--teal);
  flex-shrink: 0;
}

.brief-choice:has(input:checked) {
  outline: 2px solid var(--teal);
  background: rgb(0 200 201 / 14%);
}

.format-grid {
  margin-top: 0;
}

@media (min-width: 720px) {
  .format-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.format-card {
  align-items: flex-start;
}

.format-copy {
  display: grid;
  gap: 0.18rem;
}

.format-copy strong {
  font-size: 0.95rem;
}

.format-copy span {
  font-weight: 500;
  font-size: 0.8rem;
  color: rgb(246 241 251 / 68%);
}

.brief-choices + .brief-help,
.brief-field[hidden] + .brief-help {
  margin-top: 1.1rem;
}

.brief-choice-block {
  align-items: flex-start;
}

.brief-choice-block input {
  margin-top: 0.2rem;
}

#domain-have-wrap,
#domain-need-wrap {
  margin-top: 0.85rem;
}

#domain-have-wrap[hidden],
#domain-need-wrap[hidden],
#sell-products-wrap[hidden],
#pay-eft-wrap[hidden],
#pay-link-wrap[hidden] {
  display: none;
}

#domain-have-wrap .brief-help,
#domain-need-wrap .brief-help {
  margin-top: 0.85rem;
}

.brief-tick {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-top: 1.1rem;
  padding: 0.1rem 0;
  color: rgb(246 241 251 / 82%);
  font-size: 0.9rem;
  font-weight: 500;
}

.brief-tick input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
  accent-color: var(--teal);
}

#sell-products-wrap,
#pay-eft-wrap,
#pay-link-wrap {
  margin-top: 0.85rem;
}

.brief-field,
.brief-file,
.brief-swatch {
  display: grid;
  gap: 0.4rem;
  width: 100%;
  min-width: 0;
  margin-top: 0.85rem;
  color: rgb(246 241 251 / 82%);
  font-size: 0.88rem;
  font-weight: 600;
}

.brief-field[hidden],
.brief-file[hidden] {
  display: none;
}

.brief-file:first-of-type,
.brief-help + .brief-choices,
.brief-kicker + .brief-help,
.brief-kicker + .brief-field,
.brief-kicker + .brief-file {
  margin-top: 0;
}

.brief-field input,
.brief-field textarea,
.brief-field select {
  width: 100%;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 0.8rem;
  background: #12091a;
  color: #fff;
  font: inherit;
  font-weight: 500;
}

.brief-field textarea {
  resize: vertical;
  min-height: 6.5rem;
}

.brief-field input:focus,
.brief-field textarea:focus,
.brief-field select:focus {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}

.brief-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.brief-colours {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.brief-swatch input[type="color"] {
  width: 100%;
  height: 3.2rem;
  padding: 0;
  border: 0;
  border-radius: 0.8rem;
  background: transparent;
  cursor: pointer;
  transition: box-shadow 0.25s ease;
}

.brief-swatch.is-auto input[type="color"] {
  box-shadow: 0 0 0 2px rgb(0 200 201 / 70%);
}

.brief-pick {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 3.05rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 0.8rem;
  background: #12091a;
  box-sizing: border-box;
  cursor: pointer;
}

.brief-previews {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(6.2rem, 1fr));
  gap: 0.55rem;
  margin-top: 0.7rem;
}

.brief-preview {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  min-width: 0;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 0.85rem;
  overflow: hidden;
  background: #12091a;
}

.brief-preview img,
.brief-preview-fallback {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  object-fit: contain;
  background: #0d0714;
}

.brief-preview-fallback {
  display: grid;
  place-items: center;
  color: rgb(246 241 251 / 70%);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.brief-preview-name {
  display: block;
  padding: 0.35rem 0.45rem 0.45rem;
  color: rgb(246 241 251 / 72%);
  font-size: 0.68rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brief-preview-remove {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 1.55rem;
  height: 1.55rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgb(18 9 26 / 82%);
  color: #fff;
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
}

.brief-preview-remove:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 1px;
}

.brief-pick-label {
  color: rgb(246 241 251 / 72%);
  font-size: 1rem;
  font-weight: 500;
  pointer-events: none;
}

.brief-file input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.brief-submit {
  width: 100%;
  margin-top: 0.4rem;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.brief-vibe {
  display: inline;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -0.02em;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.brief-foot {
  margin-top: 0.85rem;
  color: rgb(246 241 251 / 62%);
  font-size: 0.88rem;
  line-height: 1.5;
  text-align: center;
}

.brief-foot a {
  color: var(--teal);
  font-weight: 700;
  text-decoration: none;
}

.brief-agree {
  margin: 1.15rem 0 0;
}

.brief-agree .brief-choice {
  width: 100%;
}

.brief-agree .brief-help {
  margin-top: 0.5rem;
  text-align: center;
}

.brief-agree .brief-help a {
  color: var(--teal);
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 900px) {
  .topbar {
    gap: 0.55rem;
    padding: 0.75rem 4.5vw;
  }

  .brand {
    min-width: 0;
    flex: 1;
    gap: 0.45rem;
  }

  .brand img {
    width: 4.5rem;
    flex-shrink: 0;
  }

  .brand span {
    font-size: 0.98rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .back-copy {
    display: none;
  }

  .back-orb {
    width: 2.55rem;
    height: 2.55rem;
  }

  .back-orb svg {
    width: 1.15rem;
    height: 1.15rem;
  }

  .intro h1 {
    font-size: clamp(1.7rem, 8vw, 2.4rem);
  }

  .for-who {
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }

  .steps,
  .packs {
    grid-template-columns: 1fr;
  }

  .packs {
    grid-template-rows: none;
  }

  .pack {
    display: flex;
    flex-direction: column;
    grid-row: auto;
  }

  .steps {
    gap: 1.5rem;
  }

  .steps::before,
  .steps::after {
    content: none;
    display: none;
    animation: none;
  }

  .steps li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 35px;
    top: 66px;
    width: 2px;
    height: calc(100% - 66px + 1.5rem);
    border-radius: 999px;
    transform: none;
    background: linear-gradient(
      180deg,
      var(--teal),
      var(--orange),
      var(--purple),
      var(--teal)
    );
    background-size: 100% 220%;
    box-shadow:
      0 0 0.5px 0.5px rgb(255 255 255 / 45%),
      0 0 0 1px rgb(0 200 201 / 35%),
      0 0 8px 1px rgb(0 200 201 / 65%),
      0 0 16px 2px rgb(255 138 26 / 40%);
    animation:
      step-line-vert 9s linear infinite,
      step-bridge-vert 9s ease-in-out infinite;
    z-index: 0;
  }

  .steps li:nth-child(2)::after {
    animation-delay: 0s, 3s;
  }

  .steps li {
    display: grid;
    grid-template-columns: 72px 1fr;
    grid-template-rows: auto auto;
    column-gap: 1.1rem;
    align-items: start;
    text-align: left;
  }

  .step-badge {
    grid-row: 1 / span 2;
    margin-bottom: 0;
  }

  .steps p {
    max-width: none;
  }

  .pack-mid {
    transform: none;
  }

  .intro,
  .path,
  .services,
  .contact,
  .brief {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .brief-row,
  .brief-colours {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 640px) {
  .dock {
    gap: 2.2rem;
  }
}

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

  .vibe-blob,
  .back-orb,
  .pack-jump,
  .intro h1,
  .wa-hero,
  .wa-hero-mark,
  .wa-hero-mark::before,
  .wa-hero-mark::after,
  .dock-orb,
  .step-num,
  .step-orbit-run,
  .steps::before,
  .steps::after,
  .steps li::after,
  .steps h3,
  .steps p,
  .it-link.is-lure::before,
  .it-link.is-lure,
  .it-link.is-opening,
  html.from-it .arrive,
  html.from-it .topbar,
  html.from-it main,
  html.from-it .foot {
    animation: none;
  }

  .it-link.is-lure::before {
    opacity: 0.75;
    --wa-spin: 120deg;
  }

  .it-link.is-lure {
    animation: it-button-pulse 1.25s ease-in-out infinite;
  }

  body.is-opening .it-portal,
  html.from-it .arrive {
    opacity: 0;
    clip-path: none;
    transition: none;
  }
}
