@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Inter:wght@400;500;700;800;900&display=swap');

:root {
  --bg: #F8F5F1;
  --white: #fff;
  --text: #2B2825;
  --muted: #6F675E;
  --dark: #1D1814;
  --gold: #C99F5D;
  --gold-dark: #8A642B;
  --line: rgba(201, 159, 93, .28);
  --shadow: 0 24px 70px rgba(31, 27, 24, .13);
  --sage: #EAF2EC;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
img { width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }

.mobile-page { display: none; }
.desktop-page { display: block; }

/* =========================================================
   DESKTOP VERSION
   ========================================================= */
.container { width: min(1120px, 92%); margin: auto; }
.narrow { max-width: 860px; text-align: center; }
.topbar {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  background: linear-gradient(90deg, #1D1814, #3A2B1E, #1D1814);
  color: #fff;
  padding: 11px 16px;
  font-size: 14px;
  text-align: center;
}
.topbar strong { color: #F2D6A2; }
h1, h2 {
  font-family: 'Playfair Display', serif;
  color: var(--dark);
  line-height: 1.04;
  letter-spacing: -.8px;
}
h1 { font-size: clamp(36px, 5vw, 62px); margin: 0 0 22px; max-width: 760px; }
h2 { font-size: clamp(30px, 4vw, 50px); margin: 0 0 18px; }
h3 { margin: 0 0 10px; font-size: 22px; color: var(--dark); }
p { color: var(--muted); font-size: 18px; margin: 0 0 14px; }
.subtitle { font-size: 20px; max-width: 650px; }
.pill, .eyebrow {
  display: inline-flex;
  color: #7A5A2A;
  background: rgba(215, 192, 160, .28);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.eyebrow.light { color: #fff; background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .25); }
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, var(--dark), #000);
  color: #fff;
  border-radius: 999px;
  padding: 17px 30px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .5px;
  box-shadow: var(--shadow);
  border: 0;
  cursor: pointer;
  text-align: center;
}
.btn:hover { transform: translateY(-2px); }
.btn-soft, .btn-gold { background: linear-gradient(135deg, #8A642B, #C99F5D); }
.btn.wide { width: 100%; }
.microcopy, .secure { font-size: 13px; margin-top: 14px; text-align: center; }
.microcopy { color: var(--muted); }
.secure, .offer-box .secure { color: #2B2825 !important; font-weight: 700; opacity: .85; display: block; width: 100%; }
.center-cta { text-align: center; margin-top: 34px; }
.hero {
  padding: 74px 0 60px;
  background: radial-gradient(circle at 88% 8%, rgba(201, 159, 93, .28), transparent 28%), linear-gradient(135deg, #fffaf4 0%, #f5eee6 50%, #fbf8f4 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 48px; align-items: center; }
.hero-points, .system-steps, .track-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 24px 0; }
.hero-points div, .system-card, .track-card {
  background: rgba(255, 255, 255, .76);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  font-weight: 800;
  color: var(--dark);
}
.system-card, .track-card { background: #fff; box-shadow: 0 12px 34px rgba(31, 27, 24, .06); }
.system-card span, .track-card span { display: inline-flex; color: var(--gold-dark); font-weight: 900; letter-spacing: 1px; margin-bottom: 8px; }
.system-card p, .track-card p { font-size: 15px; margin: 0; }
.hero-photo-wrap { position: relative; }
.hero-photo { height: 520px; object-fit: cover; border-radius: 36px; border: 14px solid #fff; box-shadow: var(--shadow); }
.floating-card { position: absolute; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 22px; padding: 17px 18px; }
.floating-card strong { display: block; font-family: 'Playfair Display', serif; font-size: 24px; color: var(--dark); line-height: 1.1; }
.floating-card span { font-size: 14px; color: var(--muted); }
.floating-card.top { top: 26px; right: -16px; max-width: 260px; }
.floating-card.bottom { bottom: 26px; left: -16px; }
.section { padding: 78px 0; }
.section-title { text-align: center; max-width: 880px; margin: 0 auto 42px; }
.identification, .proof, .receive, .faq-section { background: #fff; }
.cycle-grid, .results-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 34px; }
.cycle-card { background: var(--bg); border: 1px solid var(--line); border-radius: 24px; padding: 24px; box-shadow: 0 12px 34px rgba(31, 27, 24, .06); }
.cycle-card span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--dark); color: #fff; font-weight: 900; margin-bottom: 16px; }
.cycle-card p { font-size: 15px; }
.dark-section { background: radial-gradient(circle at 12% 0%, rgba(215, 192, 160, .26), transparent 35%), linear-gradient(135deg, #211b17, #0f0d0c); color: #fff; }
.dark-grid, .expert-grid, .offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.dark-section h2, .offer h2, .offer h3 { color: #fff; }
.dark-section p, .offer p { color: rgba(255, 255, 255, .78); }
.expert { background: linear-gradient(135deg, #fffaf4, #f1e4d6); }
.expert-image { background: #fff; border: 1px solid var(--line); padding: 14px; border-radius: 36px; box-shadow: var(--shadow); }
.expert-image img { height: 500px; object-fit: cover; border-radius: 26px; }
.specialties { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 22px 0; }
.specialties div { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 13px 15px; font-weight: 800; }
.system-section, .tracks { background: linear-gradient(180deg, #fff, var(--bg)); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-grid img { width: 100%; aspect-ratio: 4 / 5; height: auto; background: #fff; border: 1px solid var(--line); border-radius: 22px; object-fit: contain; box-shadow: 0 12px 40px rgba(31, 27, 24, .08); }
.results-section { background: linear-gradient(135deg, #fffaf4, #f2e2d0); }
.results-grid { grid-template-columns: repeat(3, 1fr); }
.result-card { background: #fff; border: 1px solid var(--line); border-radius: 28px; overflow: hidden; box-shadow: 0 14px 42px rgba(31, 27, 24, .08); }
.result-card img { width: 100%; aspect-ratio: 4 / 3; height: auto; object-fit: cover; }
.result-card div { padding: 22px; }
.result-card strong { display: block; color: var(--dark); font-size: 18px; margin-bottom: 8px; }
.result-card p { font-size: 15px; margin: 0; }
.result-disclaimer { max-width: 840px; margin: 22px auto 0; text-align: center; font-size: 13px; color: var(--muted); }
.track-grid { grid-template-columns: repeat(3, 1fr); }
.value-stack { max-width: 840px; margin: auto; display: grid; gap: 12px; }
.stack-item { display: flex; justify-content: space-between; gap: 22px; align-items: center; background: var(--bg); border: 1px solid var(--line); border-radius: 20px; padding: 18px 22px; }
.stack-item strong { font-size: 18px; color: var(--dark); }
.stack-item p { font-size: 15px; margin: 3px 0 0; }
.stack-item span { font-size: 22px; font-weight: 900; color: var(--gold-dark); white-space: nowrap; }
.total-box { max-width: 840px; margin: 20px auto 0; background: linear-gradient(135deg, var(--dark), #3b3027); color: #fff; border-radius: 28px; padding: 26px; text-align: center; }
.total-box span { color: rgba(255, 255, 255, .75); display: block; }
.total-box strong { display: block; color: #F7D79B; font-size: 36px; }
.offer { padding: 86px 0; background: radial-gradient(circle at 12% 0%, rgba(215, 192, 160, .28), transparent 36%), linear-gradient(135deg, #211b17, #0f0d0c); color: #fff; }
.offer-box { background: #fff; color: var(--text); border-radius: 34px; padding: 34px; box-shadow: var(--shadow); }
.offer-box h3 { color: var(--dark); font-size: 27px; }
.offer-lines { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 22px 0; }
.offer-lines div { background: var(--bg); border: 1px solid var(--line); border-radius: 14px; padding: 12px; font-weight: 800; }
.price-area { text-align: center; margin: 24px 0; }
.price-area span { color: var(--muted); }
.price-area strong { display: block; font-size: 64px; line-height: 1; font-weight: 900; color: var(--dark); letter-spacing: -2px; }
.price-area small { color: var(--gold-dark); font-weight: 800; }
.guarantee { background: linear-gradient(135deg, var(--sage), #fff); }
.guarantee-card { display: grid; grid-template-columns: 170px 1fr; gap: 32px; align-items: center; background: #fff; border: 2px solid rgba(84, 116, 90, .18); border-radius: 38px; padding: 40px; box-shadow: var(--shadow); }
.seal { width: 150px; height: 150px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle, #fff 48%, #E7F2E8 49%); border: 6px solid #6F9B76; color: #3E6845; box-shadow: 0 14px 35px rgba(68, 105, 75, .18); }
.seal span { font-size: 62px; font-weight: 900; line-height: 1; }
.seal small { font-weight: 900; letter-spacing: 2px; }
.guarantee-card strong { color: #3E6845; font-size: 18px; }
.final-cta { text-align: center; background: linear-gradient(135deg, #fffaf4, #f2e2d0); }
.final-cta p { max-width: 650px; margin: 0 auto 24px; }
.faq { display: grid; gap: 16px; max-width: 860px; margin: auto; }
details { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 22px; box-shadow: 0 8px 26px rgba(31, 27, 24, .04); }
summary { font-weight: 900; cursor: pointer; color: var(--dark); }
details p { margin-top: 12px; }
.sticky { display: none; position: sticky; bottom: 0; z-index: 10; background: rgba(248, 245, 241, .94); backdrop-filter: blur(10px); border-top: 1px solid var(--line); padding: 12px 0; }
.sticky-inner { display: flex; justify-content: space-between; align-items: center; gap: 14px; }
footer { background: var(--dark); color: rgba(255, 255, 255, .74); text-align: center; padding: 36px 0; font-size: 14px; }

/* =========================================================
   MOBILE VERSION — SHOWS ONLY ON SMALL SCREENS
   ========================================================= */
@media (max-width: 768px) {
  .desktop-page { display: none; }
  .mobile-page { display: block; padding-bottom: 86px; }
  body { background: #fffaf6; }

  .m-container { width: min(100% - 30px, 460px); margin: 0 auto; }
  .mobile-topbar {
    background: #1D1814;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    display: grid;
    gap: 2px;
    font-size: 12px;
  }
  .mobile-topbar strong { color: #F6D9A4; font-size: 13px; }

  .m-hero {
    padding: 28px 0 26px;
    background: radial-gradient(circle at 80% 0%, rgba(201,159,93,.24), transparent 34%), linear-gradient(180deg, #fffaf4, #f3e6d8);
  }
  .m-pill, .m-eyebrow {
    display: inline-flex;
    background: rgba(201,159,93,.14);
    border: 1px solid rgba(201,159,93,.28);
    color: #7A5A2A;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  .m-eyebrow.light { color: #fff; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.12); }
  .m-hero h1, .mobile-page h2 {
    font-family: 'Playfair Display', serif;
    line-height: 1.04;
    color: var(--dark);
    letter-spacing: -.6px;
    margin: 0 0 12px;
  }
  .m-hero h1 { font-size: 38px; }
  .mobile-page h2 { font-size: 29px; }
  .mobile-page p { font-size: 15px; color: var(--muted); margin: 0 0 14px; line-height: 1.55; }
  .m-price-chip {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 14px 16px;
    margin: 18px 0 12px;
    box-shadow: 0 12px 36px rgba(31,27,24,.08);
  }
  .m-price-chip span { color: var(--muted); font-size: 13px; }
  .m-price-chip strong { color: var(--dark); font-size: 34px; font-weight: 900; line-height: .95; }
  .m-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 999px;
    padding: 16px 20px;
    background: linear-gradient(135deg, #1D1814, #000);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .4px;
    box-shadow: 0 18px 46px rgba(31,27,24,.18);
    cursor: pointer;
    text-align: center;
  }
  .m-btn.secondary { margin-top: 18px; background: linear-gradient(135deg, #8A642B, #C99F5D); }
  .mobile-page small { display: block; color: var(--muted); font-size: 12px; text-align: center; margin-top: 8px; }
  .m-hero-img {
    margin-top: 20px;
    height: 290px;
    object-fit: cover;
    object-position: center top;
    border-radius: 26px;
    border: 8px solid #fff;
    box-shadow: 0 18px 50px rgba(31,27,24,.12);
  }

  .m-section { padding: 42px 0; }
  .m-pain { background: #fff; }
  .m-checklist { display: grid; gap: 10px; margin: 18px 0; }
  .m-checklist div {
    background: #F8F5F1;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 12px 14px;
    color: var(--dark);
    font-weight: 800;
    font-size: 14px;
  }
  .m-note { font-weight: 800; color: var(--dark) !important; }

  .m-how { background: linear-gradient(180deg, #fffaf4, #fff); }
  .m-steps { display: grid; gap: 12px; margin-top: 16px; }
  .m-steps div {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 12px 34px rgba(31,27,24,.06);
  }
  .m-steps span {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--dark);
    color: #fff;
    font-weight: 900;
    margin-bottom: 10px;
  }
  .m-steps strong { display: block; color: var(--dark); font-size: 17px; }
  .m-steps p { font-size: 14px; margin: 4px 0 0; }

  .m-results { background: #F8F5F1; }
  .m-scroll {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 82%;
    gap: 14px;
    overflow-x: auto;
    padding: 4px 0 14px;
    scroll-snap-type: x mandatory;
  }
  .m-scroll::-webkit-scrollbar { display: none; }
  .m-result-card {
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 34px rgba(31,27,24,.08);
  }
  .m-result-card img { aspect-ratio: 4 / 3; object-fit: cover; }
  .m-result-card strong { display: block; padding: 14px; color: var(--dark); font-size: 14px; }
  .m-disclaimer { font-size: 11px !important; text-align: center; }

  .m-social { background: #fff; }
  .m-testimonials { grid-auto-columns: 72%; }
  .m-testimonials img {
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    aspect-ratio: 4 / 5;
    object-fit: contain;
    box-shadow: 0 12px 34px rgba(31,27,24,.08);
  }

  .m-includes { background: linear-gradient(180deg, #fff, #F8F5F1); }
  .m-includes-list { display: grid; gap: 10px; margin-top: 16px; }
  .m-includes-list div {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 14px;
  }
  .m-includes-list strong { display: block; color: var(--dark); font-size: 16px; }
  .m-includes-list span { color: var(--muted); font-size: 13px; }

  .m-care-library { background: #fff; }
  .m-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
  .m-tags span {
    background: #F8F5F1;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 9px 12px;
    color: var(--dark);
    font-size: 13px;
    font-weight: 800;
  }

  .m-offer {
    padding: 46px 0;
    background: radial-gradient(circle at 12% 0%, rgba(215, 192, 160, .28), transparent 36%), linear-gradient(135deg, #211b17, #0f0d0c);
    color: #fff;
  }
  .m-offer h2 { color: #fff; }
  .m-offer p { color: rgba(255,255,255,.78); }
  .m-offer-box {
    margin-top: 20px;
    background: #fff;
    color: var(--text);
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 18px 60px rgba(0,0,0,.22);
  }
  .m-offer-box > strong { display: block; color: var(--dark); font-size: 18px; margin-bottom: 14px; }
  .m-price { text-align: center; margin-bottom: 18px; }
  .m-price span { display: block; color: var(--muted); font-size: 13px; }
  .m-price b { display: block; color: var(--dark); font-size: 52px; line-height: 1; }

  .m-guarantee { background: #EAF2EC; }
  .m-guarantee-card { background: #fff; border: 1px solid rgba(84,116,90,.18); border-radius: 22px; padding: 20px; box-shadow: 0 12px 34px rgba(31,27,24,.06); }
  .m-guarantee-card strong { display: block; color: #3E6845; font-size: 19px; margin-bottom: 8px; }

  .m-faq { background: #fff; }
  .m-faq details { padding: 16px; border-radius: 16px; box-shadow: none; margin-top: 10px; }
  .m-faq summary { font-size: 14px; }
  .m-faq details p { font-size: 13px; }

  .m-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 14px calc(11px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(14px);
    border-top: 1px solid var(--line);
    box-shadow: 0 -12px 40px rgba(31,27,24,.12);
  }
  .m-sticky-cta strong { display: block; color: var(--dark); font-size: 18px; line-height: 1; }
  .m-sticky-cta span { display: block; color: var(--muted); font-size: 11px; }
  .m-sticky-cta button {
    border: 0;
    background: linear-gradient(135deg, #1D1814, #000);
    color: #fff;
    border-radius: 999px;
    padding: 13px 22px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
  }

  .m-footer { background: var(--dark); color: rgba(255,255,255,.72); padding: 28px 0; font-size: 12px; text-align: center; }
}

/* DESKTOP FALLBACK FOR INTERMEDIATE WIDTHS */
@media (min-width: 769px) and (max-width: 940px) {
  .hero-grid, .dark-grid, .expert-grid, .offer-grid, .cycle-grid, .testimonial-grid, .results-grid, .track-grid, .system-steps, .guarantee-card { grid-template-columns: 1fr; }
  .hero-points, .specialties, .offer-lines { grid-template-columns: 1fr; }
  .hero-photo, .expert-image img { height: 420px; }
  .floating-card { position: static; margin-top: 12px; }
  .stack-item { align-items: flex-start; flex-direction: column; }
  .total-box strong, .price-area strong { font-size: 46px; }
  .seal { margin: auto; }
  .sticky { display: block; }
}

/* =========================================================
   AJUSTES FINAIS MOBILE — PAMELA SANTOS
   Foto principal centralizada, selo da garantia, seção completa e FAQ completo
   ========================================================= */
@media (max-width: 768px) {
  .m-hero-img {
    height: 360px !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  .m-section-subtitle {
    font-size: 14px !important;
    color: var(--muted) !important;
    margin: 0 0 16px !important;
    line-height: 1.55 !important;
  }

  .m-includes-list.detailed div {
    padding: 16px !important;
  }

  .m-includes-list.detailed strong {
    font-size: 15px !important;
    line-height: 1.2 !important;
    margin-bottom: 4px !important;
  }

  .m-includes-list.detailed span {
    display: block !important;
    line-height: 1.45 !important;
  }

  .m-guarantee-card {
    display: grid !important;
    grid-template-columns: 88px 1fr !important;
    gap: 16px !important;
    align-items: center !important;
    padding: 20px !important;
  }

  .m-guarantee-seal {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: radial-gradient(circle, #ffffff 48%, #E7F2E8 49%);
    border: 4px solid #6F9B76;
    color: #3E6845;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(68, 105, 75, .18);
  }

  .m-guarantee-seal span {
    display: block;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
  }

  .m-guarantee-seal small {
    display: block;
    margin: 0;
    color: #3E6845;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    text-align: center;
  }

  .m-guarantee-card p {
    margin-bottom: 0 !important;
  }

  .m-faq details {
    background: #fff !important;
    border: 1px solid var(--line) !important;
    border-radius: 16px !important;
    padding: 16px !important;
  }

  .m-faq summary {
    color: var(--dark) !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
  }

  .m-faq details p {
    margin-top: 10px !important;
    line-height: 1.5 !important;
  }
}

@media (max-width: 390px) {
  .m-hero-img {
    height: 330px !important;
  }

  .m-guarantee-card {
    grid-template-columns: 76px 1fr !important;
    gap: 13px !important;
  }

  .m-guarantee-seal {
    width: 72px;
    height: 72px;
  }

  .m-guarantee-seal span {
    font-size: 30px;
  }
}
