:root {
  --ink: #101025;
  --muted: #615b75;
  --paper: #fff8f3;
  --soft: #f7edf7;
  --cream: #fffaf4;
  --line: #e8d8e7;
  --sage: #28b9aa;
  --sage-dark: #14143b;
  --clay: #e34873;
  --plum: #46206d;
  --gold: #d9b76c;
  --violet: #8b4fd6;
  --cyan: #42d7df;
  --coral: #ff7a3d;
  --midnight: #080915;
  --white: #ffffff;
  --shadow: 0 26px 80px rgba(16, 16, 37, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(66, 215, 223, 0.12), transparent 26rem),
    radial-gradient(circle at 10% 12%, rgba(227, 72, 115, 0.1), transparent 22rem),
    var(--paper);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 248, 243, 0.93);
  border-bottom: 1px solid rgba(232, 216, 231, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--white);
  background: linear-gradient(145deg, var(--plum), var(--clay));
  border-radius: 50%;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
}

.nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.95rem;
}

.nav a,
.header-cta,
.button {
  text-decoration: none;
}

.nav a:hover {
  color: var(--clay);
}

.menu-button {
  display: none;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
}

.header-cta,
.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--plum), var(--clay));
  box-shadow: 0 12px 26px rgba(227, 72, 115, 0.24);
}

.button.secondary {
  color: var(--plum);
  background: var(--white);
  border-color: var(--line);
}

.button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.74;
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  padding: clamp(54px, 8vw, 96px) clamp(18px, 5vw, 76px);
  overflow: hidden;
  color: var(--white);
  background: var(--midnight);
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 28%, rgba(66, 215, 223, 0.28), transparent 20rem),
    radial-gradient(circle at 36% 42%, rgba(227, 72, 115, 0.28), transparent 22rem),
    linear-gradient(90deg, rgba(8, 9, 21, 0.92), rgba(20, 20, 59, 0.66) 49%, rgba(70, 32, 109, 0.24)),
    url("assets/brand/cheryl-tropical-brand.png") center / cover;
}

.hero-content {
  position: relative;
  max-width: 1040px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow,
.featured .offer-type,
.featured .price,
.book-band h2,
.trust-row dt {
  color: #f4c5ff;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
  font-family: "Playfair Display", Georgia, serif;
}

h1 {
  max-width: 880px;
  font-size: clamp(3rem, 8.5vw, 6.5rem);
}

h2 {
  font-size: clamp(2rem, 5vw, 4rem);
}

h3 {
  font-size: 1.45rem;
}

.hero-copy {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 2vw, 1.36rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 1000px;
  margin: 54px 0 0;
  background: rgba(244, 197, 255, 0.24);
  border: 1px solid rgba(244, 197, 255, 0.24);
}

.trust-row div {
  padding: 18px;
  background: rgba(8, 9, 21, 0.48);
}

.trust-row dt {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.trust-row dd {
  margin: 5px 0 0;
}

.section {
  padding: clamp(64px, 8vw, 118px) clamp(18px, 5vw, 76px);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-heading.wide {
  max-width: 960px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.intro-grid,
.offer-grid,
.book-grid,
.revenue-grid,
.testimonial-grid,
.ladder {
  display: grid;
  gap: 18px;
}

.intro-grid,
.testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.offer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.book-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.revenue-grid,
.ladder {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.intro article,
.offer-card,
.book-product,
.revenue article,
blockquote,
.contact-card,
.package-list article,
.faq details,
.ladder article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 36px rgba(16, 16, 37, 0.07);
}

.intro article,
.revenue article,
blockquote,
.ladder article {
  padding: 28px;
}

.intro article span,
.ladder span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--clay);
  font-weight: 800;
}

.books,
.faq,
.funnel {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(8, 9, 21, 0.82), rgba(20, 20, 59, 0.92)),
    url("assets/brand/cosmic-nebula-pink-teal.jpg") center / cover;
}

.funnel .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.offers {
  background: var(--cream);
}

.offer-card {
  display: flex;
  min-height: 570px;
  flex-direction: column;
  padding: 28px;
}

.offer-card.featured {
  background:
    radial-gradient(circle at top right, rgba(66, 215, 223, 0.24), transparent 12rem),
    linear-gradient(145deg, var(--sage-dark), var(--plum));
  color: var(--white);
}

.offer-type {
  margin: 0 0 10px;
  color: var(--clay);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.price {
  margin: 16px 0;
  color: var(--sage-dark);
  font-size: 2.2rem;
  font-weight: 800;
}

.offer-card ul,
.book-product ul {
  padding-left: 20px;
  margin: 8px 0 24px;
}

.offer-card .button,
.book-product .button,
.funnel-track .button {
  margin-top: auto;
}

.signup-form {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.signup-form label {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--sage-dark);
}

.signup-form div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.signup-form input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font: inherit;
}

.signup-form input:focus {
  border-color: var(--plum);
  box-shadow: 0 0 0 4px rgba(139, 79, 214, 0.16);
  outline: none;
}

.signup-form.compact div {
  grid-template-columns: 1fr;
}

.form-note {
  min-height: 1.2em;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.funnel-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  counter-reset: funnel;
}

.funnel-track article {
  position: relative;
  display: flex;
  min-height: 430px;
  flex-direction: column;
  padding: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  box-shadow: 0 12px 36px rgba(16, 16, 37, 0.07);
  color: var(--ink);
}

.funnel-track article::after {
  content: "";
  position: absolute;
  top: 46px;
  right: -13px;
  z-index: 2;
  width: 26px;
  height: 2px;
  background: var(--gold);
}

.funnel-track article:last-child::after {
  display: none;
}

.funnel-track span {
  width: max-content;
  margin-bottom: 14px;
  padding: 5px 10px;
  color: var(--white);
  background: linear-gradient(135deg, var(--plum), var(--violet));
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.funnel-track h3 {
  min-height: 60px;
}

.book-product {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 26px;
  padding: 24px;
}

.book-cover {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(70, 32, 109, 0.74), rgba(20, 20, 59, 0.9)),
    url("assets/brand/cosmic-nebula-blue.jpg") center / cover;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.calm-cover {
  background:
    linear-gradient(145deg, rgba(40, 185, 170, 0.62), rgba(227, 72, 115, 0.72)),
    url("assets/brand/cosmic-nebula-pink-teal.jpg") center / cover;
}

.anxiety-cover {
  background:
    linear-gradient(145deg, rgba(20, 20, 59, 0.7), rgba(139, 79, 214, 0.74)),
    url("assets/brand/cosmic-nebula-purple.jpg") center / cover;
}

.free-cover {
  background:
    linear-gradient(145deg, rgba(70, 32, 109, 0.72), rgba(217, 183, 108, 0.52)),
    url("assets/brand/cosmic-nebula-pink-teal.jpg") center / cover;
}

.mini-book,
.free-book {
  grid-column: 1 / -1;
}

.mini-book .book-cover,
.free-book .book-cover {
  min-height: 250px;
}

.book-cover span {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.book-cover strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.15rem;
  line-height: 1;
}

.image-cover {
  padding: 0;
  overflow: hidden;
}

.image-cover img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.offer-thumb {
  width: 100%;
  aspect-ratio: 4 / 5;
  margin-bottom: 20px;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 16px 34px rgba(16, 16, 37, 0.14);
}

.product-ladder {
  background:
    radial-gradient(circle at 80% 20%, rgba(227, 72, 115, 0.22), transparent 18rem),
    radial-gradient(circle at 14% 28%, rgba(66, 215, 223, 0.18), transparent 18rem),
    linear-gradient(180deg, rgba(8, 9, 21, 0.88), rgba(8, 9, 21, 0.94)),
    url("assets/brand/cosmic-nebula-blue.jpg") center / cover,
    var(--midnight);
  color: var(--white);
}

.product-ladder .section-heading p:not(.eyebrow),
.product-ladder .ladder p {
  color: rgba(255, 255, 255, 0.74);
}

.ladder article {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.package-list {
  display: grid;
  gap: 14px;
}

.package-list article {
  display: grid;
  grid-template-columns: 120px 1fr 90px auto;
  gap: 24px;
  align-items: center;
  padding: 24px;
}

.package-list span {
  color: var(--clay);
  font-weight: 800;
}

.package-list p {
  margin: 8px 0 0;
  color: var(--muted);
}

.package-list strong {
  color: var(--sage-dark);
  font-size: 1.5rem;
}

.package-list .button {
  min-width: 142px;
}

.about {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.about-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: var(--midnight);
}

.about-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

blockquote {
  margin: 0;
}

blockquote p {
  margin-top: 0;
  font-size: 1.05rem;
}

cite {
  color: var(--sage-dark);
  font-style: normal;
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 920px;
}

.faq details {
  padding: 18px 22px;
}

.faq summary {
  cursor: pointer;
  font-weight: 800;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 28px;
  align-items: center;
  background:
    radial-gradient(circle at 12% 20%, rgba(66, 215, 223, 0.18), transparent 18rem),
    linear-gradient(135deg, rgba(20, 20, 59, 0.9), rgba(70, 32, 109, 0.86)),
    url("assets/brand/cosmic-nebula-purple.jpg") center / cover;
  color: var(--white);
}

.contact p {
  color: rgba(255, 255, 255, 0.8);
}

.contact-card {
  display: grid;
  gap: 12px;
  padding: 28px;
  color: var(--ink);
}

.contact-card a {
  font-size: 1.15rem;
  font-weight: 800;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 5vw, 76px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.is-placeholder {
  outline: 3px solid rgba(199, 155, 86, 0.45);
}

.site-message {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  max-width: min(390px, calc(100vw - 36px));
  padding: 14px 16px;
  color: var(--white);
  background: var(--sage-dark);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(16, 16, 37, 0.26);
  font-weight: 700;
}

@media (max-width: 1180px) {
  .offer-grid,
  .revenue-grid,
  .ladder,
  .funnel-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .funnel-track article::after {
    display: none;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .menu-button {
    display: inline-flex;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    color: var(--sage-dark);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-weight: 800;
  }

  .nav {
    display: none;
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .nav.is-open {
    display: flex;
  }

  .header-cta {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .intro-grid,
  .book-grid,
  .testimonial-grid,
  .about,
  .contact {
    grid-template-columns: 1fr;
  }

  .package-list article {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .hero {
    min-height: 820px;
  }

  .trust-row,
  .offer-grid,
  .revenue-grid,
  .ladder,
  .funnel-track,
  .book-product {
    grid-template-columns: 1fr;
  }

  .book-cover {
    min-height: 230px;
  }

  .offer-card {
    min-height: auto;
  }

  .signup-form div {
    grid-template-columns: 1fr;
  }

  footer {
    flex-direction: column;
  }
}
