.hero-background {
  background-size: 100% 100%, 62% auto;
  background-position: center, right 46%;
  background-repeat: no-repeat;
}

.hero-background:before {
  content: '';
  position: absolute;
  right: -12%;
  bottom: -4.7rem;
  left: 15%;
  height: 9rem;
  border-top: 2px solid rgba(245,159,71,.92);
  border-radius: 50% 50% 0 0;
  box-shadow: 0 -3px 15px rgba(230,105,28,.7), 0 -10px 40px rgba(200,71,18,.3);
}

.brand {
  display: block;
  width: clamp(5.5rem, 8vw, 7.25rem);
  height: auto;
  overflow: visible;
}

.brand img {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: auto;
  transform: none;
  filter: none;
}

.hero-mobile-art {
  display: none;
}

.site-footer {
  justify-content: center;
  align-items: center;
  min-height: 5.1rem;
  padding: 1.25rem;
  color: #bda187;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .025em;
  text-transform: none;
}

.site-footer > span {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}

.site-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: .34rem .72rem;
  border: 1px solid rgba(239, 182, 111, .48);
  border-radius: 999px;
  color: var(--light);
  font-weight: 800;
  letter-spacing: .055em;
  text-decoration: none;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s var(--ease);
}

.site-footer a:hover,
.site-footer a:focus-visible {
  border-color: var(--light);
  background: rgba(131, 57, 20, .36);
  color: var(--cream);
  transform: translateY(-2px);
}

.js-checkout.is-locked {
  cursor: not-allowed;
  pointer-events: none;
  text-transform: none;
  white-space: nowrap;
}

.primary-button.is-locked,
.outline-button.is-locked {
  border-color: rgba(248, 208, 160, .42);
  background: linear-gradient(115deg, rgba(102, 50, 22, .92), rgba(48, 20, 10, .94));
  box-shadow: inset 0 1px rgba(255, 230, 196, .12), 0 .5rem 1.2rem rgba(0, 0, 0, .16);
  color: #f3d2ad;
  font-size: clamp(.56rem, 1.05vw, .7rem);
  letter-spacing: .045em;
  transform: none !important;
}

.primary-button.is-locked::before,
.primary-button.is-locked::after,
.outline-button.is-locked::after {
  display: none;
}

.hero-hotspot.is-locked {
  pointer-events: none;
}

@media (min-width: 760px) {
  .audience-cta,
  .audience-cta.is-locked {
    position: static;
    display: flex;
    margin: 2.25rem auto 0;
    transform: none !important;
  }
}

.hero-content[data-reveal] {
  opacity: 1;
  transform: none;
}

@media (min-width: 760px) {
  .hero {
    min-height: 620px;
  }

  .header {
    padding-top: .8rem;
  }

  .brand img {
    width: 7.2rem;
  }

  .header nav {
    gap: 1.7rem;
  }

  .header nav a,
  .outline-button {
    font-size: .56rem;
  }

  .outline-button {
    min-height: 2.65rem;
    padding: .6rem 1.25rem;
  }

  .hero-content {
    width: min(1600px, calc(100% - 8rem));
    padding-top: 7.2rem;
    padding-bottom: 3.5rem;
    padding-left: 0;
  }

  .hero h1 {
    max-width: 470px;
    font-size: clamp(3rem, 3.2vw, 4rem);
    line-height: .94;
    letter-spacing: -.07em;
  }

  .hero .lead {
    max-width: 290px;
    margin: 1rem 0 .65rem;
    font-size: .86rem;
  }

  .hero .body-copy {
    display: block;
    max-width: 25rem;
    margin-bottom: .95rem;
    color: #e3c7a6;
    font-size: .72rem;
    line-height: 1.6;
  }

  .hero .primary-button {
    min-height: 2.9rem;
    margin-top: .5rem;
    padding: .72rem 1.05rem;
    font-size: .57rem;
  }

  .hero small {
    margin-top: .65rem;
    font-size: .55rem;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .hero:after {
    display: none;
  }

  .clarity {
    min-height: 500px;
    background:
      radial-gradient(circle at 66% 55%, rgba(168,77,23,.38), transparent 25rem),
      radial-gradient(circle at 80% 35%, rgba(230,163,89,.11), transparent 14rem),
      #0b0503;
  }

  .clarity-art {
    width: 61%;
    background:
      linear-gradient(90deg, #0b0503 0%, rgba(11,5,3,.9) 13%, transparent 46%),
      linear-gradient(0deg, #0b0503 0%, #0b0503 20%, transparent 34%, transparent 77%, #0b0503 100%),
      url('assets/modulo-01.png') 79% 50% / auto 192% no-repeat;
  }

  .clarity-copy {
    max-width: 520px;
    padding: 4rem 0;
  }

  .clarity .micro {
    margin-bottom: .55rem;
  }

  .clarity h2 {
    margin-bottom: .9rem;
    font-size: clamp(3.3rem, 5vw, 5rem);
    line-height: .84;
    text-transform: uppercase;
  }

  .clarity h2 strong {
    display: inline-block;
    color: var(--cream);
    font-weight: 800;
  }

  .clarity-copy > p:not(.micro) {
    max-width: 360px;
    font-size: .72rem;
  }

  .clarity .text-action {
    margin-top: .35rem;
    font-size: .58rem;
  }

  .journey {
    position: relative;
    overflow: hidden;
    padding: 3.8rem 0 1.7rem;
    background:
      radial-gradient(ellipse at 50% 100%, rgba(137,59,20,.25), transparent 42%),
      linear-gradient(180deg, #090503 0%, #0d0704 100%);
  }

  .journey:after {
    content: '';
    position: absolute;
    right: 8%;
    bottom: 1.2rem;
    left: 8%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(229,162,87,.66), transparent);
    box-shadow: 0 0 24px rgba(201,105,34,.4);
  }

  .journey-heading {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 2rem;
    align-items: end;
    margin-bottom: 1.45rem;
  }

  .journey-heading .micro {
    grid-column: 1 / -1;
    margin-bottom: .35rem;
  }

  .journey-heading h2 {
    max-width: 720px;
    font-size: clamp(1.8rem, 2.7vw, 2.5rem);
    letter-spacing: -.06em;
    line-height: 1;
  }

  .journey-heading p:last-child {
    margin: 0 0 .2rem;
    color: #d8b791;
    font-size: .55rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .journey-controls {
    display: flex;
    grid-column: 2;
    grid-row: 2;
    align-items: center;
    justify-content: end;
    gap: .8rem;
    color: #d8b791;
    font-size: .55rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .journey-arrow {
    display: grid;
    width: 1.9rem;
    height: 1.9rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--cream);
    cursor: pointer;
    transition: color .25s ease, transform .25s var(--ease);
  }

  .journey-arrow:hover {
    color: var(--light);
    transform: translateX(2px);
  }

  .journey-arrow:first-of-type:hover { transform: translateX(-2px); }
  .journey-arrow svg { width: 1.1rem; height: 1.1rem; margin: auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }

  .journey-track {
    position: relative;
    z-index: 1;
    gap: .6rem;
    padding-bottom: 1.2rem;
  }

  .module {
    flex: 0 0 clamp(132px, 11.3vw, 165px);
    grid-template-rows: 236px 58px;
    border-radius: .18rem;
    box-shadow: 0 1rem 2rem rgba(0,0,0,.35);
  }

  .module img {
    height: 236px;
  }

  .module-info {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: .15rem .7rem .45rem;
    background: linear-gradient(180deg, #160a05, #0c0503);
  }

  .module-info span {
    margin: 0;
    color: rgba(213,150,88,.78);
    font-size: 3.05rem;
    line-height: .8;
  }

  .module-info h3,
  .module-info p {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
}
}

.module {
  display: grid;
  grid-template-rows: 320px auto;
  min-height: 0;
}

.module::after { display: none; }

.module img {
  height: 320px;
  object-fit: cover;
  object-position: center top;
}

.module-info {
  position: static;
  padding: 1rem 1rem 1.2rem;
  background: #100705;
}

.module-info span { font-size: 2rem; }

@media (max-width: 759px) {
  .module { grid-template-rows: auto auto; }
  .module img {
    height: auto;
    aspect-ratio: 2 / 3;
    object-fit: contain;
  }
}

@media (max-width: 759px) {
  .hero:after { display: none; }
  .hero-background:before { right: -40%; bottom: -4.5rem; left: -20%; }

  .journey-controls {
    display: flex;
    align-items: center;
    gap: .65rem;
    margin-top: -.25rem;
    color: var(--muted);
    font-size: .66rem;
  }

  .journey-arrow {
    display: none;
  }

  .hero-background {
    background: linear-gradient(0deg, rgba(7,3,2,.9), rgba(7,3,2,.94) 49%, rgba(7,3,2,.82)), url('assets/banner-mobile.png') center bottom / 100% auto no-repeat;
  }

  .hero-content { padding-top: 8rem; }
}

/* High-resolution reconstruction of the approved composition. */
@media (min-width: 760px) {
  .header {
    visibility: visible;
  }

  .hero {
    min-height: 650px;
    height: auto;
    background: #090402;
  }

  .hero-background {
    background:
      linear-gradient(90deg, #090402 0%, rgba(9,4,2,.86) 29%, rgba(9,4,2,.24) 55%, rgba(9,4,2,.08)),
      url('assets/banner-desktop.png') center / cover no-repeat;
    animation: hero-pan 18s ease-in-out infinite alternate;
  }

  .hero-background::before {
    display: none;
  }

  .hero-background::after {
    display: block;
    height: 42%;
    background: linear-gradient(180deg, transparent 0%, #050302 100%);
  }

  .hero-hotspot {
    display: none;
  }

  .hero-content,
  .scroll-cue {
    visibility: visible;
  }

  .clarity {
    min-height: 650px;
    height: auto;
    background: #000;
  }

  .clarity-art {
    inset: 0;
    width: 100%;
    background: url('assets/clarity-key-highres.png') right center / auto 100% no-repeat;
    filter: none;
  }

  .clarity {
    z-index: 2;
    overflow: visible;
  }

  .clarity-art {
    bottom: -6rem;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 calc(100% - 9rem), transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 calc(100% - 9rem), transparent 100%);
  }

  .clarity-copy {
    visibility: visible;
    max-width: 650px;
    padding: 5.4rem 0;
  }

  .clarity .micro {
    font-size: .72rem;
  }

  .clarity h2 {
    font-size: clamp(4rem, 5.8vw, 6.35rem);
  }

  .clarity-copy > p:not(.micro) {
    max-width: 480px;
    color: #ead5bc;
    font-size: .9rem;
  }

  .clarity-points {
    display: grid;
    gap: .7rem;
    margin: 1.45rem 0 0;
    padding: 0;
    list-style: none;
    color: #ead5bc;
    font-size: .82rem;
  }

  .clarity-points li {
    position: relative;
    padding-left: 1.7rem;
  }

  .clarity-points li::before {
    content: '✓';
    position: absolute;
    left: 0;
    display: grid;
    place-items: center;
    width: 1.08rem;
    height: 1.08rem;
    border: 1px solid var(--gold);
    border-radius: 50%;
    color: var(--light);
    font-size: .64rem;
    font-weight: 800;
  }

  .clarity .text-action {
    display: none;
  }
}

@media (min-width: 760px) {
  .bonus-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 1.15rem;
  }

  .bonus,
  .bonus-video {
    grid-column: auto;
    min-height: 455px;
    padding: 1.5rem;
  }

  .bonus-plan { transform: none; }
  .bonus div { max-width: none; }
  .bonus h3 { font-size: clamp(1.2rem, 1.7vw, 1.65rem); }
}

/* CTA system: a code-drawn mark keeps Safari from substituting an emoji glyph. */
.primary-button,
.outline-button {
  position: relative;
  overflow: hidden;
  gap: .9rem;
  min-height: 3.35rem;
  padding: .82rem 1.15rem .82rem 1.3rem;
  border-radius: .5rem;
  letter-spacing: .115em;
}

.primary-button {
  border-color: rgba(255, 233, 203, .78);
  background: linear-gradient(110deg, #ffdbac 0%, #e7a164 49%, #a94b22 100%);
  box-shadow: inset 0 1px rgba(255, 255, 255, .62), inset 0 -1px rgba(93, 35, 13, .34), 0 .8rem 1.7rem rgba(104, 38, 11, .28);
}

.primary-button::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -46%;
  width: 30%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent);
  transform: skewX(-24deg);
  transition: left .55s var(--ease);
}

.primary-button::after,
.outline-button::after,
.text-action::after {
  content: '';
  flex: 0 0 auto;
  width: .44rem;
  height: .44rem;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform .3s var(--ease);
}

.primary-button:hover::before,
.primary-button:focus-visible::before { left: 118%; }
.primary-button:hover::after,
.primary-button:focus-visible::after,
.outline-button:hover::after,
.outline-button:focus-visible::after,
.text-action:hover::after,
.text-action:focus-visible::after { transform: translateX(.18rem) rotate(45deg); }

.outline-button {
  border-color: rgba(240, 185, 113, .7);
  background: linear-gradient(110deg, rgba(43, 19, 9, .72), rgba(10, 5, 3, .44));
  box-shadow: inset 0 1px rgba(255, 225, 189, .08);
}

.outline-button:hover,
.outline-button:focus-visible {
  border-color: var(--light);
  background: rgba(73, 30, 11, .68);
  box-shadow: inset 0 1px rgba(255, 225, 189, .14), 0 .9rem 2.2rem rgba(0, 0, 0, .28);
}

.text-action {
  align-items: center;
  gap: .75rem;
  border-bottom-color: rgba(223, 150, 75, .62);
}

.text-action::after {
  width: .36rem;
  height: .36rem;
  margin-left: .12rem;
}

.impact-list span::before {
  content: '';
  display: inline-block;
  width: .38rem;
  height: .38rem;
  margin-right: .95rem;
  border-top: 1.5px solid var(--light);
  border-right: 1.5px solid var(--light);
  transform: translateY(-.03rem) rotate(45deg);
}

.module-info span,
.price {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -.055em;
  font-variant-numeric: lining-nums;
}

.module-info span {
  font-size: 3.05rem;
  line-height: .78;
}

.price {
  font-size: clamp(4.15rem, 7.4vw, 7.15rem);
  line-height: .76;
}

@media (max-width: 759px) {
  .primary-button,
  .outline-button {
    min-height: 3.2rem;
    padding-inline: 1.1rem;
    font-size: .62rem;
  }

  .module-info span { font-size: 3.1rem; }
  .price { font-size: clamp(4.2rem, 21vw, 5.2rem); }

  .journey-heading {
    margin-bottom: 1.85rem;
  }

  .journey-controls {
    grid-column: 1 / -1;
    grid-row: auto;
    justify-content: flex-start;
    gap: 0;
    margin-top: .75rem;
    color: var(--light);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .135em;
    text-shadow: 0 0 .9rem rgba(226, 143, 66, .28);
  }

  .journey-controls span {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
  }

  .journey-controls span::before {
    content: '';
    width: 1.7rem;
    height: .58rem;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(.23rem);
    animation: journey-swipe 1.65s var(--ease) infinite;
  }

  .clarity-points {
    gap: .72rem;
    font-size: .84rem;
  }

  .clarity-points li {
    display: flex;
    align-items: center;
    min-height: 1.45rem;
    padding-left: 2.05rem;
  }

  .clarity-points li::before {
    top: auto;
    width: 1.34rem;
    height: 1.34rem;
    border: 1.6px solid #f2b66f;
    color: #ffe4be;
    box-shadow: 0 0 .9rem rgba(226, 143, 66, .18);
    font-size: .76rem;
    line-height: 1;
  }
}

@keyframes journey-swipe {
  0%, 100% { opacity: .48; transform: rotate(45deg) translate(-.02rem, .21rem); }
  50% { opacity: 1; transform: rotate(45deg) translate(.17rem, .02rem); }
}

@media (max-width: 759px) {
  .clarity h2 {
    margin-bottom: 1.55rem;
  }
}

@media (min-width: 760px) {
  .bonus-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 1.15rem;
  }

  .bonus,
  .bonus-video {
    grid-column: auto;
    min-height: 455px;
    padding: 1.5rem;
  }

  .bonus-plan {
    transform: none;
  }

  .bonus div {
    max-width: none;
  }

  .bonus h3 {
    font-size: clamp(1.2rem, 1.7vw, 1.65rem);
  }
}

/* Clean, text-first section treatments: the image assets remain reserved for
   intentional foreground content rather than competing with the copy. */
.impact {
  background:
    radial-gradient(ellipse 60% 80% at 88% 22%, rgba(168, 79, 27, .22), transparent 68%),
    radial-gradient(ellipse 45% 70% at 8% 100%, rgba(92, 34, 12, .18), transparent 72%),
    linear-gradient(118deg, #070302 0%, #190905 54%, #090403 100%);
}

.impact-background,
.audience-background,
.offer-art,
.final-art {
  display: none;
}

.audience {
  background:
    radial-gradient(ellipse 52% 78% at 10% 16%, rgba(122, 49, 17, .18), transparent 72%),
    radial-gradient(ellipse 46% 70% at 86% 90%, rgba(172, 77, 25, .16), transparent 75%),
    linear-gradient(124deg, #080302 0%, #140704 53%, #070302 100%);
}

.offer {
  background:
    radial-gradient(ellipse 54% 92% at 18% 35%, rgba(172, 77, 25, .2), transparent 70%),
    radial-gradient(ellipse 48% 84% at 88% 72%, rgba(101, 38, 13, .18), transparent 74%),
    linear-gradient(128deg, #070302 0%, #1b0a05 53%, #080302 100%);
}

.final {
  background:
    radial-gradient(ellipse 50% 78% at 50% 0%, rgba(183, 83, 28, .22), transparent 74%),
    radial-gradient(ellipse 50% 72% at 12% 92%, rgba(90, 30, 10, .17), transparent 76%),
    linear-gradient(143deg, #080302 0%, #1b0905 52%, #060302 100%);
}

.final::after,
.final-content img {
  display: none;
}

.offer-content--solo {
  display: block;
  max-width: 700px;
  padding: 1.6rem 0 3.2rem;
}

.offer-content--solo > div {
  max-width: 590px;
}

.section-scroll-cue {
  bottom: 1.55rem;
  border-color: rgba(244, 181, 101, .58);
  background: rgba(10, 4, 2, .16);
  box-shadow: 0 .3rem 1.2rem rgba(0, 0, 0, .18);
}

.audience-cta {
  display: flex;
  width: fit-content;
  position: static;
  margin: 2.25rem auto 0;
  transform: none;
}

.audience-cta:hover,
.audience-cta:focus-visible {
  transform: translateY(-2px);
}

/* This CTA sits in a two-column layout. Keep its interaction paint-only so
   Safari/Chromium never repaints the neighboring column while it settles. */
.audience-cta,
.audience-cta:hover,
.audience-cta:focus-visible {
  transform: none;
  transition: background .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.audience-cta::before {
  display: none;
}

@media (max-width: 759px) {
  .impact,
  .audience,
  .offer,
  .final {
    background:
      radial-gradient(ellipse 90% 48% at 50% 0%, rgba(165, 71, 23, .17), transparent 76%),
      linear-gradient(145deg, #090302 0%, #160704 56%, #070302 100%);
  }

  .impact-copy,
  .audience-grid {
    padding-bottom: 5.8rem;
  }

  .offer {
    padding-bottom: 6.7rem;
  }

  .offer-content--solo {
    padding: .8rem 0 2rem;
  }

  .audience-cta {
    position: static;
    margin: 1.8rem auto 0;
    transform: none;
  }

  .audience-cta:hover,
  .audience-cta:focus-visible {
    transform: none;
  }

  .final-content {
    padding: 4.75rem 0;
  }
}

@media (min-width: 760px) {
  .bonus-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 1.15rem;
  }

  .bonus,
  .bonus-video {
    grid-column: auto;
    min-height: 455px;
    padding: 1.5rem;
  }

  .bonus-plan { transform: none; }
  .bonus div { max-width: none; }
  .bonus h3 { font-size: clamp(1.2rem, 1.7vw, 1.65rem); }

  .journey-track {
    gap: 1.25rem;
    padding-top: .35rem;
    padding-bottom: 2rem;
    scroll-padding-inline: max(1.25rem, calc((100vw - 1180px) / 2));
    scroll-snap-type: none;
    scrollbar-width: none;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
  }

  .journey-track::-webkit-scrollbar {
    display: none;
  }

  .journey-track.is-dragging {
    cursor: grabbing;
  }

  .journey-track img {
    -webkit-user-drag: none;
    user-select: none;
  }

  .module {
    flex-basis: clamp(280px, 28vw, 340px);
    grid-template-rows: 420px 72px;
  }

  .module img {
    height: 420px;
  }

  .module-info {
    min-height: 72px;
    padding: .25rem 1rem .65rem;
  }

  .module-info span {
    font-size: 3.65rem;
  }
}

@media (max-width: 759px) {
  .hero-background::before {
    display: none;
  }

  .hero-background {
    background:
      radial-gradient(ellipse 95% 45% at 84% 86%, rgba(157, 68, 23, .22), transparent 74%),
      radial-gradient(ellipse 70% 42% at 8% 8%, rgba(105, 38, 13, .15), transparent 76%),
      linear-gradient(155deg, #070302 0%, #120603 58%, #080302 100%);
    animation: none;
  }

  .hero {
    min-height: 0;
  }

  .hero-content {
    padding-top: 7.2rem;
    padding-bottom: 5.8rem;
  }

  .hero-mobile-art {
    display: none;
  }

  .mobile-cta {
    display: none !important;
  }

  .clarity {
    display: block;
    min-height: 0;
    background: #050302;
  }

  .clarity-art {
    top: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 315px;
    background:
      linear-gradient(0deg, #050302 0%, rgba(5,3,2,.88) 15%, rgba(5,3,2,.08) 53%, rgba(5,3,2,.14)),
      url('assets/clarity-key-highres.png') right top / auto 100% no-repeat;
    filter: none;
  }

  .clarity-copy {
    position: relative;
    z-index: 1;
    max-width: none;
    padding: 13.4rem 0 2.25rem;
  }

  .clarity .micro {
    margin-bottom: .6rem;
    font-size: .58rem;
  }

  .clarity h2 {
    margin-bottom: .9rem;
    font-size: clamp(2.45rem, 12.5vw, 3.35rem);
    line-height: .84;
  }

  .clarity-copy > p:not(.micro) {
    max-width: 340px;
    margin-bottom: 1.25rem;
    color: #ead5bc;
    font-size: .76rem;
    line-height: 1.55;
  }

  .clarity-points {
    display: grid;
    gap: .5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #f3dfc5;
    font-size: .7rem;
  }

  .clarity-points li {
    position: relative;
    padding-left: 1.45rem;
  }

  .clarity-points li::before {
    content: '✓';
    position: absolute;
    top: .1rem;
    left: 0;
    display: grid;
    place-items: center;
    width: .9rem;
    height: .9rem;
    border: 1px solid var(--gold);
    border-radius: 50%;
    color: var(--light);
    font-size: .55rem;
    font-weight: 800;
  }

  .clarity .text-action {
    display: none;
  }
}
