/* =========================================================================
   LATREL corretor de imóveis — Vinx Jurubatuba Home Resort
   Preto · verde Vinx · roxo Latrel
   ========================================================================= */

:root {
  --preto: #0a0a0b;
  --preto-2: #101013;
  --grafite: #17171c;
  --grafite-2: #202027;

  --verde-esc: #16352a;
  --verde: #2c5a47;
  --verde-2: #3a725a;
  --verde-cl: #8fc97a;
  --verde-sage: #c3ddb4;

  --roxo: #b08ff0;
  --roxo-2: #9a73e8;
  --roxo-cl: #d3c0f8;
  --roxo-soft: rgba(176, 143, 240, .14);

  --creme: #f5f3ee;
  --creme-2: #e9e5db;

  --branco: #ffffff;
  --texto: rgba(255, 255, 255, .72);
  --texto-2: rgba(255, 255, 255, .52);
  --linha: rgba(255, 255, 255, .12);
  --linha-2: rgba(255, 255, 255, .07);

  --disp: "Manrope", -apple-system, "Segoe UI", system-ui, sans-serif;
  --sans: "Inter", -apple-system, "Segoe UI", system-ui, sans-serif;

  --wrap: 1240px;
  --gut: clamp(18px, 5vw, 44px);
  --sec: clamp(64px, 9vw, 128px);
  --r: 14px;
  --r-lg: 22px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --hdr: 74px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
[hidden] { display: none !important; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--hdr) + 14px);
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: var(--sans);
  background: var(--preto);
  color: var(--texto);
  line-height: 1.66;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
::selection { background: var(--roxo); color: #12101a; }
:focus-visible { outline: 3px solid var(--roxo); outline-offset: 3px; border-radius: 6px; }

h1, h2, h3, h4 {
  font-family: var(--disp); color: var(--branco);
  line-height: 1.12; font-weight: 800; letter-spacing: -.028em;
}
.h1 { font-size: clamp(2.15rem, 1.3rem + 3.6vw, 4rem); }
.h2 { font-size: clamp(1.75rem, 1.15rem + 2.3vw, 2.9rem); }
.h3 { font-size: clamp(1.12rem, 1rem + .55vw, 1.42rem); font-weight: 700; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }
.narrow { max-width: 900px; }
.sec { padding: var(--sec) 0; position: relative; }
.sec--verde { background: linear-gradient(170deg, var(--verde-esc), #0f261e); }
.sec--grafite { background: var(--preto-2); }
.sec--creme { background: var(--creme); color: #43414c; }
.sec--creme h2, .sec--creme h3 { color: #14131a; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--disp); font-size: .74rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--roxo);
  margin-bottom: 16px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--roxo); }
.sec--creme .eyebrow { color: var(--verde); }
.sec--creme .eyebrow::before { background: var(--verde); }

.head { max-width: 760px; margin-bottom: clamp(34px, 5vw, 60px); }
.head--c { margin-inline: auto; text-align: center; }
.head--c .eyebrow::before { display: none; }
.lead { font-size: clamp(1.02rem, .97rem + .32vw, 1.18rem); line-height: 1.62; }

/* ------------------------------------------------------------- botões --- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--disp); font-weight: 700; font-size: .95rem;
  padding: 15px 28px; border-radius: 100px; border: 1.5px solid transparent;
  transition: transform .2s var(--ease), background .2s, border-color .2s, box-shadow .2s;
  text-align: center; cursor: pointer;
}
.btn svg { width: 19px; height: 19px; flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn--roxo { background: var(--roxo); color: #14101f; box-shadow: 0 14px 34px -16px rgba(176,143,240,.9); }
.btn--roxo:hover { background: var(--roxo-cl); }
.btn--zap { background: var(--verde-cl); color: #102013; box-shadow: 0 14px 34px -16px rgba(143,201,122,.85); }
.btn--zap:hover { background: #a5d792; }
.btn--linha { border-color: var(--linha); color: var(--branco); }
.btn--linha:hover { border-color: var(--roxo); color: var(--roxo); }
.btn--escuro { background: #14131a; color: #fff; }
.btn--bloco { width: 100%; }
.btn--lg { padding: 17px 34px; font-size: 1rem; }

/* ------------------------------------------------------------ cabeçalho -- */
.hdr {
  position: fixed; top: 0; left: 0; right: 0; z-index: 90;
  transition: background .3s, border-color .3s, backdrop-filter .3s;
  border-bottom: 1px solid transparent;
}
.hdr.fixo { background: rgba(10,10,11,.86); backdrop-filter: saturate(1.4) blur(14px); border-bottom-color: var(--linha-2); }
.hdr__in { display: flex; align-items: center; gap: 22px; min-height: var(--hdr); }
.hdr__logo img { height: 46px; width: auto; }
.hdr__nav { display: flex; gap: 2px; margin-left: auto; }
.hdr__nav a {
  font-family: var(--disp); font-weight: 600; font-size: .9rem; color: rgba(255,255,255,.78);
  padding: 9px 13px; border-radius: 8px; transition: color .2s, background .2s;
}
.hdr__nav a:hover { color: #fff; background: rgba(255,255,255,.07); }
.hdr__cta { flex: none; padding: 12px 22px; font-size: .88rem; }
.burger {
  display: none; width: 44px; height: 44px; margin-left: auto;
  border: 1px solid var(--linha); border-radius: 10px; align-items: center; justify-content: center;
}
.burger span { display: block; width: 18px; height: 2px; background: #fff; position: relative; transition: background .2s; }
.burger span::before, .burger span::after {
  content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: #fff; transition: transform .24s var(--ease);
}
.burger span::before { top: -6px; } .burger span::after { top: 6px; }
.burger[aria-expanded="true"] span { background: transparent; }
.burger[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.burger[aria-expanded="true"] span::after { transform: translateY(-6px) rotate(-45deg); }

.gaveta {
  position: fixed; inset: var(--hdr) 0 auto 0; z-index: 89;
  background: rgba(10,10,11,.98); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--linha);
  padding: 14px var(--gut) 26px; display: none; flex-direction: column;
}
.gaveta.aberta { display: flex; }
.gaveta a { padding: 15px 2px; border-bottom: 1px solid var(--linha-2); font-family: var(--disp); font-weight: 600; color: #fff; }
.gaveta .btn { margin-top: 18px; }

@media (max-width: 1080px) {
  .hdr__nav, .hdr__cta { display: none; }
  .burger { display: inline-flex; }
}

/* ----------------------------------------------------------------- hero -- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: -2; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,10,11,.86) 0%, rgba(10,10,11,.34) 34%, rgba(10,10,11,.9) 82%, var(--preto) 100%),
    linear-gradient(94deg, rgba(10,10,11,.82) 0%, rgba(10,10,11,.18) 62%);
}
/* padding-block, não o atalho: o atalho zeraria a margem lateral do .wrap */
.hero__in { padding-block: calc(var(--hdr) + 40px) clamp(38px, 6vw, 74px); width: 100%; }
.hero__selo {
  display: inline-flex; align-items: center; gap: 9px; font-family: var(--disp);
  font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--verde-cl); border: 1px solid rgba(143,201,122,.4); background: rgba(143,201,122,.1);
  padding: 8px 16px; border-radius: 100px; margin-bottom: 22px;
}
.hero h1 { max-width: 15ch; margin-bottom: 18px; }
.hero h1 em { font-style: normal; color: var(--roxo); }
.hero__sub { font-size: clamp(1.02rem, .96rem + .4vw, 1.24rem); color: rgba(255,255,255,.8); max-width: 52ch; }
.hero__acoes { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero__tags { display: flex; flex-wrap: wrap; gap: 8px 10px; margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--linha); }
.hero__tags li {
  list-style: none; font-family: var(--disp); font-size: .76rem; font-weight: 600;
  letter-spacing: .06em; color: rgba(255,255,255,.84);
  border: 1px solid var(--linha); border-radius: 100px; padding: 7px 15px;
}
.hero__scroll {
  position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%);
  color: rgba(255,255,255,.4); font-size: .7rem; letter-spacing: .2em; text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: 7px;
}
.hero__scroll span { width: 1px; height: 26px; background: linear-gradient(var(--roxo), transparent); }
@media (max-width: 720px) { .hero__scroll { display: none; } }

/* -------------------------------------------------------------- números -- */
.nums { background: var(--preto-2); border-block: 1px solid var(--linha-2); }
.nums__grid { display: grid; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 780px) { .nums__grid { grid-template-columns: repeat(4, 1fr); } }
.num { padding: clamp(24px, 3.4vw, 40px) clamp(14px, 2vw, 28px); text-align: center; border-left: 1px solid var(--linha-2); }
.num:nth-child(-n+2) { border-top: 0; }
.num:nth-child(odd) { border-left: 0; }
@media (min-width: 780px) { .num:nth-child(odd) { border-left: 1px solid var(--linha-2); } .num:first-child { border-left: 0; } }
.num b {
  display: block; font-family: var(--disp); font-weight: 800; line-height: 1;
  font-size: clamp(1.8rem, 1.2rem + 1.9vw, 2.7rem); color: #fff; letter-spacing: -.03em;
}
.num b i { font-style: normal; color: var(--roxo); }
.num span { display: block; margin-top: 10px; font-size: .84rem; color: var(--texto-2); line-height: 1.4; }

/* ---------------------------------------------------------------- vídeo -- */
.video {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  background: #000; border: 1px solid var(--linha);
  box-shadow: 0 40px 90px -50px rgba(0,0,0,.9);
}
/* aspect-ratio fixo em cada formato: com preload="none" o <video> não tem
   dimensão até tocar; sem isso a caixa colapsava para 2:1 e o pôster (retrato)
   ficava esmagado. object-fit cover mantém o pôster/vídeo preenchendo a moldura. */
.video { aspect-ratio: 16 / 9; }
.video video { width: 100%; height: 100%; display: block; object-fit: cover; }
.video--vert { aspect-ratio: 3 / 4; max-width: 340px; margin-inline: auto; }
.video--retrato { aspect-ratio: 9 / 16; max-width: 400px; margin-inline: auto; }
/* vídeo de destaque landscape (apresentação): contido, sem dominar a tela */
.video--destaque { aspect-ratio: 16 / 9; max-width: 720px; margin-inline: auto; }

/* seção de vídeos: maquete (retrato) + dois tours (3/4) lado a lado no desktop */
.videos-grid { display: grid; gap: clamp(16px, 2.4vw, 26px); grid-template-columns: 1fr; max-width: 400px; margin-inline: auto; }
@media (min-width: 820px) { .videos-grid { grid-template-columns: repeat(3, 1fr); max-width: 1040px; align-items: start; } }
.videos-grid .video { max-width: none; }
.video__play {
  position: absolute; inset: 0; display: grid; place-items: center;
  background: linear-gradient(180deg, rgba(10,10,11,.24), rgba(10,10,11,.62));
  transition: opacity .3s;
}
.video__play span {
  width: 82px; height: 82px; border-radius: 50%; background: var(--roxo); color: #14101f;
  display: grid; place-items: center; box-shadow: 0 18px 44px -14px rgba(176,143,240,.9);
  transition: transform .25s var(--ease);
}
.video__play span svg { width: 30px; height: 30px; margin-left: 4px; }
.video__play:hover span { transform: scale(1.07); }
.video.tocando .video__play { opacity: 0; pointer-events: none; }
.video__cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 24px 20px;
  background: linear-gradient(transparent, rgba(10,10,11,.9));
  font-family: var(--disp); font-weight: 700; color: #fff; font-size: .96rem; pointer-events: none;
}
.video.tocando .video__cap,
.video:hover .video__cap { opacity: 0; transition: opacity .3s; }

/* ---------------------------------------------------------------- split -- */
.split { display: grid; gap: clamp(28px, 4vw, 60px); align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } .split--wide { grid-template-columns: .95fr 1.05fr; } }
.split--rev > *:first-child { order: 2; }
@media (max-width: 899px) { .split--rev > *:first-child { order: 0; } }
.moldura { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--linha); }
.moldura img { width: 100%; height: 100%; object-fit: cover; }

.ticks { list-style: none; display: grid; gap: 12px; }
.ticks li { position: relative; padding-left: 30px; font-size: .96rem; }
.ticks li::before {
  content: ""; position: absolute; left: 1px; top: .45em; width: 12px; height: 7px;
  border-left: 2px solid var(--verde-cl); border-bottom: 2px solid var(--verde-cl); transform: rotate(-45deg);
}
.sec--creme .ticks li::before { border-color: var(--verde); }

/* --------------------------------------------------------------- plantas -- */
.abas { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.aba {
  font-family: var(--disp); font-weight: 700; font-size: .88rem;
  padding: 11px 20px; border-radius: 100px; border: 1px solid var(--linha); color: rgba(255,255,255,.72);
  transition: background .2s, color .2s, border-color .2s;
}
.aba:hover { border-color: var(--roxo); color: #fff; }
.aba.on { background: var(--roxo); border-color: var(--roxo); color: #14101f; }
.painel[hidden] { display: none; }

/* prancha oficial (fundo verde) — mostrada em tamanho legível, com zoom e,
   no celular, arraste horizontal para ler os detalhes sem espremer a imagem */
.prancha {
  position: relative;
  max-width: 940px; margin: 0 auto clamp(16px, 2.4vw, 26px);
  border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--linha);
  background: #12281f;
}
.prancha__vp { cursor: zoom-in; }
.prancha__vp img { width: 100%; height: auto; display: block; }
.prancha__zoom {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(10,10,11,.72); backdrop-filter: blur(6px);
  border: 1px solid var(--linha); border-radius: 100px;
  padding: 9px 15px; font-family: var(--disp); font-weight: 700; font-size: .8rem; color: #fff;
  transition: background .2s, border-color .2s;
}
.prancha__zoom:hover { background: var(--roxo); border-color: var(--roxo); color: #14101f; }
.prancha__zoom svg { width: 16px; height: 16px; }
.prancha__dica { display: none; }

@media (max-width: 760px) {
  .prancha { max-width: none; }
  /* a prancha é uma folha larga: no celular ela rola na horizontal, mantendo
     as legendas legíveis em vez de virar uma faixa espremida */
  .prancha__vp {
    overflow-x: auto; -webkit-overflow-scrolling: touch; cursor: default;
    scrollbar-width: thin;
  }
  .prancha__vp img { min-width: 720px; }
  .prancha__dica {
    display: block; text-align: center; font-family: var(--disp); font-weight: 600;
    font-size: .76rem; color: var(--texto-2); padding: 8px 12px 2px;
  }
}
.planta__base { display: grid; gap: clamp(16px, 2.4vw, 24px); align-items: start; }
@media (min-width: 900px) {
  .planta__base--3 { grid-template-columns: 1fr 1fr 1fr; }
  .planta__base--2 { grid-template-columns: 1fr 1fr; }
  .planta__base--1 { grid-template-columns: minmax(0, 520px); }
}
.planta__3d {
  border-radius: var(--r); overflow: hidden; border: 1px solid var(--linha);
  background: #000; cursor: zoom-in; position: relative;
}
.planta__3d img { width: 100%; height: auto; }
.planta__3d figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 16px 13px;
  background: linear-gradient(transparent, rgba(8,8,10,.92));
  font-family: var(--disp); font-weight: 700; font-size: .88rem; color: #fff;
}
.planta__resumo {
  background: rgba(255,255,255,.04); border: 1px solid var(--linha);
  border-radius: var(--r); padding: 24px;
}
.planta__resumo h3 { margin-bottom: 4px; }
.planta__resumo > p { font-size: .92rem; color: var(--texto-2); }
.planta__resumo .btn { margin-top: 18px; }
.planta__base .video--vert { max-width: none; }
.planta__meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.planta__meta li {
  list-style: none; font-family: var(--disp); font-size: .78rem; font-weight: 600;
  padding: 7px 14px; border-radius: 100px; background: var(--roxo-soft); color: var(--roxo-cl);
}

/* ----------------------------------------------------------------- lazer -- */
.filtros { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.filtro {
  font-family: var(--disp); font-weight: 700; font-size: .85rem;
  padding: 10px 18px; border-radius: 100px; border: 1px solid var(--linha); color: rgba(255,255,255,.7);
  transition: background .2s, color .2s, border-color .2s;
}
.filtro:hover { border-color: var(--verde-cl); color: #fff; }
.filtro.on { background: var(--verde-cl); border-color: var(--verde-cl); color: #102013; }

.galeria { display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.gitem {
  position: relative; border-radius: var(--r); overflow: hidden; background: var(--grafite);
  border: 1px solid var(--linha-2); cursor: zoom-in; aspect-ratio: 16 / 10;
  transition: transform .3s var(--ease), border-color .3s;
}
.gitem:hover { transform: translateY(-4px); border-color: var(--roxo); }
.gitem img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.gitem:hover img { transform: scale(1.06); }
.gitem figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 16px 14px;
  background: linear-gradient(transparent, rgba(8,8,10,.92));
  font-family: var(--disp); font-weight: 700; font-size: .92rem; color: #fff;
}
.gitem small { display: block; font-family: var(--sans); font-weight: 400; font-size: .76rem; color: var(--verde-cl); margin-top: 2px; }

/* lista numerada de lazer */
.lazer-lista { display: grid; gap: 10px; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); }
.lazer-lista li {
  list-style: none; display: flex; gap: 11px; align-items: baseline;
  background: rgba(255,255,255,.035); border: 1px solid var(--linha-2);
  border-radius: 10px; padding: 11px 14px; font-size: .9rem; color: rgba(255,255,255,.84);
}
.lazer-lista b { font-family: var(--disp); font-size: .74rem; color: var(--verde-cl); flex: none; }

/* paginação da galeria */
.paginacao { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 30px; }
.paginacao:empty { display: none; }
.pag {
  min-width: 44px; height: 44px; padding: 0 12px; border-radius: 10px;
  border: 1px solid var(--linha); background: rgba(255,255,255,.04); color: rgba(255,255,255,.8);
  font-family: var(--disp); font-weight: 700; font-size: .92rem;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .2s, color .2s, border-color .2s;
}
.pag:hover:not(:disabled):not(.on) { border-color: var(--verde-cl); color: #fff; }
.pag.on { background: var(--verde-cl); border-color: var(--verde-cl); color: #102013; }
.pag:disabled { opacity: .35; cursor: default; }
.pag--nav { font-size: 1.3rem; line-height: 1; }
.paginacao__info { width: 100%; text-align: center; margin-top: 4px; font-size: .82rem; color: var(--texto-2); }

/* --------------------------------------------------------------- lightbox */
.lb {
  position: fixed; inset: 0; z-index: 120; display: none;
  background: rgba(6,6,8,.96); backdrop-filter: blur(6px);
  align-items: center; justify-content: center; padding: clamp(14px, 4vw, 50px);
}
.lb.aberto { display: flex; }
.lb img { max-width: 100%; max-height: 84vh; border-radius: 12px; object-fit: contain; }
.lb__cap { position: absolute; left: 0; right: 0; bottom: 22px; text-align: center; font-family: var(--disp); font-weight: 600; color: #fff; font-size: .95rem; padding-inline: 60px; }
.lb__x, .lb__nav {
  position: absolute; width: 50px; height: 50px; border-radius: 50%;
  background: rgba(255,255,255,.1); border: 1px solid var(--linha);
  display: grid; place-items: center; color: #fff; transition: background .2s;
}
.lb__x:hover, .lb__nav:hover { background: var(--roxo); color: #14101f; }
.lb__x { top: 18px; right: 18px; }
.lb__nav { top: 50%; transform: translateY(-50%); }
.lb__nav--ant { left: 14px; } .lb__nav--prox { right: 14px; }
.lb svg { width: 22px; height: 22px; }
@media (max-width: 640px) { .lb__nav { top: auto; bottom: 60px; transform: none; } }

/* ------------------------------------------------------------ localização */
.local { display: grid; gap: clamp(24px, 3.4vw, 44px); }
@media (min-width: 940px) { .local { grid-template-columns: .9fr 1.1fr; align-items: start; } }
.dist { display: grid; gap: 10px; }
.dist li {
  list-style: none; display: flex; align-items: center; gap: 14px;
  background: rgba(255,255,255,.04); border: 1px solid var(--linha-2);
  border-radius: 12px; padding: 15px 18px;
}
.dist b { font-family: var(--disp); font-weight: 800; color: var(--verde-cl); font-size: 1rem; min-width: 62px; }
.dist span { font-size: .94rem; color: rgba(255,255,255,.84); }
.mapa { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--linha); }
.mapa iframe { display: block; width: 100%; height: clamp(300px, 42vw, 460px); border: 0; filter: grayscale(.3) contrast(1.05); }

/* ------------------------------------------------------------- diferencia */
.difs { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(268px, 1fr)); }
.dif {
  background: rgba(255,255,255,.04); border: 1px solid var(--linha-2);
  border-radius: var(--r); padding: 24px 24px 26px;
  transition: transform .25s var(--ease), border-color .25s, background .25s;
}
.dif:hover { transform: translateY(-3px); border-color: var(--roxo); background: rgba(176,143,240,.06); }
.dif__ic { width: 44px; height: 44px; border-radius: 11px; background: var(--roxo-soft); color: var(--roxo); display: grid; place-items: center; margin-bottom: 16px; }
.dif__ic svg { width: 22px; height: 22px; }
.dif h3 { font-size: 1rem; margin-bottom: 7px; }
.dif p { font-size: .9rem; color: var(--texto-2); }
.sec--creme .dif { background: #fff; border-color: rgba(0,0,0,.08); }
.sec--creme .dif:hover { border-color: var(--verde); background: #fff; }
.sec--creme .dif__ic { background: rgba(44,90,71,.1); color: var(--verde); }
.sec--creme .dif p { color: #5b5866; }

/* ---------------------------------------------------------- ficha técnica */
.ficha { display: grid; gap: 1px; background: var(--linha-2); border: 1px solid var(--linha-2); border-radius: var(--r); overflow: hidden; }
@media (min-width: 700px) { .ficha { grid-template-columns: 1fr 1fr; } }
.ficha div { background: var(--preto-2); padding: 18px 22px; }
.ficha dt { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--texto-2); font-family: var(--disp); font-weight: 600; }
.ficha dd { font-size: .98rem; color: #fff; margin-top: 4px; font-family: var(--disp); font-weight: 600; }

/* --------------------------------------------------------------- corretor */
.corretor { display: grid; gap: clamp(26px, 4vw, 52px); align-items: center; }
@media (min-width: 900px) { .corretor { grid-template-columns: .8fr 1.2fr; } }
.corretor__card {
  background: linear-gradient(160deg, rgba(176,143,240,.14), rgba(255,255,255,.03));
  border: 1px solid var(--linha); border-radius: var(--r-lg); padding: clamp(28px, 4vw, 42px); text-align: center;
}
.corretor__card img { height: 92px; width: auto; margin: 0 auto 20px; }
.social { display: flex; gap: 10px; justify-content: center; margin-top: 20px; }
.social a { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--linha); display: grid; place-items: center; color: #fff; transition: background .2s, color .2s, border-color .2s; }
.social a:hover { background: var(--roxo); border-color: var(--roxo); color: #14101f; }
.social svg { width: 20px; height: 20px; }

/* ----------------------------------------------------------------- form -- */
.form { background: rgba(255,255,255,.04); border: 1px solid var(--linha); border-radius: var(--r-lg); padding: clamp(24px, 3.4vw, 38px); }
.fgrid { display: grid; gap: 15px; }
@media (min-width: 640px) { .fgrid { grid-template-columns: 1fr 1fr; } .campo--full { grid-column: 1 / -1; } }
.campo { display: flex; flex-direction: column; gap: 7px; }
.campo > label { font-family: var(--disp); font-weight: 700; font-size: .84rem; color: #fff; }
.campo > label i { font-style: normal; color: var(--roxo); }
.campo input, .campo select, .campo textarea {
  width: 100%; padding: 14px 16px; border-radius: 12px;
  border: 1.5px solid var(--linha); background: rgba(0,0,0,.35); color: #fff;
  font-size: .97rem; transition: border-color .2s, box-shadow .2s;
}
.campo textarea { min-height: 108px; resize: vertical; line-height: 1.6; }
.campo select { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23b08ff0' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 44px; }
.campo input::placeholder, .campo textarea::placeholder { color: rgba(255,255,255,.32); }
.campo input:focus, .campo select:focus, .campo textarea:focus { outline: none; border-color: var(--roxo); box-shadow: 0 0 0 4px rgba(176,143,240,.16); }
.campo.erro input, .campo.erro select { border-color: #e06a6a; }
.campo .msg-erro { display: none; font-size: .8rem; color: #e0a0a0; }
.campo.erro .msg-erro { display: block; }

/* --------------------------------------------------------------- rodapé -- */
.rod { background: var(--preto-2); border-top: 1px solid var(--linha-2); padding-top: clamp(44px, 6vw, 68px); }
.rod__in { display: grid; gap: 32px; padding-bottom: 34px; }
@media (min-width: 820px) { .rod__in { grid-template-columns: 1.5fr 1fr 1fr; } }
.rod__logo { height: 60px; width: auto; margin-bottom: 18px; }
.rod p { font-size: .9rem; color: var(--texto-2); max-width: 40ch; }
.rod h4 { font-family: var(--disp); font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: #fff; margin-bottom: 14px; font-weight: 700; }
.rod nav a { display: block; font-size: .9rem; padding: 5px 0; color: var(--texto-2); transition: color .2s; }
.rod nav a:hover { color: var(--roxo); }
.rod__aviso { border-top: 1px solid var(--linha-2); padding: 20px 0; font-size: .8rem; color: rgba(255,255,255,.4); line-height: 1.6; }
.rod__base { border-top: 1px solid var(--linha-2); padding: 18px 0 26px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: .8rem; color: rgba(255,255,255,.4); }

/* -------------------------------------------------------- zap flutuante -- */
.zap {
  position: fixed; right: 18px; bottom: 18px; z-index: 100;
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--verde-cl); color: #102013; font-family: var(--disp); font-weight: 700; font-size: .92rem;
  padding: 14px 20px; border-radius: 100px; box-shadow: 0 18px 40px -14px rgba(0,0,0,.8);
  transition: transform .25s var(--ease), background .2s;
}
.zap:hover { transform: translateY(-3px); background: #a5d792; }
.zap svg { width: 22px; height: 22px; }
@media (max-width: 560px) { .zap span { display: none; } .zap { padding: 15px; right: 14px; bottom: 14px; } }

/* --------------------------------------------------------------- reveal -- */
.js .rv { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .rv.vis { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .rv { opacity: 1 !important; transform: none !important; }
  html { scroll-behavior: auto; }
}
