:root {
  --bg: #07070d;
  --bg-soft: #11111c;
  --panel: rgba(20, 18, 34, 0.84);
  --panel-strong: rgba(26, 22, 42, 0.96);
  --text: #fff7ff;
  --muted: #d2c8df;
  --line: rgba(255, 255, 255, 0.08);
  --pink: #ff4fd8;
  --pink-strong: #ff2fc3;
  --violet: #9f5bff;
  --violet-soft: #6b44ff;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --glow: 0 0 0 1px rgba(255, 79, 216, 0.12), 0 0 24px rgba(255, 79, 216, 0.26);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  line-height: 1.5;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 79, 216, 0.22), transparent 28%),
    radial-gradient(circle at top right, rgba(159, 91, 255, 0.2), transparent 26%),
    linear-gradient(180deg, #05050a 0%, #0a0912 42%, #090811 100%);
}

.demo-banner {
  width: 100%;
  padding: 0.55rem 1rem;
  text-align: center;
  font-size: 0.78rem;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

a {
  color: inherit;
  text-decoration: none;
}

.section,
.hero {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 2rem 0;
}

.hero-energy,
.hero-ring {
  position: absolute;
  pointer-events: none;
}

.hero-energy {
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  filter: blur(20px);
  opacity: 0.9;
}

.hero-energy-left {
  left: -4rem;
  top: 12%;
  background: radial-gradient(circle, rgba(255, 79, 216, 0.55), rgba(255, 79, 216, 0));
}

.hero-energy-right {
  right: -3rem;
  bottom: 8%;
  background: radial-gradient(circle, rgba(159, 91, 255, 0.52), rgba(159, 91, 255, 0));
}

.hero-ring {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.hero-ring-one {
  width: 22rem;
  height: 22rem;
  top: 8%;
  right: 10%;
}

.hero-ring-two {
  width: 16rem;
  height: 16rem;
  bottom: 12%;
  left: 8%;
}

.hero-card,
.projection-card,
.step-card,
.offer-card,
.final-cta-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.hero-card {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  text-align: center;
  padding: clamp(2rem, 5vw, 4rem);
  background:
    linear-gradient(145deg, rgba(255, 79, 216, 0.12), rgba(159, 91, 255, 0.08)),
    var(--panel);
  box-shadow: var(--shadow), var(--glow);
}

.eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ff9ae8;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.04;
}

h1 {
  margin-top: 0.9rem;
  font-size: clamp(2.4rem, 7vw, 5rem);
  letter-spacing: -0.05em;
}

.hero-text {
  margin: 1rem auto 0;
  max-width: 34rem;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  margin-top: 1.5rem;
  color: #fff;
  background: linear-gradient(135deg, var(--pink-strong), var(--violet));
  box-shadow: 0 16px 34px rgba(255, 47, 195, 0.34), 0 0 28px rgba(159, 91, 255, 0.28);
}

.btn-large {
  min-width: min(100%, 320px);
}

.section {
  padding: 5rem 0;
}

.section-heading {
  text-align: center;
  margin-bottom: 2rem;
}

.section-heading h2 {
  margin-top: 0.7rem;
  font-size: clamp(1.9rem, 4vw, 3rem);
  letter-spacing: -0.04em;
}

.projection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.projection-card {
  min-height: 220px;
  padding: 1.15rem;
  display: grid;
  align-content: end;
  gap: 0.9rem;
  background: var(--panel);
}

.projection-card p {
  font-size: 1.08rem;
  font-weight: 700;
}

.projection-card-one {
  background:
    radial-gradient(circle at 25% 25%, rgba(255, 112, 211, 0.38), transparent 30%),
    linear-gradient(135deg, rgba(255, 79, 216, 0.18), rgba(61, 18, 97, 0.94)),
    var(--panel);
}

.projection-card-two {
  background:
    linear-gradient(160deg, rgba(159, 91, 255, 0.26), rgba(13, 10, 30, 0.96)),
    var(--panel);
}

.projection-card-three {
  background:
    radial-gradient(circle at 80% 30%, rgba(255, 79, 216, 0.28), transparent 25%),
    linear-gradient(140deg, rgba(23, 19, 48, 0.96), rgba(159, 91, 255, 0.2)),
    var(--panel);
}

.projection-card-four {
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 79, 216, 0.26), transparent 28%),
    linear-gradient(145deg, rgba(159, 91, 255, 0.2), rgba(14, 12, 24, 0.98)),
    var(--panel);
}

.visual {
  height: 120px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
}

.visual::before,
.visual::after {
  content: "";
  position: absolute;
}

.visual-smile::before {
  inset: 24px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.32);
}

.visual-smile::after {
  width: 48px;
  height: 24px;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  border-bottom: 3px solid rgba(255, 255, 255, 0.6);
  border-radius: 0 0 40px 40px;
}

.visual-circle::before {
  width: 72px;
  height: 72px;
  left: 24px;
  top: 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 79, 216, 0.85), rgba(159, 91, 255, 0.9));
  box-shadow: 86px 12px 0 -20px rgba(255, 255, 255, 0.2);
}

.visual-circle::after {
  right: 22px;
  bottom: 22px;
  width: 60px;
  height: 60px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.visual-wave::before {
  left: -5%;
  right: -5%;
  top: 48px;
  height: 26px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 79, 216, 0.1), rgba(255, 255, 255, 0.58), rgba(159, 91, 255, 0.12));
  transform: rotate(-8deg);
}

.visual-wave::after {
  left: 14%;
  right: 14%;
  top: 70px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 79, 216, 0.45), rgba(159, 91, 255, 0.8));
}

.visual-burst::before {
  inset: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  border-bottom: 68px solid rgba(255, 79, 216, 0.75);
}

.visual-burst::after {
  inset: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%) rotate(180deg);
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  border-bottom: 68px solid rgba(159, 91, 255, 0.55);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.step-card {
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(159, 91, 255, 0.08));
  text-align: center;
}

.step-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 1rem;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 79, 216, 0.26), rgba(159, 91, 255, 0.3));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.step-icon span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  font-size: 1.1rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--pink-strong), var(--violet));
}

.step-card h3 {
  font-size: 1.45rem;
}

.offer {
  display: grid;
  place-items: center;
}

.offer-card,
.final-cta-card {
  width: min(560px, 100%);
  padding: clamp(1.6rem, 4vw, 2.4rem);
  text-align: center;
  background:
    linear-gradient(145deg, rgba(255, 79, 216, 0.12), rgba(159, 91, 255, 0.08)),
    var(--panel-strong);
}

.offer-card h2,
.final-cta-card h2 {
  margin-top: 0.7rem;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.04em;
}

.offer-list {
  list-style: none;
  display: grid;
  gap: 0.9rem;
  margin-top: 1.2rem;
  color: var(--muted);
}

.offer-list li {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.offer-note {
  margin-top: 1rem;
  color: var(--muted);
}

.final-cta {
  padding-bottom: 6rem;
}

.final-cta-card {
  margin: 0 auto;
}

@media (max-width: 820px) {
  .projection-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .hero-card {
    padding: 2rem 1.25rem;
  }

  .projection-card {
    min-height: 200px;
  }
}

@media (max-width: 520px) {
  .hero {
    width: min(1120px, calc(100% - 1rem));
  }

  .section {
    width: min(1120px, calc(100% - 1rem));
    padding: 4rem 0;
  }

  h1 {
    font-size: 2.5rem;
  }

  .step-card h3 {
    font-size: 1.2rem;
  }
}
