:root{
  --purple:#6D4CFF;
  --purple-light:#9B7CFF;
  --ink:#17191F;
  --muted:#6D6A7C;
  --border:rgba(109,76,255,.16);
  --shadow:0 24px 70px rgba(109,76,255,.14);
}

*{box-sizing:border-box}

body{
  margin:0;
  font-family:Inter,system-ui,sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at top left, rgba(220,210,255,.95), transparent 34%),
    radial-gradient(circle at top right, rgba(235,230,255,.85), transparent 30%),
    linear-gradient(135deg,#F7F4FF 0%,#FFFFFF 52%,#EEE8FF 100%);
}

a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}

/* TOPBAR */

.topbar{
  width:min(1400px, calc(100% - 48px));
    margin:50px auto;
    padding:52px 0 34px;
  height:62px;
  padding:0 18px;
  border-radius:28px;
  background:#f7f4fd;
  border:1px solid rgba(255,255,255,.9);
  box-shadow:var(--shadow);
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.topbar-logo img{width:140px}

.topbar-links{
  display:flex;
  gap:42px;
  font-weight:700;
  color:#353342;
}

.topbar-button{
  padding:14px 22px;
  border-radius:17px;
  background:linear-gradient(135deg,var(--purple),var(--purple-light));
  color:#fff;
  font-weight:900;
}

/* PAGE */

.wiggler-page{
    width:min(1400px, calc(100% - 48px));
    margin:0 auto;
}

/* HERO */

.hero{
    display:flex;
    flex-direction:column;
    gap:5px;
}

.hero-title-block{
    display:flex;
    flex-direction:column;
    gap:2px;
}

.hero-content{
    display:grid;
    grid-template-columns: 520px 1fr;
    gap:10px;
    align-items:start;
    margin-bottom:30px;
}

.hero-headline{
    margin:0;
    width:100%;
    max-width:none;
    font-size:clamp(48px,5vw,72px);
    line-height:1.02;
    color:var(--purple);
}
.hero-copy{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}
.product-heading{
  display:flex;
  align-items:center;
  gap:28px;
  margin-bottom:28px;
}

.product-logo{
  width:148px;
  height:148px;
  border-radius:26px;
  object-fit:cover;
  box-shadow:0 24px 60px rgba(109,76,255,.18);
}

.hero h1{
  margin:0;
  font-size:clamp(40px,6vw,36px);
}

.premiere{
  margin:8px 0 0;
  font-size:28px;
  font-weight:900;
  color:var(--purple);
}

.hero h2{
  margin:0 0 22px;
  font-size:clamp(34px,3.7vw,58px);
  line-height:1.05;
  color:var(--purple);
}

.lead{
  max-width:590px;
  margin:0;
  font-size:18px;
  line-height:1.6;
  color:var(--muted);
  font-weight:500;
}

/* BUY AREA */

.buy-row{
  display:flex;
  align-items:stretch;
  gap:14px;
  flex-wrap:wrap;
  margin-top:30px;
}

.price-card{
  min-height:82px;
  padding:16px 20px;
  border-radius:24px;
  background:rgba(255,255,255,.86);
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  display:grid;
  grid-template-columns:auto auto;
  align-items:center;
  gap:18px;
}

.price-main span{
  display:block;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.13em;
  color:var(--purple);
}

.price-main strong{
  display:block;
  margin-top:2px;
  font-size:38px;
  line-height:.92;
  font-weight:900;
  letter-spacing:-.06em;
}

.price-checks{
  padding-left:18px;
  border-left:1px solid var(--border);
  display:flex;
  flex-direction:column;
  gap:8px;
  color:#5F5B70;
  font-size:13px;
  font-weight:850;
}

.buy-button{
  min-width:244px;
  min-height:82px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:18px 24px;
  border-radius:22px;
  color:#fff;
  background:linear-gradient(135deg,var(--purple),var(--purple-light));
  box-shadow:0 22px 52px rgba(109,76,255,.30);
  text-align:center;
}

.buy-button span{
  font-size:12px;
  font-weight:750;
  opacity:.9;
}

.buy-button strong{
  margin-top:4px;
  font-size:24px;
  line-height:1;
  font-weight:900;
}

/* VIDEO */

.demo-area{text-align:center}

.premiere-preview-card{
  padding:14px;
  background:#10131c;
  box-shadow:
    0 42px 90px rgba(109,76,255,.24),
    0 0 0 7px rgba(255,255,255,.78);
}

.premiere-preview-card video{
  width:100%;
  aspect-ratio:16 / 9;
  display:block;
  border:0;
  background:#000;
}

.watch-note{
  margin-top:18px;
  color:var(--purple);
  font-size:17px;
  font-weight:900;
  transform:rotate(-4deg);
}

.notch{
  position:absolute;
  z-index:3;
  top:16px;
  left:50%;
  transform:translateX(-50%);
  width:90px;
  height:25px;
  border-radius:999px;
  background:#07080c;
}

.phone video{
  width:100%;
  aspect-ratio:9 / 16;
  display:block;
  background:#000;
}

.watch-note{
  margin-top:18px;
  color:var(--purple);
  font-size:17px;
  font-weight:900;
  transform:rotate(-4deg);
}

/* FEATURES */

.features{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  overflow:hidden;
  margin:0 0 42px;
  border-radius:34px;
  background:rgba(255,255,255,.88);
  border:1px solid var(--border);
  box-shadow:var(--shadow);
}

.features article{
  padding:30px 18px;
  text-align:center;
  border-right:1px solid var(--border);
}

.features article:last-child{border-right:0}

.features div{
  font-size:34px;
  margin-bottom:14px;
}

.features h3{
  margin:0 0 10px;
  font-size:16px;
}

.features p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}

/* INFO */

.info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  margin:42px 0;
}

.info-card{
  padding:36px;
  border-radius:34px;
  background:rgba(255,255,255,.88);
  border:1px solid var(--border);
  box-shadow:var(--shadow);
}

.info-card.purple{
  background:linear-gradient(135deg,#FFFFFF,#F0EAFF);
}

.card-icon{
  font-size:42px;
  margin-bottom:14px;
  color:var(--purple);
}

.info-card h2{
  margin:0 0 12px;
  font-size:30px;
  line-height:1.05;
  letter-spacing:-.045em;
}

.info-card p{
  margin:0 0 18px;
  color:var(--muted);
  line-height:1.65;
  font-size:16px;
}

.info-card ul{
  margin:0;
  padding:0;
  list-style:none;
}

.info-card li{
  position:relative;
  padding-left:28px;
  margin-bottom:10px;
  font-weight:700;
}

.info-card li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:18px;
  height:18px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--purple);
  color:#fff;
  font-size:12px;
}

/* HOW */

.how{
  margin:42px 0;
  padding:34px;
  border-radius:34px;
  background:rgba(255,255,255,.9);
  border:1px solid var(--border);
  box-shadow:var(--shadow);
}

.how h2{
  margin:0 0 30px;
  font-size:32px;
}

.steps{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:16px;
  text-align:center;
}

.steps span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  margin:0 auto 12px;
  border-radius:50%;
  background:var(--purple);
  color:#fff;
  font-weight:900;
}

.steps h3{
  margin:0 0 6px;
  font-size:15px;
}

.steps p{
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.5;
}

/* FOOTER */

.footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding-top:24px;
  border-top:1px solid var(--border);
  color:var(--muted);
  font-size:14px;
}

.footer img{width:150px}

.footer a{
  color:var(--purple);
  font-weight:800;
}
.thankyou-page{
  min-height:100vh;
  width:min(900px,calc(100% - 36px));
  margin:0 auto;
  display:grid;
  place-items:center;
  padding:50px 0;
}

.thankyou-card{
  width:100%;
  padding:56px;
  text-align:center;
  border-radius:38px;
  background:rgba(255,255,255,.88);
  border:1px solid var(--border);
  box-shadow:var(--shadow);
}

.thankyou-logo{
  width:170px;
  height:170px;
  object-fit:cover;
  border-radius:30px;
  margin:0 auto 28px;
}

.thankyou-eyebrow{
  margin:0 0 12px;
  font-size:13px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--purple);
}

.thankyou-card h1{
  margin:0 0 18px;
  font-size:clamp(54px,7vw,88px);
  line-height:.9;
  letter-spacing:-.075em;
}

.thankyou-text{
  max-width:620px;
  margin:0 auto 14px;
  font-size:20px;
  line-height:1.6;
  color:var(--muted);
}

.thankyou-text.small{
  font-size:16px;
}

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

.thankyou-button{
  padding:16px 26px;
  border-radius:18px;
  background:linear-gradient(135deg,var(--purple),var(--purple-light));
  color:#fff;
  font-weight:900;
  box-shadow:0 18px 40px rgba(109,76,255,.28);
}

.thankyou-link{
  color:var(--purple);
  font-weight:900;
}
/* MOBILE */

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

  .premiere-preview-card{
    max-width:680px;
    margin:0 auto;
  }
  .topbar-links{display:none}

  .topbar-logo img{width:120px}

  .topbar-button{
    padding:12px 16px;
    font-size:14px;
  }

  .wiggler-page{
    width:min(100% - 24px,1180px);
    padding-top:34px;
  }

  .hero{
    grid-template-columns:1fr;
    gap:46px;
    text-align:center;
  }

  .product-heading{
    flex-direction:column;
    gap:18px;
  }

  .product-logo{
    width:220px;
    height:220px;
  }

  .hero h2,
  .lead{
    margin-left:auto;
    margin-right:auto;
  }

  .buy-row{
    justify-content:center;
  }

  .price-card{
    grid-template-columns:1fr;
    width:100%;
    max-width:360px;
    text-align:center;
  }

  .price-checks{
    border-left:0;
    padding-left:0;
  }

  .buy-button{
    width:100%;
    max-width:360px;
  }

  .phone{width:290px}

  .features,
  .steps{
    grid-template-columns:1fr;
  }

  .features article{
    border-right:0;
    border-bottom:1px solid var(--border);
  }

  .features article:last-child{border-bottom:0}

  .info-grid{
    grid-template-columns:1fr;
  }

  .footer{
    flex-direction:column;
    text-align:center;
  }
}