/* ============================================================
   VISCONTI 2150 — Design System
   Identidade: navy profundo + linhas luminosas (ciano/violeta/
   magenta/azul) + logotipo dourado + seções claras texturizadas.
   ============================================================ */

/* ---------- 1. Tokens ---------- */
:root {
  /* Escuros */
  --navy-950: #04061A;
  --navy-900: #070B26;
  --navy-800: #0B1140;
  --navy-700: #141E62;
  --navy-600: #1E2B85;

  /* Luminosos */
  --cyan:    #22E1E1;
  --violet:  #7B5BFF;
  --magenta: #FF3FD0;
  --blue:    #2B6BFF;

  /* Dourado (logotipo) */
  --gold:       #E3B15C;
  --gold-light: #F6D89A;
  --gold-deep:  #B98530;

  /* Claros */
  --paper:      #F4F6FC;
  --paper-soft: #EAEEF9;
  --white:      #FFFFFF;

  /* Texto */
  --ink:        #0A1030;
  --ink-2:      #333C63;
  --ink-muted:  #5B6488;
  --on-dark:    #EAF0FF;
  --on-dark-2:  #A9B9E4;

  /* Efeitos */
  --grad-neon:  linear-gradient(100deg, var(--cyan) 0%, var(--blue) 33%, var(--violet) 66%, var(--magenta) 100%);
  --grad-cta:   linear-gradient(100deg, #6B4BFF 0%, #A03BF0 55%, #FF3FD0 100%);
  --grad-gold:  linear-gradient(160deg, var(--gold-light) 0%, var(--gold) 45%, var(--gold-deep) 100%);
  --glow-cta:   0 10px 34px -10px rgba(160, 59, 240, .75), 0 2px 10px rgba(255, 63, 208, .25);

  /* Estrutura */
  --container: 1180px;
  --gutter: clamp(1.15rem, 4vw, 2.5rem);
  --sect-y: clamp(4rem, 8vw, 7.5rem);
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-pill: 999px;

  /* Tipografia */
  --font-display: "Outfit", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-body: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;

  --header-h: 74px;
}

/* ---------- 2. Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(1rem, .96rem + .2vw, 1.075rem);
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, picture, svg, video { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; border: 0; background: none; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.1; letter-spacing: -.015em; margin: 0 0 .5em; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; border-radius: 4px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; top: -100px; left: 12px; z-index: 999;
  background: var(--navy-800); color: #fff; padding: .75rem 1.25rem; border-radius: var(--r-sm);
}
.skip-link:focus { top: 12px; }

/* ---------- 3. Layout ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.container--wide { max-width: 1340px; }
.section { padding-block: var(--sect-y); position: relative; }

.section--dark {
  background:
    radial-gradient(120% 90% at 82% 8%, rgba(43,107,255,.20) 0%, transparent 55%),
    radial-gradient(90% 70% at 8% 92%, rgba(160,59,240,.18) 0%, transparent 55%),
    linear-gradient(168deg, var(--navy-900) 0%, var(--navy-800) 52%, var(--navy-950) 100%);
  color: var(--on-dark);
  overflow: hidden;
}
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: #fff; }
.section--dark p { color: var(--on-dark-2); }

.section--light { background: var(--paper); color: var(--ink); position: relative; overflow: hidden; }
/* textura geométrica sutil das páginas claras da apresentação */
.section--light::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .32;
  background-image:
    linear-gradient(135deg, rgba(11,17,64,.030) 25%, transparent 25%),
    linear-gradient(225deg, rgba(11,17,64,.030) 25%, transparent 25%);
  background-size: 92px 92px;
}
.section--light > * { position: relative; z-index: 1; }

/* faixa neon divisória */
.neon-rule { height: 4px; background: var(--grad-neon); border: 0; margin: 0; }

/* ---------- 4. Elementos luminosos ---------- */
.beams { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 0; }
.beams span {
  position: absolute; display: block; border-radius: var(--r-pill);
  transform: rotate(-38deg); transform-origin: center;
  filter: blur(.4px);
}
.beams span::after {
  content: ""; position: absolute; inset: -14px; border-radius: inherit;
  background: inherit; filter: blur(18px); opacity: .55;
}
.beam-1 { top: -12%; right: 4%;  width: 3px;  height: 62%; background: var(--cyan);    opacity: .85; }
.beam-2 { top: -18%; right: 10%; width: 6px;  height: 78%; background: var(--magenta); opacity: .7; }
.beam-3 { top: -6%;  right: 15%; width: 2px;  height: 48%; background: var(--violet);  opacity: .8; }
.beam-4 { bottom: -20%; left: -2%; width: 4px; height: 60%; background: var(--blue);   opacity: .55; }
.beam-5 { bottom: -14%; left: 6%;  width: 2px; height: 40%; background: var(--magenta); opacity: .45; }
@media (max-width: 720px) { .beam-3, .beam-5 { display: none; } }

/* chevrons da identidade */
.chevrons { display: inline-flex; gap: 2px; align-items: center; }
.chevrons svg { width: 15px; height: 26px; }
.chevrons--lg svg { width: 22px; height: 38px; }

/* ---------- 5. Tipografia utilitária ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-display); font-weight: 600;
  font-size: .78rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--cyan); margin: 0 0 1rem;
}
.section--light .eyebrow { color: #7A31C9; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; }

.h-display { font-size: clamp(2.1rem, 1.35rem + 3.4vw, 4rem); }
.h-section { font-size: clamp(1.75rem, 1.2rem + 2.3vw, 2.85rem); }
.h-card    { font-size: clamp(1.15rem, 1.05rem + .45vw, 1.4rem); }
.lead      { font-size: clamp(1.05rem, 1rem + .35vw, 1.2rem); max-width: 62ch; }

.glow-text {
  color: #fff;
  text-shadow: 0 0 6px rgba(34,225,225,.5), 0 0 22px rgba(34,225,225,.35), 0 0 48px rgba(123,91,255,.28);
}
.gold-text {
  background: var(--grad-gold); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.grad-text {
  background: linear-gradient(96deg, var(--violet), var(--magenta)); -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ---------- 6. Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  font-family: var(--font-display); font-weight: 600; font-size: 1rem; line-height: 1.15;
  padding: 1.05rem 1.6rem; border-radius: var(--r-pill); text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
  will-change: transform;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn svg { width: 20px; height: 20px; flex: none; }

.btn--primary { background: var(--grad-cta); color: #fff; box-shadow: var(--glow-cta); }
.btn--primary:hover { box-shadow: 0 16px 40px -10px rgba(160,59,240,.9), 0 3px 14px rgba(255,63,208,.35); }

.btn--ghost { border: 1.5px solid rgba(34,225,225,.55); color: var(--cyan); background: rgba(34,225,225,.05); }
.btn--ghost:hover { background: rgba(34,225,225,.13); border-color: var(--cyan); }

.btn--ghost-dark { border: 1.5px solid rgba(11,17,64,.22); color: var(--navy-800); background: #fff; }
.btn--ghost-dark:hover { border-color: var(--violet); color: var(--violet); }

.btn--gold { background: var(--grad-gold); color: #2A1B00; box-shadow: 0 10px 30px -12px rgba(227,177,92,.9); }
.btn--sm { padding: .78rem 1.15rem; font-size: .92rem; min-height: 44px; }
.btn--block { width: 100%; }

.btn-row { display: flex; flex-wrap: wrap; gap: .85rem; }
.btn-note { font-size: .87rem; color: var(--on-dark-2); margin: .9rem 0 0; display: flex; align-items: center; gap: .45rem; }
.section--light .btn-note { color: var(--ink-muted); }

/* ---------- 7. Header ---------- */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 90; height: var(--header-h);
  display: flex; align-items: center;
  transition: background-color .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}
.header.is-stuck {
  background: rgba(7,11,38,.92);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(123,91,255,.28), 0 12px 34px -18px rgba(0,0,0,.8);
}
.header__inner { display: flex; align-items: center; gap: 1.5rem; width: 100%; }
.header__logo img { height: 42px; width: auto; }
.header__nav { margin-left: auto; display: flex; align-items: center; gap: 1.75rem; }
.header__nav a { font-size: .94rem; font-weight: 500; color: var(--on-dark); opacity: .82; transition: opacity .2s, color .2s; }
.header__nav a:hover { opacity: 1; color: var(--cyan); }
.header__cta { margin-left: auto; }
@media (max-width: 1023px) { .header__nav { display: none; } .header__cta { display: none; } }

.nav-toggle { margin-left: auto; display: none; width: 46px; height: 46px; align-items: center; justify-content: center; border-radius: var(--r-sm); color: #fff; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: currentColor; position: relative; transition: background .2s; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; width: 24px; height: 2px; background: currentColor; transition: transform .25s ease; }
.nav-toggle span::before { top: -7px; } .nav-toggle span::after { top: 7px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after  { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 1023px) { .nav-toggle { display: flex; } }

.mobile-nav {
  position: fixed; inset: var(--header-h) 0 0 0; z-index: 89;
  background: linear-gradient(170deg, var(--navy-900), var(--navy-950));
  padding: 2rem var(--gutter) 3rem; overflow-y: auto;
  transform: translateX(100%); transition: transform .32s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column; gap: .25rem;
}
.mobile-nav.is-open { transform: translateX(0); }
.mobile-nav a { color: var(--on-dark); font-family: var(--font-display); font-size: 1.2rem; font-weight: 600; padding: .9rem 0; border-bottom: 1px solid rgba(169,185,228,.14); }
.mobile-nav .btn { margin-top: 1.75rem; }

/* ---------- 8. Hero ---------- */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: flex-end;
  padding-top: calc(var(--header-h) + 2rem); padding-bottom: clamp(2.5rem, 6vw, 5rem);
  background: var(--navy-950); color: var(--on-dark); overflow: hidden;
  isolation: isolate;
}
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.hero__scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(to right, rgba(4,6,26,.96) 0%, rgba(7,11,38,.9) 38%, rgba(7,11,38,.55) 66%, rgba(7,11,38,.35) 100%),
    linear-gradient(to top, rgba(4,6,26,.95) 0%, transparent 45%);
}
@media (max-width: 860px) {
  .hero__scrim { background: linear-gradient(to top, rgba(4,6,26,.97) 12%, rgba(6,9,32,.85) 45%, rgba(6,9,32,.62) 100%); }
  .hero__media img { object-position: 58% center; }
}
.hero__inner { position: relative; z-index: 2; max-width: 44rem; }
.hero__badge {
  display: inline-flex; align-items: center; gap: .55rem; padding: .45rem 1rem .45rem .6rem;
  border-radius: var(--r-pill); background: rgba(34,225,225,.1); border: 1px solid rgba(34,225,225,.4);
  font-family: var(--font-display); font-size: .8rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--cyan); margin-bottom: 1.25rem;
}
.hero__badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .35; transform: scale(.75); } }

.hero h1 { font-size: clamp(2.2rem, 1.25rem + 4.1vw, 4.15rem); margin-bottom: .35em; color: #fff; }
.hero__sub { font-size: clamp(1.05rem, 1rem + .45vw, 1.3rem); color: var(--on-dark); max-width: 40ch; margin-bottom: 1.6rem; }
.hero__price { font-family: var(--font-display); font-size: clamp(1.05rem, 1rem + .35vw, 1.2rem); color: var(--on-dark-2); margin-bottom: 1.75rem; }
.hero__price strong { display: block; font-size: clamp(1.7rem, 1.3rem + 1.8vw, 2.5rem); line-height: 1.1; }

.hero__facts { display: flex; flex-wrap: wrap; gap: .5rem .55rem; margin: 0 0 2rem; }
.hero__facts li {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .48rem .95rem; border-radius: var(--r-pill);
  background: rgba(234,240,255,.07); border: 1px solid rgba(169,185,228,.22);
  font-size: .875rem; color: var(--on-dark);
}
.hero__facts svg { width: 15px; height: 15px; color: var(--cyan); flex: none; }

.hero__legal { font-size: .78rem; color: rgba(169,185,228,.72); max-width: 46ch; margin: 1.2rem 0 0; line-height: 1.5; }

.hero__scroll {
  position: absolute; left: 50%; bottom: 1.25rem; transform: translateX(-50%); z-index: 2;
  display: grid; place-items: center; gap: .35rem; color: var(--on-dark-2); font-size: .72rem;
  letter-spacing: .18em; text-transform: uppercase;
}
.hero__scroll svg { width: 18px; height: 18px; animation: bob 2.2s ease-in-out infinite; }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(6px); } }
@media (max-width: 860px) { .hero__scroll { display: none; } }

/* ---------- 9. Cartões genéricos ---------- */
.card {
  background: var(--white); border-radius: var(--r-lg); padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid rgba(11,17,64,.08); box-shadow: 0 20px 44px -34px rgba(10,16,48,.5);
}
.card--dark {
  background: linear-gradient(158deg, rgba(30,43,133,.42), rgba(7,11,38,.85));
  border: 1px solid rgba(123,91,255,.3); box-shadow: 0 24px 54px -30px rgba(0,0,0,.85);
}
.card--dark h3 { color: #fff; }

.checklist li { position: relative; padding-left: 1.9rem; margin-bottom: .7rem; }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: .48em; width: 12px; height: 12px; border-radius: 3px;
  background: var(--grad-neon);
}
.checklist--gold li::before { background: var(--grad-gold); }

/* ---------- 10. Perfil (morar / investir) ---------- */
.profile-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 22rem), 1fr)); }
.profile-card { display: flex; flex-direction: column; overflow: hidden; padding: 0; }
.profile-card__media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; }
.profile-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.6,.2,1); }
.profile-card:hover .profile-card__media img { transform: scale(1.045); }
.profile-card__tag {
  position: absolute; left: 1rem; top: 1rem; z-index: 2;
  padding: .35rem .9rem; border-radius: var(--r-pill); background: rgba(7,11,38,.82);
  border: 1px solid rgba(34,225,225,.45); color: var(--cyan);
  font-family: var(--font-display); font-size: .76rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
}
.profile-card__body { padding: clamp(1.5rem, 3vw, 2.1rem); display: flex; flex-direction: column; flex: 1; }
.profile-card__body .btn { margin-top: auto; }
.profile-card .checklist { margin-bottom: 1.6rem; }

/* ---------- 11. Números ---------- */
.stats { display: grid; gap: 1px; grid-template-columns: repeat(2, minmax(0, 1fr));
  background: rgba(123,91,255,.28); border: 1px solid rgba(123,91,255,.28); border-radius: var(--r-lg); overflow: hidden; }
.stats li { background: linear-gradient(160deg, rgba(20,30,98,.6), rgba(7,11,38,.9)); padding: 1.6rem 1.25rem; text-align: center; }
.stats b { display: block; font-family: var(--font-display); font-size: clamp(1.7rem, 1.3rem + 1.5vw, 2.4rem); line-height: 1; color: #fff; margin-bottom: .35rem; }
.stats span { font-size: .84rem; color: var(--on-dark-2); line-height: 1.35; display: block; }

/* ---------- 12. Split (texto + imagem) ---------- */
.split { display: grid; gap: clamp(2rem, 5vw, 4rem); align-items: center; grid-template-columns: 1fr; }
@media (min-width: 940px) { .split { grid-template-columns: 1.05fr .95fr; } .split--rev > :first-child { order: 2; } }
.split__media { border-radius: var(--r-lg); overflow: hidden; position: relative; box-shadow: 0 30px 70px -40px rgba(0,0,0,.85); }
.split__media img { width: 100%; }

/* ---------- 13. Mapa / localização ---------- */
.map-filters { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1.75rem; }
.chip {
  display: inline-flex; align-items: center; gap: .45rem; padding: .62rem 1.05rem; min-height: 44px;
  border-radius: var(--r-pill); font-family: var(--font-display); font-weight: 600; font-size: .88rem;
  border: 1px solid rgba(169,185,228,.28); background: rgba(234,240,255,.05); color: var(--on-dark);
  transition: all .2s ease;
}
.chip:hover { border-color: var(--cyan); color: var(--cyan); }
.chip[aria-pressed="true"] { background: var(--grad-cta); border-color: transparent; color: #fff; box-shadow: 0 8px 24px -12px rgba(160,59,240,.9); }

/* localização: foto à esquerda, lista à direita */
.map-layout { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
@media (min-width: 980px) { .map-layout { grid-template-columns: 1.12fr .88fr; align-items: start; } }

.map-photo {
  margin: 0; border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid rgba(123,91,255,.3);
  box-shadow: 0 30px 70px -40px rgba(0,0,0,.9), 0 0 0 1px rgba(34,225,225,.06);
}
.map-photo img { width: 100%; display: block; }
.map-photo figcaption {
  padding: .85rem 1.15rem; font-size: .82rem; color: var(--on-dark-2);
  background: linear-gradient(96deg, rgba(34,225,225,.07), rgba(255,63,208,.07));
  border-top: 1px solid rgba(123,91,255,.22);
}

.poi-list { display: grid; gap: .5rem; grid-template-columns: 1fr; max-height: 26rem; overflow-y: auto; padding-right: .4rem; }
@media (max-width: 979px) { .poi-list { max-height: none; padding-right: 0; } }
.poi-list::-webkit-scrollbar { width: 6px; }
.poi-list::-webkit-scrollbar-track { background: rgba(169,185,228,.08); border-radius: 999px; }
.poi-list::-webkit-scrollbar-thumb { background: rgba(123,91,255,.55); border-radius: 999px; }
.poi-list:hover::-webkit-scrollbar-thumb { background: rgba(123,91,255,.8); }
.poi-item {
  display: grid; grid-template-columns: 1fr auto; gap: .85rem; align-items: center;
  padding: .85rem 1.1rem; min-height: 56px; border-radius: var(--r-md); text-align: left; width: 100%;
  background: rgba(234,240,255,.04); border: 1px solid rgba(169,185,228,.14);
  transition: border-color .2s, background .2s, transform .2s;
}
.poi-item:hover, .poi-item.is-active { border-color: rgba(34,225,225,.55); background: rgba(34,225,225,.07); }
.poi-item.is-hidden { display: none; }
.poi-item__name { display: block; font-family: var(--font-display); font-weight: 600; font-size: .96rem; color: #fff; line-height: 1.3; text-wrap: balance; }
.poi-item__cat { display: block; font-size: .76rem; color: var(--on-dark-2); line-height: 1.35; margin-top: .1rem; }
.poi-item__times { display: flex; align-items: center; gap: .7rem; white-space: nowrap; }
.poi-item__times > span { display: inline-flex; align-items: center; gap: .28rem; font-size: .82rem; font-weight: 600; color: var(--cyan); }
.poi-item__times > span::after { content: "min"; font-size: .68rem; font-weight: 500; opacity: .65; margin-left: .1rem; }
.poi-item__times svg { width: 14px; height: 14px; opacity: .8; }
@media (max-width: 420px) { .poi-item__times { gap: .5rem; } .poi-item__times > span::after { display: none; } }

/* ---------- 14. Preços ---------- */
.price-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr)); margin-bottom: 2.5rem; }
.price-card { position: relative; overflow: hidden; }
.price-card__label { font-family: var(--font-display); font-size: .8rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: .75rem; display: block; }
.price-card__value { font-family: var(--font-display); font-size: clamp(1.9rem, 1.4rem + 2vw, 2.7rem); line-height: 1; font-weight: 700; margin-bottom: .4rem; }
.price-card__unit { font-size: .95rem; color: var(--ink-muted); }
.price-card--obra { border-top: 4px solid transparent; border-image: linear-gradient(96deg, var(--cyan), var(--blue)) 1; }
.price-card--obra .price-card__value { color: #0B7C8C; }
.price-card--fin { border-top: 4px solid transparent; border-image: linear-gradient(96deg, var(--violet), var(--magenta)) 1; }
.price-card--fin .price-card__value { background: linear-gradient(96deg, var(--violet), var(--magenta)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.price-card--entry { background: linear-gradient(160deg, #0B1140, #04061A); color: var(--on-dark); border-color: rgba(227,177,92,.35); }
.price-card--entry .price-card__label { color: rgba(246,216,154,.85); }
.price-card--entry .price-card__value { background: var(--grad-gold); -webkit-background-clip: text; background-clip: text; color: transparent; }
.price-card--entry .price-card__unit { color: var(--on-dark-2); }
.price-card__phase { display: inline-flex; align-items: center; gap: .4rem; font-size: .76rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: .3rem .7rem; border-radius: var(--r-pill); margin-bottom: 1rem; }
.price-card--obra .price-card__phase { background: rgba(11,124,140,.12); color: #0B7C8C; }
.price-card--fin  .price-card__phase { background: rgba(160,59,240,.12); color: #7A31C9; }

.mcmv { display: grid; gap: clamp(1.75rem, 4vw, 3rem); grid-template-columns: 1fr; align-items: start; }
@media (min-width: 940px) { .mcmv { grid-template-columns: 1fr 1fr; } }
.mcmv__box { background: var(--white); border-radius: var(--r-lg); padding: clamp(1.6rem, 3vw, 2.4rem); border: 1px solid rgba(11,17,64,.08); box-shadow: 0 20px 44px -34px rgba(10,16,48,.5); }
.mcmv__flag { display: inline-flex; align-items: center; gap: .5rem; padding: .4rem .95rem; border-radius: var(--r-pill); background: linear-gradient(96deg, rgba(34,225,225,.16), rgba(123,91,255,.16)); color: #1E2B85; font-family: var(--font-display); font-weight: 700; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1rem; }

.legal-note { font-size: .82rem; color: var(--ink-muted); line-height: 1.55; max-width: 78ch; }
.section--dark .legal-note { color: rgba(169,185,228,.75); }

/* ---------- 15. Formulários ---------- */
.form { display: grid; gap: 1rem; }
.field { display: grid; gap: .4rem; }
.field > label { font-family: var(--font-display); font-size: .87rem; font-weight: 600; color: var(--ink-2); }
.section--dark .field > label, .form--dark .field > label { color: var(--on-dark); }
.field input, .field select, .field textarea {
  width: 100%; padding: .85rem 1rem; border-radius: var(--r-sm);
  border: 1.5px solid rgba(11,17,64,.16); background: #fff; color: var(--ink);
  transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field select:focus { outline: none; border-color: var(--violet); box-shadow: 0 0 0 4px rgba(123,91,255,.15); }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235B6488' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .9rem center; background-size: 18px; padding-right: 2.6rem; }
.field--error input, .field--error select { border-color: #E0355A; }
.field__error { font-size: .8rem; color: #E0355A; display: none; }
.field--error .field__error { display: block; }

.form--dark .field input, .form--dark .field select { background: rgba(255,255,255,.06); border-color: rgba(169,185,228,.28); color: #fff; }
.form--dark .field input::placeholder { color: rgba(169,185,228,.6); }
.form--dark .field select { color: #fff; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A9B9E4' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .9rem center; background-size: 18px; }
.form--dark .field select option { background: var(--navy-800); color: #fff; }

.radio-row { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
.radio-tile { position: relative; }
.radio-tile input { position: absolute; opacity: 0; width: 0; height: 0; }
.radio-tile span {
  display: flex; align-items: center; justify-content: center; gap: .45rem;
  padding: .85rem .75rem; border-radius: var(--r-sm); cursor: pointer;
  border: 1.5px solid rgba(11,17,64,.16); background: #fff;
  font-family: var(--font-display); font-weight: 600; font-size: .95rem; transition: all .2s;
}
.form--dark .radio-tile span { background: rgba(255,255,255,.06); border-color: rgba(169,185,228,.28); color: #fff; }
.radio-tile input:checked + span { border-color: transparent; background: var(--grad-cta); color: #fff; box-shadow: 0 8px 22px -12px rgba(160,59,240,.9); }
.radio-tile input:focus-visible + span { outline: 3px solid var(--cyan); outline-offset: 2px; }

.form__consent { font-size: .8rem; color: var(--ink-muted); line-height: 1.5; }
.form--dark .form__consent { color: rgba(169,185,228,.8); }
.form__consent a { text-decoration: underline; }

@media (min-width: 620px) { .form__row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; } }

/* rótulo "(opcional)" */
.field__opt { font-weight: 400; opacity: .65; }

/* prévia da mensagem que será aberta no WhatsApp */
.wa-preview {
  border-radius: var(--r-md); padding: .95rem 1.1rem;
  background: rgba(37,211,102,.07); border: 1px solid rgba(37,211,102,.32);
  animation: fadeUp .35s ease both;
}
.form--dark .wa-preview { background: rgba(37,211,102,.1); }
.wa-preview__label {
  display: inline-flex; align-items: center; gap: .4rem; margin-bottom: .45rem;
  font-family: var(--font-display); font-size: .74rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: #128C4A;
}
.form--dark .wa-preview__label { color: #4EE08B; }
.wa-preview__label svg { width: 14px; height: 14px; }
.wa-preview__text {
  margin: 0; white-space: pre-line; font-size: .88rem; line-height: 1.5; color: var(--ink-2);
}
.form--dark .wa-preview__text { color: var(--on-dark); }

@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

/* ---------- 16. Áreas comuns ---------- */
.amenities { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr)); }
.amenity {
  position: relative; border-radius: var(--r-lg); overflow: hidden; min-height: 20rem;
  display: flex; align-items: flex-end; isolation: isolate;
  border: 1px solid rgba(123,91,255,.22);
}
.amenity--wide { grid-column: span 2; }
@media (max-width: 780px) { .amenity--wide { grid-column: span 1; } }
.amenity img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .7s cubic-bezier(.2,.6,.2,1); }
.amenity::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(4,6,26,.95) 8%, rgba(7,11,38,.55) 48%, rgba(7,11,38,.12) 100%); }
.amenity:hover img { transform: scale(1.05); }
.amenity__body { padding: clamp(1.25rem, 3vw, 1.9rem); }
.amenity__body h3 { font-size: 1.3rem; margin-bottom: .35rem; color: #fff; }
.amenity__body p { font-size: .92rem; margin: 0; color: rgba(234,240,255,.85); }
.amenity__icon { display: inline-flex; width: 40px; height: 40px; border-radius: 12px; align-items: center; justify-content: center; margin-bottom: .85rem; background: rgba(34,225,225,.14); border: 1px solid rgba(34,225,225,.4); color: var(--cyan); }
.amenity__icon svg { width: 20px; height: 20px; }

.amenity.is-clicavel { cursor: zoom-in; }
.amenity__zoom {
  position: absolute; top: .9rem; right: .9rem; z-index: 2;
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(7,11,38,.7); color: #fff; border: 1px solid rgba(234,240,255,.22);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  opacity: 0; transform: scale(.9); transition: opacity .22s ease, transform .22s ease, background .22s ease;
}
.amenity__zoom svg { width: 18px; height: 18px; }
.amenity:hover .amenity__zoom,
.amenity:focus-within .amenity__zoom { opacity: 1; transform: scale(1); }
.amenity__zoom:hover { background: var(--violet); border-color: transparent; }
/* em telas de toque não existe hover: o botão fica sempre visível */
@media (hover: none) { .amenity__zoom { opacity: 1; transform: scale(1); } }

.amenity--flat { background: linear-gradient(158deg, rgba(30,43,133,.45), rgba(7,11,38,.9)); min-height: 0; align-items: stretch; }
.amenity--flat .amenity__body { padding: clamp(1.5rem, 3vw, 2rem); }

/* ---------- 17. Plantas ---------- */
.plans { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr)); }
.plan { display: flex; flex-direction: column; padding: 0; overflow: hidden; }
.plan__head { padding: 1.4rem clamp(1.25rem, 3vw, 1.75rem) .9rem; }
.plan__tag { display: inline-block; font-family: var(--font-display); font-size: .74rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: #7A31C9; margin-bottom: .5rem; }
.plan__area { font-family: var(--font-display); font-size: 1.65rem; font-weight: 700; line-height: 1.1; }
.plan__area small { display: block; font-size: .82rem; font-weight: 500; color: var(--ink-muted); letter-spacing: 0; margin-top: .2rem; }
.plan__switch { display: flex; gap: .3rem; padding: .3rem; margin: 0 clamp(1.25rem, 3vw, 1.75rem) 1rem; background: var(--paper-soft); border-radius: var(--r-pill); }
.plan__switch button { flex: 1; min-height: 42px; padding: .55rem; border-radius: var(--r-pill); font-family: var(--font-display); font-weight: 600; font-size: .88rem; color: var(--ink-muted); transition: all .2s; }
.plan__switch button[aria-selected="true"] { background: var(--white); color: var(--navy-800); box-shadow: 0 3px 10px -4px rgba(10,16,48,.35); }
.plan__figure { position: relative; margin: 0; padding: 0 clamp(1rem, 2.5vw, 1.5rem); }
.plan__figure img { width: 100%; border-radius: var(--r-md); background: #EDEFF4; }
.plan__zoom {
  position: absolute; right: clamp(1.4rem, 3vw, 2rem); bottom: .8rem;
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(7,11,38,.82); color: #fff; backdrop-filter: blur(6px);
  transition: background .2s, transform .2s;
}
.plan__zoom:hover { background: var(--violet); transform: scale(1.08); }
.plan__zoom svg { width: 18px; height: 18px; }
.plan__specs { display: flex; flex-wrap: wrap; gap: .4rem; padding: 1.1rem clamp(1.25rem, 3vw, 1.75rem) 0; }
.plan__specs li { font-size: .8rem; padding: .3rem .7rem; border-radius: var(--r-pill); background: var(--paper-soft); color: var(--ink-2); }
.plan__actions { margin-top: auto; padding: 1.1rem clamp(1.25rem, 3vw, 1.75rem) clamp(1.4rem, 3vw, 1.75rem); display: grid; gap: .55rem; }

/* lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 120; display: none;
  background: rgba(4,6,26,.94); backdrop-filter: blur(8px);
  padding: clamp(1rem, 4vw, 3rem); place-items: center;
}
.lightbox.is-open { display: grid; animation: fade .25s ease both; }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.lightbox img { max-width: min(100%, 1100px); max-height: 84svh; object-fit: contain; border-radius: var(--r-md); background: #fff; }
.lightbox__caption { color: var(--on-dark); text-align: center; margin-top: 1rem; font-family: var(--font-display); font-weight: 600; }
.lightbox__close {
  position: absolute; top: clamp(.75rem, 3vw, 1.75rem); right: clamp(.75rem, 3vw, 1.75rem);
  width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(234,240,255,.1); border: 1px solid rgba(169,185,228,.3); color: #fff;
}
.lightbox__close:hover { background: var(--magenta); border-color: transparent; }
.lightbox__close svg { width: 22px; height: 22px; }

/* ---------- 18. Confiança ---------- */
.trust { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr)); }
.trust li { display: flex; gap: .9rem; align-items: flex-start; }
.trust__icon { width: 42px; height: 42px; flex: none; border-radius: 12px; display: grid; place-items: center; background: rgba(227,177,92,.14); border: 1px solid rgba(227,177,92,.4); color: var(--gold); }
.trust__icon svg { width: 20px; height: 20px; }
.trust b { display: block; font-family: var(--font-display); font-size: 1rem; color: #fff; margin-bottom: .15rem; }
.trust span { font-size: .88rem; color: var(--on-dark-2); }

/* ---------- 19. FAQ ---------- */
.faq { max-width: 56rem; margin-inline: auto; }
.faq__item { border-bottom: 1px solid rgba(11,17,64,.12); }
.faq__q {
  width: 100%; display: flex; align-items: flex-start; justify-content: space-between; gap: 1.25rem;
  padding: 1.35rem 0; text-align: left;
  font-family: var(--font-display); font-weight: 600; font-size: clamp(1rem, .96rem + .3vw, 1.15rem); color: var(--navy-800);
}
.faq__q:hover { color: var(--violet); }
.faq__icon { flex: none; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: var(--paper-soft); color: var(--violet); transition: transform .3s ease, background .3s ease; margin-top: 2px; }
.faq__icon svg { width: 14px; height: 14px; }
.faq__q[aria-expanded="true"] .faq__icon { transform: rotate(45deg); background: var(--grad-cta); color: #fff; }
.faq__a { height: 0; overflow: hidden; transition: height .32s cubic-bezier(.4,0,.2,1); }
@media (prefers-reduced-motion: reduce) { .faq__a { transition: none; } }
.faq__a p { padding-bottom: 1.35rem; margin: 0; color: var(--ink-2); max-width: 65ch; }

/* ---------- 20. Conversão final ---------- */
.final { position: relative; overflow: hidden; }
.final__grid { display: grid; gap: clamp(2rem, 5vw, 3.5rem); grid-template-columns: 1fr; align-items: start; }
@media (min-width: 940px) { .final__grid { grid-template-columns: 1fr 1fr; } }

/* ---------- 21. Rodapé ---------- */
.footer { background: var(--navy-950); color: var(--on-dark-2); padding-block: clamp(3rem, 6vw, 4.5rem) 8rem; font-size: .9rem; }
@media (min-width: 900px) { .footer { padding-bottom: clamp(3rem, 6vw, 4.5rem); } }
.footer__grid { display: grid; gap: 2.25rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr)); margin-bottom: 2.5rem; }
.footer h4 { font-size: .82rem; letter-spacing: .18em; text-transform: uppercase; color: var(--cyan); margin-bottom: 1rem; }
.footer a:hover { color: var(--cyan); }
.footer__logo img { height: 62px; width: auto; margin-bottom: 1rem; }
.footer__legal { border-top: 1px solid rgba(169,185,228,.16); padding-top: 1.75rem; font-size: .78rem; line-height: 1.6; color: rgba(169,185,228,.7); }
.footer__legal p { margin-bottom: .75rem; }
.footer__todo { border: 1px dashed rgba(227,177,92,.45); border-radius: var(--r-md); padding: 1rem 1.15rem; color: rgba(246,216,154,.9); font-size: .8rem; margin-bottom: 1.5rem; }

/* ---------- 22. CTAs flutuantes ---------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
  padding: .7rem var(--gutter) calc(.7rem + env(safe-area-inset-bottom));
  background: rgba(7,11,38,.94); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(123,91,255,.32);
  display: flex; gap: .6rem; align-items: center;
  transform: translateY(110%); transition: transform .35s cubic-bezier(.4,0,.2,1);
}
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta .btn { flex: 1; padding: .95rem 1rem; font-size: .95rem; }
.sticky-cta__hint { display: none; }
@media (min-width: 900px) { .sticky-cta { display: none; } }

.wa-float {
  position: fixed; right: clamp(1rem, 3vw, 2rem); bottom: clamp(1rem, 3vw, 2rem); z-index: 94;
  width: 60px; height: 60px; border-radius: 50%; display: none; place-items: center;
  background: #25D366; color: #fff; box-shadow: 0 12px 32px -10px rgba(37,211,102,.85);
  transition: transform .2s ease;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; }
@media (min-width: 900px) { .wa-float.is-visible { display: grid; } }

/* ---------- 23. Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.6,.2,1); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ---------- 24. Toast ---------- */
.toast {
  position: fixed; left: 50%; bottom: 6rem; transform: translate(-50%, 20px); z-index: 130;
  background: var(--navy-800); color: #fff; padding: .9rem 1.4rem; border-radius: var(--r-pill);
  border: 1px solid rgba(34,225,225,.5); box-shadow: 0 18px 40px -18px rgba(0,0,0,.9);
  font-size: .92rem; opacity: 0; pointer-events: none; transition: opacity .3s, transform .3s;
  max-width: calc(100vw - 2rem); text-align: center;
}
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
