:root {
  --ink: #08080f;
  --panel: #15112b;
  --panel-2: #201044;
  --blue: #02a9ff;
  --blue-deep: #0751c8;
  --violet: #7d2cff;
  --pink: #ff2f93;
  --red: #ef2118;
  --gold: #ffd22e;
  --orange: #ff7a12;
  --green: #23d366;
  --cream: #fff6dc;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(2, 169, 255, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 50% -12%, rgba(255, 210, 46, 0.42), transparent 24rem),
    repeating-conic-gradient(from 2deg at 50% 0%, rgba(5, 128, 255, 0.42) 0 8deg, rgba(6, 39, 145, 0.88) 8deg 16deg),
    linear-gradient(180deg, #061d6e 0%, #090814 34%, #12071e 100%);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  line-height: 1.45;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.18) 1px, transparent 1.5px),
    radial-gradient(circle at 20% 12%, rgba(255, 47, 147, 0.2), transparent 18rem),
    radial-gradient(circle at 86% 24%, rgba(35, 211, 102, 0.12), transparent 16rem);
  background-size: 12px 12px, auto, auto;
  mix-blend-mode: screen;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.setup-page {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 16px 16px 104px;
}

.brand-section {
  position: relative;
  display: grid;
  gap: 10px;
  overflow: hidden;
  padding: 18px;
  border: 5px solid var(--ink);
  border-radius: 22px;
  background:
    radial-gradient(circle at 52% 18%, rgba(255, 210, 46, 0.58), transparent 10rem),
    radial-gradient(circle at 92% 10%, rgba(255, 47, 147, 0.28), transparent 11rem),
    linear-gradient(145deg, rgba(2, 169, 255, 0.9), rgba(125, 44, 255, 0.74) 44%, rgba(8, 8, 15, 0.95));
  box-shadow: var(--shadow), 8px 8px 0 var(--ink), inset 0 0 0 3px rgba(255, 255, 255, 0.12);
}

.brand-section::before {
  position: absolute;
  inset: -32% -30% auto;
  height: 280px;
  content: "";
  background: repeating-conic-gradient(from -8deg, rgba(255, 210, 46, 0.88) 0 7deg, rgba(255, 122, 18, 0.88) 7deg 13deg, rgba(239, 33, 24, 0.8) 13deg 20deg, transparent 20deg 28deg);
  clip-path: polygon(50% 0, 58% 28%, 90% 8%, 67% 38%, 100% 44%, 65% 52%, 84% 86%, 55% 62%, 46% 100%, 39% 62%, 7% 88%, 27% 54%, 0 44%, 32% 36%, 10% 8%, 43% 28%);
  opacity: 0.52;
}

.brand-section__blast {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 52% 34%, transparent 0 5rem, rgba(0, 0, 0, 0.14) 5.2rem 5.8rem, transparent 6rem),
    radial-gradient(circle, rgba(255, 255, 255, 0.16) 1px, transparent 1.5px);
  background-size: auto, 13px 13px;
  opacity: 0.46;
}

.brand-section__art,
.brand-section__copy {
  position: relative;
  z-index: 1;
}

.brand-section__art {
  width: min(100%, 360px);
  justify-self: center;
  margin: -8px auto -20px;
  filter: drop-shadow(0 14px 0 rgba(0, 0, 0, 0.68)) drop-shadow(0 0 28px rgba(2, 169, 255, 0.52));
}

.brand-section__copy p:not(.eyebrow) {
  max-width: 34rem;
  margin: 14px 0 0;
  color: var(--cream);
  font-size: 1.02rem;
  font-weight: 900;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.76);
}

.brand-section h1 {
  max-width: none;
  font-size: clamp(3rem, 18vw, 5.6rem);
}

.hero {
  position: relative;
  display: grid;
  min-height: 620px;
  overflow: hidden;
  padding: 28px 18px 18px;
  border: 5px solid var(--ink);
  border-radius: 22px;
  background:
    radial-gradient(circle at 52% 38%, rgba(255, 210, 46, 0.72), transparent 12rem),
    radial-gradient(circle at 78% 8%, rgba(255, 47, 147, 0.34), transparent 13rem),
    linear-gradient(145deg, rgba(6, 66, 179, 0.96), rgba(11, 5, 28, 0.96) 62%);
  box-shadow: var(--shadow), inset 0 0 0 3px rgba(255, 255, 255, 0.12);
}

.hero::before {
  position: absolute;
  inset: -14% -32% 36%;
  content: "";
  background: repeating-conic-gradient(from -8deg, rgba(255, 210, 46, 0.88) 0 7deg, rgba(255, 122, 18, 0.88) 7deg 13deg, rgba(239, 33, 24, 0.8) 13deg 20deg, transparent 20deg 28deg);
  clip-path: polygon(50% 0, 58% 28%, 90% 8%, 67% 38%, 100% 44%, 65% 52%, 84% 86%, 55% 62%, 46% 100%, 39% 62%, 7% 88%, 27% 54%, 0 44%, 32% 36%, 10% 8%, 43% 28%);
  opacity: 0.82;
}

.hero::after {
  position: absolute;
  right: 14px;
  bottom: 16px;
  left: 14px;
  height: 54px;
  content: "";
  border: 5px solid var(--ink);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), #fff173, var(--gold));
  box-shadow: 0 8px 0 var(--ink);
}

.hero__flare {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 46%, transparent 0 7rem, rgba(0, 0, 0, 0.18) 7.2rem 8rem, transparent 8.2rem),
    repeating-radial-gradient(circle at 50% 46%, rgba(0, 0, 0, 0.18) 0 2px, transparent 2px 10px);
  opacity: 0.36;
}

.hero__content,
.hero__art {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 10px;
  padding: 7px 12px;
  color: var(--ink);
  background: var(--gold);
  border: 3px solid var(--ink);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--ink);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Impact, "Arial Black", sans-serif;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

h1 {
  max-width: 9ch;
  color: var(--white);
  font-size: clamp(3.5rem, 25vw, 7.5rem);
  text-shadow: 5px 5px 0 var(--ink), 9px 9px 0 var(--red), 0 0 26px rgba(255, 210, 46, 0.5);
}

h2 {
  font-size: clamp(2rem, 12vw, 4.5rem);
  text-shadow: 4px 4px 0 var(--ink);
}

h3 {
  color: var(--gold);
  font-size: clamp(1.75rem, 8vw, 3rem);
  text-shadow: 3px 3px 0 var(--ink);
}

.hero__copy {
  max-width: 31rem;
  margin: 18px 0 0;
  color: var(--cream);
  font-size: 1.08rem;
  font-weight: 800;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.76);
}

.hero__actions {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border: 4px solid var(--ink);
  border-radius: 16px;
  box-shadow: 6px 6px 0 var(--ink), 0 0 26px rgba(255, 47, 147, 0.26);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button--primary {
  color: var(--ink);
  background: linear-gradient(180deg, #fff278, var(--gold) 48%, var(--orange));
}

.button--support {
  color: var(--ink);
  background: linear-gradient(180deg, #78ff9e, var(--green));
}

.button--ghost {
  width: 100%;
  margin-top: 18px;
  color: var(--white);
  background: linear-gradient(135deg, rgba(2, 169, 255, 0.22), rgba(255, 47, 147, 0.28));
}

.button--disabled {
  color: rgba(255, 255, 255, 0.74);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04));
  cursor: not-allowed;
}

.hero__art {
  align-self: end;
  margin: 10px -30px 42px;
  filter: drop-shadow(0 26px 0 rgba(0, 0, 0, 0.72)) drop-shadow(0 0 34px rgba(2, 169, 255, 0.48));
}

.device-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 4px 24px;
  position: relative;
  z-index: 2;
}

.device-card {
  min-height: 142px;
  padding: 14px;
  border: 4px solid var(--ink);
  border-radius: 18px;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 47, 147, 0.28), transparent 4rem),
    linear-gradient(180deg, #fff8e6, #ffd943);
  box-shadow: 6px 6px 0 var(--ink), 0 0 30px rgba(255, 210, 46, 0.3);
  text-decoration: none;
}

.device-card:nth-child(2) {
  background: linear-gradient(180deg, #9de6ff, #02a9ff);
}

.device-card:nth-child(3) {
  background: linear-gradient(180deg, #ffb4e1, #ff2f93);
}

.device-card--soon {
  background: linear-gradient(180deg, #f5f1ff, #a98bff);
}

.device-card__icon {
  display: inline-flex;
  min-width: 48px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border: 3px solid var(--ink);
  border-radius: 10px;
  color: var(--white);
  background: var(--ink);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 0.9rem;
}

.device-card strong,
.device-card small {
  display: block;
}

.device-card strong {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.device-card small {
  margin-top: 8px;
  font-size: 0.82rem;
  font-weight: 900;
}

.flyer-band,
.reassurance,
.bottom-support,
.apk-note {
  margin-top: 28px;
  border: 5px solid var(--ink);
  border-radius: 22px;
  box-shadow: 8px 8px 0 var(--ink), 0 0 42px rgba(2, 169, 255, 0.22);
}

.flyer-band {
  display: grid;
  gap: 18px;
  overflow: hidden;
  padding: 14px;
  background: linear-gradient(135deg, rgba(2, 169, 255, 0.88), rgba(125, 44, 255, 0.72));
}

.flyer-band__image {
  max-height: 320px;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 16px;
}

.flyer-band__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.flyer-band__copy {
  padding: 8px 4px 10px;
}

.flyer-band__copy p:not(.eyebrow),
.reassurance p:not(.eyebrow),
.bottom-support p,
.apk-note p {
  color: var(--cream);
  font-weight: 800;
}

.section-heading {
  margin: 40px 0 16px;
}

.setup-previews {
  display: grid;
  gap: 18px;
}

.step-panel {
  position: relative;
  overflow: hidden;
  padding: 22px 16px 18px;
  border: 5px solid var(--ink);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 210, 46, 0.28), transparent 8rem),
    linear-gradient(145deg, rgba(21, 17, 43, 0.96), rgba(32, 16, 68, 0.96));
  box-shadow: 8px 8px 0 var(--ink), inset 0 0 0 3px rgba(255, 255, 255, 0.08);
}

.step-panel::after,
.video-card::after {
  position: absolute;
  right: -22px;
  bottom: -22px;
  width: 108px;
  height: 108px;
  content: "";
  background: var(--gold);
  clip-path: polygon(50% 0, 60% 34%, 96% 10%, 70% 44%, 100% 62%, 62% 60%, 72% 100%, 50% 68%, 26% 100%, 36% 60%, 0 62%, 30% 44%, 4% 10%, 40% 34%);
  opacity: 0.28;
}

.step-panel__label {
  width: fit-content;
  margin-bottom: 12px;
  padding: 8px 10px;
  border: 3px solid var(--ink);
  border-radius: 10px;
  color: var(--ink);
  background: var(--blue);
  box-shadow: 4px 4px 0 var(--ink);
  font-family: Impact, "Arial Black", sans-serif;
  text-transform: uppercase;
}

.step-panel ol {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 1.5rem;
  color: var(--cream);
  font-weight: 800;
}

.step-panel li::marker {
  color: var(--gold);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.2em;
}

.reassurance {
  display: grid;
  gap: 18px;
  padding: 22px 16px;
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 0, rgba(35, 211, 102, 0.48), transparent 10rem),
    radial-gradient(circle at 10% 100%, rgba(2, 169, 255, 0.24), transparent 12rem),
    linear-gradient(135deg, #fff6dc, #c9f7ff 52%, #b8ffcf);
}

.reassurance__mark {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border: 5px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  background: var(--green);
  box-shadow: 6px 6px 0 var(--ink), 0 0 34px rgba(35, 211, 102, 0.45);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 2rem;
}

.reassurance h2 {
  color: var(--ink);
  text-shadow: 3px 3px 0 rgba(255, 255, 255, 0.78), 0 0 18px rgba(2, 169, 255, 0.34);
}

.reassurance p:not(.eyebrow) {
  color: var(--ink);
  text-shadow: none;
}

.downloader-code {
  width: fit-content;
  margin-top: 16px;
  padding: 10px 12px;
  border: 4px solid var(--ink);
  border-radius: 14px;
  background: linear-gradient(180deg, var(--gold), var(--orange));
  box-shadow: 5px 5px 0 var(--ink);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.35rem;
  line-height: 1;
  text-transform: uppercase;
}

.video-grid {
  display: grid;
  gap: 14px;
}

.video-card {
  position: relative;
  min-height: 160px;
  overflow: hidden;
  padding: 16px;
  border: 5px solid var(--ink);
  border-radius: 22px;
  background:
    radial-gradient(circle at 84% 10%, rgba(255, 255, 255, 0.16), transparent 5rem),
    linear-gradient(135deg, var(--red), var(--pink) 48%, var(--violet));
  box-shadow: 7px 7px 0 var(--ink), 0 0 32px rgba(255, 47, 147, 0.26);
  text-decoration: none;
}

.video-card:nth-child(2),
.video-card:nth-child(4) {
  background: linear-gradient(135deg, var(--blue), var(--blue-deep) 52%, var(--violet));
}

.video-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 58px;
  margin-bottom: 16px;
  border: 4px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  background: var(--gold);
  box-shadow: 4px 4px 0 var(--ink);
  font-family: Impact, "Arial Black", sans-serif;
  text-transform: uppercase;
}

.video-card strong,
.video-card small {
  display: block;
  position: relative;
  z-index: 1;
}

.video-card strong {
  max-width: 14rem;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 var(--ink);
}

.video-card small {
  margin-top: 9px;
  color: var(--cream);
  font-weight: 900;
}

.bottom-support {
  display: grid;
  gap: 12px;
  padding: 16px;
  background:
    radial-gradient(circle at 90% 0, rgba(35, 211, 102, 0.28), transparent 9rem),
    linear-gradient(90deg, rgba(255, 210, 46, 0.92), rgba(255, 241, 116, 0.9) 60%, rgba(255, 210, 46, 0.92));
  color: var(--ink);
}

.bottom-support h2 {
  color: var(--red);
  font-size: clamp(1.9rem, 9vw, 3.2rem);
  text-shadow: 3px 3px 0 var(--ink), 5px 5px 0 rgba(255, 255, 255, 0.72);
}

.bottom-support p {
  color: var(--ink);
}

.support-number {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--ink);
  border-radius: 16px;
  color: var(--ink);
  background: var(--green);
  box-shadow: 5px 5px 0 var(--ink);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(1.65rem, 8vw, 3rem);
  letter-spacing: 0;
  text-decoration: none;
}

.apk-note {
  padding: 22px 16px;
  background: rgba(8, 8, 15, 0.82);
}

.apk-note .button {
  width: 100%;
  margin-top: 12px;
}

@media (min-width: 720px) {
  .setup-page {
    padding: 28px 24px 72px;
  }

  .brand-section {
    grid-template-columns: minmax(240px, 0.68fr) 1fr;
    align-items: center;
    padding: 22px 30px;
  }

  .brand-section__art {
    width: min(100%, 390px);
    margin: -10px 0 -34px;
  }

  .brand-section__copy {
    padding: 18px 0;
  }

  .hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
    min-height: 680px;
    align-items: center;
    padding: 44px 38px 28px;
  }

  .hero__actions {
    grid-template-columns: repeat(2, minmax(0, 220px));
  }

  .hero__art {
    margin: 0 -80px 28px -20px;
  }

  .device-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 24px 20px 28px;
  }

  .flyer-band {
    grid-template-columns: minmax(240px, 0.72fr) 1fr;
    align-items: center;
    padding: 18px;
  }

  .setup-previews {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .section-heading {
    grid-column: 1 / -1;
  }

  .reassurance,
  .bottom-support {
    grid-template-columns: auto 1fr;
    align-items: center;
    padding: 28px;
  }

  .bottom-support {
    grid-template-columns: 1fr minmax(240px, 0.55fr);
    padding: 20px 24px;
  }

  .video-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

}

@media (max-width: 380px) {
  .device-strip {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 590px;
  }

  .button {
    border-radius: 14px;
  }
}
