.elementor-7 .elementor-element.elementor-element-cc15994{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-73d50d7 *//* ============================================================
   RESIDENCIAL FLAMBOYANT — LP_PADRAO
   Paleta extraída da logo:
   vermelho flamboyant, dourado (estames), verde folha, bege, cinza
   Fonte: Sora (carregada via <link> no HTML)
   ============================================================ */

:root {
  --vermelho: #DC4A2C;
  --vermelho-escuro: #B93A20;
  --dourado: #E5A11D;
  --verde: #23564A;
  --verde-escuro: #1A4038;
  --bege: #F8F5EE;
  --cinza: #8A8A85;
  --ink: #2B2B27;
  --branco: #FFFFFF;
  --whats: #25D366;
  --whats-escuro: #1EBE59;
  --radius: 14px;
  --shadow: 0 12px 40px rgba(35, 86, 74, .10);
  --container: 1140px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Sora', sans-serif;
  color: var(--ink);
  background: var(--branco);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* ============ Tipografia ============ */
h1, h2, h3 { font-weight: 300; line-height: 1.25; letter-spacing: -.01em; }

h1 { font-size: clamp(1.9rem, 4vw, 3rem); color: var(--branco); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); color: var(--verde); margin-bottom: 20px; }
h3 { font-size: 1.15rem; font-weight: 600; }

h1 em, h2 em { font-style: normal; font-weight: 600; }
h1 em { color: var(--dourado); }
h2 em { color: var(--vermelho); }

p { margin-bottom: 16px; }
p:last-child { margin-bottom: 0; }

/* Eyebrow: eco da tipografia espaçada da logo */
.eyebrow {
  display: inline-block;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--cinza);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(229, 161, 29, .55); /* linha dourada da logo */
}
.eyebrow--light { color: rgba(255, 255, 255, .85); }
.eyebrow--gold { color: var(--dourado); }

/* ============ Header ============ */
.topbar {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 10;
  padding: 18px 0;
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* ============ Brand (logo colorida — nunca aplicar filter) ============ */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.brand__mark {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.brand__name {
  display: flex;
  flex-direction: column;
  font-size: .82rem;
  font-weight: 300;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--branco);
  line-height: 1.5;
}
.brand__name strong { font-weight: 600; letter-spacing: .3em; }
.brand--footer .brand__name { color: rgba(255, 255, 255, .9); }
.topbar__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--branco);
  text-decoration: none;
  font-weight: 500;
  font-size: .95rem;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  transition: background .3s, border-color .3s;
}
.topbar__phone:hover { background: rgba(255,255,255,.12); border-color: var(--dourado); }

/* ============ Hero ============ */
.hero {
  background: linear-gradient(160deg, var(--verde-escuro) 0%, var(--verde) 100%);
  padding: 150px 0 90px;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 56px;
  align-items: center;
}

/* Mosaico: 2 fotos em cima + 1 horizontal embaixo */
.hero__mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.hero__photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .28);
}
.hero__photo--wide {
  grid-column: 1 / -1;
  aspect-ratio: 21 / 8;
}

.hero__sub {
  color: rgba(255, 255, 255, .9);
  font-size: 1.1rem;
  font-weight: 300;
  margin: 22px 0 32px;
  max-width: 560px;
}
.hero__proof {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: var(--dourado);
  font-size: .92rem;
  font-weight: 500;
}

/* ============ Botões ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: inherit;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border: none;
  border-radius: 999px;
  padding: 16px 30px;
  cursor: pointer;
  transition: transform .25s, box-shadow .25s, background .25s;
}
.btn:hover { transform: translateY(-2px); }

.btn--whats {
  background: var(--whats);
  color: var(--branco);
  box-shadow: 0 10px 28px rgba(37, 211, 102, .35);
}
.btn--whats:hover { background: var(--whats-escuro); }

.btn--primary {
  background: var(--vermelho);
  color: var(--branco);
  box-shadow: 0 10px 28px rgba(220, 74, 44, .3);
}
.btn--primary:hover { background: var(--vermelho-escuro); }

.btn--ghost {
  background: transparent;
  color: var(--branco);
  border: 1px solid rgba(255, 255, 255, .45);
}
.btn--ghost:hover { border-color: var(--dourado); color: var(--dourado); }

.btn--lg { padding: 18px 36px; font-size: 1.05rem; }
.btn--block { width: 100%; }

/* ============ Seções ============ */
.section { padding: 96px 0; }
.section--bege { background: var(--bege); }
.section--verde { background: var(--verde); }
.section--verde h2, .section--verde p { color: var(--branco); }
.section--verde h2 em { color: var(--dourado); }
.section--cta { background: linear-gradient(160deg, var(--verde-escuro), var(--verde)); }
.section--cta h2, .section--cta p { color: var(--branco); }
.section--cta h2 em { color: var(--dourado); }

.section-head {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}

.center { text-align: center; margin-top: 48px; }

/* ============ Grids ============ */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.grid-2--reverse figure { order: 0; }

.frame {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  position: relative;
}
.frame::after {
  /* filete dourado no rodapé da imagem — assinatura da logo */
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--dourado), var(--vermelho));
}
.frame img { width: 100%; height: 100%; object-fit: cover; }

/* ============ Cards de diferenciais ============ */
/* 5 cards: 3 na primeira linha + 2 centralizados na segunda */
.cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
}
.card { grid-column: span 2; }
.card:nth-child(4) { grid-column: 2 / span 2; }
.card:nth-child(5) { grid-column: 4 / span 2; }

.card {
  background: var(--branco);
  border: 1px solid rgba(138, 138, 133, .18);
  border-radius: var(--radius);
  padding: 36px 30px;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(229, 161, 29, .5);
}
.card__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bege);
  color: var(--vermelho);
  margin-bottom: 22px;
}
.card__icon svg { width: 28px; height: 28px; }
.card h3 { color: var(--verde); margin-bottom: 12px; }
.card p { color: #5A5A55; font-size: .95rem; margin: 0; }

/* ============ Vídeo ============ */
.video {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 16 / 9;
  margin-bottom: 40px;
}
.video--narrow { max-width: 820px; margin-left: auto; margin-right: auto; }
.video iframe,
.video img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

/* Facade YouTube */
.js-video { cursor: pointer; }
.js-video:focus-visible { outline: 3px solid var(--dourado); outline-offset: 3px; }
.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--vermelho);
  color: var(--branco);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .35);
  transition: transform .3s, background .3s;
}
.video__play svg { margin-left: 4px; }
.js-video:hover .video__play {
  transform: translate(-50%, -50%) scale(1.08);
  background: var(--vermelho-escuro);
}

/* ============ Galeria ============ */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  transition: transform .35s;
}
.gallery img:hover { transform: scale(1.03); }

/* ============ Reviews (Trustindex) ============ */
.reviews {
  margin-top: 48px;
  text-align: center;
  color: var(--cinza);
}

/* ============ Badge de vagas ============ */
.vagas-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(220, 74, 44, .08);
  border: 1px solid rgba(220, 74, 44, .35);
  color: var(--vermelho-escuro);
  font-weight: 600;
  font-size: .92rem;
  padding: 12px 22px;
  border-radius: 999px;
  margin-top: 8px;
}
.vagas-badge span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--vermelho);
  animation: dotPulse 1.6s ease-in-out infinite;
}
@keyframes dotPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .4; transform: scale(.75); }
}

/* ============ CTA final / Formulário ============ */
.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.form {
  background: var(--branco);
  border-radius: var(--radius);
  padding: 40px 36px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
}
.form h3 { color: var(--verde); margin-bottom: 24px; font-weight: 600; }
.form label {
  display: block;
  font-size: .82rem;
  font-weight: 600;
  color: var(--verde);
  margin: 16px 0 6px;
}
.form input,
.form select,
.form textarea {
  width: 100%;
  font-family: inherit;
  font-size: .95rem;
  color: var(--ink);
  background: var(--bege);
  border: 1px solid rgba(138, 138, 133, .25);
  border-radius: 10px;
  padding: 13px 16px;
  transition: border-color .25s, box-shadow .25s;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: none;
  border-color: var(--dourado);
  box-shadow: 0 0 0 3px rgba(229, 161, 29, .2);
}
.form button { margin-top: 26px; }
.form__privacy {
  font-size: .78rem;
  color: var(--cinza) !important;
  text-align: center;
  margin-top: 14px;
}

/* ============ Footer ============ */
.footer { background: var(--verde-escuro); color: rgba(255, 255, 255, .8); }
.footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 48px;
  padding: 72px 24px 56px;
}
.footer__logo { margin-bottom: 18px; border-radius: 8px; }
.footer h4 {
  color: var(--dourado);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer p { font-size: .92rem; }
.footer a { color: rgba(255, 255, 255, .85); text-decoration: none; transition: color .25s; }
.footer a:hover { color: var(--dourado); }
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 20px 0;
  font-size: .82rem;
  color: rgba(255, 255, 255, .55);
}

/* ============ Botão flutuante WhatsApp ============ */
.whats-float {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 100;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--whats);
  color: var(--branco);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(37, 211, 102, .45);
  transform: translateX(120px);
  opacity: 0;
  transition: transform .6s cubic-bezier(.22, 1, .36, 1), opacity .6s;
}
.whats-float.is-in { transform: translateX(0); opacity: 1; }
.whats-float:hover { background: var(--whats-escuro); }

.whats-float__pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--whats);
  animation: waveOut 2.4s ease-out infinite;
  pointer-events: none;
}
.whats-float__pulse--2 { animation-delay: 1.2s; }
@keyframes waveOut {
  0% { transform: scale(1); opacity: .7; }
  100% { transform: scale(1.85); opacity: 0; }
}

.whats-float__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--vermelho);
  color: var(--branco);
  font-size: .72rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: transform .35s cubic-bezier(.34, 1.56, .64, 1);
}
.whats-float__badge.is-on {
  transform: scale(1);
  animation: badgePulse 2s ease-in-out infinite .4s;
}
@keyframes badgePulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.18); }
}

/* ============ Scroll reveal (blur + fade) ============ */
/* Estado escondido só é aplicado se o JS marcou <html> com .js-anim.
   Sem JS (ex.: editor do Elementor), tudo renderiza visível. */
.js-anim .reveal {
  opacity: 0;
  transform: translateY(28px);
  filter: blur(8px);
  transition: opacity .8s ease, transform .8s ease, filter .8s ease;
}
.reveal--delay { transition-delay: .15s; }
.js-anim .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js-anim .reveal { opacity: 1; transform: none; filter: none; transition: none; }
  .whats-float__pulse, .whats-float__badge.is-on, .vagas-badge span { animation: none; }
}

/* ============ Responsivo ============ */
@media (max-width: 980px) {
  .section { padding: 72px 0; }
  .hero { padding: 120px 0 64px; }
  .hero__grid { grid-template-columns: 1fr; gap: 44px; }
  .grid-2 { grid-template-columns: 1fr; gap: 40px; }
  .grid-2--reverse figure { order: 2; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .card, .card:nth-child(4), .card:nth-child(5) { grid-column: span 1; }
  .card:nth-child(5) { grid-column: 1 / -1; }
  .footer__grid { grid-template-columns: 1fr; gap: 36px; padding: 56px 24px 40px; }
}

@media (max-width: 640px) {
  .hero { padding: 110px 0 56px; }
  .hero__mosaic { gap: 10px; }
  .hero__photo { border-radius: 12px; }
  .video__play { width: 60px; height: 60px; }
  .cards { grid-template-columns: 1fr; }
  .card, .card:nth-child(4), .card:nth-child(5) { grid-column: auto; }
  .gallery { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .btn { width: 100%; }
  .topbar__phone span { display: none; }
  .form { padding: 30px 22px; }
  .whats-float { right: 18px; bottom: 18px; width: 56px; height: 56px; }
}/* End custom CSS */