/* ======================================================
   ENCAIXEI — LANDING PAGE CSS
   Usa paleta e fontes de encaixei.css
   ====================================================== */

:root {
  --r-nude:   #E8C5B8;
  --r-med:    #D4A090;
  --r-deep:   #B87A6B;
  --r-dark:   #9A6055;
  --mauve:    #7D5A5A;
  --m-dark:   #4A2E2E;
  --cream:    #FAF6F3;
  --cream-d:  #F0E8E3;
  --white:    #FFFFFF;
  --text:     #1A0A0A;
  --text-l:   #6B4545;
  --green:    #2E7D32;
  --f-disp:   'Playfair Display', Georgia, serif;
  --f-body:   'DM Sans', system-ui, sans-serif;
  --rad:      16px;
  --rad-sm:   10px;
  --sh:       0 4px 20px rgba(74,46,46,.12);
  --sh-lg:    0 8px 40px rgba(74,46,46,.18);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--f-body);
  background: var(--white);
  color: var(--text);
  line-height: 1.65;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* === CONTAINER === */
.lp-wrap {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 20px;
}

/* === TIPOGRAFIA === */
.lp-h1 {
  font-family: var(--f-disp);
  font-size: clamp(1.75rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--m-dark);
  margin-bottom: 1rem;
}
.lp-h2 {
  font-family: var(--f-disp);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--m-dark);
  margin-bottom: 1.5rem;
}
.lp-subtitle {
  font-size: 1.05rem;
  color: var(--text-l);
  margin-bottom: 1.75rem;
  max-width: 520px;
}
.lp-center { text-align: center; }

/* === BOTÕES === */
.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--f-body);
  font-weight: 700;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: transform .15s, box-shadow .15s, opacity .15s;
  text-align: center;
  white-space: nowrap;
  line-height: 1.2;
}
.lp-btn:hover  { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(74,46,46,.25); }
.lp-btn:active { transform: translateY(0); }

@keyframes lp-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(184,122,107,.6); }
  70%  { box-shadow: 0 0 0 14px rgba(184,122,107,0); }
  100% { box-shadow: 0 0 0 0 rgba(184,122,107,0); }
}
.lp-btn-primary {
  background: var(--r-deep);
  color: var(--white);
  animation: lp-pulse 1.8s ease-out infinite;
  transition: background .2s, transform .15s, box-shadow .15s;
}
.lp-btn-primary:hover,
.lp-btn-primary:focus-visible {
  background: var(--r-dark);
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 10px 30px rgba(154,96,85,.5);
  animation: none;
}
.lp-btn-primary:active { transform: translateY(0) scale(.98); }
.lp-btn-secondary { background: var(--mauve);  color: var(--white); }
.lp-btn-accent    { background: var(--white);  color: var(--m-dark); }

.lp-btn-lg   { padding: 16px 32px; font-size: 1rem; }
.lp-btn-sm   { padding: 10px 22px; font-size: .875rem; }
.lp-btn-full { width: 100%; margin-top: 1rem; }

.lp-btn-note {
  font-size: .78rem;
  color: var(--text-l);
  margin-top: .75rem;
  text-align: center;
}
.lp-cta-center { text-align: center; margin-top: 2.5rem; }

/* === HEADER === */
.lp-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250,246,243,.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--cream-d);
  padding-block: 12px;
}
.lp-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lp-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-disp);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--m-dark);
}
.lp-logo img { border-radius: 8px; }

/* === HERO === */
.lp-hero {
  background: linear-gradient(135deg, var(--cream) 0%, #F5EAE5 100%);
  padding-block: 60px 50px;
}
.lp-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
}
.lp-hero-text { flex: 1; }
.lp-hero-video { width: 100%; max-width: 260px; }

/* Vídeo 9:20 (Vimeo — gravação de tela de celular moderno) */
.lp-video-9x16 {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: var(--rad);
  overflow: hidden;
  background: #000;
  box-shadow: 0 0 0 3px var(--r-deep), 0 0 18px rgba(184,122,107,.55), 0 0 48px rgba(184,122,107,.22);
}
.lp-video-9x16 iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Vídeo 16:9 (YouTube — VSL Valéria) */
.lp-video-16x9 {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16/9;
  margin-inline: auto;
  border-radius: var(--rad);
  overflow: hidden;
  background: #000;
  box-shadow: 0 0 0 3px var(--r-deep), 0 0 18px rgba(184,122,107,.55), 0 0 48px rgba(184,122,107,.22);
  margin-top: 1.5rem;
}
.lp-video-16x9 iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* === CREDIBILIDADE === */
.lp-cred {
  background: var(--m-dark);
  color: var(--white);
  padding-block: 14px;
}
.lp-cred-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 20px;
  font-size: .85rem;
  font-weight: 600;
}
.lp-sep { opacity: .45; }

/* === DOR === */
.lp-dor {
  padding-block: 72px;
  background: var(--white);
}
.lp-dor-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
.lp-dor-img {
  width: 100%;
  max-width: 480px;
  border-radius: var(--rad);
  overflow: hidden;
  box-shadow: var(--sh);
}
.lp-dor-img img { width: 100%; object-fit: cover; }
.lp-dor-text p  { color: var(--text-l); margin-bottom: 1rem; }
.lp-dor-text .lp-btn { margin-top: 1.5rem; }

/* === JORNADA === */
.lp-jornada {
  padding-block: 72px;
  background: var(--cream);
}
.lp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 2rem;
}
.lp-card-feat {
  background: var(--white);
  border-radius: var(--rad);
  padding: 24px;
  box-shadow: var(--sh);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.lp-card-feat h3 {
  font-family: var(--f-disp);
  font-size: 1.1rem;
  color: var(--m-dark);
  line-height: 1.3;
}
.lp-card-feat p {
  font-size: .9rem;
  color: var(--text-l);
  line-height: 1.65;
}

/* Phone frame */
.lp-phone-frame {
  width: 100%;
  max-width: 210px;
  aspect-ratio: 9 / 19;
  border-radius: 20px;
  overflow: hidden;
  background: #1a1a1a;
  box-shadow: 0 0 0 2px var(--r-deep), 0 0 14px rgba(184,122,107,.5), 0 0 32px rgba(184,122,107,.18);
}
.lp-phone-frame img {
  width: 100%;
  height: auto;
  display: block;
}

/* Badge Pro */
.lp-pro-badge {
  display: inline-block;
  font-size: .62rem;
  font-family: var(--f-body);
  font-weight: 700;
  background: var(--r-deep);
  color: var(--white);
  padding: 2px 8px;
  border-radius: 20px;
  vertical-align: middle;
  margin-left: 6px;
}

/* === CARROSSEL === */
.lp-carousel {
  position: relative;
  overflow: hidden;
  cursor: grab;
}
.lp-carousel:active { cursor: grabbing; }
.lp-car-track {
  display: flex;
  height: 100%;
  transition: transform .45s ease;
  will-change: transform;
}
.lp-car-slide {
  min-width: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.lp-car-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.lp-car-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding-top: 8px;
}
.lp-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: none;
  background: var(--r-nude);
  cursor: pointer;
  padding: 0;
  transition: background .2s, transform .2s;
}
.lp-dot.active { background: var(--r-deep); transform: scale(1.3); }

/* === PROVA SOCIAL === */
.lp-prova {
  padding-block: 72px;
  background: var(--white);
}
.lp-depo-wrap {
  max-width: 740px;
  margin-inline: auto;
  margin-bottom: 2rem;
}
.lp-depo-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 1.25rem;
}
.lp-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--r-deep);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--f-disp);
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}
.lp-depo-header strong { display: block; font-weight: 700; color: var(--m-dark); }
.lp-depo-header span   { font-size: .82rem; color: var(--text-l); }

/* === TRIAL === */
.lp-trial {
  padding-block: 72px;
  background: linear-gradient(135deg, var(--cream-d) 0%, var(--cream) 100%);
}
.lp-trial-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
.lp-trial-text p { color: var(--text-l); margin-bottom: 1rem; }
.lp-trial-note {
  font-size: .82rem;
  color: var(--text-l);
  font-style: italic;
  padding: 12px 16px;
  background: var(--white);
  border-radius: var(--rad-sm);
  border-left: 3px solid var(--r-deep);
  margin-top: 1rem;
}
.lp-trial-text .lp-btn { margin-top: 1.75rem; }
.lp-trial-img {
  width: 100%;
  max-width: 480px;
  border-radius: var(--rad);
  overflow: hidden;
  box-shadow: var(--sh);
}
.lp-trial-img img { width: 100%; object-fit: cover; }

/* === PLANOS === */
.lp-planos {
  padding-block: 72px;
  background: var(--cream);
}
.lp-toggle-row {
  display: flex;
  justify-content: center;
  gap: 4px;
  background: var(--cream-d);
  border-radius: 50px;
  padding: 4px;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 2.5rem;
}
.lp-tgl {
  padding: 10px 26px;
  border-radius: 46px;
  border: none;
  cursor: pointer;
  font-family: var(--f-body);
  font-weight: 600;
  font-size: .9rem;
  background: transparent;
  color: var(--text-l);
  transition: all .2s;
  display: flex;
  align-items: center;
  gap: 8px;
}
.lp-tgl.active {
  background: var(--white);
  color: var(--m-dark);
  box-shadow: 0 2px 8px rgba(74,46,46,.12);
}
.lp-eco {
  font-size: .68rem;
  background: var(--green);
  color: var(--white);
  padding: 2px 8px;
  border-radius: 20px;
  font-weight: 700;
}
.lp-planos-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 780px;
  margin-inline: auto;
}
.lp-plano-card {
  background: var(--white);
  border-radius: var(--rad);
  overflow: hidden;
  box-shadow: var(--sh);
  border: 2px solid transparent;
  position: relative;
}
.lp-plano-pro { border-color: var(--r-deep); }
.lp-plano-badge-top {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--r-deep);
  color: var(--white);
  font-size: .7rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  z-index: 2;
}
.lp-plano-capa { width: 100%; }
.lp-plano-capa img { width: 100%; height: 180px; object-fit: cover; }
.lp-plano-body { padding: 24px; }
.lp-plano-nome {
  font-family: var(--f-disp);
  font-size: 1.3rem;
  color: var(--m-dark);
  margin-bottom: 4px;
}
.lp-plano-sub  { font-size: .82rem; color: var(--text-l); margin-bottom: 1rem; }
.lp-preco      { margin-bottom: 1.25rem; }
.lp-preco-v {
  font-family: var(--f-disp);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--m-dark);
  line-height: 1;
}
.lp-preco-v small { font-size: 1.2rem; }
.lp-preco-p   { font-size: .82rem; color: var(--text-l); margin-left: 4px; }
.lp-preco-e   { display: block; font-size: .78rem; color: var(--green); font-weight: 600; margin-top: 4px; }
.lp-feat-list { margin-bottom: 1.25rem; }
.lp-feat-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 5px 0;
  font-size: .85rem;
  color: var(--text-l);
}
.lp-feat-list li::before { content: "✓"; color: var(--green); font-weight: 700; flex-shrink: 0; }
.lp-feat-header { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--text-l); }
.lp-feat-header::before { content: ""; }
.lp-feat-pro { font-weight: 600; color: var(--m-dark); }
.lp-planos-nota { text-align: center; font-size: .82rem; color: var(--text-l); margin-top: 1.5rem; }

/* === FAQ === */
.lp-faq { padding-block: 72px; background: var(--white); }
.lp-acc {
  max-width: 740px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lp-acc-item {
  border: 1px solid var(--cream-d);
  border-radius: var(--rad-sm);
  overflow: hidden;
}
.lp-acc-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: var(--white);
  border: none;
  cursor: pointer;
  font-family: var(--f-body);
  font-size: .95rem;
  font-weight: 600;
  color: var(--m-dark);
  text-align: left;
  gap: 12px;
}
.lp-acc-btn:hover { background: var(--cream); }
.lp-acc-ic {
  font-size: 1.4rem;
  color: var(--r-deep);
  flex-shrink: 0;
  transition: transform .2s;
  line-height: 1;
}
.lp-acc-btn[aria-expanded="true"] .lp-acc-ic { transform: rotate(45deg); }
.lp-acc-body {
  overflow: hidden;
  transition: max-height .3s ease;
  max-height: 0;
}
.lp-acc-body:not([hidden]) {
  max-height: 300px;
}
/* override hidden para usar max-height animation */
.lp-acc-body[hidden] { display: block !important; max-height: 0; visibility: hidden; }
.lp-acc-body:not([hidden]) { visibility: visible; }
.lp-acc-body p { padding: 0 20px 18px; font-size: .9rem; color: var(--text-l); line-height: 1.65; }

/* === CTA FINAL === */
.lp-final {
  padding-block: 72px;
  background: var(--m-dark);
  color: var(--white);
}
.lp-final .lp-h2 { color: var(--white); }
.lp-final-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  text-align: center;
}
.lp-final-text p { color: rgba(255,255,255,.75); margin-bottom: 1.5rem; }
.lp-final-img {
  width: 100%;
  max-width: 440px;
  border-radius: var(--rad);
  overflow: hidden;
  box-shadow: var(--sh-lg);
}
.lp-final-img img { width: 100%; object-fit: cover; }

/* === FOOTER === */
.lp-footer {
  background: #1A0A0A;
  color: rgba(255,255,255,.6);
  padding-block: 36px;
}
.lp-footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.lp-footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.lp-logo-footer { color: rgba(255,255,255,.9); }
.lp-logo-footer img { border-radius: 6px; }
.lp-footer-nav { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }
.lp-footer-nav a { font-size: .82rem; color: rgba(255,255,255,.6); transition: color .15s; }
.lp-footer-nav a:hover { color: var(--r-nude); }
.lp-footer-legal { font-size: .75rem; max-width: 620px; line-height: 1.65; }
.lp-footer-legal a { color: var(--r-nude); text-decoration: underline; }
.lp-footer-copy { font-size: .75rem; }

/* ======================================================
   RESPONSIVE — TABLET E DESKTOP
   ====================================================== */
@media (min-width: 640px) {
  .lp-grid { grid-template-columns: 1fr 1fr; }
  .lp-planos-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 768px) {
  .lp-hero-inner {
    flex-direction: row;
    text-align: left;
    align-items: center;
  }
  .lp-hero-text { text-align: left; }
  .lp-hero-text .lp-subtitle { max-width: 100%; }
  .lp-hero-text .lp-btn-note { text-align: left; }
  .lp-hero-video { max-width: 240px; flex-shrink: 0; }

  .lp-dor-inner { flex-direction: row; align-items: center; }
  .lp-dor-img   { order: 2; flex-shrink: 0; }
  .lp-dor-text  { order: 1; flex: 1; }

  .lp-trial-inner { flex-direction: row; align-items: center; }
  .lp-trial-text { flex: 1; }

  .lp-final-inner { flex-direction: row; text-align: left; }
  .lp-final-text  { flex: 1; }

  .lp-footer-inner { align-items: flex-start; }
  .lp-footer-top   { flex-direction: row; justify-content: space-between; align-items: center; }
  .lp-footer-inner { text-align: left; }
  .lp-footer-nav   { justify-content: flex-end; }
  .lp-footer-legal { text-align: left; }
}

@media (min-width: 1024px) {
  .lp-grid { grid-template-columns: 1fr 1fr 1fr; }
}
