:root {
  --bg: #0b0811;
  --panel: #15101e;
  --ink: #f7f3ff;
  --muted: #b9afc8;
  --purple: #8b3dff;
  --line: #2d223a;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background:
    radial-gradient(circle at 80% 8%, #321355 0, transparent 28%), var(--bg);
  color: var(--ink);
  font:
    16px/1.6 Inter,
    Arial,
    sans-serif;
}
header,
main,
footer {
  max-width: 1180px;
  margin: auto;
}
header {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
.site-nav > a:not(.btn) {
  color: #ddd2e9;
  text-decoration: none;
  font-weight: 700;
}
.site-nav > a:not(.btn):hover {
  color: #c38cff;
}
.brand {
  display: flex;
  gap: 12px;
  align-items: center;
  color: white;
  text-decoration: none;
}
.brand img {
  width: 55px;
  height: 55px;
  object-fit: contain;
}
.brand span {
  display: flex;
  flex-direction: column;
}
.brand small {
  color: var(--muted);
}
.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 64px;
  align-items: center;
  padding: 80px 24px;
}
.tag {
  color: #bd8cff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}
.hero h1 {
  font-size: 64px;
  line-height: 1.04;
  margin: 18px 0;
}
.hero em {
  color: #b67aff;
  font-style: normal;
}
.hero p {
  font-size: 20px;
  color: var(--muted);
  max-width: 680px;
}
.actions,
.proof {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.proof {
  font-size: 13px;
  color: #d6cde1;
}
.btn {
  padding: 13px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid var(--line);
  color: white;
  background: transparent;
}
.primary {
  background: linear-gradient(135deg, #7030d9, #a856ff);
  border: 0;
}
.hero aside,
article,
form {
  background: linear-gradient(145deg, #191220, #110d17);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
}
.platforms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 20px 0;
}
.platforms button {
  padding: 22px 10px;
  border: 1px solid #3b2d4c;
  border-radius: 12px;
  background: #100c16;
  color: white;
  font-weight: 750;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 11px;
}
.platforms button img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  padding: 6px;
}
.platforms button:hover {
  border-color: #a856ff;
  transform: translateY(-2px);
}
.section {
  padding: 90px 24px;
}
.section h2,
.consult h2 {
  font-size: 42px;
  line-height: 1.15;
  margin: 14px 0 35px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.grid article b,
.grid article span {
  color: #a968ff;
  font-size: 12px;
  letter-spacing: 1.4px;
}
.grid article h3 {
  font-size: 21px;
}
.grid article p,
.consult p,
.consult li {
  color: var(--muted);
}
.packages {
  border-top: 1px solid var(--line);
}
.packages article a {
  color: #c997ff;
}
.packages article .whatsapp-link {
  display: block;
  margin-top: 12px;
  color: #56d28b;
  font-size: 14px;
  text-decoration: none;
}
.packages article .whatsapp-link:hover {
  text-decoration: underline;
}
.featured {
  border-color: #8b3dff;
  box-shadow: 0 18px 60px #6419b522;
}
.consult {
  margin: 60px 24px 100px;
  padding: 60px;
  background: linear-gradient(135deg, #1b1029, #100b17);
  border: 1px solid #452663;
  border-radius: 28px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 50px;
}
form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
label {
  font-size: 13px;
  font-weight: 700;
}
input,
select,
textarea {
  width: 100%;
  margin-top: 6px;
  background: #0d0a12;
  color: white;
  border: 1px solid #3b2d4c;
  border-radius: 9px;
  padding: 13px;
}
.wide {
  grid-column: 1/-1;
}
.note {
  font-size: 12px;
  margin: 0;
}
footer {
  border-top: 1px solid var(--line);
  padding: 45px 24px;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
}
footer a {
  color: #c99aff;
}
.builder {
  margin: 60px 24px 100px;
  padding: 48px;
  background: linear-gradient(145deg, #181020, #0f0b15);
  border: 1px solid #452663;
  border-radius: 28px;
}
.steps {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 26px;
  margin-bottom: 35px;
}
.steps span {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #776e82;
}
.steps span:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #554a61;
}
.steps .active {
  color: #d2adff;
}
.steps .active:before {
  background: #9a52ff;
  box-shadow: 0 0 18px #9a52ff;
}
.builder-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
}
.builder h2 {
  font-size: 42px;
  line-height: 1.15;
  margin: 14px 0;
}
.builder p {
  color: var(--muted);
}
.estimate {
  min-width: 270px;
  background: #0b0810;
  border: 1px solid #54316f;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.estimate strong {
  font-size: 34px;
  color: #c895ff;
}
.estimate span {
  font-size: 11px;
  color: var(--muted);
}
.builder > h3 {
  margin-top: 38px;
}
.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}
.choice-grid button,
.choice-grid label {
  background: #100c16;
  border: 1px solid #3b2d4c;
  border-radius: 13px;
  padding: 18px;
  color: #fff;
  text-align: left;
  cursor: pointer;
}
.market-choices button {
  position: relative;
  padding-left: 70px;
  min-height: 72px;
}
.market-choices button > img {
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  object-fit: contain;
  background: #fff;
  border-radius: 9px;
  padding: 7px;
}
.choice-grid button small,
.choice-grid label small {
  display: block;
  color: var(--muted);
  margin-top: 4px;
}
.choice-grid button.selected,
.choice-grid label:has(input:checked) {
  border-color: #a85dff;
  background: #251337;
  box-shadow: 0 8px 30px #6e22b51f;
}
.choice-grid input {
  width: auto;
  margin: 0 10px 0 0;
}
.service-choices label {
  display: flex;
  align-items: center;
}
.service-choices label span {
  display: block;
}
.builder form {
  margin-top: 18px;
}
.showcase {
  margin: 20px 24px 80px;
  padding: 18px;
  background: #111017;
  border: 1px solid #39313f;
  border-radius: 28px;
}
.showcase-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px 16px;
  color: #d6cde1;
  font-size: 14px;
}
.showcase-top i {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #9d55ff;
  box-shadow: 0 0 0 7px #9d55ff18;
  margin-right: 10px;
}
.showcase-top button {
  border: 0;
  background: transparent;
  color: #ae91be;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
}
.showcase-stage {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 75% 12%, #6330a1 0, transparent 38%),
    linear-gradient(145deg, #21103e, #090911);
}
.showcase-stage:after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid #b875ff55;
  border-radius: 50%;
  right: -160px;
  top: -220px;
}
.showcase-slide {
  position: absolute;
  inset: 0;
  padding: 70px 70px;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
  background: transparent;
  border: 0;
  z-index: 1;
}
.showcase-slide.active {
  opacity: 1;
  transform: none;
}
.showcase-slide span {
  font-size: 12px;
  letter-spacing: 4px;
  color: #ceb0ff;
  font-weight: 800;
}
.showcase-slide h2 {
  font-size: 52px;
  line-height: 1.08;
  margin: 28px 0 18px;
  max-width: 760px;
}
.showcase-slide em {
  color: #ab6dff;
  font-style: normal;
}
.showcase-slide p {
  font-size: 19px;
  color: #d2c8df;
  max-width: 680px;
}
.showcase-slide small {
  position: absolute;
  bottom: 60px;
  letter-spacing: 3px;
  font-weight: 800;
}
.marketplace-logos {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.marketplace-logos div {
  width: 105px;
  height: 92px;
  border: 1px solid #6d478e;
  background: #ffffff0c;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.marketplace-logos img {
  width: 50px;
  height: 40px;
  object-fit: contain;
  background: #fff;
  border-radius: 9px;
  padding: 7px;
}
.marketplace-logos b {
  font-size: 12px;
  color: #f7f3ff;
}
.showcase-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 15px 0 2px;
}
.showcase-dots button {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 10px;
  background: #51475a;
  padding: 0;
  cursor: pointer;
}
.showcase-dots button.active {
  width: 26px;
  background: #a95dff;
}
@media (max-width: 800px) {
  .hero,
  .consult {
    grid-template-columns: 1fr;
  }
  .hero {
    padding-top: 40px;
  }
  .hero h1 {
    font-size: 44px;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .consult {
    margin: 30px 14px 70px;
    padding: 28px;
  }
  form {
    grid-template-columns: 1fr;
  }
  .wide {
    grid-column: auto;
  }
  footer {
    flex-direction: column;
    gap: 20px;
  }
  .brand small {
    display: none;
  }
  .builder {
    margin: 30px 14px 70px;
    padding: 25px;
  }
  .builder-head {
    display: block;
  }
  .estimate {
    margin-top: 20px;
  }
  .choice-grid {
    grid-template-columns: 1fr 1fr;
  }
  .steps small {
    display: none;
  }
  .showcase-stage {
    min-height: 430px;
  }
  .showcase-slide {
    padding: 55px 35px;
  }
  .showcase-slide h2 {
    font-size: 40px;
  }
  .showcase-slide small {
    bottom: 45px;
  }
  .marketplace-logos {
    gap: 8px;
  }
  .marketplace-logos div {
    width: 85px;
    height: 80px;
  }
  .marketplace-logos img {
    width: 42px;
    height: 34px;
  }
}
@media (max-width: 480px) {
  header .ghost {
    display: none;
  }
  .site-nav {
    gap: 10px;
  }
  .site-nav > a:not(.btn) {
    font-size: 13px;
  }
  .hero h1 {
    font-size: 38px;
  }
  .section h2,
  .consult h2 {
    font-size: 32px;
  }
  .platforms {
    grid-template-columns: 1fr 1fr;
  }
  .choice-grid {
    grid-template-columns: 1fr;
  }
  .builder h2 {
    font-size: 32px;
  }
  .showcase {
    margin: 10px 14px 55px;
  }
  .showcase-stage {
    min-height: 420px;
  }
  .showcase-slide {
    padding: 45px 24px;
  }
  .showcase-slide h2 {
    font-size: 34px;
  }
  .showcase-slide p {
    font-size: 16px;
  }
  .showcase-slide small {
    font-size: 10px;
    letter-spacing: 2px;
  }
}
