* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  color: #e9e2d4;
  background: #1a1612;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: 'Playfair Display', serif; font-weight: 700; line-height: 1.2; }
a { color: inherit; text-decoration: none; }

/* HERO */
.hero {
  min-height: 100vh;
  background: linear-gradient(rgba(26,22,18,.55), rgba(26,22,18,.75)),
              url('https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?w=1920&q=80') center/cover;
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 80px 20px;
}
.hero-inner { max-width: 720px; }
.hero h1 { font-size: clamp(2rem, 5vw, 3.3rem); margin-bottom: 10px; }
.hero .subtitle { font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(1.25rem, 3vw, 1.8rem); color: #ffffff; }
.hero .master { margin-top: 14px; font-size: 1rem; color: #c9bfa8; }
.avatar {
  width: 180px; height: 180px; border-radius: 18px; object-fit: cover;
  margin: 30px auto; border: 3px solid rgba(255,255,255,.25);
  box-shadow: 0 10px 40px rgba(0,0,0,.5);
}
.hero p.lead { max-width: 600px; margin: 0 auto 28px; font-size: 1.15rem; color: #ffffff; }
.price { margin: 24px 0 6px; }
.price .current { font-size: 1.9rem; font-weight: 600; color: #fff; }
.price .old { text-decoration: line-through; color: #e07a3a; margin-left: 8px; font-size: 1.1rem; }
.installments { font-size: .9rem; color: #c9bfa8; margin-bottom: 22px; }
.btn-cta {
  display: inline-block;
  background: linear-gradient(180deg, #e89a4a, #d07a28);
  color: #fff; font-weight: 600; font-size: 1.05rem;
  padding: 16px 44px; border-radius: 12px; border: none; cursor: pointer;
  box-shadow: 0 8px 25px rgba(208,122,40,.4);
  transition: transform .2s, box-shadow .2s;
}
.btn-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(208,122,40,.55); }
.small-info { margin-top: 16px; font-size: .85rem; color: #bfb59e; }

/* SECTIONS */
section { padding: 90px 20px; }
.container { max-width: 900px; margin: 0 auto; }

.intro-text { text-align: center; max-width: 760px; margin: 0 auto; }
.intro-text h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 10px; color: #1d2b25; }
.intro-text h2 em { font-style: italic; color: #1d2b25; }
.intro-text p { color: #3d4b43; margin-bottom: 16px; font-size: 1.25rem; }
.intro-light { background: #efece4; padding: 90px 20px; }
.intro-sub { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 400; font-size: clamp(1.3rem, 2.6vw, 1.65rem) !important; color: #1d2b25 !important; margin-bottom: 38px !important; }
.intro-img { display: block; width: 100%; max-width: 560px; height: auto; margin: 0 auto 40px; border-radius: 10px; box-shadow: 0 10px 40px rgba(0,0,0,.2); }
.intro-divider { width: 80px; height: 1px; background: #b8a982; margin: 26px auto; }
.intro-final { margin-top: 22px; }
.intro-final strong { color: #1d2b25; font-size: 1.15rem; }
.what-light { background: #E8EAE1; padding: 100px 20px; }
.what-text { text-align: center; max-width: 820px; margin: 0 auto; }
.what-text h2 { font-size: clamp(1.3rem, 2.4vw, 1.65rem); color: #1d2b25; margin-bottom: 28px; }
.what-text h2 em { font-style: italic; font-weight: 700; color: #1d2b25; }
.what-text p { color: #3d4b43; font-size: 1.1rem; margin-bottom: 20px; line-height: 1.75; }

/* WEEKS LIGHT */
.weeks-light { background: #F6F6F4; padding: 90px 20px; }
.weeks-title { text-align: center; font-size: clamp(1.9rem, 3.6vw, 2.5rem); color: #1d2b25; margin-bottom: 60px; }
.weeks-title em { font-style: italic; color: #1d2b25; font-weight: 700; }
.weeks-light .weeks { display: block; max-width: 680px; margin: 0 auto; }
.week-l { background: transparent; border: none; padding: 0 0 50px; border-top: 1px solid #c9c6b8; margin-top: 50px; text-align: left; }
.week-l:first-child { margin-top: 0; }
.week-l-label { color: #8a8170; font-size: 1rem; font-weight: 400; letter-spacing: .5px; margin: 24px 0 14px; text-transform: none; font-family: 'Inter', sans-serif; }
.pillar-l { display: inline-block; color: #8a7a52; font-size: 1rem; letter-spacing: 1.2px; margin-bottom: 14px; font-family: 'Inter', sans-serif; font-weight: 600; background: transparent; padding: 0; }
.week-l h3 { font-family: 'Playfair Display', serif; font-size: 1.75rem; color: #1d2b25; margin-bottom: 26px; font-weight: 700; line-height: 1.25; }
.week-l img { display: block; width: 100%; max-width: 560px; margin: 0 auto 28px; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.week-l p { color: #3d4b43; font-size: 1.2rem; margin-bottom: 16px; line-height: 1.65; }
.week-l p.italic { font-style: italic; color: #5a6a5f; }
.week-l p.bold { font-weight: 700; color: #1d2b25; }
.week-l p.small { font-size: 1.05rem; color: #6a7166; margin-top: 18px; margin-bottom: 10px; }
.week-l ul { list-style: none; padding: 0; }
.week-l ul li { padding: 7px 0 7px 22px; position: relative; color: #3d4b43; font-size: 1.15rem; }
.week-l ul li::before { content: '•'; position: absolute; left: 6px; color: #8a7a52; font-size: 1.3rem; top: 3px; }

/* HOW IT WORKS LIGHT */
.how-light { background: #E8E9E2; padding: 100px 20px; }
.how-text { text-align: center; max-width: 760px; margin: 0 auto; }
.how-text h2 { font-size: clamp(1.9rem, 3.8vw, 2.6rem); color: #1d2b25; margin-bottom: 44px; font-weight: 700; }
.how-text h2 em { font-style: italic; font-weight: 700; color: #1d2b25; }
.how-list-l { list-style: none; max-width: 560px; margin: 0 auto; text-align: left; padding: 0; }
.how-list-l li { padding: 14px 0 14px 24px; position: relative; color: #3d4b43; font-size: 1.15rem; }
.how-list-l li::before { content: '•'; position: absolute; left: 6px; color: #8a7a52; font-size: 1.5rem; top: 8px; }
.how-divider { width: 80px; height: 1px; background: #b8a982; margin: 38px auto 30px; }
.how-final strong { color: #1d2b25; font-size: 1.2rem; font-weight: 700; }

/* BONUS LIGHT */
.bonus-light { background: #F6F6F4; padding: 110px 20px; }
.bonus-main-title { text-align: center; font-size: clamp(2rem, 3.8vw, 2.6rem); color: #1d2b25; letter-spacing: 1.2px; margin-bottom: 12px; font-family: 'Inter', sans-serif; font-weight: 700; }
.bonus-main-sub { text-align: center; color: #6a7166; font-size: 1.15rem; margin-bottom: 60px; }
.bonus-list { display: flex; flex-direction: column; gap: 44px; max-width: 980px; margin: 0 auto; }
.bonus-card { background: #E8EAE1; border-radius: 14px; padding: 44px 48px; display: grid; grid-template-columns: 230px 1fr; gap: 42px; align-items: start; }
.bonus-img img { width: 100%; max-width: 230px; height: auto; display: block; filter: drop-shadow(0 10px 20px rgba(0,0,0,.2)); }

/* HTML book covers */
.book {
  width: 230px;
  aspect-ratio: 3 / 4;
  position: relative;
  border-radius: 4px 10px 10px 4px;
  padding: 26px 20px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: 'Playfair Display', serif;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.4));
  transform: perspective(900px) rotateY(-4deg);
  background: #2f3a2c;
  color: #d8cda0;
  margin: 0 auto;
}
.book::before {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(196, 168, 95, .35);
  border-radius: 3px;
  pointer-events: none;
}
.book::after {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 7px;
  background: linear-gradient(90deg, rgba(0,0,0,.45), rgba(0,0,0,.05));
  border-radius: 4px 0 0 4px;
}
.book-1 { background: #f4f1e7; color: #1d2b25; }
.book-1::before { border-color: rgba(160, 130, 50, .55); }
.book-1::after { background: linear-gradient(90deg, rgba(0,0,0,.18), transparent); }
.book-4 { background: #2a3046; color: #d8cda0; }

.book .b-top {
  font-family: 'Inter', sans-serif;
  font-size: .52rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #c4a85f;
  margin-top: 6px;
}
.book .b-stars {
  color: #c4a85f;
  margin: 18px 0 12px;
  font-size: .7rem;
  letter-spacing: .5em;
}
.book .b-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.1;
  letter-spacing: .02em;
  margin-bottom: 12px;
  color: inherit;
}
.book-1 .b-title { color: #1d2b25; }
.book .b-divider {
  width: 56px;
  height: 1px;
  background: #c4a85f;
  margin: 4px auto 12px;
}
.book .b-sub {
  font-style: italic;
  font-size: .62rem;
  line-height: 1.55;
  margin-bottom: 16px;
  font-family: 'Playfair Display', serif;
  opacity: .85;
}
.book .b-author {
  letter-spacing: .25em;
  font-size: .58rem;
  color: #c4a85f;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.book .b-foot {
  font-size: .54rem;
  line-height: 1.55;
  font-style: italic;
  color: rgba(255,255,255,.55);
  margin-top: auto;
  max-width: 170px;
  font-family: 'Playfair Display', serif;
}
.book-1 .b-foot { color: rgba(0,0,0,.55); }
.book .b-corner {
  position: absolute;
  width: 4px; height: 4px;
  background: #c4a85f;
  transform: rotate(45deg);
}
.book .b-corner.tl { top: 18px; left: 18px; }
.book .b-corner.tr { top: 18px; right: 18px; }
.book .b-corner.bl { bottom: 18px; left: 18px; }
.book .b-corner.br { bottom: 18px; right: 18px; }
.bonus-body .bonus-tag { color: #d07a28; font-weight: 700; font-size: 1.05rem; letter-spacing: .6px; margin-bottom: 12px; font-family: 'Inter', sans-serif; }
.bonus-body h4 { font-family: 'Playfair Display', serif; font-size: 1.85rem; color: #1d2b25; margin-bottom: 22px; line-height: 1.25; font-weight: 700; }
.bonus-body p { color: #3d4b43; font-size: 1.18rem; line-height: 1.65; margin-bottom: 16px; }
@media (max-width: 740px) {
  .bonus-card { grid-template-columns: 1fr; gap: 24px; padding: 30px 26px; text-align: center; }
  .bonus-img img { margin: 0 auto; max-width: 200px; }
}

/* ALL YOU GET - DARK GREEN */
.all-dark { background: #203C30; padding: 110px 20px; }
.all-dark-inner { max-width: 760px; margin: 0 auto; text-align: center; }
.all-title { color: #ffffff; font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(1.6rem, 3.2vw, 2.2rem); letter-spacing: .5px; margin-bottom: 50px; }
.all-list { list-style: none; text-align: left; padding: 0; max-width: 620px; margin: 0 auto; }
.all-list li { display: flex; align-items: flex-start; gap: 18px; padding: 14px 0; }
.all-list .check {
  flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%;
  background: #3fa960; color: #fff; font-weight: 700; font-size: .95rem;
  display: flex; align-items: center; justify-content: center; margin-top: 2px;
}
.all-item-title { color: #ffffff; font-weight: 700; font-size: 1.1rem; margin-bottom: 3px; font-family: 'Inter', sans-serif; }
.all-item-sub { color: #b9c9bf; font-size: .92rem; margin: 0; line-height: 1.45; }
.all-divider { width: 90px; height: 1px; background: #c0a96a; margin: 46px auto 20px; }
.all-dark .price .current { color: #ffffff; }
.all-dark .installments { color: #b9c9bf; }
.all-dark .small-info { color: #b9c9bf; }

/* NOT LIGHT */
.not-light { background: #E8E9E2; padding: 110px 20px; }
.not-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.not-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3.6vw, 2.4rem); color: #1d2b25; font-weight: 700; margin-bottom: 44px; }
.not-title em { font-style: italic; font-weight: 700; color: #1d2b25; }
.not-list { list-style: none; padding: 0; max-width: 480px; margin: 0 auto; text-align: left; }
.not-list li { padding: 12px 0 12px 24px; position: relative; color: #3d4b43; font-size: 1.1rem; }
.not-list li::before { content: '•'; position: absolute; left: 6px; color: #8a7a52; font-size: 1.4rem; top: 6px; }
.not-divider { width: 80px; height: 1px; background: #b8a982; margin: 38px auto 26px; }
.not-final strong { color: #1d2b25; font-size: 1.2rem; font-weight: 700; }

/* TESTIMONIALS LIGHT */
.t-light { background: #F6F6F4; padding: 110px 20px; }
.t-title { text-align: center; font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3.6vw, 2.4rem); color: #1d2b25; font-weight: 700; margin-bottom: 12px; }
.t-title em { font-style: italic; font-weight: 700; color: #1d2b25; }
.t-sub { text-align: center; color: #6a7166; font-size: 1.05rem; margin-bottom: 50px; }
.t-carousel { position: relative; max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 14px; }
.t-track-wrap { overflow: hidden; flex: 1; }
.t-track { display: flex; gap: 20px; transition: transform .5s ease; }
.t-card {
  flex: 0 0 calc((100% - 40px) / 3);
  min-height: 400px;
  background: linear-gradient(155deg, #4a6a55 0%, #3a5a45 50%, #2c4a38 100%);
  border-radius: 14px;
  padding: 38px 30px;
  color: #f1ede2;
  display: flex; flex-direction: column; justify-content: space-between;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}
.t-card p { font-family: 'Inter', sans-serif; font-style: normal; font-size: 1.02rem; line-height: 1.6; color: #f1ede2; }
.t-card cite { display: block; margin-top: 22px; font-style: normal; font-family: 'Inter', sans-serif; color: #d8d2bd; font-size: .95rem; }
.t-arrow {
  flex-shrink: 0;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(74,106,85,.35); border: 1px solid rgba(74,106,85,.5);
  color: #1d2b25; font-size: 1.5rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-family: serif; line-height: 1;
}
.t-arrow:hover { background: rgba(74,106,85,.55); }
@media (max-width: 900px) {
  .t-card { flex: 0 0 calc((100% - 20px) / 2); }
}
@media (max-width: 600px) {
  .t-card { flex: 0 0 100%; min-height: 340px; }
}

/* FAQ DARK */
.faq-dark { background: #203C30; padding: 110px 20px; }
.faq-title { font-family: 'Playfair Display', serif; font-size: clamp(1.9rem, 3.6vw, 2.4rem); color: #ffffff; font-weight: 700; margin-bottom: 40px; max-width: 760px; margin-left: auto; margin-right: auto; padding-left: 8px; }
.faq-title em { font-style: italic; font-weight: 700; color: #c0a96a; }
.faq-list-d { max-width: 760px; margin: 0 auto; }
.faq-d { border-bottom: 1px solid rgba(255,255,255,.18); }
.faq-q-d {
  cursor: pointer; padding: 22px 8px;
  color: #ffffff; font-family: 'Playfair Display', serif; font-weight: 700;
  font-size: 1.1rem;
  display: flex; justify-content: space-between; align-items: center;
}
.faq-q-d::after { content: '⌄'; color: #ffffff; font-size: 1.3rem; line-height: 1; transition: transform .2s; margin-left: 14px; }
.faq-d.open .faq-q-d::after { transform: rotate(180deg); }
.faq-a-d { max-height: 0; overflow: hidden; transition: max-height .3s ease; color: #c9d3cb; padding: 0 8px; }
.faq-d.open .faq-a-d { max-height: 400px; padding: 0 8px 22px; }
.faq-a-d p { font-family: 'Inter', sans-serif; font-size: .98rem; line-height: 1.6; }
.faq-cta-wrap { text-align: center; margin-top: 50px; }
.btn-faq {
  display: inline-block; background: #f1ede2; color: #1d2b25;
  font-weight: 600; font-size: 1rem; padding: 16px 40px; border-radius: 999px;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 6px 20px rgba(0,0,0,.25);
  transition: transform .2s;
}
.btn-faq:hover { transform: translateY(-2px); }

/* FINAL CTA LIGHT */
.final-light { background: #E8E9E2; padding: 110px 20px; }
.final-inner { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; }
.final-img-col img { width: 100%; max-width: 380px; border-radius: 14px; display: block; margin-left: auto; box-shadow: 0 12px 40px rgba(0,0,0,.18); }
.final-text-col h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3.4vw, 2.4rem); color: #1d2b25; font-weight: 700; line-height: 1.2; margin-bottom: 26px; }
.final-text-col h2 em { font-style: italic; font-weight: 700; color: #1d2b25; }
.final-text-col p { color: #3d4b43; font-size: 1.05rem; line-height: 1.65; margin-bottom: 16px; }
.final-imediato { color: #1d2b25 !important; }
.final-imediato strong { color: #1d2b25; font-weight: 700; }
.final-light .price .current { color: #1d2b25; }
.final-light .installments { color: #6a7166; }
.final-light .small-info { color: #6a7166; }
@media (max-width: 800px) {
  .final-inner { grid-template-columns: 1fr; gap: 36px; }
  .final-img-col img { margin: 0 auto; }
  .final-text-col { text-align: center; }
}

/* FOOTER */
footer {
  background: #0f0c09; padding: 40px 20px; text-align: center;
  color: #8a8170; font-size: .88rem;
}
footer p { max-width: 680px; margin: 10px auto; }
footer .links { margin-top: 16px; }
footer .links a { margin: 0 10px; color: #b5ac94; }
footer .links a:hover { color: #e89a4a; }

@media (max-width: 600px) {
  section { padding: 60px 18px; }
}

/* EXIT POPUP */
.exit-overlay {
  display: none;
  position: fixed; inset: 0;
  background: rgba(0,0,0,.75);
  z-index: 9999;
  align-items: center; justify-content: center;
  padding: 20px;
  animation: fadeIn .3s ease;
}
.exit-overlay.show { display: flex; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.exit-modal {
  position: relative;
  max-width: 480px; width: 100%;
  animation: popIn .35s ease;
}
@keyframes popIn { from { transform: scale(.85); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.exit-link { display: block; cursor: pointer; }
.exit-link img {
  width: 100%; height: auto; display: block;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,.5);
}
.exit-close {
  position: absolute; top: -16px; right: -16px;
  width: 40px; height: 40px; border-radius: 50%;
  background: #fff; color: #333;
  border: none; font-size: 1.6rem; cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,.3);
  z-index: 10;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
}
.exit-close:hover { background: #f0f0f0; }
