:root {
  --ink: #191735;
  --muted: #6e6d82;
  --purple: #6046e8;
  --pink: #f55594;
  --cream: #fcf9f5;
  --line: #e7e2ed;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
}
.site-header {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 7vw, 110px);
  background: #fff;
  position: relative;
  z-index: 2;
}
.brand {
  font: 700 29px Outfit, sans-serif;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -1.7px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.brand-mark {
  width: 27px;
  height: 27px;
  background: var(--purple);
  border-radius: 9px 9px 3px 9px;
  color: #fff;
  font: 700 25px/30px Outfit;
  text-align: center;
  letter-spacing: -3px;
  padding-right: 3px;
}
.site-header nav {
  display: flex;
  gap: 31px;
}
.site-header nav a,
.header-action {
  color: #545166;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.header-action {
  color: var(--purple);
}
.header-action span {
  font-size: 19px;
  margin-left: 6px;
}
.hero {
  min-height: 590px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  overflow: hidden;
  background: #fff;
}
.hero-copy {
  padding: 92px 30px 78px clamp(24px, 9vw, 145px);
  position: relative;
  z-index: 1;
}
.eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: var(--purple);
  margin: 0 0 21px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.eyebrow span {
  width: 23px;
  height: 2px;
  background: currentColor;
}
.hero h1,
.section h2 {
  font: 700 clamp(41px, 5vw, 68px) / 0.99 Outfit, sans-serif;
  letter-spacing: -3.5px;
  margin: 0;
}
.hero h1 em {
  font-style: normal;
  color: var(--purple);
}
.hero-text {
  font-size: 17px;
  line-height: 1.55;
  color: var(--muted);
  max-width: 390px;
  margin: 26px 0 31px;
}
.hero-actions {
  display: flex;
  gap: 20px;
  align-items: center;
}
.button {
  border: 0;
  font: 700 14px "DM Sans";
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 5px;
  padding: 16px 21px;
}
.button-primary {
  background: var(--purple);
  color: #fff;
  box-shadow: 0 12px 20px #6046e833;
}
.button-primary span {
  font-size: 19px;
}
.button-quiet {
  color: var(--ink);
  background: transparent;
  padding-inline: 0;
}
.trust {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-top: 65px;
  color: #777386;
  font-size: 12px;
  line-height: 1.25;
}
.trust strong {
  color: var(--ink);
}
.avatars {
  display: flex;
}
.avatars i {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: linear-gradient(135deg, #fbc6a5, #563c91);
  margin-left: -7px;
}
.avatars i:first-child {
  margin: 0;
  background: linear-gradient(135deg, #ded2c5, #8c5237);
}
.avatars i:last-child {
  background: linear-gradient(135deg, #b1d9f7, #e65a84);
}
.hero-art {
  background: linear-gradient(140deg, #26205b, #4f35bc 58%, #e6509a);
  position: relative;
  min-height: 590px;
  overflow: hidden;
}
.hero-glow {
  width: 390px;
  height: 390px;
  position: absolute;
  border-radius: 50%;
  background: #e679ed;
  filter: blur(80px);
  right: -60px;
  top: -80px;
  opacity: 0.65;
}
.grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#ffffff13 1px, transparent 1px),
    linear-gradient(90deg, #ffffff13 1px, transparent 1px);
  background-size: 44px 44px;
  transform: perspective(500px) rotateX(51deg) scale(1.7);
  top: 180px;
}
.orbit {
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  position: absolute;
  transform: rotate(-38deg);
}
.orbit-one {
  width: 730px;
  height: 260px;
  left: -100px;
  top: 145px;
}
.orbit-two {
  width: 510px;
  height: 170px;
  left: 20px;
  top: 195px;
}
.device {
  position: absolute;
  width: 230px;
  height: 385px;
  border: 8px solid #252047;
  border-radius: 31px;
  left: 31%;
  top: 86px;
  box-shadow: 20px 28px 55px #120d3e77;
  background: #4c3bb9;
}
.screen {
  height: 100%;
  background: linear-gradient(155deg, #ee82be, #6b50ee 52%, #37308c);
  border-radius: 21px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: Outfit;
}
.screen:before {
  content: "";
  position: absolute;
  top: 98px;
  width: 72px;
  height: 72px;
  border: 1px solid #fff8;
  border-radius: 50%;
  box-shadow: 0 0 0 15px #fff2, 0 0 0 30px #fff1;
}
.screen .signal {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 42px;
}
.screen span {
  font-size: 58px;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 0.8;
}
.screen small {
  font-size: 14px;
  letter-spacing: 3px;
  margin-top: 11px;
}
.screen b {
  font-size: 25px;
  margin-top: 35px;
}
.float-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 15px 32px #26185955;
  color: var(--ink);
}
.float-card b,
.float-card small {
  display: block;
}
.float-card b {
  font-size: 13px;
}
.float-card small {
  font-size: 10px;
  color: #7d788d;
  margin-top: 3px;
}
.card-icon {
  border-radius: 7px;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #e350a0;
}
.card-game {
  right: 4%;
  top: 30px;
}
.card-stream {
  left: 9%;
  bottom: 30px;
}
.card-game .card-icon {
  background: #5942d8;
}
.spark {
  position: absolute;
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 16px #fff;
}
.s1 {
  top: 91px;
  left: 19%;
}
.s2 {
  top: 232px;
  right: 10%;
}
.s3 {
  bottom: 88px;
  right: 34%;
}
.section {
  padding: 105px clamp(24px, 9vw, 145px);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.section h2 {
  font-size: 43px;
  letter-spacing: -2.3px;
}
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  margin-top: 43px;
}
.plan-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 9px;
  padding: 28px 27px 24px;
  position: relative;
}
.plan-card.featured {
  background: #36258b;
  border-color: #36258b;
  color: #fff;
  transform: translateY(-12px);
  box-shadow: 0 18px 35px #36258b33;
}
.tag {
  position: absolute;
  right: 17px;
  top: 16px;
  margin: 0;
  background: #f15c9c;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  border-radius: 30px;
  padding: 6px 9px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.plan-name {
  text-transform: uppercase;
  color: #888399;
  font-size: 12px;
  letter-spacing: 1.2px;
  font-weight: 700;
  margin: 0;
}
.featured .plan-name,
.featured .plan-copy,
.featured .price small {
  color: #d5d0f9;
}
.speed {
  margin: 18px 0;
}
.speed strong {
  font: 700 49px/1 Outfit;
  letter-spacing: -3px;
}
.speed span {
  font-size: 13px;
  margin-left: 6px;
}
.plan-copy {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
  min-height: 40px;
}
.price {
  font: 700 25px Outfit;
  margin: 21px 0;
}
.price sup {
  font-size: 14px;
}
.price small {
  font: 400 12px "DM Sans";
  color: var(--muted);
}
.plan-card a {
  display: flex;
  justify-content: space-between;
  color: var(--purple);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.featured a {
  color: #fff;
  border-color: #ffffff33;
}
.appointment {
  background: linear-gradient(112deg, #241c57, #5134ac 65%, #a83c9c);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 78px;
  color: #fff;
  align-items: center;
}
.eyebrow.light {
  color: #e5dfff;
}
.appointment h2 {
  font-size: 50px;
}
.appointment-intro > p:not(.eyebrow) {
  color: #d5cfed;
  line-height: 1.6;
  max-width: 355px;
  margin: 22px 0 30px;
}
.appointment-benefits {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #fff;
  font-size: 13px;
}
.booking-card {
  background: #fff;
  color: var(--ink);
  border-radius: 12px;
  padding: 29px 34px;
  box-shadow: 0 20px 45px #21154c55;
}
.steps {
  display: flex;
  gap: 22px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
  margin-bottom: 25px;
  font-size: 12px;
  color: #9691a2;
  font-weight: 700;
}
.steps span.active {
  color: var(--purple);
}
.form-step {
  display: none;
}
.form-step.active {
  display: block;
}
.form-step h3 {
  font: 700 25px Outfit;
  margin: 0 0 6px;
  letter-spacing: -0.8px;
}
.form-step > p {
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 22px;
  line-height: 1.5;
}
.form-step label {
  font-size: 12px;
  font-weight: 700;
  display: block;
  margin: 15px 0;
  color: #48445b;
}
.form-step input,
.form-step select {
  display: block;
  width: 100%;
  height: 46px;
  margin-top: 7px;
  border: 1px solid #dfd9e7;
  border-radius: 5px;
  padding: 0 13px;
  font: 14px "DM Sans";
  color: var(--ink);
  outline-color: var(--purple);
  background: #fff;
}
.form-step .button {
  width: 100%;
  margin-top: 12px;
}
.form-error {
  color: #c83360 !important;
  min-height: 18px;
  margin: 4px 0 !important;
}
.back {
  border: 0;
  background: none;
  color: var(--purple);
  font: 700 12px "DM Sans";
  padding: 0;
  margin-bottom: 17px;
  cursor: pointer;
}
.address-confirm {
  background: #f2effc;
  color: #534c71 !important;
  padding: 10px 12px;
  border-radius: 5px;
}
.check {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e5defc;
  color: var(--purple);
  font-size: 26px;
  margin-bottom: 17px;
}
.confirmation-data {
  font-size: 13px;
  background: #f7f5fb;
  padding: 13px;
  border-radius: 5px;
  line-height: 1.7;
  margin-top: 14px;
}
.confirmation .button {
  margin-top: 20px;
}
.benefits {
  padding-bottom: 110px;
}
.benefit-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 35px;
  margin-top: 8px;
}
.benefit-grid > div {
  border-left: 1px solid var(--line);
  padding-left: 27px;
  align-self: end;
}
.benefit-grid b {
  font: 700 18px Outfit;
}
.benefit-grid p {
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
}
footer {
  background: #171433;
  color: #fff;
  padding: 38px clamp(24px, 9vw, 145px);
  display: flex;
  align-items: center;
  gap: 32px;
}
footer .brand {
  color: #fff;
}
footer p {
  font-size: 13px;
  color: #ccc6df;
  flex: 1;
}
footer small {
  font-size: 11px;
  color: #928ca6;
}
@media (max-width: 760px) {
  .site-header {
    height: 70px;
    padding: 0 22px;
  }
  .site-header nav {
    display: none;
  }
  .header-action {
    font-size: 12px;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 65px 25px 53px;
  }
  .hero-art {
    min-height: 440px;
  }
  .device {
    transform: scale(0.82);
    left: 27%;
    top: 20px;
  }
  .card-stream {
    bottom: 53px;
    left: 8%;
  }
  .card-game {
    top: 73px;
  }
  .section {
    padding: 70px 25px;
  }
  .section-heading {
    display: block;
  }
  .section h2 {
    font-size: 36px;
  }
  .plan-grid,
  .appointment,
  .benefit-grid {
    grid-template-columns: 1fr;
  }
  .plan-card.featured {
    transform: none;
  }
  .appointment {
    gap: 42px;
  }
  .booking-card {
    padding: 25px 21px;
  }
  .appointment h2 {
    font-size: 42px;
  }
  .benefit-grid {
    gap: 26px;
  }
  .benefit-grid > div {
    border-left: none;
    border-top: 1px solid var(--line);
    padding: 20px 0 0;
  }
  footer {
    display: block;
  }
  footer p {
    margin: 16px 0;
  }
  .hero h1 {
    font-size: 49px;
  }
}
