:root {
  --ink:#17171e;
  --muted:#5d5d6d;
  --pink:#ed4395;
  --orange:#ff6741;
  --pale:#f6f5fc;
  --green:#15864b;
  --line:#e9e6ee
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--ink);
  line-height:1.75;
  background:#fff
}
a {
  color:inherit
}
h1,h2,h3,h4 {
  line-height:1.12;
  letter-spacing:-.045em;
  margin:0 0 24px;
  font-weight:900
}
h1 {
  font-size:clamp(42px,6.3vw,86px);
  max-width:1190px;
  margin:30px auto
}
h2 {
  font-size:clamp(34px,4.5vw,60px);
  max-width:960px;
  margin:0 auto 30px
}
h3 {
  font-size:28px
}
p {
  margin:0 0 23px
}
section {
  padding:105px 24px
}
.wrap {
  max-width:1120px;
  margin:auto
}
.narrow {
  max-width:780px;
  margin:auto
}
.center {
  text-align:center
}
.lead {
  font-size:22px;
  max-width:830px;
  margin:0 auto 32px
}
.eyebrow {
  font-size:13px;
  letter-spacing:.18em;
  font-weight:800;
  text-transform:uppercase;
  color:#b83b7b;
  margin-bottom:22px
}
.gradient {
  background:linear-gradient(100deg,var(--pink),var(--orange));
  background-clip:text;
  -webkit-background-clip:text;
  color:transparent
}
.pale {
  background:var(--pale)
}
.rose {
  background:linear-gradient(135deg,#fff3f8,#fff8f4)
}
.hero {
  padding-top:45px;
  background:radial-gradient(ellipse at bottom,#f8dce9,transparent 55%),var(--pale)
}
.brand {
  font-size:14px;
  font-weight:900;
  letter-spacing:.2em;
  margin-bottom:38px
}
.badge {
  display:inline-block;
  border:1px solid #69d8bc;
  background:#dff4ec;
  color:#08763c;
  border-radius:50px;
  padding:10px 22px;
  font-weight:800;
  letter-spacing:.06em;
  font-size:14px
}
.button {
  display:inline-block;
  background:linear-gradient(105deg,var(--pink),var(--orange));
  color:white;
  text-decoration:none;
  padding:22px 34px;
  border-radius:10px;
  font-size:19px;
  font-weight:800;
  line-height:1.4;
  box-shadow:0 12px 30px #ed43952b;
  border:0;
  cursor:pointer
}
.button:hover {
  filter:brightness(.95);
  transform:translateY(-2px)
}
.button:focus-visible,summary:focus-visible {
  outline:3px solid #176f57;
  outline-offset:5px
}
.micro {
  font-size:13px;
  color:var(--muted);
  margin-top:18px
}
.cta {
  text-align:center;
  margin-top:48px
}
.video {
  max-width:940px;
  margin:44px auto 0;
  aspect-ratio:16/9;
  background:#161620;
  border:8px solid white;
  border-radius:20px;
  box-shadow:0 24px 65px #38223b30;
  display:grid;
  place-items:center;
  color:white;
  padding:20px
}
.video .play {
  font-size:48px;
  line-height:1;
  color:#ff668e;
  margin-bottom:18px
}
.video p {
  margin:0;
  color:#c8c5d7
}
.video video {
  width:100%;
  height:100%;
  border-radius:10px
}
.cards {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:45px
}
.card {
  border:1px solid var(--line);
  border-radius:18px;
  background:white;
  padding:32px
}
.card h3 {
  font-size:23px
}
.card p {
  margin-bottom:0;
  color:var(--muted)
}
.number {
  display:inline-grid;
  place-items:center;
  background:linear-gradient(120deg,var(--pink),var(--orange));
  width:44px;
  height:44px;
  color:white;
  border-radius:50%;
  font-weight:900;
  margin-bottom:22px
}
.letter {
  font-size:21px
}
.callout {
  font-size:27px;
  font-weight:800;
  border-left:5px solid var(--pink);
  padding:20px 30px;
  background:#fff3f8;
  margin:35px 0
}
.split {
  display:grid;
  grid-template-columns:1fr 1.25fr;
  gap:70px;
  align-items:center
}
.course:nth-child(even) {
  background:var(--pale)
}
.course h2 {
  font-size:clamp(34px,4vw,52px)
}
.course h4 {
  font-size:21px;
  letter-spacing:-.02em;
  color:#b83b7b
}
.course p {
  font-size:18px
}
.course ul {
  padding-left:22px
}
.course li {
  margin-bottom:12px
}
.book {
  aspect-ratio:3/4;
  max-width:335px;
  margin:auto;
  width:90%;
  padding:34px 30px;
  border-radius:5px 18px 18px 5px;
  color:white;
  background:linear-gradient(145deg,#272331,#111019);
  box-shadow:-12px 12px 0 #ded7e2,0 28px 50px #35253624;
  border-left:10px solid #ed4395;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transform:rotate(-3deg)
}
.book strong {
  font-size:37px;
  line-height:1.12;
  letter-spacing:-.045em
}
.book .small {
  font-size:11px;
  letter-spacing:.16em
}
.book .big {
  font-size:85px;
  font-weight:900;
  color:#ff668e;
  line-height:1
}
.book-row {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:35px;
  margin:60px auto 35px;
  max-width:920px
}
.book-row .book {
  aspect-ratio:3/4;
  padding:25px 20px
}
.book-row .book strong {
  font-size:25px
}
.book-row .book .big {
  font-size:50px
}
.book-row .book .small {
  font-size:9px
}
.checks {
  list-style:none;
  padding:0
}
.checks li {
  padding:15px 0 15px 34px;
  position:relative;
  border-bottom:1px solid var(--line)
}
.checks li:before {
  content:'✓';
  position:absolute;
  left:0;
  color:var(--green);
  font-weight:900
}
.compare {
  width:100%;
  border-collapse:collapse;
  background:white;
  margin-top:40px;
  text-align:left
}
.compare th,.compare td {
  padding:22px;
  border-bottom:1px solid var(--line);
  vertical-align:top
}
.compare th {
  background:#25212d;
  color:white
}
.compare th:last-child {
  background:#b83b7b
}
.compare td:last-child {
  color:#8d285c;
  font-weight:700
}
.order {
  max-width:760px;
  margin:auto;
  padding:48px;
  border:2px solid #efbad4;
  border-radius:24px;
  background:white;
  box-shadow:0 24px 65px #62234515
}
.order h3 {
  font-size:34px
}
.order .price {
  font-weight:800;
  color:#a42f69;
  font-size:24px
}
.faq {
  max-width:880px;
  margin:auto
}
details {
  background:#fff;
  border:1px solid var(--line);
  border-radius:12px;
  margin-bottom:16px
}
summary {
  font-size:19px;
  font-weight:800;
  padding:24px;
  cursor:pointer
}
details .answer {
  padding:0 24px 24px;
  color:var(--muted)
}
details .answer p {
  margin:0
}
footer {
  padding:38px 24px;
  text-align:center;
  font-size:13px;
  background:#f6f5fc;
  color:#5d5d6d
}
footer a {
  text-decoration:none
}
footer p {
  margin:8px 0
}
.pillrow {
  display:flex;
  gap:22px;
  justify-content:center;
  flex-wrap:wrap;
  font-size:14px;
  color:#526658;
  margin-top:28px
}
.strip {
  padding:32px 24px;
  background:#211d29;
  color:white;
  text-align:center;
  font-size:20px;
  font-weight:800
}
.signature {
  font-size:28px;
  font-style:italic
}
#order {
  scroll-margin-top:25px
}
@media(max-width:750px) {
  section {
    padding:65px 20px
  }
  .hero {
    padding-top:30px
  }
  .cards,.split {
    grid-template-columns:1fr;
    gap:30px
  }
  .book-row {
    grid-template-columns:repeat(2,1fr);
    gap:25px
  }
  .book-row .book strong {
    font-size:20px
  }
  .book-row .book {
    padding:18px 12px
  }
  .book-row .book .small {
    letter-spacing:0
  }
  .split .book {
    max-width:250px
  }
  .lead,.letter {
    font-size:19px
  }
  .order {
    padding:30px 22px
  }
  .button {
    font-size:16px;
    padding:20px 24px;
    max-width:100%
  }
  .compare td,.compare th {
    padding:14px;
    font-size:14px
  }
  .video {
    border-width:4px
  }
  .video .play {
    font-size:32px
  }
  .video p {
    font-size:13px
  }
  .callout {
    font-size:23px;
    padding:20px
  }
  .badge {
    font-size:11px
  }
  .hero h1 {
    font-size:42px
  }
  .cards {
    margin-top:28px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  .button:hover {
    transform:none
  }
}
.pricing-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:stretch
}
.pricing-grid .order {
  width:100%;
  padding:38px 30px;
  display:flex;
  flex-direction:column
}
.pricing-grid .order .button {
  margin-top:auto
}
.pricing-grid .price {
  font-size:64px;
  line-height:1.1;
  margin:20px 0
}
.pricing-grid .full {
  border:3px solid var(--pink)
}
.tier-label {
  font-size:12px;
  letter-spacing:.14em;
  font-weight:800;
  color:#a42f69;
  text-transform:uppercase
}
.course-inclusions {
  background:#fff1f7;
  border:1px solid #efbad4;
  border-radius:12px;
  padding:18px 22px;
  margin-top:24px;
  font-size:16px!important
}
.package-table {
  overflow-x:auto
}
.package-table table {
  min-width:490px
}
.price-caption {
  font-size:14px;
  color:var(--muted)
}
@media(max-width:750px) {
  .pricing-grid {
    grid-template-columns:1fr
  }
  .pricing-grid .order {
    padding:30px 22px
  }
}
.bundle-art {
  display:block;
  width:100%;
  max-width:1040px;
  height:auto;
  margin:44px auto;
  border-radius:18px;
  box-shadow:0 18px 48px #35253624
}
.course-art {
  display:block;
  width:100%;
  height:auto;
  border-radius:14px;
  box-shadow:0 14px 38px #35253620
}
.course .split {
  grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);
  gap:44px
}
@media(max-width:850px) {
  .course .split {
    grid-template-columns:1fr;
    gap:32px
  }
  .course-art {
    max-width:720px;
    margin:auto
  }
  .bundle-art {
    margin:30px auto
  }
}
.playbook-reveal {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  margin:46px auto 38px;
  padding:56px 28px 50px;
  max-width:1040px;
  border:1px solid #84602f;
  border-radius:24px;
  background:radial-gradient(ellipse at 50% 0%,#69421f 0%,transparent 66%),linear-gradient(145deg,#231b1b,#121117);
  color:#fff7e8;
  box-shadow:0 24px 65px #38223b30
}
.playbook-reveal:before {
  content:'';
  position:absolute;
  top:0;
  left:18%;
  right:18%;
  height:2px;
  background:linear-gradient(90deg,transparent,#ffdf88,transparent)
}
.reveal-label {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  color:#f6cc83;
  font-size:13px;
  font-weight:800;
  letter-spacing:.3em;
  text-transform:uppercase;
  margin-bottom:24px
}
.reveal-label:before,.reveal-label:after {
  content:'';
  width:55px;
  height:1px;
  background:#b78a46
}
.playbook-reveal h2 {
  max-width:none;
  margin:0 0 30px;
  font-size:clamp(44px,7.8vw,100px);
  line-height:.98;
  letter-spacing:-.06em;
  text-transform:uppercase
}
.reveal-title-small {
  display:block;
  font-size:.39em;
  letter-spacing:.13em;
  color:#fff8ec;
  margin-bottom:12px
}
.reveal-title-gold {
  display:block;
  color:#ffd87e;
  background:linear-gradient(100deg,#fff0b2,#ffca59 48%,#ff9651);
  background-clip:text;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent
}
.reveal-lines {
  margin:0 auto;
  font-size:clamp(23px,3.2vw,39px);
  line-height:1.4;
  font-weight:800;
  letter-spacing:-.025em
}
.reveal-lines span {
  display:block
}
.reveal-lines .reveal-finale {
  color:#ffd17c
}
.reveal-caption {
  max-width:630px;
  margin:27px auto 0;
  color:#e0d2c6;
  font-size:17px;
  line-height:1.7
}
.reveal-rule {
  width:64px;
  height:3px;
  background:#edb95e;
  border:0;
  margin:26px auto
}
.reveal-bottom {
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#f6cc83;
  margin:0
}
@media(max-width:600px) {
  .playbook-reveal {
    padding:38px 18px 34px;
    margin:32px auto;
    border-radius:18px
  }
  .reveal-label {
    font-size:11px;
    letter-spacing:.2em;
    gap:12px
  }
  .reveal-label:before,.reveal-label:after {
    width:28px
  }
  .reveal-caption {
    font-size:16px
  }
  .reveal-bottom {
    font-size:10px;
    letter-spacing:.09em
  }
}
