/* Verano Xangri-Lá - design único do empreendimento
   Slow living praiano contemplativo, paleta sage + grafite extraída do book */

:root {
  --v-sage:         #D7E0C1;
  --v-sage-light:   #E4EAD3;
  --v-sage-deep:    #B8C6A0;
  --v-graphite:     #404147;
  --v-graphite-2:   #4F5158;
  --v-graphite-deep:#2A2D33;
  --v-sand:         #E4D4BA;
  --v-sand-deep:    #C7AC97;
  --v-warm:         #AE9F98;
  --v-paper:        #F5F2EC;
  --v-line:         rgba(64, 65, 71, 0.16);
  --v-line-light:   rgba(64, 65, 71, 0.08);
  --v-line-paper:   rgba(245, 242, 236, 0.18);

  --v-serif-display: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  --v-sans:          "Outfit", "Manrope", system-ui, sans-serif;
  --v-mono:          "JetBrains Mono", ui-monospace, monospace;

  --v-maxw: 1320px;
  --v-pad: clamp(20px, 4vw, 56px);
}

/* Reset suave e base */
body.verano {
  font-family: var(--v-sans);
  font-weight: 300;
  color: var(--v-graphite);
  background: var(--v-sage);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Sobrescreve cores do header global pra trabalhar com a paleta do Verano */
.verano .top { color: var(--v-graphite); }
.verano .top a { color: var(--v-graphite); opacity: 0.85; }
.verano .top a:hover { opacity: 1; }
.verano .top.scrolled {
  background: rgba(215, 224, 193, 0.94);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--v-line);
}
/* Brand VERANO: substitui o selo+texto do portal pela marca do empreendimento */
.verano .top .brand-verano {
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.verano .top .brand-verano .brand-logo {
  height: 30px;
  width: auto;
  display: block;
}
.verano .top.scrolled .brand-verano .brand-logo { height: 26px; transition: height .35s ease; }
.verano .top .btn.solid {
  background: var(--v-graphite);
  border-color: var(--v-graphite);
  color: var(--v-sage);
  opacity: 1;
}
.verano .top .btn.solid:hover {
  background: var(--v-graphite-deep);
  border-color: var(--v-graphite-deep);
}

/* === HERO === */
.v-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  background: var(--v-sage);
  display: flex;
  align-items: center;
  padding: 120px var(--v-pad) clamp(80px, 8vw, 140px);
  overflow: hidden;
  isolation: isolate;
}

.v-hero .container {
  max-width: var(--v-maxw);
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
}
@media (max-width: 880px) {
  .v-hero .container { grid-template-columns: 1fr; gap: 40px; }
}

.v-hero .lines {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: clamp(80px, 18vw, 280px);
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}
.v-hero .lines svg { width: 100%; height: 100%; display: block; }

.v-hero .stack { position: relative; z-index: 2; }
.v-hero .photo-wrap { position: relative; z-index: 1; }

.v-hero .eyebrow {
  font-family: var(--v-mono);
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--v-graphite);
  opacity: 0.7;
  margin-bottom: 28px;
  display: block;
}

.v-hero .logo-verano {
  width: clamp(220px, 28vw, 380px);
  height: auto;
  display: block;
  margin-bottom: clamp(28px, 4vw, 56px);
}

.v-hero .tagline {
  font-family: var(--v-serif-display);
  font-weight: 600;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--v-graphite);
  margin: 0 0 24px;
  max-width: 14ch;
  text-wrap: balance;
}

.v-hero .sublead {
  font-family: var(--v-sans);
  font-weight: 300;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.55;
  color: var(--v-graphite);
  opacity: 0.78;
  max-width: 42ch;
  margin: 0 0 36px;
}

.v-hero .price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--v-line);
}
.v-hero .price-row .lbl {
  font-family: var(--v-mono);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0.6;
}
.v-hero .price-row .v {
  font-family: var(--v-serif-display);
  font-weight: 600;
  font-size: clamp(26px, 3.2vw, 38px);
  letter-spacing: -0.01em;
  color: var(--v-graphite);
}
.v-hero .price-row .terms {
  font-family: var(--v-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.7;
}

.v-hero .cta-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* Imagem hero com recorte curvo */
.v-hero .photo-wrap {
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
.v-hero .photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Botões custom do Verano */
.v-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--v-sans);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding: 16px 28px;
  border-radius: 999px;
  border: 1px solid var(--v-graphite);
  background: transparent;
  color: var(--v-graphite);
  text-decoration: none;
  transition: background-color .25s ease, color .25s ease;
  cursor: pointer;
}
.v-btn:hover {
  background: var(--v-graphite);
  color: var(--v-sage);
}
.v-btn.solid {
  background: var(--v-graphite);
  color: var(--v-sage);
}
.v-btn.solid:hover {
  background: var(--v-graphite-deep);
  border-color: var(--v-graphite-deep);
}
.v-btn .arrow {
  width: 14px;
  height: 1px;
  background: currentColor;
  position: relative;
  display: inline-block;
}
.v-btn .arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

/* === Seções gerais === */
.v-section {
  padding: clamp(90px, 11vw, 160px) var(--v-pad);
  position: relative;
}
.v-section.dark {
  background: var(--v-graphite);
  color: var(--v-sage);
}
.v-section.light { background: var(--v-sage); }
.v-section.paper { background: var(--v-sage-light); }

.v-section .container {
  max-width: var(--v-maxw);
  margin: 0 auto;
}

/* Cabeçalho de seção */
.v-head {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: clamp(48px, 5vw, 80px);
}
@media (max-width: 760px) {
  .v-head { grid-template-columns: 1fr; gap: 16px; }
}
.v-head .num {
  font-family: var(--v-mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  opacity: 0.6;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.v-head .num .sec { opacity: 0.95; }
.v-section.dark .v-head .num { opacity: 0.7; }
.v-head h2 {
  font-family: var(--v-serif-display);
  font-weight: 600;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin: 0;
  color: inherit;
  text-wrap: balance;
}
.v-head .lead {
  font-family: var(--v-sans);
  font-style: normal;
  font-weight: 300;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.55;
  margin-top: 20px;
  max-width: 56ch;
  opacity: 0.86;
  color: inherit;
}

/* Recorte curvo entre seções */
.v-wave-down {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 80px;
  background: inherit;
  z-index: 1;
}
.v-wave-down svg { width: 100%; height: 100%; display: block; }

/* === Conceito - stats grid === */
.v-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(28px, 4vw, 56px);
  margin-top: clamp(48px, 6vw, 80px);
}
@media (max-width: 760px) { .v-stats { grid-template-columns: 1fr 1fr; } }
@media (max-width: 420px) { .v-stats { grid-template-columns: 1fr; } }
.v-stats .stat {
  border-top: 1px solid var(--v-line);
  padding-top: 16px;
}
.v-section.dark .v-stats .stat { border-top-color: var(--v-line-paper); }
.v-stats .stat .v {
  font-family: var(--v-serif-display);
  font-weight: 600;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1;
  letter-spacing: -0.01em;
}
.v-stats .stat .v small {
  font-size: 0.45em;
  vertical-align: super;
  letter-spacing: 0.08em;
  margin-left: 4px;
  opacity: 0.7;
}
.v-stats .stat .l {
  font-family: var(--v-mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-top: 12px;
  opacity: 0.72;
}

/* === Localização === */
.v-loc {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(40px, 5vw, 72px);
  align-items: stretch;
}
@media (max-width: 880px) { .v-loc { grid-template-columns: 1fr; } }

.v-map {
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--v-graphite-deep);
  border: 1px solid var(--v-line-paper);
  overflow: hidden;
}
.v-map svg { width: 100%; height: 100%; display: block; }

.v-loc-list { display: flex; flex-direction: column; gap: 22px; }
.v-loc-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--v-line-paper);
}
.v-loc-item:last-child { border-bottom: none; }
.v-loc-item .n {
  font-family: var(--v-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  padding-top: 6px;
  opacity: 0.7;
}
.v-loc-item .t {
  font-family: var(--v-serif-display);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.15;
  margin: 0 0 4px;
}
.v-loc-item .d {
  font-family: var(--v-sans);
  font-size: 14px;
  opacity: 0.8;
  margin: 0;
}

/* === Club gallery === */
.v-club-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(180px, auto);
  gap: 14px;
}
.v-club-grid .cell {
  position: relative;
  overflow: hidden;
  background: var(--v-graphite-deep);
}
.v-club-grid .cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.v-club-grid .cell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(20,20,20,0.7) 100%);
  pointer-events: none;
}
.v-club-grid .cell .cap {
  position: absolute;
  left: 22px;
  bottom: 22px;
  color: var(--v-sage);
  z-index: 2;
}
.v-club-grid .cell .cap .s {
  font-family: var(--v-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.85;
}
.v-club-grid .cell .cap .n {
  font-family: var(--v-serif-display);
  font-weight: 600;
  font-size: 22px;
  margin-top: 4px;
}

.v-club-grid .cell.c1 { grid-column: span 7; grid-row: span 2; min-height: 480px; }
.v-club-grid .cell.c2 { grid-column: span 5; min-height: 234px; }
.v-club-grid .cell.c3 { grid-column: span 5; min-height: 234px; }
.v-club-grid .cell.c4 { grid-column: span 4; min-height: 280px; }
.v-club-grid .cell.c5 { grid-column: span 4; min-height: 280px; }
.v-club-grid .cell.c6 { grid-column: span 4; min-height: 280px; }

@media (max-width: 980px) {
  .v-club-grid { grid-template-columns: repeat(2, 1fr); }
  .v-club-grid .cell { grid-column: span 1 !important; grid-row: span 1 !important; min-height: 260px !important; }
  .v-club-grid .cell.c1 { grid-column: span 2 !important; min-height: 360px !important; }
}
@media (max-width: 560px) {
  .v-club-grid { grid-template-columns: 1fr; }
  .v-club-grid .cell { grid-column: span 1 !important; min-height: 240px !important; }
  .v-club-grid .cell.c1 { grid-column: span 1 !important; min-height: 280px !important; }
}

/* === Esportes === */
.v-esp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 56px;
}
@media (max-width: 760px) { .v-esp-grid { grid-template-columns: 1fr; } }
.v-esp-grid .cell {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--v-graphite-deep);
}
.v-esp-grid .cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.v-esp-grid .cell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(20,20,20,0.6) 100%);
}
.v-esp-grid .cell .cap {
  position: absolute;
  left: 22px;
  bottom: 22px;
  color: var(--v-sage);
  z-index: 2;
}
.v-esp-grid .cell .cap .s {
  font-family: var(--v-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.85;
}
.v-esp-grid .cell .cap .n {
  font-family: var(--v-serif-display);
  font-weight: 600;
  font-size: 22px;
  margin-top: 4px;
}

.v-amen-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--v-line-paper);
}
@media (max-width: 760px) { .v-amen-list { grid-template-columns: 1fr 1fr; } }
.v-amen-list .it {
  padding: 22px 18px;
  border-right: 1px solid var(--v-line-paper);
  border-bottom: 1px solid var(--v-line-paper);
}
.v-amen-list .it:nth-child(4n) { border-right: none; }
@media (max-width: 760px) {
  .v-amen-list .it { border-right: 1px solid var(--v-line-paper); }
  .v-amen-list .it:nth-child(2n) { border-right: none; }
}
.v-amen-list .it .n {
  font-family: var(--v-serif-display);
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
}
.v-amen-list .it .s {
  font-family: var(--v-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.65;
  margin-top: 6px;
}

/* === Lotes (tipologias) === */
.v-tipos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.5vw, 32px);
}
@media (max-width: 760px) { .v-tipos { grid-template-columns: 1fr; } }

.v-tipo {
  background: var(--v-paper);
  border: 1px solid var(--v-line);
  padding: clamp(28px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.v-tipo .badge {
  font-family: var(--v-mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0.65;
}
.v-tipo h3 {
  font-family: var(--v-serif-display);
  font-weight: 600;
  font-size: clamp(26px, 3vw, 36px);
  margin: 0;
  letter-spacing: -0.01em;
}
.v-tipo .area-range {
  font-family: var(--v-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  opacity: 0.75;
}
.v-tipo .desc {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.78;
  margin: 0;
}
.v-tipo .price {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--v-line);
}
.v-tipo .price .lbl {
  font-family: var(--v-mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  opacity: 0.6;
}
.v-tipo .price .v {
  font-family: var(--v-serif-display);
  font-weight: 600;
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.2;
  margin-top: 4px;
  letter-spacing: -0.01em;
}

.v-conditions {
  margin-top: clamp(48px, 5vw, 72px);
  padding: clamp(28px, 3vw, 40px);
  background: var(--v-paper);
  border: 1px solid var(--v-line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 3vw, 48px);
  align-items: center;
}
@media (max-width: 760px) { .v-conditions { grid-template-columns: 1fr; } }
.v-conditions .titulo {
  font-family: var(--v-serif-display);
  font-weight: 600;
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
}
.v-conditions .sub {
  font-family: var(--v-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.7;
}
.v-conditions .terms-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.v-conditions .terms-list li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 8px 0;
  border-bottom: 1px solid var(--v-line);
}
.v-conditions .terms-list li:last-child { border-bottom: none; }
.v-conditions .terms-list .l {
  font-family: var(--v-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.7;
}
.v-conditions .terms-list .val {
  font-family: var(--v-serif-display);
  font-weight: 600;
  letter-spacing: -0.01em;
}

/* === Equipe === */
.v-sig-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 4vw, 56px);
}
@media (max-width: 880px) { .v-sig-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .v-sig-grid { grid-template-columns: 1fr; } }
.v-sig {
  border-top: 1px solid var(--v-line);
  padding-top: 24px;
}
.v-sig .role {
  font-family: var(--v-mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  opacity: 0.65;
  margin-bottom: 16px;
}
.v-sig h3 {
  font-family: var(--v-serif-display);
  font-weight: 600;
  font-size: clamp(22px, 2.5vw, 28px);
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.v-sig .desc {
  font-family: var(--v-sans);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.78;
}

/* === FAQ === */
.v-faq-list { display: grid; gap: 4px; margin-top: 32px; }
.v-faq-item {
  border-top: 1px solid var(--v-line);
}
.v-faq-item:last-child { border-bottom: 1px solid var(--v-line); }
.v-faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: transparent;
  border: none;
  padding: 22px 0;
  text-align: left;
  cursor: pointer;
  color: inherit;
  font-family: var(--v-serif-display);
  font-weight: 600;
  font-size: clamp(18px, 1.8vw, 22px);
  letter-spacing: -0.005em;
  line-height: 1.25;
}
.v-faq-q .ic {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--v-line);
  flex-shrink: 0;
  margin-left: 16px;
  position: relative;
  transition: background-color .25s ease;
}
.v-faq-q .ic::before,
.v-faq-q .ic::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform .25s ease;
}
.v-faq-q .ic::after { transform: translate(-50%, -50%) rotate(90deg); }
.v-faq-item.open .v-faq-q .ic { background: var(--v-graphite); }
.v-faq-item.open .v-faq-q .ic::before,
.v-faq-item.open .v-faq-q .ic::after { background: var(--v-sage); }
.v-faq-item.open .v-faq-q .ic::after { transform: translate(-50%, -50%) rotate(0deg); }
.v-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .25s ease;
  font-size: 15px;
  line-height: 1.65;
}
.v-faq-a p { margin: 0 0 12px; max-width: 70ch; opacity: 0.85; }
.v-faq-item.open .v-faq-a {
  max-height: 1200px;
  padding-bottom: 22px;
}

/* === CTA Final === */
.v-cta {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(80px, 10vw, 140px) var(--v-pad);
  overflow: hidden;
  isolation: isolate;
  color: var(--v-sage);
}
.v-cta .bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.v-cta .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.v-cta .scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(42,45,51,0.55) 0%, rgba(42,45,51,0.55) 30%, rgba(42,45,51,0.86) 100%);
}
.v-cta .inner {
  max-width: 840px;
  margin: 0 auto;
}
.v-cta .eyebrow {
  font-family: var(--v-mono);
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 22px;
  display: inline-block;
}
.v-cta h2 {
  font-family: var(--v-serif-display);
  font-weight: 600;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin: 0 0 22px;
  text-wrap: balance;
}
.v-cta .sub {
  font-family: var(--v-sans);
  font-weight: 300;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.55;
  opacity: 0.85;
  max-width: 50ch;
  margin: 0 auto 36px;
}
.v-cta .wa-card {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 20px 30px 20px 24px;
  background: #fff;
  color: var(--v-graphite-deep);
  border-radius: 999px;
  text-decoration: none;
  font-family: var(--v-sans);
  font-weight: 500;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
  box-shadow: 0 14px 36px rgba(0,0,0,0.28);
}
.v-cta .wa-card:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(0,0,0,0.35);
}
.v-cta .wa-card .wa-icon {
  width: 36px;
  height: 36px;
  display: block;
  flex-shrink: 0;
}
.v-cta .wa-card .lbl { display: flex; flex-direction: column; align-items: flex-start; }
.v-cta .wa-card .lbl .l {
  font-family: var(--v-mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #1a6e38;
  opacity: 1;
}
.v-cta .wa-card .lbl .n {
  font-family: var(--v-serif-display);
  font-weight: 600;
  font-size: 19px;
  letter-spacing: -0.01em;
  color: var(--v-graphite-deep);
  margin-top: 2px;
}
.v-cta .legal {
  margin-top: 24px;
  font-family: var(--v-mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  opacity: 0.55;
}

/* === Footer overrides === */
.verano footer {
  background: var(--v-graphite-deep);
  color: var(--v-sage);
}
.verano footer .row { padding: clamp(56px, 6vw, 90px) var(--v-pad) 32px; max-width: var(--v-maxw); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: clamp(28px, 4vw, 56px); }
@media (max-width: 760px) { .verano footer .row { grid-template-columns: 1fr; } }
.verano footer .brand-foot {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
  text-decoration: none;
  padding: 0;
}
.verano footer .brand-foot .brand-foot-logo {
  height: 42px;
  width: auto;
  display: block;
  opacity: 0.95;
}
.verano footer .brand-foot:hover .brand-foot-logo { opacity: 1; }
.verano footer h4 {
  font-family: var(--v-mono);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0.7;
  margin: 0 0 16px;
}
.verano footer a {
  display: block;
  color: var(--v-sage);
  text-decoration: none;
  font-size: 14px;
  opacity: 0.8;
  padding: 6px 0;
  transition: opacity .2s ease;
}
.verano footer a:hover { opacity: 1; }
.verano footer .legal {
  max-width: var(--v-maxw);
  margin: 0 auto;
  padding: 24px var(--v-pad);
  border-top: 1px solid var(--v-line-paper);
  font-family: var(--v-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.55;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
}

/* === Dock WhatsApp === */
.verano .dock {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .35s ease, transform .35s ease;
  pointer-events: none;
}
.verano .dock.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.verano .wa-fab {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 24px 14px 18px;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-family: var(--v-sans);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(20, 32, 45, 0.32);
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}
.verano .wa-fab:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(20, 32, 45, 0.4); }
.verano .wa-fab img.wa-icon {
  width: 28px;
  height: 28px;
  display: block;
  filter: brightness(0) invert(1);
}
.verano .wa-fab::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 999px;
  border: 2px solid #25D366;
  opacity: 0.5;
  animation: vwapulse 2.2s ease-out infinite;
  pointer-events: none;
}
@keyframes vwapulse {
  0% { transform: scale(1); opacity: 0.5; }
  100% { transform: scale(1.18); opacity: 0; }
}
@media (max-width: 640px) {
  .verano .dock { right: 18px; bottom: 18px; }
  .verano .wa-fab {
    width: 60px; height: 60px; padding: 0;
    border-radius: 50%; justify-content: center; gap: 0;
  }
  .verano .wa-fab .lbl { display: none; }
  .verano .wa-fab img.wa-icon { width: 32px; height: 32px; }
}

/* Fade-in on scroll */
.fade-in { opacity: 0; transform: translateY(28px); transition: opacity .9s ease, transform .9s ease; }
.fade-in.in { opacity: 1; transform: none; }

/* Links inline dentro do conteúdo das seções (lead, parágrafos) — herdam cor da seção */
.v-section .lead a,
.v-section p a,
.v-cta p a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(215, 224, 193, 0.45);
  text-underline-offset: 3px;
  transition: text-decoration-color .25s ease;
}
.v-section .lead a:hover,
.v-section p a:hover,
.v-cta p a:hover {
  text-decoration-color: currentColor;
}
.v-section.light .lead a,
.v-section.light p a,
.v-section.paper .lead a,
.v-section.paper p a {
  text-decoration-color: rgba(64, 65, 71, 0.4);
}

/* === Contraste: bump opacity em textos secundários === */
.v-hero .eyebrow { opacity: 0.82; }
.v-hero .price-row .lbl { opacity: 0.78; }
.v-hero .price-row .terms { opacity: 0.85; }
.v-head .num { opacity: 0.78; }
.v-section.dark .v-head .num { opacity: 0.88; }
.v-head .lead { opacity: 0.92; }
.v-stats .stat .l { opacity: 0.86; }
.v-loc-item .n { opacity: 0.86; }
.v-loc-item .d { opacity: 0.92; }
.v-amen-list .it .s { opacity: 0.82; }
.v-tipo .badge { opacity: 0.82; }
.v-tipo .area-range { opacity: 0.86; }
.v-tipo .desc { opacity: 0.9; }
.v-tipo .price .lbl { opacity: 0.78; }
.v-conditions .sub { opacity: 0.84; }
.v-conditions .terms-list .l { opacity: 0.85; }
.v-sig .role { opacity: 0.82; }
.v-sig .desc { opacity: 0.92; }
.v-faq-a p { opacity: 0.92; }
.v-cta .eyebrow { opacity: 0.88; }
.v-cta .sub { opacity: 0.94; }
.v-cta .legal { opacity: 0.78; }
.v-club-grid .cell .cap .s,
.v-esp-grid .cell .cap .s { opacity: 0.95; }
.verano footer a { opacity: 0.88; }
.verano footer h4 { opacity: 0.82; }
.verano footer .legal { opacity: 0.7; }
