body[data-page="bundles"] {
  background: #050507;
}

body[data-page="bundles"] .ambient-one {
  top: 10%;
  left: 55%;
  width: 48vw;
  height: 48vw;
  opacity: .12;
  background: rgba(131, 93, 255, .5);
}

body[data-page="bundles"] .ambient-two {
  top: 62%;
  right: 60%;
  width: 42vw;
  height: 42vw;
  opacity: .08;
  background: rgba(86, 205, 255, .42);
}

.bundles-page {
  padding: 150px 0 110px;
  overflow: hidden;
}

.bundles-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bundles-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(680px, 68vw);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: .52;
}

.bundles-orbit::before,
.bundles-orbit::after,
.bundles-orbit i {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(155, 220, 255, .09);
  border-radius: 50%;
}

.bundles-orbit::after {
  inset: 25%;
  border-color: rgba(171, 132, 255, .12);
  border-style: dashed;
  animation: bundlesOrbit 42s linear infinite;
}

.bundles-orbit i:nth-child(1) {
  inset: 39%;
  border-color: rgba(255, 255, 255, .1);
}

.bundles-kicker {
  position: relative;
  z-index: 1;
  min-height: 34px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(173, 143, 255, .36);
  border-radius: 999px;
  color: #e5d9ff;
  background: rgba(133, 89, 236, .09);
  box-shadow: 0 0 28px rgba(125, 90, 230, .12);
  font-size: .66rem;
  letter-spacing: .16em;
}

.bundles-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 940px;
  margin: 28px 0 0;
  color: #f7f8fb;
  font-family: "SLIMZ GOOGLE", sans-serif;
  font-size: clamp(2rem, 3.5vw, 3.55rem);
  line-height: .98;
  letter-spacing: -.065em;
  text-wrap: balance;
}

.bundles-lead {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 34px 0 0;
  color: #999ca7;
  font-size: clamp(1rem, 1.5vw, 1.24rem);
  line-height: 1.55;
}

.bundles-facts {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(202, 209, 222, .13);
  border-bottom: 1px solid rgba(202, 209, 222, .13);
}

.bundles-facts span {
  min-height: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.bundles-facts span + span {
  border-left: 1px solid rgba(202, 209, 222, .13);
}

.bundles-facts strong {
  color: #f5f7fb;
  font-family: "SLIMZ GOOGLE", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.bundles-facts em {
  color: #747884;
  font-family: "SFMono-Regular", "SLIMZ GOOGLE", Consolas, monospace;
  font-size: .55rem;
  font-style: normal;
  letter-spacing: .13em;
}

.bundles-grid {
  margin-top: 86px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bundle-card {
  position: relative;
  isolation: isolate;
  min-height: 650px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(198, 205, 219, .16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 84% 8%, rgba(var(--bundle-accent), .13), transparent 30%),
    linear-gradient(145deg, rgba(18, 21, 29, .93), rgba(7, 8, 12, .96) 56%, rgba(5, 5, 7, .98));
  box-shadow: inset 0 1px rgba(255, 255, 255, .025), 0 28px 70px rgba(0, 0, 0, .18);
  transition: transform .42s var(--ease), border-color .42s ease, box-shadow .42s ease;
}

.bundle-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -24%;
  right: -16%;
  width: 64%;
  aspect-ratio: 1;
  border: 1px solid rgba(var(--bundle-accent), .13);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(var(--bundle-accent), .05);
}

.bundle-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 19%;
  right: 14%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgb(var(--bundle-accent));
  box-shadow: 0 0 18px rgba(var(--bundle-accent), .62);
  opacity: .78;
}

@media (hover: hover) and (pointer: fine) {
  .bundle-card:hover {
    transform: translateY(-7px);
    border-color: rgba(var(--bundle-accent), .32);
    box-shadow: inset 0 1px rgba(255, 255, 255, .035), 0 34px 80px rgba(0, 0, 0, .26), 0 0 42px rgba(var(--bundle-accent), .055);
  }
}

.bundle-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bundle-number {
  color: rgba(220, 225, 235, .42);
  font-family: "SFMono-Regular", "SLIMZ GOOGLE", Consolas, monospace;
  font-size: .62rem;
  letter-spacing: .12em;
}

.bundle-discount {
  min-height: 34px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(var(--bundle-accent), .28);
  border-radius: 999px;
  color: rgb(var(--bundle-accent));
  background: rgba(var(--bundle-accent), .08);
  font-family: "SLIMZ GOOGLE", sans-serif;
  font-size: .72rem;
  letter-spacing: .07em;
}

.bundle-category {
  margin: 64px 0 0;
  color: rgba(var(--bundle-accent), .78);
  font-family: "SFMono-Regular", "SLIMZ GOOGLE", Consolas, monospace;
  font-size: .59rem;
  font-weight: 600;
  letter-spacing: .16em;
}

.bundle-card h2 {
  max-width: 90%;
  margin: 12px 0 0;
  color: #f4f5f8;
  font-family: "SLIMZ GOOGLE", sans-serif;
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  line-height: .9;
  letter-spacing: -.045em;
}

.bundle-description {
  max-width: 500px;
  min-height: 74px;
  margin: 24px 0 0;
  color: #8e919c;
  font-size: .96rem;
  line-height: 1.55;
}

.bundle-products {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(200, 207, 221, .13);
}

.bundle-products li {
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(200, 207, 221, .09);
  color: #c8cbd3;
  font-family: "SFMono-Regular", "SLIMZ GOOGLE", Consolas, monospace;
  font-size: .63rem;
  letter-spacing: .055em;
}

.bundle-products strong {
  color: #777b86;
  font-weight: 500;
  white-space: nowrap;
}

.bundle-products .bundle-bonus strong {
  color: rgb(var(--bundle-accent));
  font-size: .56rem;
  letter-spacing: .12em;
}

.bundle-saving {
  margin-top: auto;
  padding-top: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #737681;
  font-family: "SFMono-Regular", "SLIMZ GOOGLE", Consolas, monospace;
  font-size: .6rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bundle-saving strong {
  color: rgb(var(--bundle-accent));
  font-size: .67rem;
  font-weight: 600;
}

.bundle-price-row {
  margin-top: 13px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.bundle-old {
  position: relative;
  margin-bottom: 6px;
  color: #686b74;
  font-family: "SLIMZ GOOGLE", sans-serif;
  font-size: 1rem;
}

.bundle-old::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4px;
  left: -4px;
  height: 1px;
  background: #848792;
  transform: rotate(-6deg);
}

.bundle-current {
  color: #f8f9fb;
  font-family: "SLIMZ GOOGLE", sans-serif;
  font-size: clamp(2rem, 3.7vw, 3.35rem);
  line-height: .9;
  letter-spacing: -.04em;
}

.bundle-action {
  width: 100%;
  min-height: 50px;
  margin-top: 24px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid rgba(var(--bundle-accent), .25);
  border-radius: 15px;
  color: #f5f7fb;
  background: rgba(var(--bundle-accent), .09);
  font-family: "SLIMZ GOOGLE", sans-serif;
  font-size: .68rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}

.bundle-action:hover {
  color: #050507;
  background: rgb(var(--bundle-accent));
  border-color: rgb(var(--bundle-accent));
  transform: translateY(-2px);
}

.bundle-action:focus-visible {
  outline: 2px solid rgba(var(--bundle-accent), .72);
  outline-offset: 3px;
}

.bundle-popular {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: rgb(var(--bundle-accent));
  font-family: "SFMono-Regular", "SLIMZ GOOGLE", Consolas, monospace;
  font-size: .52rem;
  letter-spacing: .14em;
  white-space: nowrap;
}

.bundles-note {
  max-width: 900px;
  margin: 88px auto 0;
  padding: 72px 6vw;
  border-top: 1px solid rgba(198, 205, 219, .13);
  text-align: center;
}

.bundles-note h2 {
  margin: 0;
  color: #f5f6f9;
  font-family: "SLIMZ GOOGLE", sans-serif;
  font-size: clamp(2rem, 3.5vw, 3.55rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.bundles-note > p:last-child {
  max-width: 650px;
  margin: 30px auto 0;
  color: #92959f;
  font-size: 1rem;
  line-height: 1.6;
}

.bundles-note-action {
  width: min(100%, 272px);
  min-height: 48px;
  margin: 30px auto 0;
  padding: 0 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(174, 142, 255, .42);
  border-radius: 14px;
  color: #eee8ff;
  background: linear-gradient(110deg, rgba(116, 81, 210, .2), rgba(48, 136, 192, .16));
  box-shadow: 0 0 26px rgba(128, 90, 227, .12), inset 0 1px rgba(255, 255, 255, .07);
  font-family: "SLIMZ GOOGLE", sans-serif;
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .08em;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.bundles-note-action:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 174, 255, .72);
  background: linear-gradient(110deg, rgba(133, 91, 232, .3), rgba(57, 153, 208, .24));
  box-shadow: 0 0 34px rgba(140, 101, 237, .2), inset 0 1px rgba(255, 255, 255, .1);
}

.bundles-note-action:focus-visible {
  outline: 2px solid rgba(202, 175, 255, .82);
  outline-offset: 4px;
}

@keyframes bundlesOrbit {
  to { transform: rotate(360deg); }
}

@media (max-width: 900px) {
  .bundles-grid {
    grid-template-columns: 1fr;
  }

  .bundle-card {
    min-height: 610px;
  }
}

@media (max-width: 700px) {
  .bundles-page {
    padding: 104px 0 74px;
  }

  .bundles-hero {
    min-height: 510px;
  }

  .bundles-orbit {
    width: 130vw;
  }

  .bundles-hero h1 {
    margin-top: 24px;
    font-size: clamp(2rem, 7.5vw, 2.45rem);
  }

  .bundles-note h2 {
    font-size: clamp(2rem, 7.5vw, 2.45rem);
  }

  .bundles-lead {
    margin-top: 26px;
    font-size: .96rem;
  }

  .bundles-facts {
    margin-top: 38px;
  }

  .bundles-facts span {
    min-height: 76px;
    padding: 0 8px;
  }

  .bundles-facts em {
    font-size: .46rem;
    line-height: 1.35;
  }

  .bundles-grid {
    margin-top: 58px;
  }

  .bundle-card {
    min-height: 0;
    padding: 26px 22px;
    border-radius: 22px;
  }

  .bundle-category {
    margin-top: 50px;
  }

  .bundle-card h2 {
    max-width: 100%;
    font-size: clamp(2.2rem, 12vw, 3.4rem);
  }

  .bundle-description {
    min-height: 0;
  }

  .bundle-products li {
    font-size: .56rem;
  }

  .bundle-current {
    font-size: clamp(1.9rem, 10vw, 2.7rem);
  }

  .bundle-popular {
    top: 28px;
    font-size: .46rem;
  }

  .bundles-note {
    margin-top: 60px;
    padding: 60px 0 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bundles-orbit::after {
    animation: none;
  }
}
