.elementor-1192 .elementor-element.elementor-element-057d4cf{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1192 .elementor-element.elementor-element-057d4cf.e-con{--flex-grow:0;--flex-shrink:0;}@media(max-width:1024px) and (min-width:768px){.elementor-1192 .elementor-element.elementor-element-057d4cf{--width:789px;}}/* Start custom CSS for html, class: .elementor-element-db34f63 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap');

/* =========================================================
   01. VARIÁVEIS / CORES
========================================================= */
:root {
  --bg: #fffaf7;
  --bg-soft: #fff1ea;
  --card: #ffffff;
  --text: #2b211d;
  --muted: #6d5a52;
  --primary: #d85b3f;
  --primary-dark: #b8462e;
  --accent: #f6c7b5;
  --line: #f0ddd5;
  --success: #2d8a5d;
  --shadow: 0 14px 40px rgba(76, 38, 28, 0.12);
  --radius: 22px;
  --max: 1180px;
}

/* =========================================================
   02. RESET / BASE GERAL
========================================================= */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif !important;
  color: var(--text);
  background: linear-gradient(180deg, #fffaf7 0%, #fff7f3 55%, #ffffff 100%);
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

#oferta,
#video,
section {
  scroll-margin-top: 120px;
}

h1.entry-title {
  display: none !important;
}

/* =========================================================
   03. TIPOGRAFIA
========================================================= */
h1,
h2,
h3,
.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3 {
  font-family: 'Inter', Arial, sans-serif !important;
  margin: 0 0 16px;
  line-height: 1.1;
}

h1 {
  font-size: clamp(34px, 6vw, 62px);
  font-weight: 900 !important;
  letter-spacing: -0.03em;
}

h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800 !important;
  letter-spacing: -0.02em;
}

h3 {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700 !important;
  letter-spacing: -0.02em;
}

p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 18px;
}

.muted-center h2 {
  margin-top: 0;
}

/* =========================================================
   04. LAYOUT GLOBAL / CONTAINERS / SEÇÕES
========================================================= */
.container {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.section {
  padding: 72px 0;
}

.section-sm {
  padding: 48px 0;
}

.section-tight {
  padding-top: 32px;
}

.alt {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #fff3ed 0%, #fffaf7 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.muted-center {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 34px;
}

/* =========================================================
   05. BADGES / EYEBROWS
========================================================= */
.eyebrow,
.eyebrow2 {
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--primary-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.eyebrow {
  background: var(--bg-soft);
}

.eyebrow2 {
  background: var(--bg);
}

/* =========================================================
   06. TOPO / HERO / NAV
========================================================= */
.hero {
  padding: 48px 0 72px;
  position: relative;
  z-index: 2;
  overflow: visible;
  scroll-margin-top: 0;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(8px);
  opacity: 0.45;
  pointer-events: none;
  z-index: -1;
}

.hero::before {
  width: 360px;
  height: 360px;
  background: #ffd9c7;
  top: -120px;
  right: -80px;
}

.hero::after {
  width: 280px;
  height: 280px;
  background: #ffe7dd;
  bottom: -80px;
  left: -80px;
}

.nav {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0 24px;
}

.brand {
  font-weight: 900;
  font-size: 38px;
  color: var(--text);
}

.brand span {
  color: var(--primary);
}

.nav .btn-secondary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  white-space: nowrap;
  background: linear-gradient(180deg, #d85b3f 0%, #b8462e 100%);
  color: #fff;
  border: none;
  font-weight: 900;
}

.nav .btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(216,91,63,0.3);
}

/* Hero centralizado */
.hero-grid {
  position: relative;
  z-index: 1;
}

.hero-grid.hero-centered {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 36px;
  text-align: center;
}

.hero-grid.hero-centered .hero-content,
.hero-grid.hero-centered .hero-video {
  width: min(100%, 860px);
}

.hero-content h1 {
  font-size: 44px;
}

.hero-grid.hero-centered .hero-list {
  max-width: 620px;
  margin: 24px auto 0;
  text-align: left;
}

.hero-grid.hero-centered .cta-row,
.hero-grid.hero-centered .pill-row {
  justify-content: center;
}

.hero-grid.hero-centered .hero-video {
  min-height: 420px;
}

.hero-grid.hero-centered .hero-video .play {
  margin-left: auto;
  margin-right: auto;
}

.hero-grid.hero-centered .hero-video h3,
.hero-grid.hero-centered .hero-video p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* =========================================================
   07. BOTÕES / CTAS / PILLS
========================================================= */
.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .02em;
  text-transform: uppercase;
  transition: .25s ease;
  border: 0;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(180deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #fff;
  box-shadow: 0 12px 30px rgba(216,91,63,0.28);
}

.btn-primary:hover {
  transform: translateY(-2px);
}

.btn-secondary {
  background: #fff;
  color: var(--text);
  border: 1px solid var(--line);
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.pill {
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 14px;
  color: var(--muted);
  font-weight: 700;
}

/* =========================================================
   08. CARDS / LISTAS / ÍCONES
========================================================= */
.hero-card,
.card {
  background: rgba(255,255,255,0.86);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(240,221,213,0.9);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px;
}

.hero-list,
.check-list,
.bullet-list,
.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hero-list li,
.check-list li,
.bullet-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  color: var(--text);
  font-size: 17px;
}

.hero-list li::before,
.check-list li::before,
.bullet-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--success);
  font-weight: 800;
}

.icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: var(--bg-soft);
  color: var(--primary-dark);
  display: grid;
  place-items: center;
  font-weight: 800;
  margin-bottom: 16px;
}

/* =========================================================
   09. VÍDEO
========================================================= */
.video-box {
  border-radius: 24px;
  background: linear-gradient(135deg, #2b211d 0%, #55382f 100%);
  padding: 24px;
  min-height: 420px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.video-box::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  pointer-events: none;
}

.video-box iframe {
  position: relative;
  z-index: 2;
}

.play {
  width: 86px;
  height: 86px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border: 1px solid rgba(255,255,255,0.18);
  font-size: 34px;
  font-weight: 800;
}

.mini {
  font-size: 14px;
  color: rgba(255,255,255,0.76);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}

.video-box h3 {
  font-size: clamp(28px, 4vw, 38px);
  max-width: 12ch;
}

/* =========================================================
   10. GRIDS / BLOCOS
========================================================= */
.grid-3,
.grid-4,
.grid-2 {
  display: grid;
  gap: 20px;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.timeline .card {
  position: relative;
  overflow: hidden;
}

.step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-weight: 800;
  margin-bottom: 16px;
}

.split-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.split-box .card h3 {
  margin-bottom: 10px;
}

.comparison {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 26px;
}

.comparison .card:first-child {
  border: 1px solid #f0d3cf;
  background: #fff8f7;
}

.comparison .card:last-child {
  border: 1px solid #dcefe3;
  background: #f8fffb;
}

/* =========================================================
   11. OFERTA / PREÇO / GARANTIA
========================================================= */
.price-box {
  text-align: center;
  padding: 36px;
  background: linear-gradient(180deg, #fff 0%, #fff7f3 100%);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  max-width: 760px;
  margin: 0 auto;
}

.price-old {
  color: var(--muted);
  text-decoration: line-through;
  font-size: 22px;
  margin-bottom: 10px;
}

.price-now {
  font-size: clamp(46px, 7vw, 72px);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 12px;
}

.price-now span {
  color: var(--primary);
}

.price-note {
  font-size: 16px;
  color: var(--muted);
  margin-bottom: 20px;
}

.badge-success {
  display: inline-block;
  margin-top: 16px;
  padding: 9px 12px;
  border-radius: 999px;
  background: #eef9f2;
  color: var(--success);
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* =========================================================
   12. DEPOIMENTOS / CARROSSÉIS
========================================================= */
.testimonial {
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
}

.stars {
  color: #f5a623;
  letter-spacing: .15em;
  font-size: 18px;
  font-weight: 800;
}

.author {
  font-weight: 800;
  color: var(--text);
}

.testimonial-carousel,
.testimonial-text-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
  padding: 8px 0 18px;
}

.testimonial-carousel:active,
.testimonial-text-carousel:active,
.testimonial-carousel.is-dragging,
.testimonial-text-carousel.is-dragging {
  cursor: grabbing;
}

.testimonial-carousel.is-dragging,
.testimonial-text-carousel.is-dragging {
  scroll-snap-type: none;
}

.testimonial-carousel::-webkit-scrollbar,
.testimonial-text-carousel::-webkit-scrollbar {
  display: none;
}

.testimonial-photo-card {
  flex: 0 0 260px;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.testimonial-photo-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  pointer-events: none;
}

.testimonial-caption {
  padding: 12px;
  font-size: 14px;
}

.testimonial-caption strong {
  display: block;
  color: var(--text);
}

.testimonial-caption span {
  color: var(--muted);
}

.testimonial-text-carousel .testimonial {
  flex: 0 0 calc((100% - 40px) / 3);
  scroll-snap-align: start;
  min-width: 0;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.dot {
  appearance: none;
  width: 9px;
  height: 9px;
  background: #e7cfc5;
  border-radius: 999px;
  transition: 0.25s ease;
  display: inline-block;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.dot.active {
  width: 26px;
  background: var(--primary);
}

/* =========================================================
   13. FAQ
========================================================= */
details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px 20px;
}

details + details {
  margin-top: 14px;
}

summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--text);
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

/* =========================================================
   14. CTA FINAL / FOOTER
========================================================= */
.cta-banner {
  background: linear-gradient(135deg, #2b211d 0%, #4a3028 100%);
  color: #fff;
  border-radius: 30px;
  padding: 42px;
  box-shadow: var(--shadow);
  text-align: center;
}

.cta-banner p {
  color: rgba(255,255,255,0.78);
}

footer {
  padding: 28px 0 50px;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
}

/* =========================================================
   15. RESPONSIVO - TABLET
========================================================= */
@media (max-width: 980px) {
  .grid-3,
  .grid-4,
  .timeline,
  .grid-2,
  .split-box,
  .comparison {
    grid-template-columns: 1fr;
  }

  .video-box {
    min-height: 320px;
  }

  .section {
    padding: 58px 0;
  }

  p {
    font-size: 17px;
  }

  .testimonial-text-carousel .testimonial {
    flex: 0 0 80%;
  }
}

/* =========================================================
   16. RESPONSIVO - CELULAR
========================================================= */
@media (max-width: 640px) {
  html {
    scroll-padding-top: 120px;
  }

  #oferta,
  #video,
  section {
    scroll-margin-top: 120px;
  }

  .hero {
    padding: 24px 0 48px;
  }

  .hero-grid.hero-centered {
    gap: 28px;
  }

  .nav {
    margin-bottom: 12px;
    align-items: center;
  }

  .brand {
    font-size: 24px;
    line-height: 1.1;
  }

  .nav .btn-secondary {
    min-height: 46px;
    padding: 0 18px;
    font-size: 12px;
  }

  .hero-content h1 {
    font-size: 32px;
    line-height: 1.15;
  }

  .eyebrow,
  .eyebrow2,
  .hero-content .eyebrow {
    margin-bottom: 14px;
    line-height: 1.25;
  }

  p {
    font-size: 16px;
    line-height: 1.5;
  }

  .btn {
    min-height: 52px;
    font-size: 13px;
    padding: 0 20px;
  }

  .cta-row {
    gap: 10px;
  }

  .hero-video,
  .video-box iframe {
    min-height: 220px !important;
  }

  .testimonial-photo-card {
    flex: 0 0 85%;
  }

  .testimonial-text-carousel .testimonial {
    flex: 0 0 90%;
  }
}
html {
  scroll-padding-top: 90px !important;
}

#oferta,
#video,
section {
  scroll-margin-top: 90px !important;
}

.hero {
  padding-top: 24px !important;
  overflow: visible !important;
  scroll-margin-top: 0 !important;
}

.nav {
  position: relative;
  z-index: 50;
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 90px !important;
  }

  #oferta,
  #video,
  section {
    scroll-margin-top: 90px !important;
  }

  .hero {
    padding-top: 24px !important;
  }
}


/* =========================================================
   17. AJUSTE FINAL - CARROSSÉIS COM SWIPE + SNAP MOBILE
   Mantém o carrossel navegável no celular, tablet e desktop.
========================================================= */
.testimonial-carousel,
.testimonial-text-carousel {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-y;
  cursor: grab;
}

.testimonial-carousel.is-dragging,
.testimonial-text-carousel.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.testimonial-photo-card,
.testimonial-text-carousel .testimonial {
  scroll-snap-align: center;
}

@media (max-width: 640px) {
  .testimonial-carousel,
  .testimonial-text-carousel {
    scroll-padding-inline: 7.5%;
  }

  .testimonial-photo-card {
    flex: 0 0 85%;
  }

  .testimonial-text-carousel .testimonial {
    flex: 0 0 90%;
  }
}
.testimonial-text-carousel {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
}

.testimonial-text-carousel .testimonial {
  scroll-snap-align: center;
}
.testimonial-text-carousel {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  scroll-snap-type: none !important;
  scroll-behavior: auto !important;
  cursor: grab;
}

.testimonial-text-carousel .testimonial {
  scroll-snap-align: none !important;
}


body {
  overflow-x: hidden;
}
.hero {
  overflow-x: clip;
}

@media (max-width: 640px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  .hero {
    overflow-x: hidden !important;
  }

  .container {
    max-width: calc(100vw - 32px);
  }

  .btn {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .cta-row,
  .pill-row {
    max-width: 100%;
    overflow-x: hidden;
  }

  .testimonial-carousel,
  .testimonial-text-carousel {
    max-width: 100%;
  }
}

/* =========================================================
   AJUSTE FINAL DOS CARROSSÉIS
   Fotos: loop/slow motion via script + arraste.
   Texto: manual, fluido e sem tremedeira.
========================================================= */
.testimonial-carousel {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: auto !important;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  cursor: grab;
}

.testimonial-carousel.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none !important;
}

.testimonial-photo-card {
  scroll-snap-align: center;
}

.testimonial-text-carousel {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  scroll-snap-type: none !important;
  scroll-behavior: auto !important;
  cursor: grab;
}

.testimonial-text-carousel .testimonial {
  scroll-snap-align: none !important;
}

@media (max-width: 640px) {
  .testimonial-photo-card {
    flex: 0 0 85%;
  }

  .testimonial-text-carousel .testimonial {
    flex: 0 0 90%;
  }
}/* End custom CSS */