@font-face {
  font-family: "DM Sans";
  src: url("assets/dm-sans.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root {
  color-scheme: light;
  --cream: #f2eee7;
  --green: #1a2722;
  --brown: #795238;
  --ink: #20241f;
  --muted: #4b4b45;
  --line: #d9d0c5;
  --highlight: #e9e1d6;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "DM Sans", Arial, sans-serif;
  --page: 72rem;
  --reading-width: 42rem;
  --gutter: clamp(1.5rem, 5vw, 3rem);
  --section-space: clamp(2.5rem, 5vw, 4rem);
  --button-radius: 999px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 1.5rem; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 400 1rem/1.6 var(--sans); overflow-wrap: anywhere; -webkit-font-smoothing: antialiased; }
svg { fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
a { color: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--brown); outline-offset: 5px; }
.dark :focus-visible, .closing :focus-visible { outline-color: var(--cream); }
.page { width: 100%; max-width: var(--page); margin-inline: auto; }
.section { padding: var(--section-space) var(--gutter); }
.section-inner { width: 100%; max-width: var(--reading-width); margin-inline: auto; }
h1, h2, blockquote { font-family: var(--serif); font-weight: 400; }
h1, h2, h3, p, blockquote, figure { margin: 0; }
h1, h2 { text-wrap: balance; overflow-wrap: break-word; }
h1 { font-size: clamp(1.75rem, 1.36rem + 1.65vw, 2.5rem); line-height: 1.22; letter-spacing: -.035em; }
h2 { font-size: clamp(1.5rem, 1.3rem + .65vw, 1.875rem); line-height: 1.27; letter-spacing: -.028em; }
h3 { font: 600 1rem/1.45 var(--sans); }
p { text-wrap: pretty; }
p + p { margin-top: 1rem; }
.rule { display: block; width: 2.5rem; height: 1px; background: var(--brown); }
h2 + .rule { margin-top: 1.25rem; margin-bottom: 1.25rem; }
/* A short, fluid opening without fixed line breaks. */
.hero { padding-top: 1.25rem; padding-bottom: 2rem; }
.masthead { display: flex; align-items: center; min-height: 1.5rem; margin-bottom: 1.5rem; }
.masthead span { font-size: .75rem; letter-spacing: .1em; font-weight: 600; }
.hero .rule { margin-bottom: 1.1rem; }
.hero-description { margin-top: 1.25rem; max-width: 62ch; color: var(--muted); }
.button { display: flex; align-items: center; justify-content: center; gap: 1rem; width: 100%; min-height: 3.5rem; padding: .9rem 1.5rem; border: 0; border-radius: var(--button-radius); background: var(--green); color: #fff; text-align: center; text-decoration: none; font-size: .875rem; line-height: 1.5; font-weight: 600; letter-spacing: .065em; transition: background-color .16s ease; }
.button:hover { background: #2c4035; }
.hero .button { margin-top: 1.5rem; }
.button-label { max-width: 26ch; }
.arrow { flex: 0 0 auto; font-family: Arial, sans-serif; font-size: 1.25rem; line-height: 1; letter-spacing: 0; }
/* Live text remains sharp and accessible at every width. */
.editorial-layers { overflow: hidden; background: var(--highlight); }
.editorial-inner { position: relative; display: flex; align-items: center; min-height: 8.5rem; max-width: var(--reading-width); margin-inline: auto; padding: 1.5rem var(--gutter); }
.editorial-inner p { position: relative; z-index: 1; color: var(--brown); font-size: .75rem; font-weight: 500; line-height: 1.9; letter-spacing: .08em; text-transform: uppercase; }
.pressure-layers { position: absolute; width: 62%; height: 100%; right: -8%; top: 0; color: #b4a28c; stroke-width: 17; opacity: .55; }
.skip-link { position: fixed; z-index: 5; top: .5rem; left: .5rem; padding: .75rem; background: var(--cream); }
.skip-link:not(:focus) { clip-path: inset(50%); width: 1px; height: 1px; overflow: hidden; white-space: nowrap; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.875rem; height: 1.875rem; max-width: 100%; flex: 0 0 auto; }
.icon-list { list-style: none; padding: 0; margin: 0; }
.icon-list li { display: grid; grid-template-columns: 2rem minmax(0, 1fr); gap: 1rem; align-items: start; padding-block: .875rem; }
.icon-list .icon { margin-top: .15rem; color: var(--brown); }
.icon-list p { color: var(--muted); }
.pains li + li { border-top: 1px solid var(--line); }
.highlight { margin-top: 1.5rem; padding: 1.25rem 1.5rem; background: var(--highlight); border-left: 2px solid var(--brown); }
.highlight .rule { display: none; }
.highlight-title { font-weight: 600; }
.highlight p + p { margin-top: .5rem; color: var(--muted); }
/* The portrait gets its own space; paragraphs never wrap around a body. */
.dark { background: var(--green); color: var(--cream); }
.origin .section-inner { max-width: 58rem; }
.origin-copy { min-width: 0; }
.origin h2 { margin-bottom: 1.5rem; }
.origin p { color: #e3e4dc; }
.origin blockquote { margin-block: 1.5rem; padding-left: 1.125rem; border-left: 1px solid #b6a085; font-size: clamp(1.25rem, 1.05rem + .65vw, 1.5rem); line-height: 1.4; letter-spacing: -.02em; }
.portrait { overflow: hidden; margin-top: 1.75rem; width: 100%; aspect-ratio: 6 / 5; background: #dce0df; }
.joyce { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 14%; }
.how-intro { color: var(--muted); }
.how-intro p + p { margin-top: .35rem; }
.steps { margin-top: 1rem; }
.steps li { grid-template-columns: 3rem minmax(0, 1fr); align-items: center; padding-block: 1rem; }
.steps li + li { border-top: 1px solid var(--line); }
.icon-disc { display: flex; align-items: center; justify-content: center; width: 3rem; height: 3rem; border-radius: 50%; background: var(--highlight); }
.steps .icon { width: 1.5rem; height: 1.5rem; margin: 0; color: var(--ink); }
.how-note { margin-top: 1rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.how-note .rule { display: none; }
.how-note p:first-of-type { font-weight: 600; }
.how-note p + p { margin-top: .4rem; color: var(--muted); }
.weeks { padding-top: 0; }
.weeks .section-inner { padding-top: 2.5rem; border-top: 1px solid var(--line); }
.timeline { margin: 1.5rem 0 0; padding: 0; list-style: none; }
.timeline li { position: relative; display: grid; grid-template-columns: 2rem minmax(0, 1fr); gap: 1rem; padding-bottom: 1.75rem; }
.timeline li::before { content: ""; position: absolute; width: 1px; background: #cbbca9; top: 2rem; bottom: 0; left: .9375rem; }
.timeline li:last-child { padding-bottom: 0; }
.timeline li:last-child::before { display: none; }
.week-number { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; width: 1.9375rem; height: 1.9375rem; border-radius: 50%; background: var(--brown); color: #fff; font-size: .875rem; }
.timeline h3 { margin-bottom: .4rem; }
.timeline p { color: var(--muted); line-height: 1.55; }
.transformation { padding-top: 0; }
.transformation .section-inner { padding-top: 2.5rem; border-top: 1px solid var(--line); }
.audience-list { margin-top: 1rem; }
.dark .icon-list p { color: #e3e4dc; }
.dark .icon-list .icon { color: #ddd8cc; }
.audience-note { margin-top: 1.25rem; padding-top: 1.5rem; border-top: 1px solid #4a584f; font-size: 1.0625rem; }
.audience-note .rule { display: none; }
.offer-intro { margin-bottom: .75rem; font-weight: 600; }
.offer-list { list-style: none; margin: 0; padding: 0; color: var(--muted); }
.offer-list li { position: relative; padding: .4rem 0 .4rem 1.9375rem; }
.offer-list li::before { content: ""; position: absolute; width: 1.0625rem; height: 1.0625rem; border-radius: 50%; background: var(--brown); left: 0; top: .68rem; }
.offer-list li::after { content: ""; position: absolute; left: .32rem; top: .96rem; width: .43rem; height: .23rem; border: solid #fff; border-width: 0 0 1px 1px; transform: rotate(-45deg); }
.offer-price { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.price { font-size: 1.125rem; font-weight: 600; }
.payment { color: var(--muted); margin-top: .25rem; }
.offer-button { margin-top: 1.5rem; font-size: .875rem; letter-spacing: .05em; }
.faq { padding-top: 0; }
.faq .section-inner { padding-top: 2.5rem; border-top: 1px solid var(--line); }
.faq h2 + .rule { margin-bottom: .75rem; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; display: flex; align-items: center; cursor: pointer; list-style: none; min-height: 3.5rem; padding: 1rem 2rem 1rem 0; color: var(--ink); font-weight: 500; line-height: 1.5; }
.faq summary::-webkit-details-marker { display: none; }
.plus { position: absolute; right: .2rem; top: calc(50% - .375rem); display: block; width: .75rem; height: .75rem; }
.plus::before, .plus::after { content: ""; position: absolute; background: currentColor; }
.plus::before { height: 1px; width: .75rem; top: .375rem; left: 0; }
.plus::after { width: 1px; height: .75rem; top: 0; left: .375rem; transition: transform .15s ease; }
details[open] .plus::after { transform: rotate(90deg); }
.faq details > p { padding: .5rem 1.5rem 1.25rem 0; color: var(--muted); }
.closing { color: var(--cream); background: var(--green); }
.closing-copy { font-family: var(--serif); font-size: clamp(1.25rem, 1.05rem + .65vw, 1.5rem); line-height: 1.5; letter-spacing: -.02em; }
.closing-invitation { margin-top: 1.25rem; color: #e3e4dc; }
.button-light { margin-top: 1.5rem; background: var(--highlight); color: var(--green); }
.button-light:hover { background: var(--cream); }
@media (min-width: 600px) {
  body { font-size: 1.0625rem; }
  .hero { padding-top: 1.75rem; padding-bottom: 2.75rem; }
  .masthead { margin-bottom: 2rem; }
  .button { width: fit-content; min-width: 17rem; }
  .button-label { max-width: none; }
  .editorial-inner { padding-inline: 0; min-height: 9rem; }
  .editorial-inner p { padding-left: max(0px, calc(var(--gutter) - 1rem)); }
  .pressure-layers { right: 0; width: 55%; }
  h3 { font-size: 1.0625rem; }
  .icon-list li { padding-block: 1rem; gap: 1.25rem; }
  .timeline li { gap: 1.25rem; }
}
@media (min-width: 740px) {
  .origin-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: clamp(2rem, 4vw, 3.5rem); align-items: center; }
  .portrait { aspect-ratio: 3 / 4; margin-top: 0; }
  .origin .joyce { object-position: 50% 25%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Versão paralela: a transformação vem antes da explicação do programa. */
.hero-description { color: var(--ink); font-weight: 600; }
.hero-support { max-width: 62ch; margin-top: .8rem; color: var(--muted); }
.section-intro { margin-top: 1.25rem; color: var(--muted); }
.outcome-list { padding: 0; margin: 1.5rem 0 0; list-style: none; }
.outcome-list li { display: grid; grid-template-columns: 2rem minmax(0, 1fr); gap: 1rem; padding-block: 1.25rem; }
.outcome-list li + li { border-top: 1px solid var(--line); }
.outcome-list .icon { margin-top: .15rem; color: var(--brown); }
.outcome-list h3 { margin-bottom: .5rem; }
.outcome-list p { color: var(--muted); }
.how { padding-top: 0; }
.how .section-inner { padding-top: 2.5rem; border-top: 1px solid var(--line); }
.program-steps { list-style: none; margin: 1.5rem 0 0; padding: 0; }
.program-steps li { display: grid; grid-template-columns: 2rem minmax(0, 1fr); gap: 1rem; padding-block: 1rem; }
.step-number { display: flex; align-items: center; justify-content: center; width: 1.9375rem; height: 1.9375rem; border: 1px solid #b6a085; border-radius: 50%; color: var(--brown); font-size: .875rem; }
.program-steps h3 { margin-bottom: .4rem; }
.program-steps p { color: var(--muted); }
.offer-intro { margin-top: 1.5rem; }
.closing h2 { max-width: 25ch; }
@media (min-width: 600px) {
  .outcome-list li, .program-steps li { gap: 1.25rem; }
}
