.elementor-7684 .elementor-element.elementor-element-1324359{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-7684 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 */:root {
  --paper: #F7F5EF;
  --paper-2: #F0EEE4;
  --paper-3: #EAE7DB;
  --ink: #2A2926;
  --ink-soft: #5B594F;
  --ink-faint: #88857A;
  --celadon: #706A50;
  --celadon-deep: #706A50;
  --pine: #706A50;
  --pine-hover: #706A50;
  --about-bg: #47402F;
  --line: #DAD6C8;
  --wa: #61ce70;
  --wa-deep: #4FB85C;
  --grifo-azul: #33A3D4;
  --grifo-amarelo: #FFBC00;
  --borda-destaque: #FF5A00;
  --shadow: 0 1px 2px rgba(42, 41, 38, .04), 0 8px 30px rgba(42, 41, 38, .06);
  --maxw: 1240px;
}

* {
  box-sizing: border-box;
}

/* ---- mobile overflow-safety (não altera a aparência atual) ---- */
html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
p,
li,
.faq-q,
.btn,
.brand-name,
.pullquote {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* trava a rolagem do fundo enquanto o modal de depoimento está aberto */
body.tix-locked {
  overflow: hidden;
}

/* sprite de ícones fora do fluxo */
.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* faint paper grain */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
}

.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  z-index: 1;
}

h1,
h2,
h3 {
  font-family: "Spectral", Georgia, serif;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -.01em;
  margin: 0;
  color: var(--ink);
}

h1 {
  font-size: clamp(2.3rem, 5.2vw, 3.75rem);
}

h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
}

h3 {
  font-size: 1.28rem;
  font-weight: 400;
}

p {
  margin: 0 0 1.1em;
}

a {
  color: inherit;
  text-decoration: none;
}

.eyebrow {
  font-family: "Mulish", sans-serif;
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--celadon-deep);
  display: inline-flex;
  align-items: center;
  gap: .7em;
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--celadon-deep);
  opacity: .55;
  display: inline-block;
}

/* ---------- Grifos / destaques de texto ---------- */
.grifo-azul,
.grifo-amarelo {
  padding: .02em .14em;
  border-radius: 6px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.grifo-azul {
  background: var(--grifo-azul);
  color: #FFFFFF;
}

.grifo-amarelo {
  background: var(--grifo-amarelo);
  color: #706A50;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6em;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: .005em;
  padding: 16px 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .25s cubic-bezier(.2, .7, .3, 1), background .25s, box-shadow .25s, color .25s;
  line-height: 1;
}

.btn svg {
  width: 19px;
  height: 19px;
  flex: none;
}

.btn-primary {
  background: var(--wa);
  color: #FFFFFF;
  box-shadow: var(--shadow);
}

.btn-primary:hover {
  background: var(--wa-deep);
  transform: translateY(-2px);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}

.btn-ghost:hover {
  border-color: var(--celadon-deep);
  color: var(--celadon-deep);
  transform: translateY(-2px);
}

.btn-small {
  padding: 11px 20px;
  font-size: .92rem;
}

.btn-hint {
  display: block;
  font-size: .82rem;
  color: var(--ink-faint);
  margin-top: .85em;
  font-weight: 400;
}

/* ---------- Top bar ---------- */
header.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(9px);
  background: rgba(247, 245, 239, .82);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s;
}

header.topbar.scrolled {
  border-color: var(--line);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand .enso-mini {
  width: 30px;
  height: 30px;
  flex: none;
}

.brand-name {
  font-family: "Spectral", serif;
  font-size: 1.16rem;
  font-weight: 400;
  letter-spacing: .02em;
}

.brand-sub {
  font-size: .66rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--ink-faint);
  font-weight: 600;
  margin-top: 1px;
}

.topbar .btn {
  display: none;
}

@media(min-width:720px) {
  .topbar .btn {
    display: inline-flex;
  }
}

/* ---------- Hero (layout centralizado, foto horizontal) ---------- */
.hero {
  position: relative;
  padding: 56px 0 76px;
  overflow: hidden;
}

.hero-stack {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-stack .eyebrow {
  margin-bottom: 26px;
}

/* fonte um pouco menor que a original, em dois blocos */
.hero-title {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  max-width: 38ch;
  margin: 0 auto;
}

.hero-line {
  display: block;
}

.hero-line + .hero-line {
  margin-top: .55em;
}

/* fotografia retangular horizontal com quinas arredondadas */
.hero-photo {
  width: 100%;
  max-width: 1080px;
  margin: 40px auto 36px;
}

.hero-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 4;
  object-fit: cover;
  object-position: center 30%;
  border-radius: 24px;
  background: linear-gradient(160deg, var(--paper-3), var(--paper-2));
  box-shadow: 0 20px 60px rgba(42, 41, 38, .13);
  filter: saturate(.96);
}

@media(max-width:640px) {
  .hero-photo img {
    aspect-ratio: 4 / 2;
    border-radius: 18px;
  }
}

/* texto em tamanho maior, centralizado */
.hero .lead {
  font-size: clamp(0.86rem, 2vw, 1.22rem);
  color: var(--ink-soft);
  max-width: 54ch;
  margin: 0 auto 1.9em;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
}


/* trust ribbon */
.ribbon {
      border-top: 1px solid #ff5a00;
  border-bottom: 1px solid #ff5a00;
  background: #ffffff;
}

.ribbon-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 40px;
  justify-content: center;
  align-items: center;
  padding: 22px 0;
  text-align: center;
}

.ribbon-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .73rem;
  color: var(--ink-soft);
}

.ribbon-item svg {
  width: 18px;
  height: 18px;
  color: var(--celadon-deep);
  flex: none;
}

/* ---------- generic section ---------- */
section.block {
  padding: 88px 0;
  position: relative;
}

.section-head {
  max-width: 64ch;
  margin-bottom: 52px;
}

.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-head p {
  color: var(--ink-soft);
  margin-top: 1em;
  margin-bottom: 0;
}

.section-head .eyebrow {
  margin-bottom: 20px;
}

/* pains */
.pains {
  background: var(--paper);
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
  gap: 14px;
}

.pain {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: transform .3s, border-color .3s, background .3s;
}

.pain:hover {
  transform: translateY(-3px);
  border-color: var(--celadon);
  background: #fff;
}

.pain .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--celadon-deep);
  flex: none;
}

.pain span {
  font-size: 1rem;
  color: var(--ink);
}

.pains .after {
  margin-top: 38px;
  text-align: center;
  color: var(--ink-soft);
  font-size: 1.02rem;
  max-width: 58ch;
  margin-left: auto;
  margin-right: auto;
}

.pains .after b {
  font-weight: 700;
  color: var(--ink);
}

.pains .after-note {
  margin-top: 22px;
  text-align: center;
  color: var(--ink-soft);
  font-family: "Spectral", serif;
  font-size: 1.16rem;
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
}

/* approach */
.approach {
  background: #ffffff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.approach-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}

@media(min-width:760px) {
  .approach-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 44px;
  }
}

.app-item {
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.app-item .num {
  font-family: "Spectral", serif;
  font-size: .95rem;
  color: var(--celadon-deep);
  letter-spacing: .05em;
}

.app-item h3 {
  margin: 8px 0 10px;
}

.app-item p {
  color: var(--ink-soft);
  margin: 0;
  font-size: 1rem;
}

/* process (real sequence) */
.process {
  background: var(--paper);
}

.steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 760px;
  margin: 0 auto;
}

.step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 26px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.step:first-child {
  border-top: 1px solid var(--line);
}

.step-n {
  font-family: "Spectral", serif;
  font-weight: 300;
  font-size: 2.2rem;
  color: var(--celadon-deep);
  line-height: 1;
  min-width: 52px;
}

.step h3 {
  margin-bottom: 7px;
}

.step p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1rem;
}

.step .aside {
  display: inline-block;
  margin-top: 8px;
  font-size: .85rem;
  color: var(--ink-faint);
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 13px;
}

/* about bruno */
.about {
  background: var(--about-bg);
  color: #EDEDE4;
  border-top: 1px solid var(--about-bg);
  position: relative;
  overflow: hidden;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
  position: relative;
  z-index: 1;
}

@media(min-width:900px) {
  .about-grid {
    grid-template-columns: .9fr 1.1fr;
    gap: 0px;
  }
}

.about .eyebrow {
  color: #C4B99B;
}

.about .eyebrow::before {
  background: #C4B99B;
}

.about h2 {
  color: #F5F4EC;
}

.about p {
  color: #D9D4C6;
}

/* frase grande sem grifo, com barra lateral (como na tela de referência) */
.about .pullquote {
  font-family: "Spectral", serif;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #F5F4EC;
  border-left: 3px solid var(--borda-destaque);
  padding-left: 18px;
  margin: 0 0 26px;
}

/* biografia entre aspas */
.about .bio {
  font-size: .98rem;
  color: #D9D4C6;
  margin: 0 0 28px;
}

/* formação em lista de tópicos */
.formacao {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 2px;
}

.formacao li {
  position: relative;
  padding-left: 22px;
  font-size: .83rem;
  line-height: 1.55;
  color: #D9D4C6;
}

.formacao li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #C4B99B;
}

.about-portrait {
  width: 100%;
  max-width: 300px;
  border-radius: 180px 180px 12px 12px;
  filter: grayscale(.15) saturate(.9);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .28);
  object-fit: cover;
  aspect-ratio: 3/3.6;
  object-position: center 20%;
}

/* testimonials */
.testi {
  background: var(--paper-2);
  border-bottom: 1px solid var(--line);
}
 
.testi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: 18px;
  align-items: stretch;
}
 
.quote {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: var(--shadow);
}
 
.quote-name {
  font-size: 1.24rem;
  margin: 0;
}
 
.quote .stars {
  margin-top: -6px;
}
 
/* descrição dos cards de vídeo (sans, com negritos) */
.quote-desc {
  font-family: "Mulish", sans-serif;
  font-size: .97rem;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
}
 
.quote-desc b {
  font-weight: 700;
  color: var(--ink);
}
 
/* citação dos cards escritos (serif itálico) */
.quote-text {
  font-family: "Spectral", serif;
  font-style: italic;
  font-size: 1.06rem;
  line-height: 1.55;
  color: var(--ink);
  margin: 0;
}
 
/* player de vídeo */
.quote-media {
  margin-top: auto;
  width: 100%;
  flex: 1;              /* ocupa todo o espaço vertical que sobra no card */
  min-height: 320px;    /* garantia de altura mesmo em cards curtos */
  border-radius: 12px;
  overflow: hidden;
  background: var(--ink);
}
 
.quote-media.vertical {
  aspect-ratio: 9/16;
  max-width: 230px;
  align-self: center;
}
 
.quote-media iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
 
/* foto do card escrito */
.quote-photo {
  margin-top: auto;
  width: 96px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
 
.quote-source {
  font-family: "Spectral", serif;
  font-style: italic;
  font-size: .88rem;
  color: var(--ink-faint);
}
 
.stars {
  color: #C9A24B;
  letter-spacing: 2px;
  font-size: .85rem;
}

/* ---------- slider de avaliações (estilo widget de reviews) ---------- */
.tix {
  margin-top: 48px;
  position: relative;
}

.tix-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.tix-source {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .95rem;
  color: var(--ink-soft);
}

.tix-source b {
  font-family: "Spectral", serif;
  font-weight: 400;
  font-size: 1.1rem;
  color: var(--ink);
}

.tix-g {
  width: 20px;
  height: 20px;
  flex: none;
}

.tix-nav {
  display: flex;
  gap: 8px;
}

.tix-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: transform .25s cubic-bezier(.2, .7, .3, 1), border-color .25s, color .25s, background .25s;
}

.tix-arrow svg {
  width: 17px;
  height: 17px;
}

.tix-arrow:hover {
  border-color: var(--celadon);
  color: var(--celadon-deep);
  background: #fff;
  transform: translateY(-2px);
}

.tix-arrow:focus-visible,
.tix-more:focus-visible,
.tix-dot:focus-visible,
.tix-close:focus-visible,
.tix-viewport:focus-visible {
  outline: 2px solid var(--borda-destaque);
  outline-offset: 3px;
}

.tix-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.tix-viewport::-webkit-scrollbar {
  display: none;
}

.tix-track {
  display: flex;
  align-items: stretch;
  gap: 18px;
  width: max-content;
  padding: 4px 2px 8px;
}

.tix-card {
  scroll-snap-align: start;
  flex: none;
  width: 300px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: var(--shadow);
  transition: transform .3s, border-color .3s, background .3s;
}

.tix-card:hover {
  transform: translateY(-3px);
  border-color: var(--celadon);
  background: #fff;
}

.tix-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tix-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Spectral", serif;
  font-size: 1.15rem;
  line-height: 1;
  color: #F7F5EF;
  background: var(--celadon-deep);
}

/* variação suave de cor dos avatares, dentro da paleta da página */
.tix-card:nth-child(4n+2) .tix-avatar {
  background: var(--about-bg);
}

.tix-card:nth-child(4n+3) .tix-avatar {
  background: #8A7F5E;
}

.tix-card:nth-child(4n+4) .tix-avatar {
  background: #6B7F86;
}

.tix-id {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.tix-name {
  font-family: "Spectral", serif;
  font-weight: 400;
  font-size: 1.02rem;
  line-height: 1.25;
  color: var(--ink);
}

.tix-role {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink-faint);
  line-height: 1.4;
}

.tix-top .tix-g {
  margin-left: auto;
  align-self: flex-start;
}

.tix-stars {
  margin-top: -4px;
}

/* texto cortado em 3 linhas */
.tix-text {
  margin: 0;
  font-size: .94rem;
  line-height: 1.55;
  color: var(--ink-soft);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tix-more {
  align-self: flex-start;
  margin-top: auto;
  background: none;
  border: none;
  padding: 0;
  font-family: "Mulish", sans-serif;
  font-size: .85rem;
  font-weight: 700;
  color: var(--celadon-deep);
  cursor: pointer;
  border-bottom: 1px solid currentColor;
  line-height: 1.5;
  transition: color .25s, border-color .25s;
}

.tix-more:hover {
  color: var(--borda-destaque);
}

.tix-more[hidden] {
  display: none;
}

/* pontinhos de posição */
.tix-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
  margin-top: 22px;
}

.tix-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--line);
  cursor: pointer;
  transition: background .25s, transform .25s;
}

.tix-dot.is-active {
  background: var(--celadon-deep);
  transform: scale(1.35);
}

@media(max-width:640px) {
  .tix-card {
    width: min(80vw, 300px);
  }

  .tix-head {
    justify-content: center;
    text-align: center;
  }

  .tix-source {
    width: 100%;
    justify-content: center;
  }
}

/* modal com o depoimento completo */
.tix-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(42, 41, 38, .58);
  backdrop-filter: blur(4px);
}

.tix-modal[hidden] {
  display: none;
}

.tix-modal-box {
  position: relative;
  width: 100%;
  max-width: 560px;
  max-height: 84vh;
  overflow-y: auto;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 34px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .32);
}

.tix-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: color .25s, border-color .25s;
}

.tix-close svg {
  width: 16px;
  height: 16px;
}

.tix-close:hover {
  color: var(--borda-destaque);
  border-color: var(--borda-destaque);
}

.tix-modal-box .tix-top {
  padding-right: 44px;
}

.tix-modal-text {
  font-family: "Spectral", serif;
  font-style: italic;
  font-size: 1.06rem;
  line-height: 1.6;
  color: var(--ink);
  margin: 0;
}

/* faq */
.faq {
  background: #ffffff;
}

.faq-list {
  max-width: 760px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-family: "Spectral", serif;
  font-size: 1.24rem;
  font-weight: 400;
  color: var(--ink);
  padding: 24px 44px 24px 0;
  position: relative;
  line-height: 1.3;
  height: auto;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}

.faq-q::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 13px;
  height: 13px;
  border-right: 1.6px solid var(--celadon-deep);
  border-bottom: 1.6px solid var(--celadon-deep);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .3s;
}

.faq-item.open .faq-q::after {
  transform: translateY(-30%) rotate(-135deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}

.faq-a p {
  color: var(--ink-soft);
  padding-bottom: 24px;
  margin: 0;
  font-size: 1rem;
  max-width: 64ch;
}

/* final cta */
.final {
  background: var(--paper-2);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final .enso-hero {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  right: auto;
  opacity: .34;
  width: min(520px, 80vw);
}

.final-inner {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
}

.final h2 {
  margin-bottom: .5em;
}

.final p {
  color: var(--ink-soft);
  margin-bottom: 2em;
  font-size: 1.1rem;
}

.final .btn {
  font-size: 1.06rem;
  padding: 18px 34px;
}

/* online */
.online {
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.online-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}

@media(min-width:860px) {
  .online-grid {
    grid-template-columns: .9fr 1.1fr;
    gap: 60px;
  }
}

.online h2 {
  margin: 0 0 .5em;
}

.online-lead {
  color: var(--ink-soft);
  margin: 0;
  max-width: 40ch;
}

.online-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.online-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px 24px;
  transition: transform .3s, border-color .3s, background .3s;
}

.online-list li:hover {
  transform: translateY(-3px);
  border-color: var(--celadon);
  background: #fff;
}

.online-list li svg {
  width: 20px;
  height: 20px;
  color: var(--celadon-deep);
  flex: none;
  margin-top: 3px;
}

.online-list li span {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.5;
}

/* footer */
footer.site {
  background: var(--ink);
  color: #C7C5BC;
  padding: 56px 0 40px;
  font-size: .92rem;
}

.foot-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media(min-width:720px) {
  .foot-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 44px;
  }
}

footer.site .brand-name {
  color: #F0EEE4;
}

footer.site .brand-sub {
  color: #8E8C81;
}

footer.site h4 {
  font-family: "Mulish", sans-serif;
  font-size: .74rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #8E8C81;
  margin: 0 0 14px;
  font-weight: 700;
}

footer.site a {
  color: #C7C5BC;
  transition: color .2s;
}

footer.site a:hover {
  color: #fff;
}

footer.site .fline {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 11px;
  line-height: 1.5;
}

footer.site .fline svg {
  width: 16px;
  height: 16px;
  flex: none;
  margin-top: 4px;
  color: var(--celadon);
}

.foot-note {
  border-top: 1px solid #3a3833;
  margin-top: 38px;
  padding-top: 22px;
  font-size: .8rem;
  color: #7d7b71;
  line-height: 1.6;
}

/* floating whatsapp */
.wa-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: var(--wa);
  color: #fff;
  border-radius: 999px;
  padding: 15px;
  box-shadow: 0 10px 28px rgba(97, 206, 112, .42);
  transition: padding .3s ease, transform .25s, box-shadow .3s;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
}

.wa-float svg {
  width: 26px;
  height: 26px;
  flex: none;
}

.wa-float .wa-label {
  max-width: 0;
  opacity: 0;
  transition: max-width .35s ease, opacity .3s, margin .35s;
  font-size: .95rem;
}

.wa-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(97, 206, 112, .5);
}

.wa-float:hover .wa-label {
  max-width: 200px;
  opacity: 1;
  margin-left: 11px;
  margin-right: 5px;
}

@media(min-width:900px) {
  .wa-float {
    padding: 15px 20px;
  }

  .wa-float .wa-label {
    max-width: 200px;
    opacity: 1;
    margin-left: 11px;
  }
}

/* reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .3, 1);
}

.reveal.in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  html {
    scroll-behavior: auto;
  }

  /* sem animação, o slider continua rolável manualmente */
  .tix-viewport {
    scroll-snap-type: none;
  }
}

/* enso draw animation */
.enso-draw {
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600;
  animation: draw 2.4s cubic-bezier(.6, .05, .25, 1) .3s forwards;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

/* ---------- Borda de destaque ---------- */
.borda-laranja,
.borda-laranja:hover {
  border-color: var(--borda-destaque);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a024d0 *//* garante que não vai surgir barra horizontal */
html, body { overflow-x: hidden; }

.btn-whatsapp{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  background-color: rgb(37, 211, 102);
  width: 60px;
  height: 60px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 28px;
  text-decoration: none;
}

.btn-whatsapp:before,
.btn-whatsapp:after{
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid #25d366;
  inset: -20px;              /* no lugar de left/right/top/bottom */
  animation: animate 1.5s linear infinite;
  opacity: 0;
  pointer-events: none;
}

.pulsaDelay:after{ animation-delay: 0.5s; }

@keyframes animate{
  0%{ transform: scale(0.5); opacity: 0; }
  50%{ opacity: 1; }
  100%{ transform: scale(1.2); opacity: 0; }
}/* End custom CSS */