/* =======================================================
   INVEXO LUXURY LANDING PAGE V2
   CSS Isolado - Com correções de botões e menu
   Autor: Invexo Real Estate
   ======================================================= */

/* ===== IMPORTS ===== */
@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/invexo-new-developments/fonts/montserrat/montserrat-v31-latin-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/invexo-new-developments/fonts/montserrat/montserrat-v31-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/invexo-new-developments/fonts/montserrat/montserrat-v31-latin-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/invexo-new-developments/fonts/montserrat/montserrat-v31-latin-500italic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/invexo-new-developments/fonts/montserrat/montserrat-v31-latin-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/invexo-new-developments/fonts/montserrat/montserrat-v31-latin-600italic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/invexo-new-developments/fonts/montserrat/montserrat-v31-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/invexo-new-developments/fonts/montserrat/montserrat-v31-latin-700italic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* ========== Cinzel Local (WOFF2) ========== */
@font-face {
    font-family: 'Cinzel';
    src: url('/wp-content/themes/invexo-new-developments/fonts/cinzel/cinzel-v26-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cinzel';
    src: url('/wp-content/themes/invexo-new-developments/fonts/cinzel/cinzel-v26-latin-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cinzel';
    src: url('/wp-content/themes/invexo-new-developments/fonts/cinzel/cinzel-v26-latin-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cinzel';
    src: url('/wp-content/themes/invexo-new-developments/fonts/cinzel/cinzel-v26-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



/* ===== VARIABLES ===== */
:root {
  --accent-color: #d4af37;
  --accent-hover: #c19b26;
  --whatsapp-green: #1ca951;
  --whatsapp-hover: #19c55a;
  --black: #000000;
  --dark: #111111;
  --dark-gray: #1a1a1a;
  --medium-gray: #333333;
  --light-gray: #f5f5f5;
  --border-gray: #e0e0e0;
  --text-dark: #222222;
  --text-gray: #666666;
  --text-light: #999999;
  --white: #ffffff;
  --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 5px 25px rgba(0, 0, 0, 0.15);
  --shadow-lg: 0 15px 50px rgba(0, 0, 0, 0.2);
  --transition: all 0.3s ease;
  --font-heading: "Cinzel", serif;
  --font-body: "Montserrat", sans-serif;
}

/* ===== RESET ===== */
body.lp-v2 {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
  background: var(--white);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-dark);
}

body.lp-v2 * {
  box-sizing: border-box;
}

body.lp-v2 img {
  max-width: 100%;
  height: auto;
  display: block;
}

body.lp-v2 a {
  text-decoration: none;
  color: inherit;
}

/* Hide WP elements */
body.lp-v2 header#masthead,
body.lp-v2 .site-header,
body.lp-v2 .site-footer,
body.lp-v2 .invexo-header,
body.lp-v2 .invexo-footer,
body.lp-v2 .entry-hero {
  display: none !important;
}

/* =======================================================
   HEADER
   ======================================================= */
.lp-v2 .lp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 20px 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
  transition: var(--transition);
}

.lp-v2 .lp-header.scrolled {
  background: var(--black);
  padding: 15px 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.lp-v2 .lp-header .lp-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp-v2 .lp-logo img {
  height: 36px;
  width: auto;
  filter: brightness(0) invert(1);
  transition: var(--transition);
}

.lp-v2 .lp-logo-text {
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.lp-v2 .lp-nav ul {
  display: flex;
  gap: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp-v2 .lp-nav a {
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 0.9;
  transition: var(--transition);
  position: relative;
}

.lp-v2 .lp-nav a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent-color);
  transition: var(--transition);
}

/* MENU HOVER DOURADO */
.lp-v2 .lp-nav a:hover {
  color: var(--accent-color) !important;
  opacity: 1;
}

.lp-v2 .lp-nav a:hover::after {
  width: 100%;
}

.lp-v2 .lp-nav a.active {
  color: var(--accent-color);
}

.lp-v2 .lp-cta-group {
  display: flex;
  gap: 10px;
}

.lp-v2 .btn-header {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: var(--transition);
  border: none !important;
}

/* WHATSAPP VERDE NO HEADER */
.lp-v2 .btn-whatsapp {
  background: var(--whatsapp-green) !important;
  color: var(--white) !important;
}

.lp-v2 .btn-whatsapp:hover {
  background: var(--whatsapp-hover) !important;
  color: var(--white) !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(37, 211, 102, 0.4);
}

.lp-v2 .btn-call {
  background: transparent !important;
  color: var(--white) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.lp-v2 .btn-call:hover {
  background: var(--accent-color) !important;
  color: var(--black) !important;
  border-color: var(--accent-color) !important;
}

.lp-v2 .lp-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.lp-v2 .lp-toggle span {
  width: 26px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--transition);
}

/* =======================================================
   MOBILE MENU
   ======================================================= */
.lp-v2 .lp-mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100vh;
  background: var(--dark);
  z-index: 10000;
  padding: 80px 30px 40px;
  transition: right 0.4s ease;
  display: flex;
  flex-direction: column;
}

.lp-v2 .lp-mobile-menu.active {
  right: 0;
}

.lp-v2 .lp-close-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 32px;
  color: var(--white);
  background: none;
  border: none;
  cursor: pointer;
}

.lp-v2 .mobile-links {
  flex: 1;
}

.lp-v2 .mobile-links a {
  display: block;
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: var(--transition);
}

.lp-v2 .mobile-links a:hover {
  color: var(--accent-color);
  padding-left: 10px;
}

.lp-v2 .mobile-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}

.lp-v2 .btn-mobile-whatsapp,
.lp-v2 .btn-mobile-call {
  display: block;
  text-align: center;
  padding: 15px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
}

/* MOBILE WHATSAPP VERDE */
.lp-v2 .btn-mobile-whatsapp {
  background: var(--whatsapp-green) !important;
  color: var(--white) !important;
}

.lp-v2 .btn-mobile-call {
  background: transparent;
  color: var(--white);
  border: 1px solid var(--white);
}

/* =======================================================
   HERO
   ======================================================= */
.lp-v2 .lp-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.lp-v2 .lp-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.lp-v2 .lp-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Efeito Ken Burns - Slow Zoom */
  animation: kenBurns 25s ease-in-out infinite alternate;
  will-change: transform; /* GPU acceleration */
}

/* Ken Burns Animation - Zoom suave */
@keyframes kenBurns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.lp-v2 .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.6)
  );
}

.lp-v2 .lp-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 30px;
}

.lp-v2 .hero-title {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 300;
  color: var(--white);
  letter-spacing: 8px;
  text-transform: uppercase;
  margin: 0 0 20px;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  line-height: 1.1;
}

.lp-v2 .hero-address {
  font-size: 1.1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 2px;
  margin: 0 0 40px;
}

.lp-v2 .hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.lp-v2 .btn-hero {
  display: inline-block;
  padding: 16px 40px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: var(--transition);
}

.lp-v2 .btn-hero-solid {
  background: var(--accent-color) !important;
  color: var(--black) !important;
  border: 2px solid var(--accent-color) !important;
}

.lp-v2 .btn-hero-solid:hover {
  background: var(--white) !important;
  border-color: var(--white) !important;
  color: var(--black) !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

.lp-v2 .btn-hero-outline {
  background: transparent !important;
  color: var(--white) !important;
  border: 2px solid var(--white) !important;
}

.lp-v2 .btn-hero-outline:hover {
  background: var(--accent-color) !important;
  color: var(--black) !important;
  border-color: var(--accent-color) !important;
  transform: translateY(-3px);
}

.lp-v2 .hero-scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.lp-v2 .hero-scroll-indicator span {
  display: block;
  width: 24px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  position: relative;
}

.lp-v2 .hero-scroll-indicator span::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 8px;
  background: var(--accent-color);
  border-radius: 2px;
  animation: scrollDown 1.5s infinite;
}

@keyframes scrollDown {
  0% {
    opacity: 1;
    top: 8px;
  }
  100% {
    opacity: 0;
    top: 20px;
  }
}

/* =======================================================
   STATS BAR
   ======================================================= */
.lp-v2 .lp-stats-bar {
  background: var(--white);
  padding: 40px 0;
  border-bottom: 1px solid var(--border-gray);
}

.lp-v2 .stats-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}

.lp-v2 .stat-item {
  text-align: center;
  padding: 0 30px;
  border-right: 1px solid var(--border-gray);
}

.lp-v2 .stat-item:last-child {
  border-right: none;
}

.lp-v2 .stat-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--text-light);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.lp-v2 .stat-value {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--text-dark);
}

/* =======================================================
   SECTIONS - GENERAL
   ======================================================= */
.lp-v2 .lp-section {
  padding: 50px 0;
}

.lp-v2 .section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.lp-v2 .section-container-full {
  max-width: 100%;
  padding: 0 30px;
}

.lp-v2 .section-header {
  text-align: center;
  margin-bottom: 60px;
}

.lp-v2 .section-title {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text-dark);
  margin: 0 0 15px;
  position: relative;
}

.lp-v2 .section-title.centered {
  text-align: center;
}

.lp-v2 .section-title.centered::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: var(--accent-color);
  margin: 20px auto 0;
}

.lp-v2 .section-title.light {
  color: var(--white) !important;
}

.lp-v2 .section-subtitle {
  font-size: 1rem;
  color: var(--text-gray);
  font-weight: 300;
  margin: 0;
}

/* Grid 2 Columns */
.lp-v2 .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.lp-v2 .grid-2.reversed {
  direction: rtl;
}

.lp-v2 .grid-2.reversed > * {
  direction: ltr;
}

.lp-v2 .text-col {
  padding: 20px 0;
}

.lp-v2 .img-col img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  box-shadow: var(--shadow-md);
}

/* =======================================================
   OVERVIEW SECTION
   ======================================================= */
.lp-v2 .lp-overview {
  background: var(--white);
}

.lp-v2 .lp-overview .section-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.lp-v2 .lp-overview .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--accent-color);
}

.lp-v2 .price-highlight {
  background: var(--light-gray);
  padding: 25px 30px;
  margin-bottom: 30px;
  border-left: 4px solid var(--accent-color);
}

.lp-v2 .price-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-gray);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.lp-v2 .price-value {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--accent-color);
}

.lp-v2 .intro-text,
.lp-v2 .details-text {
  font-size: 1rem;
  line-height: 1.9;
  color: var(--text-gray);
  margin-bottom: 25px;
}

.lp-v2 .intro-text p,
.lp-v2 .details-text p {
  margin: 0 0 20px;
}

.lp-v2 .overview-cta {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 35px;
}

.lp-v2 .btn-download {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: var(--accent-color) !important;
  color: var(--black) !important;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: var(--transition);
}

.lp-v2 .btn-download:hover {
  background: var(--black) !important;
  color: var(--white) !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.lp-v2 .btn-contact-inline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: transparent !important;
  color: var(--text-dark) !important;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid var(--text-dark) !important;
  transition: var(--transition);
}

.lp-v2 .btn-contact-inline:hover {
  background: var(--accent-color) !important;
  color: var(--black) !important;
  border-color: var(--accent-color) !important;
}

/* =======================================================
   RESIDENCES / PRICES SECTION
   ======================================================= */
.lp-v2 .lp-residences {
  background: var(--light-gray);
}

.lp-v2 .residences-content {
  max-width: 1000px;
  margin: 0 auto;
}

.lp-v2 .residences-content h2,
.lp-v2 .residences-content h3 {
  font-family: var(--font-heading);
  font-weight: 400;
  color: var(--text-dark);
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--accent-color);
}

.lp-v2 .residences-content h2 {
  font-size: 1.8rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.lp-v2 .residences-content h3 {
  font-size: 1.4rem;
  letter-spacing: 2px;
}

.lp-v2 .residences-content h2:first-child,
.lp-v2 .residences-content h3:first-child {
  margin-top: 0;
}

.lp-v2 .residences-content p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--text-gray);
  margin-bottom: 25px;
}

.lp-v2 .residences-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0 40px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.lp-v2 .residences-content table th,
.lp-v2 .residences-content table td {
  padding: 15px 20px;
  text-align: left;
  border-bottom: 1px solid var(--border-gray);
  font-size: 0.9rem;
}

.lp-v2 .residences-content table th {
  background: var(--dark);
  color: var(--white);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.lp-v2 .residences-content table tr:hover {
  background: rgba(212, 175, 55, 0.05);
}

.lp-v2 .residences-content table td:first-child {
  font-weight: 600;
  color: var(--text-dark);
}

/* =======================================================
   FLOOR PLANS - LIMITADO A 6
   ======================================================= */



.lp-v2 .lp-floorplans {
  background: var(--white);
}

.lp-v2 .floorplan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.lp-v2 .floorplan-item {
  position: relative;
  background: var(--white);
  border: 1px solid var(--border-gray);
  padding: 15px;
  cursor: pointer;
  transition: var(--transition);
  overflow: hidden;
}

.lp-v2 .floorplan-item:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}

.lp-v2 .floorplan-item img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  background: var(--light-gray);
}

.lp-v2 .floorplan-overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
}

.lp-v2 .floorplan-item:hover .floorplan-overlay {
  opacity: 1;
}

.lp-v2 .zoom-icon {
  font-size: 2.5rem;
  color: var(--accent-color);
  font-weight: 300;
}

/* Botão Ver Todas as Plantas */
.lp-v2 .floorplans-view-all {
  text-align: center;
  margin-top: 40px;
}

.lp-v2 .btn-view-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 35px;
  background: transparent !important;
  color: var(--text-dark) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 2px solid var(--accent-color) !important;
  cursor: pointer;
  transition: var(--transition);
  font-family: var(--font-body);
}

.lp-v2 .btn-view-all:hover {
  background: var(--accent-color) !important;
  color: var(--black) !important;
}

.lp-v2 .btn-view-all .count {
  background: var(--accent-color);
  color: var(--black);
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
}

.lp-v2 .floorplans-download {
  text-align: center;
  margin-top: 30px;
}

/* ===== MOBILE: limitar floor plans a 1 item ===== */
@media (max-width: 768px) {
    .lp-v2 .floorplan-grid .floorplan-item:not(:first-child) {
        display: none !important;
    }
}


/* =======================================================
   PARALLAX DIVIDER
   ======================================================= */
.lp-v2 .lp-parallax {
  height: 400px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.lp-v2 .lp-parallax::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.lp-v2 .parallax-overlay {
  background: rgba(0, 0, 0, 0.7);
  padding: 50px 80px;
  text-align: center;
  border: 1px solid var(--accent-color);
  position: relative;
  z-index: 2;
}

.lp-v2 .parallax-quote {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 400;
  font-style: italic;
  color: var(--white) !important;
  margin: 0;
  letter-spacing: 2px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .lp-v2 .lp-parallax {
    background-attachment: scroll;
  }
}

/* =======================================================
   AMENITIES
   ======================================================= */
.lp-v2 .lp-amenities {
  background: var(--light-gray);
}

.lp-v2 .amenities-content {
  font-size: 0.95rem;
  line-height: 1.9;
  color: var(--text-gray);
}

.lp-v2 .amenities-content h2,
.lp-v2 .amenities-content h3 {
  font-family: var(--font-heading);
  font-weight: 400;
  color: var(--text-dark);
  margin-top: 30px;
  margin-bottom: 15px;
}

.lp-v2 .amenities-content h2 {
  font-size: 1.2rem;
}

.lp-v2 .amenities-content h3 {
  font-size: 1.2rem;
}

.lp-v2 .amenities-content ul {
  padding-left: 0;
  list-style: none;
  margin: 20px 0;
}

.lp-v2 .amenities-content li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
}

.lp-v2 .amenities-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: var(--accent-color);
}

/* =======================================================
   DEVELOPER
   ======================================================= */
.lp-v2 .lp-developer {
  background: var(--white);
}

.lp-v2 .developer-content {
  font-size: 0.95rem;
  line-height: 1.9;
  color: var(--text-gray);
}

.lp-v2 .developer-content h2,
.lp-v2 .developer-content h3 {
  font-family: var(--font-heading);
  font-weight: 400;
  color: var(--text-dark);
}

/* =======================================================
   LOCATION & FAQ
   ======================================================= */
.lp-v2 .lp-location-faq {
  background: var(--light-gray);
}

.lp-v2 .location-faq-content {
  max-width: 900px;
  margin: 0 auto;
  font-size: 0.95rem;
  line-height: 1.9;
  color: var(--text-gray);
}

.lp-v2 .location-faq-content h2,
.lp-v2 .location-faq-content h3 {
  font-family: var(--font-heading);
  font-weight: 400;
  color: var(--text-dark);
  margin-top: 40px;
  margin-bottom: 20px;
}

.lp-v2 .location-faq-content h2 {
  font-size: 1.6rem;
  border-bottom: 2px solid var(--accent-color);
  padding-bottom: 15px;
}

.lp-v2 .location-faq-content h3 {
  font-size: 1.1rem;
  color: var(--text-dark);
}

.lp-v2 .location-faq-content p {
  margin-bottom: 20px;
}

.lp-v2 .location-faq-content h3 + p {
  padding-left: 20px;
  border-left: 3px solid var(--accent-color);
  margin-left: 0;
}

/* =======================================================
   GALLERY
   ======================================================= */
.lp-v2 .lp-gallery {
  background: var(--dark);
  padding: 80px 0;
}

.lp-v2 .lp-gallery .section-header {
  margin-bottom: 50px;
}

.lp-v2 .lp-gallery .section-title {
  color: var(--white) !important;
}

.lp-v2 .lp-gallery .section-title.centered::after {
  background: var(--accent-color);
}

.lp-v2 .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

.lp-v2 .gallery-item {
  position: relative;
  height: 300px;
  overflow: hidden;
  cursor: pointer;
}

.lp-v2 .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.lp-v2 .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: var(--transition);
}

.lp-v2 .gallery-item:hover img {
  transform: scale(1.1);
}

.lp-v2 .gallery-item:hover .gallery-overlay {
  background: rgba(0, 0, 0, 0.3);
}

/* =======================================================
   CONTACT - WHATSAPP VERDE
   ======================================================= */
.lp-v2 .lp-contact {
  position: relative;
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.lp-v2 .lp-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(17, 17, 17, 0.9) 100%
  );
  z-index: 1;
}

.lp-v2 .lp-contact .section-container {
  position: relative;
  z-index: 2;
}

.lp-v2 .contact-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.lp-v2 .lp-contact .section-title {
  color: var(--white) !important;
  font-size: 2rem;
  margin-bottom: 20px;
}

.lp-v2 .lp-contact .section-title.centered::after {
  background: var(--accent-color);
}

.lp-v2 .contact-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 50px;
  line-height: 1.8;
}

.lp-v2 .contact-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.lp-v2 .btn-contact {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 40px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  transition: var(--transition);
}

/* CTA específico com imagem de fundo otimizada */
.lp-v2 .lp-contact.lp-contact-hero {
  min-height: 500px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* WHATSAPP VERDE NA SECTION CONTACT */
.lp-v2 .btn-whatsapp-big {
  background: var(--whatsapp-green) !important;
  color: var(--white) !important;
  border: none !important;
}

.lp-v2 .btn-whatsapp-big:hover {
  background: var(--whatsapp-hover) !important;
  color: var(--white) !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
}

.lp-v2 .btn-call-big {
  background: transparent !important;
  color: var(--white) !important;
  border: 2px solid var(--white) !important;
}

.lp-v2 .btn-call-big:hover {
  background: var(--accent-color) !important;
  color: var(--black) !important;
  border-color: var(--accent-color) !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

/* =======================================================
   FOOTER
   ======================================================= */
.lp-v2 .lp-footer {
  background: var(--black);
  padding: 40px 0;
  text-align: center;
}

.lp-v2 .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.lp-v2 .footer-disclaimer,
.lp-v2 .footer-copyright {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 10px;
}

.lp-v2 .footer-copyright a {
  color: var(--accent-color);
}

/* =======================================================
   LIGHTBOX - SETAS DOURADAS BEM VISÍVEIS
   ======================================================= */
.lp-v2 .lp-lightbox {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.95) !important;
  z-index: 100000 !important;
  display: none;
  align-items: center !important;
  justify-content: center !important;
}

.lp-v2 .lp-lightbox.active {
  display: flex !important;
}

/* Botão Fechar */
.lp-v2 .lb-close {
  position: absolute !important;
  top: 20px !important;
  right: 30px !important;
  font-size: 50px !important;
  color: #ffffff !important;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  z-index: 100002 !important;
  transition: all 0.3s ease !important;
  line-height: 1 !important;
  padding: 10px !important;
}

.lp-v2 .lb-close:hover {
  color: #d4af37 !important;
  transform: scale(1.1) !important;
}

/* ===== SETAS DE NAVEGAÇÃO - DOURADAS ===== */
.lp-v2 .lb-nav {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 60px !important;
  height: 80px !important;
  font-size: 40px !important;
  font-weight: bold !important;
  color: #d4af37 !important;
  background: rgba(0, 0, 0, 0.7) !important;
  border: 2px solid #d4af37 !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  z-index: 100002 !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

.lp-v2 .lb-nav:hover {
  background: #d4af37 !important;
  color: #000000 !important;
}

/* Seta Esquerda - Voltar */
.lp-v2 .lb-prev {
  left: 30px !important;
}

/* Seta Direita - Avançar */
.lp-v2 .lb-next {
  right: 30px !important;
}

/* Imagem do Lightbox */
.lp-v2 .lb-content {
  max-width: 85% !important;
  max-height: 85vh !important;
  object-fit: contain !important;
  transition: opacity 0.3s ease !important;
  z-index: 100001 !important;
}

/* Contador */
.lp-v2 .lb-counter {
  position: absolute !important;
  bottom: 30px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  color: #ffffff !important;
  font-size: 1rem !important;
  letter-spacing: 3px !important;
  font-weight: 500 !important;
  z-index: 100002 !important;
  background: rgba(0, 0, 0, 0.5) !important;
  padding: 10px 25px !important;
  border-radius: 30px !important;
}

/* =======================================================
   WHATSAPP FLOAT - VERDE
   ======================================================= */
.lp-v2 .whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: var(--whatsapp-green) !important;
  color: var(--white) !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 25px rgba(37, 211, 102, 0.4);
  z-index: 9998;
  transition: var(--transition);
}

.lp-v2 .whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 35px rgba(37, 211, 102, 0.6);
  background: var(--whatsapp-hover) !important;
}

.lp-v2 .whatsapp-float svg {
  fill: currentColor;
}

/* =======================================================
   RESPONSIVE
   ======================================================= */
@media (max-width: 1100px) {
  .lp-v2 .lp-header .lp-container {
    padding: 0 25px;
  }

  .lp-v2 .lp-nav ul {
    gap: 25px;
  }

  .lp-v2 .lp-nav a {
    font-size: 0.75rem;
  }

  .lp-v2 .grid-2 {
    gap: 50px;
  }
}

@media (max-width: 968px) {
  .lp-v2 .lp-nav,
  .lp-v2 .lp-cta-group {
    display: none;
  }

  .lp-v2 .lp-toggle {
    display: flex;
  }

  .lp-v2 .hero-title {
    font-size: 2.5rem;
    letter-spacing: 4px;
  }

  .lp-v2 .grid-2 {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .lp-v2 .grid-2.reversed {
    direction: ltr;
  }

  .lp-v2 .img-col img {
    height: 400px;
  }

  .lp-v2 .floorplan-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-v2 .gallery-grid {
    grid-template-columns: 1fr;
  }

  .lp-v2 .gallery-item {
    height: 250px;
  }

  .lp-v2 .stat-item {
    border-right: none;
    padding: 0 15px;
  }

  .lp-v2 .section-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 640px) {
  .lp-v2 .lp-header .lp-container {
    padding: 0 20px;
  }

  .lp-v2 .lp-section {
    padding: 60px 0;
  }

  .lp-v2 .section-container {
    padding: 0 20px;
  }

  .lp-v2 .hero-title {
    font-size: 2rem;
    letter-spacing: 3px;
  }

  .lp-v2 .hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .lp-v2 .btn-hero {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }

  .lp-v2 .stats-container {
    gap: 30px;
  }

  .lp-v2 .stat-item {
    width: 45%;
  }

  .lp-v2 .floorplan-grid {
    grid-template-columns: 1fr;
  }

  .lp-v2 .contact-actions {
    flex-direction: column;
    align-items: center;
  }

  .lp-v2 .btn-contact {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }

  .lp-v2 .price-value {
    font-size: 1.8rem;
  }

  /* Lightbox Mobile */
  .lp-v2 .lb-nav {
    width: 50px !important;
    height: 60px !important;
    font-size: 30px !important;
  }

  .lp-v2 .lb-prev {
    left: 10px !important;
  }

  .lp-v2 .lb-next {
    right: 10px !important;
  }

  .lp-v2 .lb-close {
    font-size: 40px !important;
    top: 10px !important;
    right: 15px !important;
  }

  .lp-v2 .lb-content {
    max-width: 95% !important;
    max-height: 80vh !important;
  }

  .lp-v2 .lb-counter {
    bottom: 20px !important;
    font-size: 0.85rem !important;
  }

  .lp-v2 .whatsapp-float {
    width: 55px;
    height: 55px;
    bottom: 20px;
    right: 20px;
  }

  .lp-v2 .residences-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .lp-v2 .gallery-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .lp-v2 .gallery-item {
    height: 200px;
  }

  .lp-v2 .parallax-overlay {
    padding: 30px 20px;
  }

  .lp-v2 .parallax-quote {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .lp-v2 .stat-item {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid var(--border-gray);
  }

  .lp-v2 .stat-item:last-child {
    border-bottom: none;
  }

  .lp-v2 .overview-cta {
    flex-direction: column;
  }

  .lp-v2 .btn-download,
  .lp-v2 .btn-contact-inline {
    width: 100%;
    justify-content: center;
  }

  /* Lightbox extra small */
  .lp-v2 .lb-nav {
    width: 40px !important;
    height: 50px !important;
    font-size: 24px !important;
    border-width: 1px !important;
  }

  .lp-v2 .lb-prev {
    left: 5px !important;
  }

  .lp-v2 .lb-next {
    right: 5px !important;
  }
}

/* =======================================================
   BREADCRUMBS - ESTÁTICO E DISCRETO
   ======================================================= */
.lp-v2 .lp-breadcrumbs {
  background: #f8f9fa;
  padding: 15px 0;
  border-bottom: 1px solid var(--border-gray);
}

.lp-v2 .breadcrumbs-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.75rem;
  font-family: var(--font-body);
  letter-spacing: 0.5px;
}

.lp-v2 .breadcrumbs-container a {
  color: var(--text-gray);
  text-decoration: none;
  transition: var(--transition);
  text-transform: uppercase;
  font-weight: 400;
}

.lp-v2 .breadcrumbs-container a:hover {
  color: var(--accent-color);
}

.lp-v2 .breadcrumbs-container .separator {
  color: var(--accent-color);
  opacity: 0.4;
  font-weight: 300;
  margin: 0 4px;
}

.lp-v2 .breadcrumbs-container .current {
  color: var(--text-dark);
  font-weight: 500;
}

/* Mobile - OCULTAR BREADCRUMB */
@media (max-width: 768px) {
  .lp-v2 .lp-breadcrumbs {
    display: none !important;
  }
}



/* Ocultar WhatsApp e Call do menu mobile */
.lp-v2 .mobile-cta {
  display: none !important;
}


/* =======================================================
   FACT SHEET - FICHA TÉCNICA (DARK BG + LIGHT CARDS)
   ======================================================= */
.lp-v2 .lp-fact-sheet {
  background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

/* Efeito de textura sutil no fundo escuro */
.lp-v2 .lp-fact-sheet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="1" fill="%23d4af37" opacity="0.02"/></svg>') repeat;
  pointer-events: none;
}

.lp-v2 .lp-fact-sheet .section-container {
  position: relative;
  z-index: 2;
}

/* TÍTULOS DA SEÇÃO - BRANCOS */
.lp-v2 .lp-fact-sheet .section-title {
  color: var(--white) !important;
}

.lp-v2 .lp-fact-sheet .section-subtitle {
  color: rgba(255, 255, 255, 0.6);
}

.lp-v2 .lp-fact-sheet .section-title.centered::after {
  background: var(--accent-color);
}

/* GRID */
.lp-v2 .fact-sheet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 50px 0;
}

/* COLUNA - CARDS CLAROS (mantém como estava) */
.lp-v2 .fact-sheet-column {
  background: var(--light-gray);
  padding: 40px 30px;
  border-left: 4px solid var(--accent-color);
  transition: var(--transition);
}

.lp-v2 .fact-sheet-column:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(212, 175, 55, 0.2);
}

/* TÍTULO DA COLUNA */
.lp-v2 .fact-column-title {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-dark);
  margin: 0 0 30px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--accent-color);
}

/* ITEM INDIVIDUAL */
.lp-v2 .fact-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 15px 0;
  border-bottom: 1px solid var(--border-gray);
}

.lp-v2 .fact-item:last-child {
  border-bottom: none;
}

/* LABEL */
.lp-v2 .fact-label {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-gray);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 1;
}

/* VALUE */
.lp-v2 .fact-value {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-dark);
  text-align: right;
  flex: 1;
  font-family: var(--font-body);
}

/* HIGHLIGHT (PREÇO) */
.lp-v2 .fact-item.fact-highlight {
  background: var(--white);
  padding: 20px;
  margin: 0 -30px 20px -30px;
  border: none;
  border-left: 4px solid var(--accent-color);
}

.lp-v2 .fact-price {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  color: var(--accent-color);
  font-weight: 700;
}

/* DOWNLOAD BUTTON */
.lp-v2 .fact-sheet-download {
  text-align: center;
  margin-top: 50px;
}

.lp-v2 .btn-fact-download {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 40px;
  background: var(--accent-color) !important;
  color: var(--black) !important;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: var(--transition);
  border: 2px solid var(--accent-color) !important;
}

.lp-v2 .btn-fact-download:hover {
  background: var(--white) !important;
  color: var(--black) !important;
  border-color: var(--white) !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
}

/* =======================================================
   RESPONSIVE
   ======================================================= */
@media (max-width: 968px) {
  .lp-v2 .fact-sheet-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .lp-v2 .fact-sheet-column {
    padding: 30px 25px;
  }
}

@media (max-width: 640px) {
  .lp-v2 .lp-fact-sheet {
    padding: 70px 0;
  }

  .lp-v2 .fact-item {
    flex-direction: column;
    gap: 8px;
  }
  
  .lp-v2 .fact-value {
    text-align: left;
  }
  
  .lp-v2 .fact-price {
    font-size: 1.5rem;
  }
  
  .lp-v2 .btn-fact-download {
    padding: 16px 30px;
    font-size: 0.85rem;
  }
}

/* =======================================================
   RESPONSIVE - AJUSTE PARA CENTRALIZAÇÃO MOBILE
   ======================================================= */

/* Centralização geral no mobile */
@media (max-width: 768px) {
  .lp-v2 .hero-title,
  .lp-v2 .hero-address,
  .lp-v2 .hero-subtitle,
  .lp-v2 .section-title,
  .lp-v2 .section-subtitle,
  .lp-v2 .price-highlight,
  .lp-v2 .contact-subtitle {
    text-align: center !important;
  }

  .lp-v2 .lp-hero-content {
    text-align: center !important;
    padding: 0 20px !important;
  }

  .lp-v2 .grid-2 {
    text-align: center !important;
  }

  .lp-v2 .text-col p,
  .lp-v2 .intro-text p,
  .lp-v2 .details-text p {
    text-align: center !important;
  }

  .lp-v2 .section-header {
    text-align: center !important;
  }

  .lp-v2 .fact-sheet-column h3 {
    text-align: center !important;
  }

  .lp-v2 .fact-item {
    flex-direction: column !important;
    text-align: center !important;
    gap: 8px !important;
  }

  .lp-v2 .fact-label,
  .lp-v2 .fact-value {
    text-align: center !important;
  }

  .lp-v2 .residences-content h2,
  .lp-v2 .residences-content h3 {
    text-align: center !important;
  }

  .lp-v2 .residences-content > p {
    text-align: center !important;
  }

  /* LISTAS À ESQUERDA */
  .lp-v2 .residences-content ul,
  .lp-v2 .residences-content ol,
  .lp-v2 .amenities-content ul,
  .lp-v2 .amenities-content ol,
  .lp-v2 .developer-content ul,
  .lp-v2 .developer-content ol,
  .lp-v2 .location-faq-content ul,
  .lp-v2 .location-faq-content ol {
    text-align: left !important;
    padding-left: 25px !important;
    margin-left: 0 !important;
  }

  .lp-v2 .residences-content li,
  .lp-v2 .amenities-content li,
  .lp-v2 .developer-content li,
  .lp-v2 .location-faq-content li {
    text-align: left !important;
  }

  .lp-v2 .amenities-content h2,
  .lp-v2 .amenities-content h3,
  .lp-v2 .developer-content h2,
  .lp-v2 .developer-content h3,
  .lp-v2 .location-faq-content h2,
  .lp-v2 .location-faq-content h3 {
    text-align: center !important;
  }

  .lp-v2 .amenities-content > p,
  .lp-v2 .developer-content > p,
  .lp-v2 .location-faq-content > p {
    text-align: center !important;
  }

  .lp-v2 .stats-container {
    justify-content: center !important;
    text-align: center !important;
  }

  .lp-v2 .stat-item {
    text-align: center !important;
  }

  .lp-v2 .hero-actions,
  .lp-v2 .overview-cta,
  .lp-v2 .contact-actions {
    justify-content: center !important;
  }

  .lp-v2 .price-highlight {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lp-v2 .contact-content {
    text-align: center !important;
  }

  .lp-v2 .parallax-quote {
    text-align: center !important;
  }

  .lp-v2 .floorplans-view-all,
  .lp-v2 .floorplans-download,
  .lp-v2 .lp-gallery .section-header {
    text-align: center !important;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .lp-v2 .hero-title {
    font-size: 1.8rem !important;
    text-align: center !important;
  }

  .lp-v2 .section-title {
    font-size: 1.5rem !important;
    text-align: center !important;
  }

  .lp-v2 .residences-content table {
    margin: 0 auto !important;
  }

  .lp-v2 ul,
  .lp-v2 ol {
    text-align: left !important;
    padding-left: 20px !important;
  }
}

/* OVERVIEW - Imagem entre parágrafos no mobile */
.lp-v2 .img-col-mobile {
  display: none;
}

@media (max-width: 968px) {
  /* Esconde imagem desktop */
  .lp-v2 .lp-overview .img-col {
    display: none !important;
  }
  
  /* Mostra imagem mobile entre os parágrafos */
  .lp-v2 .img-col-mobile {
    display: block !important;
    margin: 25px 0;
  }
  
  .lp-v2 .img-col-mobile img {
    width: 100%;
    height: auto;
    max-height: 350px;
    object-fit: cover;
    box-shadow: var(--shadow-md);
    border-radius: 4px;
  }
}

/* =======================================================
   HEADER - LAYOUT COLORIDO
   ======================================================= */

/* Header colorido - fundo sólido desde o início */
.lp-v2 .lp-header.lp-header-colorido {
  background: #000000 !important; /* fallback */
  padding: 15px 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

/* Mantém o fundo mesmo ao rolar */
.lp-v2 .lp-header.lp-header-colorido.scrolled {
  background: inherit !important;
}

/* Logo no header colorido - sem filtro branco */
.lp-v2 .lp-header.lp-header-colorido .lp-logo img {
  filter: none !important;
}

/* Links do menu no header colorido */
.lp-v2 .lp-header.lp-header-colorido .lp-nav a {
  opacity: 1 !important;
}

/* Hover mantém dourado */
.lp-v2 .lp-header.lp-header-colorido .lp-nav a:hover {
  color: var(--accent-color) !important;
}

/* Toggle mobile no header colorido */
.lp-v2 .lp-header.lp-header-colorido .lp-toggle span {
  background: currentColor !important;
}
/* ===== RATING LINE - DARK PREMIUM STYLE ===== */
.invexo-rating-line {
    width: 100%;
    padding: 14px 0;
    background: #000000; /* fundo preto */
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.invexo-rating-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    gap: 22px;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 0.95rem;
    color: #ffffff; /* texto branco */
}

.invexo-rating-container .rating-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    opacity: 0.9; /* leve suavização */
}

.invexo-rating-container .rating-chip:first-child {
    opacity: 1;
    font-weight: 600;
}

/* =======================================================
   LEAD FORM - DARK THEME
   ======================================================= */
.lp-v2 .lp-lead-form {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    padding: 100px 0;
    position: relative;
}

.lp-v2 .lp-lead-form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(212, 175, 55, 0.03) 0%, transparent 70%);
    pointer-events: none;
}

.lp-v2 .lp-lead-form .contact-content {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.lp-v2 .lp-lead-form .section-title {
    color: var(--white) !important;
    margin-bottom: 15px;
}

.lp-v2 .lp-lead-form .contact-subtitle {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 50px;
    text-align: center;
}

/* Honeypot - escondido */
.lp-v2 .hp-field {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

/* Form Grid */
.lp-v2 .lead-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.lp-v2 .lead-form .form-group-full {
    grid-column: 1 / -1;
}

/* Form Group */
.lp-v2 .lead-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lp-v2 .lead-form label {
    font-size: 0.8rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.lp-v2 .lead-form .required {
    color: var(--accent-color);
}

.lp-v2 .lead-form .optional {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.7rem;
    text-transform: none;
    font-weight: 400;
}

/* Inputs */
.lp-v2 .lead-form input[type="text"],
.lp-v2 .lead-form input[type="email"],
.lp-v2 .lead-form input[type="tel"],
.lp-v2 .lead-form textarea {
    width: 100%;
    padding: 16px 20px;
    font-family: var(--font-body);
    font-size: 1rem;
    color: var(--white);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    transition: var(--transition);
    outline: none;
}

.lp-v2 .lead-form input::placeholder,
.lp-v2 .lead-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.lp-v2 .lead-form input:focus,
.lp-v2 .lead-form textarea:focus {
    border-color: var(--accent-color);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

/* Validation states */
.lp-v2 .lead-form input:invalid:not(:placeholder-shown),
.lp-v2 .lead-form textarea:invalid:not(:placeholder-shown) {
    border-color: #e74c3c;
}

.lp-v2 .lead-form input:valid:not(:placeholder-shown) {
    border-color: rgba(212, 175, 55, 0.5);
}

/* Textarea */
.lp-v2 .lead-form textarea {
    resize: vertical;
    min-height: 120px;
}

/* Submit Button */
.lp-v2 .form-submit {
    margin-top: 35px;
    text-align: center;
}

.lp-v2 .btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 220px;
    padding: 18px 50px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--black);
    background: var(--accent-color);
    border: 2px solid var(--accent-color);
    border-radius: 50px;
    cursor: pointer;
    transition: var(--transition);
}

.lp-v2 .btn-submit:hover {
    background: var(--white);
    border-color: var(--white);
    color: var(--black);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

.lp-v2 .btn-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.lp-v2 .btn-submit .spinner {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Field Error State */
.lead-form input.field-error,
.lead-form textarea.field-error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15);
}

.lead-form input.field-error:focus,
.lead-form textarea.field-error:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.25);
}

/* Feedback Messages */
.lp-v2 .form-feedback {
    margin-top: 25px;
    padding: 15px 25px;
    border-radius: 4px;
    text-align: center;
    font-size: 0.95rem;
}

.lp-v2 .form-feedback.success {
    background: rgba(39, 174, 96, 0.15);
    border: 1px solid rgba(39, 174, 96, 0.3);
    color: #2ecc71;
}

.lp-v2 .form-feedback.error {
    background: rgba(231, 76, 60, 0.15);
    border: 1px solid rgba(231, 76, 60, 0.3);
    color: #e74c3c;
}

/* Button Email - para os CTAs */
.lp-v2 .btn-email-big {
    background: transparent !important;
    color: var(--white) !important;
    border: 2px solid var(--accent-color) !important;
}

.lp-v2 .btn-email-big:hover {
    background: var(--accent-color) !important;
    color: var(--black) !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

/* =======================================================
   RESPONSIVE - LEAD FORM
   ======================================================= */
@media (max-width: 768px) {
    .lp-v2 .lp-lead-form {
        padding: 70px 0;
    }
    
    .lp-v2 .lead-form .form-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .lp-v2 .lead-form input[type="text"],
    .lp-v2 .lead-form input[type="email"],
    .lp-v2 .lead-form input[type="tel"],
    .lp-v2 .lead-form textarea {
        padding: 14px 16px;
    }
    
    .lp-v2 .btn-submit {
        width: 100%;
        padding: 16px 30px;
    }
}

/* Esconde o badge do reCAPTCHA */
.grecaptcha-badge {
    visibility: hidden !important;
}

.recaptcha-notice {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    margin-top: 10px;
}
.recaptcha-notice a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
}
.recaptcha-notice a:hover {
    color: rgba(255, 255, 255, 0.8);
}