:root {
  --cream: #fbfaf5;
  --paper: #fffefb;
  --ink: #173f38;
  --text: #273532;
  --muted: #66736f;
  --line: #dfe5df;
  --sage: #dcece7;
  --sage-deep: #3c766d;
  --peach: #fae5d1;
  --peach-deep: #d9874f;
  --lime: #d8e6bd;
  --logo-green: #16483f;
  --logo-green-2: #2f7168;
  --logo-gold: #d9874f;
  --logo-sun: #f3c26b;
  --logo-mint: #cfe4d6;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(24, 65, 57, 0.14);
  --shadow-soft: 0 14px 40px rgba(24, 65, 57, 0.09);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(243, 194, 107, 0.14), transparent 28rem),
    radial-gradient(circle at 88% 14%, rgba(47, 113, 104, 0.13), transparent 24rem),
    var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  background: var(--logo-sun);
  color: var(--ink);
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-150%);
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ink);
  color: white;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(23, 63, 56, 0.07);
  background: rgba(251, 250, 245, 0.8);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 0.93rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand-logo {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 10px 24px rgba(23, 63, 56, 0.14);
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-orbit {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sage);
}

.brand-orbit svg {
  width: 28px;
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-width: 2;
}

.brand-orbit .brand-star {
  fill: var(--peach-deep);
  stroke: none;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button:focus-visible,
.text-link:focus-visible,
.brand:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(217, 135, 79, 0.45);
  outline-offset: 4px;
}

.button-small {
  min-height: 42px;
  padding: 11px 17px;
  color: var(--white);
  background: linear-gradient(135deg, var(--logo-green), #0f352f);
  box-shadow: 0 10px 24px rgba(23, 63, 56, 0.18);
  font-size: 0.82rem;
}

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--logo-green), #0f352f 60%, #09231f);
  box-shadow: 0 14px 30px rgba(23, 63, 56, 0.24), inset 0 1px rgba(255, 255, 255, 0.16);
}

.button-primary:hover {
  background: #0f352f;
  box-shadow: 0 16px 30px rgba(23, 63, 56, 0.26);
}

.button-large {
  width: 100%;
  min-height: 58px;
  padding: 17px 24px;
}

.button-icon {
  width: 23px;
  height: 23px;
  fill: currentColor;
  flex: 0 0 auto;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 58px 0 78px;
  background:
    linear-gradient(115deg, rgba(255, 254, 251, 0.78), rgba(220, 236, 231, 0.32)),
    radial-gradient(circle at 72% 36%, rgba(217, 135, 79, 0.16), transparent 22rem);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 46px;
}

.hero-copy {
  max-width: 650px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  color: var(--sage-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 30px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

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

h1,
h2,
h3 {
  color: var(--ink);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(2.7rem, 10vw, 5.2rem);
  max-width: 800px;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 7vw, 3.5rem);
}

h3 {
  font-size: 1.35rem;
}

.hero-text {
  max-width: 620px;
  margin-bottom: 26px;
  color: #485552;
  font-size: 1.08rem;
}

.offer-card {
  width: 100%;
  max-width: 440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding: 17px 19px;
  border: 1px solid rgba(23, 63, 56, 0.08);
  border-radius: var(--radius-sm);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 254, 251, 0.68));
  box-shadow: var(--shadow-soft), inset 0 1px rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(14px);
}

.offer-label {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
}

.price {
  display: block;
  color: var(--ink);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.price small {
  font-size: 0.95rem;
  letter-spacing: 0;
}

.offer-badge {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--lime);
  font-size: 0.68rem;
  font-weight: 800;
  white-space: nowrap;
}

.hero-actions {
  display: grid;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
}

.text-link {
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
  text-align: center;
  text-underline-offset: 5px;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.78rem;
  list-style: none;
}

.trust-list li {
  position: relative;
  padding-left: 15px;
}

.trust-list li::before {
  content: "";
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--peach-deep);
  transform: translateY(-50%);
}

.hero-visual {
  min-height: 510px;
  display: grid;
  place-items: center;
}

.book-scene {
  position: relative;
  width: min(86vw, 410px);
  min-height: 500px;
  display: grid;
  place-items: center;
}

.book-shadow {
  position: absolute;
  bottom: 19px;
  width: 72%;
  height: 32px;
  border-radius: 50%;
  background: rgba(23, 63, 56, 0.17);
  filter: blur(17px);
}

.book {
  position: relative;
  width: 76%;
  aspect-ratio: 900 / 1278;
  overflow: hidden;
  border: 8px solid white;
  border-radius: 12px 20px 20px 12px;
  background: white;
  box-shadow: 0 30px 80px rgba(23, 63, 56, 0.25);
  transform: rotate(3deg);
}

.book::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(23, 63, 56, 0.12), transparent 14%, transparent 82%, rgba(23, 63, 56, 0.08));
  pointer-events: none;
}

.book img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.book::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0 auto 0 10px;
  width: 1px;
  background: rgba(255, 255, 255, 0.55);
}

.book-spine {
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  width: 9px;
  background: linear-gradient(to right, rgba(23, 63, 56, 0.16), transparent);
}

.mini-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 14px;
  border: 1px solid rgba(23, 63, 56, 0.06);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(8px);
}

.mini-card p {
  margin: 0;
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.2;
}

.mini-card span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--sage);
  font-size: 1.05rem;
  font-weight: 900;
}

.mini-card svg {
  width: 27px;
  height: 27px;
  padding: 5px;
  border-radius: 50%;
  fill: none;
  stroke: var(--ink);
  stroke-width: 2;
  background: var(--lime);
}

.mini-card-top {
  top: 28px;
  left: 0;
}

.mini-card-bottom {
  right: -2px;
  bottom: 50px;
}

.spark {
  position: absolute;
  color: var(--peach-deep);
  font-size: 1.8rem;
}

.spark-one {
  top: 0;
  right: 18%;
}

.spark-two {
  bottom: 30px;
  left: 9%;
  color: var(--sage-deep);
  font-size: 1.3rem;
}

.hero-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-blob-one {
  top: 150px;
  right: -90px;
  width: 280px;
  height: 280px;
  background: var(--sage);
}

.hero-blob-two {
  bottom: -100px;
  left: -130px;
  width: 270px;
  height: 270px;
  background: var(--peach);
  opacity: 0.62;
}

.section {
  padding: 76px 0;
}

.section-heading {
  max-width: 790px;
  margin-bottom: 36px;
}

.section-heading > p:last-child,
.inside-copy > p,
.purchase-copy > p {
  color: var(--muted);
}

.benefits {
  background: linear-gradient(180deg, var(--paper), #f7f6ee);
}

.benefit-grid {
  display: grid;
  gap: 16px;
}

.benefit-card {
  position: relative;
  min-height: 285px;
  padding: 27px;
  overflow: hidden;
  border: 1px solid rgba(23, 63, 56, 0.08);
  border-radius: var(--radius-md);
  background: linear-gradient(155deg, rgba(255, 254, 251, 0.94), rgba(251, 250, 245, 0.86));
  box-shadow: 0 20px 60px rgba(24, 65, 57, 0.08);
}

.benefit-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--logo-green), var(--logo-gold), var(--logo-sun));
}

.benefit-card .number {
  position: absolute;
  top: 15px;
  right: 20px;
  color: rgba(23, 63, 56, 0.09);
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
}

.icon-box {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 55px;
  border-radius: 16px;
}

.icon-box svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.icon-sage { background: var(--sage); }
.icon-peach { background: var(--peach); }
.icon-lime { background: var(--lime); }

.benefit-card h3 {
  margin-bottom: 10px;
}

.benefit-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.inside {
  overflow: hidden;
}

.inside-grid {
  display: grid;
  gap: 42px;
  align-items: center;
}

.sample-card {
  padding: 28px 22px;
  border-radius: var(--radius-md);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.sample-head {
  display: flex;
  justify-content: space-between;
  color: var(--sage-deep);
  font-size: 0.7rem;
}

.sample-head strong {
  color: var(--muted);
}

.sample-line {
  height: 1px;
  margin: 12px 0 25px;
  background: var(--line);
}

.sample-kicker {
  margin-bottom: 8px;
  color: var(--sage-deep);
  font-size: 0.68rem;
  font-weight: 800;
}

.sample-card h3 {
  max-width: 490px;
  margin-bottom: 30px;
  font-size: clamp(1.8rem, 7vw, 2.8rem);
}

.compare-grid {
  display: grid;
  gap: 12px;
}

.compare {
  min-height: 150px;
  padding: 20px;
  border-radius: var(--radius-sm);
}

.compare span {
  display: block;
  margin-bottom: 24px;
  font-size: 0.68rem;
  font-weight: 800;
}

.compare p {
  margin: 0;
  color: var(--ink);
  font-size: 0.92rem;
}

.compare-fact {
  background: #e7f1ed;
}

.compare-fact span {
  color: var(--sage-deep);
}

.compare-story {
  background: var(--peach);
}

.compare-story span {
  color: var(--peach-deep);
}

.inside-copy .button {
  width: 100%;
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 28px 0 30px;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  color: #41504c;
  font-size: 0.93rem;
}

.check-list span {
  width: 24px;
  height: 24px;
  display: grid;
  flex: 0 0 24px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--lime);
  font-size: 0.75rem;
  font-weight: 900;
}

.audience {
  padding-top: 18px;
}

.audience-box {
  display: grid;
  gap: 34px;
  padding: 34px 24px;
  border-radius: var(--radius-lg);
  color: white;
  background:
    radial-gradient(circle at 12% 20%, rgba(243, 194, 107, 0.16), transparent 20rem),
    linear-gradient(135deg, var(--logo-green), #0d2d28 72%);
  box-shadow: var(--shadow);
}

.audience-box h2,
.eyebrow-light {
  color: white;
}

.audience-box h2 {
  margin-bottom: 0;
}

.audience-list {
  display: grid;
  gap: 12px;
}

.audience-list p {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  margin: 0;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.9rem;
}

.audience-list span {
  color: var(--lime);
  font-weight: 900;
}

.purchase-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 34px;
  padding: 34px 24px;
  border: 1px solid rgba(23, 63, 56, 0.08);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 85% 22%, rgba(243, 194, 107, 0.24), transparent 18rem),
    linear-gradient(145deg, var(--paper), #eef6f1);
  box-shadow: var(--shadow);
}

.purchase-copy {
  position: relative;
  z-index: 3;
}

.purchase-tag {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--peach);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.purchase-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 28px 0 24px;
}

.purchase-price span,
.purchase-price em {
  color: var(--muted);
  font-size: 0.75rem;
  font-style: normal;
}

.purchase-price strong {
  color: var(--ink);
  font-size: clamp(3.2rem, 15vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.purchase-price small {
  font-size: 1.2rem;
  letter-spacing: 0;
}

.secure-note {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.72rem;
  text-align: center;
}

.purchase-visual {
  position: relative;
  min-height: 330px;
  display: grid;
  place-items: center;
}

.purchase-circle {
  position: absolute;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background: var(--sage);
}

.purchase-page {
  position: relative;
  z-index: 2;
  width: 190px;
  aspect-ratio: 900 / 1278;
  overflow: hidden;
  border: 6px solid white;
  border-radius: 8px 14px 14px 8px;
  box-shadow: 0 25px 60px rgba(23, 63, 56, 0.24);
  transform: rotate(5deg);
}

.purchase-page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq {
  background: var(--paper);
}

.faq-grid {
  display: grid;
  gap: 22px;
}

.accordion {
  border-top: 1px solid var(--line);
}

.accordion details {
  border-bottom: 1px solid var(--line);
}

.accordion summary {
  position: relative;
  padding: 20px 40px 20px 0;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sage);
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.accordion details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.accordion details p {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer {
  padding: 34px 0 100px;
  color: #b9c8c4;
  background: #102f2a;
}

.footer-inner {
  display: grid;
  gap: 20px;
}

.site-footer strong {
  color: white;
}

.site-footer p {
  margin: 5px 0 0;
  font-size: 0.78rem;
}

.mobile-buy-bar {
  position: fixed;
  z-index: 60;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 10px 10px 15px;
  border: 1px solid rgba(23, 63, 56, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 50px rgba(23, 63, 56, 0.22);
  backdrop-filter: blur(16px);
  transform: translateY(160%);
  transition: transform 260ms ease;
}

.mobile-buy-bar.is-visible {
  transform: translateY(0);
}

.mobile-buy-bar div {
  display: grid;
}

.mobile-buy-bar span {
  color: var(--muted);
  font-size: 0.65rem;
}

.mobile-buy-bar strong {
  color: var(--ink);
  line-height: 1.1;
}

.mobile-buy-bar .button {
  min-height: 43px;
  padding: 11px 17px;
  font-size: 0.82rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 620px) {
  .container {
    width: min(calc(100% - 56px), var(--container));
  }

  .brand {
    font-size: 1rem;
  }

  .hero-actions {
    grid-template-columns: auto auto;
    justify-content: start;
  }

  .button-large {
    width: auto;
  }

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

  .benefit-card:last-child {
    grid-column: 1 / -1;
  }

  .inside-copy .button {
    width: auto;
  }

  .purchase-card,
  .audience-box {
    padding: 48px;
  }

  .purchase-copy .button {
    width: auto;
  }

  .secure-note {
    width: max-content;
    max-width: 100%;
  }
}

@media (min-width: 920px) {
  .site-header .button-small {
    font-size: 0.88rem;
  }

  .hero {
    min-height: calc(100vh - 70px);
    display: grid;
    align-items: center;
    padding: 80px 0 90px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
    align-items: center;
    gap: 54px;
  }

  .hero-visual {
    min-height: 600px;
  }

  .book-scene {
    width: 460px;
    min-height: 590px;
  }

  .book {
    width: 74%;
  }

  .button-large {
    min-height: 60px;
  }

  .section {
    padding: 110px 0;
  }

  .benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .benefit-card:last-child {
    grid-column: auto;
  }

  .inside-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: 90px;
  }

  .sample-card {
    padding: 42px;
  }

  .audience-box {
    grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
    align-items: center;
    padding: 60px;
  }

  .purchase-card {
    grid-template-columns: minmax(0, 1fr) 380px;
    align-items: center;
    padding: 68px 76px;
  }

  .purchase-visual {
    min-height: 430px;
  }

  .purchase-circle {
    width: 390px;
    height: 390px;
  }

  .purchase-page {
    width: 240px;
  }

  .faq-grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 90px;
  }

  .footer-inner {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .mobile-buy-bar {
    display: none;
  }

  .site-footer {
    padding-bottom: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  .skip-link,
  .mobile-buy-bar {
    display: none !important;
  }

  .site-header {
    position: static;
  }
}

/* Premium visual refresh: colors pulled from the ebook mockup */
:root {
  --mockup-deep: #062f2a;
  --mockup-forest: #0b4b41;
  --mockup-green: #83bd43;
  --mockup-mint: #9ac8ad;
  --mockup-cream: #fff3e2;
  --mockup-orange: #f0a65f;
  --logo-purple: #9ac8ad;
  --logo-purple-deep: #0b4b41;
  --logo-blue: #2f7168;
  --logo-helmet: #fff3e2;
  --logo-face: #83bd43;
  --premium-glow: 0 28px 90px rgba(6, 47, 42, 0.24);
}

.site-header {
  background: rgba(255, 254, 251, 0.9);
  border-bottom: 1px solid rgba(11, 75, 65, 0.14);
}

.brand {
  font-size: 1rem;
}

.brand-logo {
  width: 56px;
  height: 56px;
  flex-basis: 56px;
  border: 3px solid var(--white);
  box-shadow: 0 14px 32px rgba(23, 63, 56, 0.16), 0 0 0 7px rgba(154, 200, 173, 0.22);
}

.header-inner {
  min-height: 84px;
}

.hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(131, 189, 67, 0.28), transparent 18rem),
    radial-gradient(circle at 74% 70%, rgba(240, 166, 95, 0.24), transparent 24rem),
    radial-gradient(circle at 8% 18%, rgba(154, 200, 173, 0.45), transparent 24rem),
    linear-gradient(135deg, #fffefb 0%, #eef8f2 44%, #dfeee6 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 84px 0 auto auto;
  width: min(44vw, 650px);
  height: min(44vw, 650px);
  border-radius: 999px 0 0 999px;
  background:
    linear-gradient(135deg, rgba(11, 75, 65, 0.18), rgba(131, 189, 67, 0.28)),
    radial-gradient(circle at 45% 42%, rgba(255, 243, 226, 0.75), transparent 14rem);
  filter: blur(0.2px);
  pointer-events: none;
}

.hero-brand-mark {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 10px 16px;
  border: 1px solid rgba(11, 75, 65, 0.16);
  border-radius: 999px;
  background: rgba(255, 254, 251, 0.82);
  box-shadow: 0 16px 44px rgba(6, 47, 42, 0.1);
  backdrop-filter: blur(14px);
  color: var(--mockup-forest);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-brand-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: var(--mockup-orange);
  box-shadow: 0 0 0 6px rgba(240, 166, 95, 0.18);
}

h1 {
  color: var(--logo-green);
  text-wrap: balance;
}

.eyebrow {
  color: var(--mockup-forest);
}

.button-small,
.button-primary {
  background: linear-gradient(135deg, var(--mockup-forest) 0%, var(--mockup-deep) 52%, #06231f 120%);
  box-shadow: 0 16px 36px rgba(6, 47, 42, 0.26), 0 8px 24px rgba(131, 189, 67, 0.18);
}

.button-primary:hover {
  background: linear-gradient(135deg, #06231f 0%, var(--mockup-forest) 58%, var(--mockup-green) 150%);
}

.offer-card,
.sample-card,
.purchase-card,
.mobile-buy-bar {
  border-color: rgba(11, 75, 65, 0.18);
}

.offer-badge,
.check-list span,
.mini-card svg {
  background: linear-gradient(135deg, var(--mockup-orange), var(--mockup-green));
}

.book-scene {
  width: min(86vw, 500px);
}

.book {
  width: min(86%, 410px);
  aspect-ratio: 1376 / 1616;
  padding: 10px;
  border: 0;
  border-radius: 26px;
  background: linear-gradient(145deg, var(--mockup-cream), var(--white));
  box-shadow: var(--premium-glow), 0 34px 80px rgba(23, 63, 56, 0.2);
  transform: rotate(-2deg);
}

.book::after {
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.22), transparent 38%, rgba(131, 189, 67, 0.12));
}

.book img,
.purchase-page img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 18px;
  background: #fffefb;
}

.book-spine {
  display: none;
}

.logo-planet {
  position: absolute;
  z-index: 5;
  right: 2%;
  top: 34px;
  width: 92px;
  height: 92px;
  padding: 6px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(6, 47, 42, 0.24);
}

.logo-planet img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.mini-card {
  border-color: rgba(11, 75, 65, 0.18);
  box-shadow: 0 18px 48px rgba(23, 63, 56, 0.12);
}

.mini-card span {
  color: var(--white);
  background: linear-gradient(135deg, var(--mockup-forest), var(--mockup-green));
}

.benefit-card::before {
  height: 6px;
  background: linear-gradient(90deg, var(--mockup-forest), var(--mockup-mint), var(--mockup-green), var(--mockup-orange));
}

.icon-sage,
.icon-peach,
.icon-lime {
  background: linear-gradient(135deg, rgba(154, 200, 173, 0.38), rgba(223, 238, 230, 0.9));
}

.audience-box {
  background:
    radial-gradient(circle at 88% 8%, rgba(131, 189, 67, 0.24), transparent 20rem),
    linear-gradient(135deg, var(--mockup-forest), #102f2a 58%, #06231f 130%);
}

.purchase-card {
  background:
    radial-gradient(circle at 92% 18%, rgba(154, 200, 173, 0.38), transparent 18rem),
    radial-gradient(circle at 8% 95%, rgba(243, 194, 107, 0.24), transparent 20rem),
    linear-gradient(145deg, var(--paper), #f0f8f2 54%, #edf8f2);
}

.purchase-page {
  aspect-ratio: 1376 / 1616;
  padding: 8px;
  border: 0;
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--premium-glow), 0 28px 62px rgba(23, 63, 56, 0.18);
  transform: rotate(-3deg);
}

@media (max-width: 619px) {
  .brand span:last-child {
    display: none;
  }

  .header-inner {
    min-height: 74px;
  }

  .book {
    width: min(82%, 330px);
  }

  .logo-planet {
    width: 72px;
    height: 72px;
    right: -2px;
  }
}

/* Saltico Astronauta landing hero refresh */
:root {
  --cream: #fffaf2;
  --paper: #ffffff;
  --ink: #073f36;
  --text: #26405a;
  --muted: #26405a;
  --space-navy: #071d4f;
  --space-blue: #608bd7;
  --saltico-green: #64b83f;
  --saltico-purple: #9d7ae8;
  --saltico-lavender: #e8ddff;
  --star-yellow: #ffc72f;
  --line: rgba(7, 29, 79, 0.1);
  --shadow: 0 30px 90px rgba(7, 29, 79, 0.14);
  --shadow-soft: 0 16px 45px rgba(7, 29, 79, 0.09);
}

body {
  color: var(--text);
  background: var(--cream);
}

.site-header {
  background: rgba(255, 250, 242, 0.92);
  border-bottom: 1px solid rgba(7, 29, 79, 0.08);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 96px;
}

.brand {
  gap: 16px;
  color: var(--space-navy);
  font-size: clamp(1rem, 1.7vw, 1.38rem);
  font-weight: 900;
}

.brand-logo {
  width: 66px;
  height: 66px;
  flex-basis: 66px;
  border: 2px solid rgba(157, 122, 232, 0.28);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(7, 29, 79, 0.12);
}

.button-small,
.button-primary {
  position: relative;
  color: var(--white);
  background: var(--space-navy);
  box-shadow: 0 16px 34px rgba(7, 29, 79, 0.24), 0 12px 28px rgba(157, 122, 232, 0.2);
}

.button-small::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: var(--star-yellow);
  clip-path: polygon(50% 0%, 62% 34%, 98% 35%, 69% 56%, 79% 91%, 50% 70%, 21% 91%, 31% 56%, 2% 35%, 38% 34%);
  filter: drop-shadow(0 2px 4px rgba(255, 199, 47, 0.32));
}

.button-small:hover,
.button-primary:hover {
  background: #09245f;
  box-shadow: 0 20px 42px rgba(7, 29, 79, 0.28), 0 16px 34px rgba(157, 122, 232, 0.24);
}

.button:focus-visible,
.text-link:focus-visible,
.brand:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(157, 122, 232, 0.45);
}

.hero {
  min-height: calc(100vh - 96px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(42px, 7vw, 82px) 0 clamp(54px, 7vw, 86px);
  background: var(--cream);
}

.hero::before {
  inset: 0 0 auto auto;
  width: min(54vw, 820px);
  height: min(54vw, 820px);
  border-radius: 46% 0 0 54%;
  background: radial-gradient(circle at 48% 42%, rgba(232, 221, 255, 0.94), rgba(157, 122, 232, 0.2) 64%, rgba(157, 122, 232, 0.08));
}

.hero-grid {
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
}

.hero-copy {
  max-width: 620px;
}

.hero-brand-mark {
  margin-bottom: 24px;
  padding: 12px 20px;
  border: 1px solid rgba(157, 122, 232, 0.38);
  color: var(--space-navy);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 14px 36px rgba(7, 29, 79, 0.07);
}

.hero-brand-dot {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
  background: var(--star-yellow);
  box-shadow: none;
  clip-path: polygon(50% 0%, 62% 34%, 98% 35%, 69% 56%, 79% 91%, 50% 70%, 21% 91%, 31% 56%, 2% 35%, 38% 34%);
}

.eyebrow {
  color: var(--space-navy);
  letter-spacing: 0.12em;
}

.eyebrow span {
  width: 34px;
  height: 2px;
  background: var(--saltico-green);
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--ink);
  font-size: clamp(3.15rem, 7vw, 5.8rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

h1 span {
  position: relative;
  display: inline-block;
  color: var(--saltico-purple);
}

h1 span::after {
  content: "";
  position: absolute;
  left: 0.02em;
  right: 0.04em;
  bottom: -0.08em;
  height: 0.12em;
  border-bottom: 5px solid rgba(157, 122, 232, 0.78);
  border-radius: 50%;
  transform: rotate(-1deg);
}

.hero-text {
  max-width: 620px;
  margin-bottom: 26px;
  color: var(--text);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.68;
}

.hero-text strong {
  color: var(--ink);
}

.hero-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  max-width: 720px;
  margin: 0 0 24px;
  padding: 14px;
  border: 1px solid rgba(7, 29, 79, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 46px rgba(7, 29, 79, 0.07);
  backdrop-filter: blur(12px);
}

.hero-benefit-item {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  padding: 10px 12px;
  color: var(--space-navy);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.25;
}

.hero-benefit-item:not(:nth-child(2n)) {
  border-right: 1px solid rgba(7, 29, 79, 0.1);
}

.hero-benefit-item:nth-child(n + 3) {
  border-top: 1px solid rgba(7, 29, 79, 0.1);
}

.benefit-icon {
  width: 36px;
  height: 36px;
  display: grid;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
}

.benefit-icon svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.benefit-icon-green { background: var(--saltico-green); }
.benefit-icon-purple { background: var(--saltico-purple); }
.benefit-icon-blue { background: var(--space-blue); }
.benefit-icon-yellow { background: var(--star-yellow); color: var(--white); }

.hero-actions {
  margin-top: 10px;
}

.hero-visual {
  min-height: min(620px, 72vw);
}

.book-scene {
  width: min(88vw, 560px);
  min-height: min(680px, 98vw);
}

.book-scene::before {
  content: "";
  position: absolute;
  inset: 48px 10px 52px 26px;
  border: 1px solid rgba(232, 221, 255, 0.95);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.46);
  box-shadow: 0 28px 80px rgba(157, 122, 232, 0.18), inset 0 1px rgba(255,255,255,0.8);
  backdrop-filter: blur(10px);
}

.book {
  width: min(78%, 430px);
  padding: 0;
  border-radius: 20px;
  background: transparent;
  box-shadow: 0 34px 80px rgba(7, 29, 79, 0.22);
  transform: rotate(-1.5deg);
  animation: saltico-float 6s ease-in-out infinite;
}

.book img {
  border-radius: 18px;
  background: transparent;
}

.book-shadow {
  bottom: 40px;
  width: 72%;
  height: 42px;
  background: rgba(7, 29, 79, 0.22);
  filter: blur(22px);
}

.mini-card-top {
  top: 38px;
  left: 6px;
}

.mini-card {
  border-color: rgba(157, 122, 232, 0.34);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(7, 29, 79, 0.12);
}

.mini-card span {
  color: var(--white);
  background: var(--saltico-green);
}

.mini-card p {
  color: var(--space-navy);
  font-size: 0.84rem;
}

.logo-planet {
  top: 56px;
  right: 0;
  width: 102px;
  height: 102px;
  border: 2px solid rgba(157, 122, 232, 0.42);
  box-shadow: 0 18px 44px rgba(7, 29, 79, 0.15);
}

.spark,
.space-star {
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  background: var(--star-yellow);
  clip-path: polygon(50% 0%, 62% 34%, 98% 35%, 69% 56%, 79% 91%, 50% 70%, 21% 91%, 31% 56%, 2% 35%, 38% 34%);
  animation: star-pulse 3.8s ease-in-out infinite;
}

.spark-one { top: 12px; right: 24%; }
.spark-two { bottom: 100px; left: 4%; width: 14px; height: 14px; }
.star-one { top: 21%; left: 43%; }
.star-two { top: 18%; right: 18%; width: 14px; height: 14px; animation-delay: .8s; }
.star-three { top: 62%; left: 48%; width: 10px; height: 10px; animation-delay: 1.3s; }
.star-four { right: 3%; bottom: 36%; width: 16px; height: 16px; animation-delay: .5s; }
.star-five { left: 7%; bottom: 22%; width: 10px; height: 10px; animation-delay: 1.7s; }
.star-six { right: 28%; top: 8%; width: 8px; height: 8px; animation-delay: 2.2s; }

.hero-blob-one {
  top: auto;
  right: -70px;
  bottom: -170px;
  width: 460px;
  height: 260px;
  background: rgba(157, 122, 232, 0.52);
  border-radius: 52% 48% 0 0;
}

.hero-blob-two {
  left: auto;
  right: 20%;
  bottom: 6%;
  width: 320px;
  height: 160px;
  background: rgba(232, 221, 255, 0.7);
  transform: rotate(-18deg);
}

.space-planet {
  position: absolute;
  right: -95px;
  top: 30%;
  z-index: 0;
  width: min(25vw, 300px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 36% 30%, rgba(255,255,255,.18) 0 9%, transparent 10%), radial-gradient(circle at 50% 50%, #8fb0ef, var(--space-blue));
  opacity: 0.9;
}

.space-orbit {
  position: absolute;
  z-index: 1;
  border: 2px solid transparent;
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  right: 7%;
  top: 28%;
  width: min(54vw, 790px);
  height: 210px;
  border-color: rgba(157, 122, 232, 0.55);
  transform: rotate(-18deg);
}

.orbit-two {
  right: -4%;
  bottom: 5%;
  width: min(48vw, 700px);
  height: 155px;
  border-color: rgba(96, 139, 215, 0.5);
  transform: rotate(8deg);
}

.orbit-three {
  right: 5%;
  top: 47%;
  width: min(52vw, 720px);
  height: 225px;
  border-color: rgba(100, 184, 63, 0.48);
  transform: rotate(18deg);
}

.space-dot {
  position: absolute;
  z-index: 2;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--saltico-purple);
}

.dot-one { right: 49%; top: 42%; }
.dot-two { right: 12%; bottom: 30%; background: var(--saltico-green); }
.dot-three { right: 8%; bottom: 15%; width: 16px; height: 16px; }
.dot-four { left: 45%; top: 58%; width: 9px; height: 9px; background: var(--space-blue); }

@keyframes saltico-float {
  0%, 100% { transform: translateY(0) rotate(-1.5deg); }
  50% { transform: translateY(-10px) rotate(-1.5deg); }
}

@keyframes star-pulse {
  0%, 100% { opacity: 0.45; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.08); }
}

@media (min-width: 920px) {
  .hero-grid {
    grid-template-columns: minmax(0, 0.48fr) minmax(420px, 0.52fr);
    gap: clamp(34px, 4vw, 70px);
  }

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

  .hero-benefit-item:not(:last-child) {
    border-right: 1px solid rgba(7, 29, 79, 0.1);
  }

  .hero-benefit-item:nth-child(n) {
    border-top: 0;
  }
}

@media (max-width: 919px) {
  .hero::before {
    top: 45%;
    width: 86vw;
    height: 86vw;
    opacity: 0.72;
  }

  .space-planet,
  .orbit-two,
  .orbit-three,
  .star-four,
  .star-six {
    display: none;
  }

  .orbit-one {
    right: -32%;
    top: 58%;
    width: 108vw;
  }
}

@media (max-width: 619px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .header-inner {
    min-height: 92px;
    gap: 12px;
  }

  .brand span:last-child {
    display: inline;
    max-width: 112px;
    line-height: 1.05;
  }

  .brand-logo {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }

  .button-small {
    min-height: 42px;
    padding: 10px 13px;
    gap: 7px;
    font-size: 0.76rem;
  }

  .button-small::before {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
  }

  .hero {
    min-height: auto;
    padding-top: 34px;
  }

  h1 {
    font-size: clamp(2.75rem, 15vw, 4.1rem);
  }

  .hero-brand-mark {
    font-size: 0.66rem;
  }

  .hero-benefits {
    grid-template-columns: 1fr;
    padding: 10px;
    border-radius: 20px;
  }

  .hero-benefit-item:not(:nth-child(2n)) {
    border-right: 0;
  }

  .hero-benefit-item:nth-child(n + 2) {
    border-top: 1px solid rgba(7, 29, 79, 0.1);
  }

  .book-scene {
    min-height: 520px;
  }

  .book {
    width: min(76%, 330px);
  }

  .book-scene::before {
    inset: 68px 6px 74px 6px;
  }

  .mini-card-top {
    top: 52px;
    left: 0;
  }

  .logo-planet {
    top: 74px;
    width: 76px;
    height: 76px;
  }
}

/* Desktop above-the-fold refinement */
@media (min-width: 920px) {
  .site-header .container,
  .hero .container {
    width: min(calc(100% - 72px), 1450px);
  }

  .header-inner {
    min-height: 86px;
  }

  .brand-logo {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .hero {
    min-height: calc(100vh - 86px);
    padding: clamp(28px, 4.5vh, 46px) 0 clamp(34px, 5vh, 54px);
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.5fr) minmax(430px, 0.5fr);
    gap: clamp(24px, 3.2vw, 58px);
  }

  .hero-brand-mark {
    margin-bottom: 18px;
    padding: 10px 18px;
    font-size: 0.72rem;
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: 0.72rem;
  }

  h1 {
    max-width: 690px;
    margin-bottom: 18px;
    font-size: clamp(3.35rem, 4.55vw, 4.7rem);
    line-height: 0.95;
  }

  .hero-text {
    max-width: 610px;
    margin-bottom: 18px;
    font-size: 1.04rem;
    line-height: 1.58;
  }

  .hero-benefits {
    max-width: 700px;
    margin-bottom: 16px;
    padding: 10px;
    border-radius: 21px;
  }

  .hero-benefit-item {
    gap: 9px;
    padding: 8px 10px;
    font-size: 0.76rem;
  }

  .benefit-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .benefit-icon svg {
    width: 17px;
    height: 17px;
  }

  .hero-actions {
    margin-bottom: 14px;
  }

  .button-large {
    min-height: 52px;
    padding: 14px 21px;
  }

  .trust-list {
    font-size: 0.74rem;
  }

  .hero-visual {
    min-height: min(560px, calc(100vh - 138px));
  }

  .book-scene {
    width: min(43vw, 510px);
    min-height: min(560px, calc(100vh - 142px));
  }

  .book {
    width: min(74%, 380px);
  }

  .book-scene::before {
    inset: 38px 10px 44px 24px;
  }

  .mini-card-top {
    top: 30px;
  }

  .logo-planet {
    top: 44px;
    width: 88px;
    height: 88px;
  }

  .book-shadow {
    bottom: 28px;
  }
}

@media (min-width: 920px) and (max-height: 820px) {
  .hero-brand-mark,
  .eyebrow {
    margin-bottom: 10px;
  }

  h1 {
    margin-bottom: 14px;
    font-size: clamp(3rem, 4.1vw, 4.15rem);
  }

  .hero-text {
    margin-bottom: 14px;
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .hero-benefits {
    margin-bottom: 12px;
    padding: 8px;
  }

  .hero-benefit-item {
    padding-block: 7px;
  }

  .button-large {
    min-height: 48px;
    padding-block: 12px;
  }

  .book-scene {
    width: min(40vw, 470px);
  }

  .book {
    width: min(70%, 340px);
  }
}

/* Review refinements: align hero/header with page rhythm and compact benefit labels */
@media (min-width: 920px) {
  .site-header .container,
  .hero .container {
    width: min(calc(100% - 56px), var(--container));
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.48fr) minmax(390px, 0.52fr);
    gap: clamp(28px, 4vw, 54px);
  }

  h1 {
    max-width: 600px;
    font-size: clamp(3rem, 3.95vw, 4.05rem);
  }

  .hero-benefit-item {
    white-space: nowrap;
    font-size: 0.74rem;
  }

  .book-scene {
    width: min(42vw, 490px);
  }

  .book {
    width: min(72%, 360px);
  }
}

.book img,
.purchase-page img {
  background: transparent;
}

@media (min-width: 920px) and (max-height: 820px) {
  h1 {
    font-size: clamp(2.75rem, 3.55vw, 3.7rem);
  }

  .hero-benefit-item {
    font-size: 0.72rem;
  }

  .book-scene {
    width: min(39vw, 450px);
  }

  .book {
    width: min(68%, 320px);
  }
}

/* Remove decorative pseudo-element panels around the product mockup */
.book-scene::before,
.book::after {
  content: none;
  display: none;
}

.book {
  background: transparent;
  padding: 0;
}

/* Product composition tweaks requested after removing the mockup panel */
.book {
  width: min(82%, 410px);
  box-shadow: none;
}

.book-shadow {
  display: none;
}

.mini-card-top {
  top: 20px;
  left: 22px;
}

.logo-planet {
  top: 30px;
  right: 24px;
}

@media (min-width: 920px) {
  .book {
    width: min(80%, 400px);
  }

  .mini-card-top {
    top: 18px;
    left: 32px;
  }

  .logo-planet {
    top: 28px;
    right: 32px;
  }
}

@media (min-width: 920px) and (max-height: 820px) {
  .book {
    width: min(76%, 360px);
  }
}

@media (max-width: 619px) {
  .book {
    width: min(82%, 350px);
  }

  .mini-card-top {
    top: 44px;
    left: 8px;
  }

  .logo-planet {
    top: 56px;
    right: 8px;
  }
}

/* Keep the audience eyebrow readable on the dark section */
.eyebrow-light {
  color: var(--white);
}

/* Desktop product mockup scale increase */
@media (min-width: 920px) {
  .book-scene {
    width: min(46vw, 560px);
  }

  .book {
    width: min(88%, 470px);
  }

  .purchase-page {
    width: 285px;
  }
}

@media (min-width: 920px) and (max-height: 820px) {
  .book-scene {
    width: min(43vw, 520px);
  }

  .book {
    width: min(82%, 420px);
  }
}
