:root {
  --bg: #ffffff;
  --panel: #fffdf9;
  --text: #433e3a;
  --muted: #000000;
  --teal: #109eaa;
  --pink: #ef75ac;
  --orange: #fa5c47;
  --yellow: #f2bd3e;
  --purple: #5853b7;
  --green: #1ba5a8;
  --line: rgba(67, 62, 58, 0.08);
  --shadow: 0 18px 35px rgba(52, 39, 25, 0.06);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  background: linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
  color: var(--text);
  line-height: 1.55;
}
img { max-width: 119%; display: block; }
a { color: inherit; text-decoration: none; }

.top-ornament {
  width: 100%;
  height: clamp(48px, 4.6875vw, 96px);
  overflow: hidden;
  line-height: 0;
  position: relative;
      background: #f0ffff;
  z-index: 1;
}

.top-ornament img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 72px 0; position: relative; background: #f0ffff;}
.hero.section { padding-top: 25px; }
.soft-panel { background: rgba(255,255,255,0.68); }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background: transparent;
  border-bottom: none;
  backdrop-filter: none;
}
.header-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 88px;
  gap: 24px;
}
.top-nav { display:flex; align-items:center; gap:22px; color: var(--muted); font-size: 0.95rem; }
.top-nav a:hover { color: var(--orange); }

.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 15px 24px;
  border-radius: 999px;
  font-weight:700;
  background: var(--orange);
  color: #fff;
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 22px 40px rgb(243 109 67 / 36%); }
.btn-small { padding: 12px 18px; }
.btn-large { width: 100%; max-width: 340px; }
.link-arrow { color: var(--purple); font-weight: 700; }

.eyebrow {
  color: var(--orange);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .82rem;
  margin-bottom: 10px;
}

.hero-grid,
.split.two,
.final-grid {
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 17px;
  align-items: center;
}

.hero-copy h1 {
  font-size: clamp(2.8rem, 8vw, 3.5rem);
  line-height: 1.1;
  letter-spacing: -.04em;
  margin: 0 0 18px;
  max-width: 15ch;
  color: #1ba5a8;
}
.hero-copy .lead { font-size: 1.15rem; color: var(--muted); max-width: 46ch; }
.hero-info-strip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  margin: 10px 0 0;
  padding: 10px 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(67, 62, 58, 0.12);
  box-shadow: 0 12px 26px rgba(52, 39, 25, 0.055);
  color: var(--text);
  font-size: 0.88rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.hero-actions { display:flex; flex-wrap:wrap; gap:18px; align-items:center; margin-top: 28px; }
.hero-visual { position: relative; min-height: auto; }
.hero-visual-single { display: flex; align-items: center; justify-content: center; }
.hero-book-mockup {
 /* width: min(100%, 480px);
  border-radius: 22px;
  box-shadow: var(--shadow);
  background: #fff;*/
}

.price-line {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  padding: 10px 16px;
  margin-top: 10px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.price-line span,
.price-box span {
  color: var(--muted);
  font-size: .88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.price-line strong {
  color: var(--orange);
  font-size: 1.45rem;
  line-height: 1;
}
.price-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 22px 0;
  padding: 18px 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
}
.price-box strong {
  color: var(--orange);
  font-size: clamp(2.2rem, 5vw, 3.3rem);
  line-height: 1;
  letter-spacing: -.04em;
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -.03em;
  margin: 0 0 18px;
  color: #1ba5a8;
}
p { margin: 0 0 14px; }
.subhead { font-size: 1.25rem; line-height: 1.25; color: var(--purple); margin-top: -6px; margin-bottom: 16px; }
.subhead2 { font-size: 1.25rem; line-height: 1.25; color: var(--purple); margin-top: -6px; margin-bottom: 16px; }
.pain h2 { color: var(--orange); max-width: 15ch; }
.durations h2 { color: var(--orange); }
.final-cta h2 { color: var(--teal); max-width: 17ch; }

.illustration-card {
 /*background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);*/
}
.deliver-box,
.mini-card,
.cat-card,
.duration-card,
.cta-card,
.paper-card {
      background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.illustration-card,
.deliver-box { padding: 14px; }
.illustration-card img,
.deliver-box img { width: 100%; border-radius: 18px; }

.categorias {
  background: #ffffff !important;
  }


.section-title-row { display:flex; justify-content:space-between; align-items:flex-end; gap:30px; margin-bottom: 30px; }
.section-title-row.compact { align-items:start; }
.section-title-row.center { flex-direction:column; align-items:center; text-align:center; }
.section-title-row p { max-width: 52ch; color: var(--muted); }

.memory-grid { display:grid; grid-template-columns: repeat(5,1fr); gap: 18px; }
.mini-card { overflow:hidden; }
.mini-card img { aspect-ratio: 4 / 3; object-fit: cover; }
.mini-card h3 { font-size: 1rem; padding: 16px; margin:0; text-align:center; }

.bullet-list { padding:0; margin:20px 0 28px; list-style:none; }
.bullet-list li { position:relative; padding-left: 28px; margin-bottom: 12px; }
.bullet-list li::before {
  content:'•';
  position:absolute;
  left: 8px;
  top:-1px;
  font-size:1.2rem;
  color: var(--orange);
  font-weight:800;
}

.cat-grid { display:grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.cat-card {
  padding: 20px 18px;
  min-height: 150px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  gap:10px;
}
.cat-card img { width: 88px; height: 70px; object-fit: contain; margin-bottom: 8px; }
.cat-card strong { font-size: 1.05rem; }
.cat-card small { color: var(--muted); }

.paper-stack { position:relative; min-height: 320px; }
.paper-card {
  width: 260px;
  padding: 26px;
  background: #fff;
  position:absolute;
  top: 30px;
  left: 40px;
  transform: rotate(-6deg);
}
.paper-card.second { top: 80px; left: 170px; transform: rotate(7deg); }
.paper-card span { color: var(--orange); font-weight:700; font-size:.9rem; }
.paper-card h3 { margin:6px 0 8px; font-size:1.4rem; }

.duration-grid { display:grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.duration-card { padding: 28px; min-height: 200px; }
.duration-card h3 { margin:0 0 12px; font-size:1.9rem; }
.duration-card.teal h3 { color: var(--teal); }
.duration-card.orange h3 { color: var(--orange); }
.duration-card.purple h3 { color: var(--purple); }

.benefit-icons {
  display:grid;
  grid-template-columns: repeat(6,1fr);
  gap:16px;
  text-align:center;
  margin-top: 60px;
}
.benefit-icons span {
  display:flex;
  align-items:center;
  justify-content:center;
  width: 54px;
  height: 54px;
  margin: 0 auto 10px;
  border-radius: 18px;
  background: #fff;
  color: var(--orange);
  font-weight: 800;
  letter-spacing: .04em;
  box-shadow: var(--shadow);
}
.benefit-icons small { display:block; color: var(--muted); font-weight: 600; }

.final-grid { align-items: stretch; }
.cta-card { padding: 34px; background: linear-gradient(180deg, rgba(243,109,67,0.06), rgba(239,117,172,0.05)); }
.cta-card h3 { margin-top:0; font-size: 1.8rem; line-height:1.15; color: var(--orange); }
.stack-gap { display:flex; gap:20px; align-items:center; justify-content:center; }
.reverse-mobile > :first-child { order: 1; }
.reverse-mobile > :last-child { order: 2; }

@media (max-width: 1100px) {
  .memory-grid { grid-template-columns: repeat(3,1fr); }
  .cat-grid { grid-template-columns: repeat(2,1fr); }
  .benefit-icons { grid-template-columns: repeat(4,1fr); }
}
@media (max-width: 900px) {
  .hero-grid, .split.two, .final-grid { grid-template-columns: 1fr; }
  .hero-copy h1 { max-width: none; }
  .section-title-row { flex-direction:column; align-items:flex-start; }
  .duration-grid { grid-template-columns: 1fr; }
  .top-nav a:not(.btn) { display:none; }
}
@media (max-width: 640px) {
  .section { padding: 56px 0; }
  .hero.section { padding-top: 110px; }
  .container { width: min(100% - 24px, 1160px);        text-align: center; }
  .memory-grid { grid-template-columns: 1fr 1fr;        text-align: center; }
  .benefit-icons { grid-template-columns: repeat(2,1fr); }
  .cat-grid { grid-template-columns: 1fr; }
  .paper-stack { min-height: 360px; }
  .paper-card { width: calc(100% - 40px); left: 10px; }
  .paper-card.second { left: 24px; top: 120px; }
  .price-line { align-items: flex-start; flex-direction: column; border-radius: 22px; }
}

/* Mobile first refinement */
.hero::before,
.hero::after {
  content: none !important;
  display: none !important;
}

.site-header {
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 900px) {
  body {
    background: #fffdf9;
  }

  .site-header {
    position: absolute;
  }

  .header-inner {
    min-height: 72px;
    justify-content: center;
    padding-top: 10px;
  }

  .top-nav {
    width: 100%;
    justify-content: center;
    gap: 0;
  }

  .top-nav .btn-small {
    width: auto;
    min-height: 44px;
    padding: 12px 18px;
    font-size: 0.86rem;
  }

  .container {
    width: min(100% - 28px, 1160px);
  }

  .section {
    padding: 52px 0;
  }

  .hero.section {
    padding-top: 96px;
    padding-bottom: 52px;
  }

  .hero-grid,
  .split.two,
  .final-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero-copy {
    text-align: center;
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
  }

  .hero-copy h1 {
    max-width: 10ch;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(2.65rem, 12vw, 3.3rem);
    line-height: 0.94;
    letter-spacing: -0.055em;
  }

  .hero-copy .lead {
    max-width: 34ch;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.02rem;
    line-height: 1.48;
  }

  .hero-info-strip {
    display: flex;
    width: 100%;
    max-width: 360px;
    margin: 18px auto 0;
    padding: 11px 14px;
    border-radius: 14px;
    font-size: 0.94rem;
    line-height: 1.35;
    text-align: center;
  }

  .price-line {
    margin: 18px auto 0;
    justify-content: center;
  }

  .hero-actions {
    margin-top: 22px;
    justify-content: center;
    gap: 14px;
  }

  .hero-actions .btn,
  .cta-card .btn {
    width: 100%;
    max-width: 360px;
    min-height: 52px;
    text-align: center;
  }

  .link-arrow {
    width: 100%;
    text-align: center;
    margin-top: 2px;
  }

  .hero-visual-single {
    margin-top: 4px;
  }

  .hero-book-mockup {
 
  }

  h2 {
    font-size: clamp(1.9rem, 8vw, 2.65rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
  }

  .pain h2,
  .final-cta h2 {
    max-width: 17ch;
  }

  p,
  .bullet-list li {
    font-size: 1.1rem;
    line-height: 1.58;
  }

  .subhead {
    font-size: 1.14rem;
    line-height: 1.35;
  }

  .section-title-row,
  .section-title-row.compact,
  .section-title-row.center {
    align-items: flex-start;
    text-align: left;
    gap: 10px;
    margin-bottom: 24px;
  }


@media (max-width: 520px) {  .section-title-row,
  .section-title-row.compact,
  .section-title-row.center {
    align-items: flex-start;
    text-align: center;

}
p {
margin: 5px 15px 5px 15px;
}
  .section-title-row p {
    max-width: 36ch;
    
  }

  .illustration-card,
  .deliver-box {
    padding: 10px;
    border-radius: 20px;
  }

  .illustration-card img,
  .deliver-box img {
    border-radius: 15px;
  }

  .product-visual img,
  .deliver-box img {
    max-width: 420px;
    margin: 0 auto;
  }

  .memory-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .mini-card {
    display: grid;
    grid-template-columns: 42% 58%;
    align-items: center;
    min-height: 128px;
  }

  .mini-card img {
    width: 100%;
    height: 100%;
    min-height: 128px;
    object-fit: cover;
    aspect-ratio: auto;
  }

  .mini-card h3 {
    text-align: left;
    padding: 18px;
    font-size: 1.02rem;
  }

  .cat-grid,
  .duration-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cat-card {
    min-height: auto;
    padding: 18px;
    display: grid;
    grid-template-columns: 82px 1fr;
    grid-template-rows: auto auto;
    column-gap: 16px;
    row-gap: 2px;
    align-items: center;
  }

  .cat-card img {
    grid-row: 1 / 3;
    width: 76px;
    height: 64px;
    margin: 0;
  }

  .cat-card strong {
    align-self: end;
    text-align: left !important;
    font-size: 1.22rem;
    line-height: 1.2;
  }

  .cat-card small {
    align-self: start;
                text-align: left;
    font-size: 0.88rem;
  }

  .paper-stack {
    min-height: 310px;
  }

  .paper-card {
    width: min(82%, 300px);
    padding: 22px;
    left: 6px;
    top: 18px;
  }

  .paper-card.second {
    left: auto;
    right: 6px;
    top: 108px;
  }

  .duration-card {
    min-height: auto;
    padding: 24px;
  }

  .duration-card h3 {
    font-size: 1.55rem;
  }

  .benefit-icons {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .benefit-icons div {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 16px 10px;
  }

  .benefit-icons span {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .cta-card {
    padding: 26px 22px;
    border-radius: 24px;
  }

  .cta-card h3 {
    font-size: 1.42rem;
    line-height: 1.2;
  }

  .price-box {
    margin: 18px 0;
    padding: 16px 18px;
    border-radius: 18px;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(100% - 22px, 1160px);
  }

  .section {
    padding: 44px 0;
    text-align: center;      
  }

  .hero.section {
    padding-top: 13px;
    padding-bottom: 44px;
  }

  .hero-copy h1 {
    font-size: clamp(2.35rem, 13vw, 3.3rem);
    max-width: 16ch;
  }

  .hero-copy .lead {
    font-size: 1.18rem;
    max-width: 31ch;
  }

  .price-line {
    width: 100%;
    max-width: 300px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
  }

  .price-line span {
    font-size: 0.72rem;
    max-width: 12ch;
    line-height: 1.15;
    text-align: left;
  }

  .price-line strong {
    font-size: 1.38rem;
  }

  .btn {
    padding: 14px 18px;
    font-size:  1.12rem;
    line-height: 1.25;
  }

  .top-nav .btn-small {
    font-size: 0.82rem;
    padding: 11px 16px;
  }

  h2 {
    font-size: clamp(1.75rem, 9vw, 2.3rem);
  }

  .pain h2,
  .final-cta h2 {
    max-width: none;    
    margin: 10px 10px;
  }

  .subhead {
    font-size: 1.25rem;
    margin: 10px 10px 10px 10px;
  }

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

  .mini-card {
    grid-template-columns: 1fr;
  }

  .mini-card img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .mini-card h3 {
    padding: 14px 16px 16px;
    text-align: center;
  }

  .cat-card {
    grid-template-columns: 72px 1fr;
    column-gap: 14px;
    padding: 16px;
  }

  .cat-card img {
    width: 66px;
    height: 56px;
  }

  .benefit-icons {
    grid-template-columns: 1fr 1fr;
  }

  .paper-stack {
    min-height: 340px;
  }

  .paper-card,
  .paper-card.second {
    width: min(92%, 300px);
  }
}

/* Atualizações solicitadas: capa, páginas internas e ícones coloridos 
.hero-cover,
.product-cover {
  /*width: min(100%, 380px);
  margin: 0 auto;
  border-radius: 22px;
  box-shadow: var(--shadow);
  background: #fff;*/
}

.product-cover {
  max-height: 620px;
  object-fit: contain;
}

.inside-preview {
  background: #fffbf4;
}

.inside-preview2 {
  background: #fffbf4;
}

.inside-preview .eyebrow {
  margin: 0;
}

.page-preview-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
}

.page-preview-card {
  margin: 0;
  padding: 14px;
/*  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow); */
}

.page-preview-card img {
  width: 54%;
  border-radius: 16px;
  margin-left: auto;
    margin-right: auto;

}

.color-benefit-icons .benefit-sprite {
  width: 111px;
  height: 68px;
  margin: 0 auto 10px;
  display: block;
  border-radius: 0;
  background-image: url("assets/benefit-icons-color.png");
  background-repeat: no-repeat;
  background-size: 700% 100%;
  background-color: transparent;
  box-shadow: none;
  color: transparent;
  font-size: 0;
}

.color-benefit-icons .icon-eye { background-position: -1% 50%; }
.color-benefit-icons .icon-smile { background-position: 16.666% 50%; }
.color-benefit-icons .icon-hand { background-position: 33.333% 50%; }
.color-benefit-icons .icon-ear { background-position: 50% 50%; }
.color-benefit-icons .icon-light { background-position: 68.666% 50%; }
.color-benefit-icons .icon-heart { background-position: 85.333% 50%; }
.color-benefit-icons .icon-star { background-position: 103% 50%; }

@media (max-width: 900px) {
  .hero-cover,
  .product-cover {
    width: min(82vw, 330px);
  }

  .page-preview-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .color-benefit-icons .benefit-sprite {
    width: 86px;
    height: 62px;
  }
}

@media (max-width: 520px) {
  .hero-cover,
  .product-cover {
    width: min(118vw, 497px);
  }

  .page-preview-card {
    padding: 10px;
    border-radius: 20px;
  }

  .page-preview-card img {
    border-radius: 14px;
            width: 100%;
  }
}

.preview-pack {
    display: grid;
    gap: 14px;
    background: none;
    box-shadow: inset 0px 0px 0px rgba(52, 39, 25, 0.06);
    border: 0px;
}

.preview-pack img:first-child {
  max-height: 430px;
  object-fit: contain;
}

.preview-pack img:last-child {
  max-height: 520px;
  object-fit: contain;
}

@media (max-width: 900px) {
  .preview-pack {
    grid-template-columns: 1fr 1fr;
  }
}




/* Seção sobre quem criou o livro */
.creator {
  background: #ffffff;
}


.creator-grid {
  align-items: center;
}

.creator h2 {
  color: var(--teal);
  max-width: 13ch;
}

.creator-copy p {
  color: var(--muted);
  max-width: 48ch;
}

.creator-copy p b {
  color: var(--text);
}

.creator-visual img {
  max-width: 560px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  
.creator-grid {
  align-items: center;
}

.creator h2 {
    max-width: 16ch;
  }

  .creator-visual {
    order: 2;
  }

  .creator-copy {
    order: 1;
            padding-left: 20px;
        padding-right: 20px;
  }
}

/* Oferta digital */
.offers {
  background: #fffbf4;
}

.offer-heading h2 {
  max-width: 760px;
  color: var(--orange);
}

.single-offer-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  margin-top: 42px;
  padding: clamp(28px, 5vw, 56px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.single-offer-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 530px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(79, 182, 191, 0.16), rgba(255, 251, 244, 0));
}

.single-offer-image img {
width: min(100%, 472px);
    max-height: 559px;
  object-fit: contain;
}

.single-offer-content {
  max-width: 560px;
}

.single-offer-content h3 {
  margin: 0 0 14px;
  font-size: clamp(2.2rem, 2vw, 4.3rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
  color: var(--purple);
}

.single-offer-description {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.55;
  margin-bottom: 24px;
}


.launch-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(250, 92, 71, 0.12);
  color: var(--orange);
  font-size: 0.66rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.launch-note {
  margin: -14px 0 26px;
  color: var(--muted);
  font-size: 0.92rem;
}

.offer-price {
  margin: 4px 0 24px;
  font-size: clamp(2.9rem, 6vw, 5.4rem);
  line-height: 0.92;
  font-weight: 800;
  letter-spacing: -0.06em;
  color: var(--orange);
}

.offer-includes {
  margin-bottom: 28px;
}

.offer-includes strong {
  display: block;
  margin-bottom: 12px;
   margin-top: 12px;
  color: var(--text);
}

.offer-includes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offer-includes li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.45;
}

.offer-includes li::before {
  content: '•';
  position: absolute;
  left: 8px;
  top: -1px;
  color: var(--teal);
  font-weight: 800;
}

.single-offer-content .btn {
  width: 100%;
  max-width: 360px;
}

.final-message {
  margin: 164px auto 55px;
  max-width: 760px;
  text-align: center;

}

.final-message h2 {
  color: var(--orange);
  margin-bottom: 14px;
}

.final-message .subhead {
      margin-bottom: 25px;
  color: var(--purple);
}

@media (max-width: 900px) {
  .single-offer-card {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .single-offer-image {
    min-height: 320px;
  }

  .single-offer-image img {
    width: min(72%, 340px);
  }

  .single-offer-content {
    max-width: none;
    text-align: left;
  }
}

@media (max-width: 520px) {
  .single-offer-card {
    margin-top: 30px;
    padding: 22px;
    border-radius: 24px;
    gap: 24px;
  }

  .single-offer-image {
    min-height: 250px;
    border-radius: 20px;
  }

  .single-offer-image img {
    width: min(90%, 324px);
  }

  .single-offer-content h3 {
    font-size: 2.25rem;
  }

  .offer-price {
    font-size: 4rem;
  }

  .single-offer-content .btn {
    max-width: none;
  }

  .final-message {
    margin-top: 46px;
  }
}

.site-footer {
  background: var(--orange);
  color: #ffffff;
  padding: 18px 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.78rem;
  line-height: 1.35;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #ffffff;
  opacity: 0.92;
}

.footer-links a:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer p {
  margin: 0;
  opacity: 0.92;
  text-align: right;
}

@media (max-width: 640px) {
  .footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .site-footer p {
            text-align: center;
        font-size: 13px;
  }
}

/* Ajustes solicitados: centralização apenas na versão mobile */
@media (max-width: 640px) {
  .memory .section-title-row,
  .inside-preview2 .section-title-row,
  .categories .section-title-row,
  .durations .section-title-row,
  .benefits .section-title-row,
  .creator-copy,
  .offer-heading,
  .single-offer-content {
    align-items: center !important;
    text-align: center !important;
  }

  .memory .section-title-row h2,
  .memory .section-title-row p,
  .inside-preview2 .section-title-row h2,
  .inside-preview2 .section-title-row .subhead2,
  .categories .section-title-row h2,
  .categories .section-title-row p,
  .durations .section-title-row h2,
  .durations .section-title-row .subhead,
  .benefits .section-title-row h2,
  .benefits .section-title-row p,
  .creator-copy .eyebrow,
  .creator-copy h2,
  .creator-copy .subhead,
  .creator-copy p,
  .offer-heading .eyebrow,
  .offer-heading h2,
  .offer-heading p,
  .single-offer-content .eyebrow,
  .single-offer-content h3,
  .single-offer-description,
  .launch-note,
  .offer-price {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .launch-badge,
  .single-offer-content .btn {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .offer-includes,
  .offer-includes strong,
  .offer-includes li {
    text-align: center !important;
  }

  .offer-includes li {
    padding-left: 0 !important;
  }

  .offer-includes li::before {
    position: static !important;
    display: inline-block !important;
    margin-right: 8px !important;
  }
}

}

/* Refinamento mobile baseado na referência visual enviada */
@media (max-width: 640px) {
  html,
  body { overflow-x: hidden; }

  body {
    font-size: 14px;
    line-height: 1.55;
    background: #ffffff;
  }

  .top-ornament { height: 42px; }

  .container {
    width: calc(100% - 32px) !important;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .section { padding: 46px 0 !important; }

  .hero.section {
    padding-top: 18px !important;
    padding-bottom: 48px !important;
  }

  .hero-grid,
  .split.two,
  .final-grid,
  .creator-grid,
  .single-offer-card { gap: 24px !important; }

  .eyebrow {
    display: inline-block;
    margin: 0 auto 10px !important;
    font-size: 0.64rem !important;
    line-height: 1.15;
    letter-spacing: 0.12em;
    text-align: center;
  }

  .hero-copy h1 {
    max-width: 13.5ch !important;
    margin: 0 auto 14px !important;
    font-size: 2.1rem !important;
    line-height: 1.02 !important;
    letter-spacing: -0.045em;
    text-align: center;
  }

  h2,
  .final-message h2 {
    max-width: 12.5ch;
    margin: 0 auto 14px !important;
    font-size: 1.9rem !important;
    line-height: 1.04 !important;
    letter-spacing: -0.04em;
    text-align: center;
  }

  .offer-heading h2,
  .benefits h2,
  .categories h2,
  .creator h2 { max-width: 13.5ch; }

  .pain h2,
  .durations h2 { max-width: 14ch !important; }

  p,
  .hero-copy .lead,
  .section-title-row p,
  .creator-copy p,
  .single-offer-description,
  .launch-note,
  .cat-card small,
  .duration-card p,
  .mini-card h3,
  .offer-includes li {
    font-size: 0.88rem !important;
    line-height: 1.55 !important;
  }

  .hero-copy .lead,
  .section-title-row p,
  .creator-copy p,
  .offer-heading p,
  .single-offer-description,
  .launch-note {
    max-width: 30ch !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .hero-info-strip {
    width: 100%;
    max-width: 320px !important;
    margin: 16px auto 0 !important;
    padding: 10px 12px !important;
    border-radius: 12px !important;
    font-size: 0.78rem !important;
    line-height: 1.35 !important;
    text-align: center !important;
  }

  .subhead,
  .subhead2 {
    max-width: 28ch;
    margin: 0 auto 14px !important;
    font-size: 1rem !important;
    line-height: 1.35 !important;
    text-align: center !important;
  }

  .section-title-row,
  .section-title-row.compact,
  .section-title-row.center {
    align-items: center !important;
    gap: 6px !important;
    margin-bottom: 24px !important;
    text-align: center !important;
  }

  .hero-actions {
    width: 100%;
    max-width: 320px;
    margin: 22px auto 0 !important;
    gap: 10px !important;
  }

  .btn,
  .hero-actions .btn,
  .single-offer-content .btn {
    width: 100%;
    max-width: 320px !important;
    min-height: 46px;
    padding: 13px 18px !important;
    border-radius: 6px !important;
    font-size: 0.82rem !important;
    line-height: 1.2;
    letter-spacing: 0.01em;
  }

  .link-arrow {
    font-size: 0.82rem;
    line-height: 1.2;
  }

  .hero-cover,
  .product-cover { width: min(76vw, 286px) !important; }

  .illustration-card,
  .deliver-box,
  .mini-card,
  .cat-card,
  .duration-card,
  .paper-card,
  .single-offer-card {
    border-radius: 18px !important;
    box-shadow: 0 12px 28px rgba(52, 39, 25, 0.055) !important;
  }

  .illustration-card,
  .deliver-box { padding: 8px !important; }

  .memory-grid,
  .cat-grid,
  .duration-grid { gap: 12px !important; }

  .mini-card { overflow: hidden; }

  .mini-card img {
    aspect-ratio: 16 / 10 !important;
    object-fit: cover;
  }

  .mini-card h3 {
    padding: 12px 14px 14px !important;
    text-align: center !important;
    font-weight: 700;
  }

  .cat-card {
    display: grid !important;
    grid-template-columns: 58px 1fr !important;
    column-gap: 14px !important;
    row-gap: 2px !important;
    align-items: center !important;
    min-height: 92px !important;
    padding: 15px !important;
    text-align: left !important;
  }

  .cat-card img {
    grid-row: 1 / 3;
    width: 52px !important;
    height: 48px !important;
    margin: 0 !important;
  }

  .cat-card strong {
    align-self: end;
    font-size: 0.94rem !important;
    line-height: 1.22 !important;
    text-align: left !important;
  }

  .cat-card small {
    align-self: start;
    text-align: left !important;
  }

  .bullet-list {
    width: fit-content;
    max-width: 285px;
    margin: 18px auto 22px !important;
    text-align: left;
  }

  .bullet-list li {
    margin-bottom: 8px !important;
    padding-left: 22px !important;
    font-size: 0.9rem !important;
    line-height: 1.35 !important;
  }

  .bullet-list li::before {
    left: 2px !important;
    top: 0.05em !important;
    font-size: 1rem !important;
    line-height: 1;
    color: var(--orange) !important;
  }

  .page-preview-card {
    padding: 0 !important;
    border-radius: 18px !important;
  }

  .page-preview-card img {
    width: 100% !important;
    max-width: 318px;
    margin: 0 auto;
    border-radius: 14px !important;
  }

  .benefit-icons {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    max-width: 320px;
    margin: 20px auto 0 !important;
  }

  .benefit-icons div {
    min-height: 92px;
    padding: 14px 10px !important;
    border-radius: 16px !important;
  }

  .benefit-icons small {
    font-size: 0.84rem !important;
    line-height: 1.25;
  }

  .color-benefit-icons .benefit-sprite {
    width: 74px !important;
    height: 48px !important;
    margin-bottom: 6px !important;
  }

  .single-offer-card {
    max-width: 340px;
    margin-top: 28px !important;
    padding: 18px !important;
  }

  .single-offer-image {
    min-height: 220px !important;
    border-radius: 16px !important;
  }

  .single-offer-image img { width: min(86%, 282px) !important; }

  .single-offer-content h3 {
    font-size: 1.95rem !important;
    line-height: 1 !important;
  }

  .launch-badge {
    margin-bottom: 14px !important;
    padding: 7px 12px !important;
    font-size: 0.62rem !important;
    line-height: 1.15 !important;
    white-space: normal;
    justify-content: center;
  }

  .offer-price {
    margin: 4px auto 18px !important;
    font-size: 3.35rem !important;
    line-height: 0.92 !important;
  }

  .offer-includes {
    max-width: 292px;
    margin: 0 auto 22px !important;
    text-align: left !important;
  }

  .offer-includes strong {
    margin-bottom: 10px !important;
    text-align: left !important;
    font-size: 0.9rem;
  }

  .offer-includes li {
    padding-left: 22px !important;
    margin-bottom: 8px !important;
    text-align: left !important;
  }

  .offer-includes li::before {
    position: absolute !important;
    display: block !important;
    left: 3px !important;
    top: 0 !important;
    margin: 0 !important;
    color: var(--orange) !important;
  }

  .final-message { margin-top: 42px !important; }

  .footer-inner {
    align-items: center !important;
    gap: 8px !important;
    text-align: center;
  }

  .footer-links { justify-content: center; }

  .site-footer p {
    width: 100%;
    text-align: center !important;
  }
}

/* Ajuste específico dos bullets da seção "Você não precisa inventar tudo do zero" */
.ease .bullet-list {
  width: 100%;
  max-width: 560px;
  margin: 30px 15px 28px !important;
  padding: 0;
  display: grid;
  gap: 16px;
  list-style: none;
  text-align: left !important;
}

.ease .bullet-list li {
    position: relative;
    margin: 0 !important;
    padding-left: 48px !important;
    color: var(--text);
    font-size: 1.04rem !important;
 
    font-weight: 500;
    letter-spacing: -0.015em;
    text-align: left !important;
}

.ease .bullet-list li::before {
      content: '✓' !important;
    position: absolute !important;
    left: 0 !important;
    top: 0.02em !important;
    width: 26px;
    height: 25px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 2px solid #19a5a8;
    border-radius: 50%;
    background: transparent;
    color: #19a5a8 !important;
    font-size: 0.9rem !important;
    line-height: 1 !important;
    font-weight: 900;
}

@media (max-width: 640px) {
  .ease .bullet-list {
    width: 100% !important;
    max-width: none !important;
    margin: 26px 22px 22px !important;
    gap: 18px !important;
    text-align: left !important;
  }

  .ease .bullet-list li {
    padding-left: 44px !important;
    font-size: 1.18rem !important;

    font-weight: 400;
    text-align: left !important;
  }

  .ease .bullet-list li::before {
    width: 28px !important;
    height: 28px !important;
    top: 0.02em !important;
    border-width: 3px !important;
    font-size: 1rem !important;
  }
}


/* FAQ */
.faq-section {
  width: min(920px, 100%);
  margin: clamp(64px, 8vw, 104px) auto 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.faq-header {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 68px);
}

.faq-header .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  padding: 8px 22px;

  color: #000000;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.12em;
}



.faq-list {
  display: grid;
  gap: 0;
  padding: clamp(38px, 5vw, 58px) clamp(34px, 5.6vw, 66px);
  background: #ffffff;
  border: 1px solid rgba(33, 26, 82, 0.06);
  border-radius: clamp(30px, 4vw, 48px);
  box-shadow: 0 16px 36px rgba(52, 39, 25, 0.08);
}

.faq-item {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(33, 26, 82, 0.09);
  overflow: visible;
}

.faq-item:last-child {
  border-bottom: 0;
}

.faq-item summary {
  position: relative;
  display: block;
  width: 100%;
  padding: 25px 54px 25px 0;
  cursor: pointer;
  color: #222b38;
  font-size: clamp(1.0rem, 2.05vw, 1.3rem);
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.02em;
  list-style: none;
}

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

.faq-item summary::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 3px solid #9aa3af;
  border-bottom: 3px solid #9aa3af;
  transform: translateY(-65%) rotate(45deg);
  transform-origin: center;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.faq-item[open] summary::after {
  transform: translateY(-20%) rotate(225deg);
  border-color: var(--orange);
}

.faq-item p {
  margin: 0;
  max-width: 76ch;
  padding: 0 56px 26px 0;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.72;
}

@media (max-width: 640px) {
  .faq-section {
    width: 100%;
    margin-top: 52px;
  }

  .faq-header {
    margin-bottom: 30px;
    text-align: center;
  }

  .faq-header .eyebrow {
    margin-bottom: 18px;
    padding: 7px 17px;
    font-size: 0.7rem;
  }

  .faq-header h2 {
    font-size: clamp(2.45rem, 13vw, 3.35rem);
    line-height: 0.98;
  }

  .faq-list {
    padding: 22px 22px;
    border-radius: 28px;
  }

  .faq-item summary {
    padding: 20px 38px 20px 0;
    font-size: 1.12rem;
    line-height: 1.35;
    letter-spacing: -0.015em;
  }

  .faq-item summary::after {
    right: 4px;
    width: 10px;
    height: 10px;
    border-width: 2.5px;
  }

  .faq-item p {
    padding: 0 0 20px 0;
    font-size: 0.94rem;
    line-height: 1.65;
  }
}




*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

img,
video,
iframe,
svg {
    max-width: 100%;
    height: auto;
}

section,
div,
main,
header,
footer {
    max-width: 100%;
}
