body.what-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 10%, rgba(253, 2, 75, .22), transparent 28rem),
    linear-gradient(180deg, #050505, #0d0d0d 48%, #050505);
}

.what-page header {
  position: fixed;
}

.what-page main {
  padding-top: 96px;
}

.what-hero {
  position: relative;
  min-height: calc(100svh - 96px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  gap: 6%;
  padding: 58px 5.3% 42px;
  overflow: hidden;
  isolation: isolate;
}

.what-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(transparent, #000 18%, #000 80%, transparent);
}

.what-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 26px;
  color: #fd024b;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.8px;
}

.what-kicker:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fd024b;
  box-shadow: 0 0 16px rgba(253, 2, 75, .9);
}

.what-hero h1 {
  margin: 0 0 26px;
  max-width: 820px;
  font-size: clamp(86px, 12vw, 180px);
  line-height: .78;
  letter-spacing: 0;
}

.what-hero h1 span {
  color: #fd024b;
}

.what-hero p {
  max-width: 640px;
  color: #d9d9d9;
  font-size: 16px;
  line-height: 1.85;
}

.what-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 32px;
}

.what-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.what-tags span {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .05);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1.4px;
}

.what-radar {
  position: relative;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.what-radar:before,
.what-radar:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(253, 2, 75, .38);
}

.what-radar:before {
  inset: 0;
  animation: what-spin 24s linear infinite;
}

.what-radar:after {
  inset: 15%;
  border-color: rgba(255, 255, 255, .18);
}

.what-radar img {
  width: min(62%, 310px);
  filter: drop-shadow(0 0 42px rgba(253, 2, 75, .68));
  animation: what-float 4.6s ease-in-out infinite;
}

.what-radar-line {
  position: absolute;
  background: linear-gradient(90deg, transparent, #fd024b, transparent);
}

.what-radar-line.x {
  width: 112%;
  height: 1px;
}

.what-radar-line.y {
  width: 1px;
  height: 112%;
  background: linear-gradient(transparent, #fd024b, transparent);
}

.what-console {
  padding: 72px 5.3%;
  background: #080808;
}

.what-console-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}

.what-console-head h2 {
  margin: 0;
}

.what-console-head p {
  margin: 0;
  max-width: 360px;
  color: #aaa;
  font-size: 12px;
  line-height: 1.8;
}

.what-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 22px;
  align-items: stretch;
}

.what-tabs {
  display: grid;
  gap: 10px;
}

.what-tabs button {
  position: relative;
  min-height: 86px;
  display: grid;
  grid-template-columns: 34px 46px 1fr 28px;
  gap: 13px;
  align-items: center;
  padding: 14px 16px;
  color: #fff;
  text-align: left;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .12);
  overflow: hidden;
  transition: transform .22s, background .22s, border-color .22s;
}

.what-tabs button:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(90deg, rgba(253, 2, 75, .38), transparent);
  transition: opacity .22s;
}

.what-tabs button > * {
  position: relative;
  z-index: 1;
}

.what-tabs button:hover,
.what-tabs button[aria-selected=true] {
  transform: translateX(8px);
  border-color: rgba(253, 2, 75, .75);
  background: rgba(253, 2, 75, .12);
}

.what-tabs button[aria-selected=true]:before {
  opacity: 1;
}

.what-index,
.what-tab-copy small,
.what-panel-top,
.what-panel-kicker,
.what-chip,
.what-stat label {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1.4px;
}

.what-index,
.what-tab-copy small {
  color: #999;
}

.what-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #fd024b;
  background: #050505;
  border: 1px solid rgba(253, 2, 75, .45);
  font-size: 21px;
}

.what-tab-copy strong {
  display: block;
  font-family: 'Barlow Condensed', Impact, sans-serif;
  font-size: clamp(24px, 2.45vw, 38px);
  line-height: .92;
}

.what-go {
  color: #fd024b;
  font-size: 23px;
}

.what-panel {
  display: grid;
  grid-template-rows: auto 330px auto;
  min-width: 0;
  overflow: hidden;
  background: #101010;
  border: 1px solid rgba(253, 2, 75, .26);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .42);
}

.what-panel-top {
  display: flex;
  justify-content: space-between;
  padding: 16px 18px;
  color: #aaa;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.what-panel-count {
  color: #fd024b;
}

.what-panel-art {
  position: relative;
  overflow: hidden;
}

.what-panel-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.08) saturate(1.08);
  transition: transform .5s;
}

.what-panel:hover .what-panel-art img {
  transform: scale(1.055);
}

.what-panel-art:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 24%, rgba(5, 5, 5, .88)),
    linear-gradient(135deg, rgba(253, 2, 75, .36), transparent 44%);
}

.what-sticker {
  position: absolute;
  z-index: 1;
  right: 26px;
  top: 24px;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #fd024b;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  text-align: center;
  transform: rotate(10deg);
}

.what-panel-copy {
  padding: 26px;
}

.what-panel-kicker {
  margin: 0 0 12px;
  color: #fd024b;
}

.what-panel-copy h3 {
  margin: 0 0 14px;
  font-family: 'Barlow Condensed', Impact, sans-serif;
  font-size: clamp(42px, 5vw, 78px);
  line-height: .88;
}

.what-panel-copy p {
  max-width: 720px;
  margin: 0;
  color: #cfcfcf;
  font-size: 13px;
  line-height: 1.8;
}

.what-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.what-chip {
  padding: 8px 10px;
  color: #fff;
  background: rgba(253, 2, 75, .16);
  border: 1px solid rgba(253, 2, 75, .34);
}

.what-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.what-stat {
  padding: 18px;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .12);
}

.what-stat strong {
  display: block;
  margin-bottom: 8px;
  color: #fd024b;
  font-family: 'Barlow Condensed', Impact, sans-serif;
  font-size: 42px;
  line-height: .85;
}

.what-stat label {
  color: #bcbcbc;
}

.what-flow {
  padding: 76px 5.3%;
}

.what-flow h2 {
  max-width: 780px;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 34px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .14);
}

.flow-card {
  min-height: 250px;
  padding: 26px;
  background: #080808;
}

.flow-card span {
  color: #fd024b;
  font-size: 13px;
  font-weight: 900;
}

.flow-card h3 {
  margin: 42px 0 14px;
  font-family: 'Barlow Condensed', Impact, sans-serif;
  font-size: 38px;
}

.flow-card p {
  color: #aaa;
  font-size: 12px;
  line-height: 1.8;
}

.what-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 66px 5.3%;
  background: #fd024b;
  color: #fff;
}

.what-cta h2 {
  max-width: 760px;
  margin: 0;
}

.what-cta .button {
  flex-shrink: 0;
  background: #050505;
}

html[data-theme=light] body.what-page {
  background: #fff;
  color: #111;
}

html[data-theme=light] .what-hero p,
html[data-theme=light] .what-console-head p,
html[data-theme=light] .what-panel-copy p,
html[data-theme=light] .flow-card p {
  color: #555;
}

html[data-theme=light] .what-console,
html[data-theme=light] .what-flow {
  background: #f7f5f3;
}

html[data-theme=light] .what-tabs button,
html[data-theme=light] .what-stat,
html[data-theme=light] .flow-card {
  color: #111;
  background: #fff;
  border-color: rgba(17, 17, 17, .12);
}

html[data-theme=light] .what-tabs button:hover,
html[data-theme=light] .what-tabs button[aria-selected=true] {
  color: #fff;
  background: #111;
}

html[data-theme=light] .what-panel {
  background: #111;
  color: #fff;
}

@media (max-width: 1050px) {
  .what-hero,
  .what-grid {
    grid-template-columns: 1fr;
  }

  .what-radar {
    width: min(430px, 80vw);
    margin: 0 auto;
  }

  .what-tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .what-stats,
  .flow-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .what-page main {
    padding-top: 76px;
  }

  .what-hero,
  .what-console,
  .what-flow,
  .what-cta {
    padding-left: 6%;
    padding-right: 6%;
  }

  .what-hero {
    min-height: auto;
    padding-top: 44px;
  }

  .what-hero h1 {
    font-size: 78px;
  }

  .what-tabs,
  .what-stats,
  .flow-grid {
    grid-template-columns: 1fr;
  }

  .what-tabs button {
    grid-template-columns: 28px 40px 1fr 20px;
  }

  .what-panel {
    grid-template-rows: auto 240px auto;
  }

  .what-console-head,
  .what-cta {
    display: block;
  }

  .what-cta .button {
    margin-top: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .what-radar:before,
  .what-radar img {
    animation: none !important;
  }
}

@keyframes what-spin {
  to { rotate: 360deg; }
}

@keyframes what-float {
  50% { transform: translateY(-12px) rotate(-2deg); }
}
