:root {
  --purple: #9560ff;
  --purple-strong: #7b45f4;
  --purple-deep: #21143f;
  --purple-ink: #150b2e;
  --lavender: #f1eaff;
  --lavender-light: #fbf9ff;
  --yellow: #f8d447;
  --sage: #b8ddca;
  --coral: #ff9f7a;
  --white: #ffffff;
  --muted: #746886;
  --line: #dfd4fb;
  --soft-line: rgba(149, 96, 255, 0.18);
  --shadow: 0 28px 80px rgba(72, 35, 150, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--purple-deep);
  background: var(--lavender-light);
  font-family: "Sen", system-ui, sans-serif;
  overflow-x: hidden;
}

body > * {
  max-width: 100vw;
}

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

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

button,
input {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h1 {
  font-size: 88px;
  font-weight: 800;
  line-height: 0.94;
  margin-bottom: 30px;
  max-width: 760px;
}

h2 {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.02;
  margin-bottom: 22px;
}

h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 12px;
}

p {
  line-height: 1.5;
}

.site-header {
  align-items: center;
  background: rgba(251, 249, 255, 0.92);
  border-bottom: 1px solid rgba(149, 96, 255, 0.14);
  backdrop-filter: blur(18px);
  display: flex;
  gap: 32px;
  justify-content: space-between;
  left: 0;
  padding: 18px 56px;
  position: sticky;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 22px;
  font-weight: 800;
  gap: 12px;
  white-space: nowrap;
}

.brand-mark {
  align-items: center;
  background: var(--yellow);
  border-radius: 8px;
  color: var(--purple);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  line-height: 1;
  width: 38px;
}

.nav {
  display: flex;
  gap: 28px;
  font-size: 15px;
  font-weight: 800;
}

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

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

.nav-button,
.button {
  align-items: center;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  text-align: center;
}

.nav-button,
.button-primary {
  background: var(--yellow);
  color: var(--purple-deep);
  box-shadow: 0 14px 30px rgba(248, 212, 71, 0.24);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: var(--white);
}

.eyebrow {
  color: var(--purple);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.eyebrow-yellow {
  color: var(--yellow);
}

.home-hero,
.landing-hero {
  background: linear-gradient(135deg, var(--purple), var(--purple-strong));
  color: var(--white);
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1fr);
  min-height: 760px;
  padding: 92px 70px 84px;
}

.hero-copy,
.landing-hero-copy {
  align-self: center;
  min-width: 0;
}

.hero-text {
  color: rgba(255, 255, 255, 0.92);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.32;
  margin-bottom: 38px;
  max-width: 680px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-micro {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.hero-micro span {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 800;
  padding: 10px 13px;
}

.hero-media {
  align-self: center;
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(33, 20, 63, 0.32);
  min-height: 590px;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.hero-media img,
.photo-frame img,
.guide-photo img,
.landing-photo {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.floating-quote {
  background: var(--white);
  border-radius: 8px;
  bottom: 24px;
  box-shadow: var(--shadow);
  color: var(--purple-deep);
  left: 24px;
  max-width: 420px;
  padding: 24px;
  position: absolute;
}

.floating-quote p {
  color: var(--purple);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.04;
  margin-bottom: 10px;
}

.floating-quote span {
  color: var(--muted);
  display: block;
  font-size: 15px;
  font-weight: 700;
}

.proof-strip {
  background: var(--yellow);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 70px;
}

.proof-strip article {
  border-right: 1px solid rgba(33, 20, 63, 0.18);
  min-height: 150px;
  padding: 34px 32px;
}

.proof-strip article:first-child {
  border-left: 1px solid rgba(33, 20, 63, 0.18);
}

.proof-strip span {
  color: rgba(33, 20, 63, 0.52);
  display: block;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 22px;
}

.proof-strip p {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.16;
  margin: 0;
}

.section-white {
  background: var(--white);
}

.story-section,
.instagram,
.chapters,
.faq,
.method-deep {
  padding: 104px 70px;
}

.section-heading {
  max-width: 880px;
}

.section-heading p:not(.eyebrow),
.intro-panel > p,
.recognition-copy > p,
.spread-copy > p,
.order-copy > p,
.signup > div > p {
  color: var(--muted);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.44;
}

.story-grid {
  align-items: stretch;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1fr);
  margin-top: 58px;
}

.photo-frame {
  border-radius: 8px;
  box-shadow: var(--shadow);
  min-height: 560px;
  overflow: hidden;
}

.story-section .situation-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  margin: 0;
}

.situation-card,
.social-row article,
.chapter-grid article,
.faq-list article,
.compare-card {
  border: 1px solid var(--line);
  border-radius: 8px;
}

.situation-card {
  padding: 28px;
}

.situation-card span,
.social-row p,
.chapter-grid span {
  color: var(--purple);
  display: block;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 26px;
}

.situation-card p,
.social-row h3,
.chapter-grid p,
.faq-list p,
.compare-card li {
  color: var(--muted);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.method {
  background: var(--purple-deep);
  color: var(--white);
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  padding: 112px 70px;
}

.method-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.42;
}

.steps {
  display: grid;
  gap: 16px;
}

.steps article {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 24px;
  grid-template-columns: 72px minmax(140px, 0.34fr) 1fr;
  padding: 24px;
}

.steps span {
  align-items: center;
  background: var(--yellow);
  border-radius: 8px;
  color: var(--purple-deep);
  display: inline-flex;
  font-size: 30px;
  font-weight: 800;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.steps h3 {
  margin: 0;
}

.steps p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.34;
  margin: 0;
}

.guide-feature {
  align-items: center;
  display: grid;
  gap: 86px;
  grid-template-columns: minmax(390px, 0.9fr) minmax(0, 1fr);
  padding: 112px 70px;
}

.guide-stack {
  min-height: 650px;
  position: relative;
}

.guide-art {
  background: var(--lavender);
  border-radius: 8px;
  max-width: 430px;
  padding: 30px;
}

.guide-art img {
  border-radius: 8px;
  box-shadow: var(--shadow);
  margin: 0 auto;
  max-height: 540px;
}

.guide-photo {
  border: 10px solid var(--white);
  border-radius: 8px;
  bottom: 0;
  box-shadow: var(--shadow);
  height: 280px;
  left: 150px;
  overflow: hidden;
  position: absolute;
  width: 430px;
}

.guide-copy p {
  color: var(--muted);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.42;
  max-width: 690px;
}

.feature-list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 34px 0 40px;
  max-width: 680px;
  padding: 0;
}

.feature-list li {
  background: var(--lavender-light);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.34;
  padding: 18px 20px;
}

.feature-list span {
  color: var(--purple-deep);
  font-weight: 800;
}

.inside {
  align-items: center;
  background: var(--lavender);
  display: grid;
  gap: 62px;
  grid-template-columns: minmax(0, 0.56fr) minmax(0, 1fr);
  padding: 112px 70px;
}

.inside-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.42;
}

.inside img,
.spread-section img {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.social-row {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 56px;
}

.social-row article {
  min-height: 230px;
  padding: 30px;
}

.social-row p {
  margin-bottom: 44px;
}

.social-row h3 {
  color: var(--purple-deep);
  font-size: 22px;
  font-weight: 800;
}

.signup {
  align-items: end;
  background: linear-gradient(135deg, var(--purple), var(--purple-strong));
  color: var(--white);
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.64fr);
  padding: 96px 70px;
}

.signup h2 {
  max-width: 780px;
}

.signup > div > p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  max-width: 620px;
}

.signup-form {
  background: var(--white);
  border-radius: 8px;
  color: var(--purple-deep);
  padding: 26px;
}

.signup-form label {
  display: block;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 12px;
}

.signup-form div {
  display: flex;
  gap: 10px;
}

.signup-form input {
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--purple-deep);
  flex: 1;
  font-size: 16px;
  min-height: 52px;
  min-width: 0;
  padding: 0 16px;
}

.footer {
  align-items: center;
  background: var(--purple-deep);
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: space-between;
  padding: 30px 70px;
}

.landing-page {
  background: var(--white);
}

.landing-hero {
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1fr);
}

.landing-hero h1 {
  max-width: 620px;
}

.landing-note {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 700;
  margin: 18px 0 0;
}

.landing-visual {
  align-self: center;
  min-height: 620px;
  min-width: 0;
  position: relative;
}

.landing-photo {
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(33, 20, 63, 0.28);
  height: 520px;
  margin-left: auto;
  max-width: 680px;
}

.landing-cover {
  background: var(--lavender);
  border: 10px solid var(--white);
  border-radius: 8px;
  bottom: 0;
  box-shadow: var(--shadow);
  left: 0;
  max-height: 430px;
  padding: 14px;
  position: absolute;
  width: 290px;
  z-index: 2;
}

.intro-panel {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  padding: 96px 70px;
}

.intro-panel h2 {
  margin-bottom: 0;
}

.recognition-block {
  align-items: center;
  background: var(--lavender-light);
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(390px, 0.9fr) minmax(0, 1fr);
  padding: 112px 70px;
}

.recognition-copy {
  max-width: 690px;
}

.quote-card {
  background: var(--yellow);
  border-radius: 8px;
  margin-top: 32px;
  max-width: 520px;
  padding: 26px;
}

.quote-card p {
  color: var(--purple-deep);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.12;
  margin: 0;
}

.compare-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 52px;
}

.compare-card {
  padding: 32px;
}

.compare-card ul,
.order-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.compare-card li,
.order-list li {
  padding-left: 26px;
  position: relative;
}

.compare-card li::before,
.order-list li::before {
  background: var(--purple);
  border-radius: 8px;
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 9px;
}

.muted-card {
  background: var(--lavender-light);
}

.bright-card {
  background: var(--yellow);
  border-color: rgba(33, 20, 63, 0.16);
}

.bright-card li,
.bright-card p {
  color: rgba(33, 20, 63, 0.76);
}

.chapter-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 54px;
}

.chapter-grid article {
  background: var(--white);
  min-height: 250px;
  padding: 24px;
}

.chapter-grid span {
  background: var(--lavender);
  border-radius: 8px;
  display: inline-flex;
  margin-bottom: 34px;
  padding: 8px 10px;
}

.chapter-grid h3 {
  font-size: 21px;
}

.spread-section {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
  padding: 112px 70px;
}

.order-section {
  align-items: center;
  background: var(--purple-deep);
  color: var(--white);
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.52fr);
  padding: 112px 70px;
}

.order-copy {
  max-width: 700px;
}

.order-copy > p {
  color: rgba(255, 255, 255, 0.78);
}

.order-card {
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--purple-deep);
  padding: 34px;
}

.price-tag {
  background: var(--lavender);
  border-radius: 8px;
  color: var(--purple);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 22px;
  padding: 9px 12px;
}

.price-row {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.price-row strong {
  font-size: 46px;
  font-weight: 800;
}

.price-row span,
.secure-note {
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
}

.order-list {
  margin-bottom: 30px;
}

.order-list li {
  color: var(--muted);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.order-card .button {
  width: 100%;
}

.secure-note {
  margin: 16px 0 0;
  text-align: center;
}

.faq-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 52px;
}

.faq-list article {
  padding: 28px;
}

.faq-list h3 {
  font-size: 22px;
}

@media (max-width: 1180px) {
  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 46px;
  }

  .home-hero,
  .landing-hero,
  .method,
  .guide-feature,
  .inside,
  .signup,
  .intro-panel,
  .recognition-block,
  .spread-section,
  .order-section {
    grid-template-columns: 1fr;
  }

  .hero-media,
  .landing-visual,
  .photo-frame {
    min-height: 500px;
  }

  .landing-visual {
    max-width: 760px;
    width: 100%;
  }

  .guide-stack {
    max-width: 620px;
  }

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

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

@media (max-width: 980px) {
  .site-header {
    padding: 18px 24px;
  }

  .nav {
    display: none;
  }

  .home-hero,
  .landing-hero,
  .story-section,
  .method,
  .guide-feature,
  .inside,
  .instagram,
  .signup,
  .intro-panel,
  .recognition-block,
  .method-deep,
  .chapters,
  .spread-section,
  .order-section,
  .faq {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-hero,
  .landing-hero {
    gap: 42px;
    min-height: 0;
    padding-top: 72px;
  }

  .story-grid,
  .proof-strip,
  .social-row,
  .compare-grid {
    grid-template-columns: 1fr;
  }

  .proof-strip {
    padding: 0;
  }

  .proof-strip article,
  .proof-strip article:first-child {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(33, 20, 63, 0.18);
  }

  .steps article {
    align-items: start;
    grid-template-columns: 72px 1fr;
  }

  .steps p {
    grid-column: 2;
  }

  .footer {
    align-items: start;
    flex-direction: column;
    gap: 10px;
    padding: 28px 24px;
  }
}

@media (max-width: 640px) {
  html,
  body {
    overflow-x: hidden;
    width: 100%;
  }

  .site-header {
    display: grid;
    gap: 14px;
    grid-template-columns: 38px 1fr;
    left: 0;
    padding: 14px 18px;
    right: auto;
    width: 100vw;
  }

  .brand span:last-child {
    display: none;
  }

  .nav-button {
    display: none;
    justify-self: end;
    font-size: 14px;
    margin-left: auto;
    min-height: 46px;
    padding: 0 14px;
  }

  h1 {
    font-size: 34px;
    line-height: 1.05;
    max-width: 312px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 22px;
  }

  .hero-text,
  .section-heading p:not(.eyebrow),
  .intro-panel > p,
  .recognition-copy > p,
  .spread-copy > p,
  .order-copy > p,
  .signup > div > p,
  .guide-copy p,
  .method-copy p:not(.eyebrow),
  .inside-copy p:not(.eyebrow) {
    font-size: 19px;
  }

  .actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 340px;
  }

  .actions .button {
    width: 100%;
  }

  .home-hero,
  .landing-hero {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    overflow: hidden;
    padding-top: 58px;
    width: 100%;
  }

  .hero-copy,
  .landing-hero-copy,
  .hero-media,
  .landing-visual,
  .story-grid,
  .guide-stack,
  .guide-art,
  .guide-photo,
  .inside,
  .spread-section,
  .order-card {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .hero-copy,
  .landing-hero-copy {
    align-self: stretch;
    max-width: 312px;
    width: calc(100vw - 48px);
  }

  .hero-text,
  .landing-note {
    max-width: 312px;
  }

  .hero-media,
  .photo-frame {
    min-height: 420px;
  }

  .floating-quote {
    bottom: 14px;
    left: 14px;
    padding: 18px;
    right: 14px;
  }

  .floating-quote p,
  .quote-card p {
    font-size: 24px;
  }

  .guide-stack {
    min-height: 0;
  }

  .guide-art,
  .guide-photo {
    position: static;
    width: 100%;
  }

  .guide-art {
    margin-bottom: 18px;
    padding: 22px;
  }

  .guide-photo {
    border: 0;
    height: 230px;
  }

  .inside,
  .spread-section {
    gap: 34px;
  }

  .signup-form {
    padding: 22px;
  }

  .signup-form div {
    flex-direction: column;
  }

  .landing-visual {
    display: grid;
    gap: 18px;
    min-height: 0;
  }

  .landing-photo,
  .landing-cover {
    height: auto;
    margin: 0;
    max-height: none;
    max-width: 100%;
    position: static;
    width: 100%;
  }

  .landing-cover {
    border-width: 0;
    order: -1;
  }

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

  .chapter-grid article {
    min-height: 0;
  }

  .order-card {
    padding: 24px;
  }

  .price-row strong {
    font-size: 38px;
  }
}
