:root {
  /* Marca Estampa & Encanta */
  --brand: #702888;      /* roxo da logo */
  --brand-d: #551d68;    /* roxo escuro */
  --brand-2: #8a3aa6;    /* roxo medio */
  --brand-tint: #f6eefa; /* fundo roxo suave */
  --brand-tint-2: #ecdbf3;
  --gold: #c0873f;       /* dourado (secundaria) */
  --gold-d: #9c6a25;
  --cta: #f26a1b;        /* laranja de conversao (botoes de compra) */
  --cta-d: #d9550c;
  /* Texto (mais escuro/legivel) */
  --ink: #2a1f31;        /* titulos */
  --ink-2: #3b2f45;
  --body: #392f43;       /* paragrafos */
  --muted: #5f5568;
  /* Neutros */
  --cream: #faf6f1;
  --cream-2: #f3ecdf;
  --line: #e7dced;
  --white: #ffffff;
  --green: #1f8a3b;
  --shadow: 0 18px 42px rgba(58, 30, 74, .16);
  --shadow-sm: 0 8px 22px rgba(58, 30, 74, .10);
  --shadow-cta: 0 12px 24px rgba(217, 85, 12, .34);
}

* { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--body);
  background: var(--cream);
  line-height: 1.72;
  font-size: 1.06rem;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--ink);
  line-height: 1.18;
  letter-spacing: -.01em;
}

p { color: var(--body); }
strong { color: var(--ink-2); }

.eyebrow {
  display: inline-block;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--brand);
  background: var(--brand-tint-2);
  padding: .38rem .9rem;
  border-radius: 50px;
  margin-bottom: 1rem;
}

.section { padding: 5rem 0; }
.section-alt { background: var(--brand-tint); }
.section-head { max-width: 740px; margin: 0 auto 3rem; }
.section-head h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); }
.section-sub { color: var(--muted); font-size: 1.14rem; margin-top: .8rem; }

/* ---------- Buttons ---------- */
.btn-cta {
  background: var(--cta);
  border: none;
  color: #fff;
  font-weight: 800;
  letter-spacing: .01em;
  padding: .9rem 2rem;
  border-radius: 50px;
  box-shadow: var(--shadow-cta);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn-cta:hover, .btn-cta:focus {
  background: var(--cta-d);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(217, 85, 12, .42);
}
.btn-cta.btn-lg { padding: 1.05rem 2.5rem; font-size: 1.12rem; }

.btn-outline-cta {
  background: transparent;
  border: 2px solid var(--brand);
  color: var(--brand);
  font-weight: 800;
  padding: .82rem 1.8rem;
  border-radius: 50px;
  transition: all .18s ease;
}
.btn-outline-cta:hover, .btn-outline-cta:focus {
  background: var(--brand);
  color: #fff;
  transform: translateY(-2px);
}

.btn-brand {
  background: var(--brand);
  border: none;
  color: #fff;
  font-weight: 800;
  padding: .85rem 1.9rem;
  border-radius: 50px;
  box-shadow: 0 10px 22px rgba(112, 40, 136, .32);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn-brand:hover, .btn-brand:focus {
  background: var(--brand-d);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(85, 29, 104, .42);
}

/* ---------- Navbar ---------- */
.site-nav {
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .25s ease, border-color .25s ease, padding .25s ease;
  padding: .6rem 0;
}
.site-nav.scrolled {
  box-shadow: var(--shadow-sm);
  border-color: var(--line);
  padding: .45rem 0;
}
.navbar-brand { display: flex; flex-direction: column; line-height: 1; gap: .15rem; }
.navbar-brand .brand-logo { height: 42px; width: auto; display: block; }
.navbar-brand .brand-sub {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .04em;
  color: var(--brand);
  align-self: center;
}
.site-nav.scrolled .navbar-brand .brand-logo { height: 36px; }
.site-nav .nav-link {
  color: var(--ink-2);
  font-weight: 600;
  font-size: .97rem;
  margin: 0 .35rem;
}
.site-nav .nav-link:hover { color: var(--brand); }
.navbar-toggler { border: none; padding: .25rem .4rem; color: var(--brand); }
.navbar-toggler:focus { box-shadow: none; }

/* ---------- Credibility bar ---------- */
.cred-bar {
  background: var(--brand-d);
  color: #f3e9f7;
  font-size: .84rem;
  font-weight: 500;
  padding: .58rem 0;
  margin-top: 88px;
  overflow: hidden;
}
.cred-track { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; }
.cred-track span { white-space: nowrap; }
.cred-track i { color: var(--gold); margin-right: .35rem; }

/* ---------- Hero ---------- */
.hero { padding: 3.5rem 0 4.5rem; background: linear-gradient(180deg, var(--brand-tint) 0%, #fff 100%); }
.hero h1 { margin-bottom: 1.2rem; }
.hero h1 .h1-a {
  display: block;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 600;
  color: var(--ink-2);
  margin-bottom: .35rem;
}
.hero h1 .h1-b {
  display: block;
  font-size: clamp(2.1rem, 5.2vw, 3.3rem);
  font-weight: 800;
  color: var(--brand);
}
.hero .lead { font-size: 1.16rem; color: var(--body); margin-bottom: 1.5rem; }
.value-list { list-style: none; padding: 0; margin: 0 0 1.8rem; }
.value-list li { display: flex; gap: .6rem; align-items: flex-start; margin-bottom: .55rem; font-weight: 500; color: var(--ink-2); }
.value-list i { color: var(--brand); font-size: 1.2rem; margin-top: .15rem; flex-shrink: 0; }

/* Destaque de oferta no hero */
.hero-offer {
  display: flex; align-items: center; flex-wrap: wrap; gap: .5rem 1.1rem;
  background: #fff; border: 2px solid var(--brand-tint-2);
  border-left: 6px solid var(--cta);
  border-radius: 16px; padding: 1rem 1.3rem; margin-bottom: 1.4rem;
  box-shadow: var(--shadow-sm);
}
.hero-offer .off-from { color: var(--muted); text-decoration: line-through; font-size: 1.05rem; }
.hero-offer .off-now { font-family: 'Inter', sans-serif; font-weight: 800; font-size: 2.1rem; letter-spacing: -.02em; color: var(--brand); line-height: 1; }
.hero-offer .off-cond { color: var(--ink-2); font-weight: 600; font-size: .95rem; }
.hero-offer .off-pix { color: var(--green); font-weight: 700; font-size: .95rem; }
.hero-cta .cta-micro { font-size: .95rem; color: var(--muted); margin-top: .9rem; max-width: 470px; }
.cta-micro strong { color: var(--cta-d); }

.hero-img-wrap { position: relative; }
.hero-img {
  width: 100%;
  border-radius: 22px;
  box-shadow: var(--shadow);
  object-fit: cover;
  object-position: center;
  aspect-ratio: 4 / 5;
}
.hero-badge {
  position: absolute;
  bottom: 18px; left: 18px;
  background: rgba(255, 255, 255, .96);
  color: var(--ink);
  font-weight: 700;
  font-size: .92rem;
  padding: .6rem 1rem;
  border-radius: 50px;
  box-shadow: var(--shadow-sm);
}
.hero-badge i { color: var(--brand); margin-right: .35rem; }

/* ---------- Seals ---------- */
.seals { background: #fff; padding: 2.2rem 0; border-bottom: 1px solid var(--line); }
.seal { display: flex; flex-direction: column; align-items: center; gap: .45rem; color: var(--ink-2); font-weight: 600; font-size: .95rem; }
.seal i { font-size: 1.8rem; color: var(--brand); }

/* ---------- Images ---------- */
.img-frame { border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); }
.img-frame img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 1 / 1; }
.img-frame img.img-lower { object-position: center bottom; }

/* ---------- Pillars ---------- */
.pillar {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 2rem 1.6rem;
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.pillar:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.pillar-ico {
  width: 58px; height: 58px;
  display: flex; align-items: center; justify-content: center;
  background: var(--brand-tint-2); color: var(--brand);
  border-radius: 14px; font-size: 1.55rem; margin-bottom: 1.1rem;
}
.pillar h3 { font-size: 1.3rem; margin-bottom: .5rem; }
.pillar p { color: var(--muted); margin: 0; font-size: 1.02rem; }

/* ---------- Benefit list ---------- */
.benefit-list { list-style: none; padding: 0; margin: 0 0 1.8rem; }
.benefit-list li {
  display: flex; gap: .75rem; align-items: flex-start;
  padding: .6rem 0; border-bottom: 1px dashed var(--line);
  color: var(--ink-2); font-weight: 500; font-size: 1.04rem;
}
.benefit-list li:last-child { border-bottom: none; }
.benefit-list i { color: var(--brand); font-size: 1.2rem; margin-top: .18rem; flex-shrink: 0; }

/* ---------- Steps ---------- */
.step {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 2rem 1.5rem 1.6rem; height: 100%; position: relative;
  box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease;
}
.step:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.step-num {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--brand); color: #fff; font-weight: 800; font-size: 1.35rem;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif; margin-bottom: 1rem;
  box-shadow: 0 6px 14px rgba(112, 40, 136, .35);
}
.step h3 { font-size: 1.2rem; margin-bottom: .5rem; }
.step p { color: var(--muted); margin: 0; font-size: 1rem; }
.step-note { display: block; margin-top: .7rem; font-size: .92rem; font-weight: 600; color: var(--brand); }
.step-note i { margin-right: .3rem; }

.trust-note {
  display: flex; align-items: center; gap: 1rem;
  background: var(--brand); color: #f4e9f8; border-radius: 18px;
  padding: 1.5rem 1.8rem; margin-top: 2.5rem;
}
.trust-note i { font-size: 2rem; color: var(--gold); flex-shrink: 0; }
.trust-note p { color: #f4e9f8; margin: 0; font-size: 1.06rem; }

/* ---------- Kit list ---------- */
.kit-list { list-style: none; padding: 0; margin: 0 0 1.3rem; }
.kit-list li { display: flex; gap: .9rem; align-items: flex-start; margin-bottom: 1rem; }
.kit-list i {
  color: var(--brand); font-size: 1.2rem; margin-top: .2rem; flex-shrink: 0;
  width: 42px; height: 42px; background: var(--brand-tint-2); border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
}
.kit-list span { color: var(--body); font-size: 1.04rem; }
.kit-foot { color: var(--muted); font-style: italic; }
.kit-help {
  display: flex; align-items: center; gap: .6rem;
  background: var(--brand-tint); border: 1px solid var(--brand-tint-2);
  border-radius: 12px; padding: .8rem 1rem; margin-top: .3rem;
  color: var(--ink-2); font-weight: 600; font-size: .98rem;
}
.kit-help i { color: var(--brand); font-size: 1.3rem; flex-shrink: 0; }

/* ---------- Reviews ---------- */
.review {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 1.8rem; height: 100%; box-shadow: var(--shadow-sm);
}
.stars { color: var(--gold); margin-bottom: .8rem; font-size: 1rem; }
.review-text { color: var(--body); font-style: italic; font-size: 1.04rem; }
.review-author { display: flex; align-items: center; gap: .6rem; margin-top: 1rem; font-weight: 700; color: var(--ink-2); }
.avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--brand); color: #fff; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.placeholder-note {
  margin-top: 1.8rem; color: var(--muted); font-size: .92rem;
  background: var(--brand-tint); border-radius: 12px; padding: .8rem 1rem;
  display: block; max-width: 740px; margin-left: auto; margin-right: auto; text-align: center;
}

/* ---------- Offer ---------- */
.section-offer { background: linear-gradient(180deg, #fff 0%, var(--brand-tint) 100%); }
.price-card {
  background: #fff; border: 1px solid var(--line); border-radius: 22px;
  padding: 2.2rem; height: 100%; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; position: relative;
}
.price-card-featured {
  border: 2px solid var(--brand);
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}
.ribbon {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--brand); color: #fff; font-weight: 700; font-size: .82rem;
  padding: .35rem 1.15rem; border-radius: 50px; letter-spacing: .03em;
  box-shadow: 0 6px 14px rgba(112, 40, 136, .4);
}
.price-head h3 { font-size: 1.55rem; margin-bottom: .3rem; }
.price-tag-mini { color: var(--muted); font-size: .95rem; }
.price-value { margin: 1.3rem 0; display: flex; flex-direction: column; gap: .2rem; }
.price-from { color: var(--muted); font-size: .98rem; }
.price-now { font-family: 'Inter', sans-serif; font-size: 2.9rem; font-weight: 800; letter-spacing: -.02em; color: var(--brand); line-height: 1; }
.price-cond { color: var(--ink-2); font-size: .96rem; margin-top: .3rem; }
.price-pix { color: var(--green); font-weight: 700; font-size: .96rem; margin-top: .3rem; }
.price-free {
  display: inline-flex; align-items: center; gap: .4rem; align-self: flex-start;
  background: #e7f6ea; color: var(--green); font-weight: 800; font-size: .98rem;
  padding: .38rem .95rem; border-radius: 50px; margin-top: .55rem;
}
.price-bonus {
  display: flex; align-items: center; gap: .55rem; align-self: stretch;
  background: linear-gradient(90deg, #fff4e9, #ffe9d6); color: var(--cta-d);
  font-weight: 800; font-size: .98rem;
  padding: .55rem .95rem; border-radius: 12px; margin-top: .55rem;
  border: 1px dashed var(--cta);
}
.price-bonus i { font-size: 1.25rem; flex-shrink: 0; }
.price-includes { list-style: none; padding: 0; margin: 0 0 1.6rem; flex-grow: 1; }
.price-includes li { display: flex; gap: .6rem; align-items: flex-start; padding: .48rem 0; color: var(--body); font-size: 1.01rem; }
.price-includes i { color: var(--brand); font-size: 1.15rem; flex-shrink: 0; margin-top: .1rem; }
.offer-fineprint { text-align: center; color: var(--muted); font-size: .9rem; margin-top: 1.8rem; }

.addon {
  display: flex; gap: 1rem; align-items: center;
  max-width: 720px; margin: 2rem auto 0;
  background: #fff; border: 1px solid var(--brand-tint-2);
  border-left: 6px solid var(--gold);
  border-radius: 16px; padding: 1.2rem 1.5rem; box-shadow: var(--shadow-sm);
}
.addon-ico { font-size: 2rem; color: var(--gold); flex-shrink: 0; }
.addon-body h4 { font-size: 1.15rem; margin-bottom: .25rem; }
.addon-body p { margin: 0; color: var(--body); font-size: 1rem; }
.addon-body strong { color: var(--brand); }

.checkout-note {
  display: flex; gap: 1.2rem; align-items: flex-start;
  background: #fff; border: 1px dashed var(--brand); border-radius: 18px;
  padding: 1.6rem 1.8rem; margin-top: 2rem; box-shadow: var(--shadow-sm);
}
.checkout-note-ico { font-size: 1.9rem; color: var(--brand); flex-shrink: 0; }
.checkout-note h4 { font-size: 1.2rem; margin-bottom: .4rem; }
.checkout-note p { margin: 0; color: var(--body); font-size: 1.01rem; }

/* ---------- FAQ ---------- */
.faq-accordion .accordion-item { border: 1px solid var(--line); border-radius: 14px !important; margin-bottom: .8rem; overflow: hidden; }
.faq-accordion .accordion-button {
  font-weight: 600; color: var(--ink); background: #fff; font-size: 1.08rem;
  font-family: 'Playfair Display', serif;
}
.faq-accordion .accordion-button:not(.collapsed) { background: var(--brand-tint); color: var(--brand); box-shadow: none; }
.faq-accordion .accordion-button:focus { box-shadow: none; border-color: var(--line); }
.faq-accordion .accordion-button::after {
  filter: invert(19%) sepia(43%) saturate(2200%) hue-rotate(266deg) brightness(75%) contrast(95%);
}
.faq-accordion .accordion-body { color: var(--body); font-size: 1.02rem; }

/* ---------- Final CTA ---------- */
.final-cta {
  background: linear-gradient(135deg, var(--brand-d) 0%, var(--brand) 100%);
  color: #f4e9f8; padding: 5rem 0; text-align: center;
}
.final-cta h2 { color: #fff; font-size: clamp(1.9rem, 4.5vw, 2.8rem); margin-bottom: 1rem; }
.final-cta p { color: #eaddf1; max-width: 740px; margin: 0 auto 1rem; font-size: 1.08rem; }
.final-cta-sub { font-size: 1rem; color: #d8c4e3 !important; }
.final-cta .btn-cta { margin-top: 1rem; }
.final-cta-micro { font-size: .92rem; color: #c9b2d6 !important; margin-top: 1.2rem !important; }

/* ---------- Footer ---------- */
.site-footer { background: #2a1633; color: #d3c2dd; padding: 3rem 0 1.5rem; }
.footer-logo { height: 68px; width: auto; margin-bottom: .6rem; }
.footer-brand-txt { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.15rem; color: #fff; display: block; }
.site-footer p { color: #d3c2dd; margin: .4rem 0 0; font-size: .95rem; }
.site-footer i { color: var(--gold); }
.site-footer hr { border: none; border-top: 1px solid #47325a; margin: 1.8rem 0 1rem; }
.copyright { text-align: center; font-size: .85rem; color: #a48fb3 !important; }

/* ---------- WhatsApp float ---------- */
.wa-float {
  position: fixed; bottom: 22px; right: 22px; z-index: 1030;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: #fff; font-size: 1.8rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 20px rgba(37, 211, 102, .45);
  transition: transform .2s ease;
}
.wa-float:hover { transform: scale(1.08); color: #fff; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .price-card-featured { transform: none; }
  .site-nav .nav-link { margin: .2rem 0; }
  .navbar-collapse { background: #fff; border-radius: 14px; padding: 1rem; margin-top: .6rem; box-shadow: var(--shadow-sm); }
  .hero { padding: 2rem 0 3rem; }
  .cred-track { gap: 1rem; font-size: .78rem; }
}
@media (max-width: 575px) {
  .section { padding: 3.2rem 0; }
  .price-now { font-size: 2.7rem; }
  .hero-offer .off-now { font-size: 2rem; }
  .trust-note { flex-direction: column; text-align: center; }
  .checkout-note { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  * { scroll-behavior: auto; }
}
