/* Real-content sections */
.rewards-sec {
  padding: 0 0 120px;
}
.rewards-panel {
  padding: 70px;
  border: 1px solid rgba(197, 44, 255, 0.2);
  background:
    radial-gradient(
      circle at 20% 50%,
      rgba(197, 44, 255, 0.14),
      transparent 28%
    ),
    #0d0411;
}
.rewards-visual {
  height: 430px;
  position: relative;
  display: grid;
  place-items: center;
}
.reward-core {
  width: 240px;
  height: 240px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #120618;
  box-shadow:
    inset 0 0 70px rgba(197, 44, 255, 0.12),
    0 0 60px rgba(197, 44, 255, 0.12);
}
.reward-core span,
.reward-core small {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 9px;
  color: var(--gold);
}
.reward-core strong {
  font-family: var(--heading);
  font-size: 25px;
  text-transform: uppercase;
}
.reward-coin {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #08020b;
  border: 1px solid rgba(197, 44, 255, 0.45);
  color: var(--gold);
  font-family: var(--heading);
  box-shadow: 0 0 30px rgba(197, 44, 255, 0.16);
}
.coin-one {
  top: 30px;
  left: 45px;
}
.coin-two {
  right: 45px;
  top: 80px;
}
.coin-three {
  left: 75px;
  bottom: 35px;
}
.reward-list {
  list-style: none;
  margin: 28px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.reward-list li {
  padding: 18px;
  border: 1px solid rgba(197, 44, 255, 0.16);
  display: flex;
  flex-direction: column;
}
.reward-list strong {
  font-size: 14px;
  color: #fff;
}
.reward-list span {
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
}
.legal-note {
  font-size: 11px !important;
  line-height: 1.6;
  color: #776c7c !important;
}
.mission-sec {
  padding: 120px 0;
}
.mission-panel {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 55px;
  padding: 70px;
  border: 1px solid rgba(197, 44, 255, 0.22);
  background: linear-gradient(135deg, #17091f, #0c030f);
}
.mission-number {
  font-family: var(--heading);
  font-size: 92px;
  line-height: 1;
  color: rgba(197, 44, 255, 0.2);
}
.mission-panel h2 {
  max-width: 900px;
}
.mission-panel p {
  font-size: 17px;
  max-width: 960px;
  margin-top: 22px;
}
.roadmap-sec {
  padding: 120px 0;
  background: #0d0411;
}
.launch-roadmap {
  display: grid;
  grid-template-columns: 1fr 90px 1fr;
  align-items: center;
}
.roadmap-card {
  min-height: 390px;
  padding: 45px;
  border: 1px solid rgba(197, 44, 255, 0.22);
  background: #15081c;
  position: relative;
}
.roadmap-card-primary {
  background:
    radial-gradient(circle at 100% 0, rgba(197, 44, 255, 0.2), transparent 40%),
    #190922;
}
.roadmap-step {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--gold);
}
.roadmap-card time {
  display: block;
  font-family: var(--heading);
  font-size: 16px;
  color: #fff;
  margin: 60px 0 18px;
}
.roadmap-card h3 {
  text-transform: uppercase;
  max-width: 450px;
}
.roadmap-card p {
  margin-top: 18px;
}
.roadmap-card small {
  position: absolute;
  left: 45px;
  bottom: 35px;
  color: #706575;
  font-size: 10px;
  max-width: 420px;
}
.roadmap-line {
  height: 1px;
  background: rgba(197, 44, 255, 0.3);
  position: relative;
}
.roadmap-line span {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--gold);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px var(--gold);
}
.roadmap-note {
  text-align: center;
  max-width: 820px;
  margin: 35px auto 0;
  font-size: 13px;
}
.director-sec {
  padding: 120px 0;
}
.director-panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) 1.25fr;
  border: 1px solid rgba(197, 44, 255, 0.2);
}
.director-panel aside {
  padding: 65px;
  background:
    radial-gradient(
      circle at 30% 20%,
      rgba(197, 44, 255, 0.18),
      transparent 35%
    ),
    #16081d;
  position: relative;
}
.quote-mark {
  position: absolute;
  right: 40px;
  bottom: -55px;
  font-family: Georgia, serif;
  font-size: 280px;
  line-height: 1;
  color: rgba(197, 44, 255, 0.1);
}
.director-panel aside h2 {
  font-size: 42px;
  margin-bottom: 35px;
}
.director-panel aside > strong {
  font-size: 12px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.director-copy {
  padding: 65px;
  background: #0d0411;
}
.director-copy p {
  margin-bottom: 18px;
}
.director-copy p:first-child {
  font-weight: 700;
  color: #fff;
}
.director-copy .director-signoff {
  color: var(--gold);
  font-weight: 700;
  margin-top: 30px;
}
.supporters-sec {
  padding: 0 0 120px;
}
.supporter-columns {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 20px;
}
.supporter-columns > div {
  padding: 42px;
  border: 1px solid rgba(197, 44, 255, 0.18);
  background: #13071a;
}
.name-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}
.name-cloud strong {
  padding: 13px 17px;
  background: #09020d;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 15px;
  font-weight: 600;
}
.office-sec {
  padding: 120px 0;
  background: #0d0411;
}
.office-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.office-card {
  min-height: 390px;
  padding: 42px;
  border-radius: 15px;
  border: 2px solid rgba(197, 44, 255, 0.18);
  background: linear-gradient(145deg, #17091f, #0b030e);
  position: relative;
  display: flex;
  flex-direction: column;
}
.office-card-featured {
  background:
    radial-gradient(circle at 100% 0, rgba(197, 44, 255, 0.2), transparent 42%),
    #190922;
  border-color: rgba(197, 44, 255, 0.42);
}
.office-index {
  position: absolute;
  right: 30px;
  top: 25px;
  font-family: var(--heading);
  font-size: 28px;
  color: rgba(255, 255, 255, 0.08);
}
.office-country {
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.office-card h3 {
  text-transform: uppercase;
  margin: 38px 0 4px;
}
.office-type {
  color: #d1c7d5;
  font-size: 12px;
}
.office-card address {
  font-style: normal;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  margin: 24px 0;
  max-width: 480px;
}
.office-card > a {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: auto;
  align-self: flex-start;
  border-bottom: 1px solid var(--gold);
}
.footer-social {
  display: flex;
  flex-direction: column;
}
.footer-social small {
  color: #777b85;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.footer-social > div {
  display: flex;
  gap: 8px;
  margin-top: 9px;
}
.footer-social a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(197, 44, 255, 0.28);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.footer-social a:hover {
  color: #fff;
  background: var(--gold);
  border-color: var(--gold);
}
/* Pre-booking offer popup */
.prebook-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 25px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.prebook-modal.is-visible {
  visibility: visible;
  opacity: 1;
}
.prebook-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 0, 7, 0.84);
  backdrop-filter: blur(10px);
}
.prebook-dialog {
  position: relative;
  width: min(900px, 100%);
  max-height: calc(100vh - 50px);
  overflow: auto;
  display: grid;
  grid-template-columns: 260px 1fr;
  background:
    radial-gradient(
      circle at 15% 30%,
      rgba(197, 44, 255, 0.2),
      transparent 30%
    ),
    #120618;
  border: 1px solid rgba(197, 44, 255, 0.5);
  box-shadow:
    0 40px 120px rgba(0, 0, 0, 0.7),
    0 0 80px rgba(197, 44, 255, 0.12);
  transform: translateY(24px) scale(0.98);
  transition: 0.35s;
}
.prebook-modal.is-visible .prebook-dialog {
  transform: none;
}
.prebook-close {
  position: absolute;
  right: 18px;
  top: 16px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #09020d;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}
.prebook-close:hover {
  background: var(--gold);
}
.prebook-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  border-right: 1px solid rgba(197, 44, 255, 0.24);
  text-align: center;
}
.prebook-badge span,
.prebook-badge small {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  color: var(--gold);
  font-size: 10px;
}
.prebook-badge strong {
  font-family: var(--heading);
  font-size: 62px;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 0 35px rgba(197, 44, 255, 0.45);
}
.prebook-content {
  padding: 60px;
}
.prebook-content h2 {
  font-size: 42px;
}
.prebook-content > p {
  margin-top: 18px;
}
.prebook-content ul {
  list-style: none;
  margin: 25px 0;
}
.prebook-content li {
  display: flex;
  flex-direction: column;
  padding: 13px 0 13px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}
.prebook-content li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 15px;
  color: var(--gold);
  font-size: 8px;
}
.prebook-content li strong {
  font-size: 14px;
}
.prebook-content li span {
  font-size: 12px;
  color: var(--muted);
}
.prebook-terms {
  display: block;
  color: #6f6474;
  font-size: 9px;
  line-height: 1.6;
  margin-top: 20px;
}
.popup-open {
  overflow: hidden;
}
@media (max-width: 1199px) {
  .footer-main {
    flex-wrap: wrap;
  }
  .rewards-panel {
    padding: 50px;
  }
  .director-panel aside,
  .director-copy {
    padding: 45px;
  }
}
@media (max-width: 991px) {
  .rewards-sec,
  .mission-sec,
  .roadmap-sec,
  .director-sec,
  .office-sec {
    padding: 90px 0;
  }
  .supporters-sec {
    padding-bottom: 90px;
  }
  .mission-panel {
    grid-template-columns: 1fr;
  }
  .mission-number {
    font-size: 65px;
  }
  .launch-roadmap {
    grid-template-columns: 1fr;
  }
  .roadmap-line {
    width: 1px;
    height: 70px;
    margin: auto;
  }
  .director-panel {
    grid-template-columns: 1fr;
  }
  .supporter-columns {
    grid-template-columns: 1fr;
  }
  .prebook-dialog {
    grid-template-columns: 200px 1fr;
  }
  .prebook-content {
    padding: 48px;
  }
  .prebook-badge strong {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .rewards-sec,
  .mission-sec,
  .roadmap-sec,
  .director-sec,
  .office-sec {
    padding: 70px 0;
  }
  .supporters-sec {
    padding-bottom: 70px;
  }
  .rewards-panel {
    padding: 35px 22px;
  }
  .rewards-visual {
    height: 330px;
  }
  .reward-list {
    grid-template-columns: 1fr;
  }
  .mission-panel {
    padding: 40px 25px;
    gap: 20px;
  }
  .roadmap-card {
    min-height: 420px;
    padding: 32px 25px;
  }
  .roadmap-card small {
    left: 25px;
    right: 25px;
  }
  .director-panel aside,
  .director-copy {
    padding: 35px 25px;
  }
  .office-grid {
    grid-template-columns: 1fr;
  }
  .office-card {
    padding: 32px 25px;
  }
  .footer-social {
    order: 4;
  }
  .prebook-dialog {
    grid-template-columns: 1fr;
  }
  .prebook-badge {
    min-height: 200px;
    border-right: 0;
    border-bottom: 1px solid rgba(197, 44, 255, 0.24);
  }
  .prebook-badge strong {
    font-size: 38px;
  }
  .prebook-content {
    padding: 35px 24px;
  }
  .prebook-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .reward-core {
    width: 190px;
    height: 190px;
  }
  .reward-core strong {
    font-size: 20px;
  }
  .reward-coin {
    width: 50px;
    height: 50px;
  }
  .coin-one {
    left: 20px;
  }
  .coin-two {
    right: 20px;
  }
  .coin-three {
    left: 40px;
  }
  .roadmap-card time {
    margin-top: 45px;
  }
  .prebook-modal {
    padding: 12px;
  }
  .prebook-dialog {
    max-height: calc(100vh - 24px);
  }
  .prebook-close {
    right: 10px;
    top: 10px;
  }
}

/* Refined type and interaction system */
h1,
.hero-content h1,
.short-banner-content h1 {
  font-size: 60px;
  line-height: 1.08;
}
h2,
.launch-copy h2,
.cta-box h2,
.download-band h2,
.director-panel aside h2,
.prebook-content h2 {
  font-size: 48px;
  line-height: 1.12;
}
.global-gold-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(110deg, #7e20ed 0%, #c625ff 52%, #f244dc 100%);
  border: 1px solid rgba(239, 161, 255, 0.6);
  color: #fff;
  box-shadow:
    0 10px 34px rgba(183, 31, 240, 0.28),
    inset 0 1px rgba(255, 255, 255, 0.22);
  border-radius: 8px;
}
.global-gold-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(110deg, #f244dc, #8a24ed);
  opacity: 0;
  transition: 0.3s;
}
.global-gold-button::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -70%;
  width: 45%;
  height: 200%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transform: skewX(-22deg);
  transition: 0.55s;
}
.global-gold-button:hover {
  color: #fff;
  border-color: #ed9fff;
  transform: translateY(-3px);
  box-shadow:
    0 16px 45px rgba(205, 37, 255, 0.42),
    0 0 20px rgba(197, 44, 255, 0.22);
}
.global-gold-button:hover::before {
  opacity: 1;
}
.global-gold-button:hover::after {
  left: 130%;
}
.global-dark-button {
  background: linear-gradient(120deg, #100417, #260a32);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 0 0 1px rgba(197, 44, 255, 0.1);
}
.global-dark-button:hover {
  background: linear-gradient(110deg, #6e1bd0, #c52cff);
  border-color: #e18cff;
  transform: translateY(-3px);
}
.feature-list li {
  min-height: 34px;
  padding: 5px 8px 5px 33px;
  border-bottom: 1px solid rgba(197, 44, 255, 0.09);
}
.feature-list li::before {
  content: "✓";
  width: 19px;
  height: 19px;
  top: 7px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #7f22df, #d52cff);
  color: #fff;
  font-size: 10px;
  box-shadow: 0 0 12px rgba(197, 44, 255, 0.35);
}
.reward-list li {
  position: relative;
  padding-left: 47px;
}
.reward-list li::before {
  content: "✓";
  position: absolute;
  left: 17px;
  top: 20px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #7e20ed, #e438f0);
  font-size: 10px;
}
.reward-list .withdraw-highlight {
  grid-column: span 2;
  padding: 25px 25px 25px 65px;
  border-color: rgba(235, 85, 255, 0.72);
  background:
    radial-gradient(
      circle at 90% 50%,
      rgba(197, 44, 255, 0.23),
      transparent 38%
    ),
    linear-gradient(120deg, #21082c, #100417);
  box-shadow:
    0 18px 50px rgba(111, 10, 145, 0.2),
    inset 0 0 35px rgba(197, 44, 255, 0.05);
}
.reward-list .withdraw-highlight::before {
  left: 25px;
  top: 28px;
  width: 26px;
  height: 26px;
  box-shadow: 0 0 20px rgba(215, 50, 255, 0.55);
}
.withdraw-highlight strong {
  font-family: var(--heading);
  font-size: 16px;
  color: #f3bcff;
}
.withdraw-highlight b {
  position: absolute;
  right: 20px;
  top: 16px;
  color: #e476ff;
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.footer-social a {
  border-radius: 50%;
}
.footer-social a img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* Alternating home roadmap */
.home-roadmap-sec {
  padding: 120px 0;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(197, 44, 255, 0.08),
      transparent 38%
    ),
    #0c030f;
}
.home-roadmap {
  position: relative;
  max-width: 980px;
  margin: 70px auto 0;
  padding: 20px 0;
}
.home-roadmap-axis {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(
    transparent,
    var(--gold) 12%,
    var(--gold) 88%,
    transparent
  );
  opacity: 0.5;
}
.home-roadmap-item {
  position: relative;
  width: calc(50% - 58px);
  margin-bottom: 70px;
}
.home-roadmap-item:last-child {
  margin-bottom: 0;
}
.home-roadmap-item.item-left {
  margin-right: auto;
  text-align: right;
}
.home-roadmap-item.item-right {
  margin-left: auto;
}
.home-roadmap-item time {
  display: block;
  font-family: var(--heading);
  font-size: 14px;
  color: var(--gold);
  margin-bottom: 13px;
  text-transform: uppercase;
}
.roadmap-dot {
  position: absolute;
  top: 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #8922eb, #e835f3);
  color: #fff;
  font-size: 12px;
  box-shadow:
    0 0 0 7px #0c030f,
    0 0 28px rgba(205, 44, 255, 0.55);
}
.item-left .roadmap-dot {
  right: -75px;
}
.item-right .roadmap-dot {
  left: -75px;
}
.home-roadmap-card {
  min-height: 210px;
  padding: 32px;
  border: 1px solid rgba(197, 44, 255, 0.23);
  background: linear-gradient(145deg, #18081f, #0d0411);
  position: relative;
  transition: 0.3s;
}
.home-roadmap-card:hover {
  border-color: rgba(222, 75, 255, 0.65);
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
.home-roadmap-card::after {
  content: "";
  position: absolute;
  top: 48px;
  width: 58px;
  height: 1px;
  background: rgba(197, 44, 255, 0.35);
}
.item-left .home-roadmap-card::after {
  right: -59px;
}
.item-right .home-roadmap-card::after {
  left: -59px;
}
.home-roadmap-card > span {
  color: #cb47f7;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.home-roadmap-card h3 {
  font-size: 19px;
  text-transform: uppercase;
  margin: 18px 0 12px;
}
.home-roadmap-card p {
  font-size: 13px;
}
.roadmap-disclaimer {
  max-width: 720px;
  margin: 40px auto 0;
  text-align: center;
  color: #716577;
  font-size: 11px;
}

/* Team cards */
.team-sec {
  padding: 120px 0;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.team-card {
  border: 2px solid transparent;
  border-radius: 12px;

  background:
    linear-gradient(#09020d, #09020d) padding-box,
    linear-gradient(90deg, #e018ff 0%, #823fff 100%) border-box;

  overflow: hidden;
  transition: 0.35s;
  border-radius: 8px;
}
.team-card:hover {
  transform: translateY(-8px);
  border-color: #ca37fb;
  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.4),
    0 0 28px rgba(197, 44, 255, 0.12);
}
.team-image {
  aspect-ratio: 1.18/1;
  overflow: hidden;
  background: #0b020e;
}
.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.45s;
}
.team-card:hover .team-image img {
  transform: scale(1.05);
}
.team-info {
  position: relative;
  padding: 24px;
  border-top: 1px solid rgba(197, 44, 255, 0.24);
}
.team-info > span {
  position: absolute;
  right: 18px;
  top: 16px;
  color: rgba(255, 255, 255, 0.16);
  font-family: var(--heading);
  font-size: 17px;
}
.team-info h3 {
  font-size: 14px;
  text-transform: uppercase;
  padding-right: 30px;
}
.team-info p {
  font-size: 11px;
  margin-top: 8px;
}

/* Enhanced pre-booking presentation */
.prebook-dialog {
  border: 1px solid transparent;
  background:
    linear-gradient(#120618, #120618) padding-box,
    linear-gradient(135deg, #6e1bd0, #f14be0, #8b2cf2) border-box;
}
.prebook-dialog::before {
  content: "Exclusive launch offer";
  position: absolute;
  left: 24px;
  top: 20px;
  z-index: 3;
  padding: 6px 10px;
  background: linear-gradient(90deg, #7e20ed, #d52cff);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
}
.prebook-badge {
  position: relative;
  background: radial-gradient(
    circle,
    rgba(224, 57, 255, 0.21),
    transparent 58%
  );
}
.prebook-badge::before,
.prebook-badge::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(197, 44, 255, 0.25);
  border-radius: 50%;
}
.prebook-badge::before {
  width: 190px;
  height: 190px;
}
.prebook-badge::after {
  width: 225px;
  height: 225px;
  border: 5px dashed #b12cf0;
  animation: spin 28s linear infinite;
}
.prebook-badge > * {
  position: relative;
  z-index: 2;
}
.prebook-content h2 {
  background: linear-gradient(100deg, #fff, #e183ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.prebook-content li {
  margin-bottom: 7px;
  padding: 14px 15px 14px 45px;
  border: 1px solid rgba(197, 44, 255, 0.14);
  background: rgba(255, 255, 255, 0.018);
}
.prebook-content li::before {
  content: "✓";
  left: 14px;
  top: 17px;
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #7e20ed, #df37f2);
  color: #fff;
  font-size: 9px;
}
.prebook-close {
  border-radius: 50%;
  border-color: rgba(232, 131, 255, 0.45);
  transition: 0.25s;
}
.prebook-close:hover {
  transform: rotate(90deg);
  box-shadow: 0 0 24px rgba(207, 50, 255, 0.45);
}

@media (max-width: 991px) {
  h1,
  .hero-content h1,
  .short-banner-content h1 {
    font-size: 52px;
  }
  h2,
  .launch-copy h2,
  .cta-box h2,
  .download-band h2,
  .director-panel aside h2,
  .prebook-content h2 {
    font-size: 42px;
  }
  .home-roadmap-sec,
  .team-sec {
    padding: 90px 0;
  }
  .team-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  h1,
  .hero-content h1,
  .short-banner-content h1 {
    font-size: 44px;
  }
  h2,
  .launch-copy h2,
  .cta-box h2,
  .download-band h2,
  .director-panel aside h2,
  .prebook-content h2 {
    font-size: 36px;
  }
  .reward-list .withdraw-highlight {
    grid-column: auto;
  }
  .withdraw-highlight b {
    position: static;
    display: block;
    margin-top: 10px;
  }
  .home-roadmap-sec,
  .team-sec {
    padding: 70px 0;
  }
  .home-roadmap {
    padding-left: 55px;
  }
  .home-roadmap-axis {
    left: 17px;
  }
  .home-roadmap-item,
  .home-roadmap-item.item-left,
  .home-roadmap-item.item-right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  .item-left .roadmap-dot,
  .item-right .roadmap-dot {
    left: -55px;
    right: auto;
  }
  .item-left .home-roadmap-card::after,
  .item-right .home-roadmap-card::after {
    left: -39px;
    right: auto;
    width: 38px;
  }
  .team-grid {
    grid-template-columns: 1fr 1fr;
  }
  .prebook-dialog::before {
    left: 15px;
    top: 14px;
  }
}
@media (max-width: 575px) {
  h1,
  .hero-content h1,
  .short-banner-content h1 {
    font-size: 38px;
  }
  h2,
  .launch-copy h2,
  .cta-box h2,
  .download-band h2,
  .director-panel aside h2,
  .prebook-content h2 {
    font-size: 31px;
  }
  .team-grid {
    grid-template-columns: 1fr;
  }
  .prebook-badge::before {
    width: 110px;
    height: 110px;
  }
  .prebook-badge::after {
    width: 135px;
    height: 135px;
  }
}

/* Supplied capability artwork */
.capability-icon {
  padding: 10px;
  background: radial-gradient(
    circle,
    rgba(197, 44, 255, 0.15),
    transparent 70%
  );
}
.capability-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(197, 44, 255, 0.32));
}

/* Roadmap corner phase badges */
.home-roadmap-card {
  padding-top: 68px;
}
.home-roadmap-card > span,
.roadmap-step {
  position: absolute;
  left: -1px;
  top: -1px;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 16px;
  background: linear-gradient(110deg, #7d20eb, #d22cff);
  border-radius: 0 0 18px 0;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 9px 24px rgba(171, 30, 224, 0.26);
}
.roadmap-card {
  padding-top: 72px;
}
.roadmap-card time {
  margin-top: 38px;
}

/* Eased ring-and-dot cursor */
.custom-cursor-ring,
.custom-cursor-dot {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 4000;
  will-change: transform;
  transition:
    width 0.22s,
    height 0.22s,
    border-color 0.22s,
    background-color 0.22s,
    opacity 0.18s;
}
.custom-cursor-ring {
  width: 40px;
  height: 40px;
  border: 1px solid #ff78ff;
  border-radius: 50%;
  box-shadow:
    0 0 12px rgba(255, 105, 255, 0.34),
    inset 0 0 9px rgba(197, 44, 255, 0.08);
}
.custom-cursor-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f568ff;
  box-shadow: 0 0 14px rgba(245, 104, 255, 0.9);
}
.custom-cursor-ring.is-visible,
.custom-cursor-dot.is-visible {
  opacity: 1;
}
.custom-cursor-ring.is-interactive {
  width: 68px;
  height: 68px;
  border-color: #ffb0ff;
  background: rgba(197, 44, 255, 0.09);
  box-shadow: 0 0 24px rgba(234, 84, 255, 0.4);
}

/* Floating back-to-top arrow */
.back-to-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 1500;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(226, 124, 255, 0.5);
  border-radius: 50%;
  background: linear-gradient(135deg, #7019d3, #cf2cff);
  color: #fff;
  box-shadow: 0 14px 36px rgba(116, 13, 153, 0.38);
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: 0.3s;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.back-to-top:hover {
  transform: translateY(-5px);
  border-color: #f0a0ff;
  box-shadow:
    0 19px 45px rgba(198, 40, 255, 0.48),
    0 0 22px rgba(197, 44, 255, 0.2);
}
.back-to-top svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (max-width: 767px) {
  .home-roadmap-card {
    padding-top: 65px;
  }
  .back-to-top {
    right: 18px;
    bottom: 18px;
    width: 46px;
    height: 46px;
  }
}

/* Popup-to-offer launcher transition */
.prebook-modal {
  --offer-shift-x: -40vw;
  --offer-shift-y: 40vh;
  --offer-shift-x-mid: -23vw;
  --offer-shift-y-mid: 23vh;
  --offer-shift-x-near: -5vw;
  --offer-shift-y-near: 5vh;
  transition:
    opacity 0.65s ease,
    visibility 0.65s ease;
}
.prebook-dialog {
  transform-origin: center;
  transition:
    transform 0.95s cubic-bezier(0.22, 0.8, 0.25, 1),
    opacity 0.72s ease,
    filter 0.78s ease;
}
.prebook-backdrop {
  transition:
    opacity 0.9s ease,
    backdrop-filter 0.9s ease;
}
.prebook-modal.is-opening-from-offer .prebook-dialog,
.prebook-modal.is-closing-to-offer .prebook-dialog {
  transform: translate3d(var(--offer-shift-x), var(--offer-shift-y), 0)
    scale(0.08) rotate(-9deg);
  opacity: 0;
  filter: blur(5px);
}
.prebook-modal.is-closing-to-offer .prebook-backdrop {
  opacity: 0;
  backdrop-filter: blur(0);
}
.prebook-modal.is-closing-to-offer .prebook-dialog {
  animation: popupToOffer 1.15s cubic-bezier(0.3, 0.72, 0.18, 1) forwards;
}
.prebook-modal.is-opening-from-offer .prebook-dialog {
  animation: popupFromOffer 0.95s cubic-bezier(0.18, 0.85, 0.25, 1) both;
}
@keyframes popupToOffer {
  0% {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
  58% {
    transform: translate3d(
        var(--offer-shift-x-mid),
        var(--offer-shift-y-mid),
        0
      )
      scale(0.64) rotate(-3deg);
    opacity: 0.96;
    filter: blur(0);
  }
  82% {
    opacity: 0.78;
  }
  100% {
    transform: translate3d(var(--offer-shift-x), var(--offer-shift-y), 0)
      scale(0.08) rotate(-9deg);
    opacity: 0;
    filter: blur(5px);
  }
}
@keyframes popupFromOffer {
  0% {
    transform: translate3d(var(--offer-shift-x), var(--offer-shift-y), 0)
      scale(0.08) rotate(-9deg);
    opacity: 0;
    filter: blur(5px);
  }
  38% {
    opacity: 0.72;
    filter: blur(1px);
  }
  72% {
    transform: translate3d(
        var(--offer-shift-x-near),
        var(--offer-shift-y-near),
        0
      )
      scale(0.94) rotate(-1deg);
    opacity: 1;
    filter: blur(0);
  }
  100% {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
.offer-launcher {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 1600;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 9px 19px 9px 9px;
  border: 1px solid rgba(243, 146, 255, 0.62);
  border-radius: 999px;
  background: linear-gradient(110deg, #6f19d5, #c92dff 58%, #ef45d9);
  color: #fff;
  font-family: var(--heading);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow:
    0 14px 36px rgba(91, 8, 121, 0.42),
    inset 0 1px rgba(255, 255, 255, 0.22);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-28px) scale(0.88);
  transition:
    opacity 0.55s ease,
    visibility 0.55s ease,
    transform 0.68s cubic-bezier(0.2, 0.9, 0.25, 1.18),
    box-shadow 0.4s ease;
}
.offer-launcher.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  animation: offerGlow 2.6s ease-in-out infinite;
}
.offer-launcher.is-measuring {
  visibility: hidden !important;
  opacity: 0 !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}
.prebook-modal.is-closing-to-offer + .offer-launcher {
  z-index: 2100;
  pointer-events: none;
}
.offer-launcher:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow:
    0 19px 45px rgba(191, 34, 245, 0.52),
    0 0 24px rgba(217, 72, 255, 0.3);
}
.offer-launcher-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  border-radius: 50%;
  background: rgba(9, 2, 13, 0.72);
  color: #f6a8ff;
  font-size: 11px;
  box-shadow: inset 0 0 14px rgba(197, 44, 255, 0.24);
}
@keyframes offerGlow {
  0%,
  100% {
    box-shadow:
      0 14px 36px rgba(91, 8, 121, 0.42),
      0 0 0 0 rgba(207, 50, 255, 0.24);
  }
  50% {
    box-shadow:
      0 17px 42px rgba(168, 25, 215, 0.48),
      0 0 0 9px rgba(207, 50, 255, 0);
  }
}
@media (max-width: 575px) {
  .offer-launcher {
    left: 14px;
    bottom: 14px;
    min-height: 48px;
    padding-right: 15px;
    font-size: 9px;
  }
  .offer-launcher-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .prebook-dialog,
  .prebook-backdrop,
  .offer-launcher {
    transition-duration: 0.01ms !important;
    animation: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .custom-cursor-ring,
  .custom-cursor-dot {
    display: none;
  }
}

/* Infinite feature ticker */
.feature-strip-inner {
  justify-content: flex-start;
  gap: 0;
  width: 100%;
  overflow: hidden;
}
.feature-ticker {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: featureTicker 28s linear infinite;
}
.feature-ticker-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-around;
  min-width: 100vw;
  gap: 30px;
  padding-right: 30px;
}
.feature-strip:hover .feature-ticker,
.feature-strip:focus-within .feature-ticker {
  animation-play-state: paused;
}
@keyframes featureTicker {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* Country flags */
.office-country {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.office-country img {
  width: 25px;
  height: 17px;
  flex: 0 0 auto;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 2px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

@media (prefers-reduced-motion: reduce) {
  .feature-ticker {
    animation: none;
    transform: none;
  }
}

/* 404 page */
.error-page {
  min-height: 100vh;
}
.error-hero {
  min-height: 720px;
  padding: 120px 0 100px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(115deg, rgba(9, 2, 13, 0.98), rgba(18, 4, 24, 0.92)),
    radial-gradient(circle at 68% 46%, rgba(197, 44, 255, 0.2), transparent 38%);
}
.error-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(20px);
  pointer-events: none;
}
.error-glow-one {
  width: 430px;
  height: 430px;
  top: 12%;
  right: 6%;
  background: rgba(189, 35, 255, 0.11);
}
.error-glow-two {
  width: 280px;
  height: 280px;
  bottom: -10%;
  left: 8%;
  background: rgba(244, 174, 66, 0.08);
}
.error-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(45px, 7vw, 110px);
}
.error-visual {
  width: min(100%, 510px);
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
}
.error-visual::before {
  content: "";
  position: absolute;
  inset: 17%;
  border-radius: 50%;
  border: 1px solid rgba(197, 44, 255, 0.42);
  background: radial-gradient(
    circle,
    rgba(197, 44, 255, 0.16),
    rgba(9, 2, 13, 0.2) 68%
  );
  box-shadow:
    inset 0 0 55px rgba(197, 44, 255, 0.13),
    0 0 65px rgba(197, 44, 255, 0.1);
}
.error-visual strong {
  position: relative;
  z-index: 2;
  color: transparent;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(92px, 12vw, 176px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.1em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.22);
  text-shadow: 0 0 35px rgba(197, 44, 255, 0.22);
}
.error-emblem {
  width: 62px;
  height: 62px;
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 12%;
  display: grid;
  place-items: center;
  transform: translateX(-50%) rotate(45deg);
  border: 1px solid var(--gold);
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #c52cff, #6813c7);
  box-shadow: 0 0 28px rgba(197, 44, 255, 0.42);
  font-family: "Orbitron", sans-serif;
  font-size: 25px;
  font-weight: 800;
}
.error-emblem::first-letter {
  transform: rotate(-45deg);
}
.error-orbit {
  position: absolute;
  border: 1px solid rgba(197, 44, 255, 0.28);
  border-radius: 50%;
}
.error-orbit-one {
  inset: 6%;
  transform: rotate(-12deg) scaleY(0.72);
}
.error-orbit-two {
  inset: 12% 2%;
  transform: rotate(31deg) scaleY(0.58);
  border-color: rgba(244, 174, 66, 0.22);
}
.error-spark {
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 20px var(--gold);
}
.error-spark-one {
  top: 19%;
  right: 18%;
}
.error-spark-two {
  bottom: 25%;
  left: 8%;
  width: 7px;
  height: 7px;
  background: #f5b442;
}
.error-copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
}
.error-copy h1 {
  margin-top: 25px;
  font-size: 60px;
  line-height: 1.08;
}
.error-copy h1 em {
  color: var(--gold);
  font-style: normal;
}
.error-copy > p {
  max-width: 610px;
  margin: 28px 0 0;
  color: #aeb0b9;
  font-size: 17px;
  line-height: 1.8;
}
.error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}
.error-back-link {
  display: inline-block;
  margin-top: 28px;
  padding: 0;
  border: 0;
  color: #7f828c;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.error-back-link:hover {
  color: var(--gold);
}

@media (max-width: 991px) {
  .error-hero {
    min-height: auto;
    padding: 100px 0 90px;
  }
  .error-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .error-visual {
    width: min(72vw, 430px);
    margin: 0 auto;
  }
  .error-copy {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }
  .error-copy .eyebrow,
  .error-actions {
    justify-content: center;
  }
  .error-copy > p {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .error-hero {
    padding: 75px 0 70px;
  }
  .error-visual {
    width: min(88vw, 340px);
  }
  .error-emblem {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    font-size: 20px;
  }
  .error-copy h1 {
    margin-top: 18px;
    font-size: 42px;
  }
  .error-copy > p {
    margin-top: 20px;
    font-size: 15px;
  }
  .error-actions {
    margin-top: 28px;
  }
  .error-actions a {
    width: 100%;
  }
}
/* Responsive team carousel */
.team-carousel {
  --team-gap: 18px;
  position: relative;
}
.team-carousel-viewport {
  margin: -8px;
  padding: 8px 8px 30px;
  overflow: hidden;
  touch-action: pan-y;
}
.team-carousel .team-grid {
  display: flex;
  gap: var(--team-gap);
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.team-carousel .team-card {
  flex: 0 0 calc((100% - (var(--team-gap) * 3)) / 4);
  min-width: 0;
  background:
    linear-gradient(180deg, rgba(48, 8, 58, 0.98), rgba(16, 3, 21, 0.98))
      padding-box,
    linear-gradient(135deg, #d52cff, #7534e8) border-box;
}
.team-carousel .team-image {
  position: relative;
  aspect-ratio: 1.08 / 1;
  display: grid;
  place-items: center;
  background:
    radial-gradient(
      circle at 50% 46%,
      rgba(197, 44, 255, 0.22),
      transparent 52%
    ),
    linear-gradient(145deg, #31083b, #18041e);
}
.team-carousel .team-image::after {
  content: "+";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #210628;
  background: #fff;
  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
}
.team-carousel .team-image img {
  width: 88%;
  height: 88%;
  object-fit: contain;
}
.team-carousel .team-info {
 min-height: 164px;
  padding: 25px 24px 22px;
  border-top-color: rgba(224, 24, 255, 0.72);
}
.team-carousel .team-info h3 {
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
}
.team-carousel .team-info p {
  color: #a99cab;
  line-height: 1.5;
}
.team-country {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #f3eaf6;
}
.team-country img {
  width: 26px;
  height: 18px;
  flex: 0 0 26px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.team-country strong {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}
.team-carousel-controls {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.team-carousel-controls[hidden] {
  display: none;
}
.team-carousel-arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  color: #d8c9dc;
  background: rgba(255, 255, 255, 0.08);
  font-size: 31px;
  line-height: 1;
  transition: 0.3s ease;
}
.team-carousel-arrow:hover:not(:disabled) {
  border-color: var(--gold);
  color: #fff;
  background: linear-gradient(135deg, #c52cff, #7123dc);
  transform: translateY(-2px);
}
.team-carousel-arrow:disabled {
  opacity: 0.32;
  cursor: not-allowed;
}
.team-carousel-dots {
  display: flex;
  align-items: center;
  gap: 12px;
}
.team-carousel-dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #85788a;
  transition: 0.3s ease;
}
.team-carousel-dot.is-active {
  width: 11px;
  height: 11px;
  border: 2px solid #d52cff;
  background: transparent;
  box-shadow: 0 0 12px rgba(213, 44, 255, 0.42);
}
@media (max-width: 991px) {
  .team-carousel .team-card {
    flex-basis: calc((100% - var(--team-gap)) / 2);
  }
}
@media (max-width: 575px) {
  .team-carousel {
    --team-gap: 14px;
  }
  .team-carousel .team-card {
    flex-basis: 100%;
  }
  .team-carousel .team-image::after {
    top: 14px;
    right: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .team-carousel .team-grid {
    transition: none;
  }
}

/* Store download badges */
.app-store-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.app-store-buttons a {
  display: inline-flex;
  border-radius: 8px;
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}
.app-store-buttons a:hover {
  transform: translateY(-3px);
  filter: drop-shadow(0 10px 18px rgba(197, 44, 255, 0.25));
}
.app-store-buttons img {
  width: 150px;
  height: auto;
  display: block;
}
.nav-store-buttons {
  flex-wrap: wrap;
  max-width: 125px;
  margin-left: 28px;
}
.nav-store-buttons img {
  width: 122px;
}
.countdown-store-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 28px;
}
.countdown-store-row > span,
.footer-store > small {
  color: #817486;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.footer-store {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.footer-store-buttons {
  flex-wrap: nowrap;
  gap: 7px;
}
.footer-store-buttons img {
  width: 112px;
}

/* Image icons for the hangout cards */
.experience-card .card-icon {
  display: grid;
  place-items: center;
}
.experience-card .card-icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}
/* Application screenshot carousel */
.platform-carousel {
  max-width: 460px;
  margin: auto;
}
.platform-carousel .platform-screen {
  margin: 0;
}
.platform-carousel-track {
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.platform-slide {
  min-width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.platform-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 18px;
}
.platform-carousel-controls > button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(197, 44, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  background: rgba(197, 44, 255, 0.09);
  font-size: 26px;
  line-height: 1;
  transition: 0.3s ease;
}
.platform-carousel-controls > button:hover {
  border-color: var(--gold);
  background: linear-gradient(135deg, #c52cff, #6d29df);
  transform: translateY(-2px);
}
.platform-carousel-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}
.platform-carousel-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
}
.platform-carousel-dot.is-active {
  width: 11px;
  height: 11px;
  border: 2px solid var(--gold);
  background: transparent;
  box-shadow: 0 0 12px rgba(197, 44, 255, 0.55);
}
/* Supporter, media and payment logo tiles */
.partner-logo-card {
  min-height: 58px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #09020d;
}
.partner-logo-card img {
  width: auto;
  height: 40px;
  object-fit: contain;
  border-radius: 5px;
}
.partner-logo-card strong {
  padding: 0;
  border: 0;
  background: none;
}
.payment-support {
  margin-top: 20px;
  padding: 42px;
  border: 1px solid rgba(197, 44, 255, 0.24);
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(197, 44, 255, 0.13),
      transparent 35%
    ),
    #100515;
}
.payment-support-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 40px;
  margin-bottom: 28px;
}
.payment-support-head h3 {
  margin-top: 9px;
  font-size: 25px;
  text-transform: uppercase;
}
.payment-support-head p {
  margin: 0;
  color: #8e8292;
  font-size: 13px;
  line-height: 1.7;
}
.payment-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.payment-logo-grid > div {
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  background: rgba(5, 1, 7, 0.7);
  transition: 0.3s ease;
}
.payment-logo-grid > div:hover {
  border-color: rgba(197, 44, 255, 0.5);
  transform: translateY(-3px);
}
.payment-logo-grid img {
  width: 100%;
  height: 58px;
  display: block;
  object-fit: contain;
}
.payment-support > small {
  display: block;
  margin-top: 18px;
  color: #6f6374;
  font-size: 10px;
  line-height: 1.6;
}

@media (max-width: 1199px) {
  .nav-store-buttons {
    margin-left: 20px;
    gap: 6px;
  }
  .nav-store-buttons img {
    width: 103px;
  }
  .footer-store-buttons {
    flex-wrap: wrap;
    max-width: 230px;
  }
}
@media (max-width: 991px) {
  .nav-store-buttons {
    margin: 18px 0 0;
  }
  .nav-store-buttons img {
    width: 130px;
  }
  .payment-logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .payment-support {
    padding: 30px 22px;
  }
  .payment-support-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .payment-logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .app-store-buttons img,
  .nav-store-buttons img {
    width: 128px;
  }
  .countdown-store-row {
    justify-content: center;
  }
  .countdown-store-row > span {
    width: 100%;
    text-align: center;
  }
  .payment-logo-grid img {
    height: 50px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .platform-carousel-track {
    transition: none;
  }
}
