/* ==========================================================================
   HYPE VILLA-LOBOS - STYLE & TREND
   Design System, Modern Architecture & Ultra Fast UI
   ========================================================================== */

:root, body[data-theme="style"] {
  /* ==========================================================================
     HYPE STYLE PALETTE (Verde Floresta + Verde Limão Neon + Azul Petróleo)
     ========================================================================== */
  /* Dominant / Primary (#0E4D43 a #0A3831) */
  --bg-primary: #061e19;
  --bg-secondary: #0A3831;
  --bg-forest-deep: #0E4D43;
  --bg-petroleo: #13273F;
  --bg-card: rgba(19, 39, 63, 0.82);
  --bg-card-hover: rgba(25, 52, 84, 0.95);
  --bg-glass: rgba(10, 56, 49, 0.85);
  --border-glass: rgba(120, 192, 67, 0.25);
  --border-glass-hover: rgba(139, 195, 74, 0.6);

  /* Highlight / CTA Accent (Verde Limão / Neon #78C043 a #8BC34A) */
  --accent-cta: #78C043;
  --accent-cta-hover: #8BC34A;
  --accent-cta-gradient: linear-gradient(135deg, #8BC34A 0%, #78C043 100%);
  --accent-cta-text: #061e19;
  --accent-cta-shadow: 0 4px 20px rgba(120, 192, 67, 0.4);
  --accent-cta-shadow-hover: 0 6px 28px rgba(120, 192, 67, 0.65);
  --accent-glow: rgba(120, 192, 67, 0.25);
  --accent-glow-subtle: rgba(120, 192, 67, 0.12);

  /* Support & Typography (Cinza Claro Gelo #F4F6F5 e Azul Petróleo #13273F) */
  --text-primary: #F4F6F5;
  --text-secondary: #cdd9d5;
  --text-muted: #8ea39b;
  --text-inverse: #061e19;

  /* Tag & Metric Colors */
  --color-tag: #8BC34A;
  --color-metric: #78C043;
  --hero-glow: radial-gradient(circle, rgba(120, 192, 67, 0.22) 0%, rgba(14, 77, 67, 0.2) 50%, transparent 70%);
  --body-ambient-1: rgba(120, 192, 67, 0.07);
  --body-ambient-2: rgba(19, 39, 63, 0.45);
  --body-ambient-3: rgba(14, 77, 67, 0.55);

  /* Common Design Tokens */
  --font-main: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-display: 'Cinzel', serif;
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 10px 25px rgba(0, 0, 0, 0.45);
  --shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.6);
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-smooth: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  --max-width: 1240px;
  --radius-xs: 2px;
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 8px;
  --radius-full: 4px;
}

body[data-theme="trend"] {
  /* ==========================================================================
     HYPE TREND PALETTE (Azul Turquesa/Royal + Laranja Terracota + Branco Puro)
     ========================================================================== */
  /* Dominant / Primary (#007EA7 a #005C8A) */
  --bg-primary: #001a29;
  --bg-secondary: #003652;
  --bg-royal-deep: #005C8A;
  --bg-turquoise: #007EA7;
  --bg-card: rgba(0, 56, 85, 0.82);
  --bg-card-hover: rgba(0, 92, 138, 0.95);
  --bg-glass: rgba(0, 54, 82, 0.85);
  --border-glass: rgba(224, 106, 59, 0.3);
  --border-glass-hover: rgba(242, 122, 36, 0.65);

  /* Highlight / CTA Accent (Laranja Terracota / Queimado #E06A3B a #F27A24) */
  --accent-cta: #E06A3B;
  --accent-cta-hover: #F27A24;
  --accent-cta-gradient: linear-gradient(135deg, #F27A24 0%, #E06A3B 100%);
  --accent-cta-text: #FFFFFF;
  --accent-cta-shadow: 0 4px 20px rgba(224, 106, 59, 0.45);
  --accent-cta-shadow-hover: 0 6px 28px rgba(242, 122, 36, 0.7);
  --accent-glow: rgba(242, 122, 36, 0.3);
  --accent-glow-subtle: rgba(242, 122, 36, 0.15);

  /* Support & Typography (Branco Puro #FFFFFF e Cinza Urbano Claro #EAECEE) */
  --text-primary: #FFFFFF;
  --text-secondary: #EAECEE;
  --text-muted: #9bb3c4;
  --text-inverse: #001a29;

  /* Tag & Metric Colors */
  --color-tag: #F27A24;
  --color-metric: #F27A24;
  --hero-glow: radial-gradient(circle, rgba(0, 126, 167, 0.3) 0%, rgba(224, 106, 59, 0.2) 50%, transparent 70%);
  --body-ambient-1: rgba(0, 126, 167, 0.12);
  --body-ambient-2: rgba(224, 106, 59, 0.08);
  --body-ambient-3: rgba(0, 92, 138, 0.55);
}

/* Light / Reset Styles */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  color-scheme: dark;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

/* Custom Sleek Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #061e19;
}
body[data-theme="trend"] ::-webkit-scrollbar-track {
  background: #001a29;
}
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--accent-cta);
}

body {
  font-family: var(--font-main);
  background-color: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  position: relative;
  background-image: 
    radial-gradient(circle at 10% 20%, var(--body-ambient-1) 0%, transparent 40%),
    radial-gradient(circle at 90% 70%, var(--body-ambient-2) 0%, transparent 40%),
    radial-gradient(circle at 50% 50%, var(--body-ambient-3) 0%, transparent 80%);
  background-attachment: fixed;
  transition: background-color 0.4s ease, color 0.4s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.nobr {
  white-space: nowrap;
  display: inline-block;
}

.mobile-break {
  display: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
}

section[id] {
  scroll-margin-top: 85px;
}

/* Container */
.container {
  width: 100%;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* ==========================================================================
   Header & Navbar (Desktop Elegante & Folgado)
   ========================================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: var(--transition-normal);
  padding: 1.4rem 0;
}

.header .container {
  max-width: 1340px;
}

.header.scrolled {
  background: var(--bg-glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-glass);
  padding: 0.9rem 0;
  box-shadow: var(--shadow-md);
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.logo-brand {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-title {
  font-family: var(--font-display);
  font-size: 1.48rem;
  font-weight: 700;
  letter-spacing: 2px;
  background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 50%, var(--accent-cta) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.logo-subtitle {
  font-size: 0.68rem;
  letter-spacing: 3px;
  color: var(--accent-cta);
  text-transform: uppercase;
  font-weight: 600;
  margin-top: -3px;
  transition: color 0.3s ease;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  list-style: none;
}

.nav-link {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--text-secondary);
  transition: var(--transition-fast);
  position: relative;
}

.nav-link:hover, .nav-link.active {
  color: #fff;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent-cta-gradient);
  transition: var(--transition-fast);
  border-radius: 2px;
}

.nav-link:hover::after, .nav-link.active::after {
  width: 100%;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Header Tower Switcher (Tactile Segmented Control) */
.nav-tower-switch {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 3px;
  backdrop-filter: blur(16px);
  gap: 2px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
}

.nav-tower-btn {
  background: transparent;
  border: 1px solid transparent;
  padding: 0.42rem 0.85rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.6);
  user-select: none;
}

.nav-tower-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.nav-btn-name {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.nav-btn-dorms {
  font-size: 0.68rem;
  font-weight: 500;
  opacity: 0.75;
  letter-spacing: 0.2px;
}

@keyframes pulseDot {
  0% {
    transform: scale(0.85);
    opacity: 0.35;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  50% {
    transform: scale(1.35);
    opacity: 1;
    box-shadow: 0 0 8px 2px currentColor;
  }
  100% {
    transform: scale(0.85);
    opacity: 0.35;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.nav-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition: all 0.25s ease;
}

/* Bolinha da Torre Inativa no Cabeçalho - Pisca suavemente para convidar à interação */
.nav-tower-btn[data-target="style"]:not(.active-style) .nav-dot {
  opacity: 0.85;
  background: #8BC34A;
  color: #8BC34A;
  animation: pulseDot 1.6s infinite ease-in-out;
}

.nav-tower-btn[data-target="trend"]:not(.active-trend) .nav-dot {
  opacity: 0.85;
  background: #F27A24;
  color: #F27A24;
  animation: pulseDot 1.6s infinite ease-in-out;
}

.nav-tower-btn.active-style {
  background: linear-gradient(135deg, #183822 0%, #102818 100%);
  border-color: rgba(139, 195, 74, 0.45);
  color: #a3e635;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.nav-tower-btn.active-style .nav-dot {
  opacity: 1;
  background: #a3e635;
  color: #a3e635;
  box-shadow: 0 0 6px rgba(163, 230, 53, 0.6);
  animation: none;
}

.nav-tower-btn.active-style .nav-btn-dorms {
  color: #d1eed8;
  opacity: 0.9;
}

.nav-tower-btn.active-trend {
  background: linear-gradient(135deg, #382015 0%, #26150d 100%);
  border-color: rgba(242, 122, 36, 0.45);
  color: #fb923c;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.nav-tower-btn.active-trend .nav-dot {
  opacity: 1;
  background: #fb923c;
  color: #fb923c;
  box-shadow: 0 0 6px rgba(251, 146, 60, 0.6);
  animation: none;
}

.nav-tower-btn.active-trend .nav-btn-dorms {
  color: #f7e0d6;
  opacity: 0.9;
}

.nav-actions .btn {
  padding: 0.5rem 1.1rem;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 0.45rem;
  letter-spacing: 0.2px;
}

.nav-actions .btn svg {
  width: 15px;
  height: 15px;
}

.mobile-menu-toggle {
  display: none;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

/* ==========================================================================
   Buttons & CTAs
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.85rem 1.6rem;
  border-radius: var(--radius-sm);
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition-normal);
  border: 1px solid transparent;
  text-align: center;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.3px;
}

.btn-gold {
  background: var(--accent-cta-gradient);
  color: var(--accent-cta-text);
  box-shadow: var(--accent-cta-shadow);
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: var(--accent-cta-shadow-hover);
}

.btn-emerald {
  background: linear-gradient(135deg, #8BC34A 0%, #78C043 100%);
  color: #061e19;
  box-shadow: 0 4px 20px rgba(120, 192, 67, 0.4);
}

.btn-emerald:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(120, 192, 67, 0.65);
}

.btn-outline {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--border-glass);
  color: #fff;
  backdrop-filter: blur(10px);
}

.btn-outline:hover {
  background: var(--accent-glow-subtle);
  border-color: var(--accent-cta);
  color: #fff;
  transform: translateY(-2px);
}

.btn-whatsapp-icon {
  background: #25d366;
  color: #fff;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.4);
}

.btn-whatsapp-icon:hover {
  transform: translateY(-2px);
  background: #20ba5a;
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
}

/* ==========================================================================
   Hero Section & Interactive Master Switcher
   ========================================================================== */
.hero {
  position: relative;
  min-height: 100vh;
  padding: 8.5rem 0 5rem 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
  background: 
    linear-gradient(180deg, rgba(6, 30, 25, 0.7) 0%, var(--bg-primary) 100%),
    url('assets/img/trend_piscina_panoramica.webp') center/cover no-repeat;
  background-attachment: fixed;
  transition: background 0.5s ease;
}

body[data-theme="trend"] .hero {
  background: 
    linear-gradient(180deg, rgba(0, 26, 41, 0.72) 0%, var(--bg-primary) 100%),
    url('assets/img/trend_decorado.webp') center/cover no-repeat;
}

.hero-overlay-glow {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: min(600px, 90vw);
  height: min(600px, 90vw);
  background: var(--hero-glow);
  filter: blur(60px);
  pointer-events: none;
  z-index: 1;
  transition: background 0.5s ease;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1080px;
  margin: 0 auto;
}

.hero-badge-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid var(--border-glass);
  padding: 0.45rem 1.2rem;
  border-radius: var(--radius-sm);
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--text-primary);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 2rem;
  backdrop-filter: blur(16px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  transition: var(--transition-normal);
}

.hero-badge-dot {
  display: none !important;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4.8vw, 3.8rem);
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 1.4rem;
  letter-spacing: 0.5px;
}

.hero-title span.highlight {
  background: var(--accent-cta-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-size: clamp(0.92rem, 1.8vw, 1.18rem);
  color: var(--text-secondary);
  line-height: 1.6;
  max-width: 760px;
  margin: 0 auto 2.5rem auto;
}

/* ==========================================================================
   Hero Showcase Tabs (Opção 2: Abas Editoriais de Arquitetura Contemporânea)
   ========================================================================== */
.hero-showcase-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  max-width: 780px;
  margin: 0 auto 2.8rem auto;
  text-align: left;
}

.hero-tab-card {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 1.2rem 1.4rem 1.4rem 1.4rem;
  cursor: pointer;
  transition: var(--transition-normal);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: left;
  width: 100%;
}

.hero-tab-card:hover {
  transform: translateY(-3px);
  background: rgba(0, 0, 0, 0.65);
  border-color: rgba(255, 255, 255, 0.25);
}

.tab-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tab-tag-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.tab-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* Bolinha da Torre Inativa na Hero - Pisca continuamente para convidar à alternância */
.hero-tab-card[data-target="style"]:not(.active-style) .tab-status-dot {
  opacity: 0.9;
  background: #8BC34A;
  color: #8BC34A;
  animation: pulseDot 1.6s infinite ease-in-out;
}

.hero-tab-card[data-target="trend"]:not(.active-trend) .tab-status-dot {
  opacity: 0.9;
  background: #F27A24;
  color: #F27A24;
  animation: pulseDot 1.6s infinite ease-in-out;
}

.tab-tower-tag {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text-muted);
  transition: color 0.3s ease;
}

.tab-dorms-text {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-secondary);
  letter-spacing: 0.3px;
  transition: color 0.3s ease;
}

.tab-card-body {
  margin-top: 0.2rem;
}

.tab-tower-name {
  font-family: var(--font-main);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 0.2rem;
  letter-spacing: 0.3px;
}

.tab-tower-specs {
  font-size: 0.8rem;
  color: var(--text-secondary);
  line-height: 1.35;
}

/* Micro-dica de Ação nos cards da Hero */
.tab-action-hint {
  margin-top: 0.4rem;
  padding-top: 0.45rem;
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
}

.hero-tab-card.active-style .hint-state-active {
  display: inline-block;
  color: #a3e635;
}
.hero-tab-card.active-style .hint-state-inactive {
  display: none;
}

.hero-tab-card.active-trend .hint-state-active {
  display: inline-block;
  color: #fb923c;
}
.hero-tab-card.active-trend .hint-state-inactive {
  display: none;
}

.hero-tab-card:not(.active-style):not(.active-trend) .hint-state-active {
  display: none;
}
.hero-tab-card:not(.active-style):not(.active-trend) .hint-state-inactive {
  display: inline-block;
  color: rgba(255, 255, 255, 0.75);
}

.tab-active-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: transparent;
  transition: var(--transition-fast);
}

.hero-tab-card.active-style {
  background: linear-gradient(180deg, rgba(14, 77, 67, 0.45) 0%, rgba(6, 30, 25, 0.88) 100%);
  border-color: rgba(139, 195, 74, 0.6);
  box-shadow: 0 10px 30px rgba(120, 192, 67, 0.22);
}

.hero-tab-card.active-style .tab-status-dot {
  opacity: 1;
  background: #8BC34A;
  box-shadow: 0 0 8px rgba(139, 195, 74, 0.7);
  animation: none;
}

.hero-tab-card.active-style .tab-tower-tag {
  color: #8BC34A;
}

.hero-tab-card.active-style .tab-tower-name {
  color: #8BC34A;
}

.hero-tab-card.active-style .tab-active-indicator {
  background: linear-gradient(90deg, #78C043, #8BC34A);
}

.hero-tab-card.active-trend {
  background: linear-gradient(180deg, rgba(0, 92, 138, 0.45) 0%, rgba(0, 26, 41, 0.88) 100%);
  border-color: rgba(242, 122, 36, 0.65);
  box-shadow: 0 10px 30px rgba(224, 106, 59, 0.25);
}

.hero-tab-card.active-trend .tab-status-dot {
  opacity: 1;
  background: #F27A24;
  box-shadow: 0 0 8px rgba(242, 122, 36, 0.7);
  animation: none;
}

.hero-tab-card.active-trend .tab-tower-tag {
  color: #F27A24;
}

.hero-tab-card.active-trend .tab-tower-name {
  color: #F27A24;
}

.hero-tab-card.active-trend .tab-active-indicator {
  background: linear-gradient(90deg, #E06A3B, #F27A24);
}

.hero-cta-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Quick Metrics Bar - Spacious Architecture Highlights Strip */
.hero-metrics {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 1.8rem 2.6rem;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  backdrop-filter: blur(20px);
  text-align: left;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
  transition: var(--transition-normal);
  width: 100%;
}

body[data-theme="trend"] .hero-metrics {
  background: rgba(0, 30, 48, 0.6);
}

.metric-card {
  background: transparent;
  border: none;
  padding: 0.2rem 0 0.2rem 1.6rem;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  transition: var(--transition-normal);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.metric-card:first-child {
  border-left: none;
  padding-left: 0;
}

.metric-card:hover {
  transform: translateY(-2px);
}

.metric-number {
  font-family: var(--font-main);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--color-metric);
  margin-bottom: 0.35rem;
  line-height: 1.2;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.metric-label {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.45;
  font-weight: 500;
}

/* ==========================================================================
   Section Headers & Common
   ========================================================================== */
.section {
  padding: clamp(3.5rem, 6vw, 6.5rem) 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
}

.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(2rem, 4vw, 3.8rem) auto;
}

.section-tag {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--color-tag);
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.6vw, 2.6rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: clamp(0.92rem, 1.8vw, 1.05rem);
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ==========================================================================
   Location & Lifestyle Section (Opção 3: Cards com Fotos Reais & Mobilidade)
   ========================================================================== */
.location-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 0;
}

.loc-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}

.loc-card:hover {
  transform: translateY(-6px);
  border-color: var(--accent-cta);
  box-shadow: var(--shadow-md), 0 0 20px var(--accent-glow-subtle);
  background: var(--bg-card-hover);
}

.loc-card-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
}

.loc-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.loc-card:hover .loc-card-img-wrap img {
  transform: scale(1.06);
}

.loc-time-badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  background: rgba(6, 30, 25, 0.88);
  border: 1px solid var(--border-glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: var(--accent-cta);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

body[data-theme="trend"] .loc-time-badge {
  background: rgba(0, 26, 41, 0.88);
}

.loc-time-icon {
  font-size: 0.85rem;
}

.loc-card-body {
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.loc-category {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--color-tag);
  margin-bottom: 0.4rem;
  transition: color 0.3s ease;
}

.loc-place-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  margin-bottom: 0.6rem;
}

.loc-place-desc {
  font-size: 0.84rem;
  color: var(--text-secondary);
  line-height: 1.55;
  flex-grow: 1;
}

/* ==========================================================================
   Showcase Style vs Trend (Dynamic Container)
   ========================================================================== */
.product-showcase {
  background: linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 50%, var(--bg-primary) 100%);
}

.tab-content-panel {
  display: none;
  animation: fadeIn 0.4s ease forwards;
}

.tab-content-panel.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.product-hero-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  box-shadow: var(--shadow-lg);
  margin-bottom: 3.5rem;
  transition: var(--transition-normal);
  height: 560px;
  max-height: 560px;
  width: 100%;
}

.product-hero-info {
  padding: 2.5rem 2.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
}

.badge-product {
  align-self: flex-start;
  padding: 0.35rem 0.9rem;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.badge-style {
  background: rgba(120, 192, 67, 0.15);
  color: #8BC34A;
  border: 1px solid rgba(139, 195, 74, 0.4);
}

.badge-trend {
  background: rgba(224, 106, 59, 0.18);
  color: #F27A24;
  border: 1px solid rgba(242, 122, 36, 0.45);
}

.product-hero-title {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.85rem);
  font-weight: 700;
  margin-bottom: 0.6rem;
  line-height: 1.25;
  color: #fff;
}

.product-hero-desc {
  font-size: clamp(0.88rem, 1.4vw, 0.98rem);
  color: var(--text-secondary);
  margin-bottom: 1.2rem;
  line-height: 1.5;
}

.specs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.spec-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.spec-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--accent-glow-subtle);
  border: 1px solid var(--border-glass);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-cta);
  font-size: 1.1rem;
  transition: var(--transition-fast);
  flex-shrink: 0;
}

.spec-text h5 {
  font-size: 0.92rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}

.spec-text p {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.2;
  margin-top: 2px;
}

.product-hero-info .btn {
  align-self: flex-start;
  margin-top: auto;
}

.product-hero-media {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 560px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
}

.product-hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, transparent 20%, transparent 80%, rgba(0, 0, 0, 0.35) 100%);
}

.product-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-hero-card:hover .product-hero-media img {
  transform: scale(1.03);
}

/* Floorplans Grid */
.floorplans-section-title {
  font-family: var(--font-display);
  font-size: 1.8rem;
  margin-bottom: 2rem;
  text-align: center;
}

.floorplans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}

.floorplans-grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 900px;
  margin: 0 auto;
}

.floorplans-grid.grid-single {
  display: block;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.floorplan-card-featured {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  transition: var(--transition-normal);
  box-shadow: var(--shadow-md);
}

.floorplan-card-featured:hover {
  border-color: var(--border-glass-hover);
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.floorplan-card-featured .floorplan-img-wrap {
  min-height: 380px;
  height: 380px;
  padding: 2.2rem;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.floorplan-card-featured .floorplan-img-wrap img {
  max-height: 320px;
  max-width: 92%;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: auto;
  display: block;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.floorplan-card-featured:hover .floorplan-img-wrap img {
  transform: scale(1.05);
}

.floorplan-card-featured .floorplan-body {
  padding: 2.5rem;
  justify-content: center;
}

.floorplan-card-featured .floorplan-features li {
  margin-bottom: 0.65rem;
  font-size: 0.95rem;
}

@media (max-width: 860px) {
  .floorplan-card-featured {
    grid-template-columns: 1fr;
  }
  .floorplan-card-featured .floorplan-img-wrap {
    min-height: 280px;
    height: 280px;
  }
  .floorplan-card-featured .floorplan-img-wrap img {
    max-height: 240px;
  }
  .floorplan-card-featured .floorplan-body {
    padding: 1.8rem;
  }
}

.floorplan-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: var(--transition-normal);
  display: flex;
  flex-direction: column;
}

.floorplan-card:hover {
  transform: translateY(-5px);
  border-color: var(--border-glass-hover);
  box-shadow: var(--shadow-md);
}

.floorplan-img-wrap {
  position: relative;
  background: rgba(0, 0, 0, 0.25);
  padding: 1.8rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  height: 260px;
  cursor: pointer;
  overflow: hidden;
}

.floorplan-img-wrap img {
  max-height: 215px;
  max-width: 90%;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: auto;
  display: block;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.floorplan-card:hover .floorplan-img-wrap img {
  transform: scale(1.06);
}

.zoom-hint {
  position: absolute;
  bottom: 0.85rem;
  right: 0.85rem;
  background: var(--bg-glass);
  border: 1px solid var(--border-glass);
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-sm);
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-secondary);
  backdrop-filter: blur(8px);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: var(--transition-fast);
}

.floorplan-card:hover .zoom-hint,
.floorplan-card-featured:hover .zoom-hint {
  background: var(--accent-glow);
  border-color: var(--accent-cta);
  color: #fff;
}

.floorplan-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.floorplan-area {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-metric);
  transition: color 0.3s ease;
}

.floorplan-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0.3rem 0 0.8rem 0;
  color: #fff;
}

.floorplan-features {
  list-style: none;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.floorplan-features li {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.floorplan-features li::before {
  content: '✓';
  color: var(--accent-cta);
  font-weight: bold;
  transition: color 0.3s ease;
}

/* ==========================================================================
   Amenities / Lazer Completo Grid
   ========================================================================== */
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.amenity-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 280px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-glass);
  transition: var(--transition-normal);
  cursor: pointer;
}

.amenity-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.amenity-card:hover {
  transform: translateY(-5px);
  border-color: var(--border-glass-hover);
  box-shadow: var(--shadow-md);
}

.amenity-card:hover img {
  transform: scale(1.08);
}

.amenity-card .zoom-hint {
  top: 1rem;
  right: 1rem;
  bottom: auto;
  opacity: 0.85;
  z-index: 2;
  transition: var(--transition-fast);
}

.amenity-card:hover .zoom-hint {
  opacity: 1;
  background: var(--accent-cta-gradient);
  border-color: var(--accent-cta);
  color: #fff;
  transform: scale(1.05);
}

.amenity-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
  transition: var(--transition-normal);
}

.amenity-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
}

.amenity-tag {
  font-size: 0.8rem;
  color: var(--color-tag);
  transition: color 0.3s ease;
}

/* CTA Lazer Completo */
.amenities-cta-wrap {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.amenities-btn-cta {
  padding: 1rem 2.5rem;
  font-size: 1.05rem;
}

/* ==========================================================================
   Perguntas Frequentes (FAQ Section)
   ========================================================================== */
.faq-section {
  background: var(--bg-primary);
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.faq-accordion-wrap {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: var(--transition-normal);
  backdrop-filter: blur(12px);
}

.faq-card:hover {
  border-color: var(--border-glass-hover);
  transform: translateY(-1px);
}

.faq-card[open] {
  border-color: var(--border-glass-hover);
  background: var(--bg-card-hover);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

.faq-header {
  padding: 1.35rem 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: var(--transition-fast);
}

.faq-header::-webkit-details-marker {
  display: none;
}

.faq-title {
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.4;
  transition: var(--transition-fast);
}

.faq-card[open] .faq-title {
  color: var(--accent-cta);
}

.faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-muted);
  flex-shrink: 0;
  transition: var(--transition-normal);
}

.faq-icon svg {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-card[open] .faq-icon {
  background: rgba(120, 192, 67, 0.15);
  color: var(--accent-cta);
}

.faq-card[open] .faq-icon svg {
  transform: rotate(180deg);
}

.faq-body {
  padding: 0 1.6rem 1.4rem 1.6rem;
  color: var(--text-secondary);
  font-size: 0.96rem;
  line-height: 1.7;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 0.2rem;
  padding-top: 1rem;
}

.faq-body p {
  margin-bottom: 0.8rem;
}

.faq-body p:last-child {
  margin-bottom: 0;
}

.faq-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 0.6rem;
}

.faq-list li {
  position: relative;
  padding-left: 1.2rem;
  color: var(--text-secondary);
}

.faq-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--accent-cta);
  font-size: 1.2rem;
  line-height: 1;
}

.faq-inline-help {
  margin-top: 2.2rem;
  text-align: center;
  padding: 1rem 1.5rem;
}

.faq-inline-help p {
  color: var(--text-secondary);
  font-size: 1.02rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
}

.faq-link-highlight {
  color: var(--accent-cta);
  font-weight: 600;
  display: inline-block;
  white-space: nowrap;
  text-decoration: underline;
  text-decoration-color: rgba(120, 192, 67, 0.4);
  text-underline-offset: 4px;
  transition: var(--transition-fast);
}

.faq-link-highlight:hover {
  color: var(--accent-cta-hover);
  text-decoration-color: var(--accent-cta-hover);
}

@media (max-width: 768px) {
  .faq-section {
    padding: 3.2rem 0 1.5rem 0 !important;
  }

  .faq-header {
    padding: 1.15rem 1.2rem;
  }

  .faq-body {
    padding: 0 1.2rem 1.2rem 1.2rem;
    font-size: 0.92rem;
  }

  .faq-inline-help {
    margin-top: 1.5rem;
    padding: 0.5rem 0 0.8rem 0;
  }

  .faq-inline-help p {
    font-size: 0.95rem;
    line-height: 1.45;
    flex-direction: column;
    gap: 0.35rem;
  }

  .contact-section {
    padding-top: 2.4rem !important;
  }
}

/* ==========================================================================
   Lead Capture & Contact Form
   ========================================================================== */
.contact-section {
  background: radial-gradient(circle at center, var(--bg-card) 0%, var(--bg-primary) 100%);
  position: relative;
  transition: background 0.4s ease;
}

.contact-card-wrapper {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 3.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(16px);
  transition: var(--transition-normal);
}

.contact-info h2,
.contact-info h3 {
  font-family: var(--font-display);
  font-size: 2.4rem;
  margin-bottom: 1.4rem;
  line-height: 1.25;
}

.contact-info p {
  color: var(--text-primary);
  font-size: 1.22rem;
  line-height: 1.65;
  margin-bottom: 1.2rem;
  font-weight: 400;
}

.desktop-only {
  display: flex !important;
}

.mobile-only {
  display: none !important;
}

.contact-whatsapp-side {
  margin-top: 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
}

.contact-whatsapp-wrap {
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}

.contact-divider-text {
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-whatsapp-compact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.4rem;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  font-weight: 600;
  background: #25d366;
  color: #fff;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
  transition: var(--transition-normal);
  text-decoration: none;
  width: auto;
  min-width: 260px;
}

.btn-whatsapp-compact:hover {
  background: #20ba5a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.4rem;
}

.form-input, .form-select {
  width: 100%;
  padding: 0.9rem 1.1rem;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-sm);
  color: #fff;
  transition: var(--transition-fast);
}

.form-input:focus, .form-select:focus {
  outline: none;
  border-color: var(--accent-cta);
  box-shadow: 0 0 12px var(--accent-glow);
}

.form-submit-btn {
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  margin-top: 0.6rem;
  border-radius: var(--radius-sm);
  background: var(--accent-cta-gradient);
  color: var(--accent-cta-text);
  box-shadow: var(--accent-cta-shadow);
  font-weight: 700;
}

.form-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--accent-cta-shadow-hover);
}

.form-feedback {
  margin-top: 1rem;
  padding: 1rem 1.2rem;
  border-radius: var(--radius-sm);
  font-size: 0.92rem;
  line-height: 1.45;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
}

.form-feedback.success {
  background: rgba(32, 186, 90, 0.15);
  border: 1px solid rgba(32, 186, 90, 0.5);
  color: #6ee7b7;
}

.form-feedback.error {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.5);
  color: #fca5a5;
}

.privacy-notice {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-align: center;
  margin-top: 0.8rem;
}

/* ==========================================================================
   Floating WhatsApp Button Oficial
   ========================================================================== */
.whatsapp-widget-container {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
}

.floating-whatsapp-btn {
  width: 58px;
  height: 58px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease, background 0.2s ease;
  border: none;
  outline: none;
}

.floating-whatsapp-btn svg {
  width: 30px;
  height: 30px;
  display: block;
}

.floating-whatsapp-btn:hover {
  background: #20ba5a;
  transform: scale(1.08);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
}

.floating-whatsapp-btn:active {
  transform: scale(0.95);
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  background: #080d0b;
  border-top: 1px solid var(--border-glass);
  padding: 4rem 0 2rem 0;
  font-size: 0.88rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-brand p {
  color: var(--text-muted);
  margin-top: 0.8rem;
  max-width: 360px;
}

.footer-col h5 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1.2rem;
  font-weight: 600;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.6rem;
}

.footer-links a {
  color: var(--text-muted);
  transition: var(--transition-fast);
}

.footer-links a:hover {
  color: var(--accent-cta);
}

.footer-disclaimer {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 1.5rem;
  font-size: 0.78rem;
  color: var(--text-muted);
  text-align: center;
  line-height: 1.5;
}

/* ==========================================================================
   Modal for Floorplan Zoom & Image Showcase (Luxury Editorial Motion)
   ========================================================================== */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(3, 8, 7, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  transition: opacity 0.32s cubic-bezier(0.16, 1, 0.3, 1), backdrop-filter 0.32s ease;
}

.modal.active {
  display: flex;
  opacity: 1;
}

.modal-content {
  background: var(--bg-secondary);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  max-width: 860px;
  width: 100%;
  overflow: hidden;
  position: relative;
  transform: translateY(16px) scale(0.96);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.65), 0 0 40px rgba(0, 0, 0, 0.3);
}

.modal.active .modal-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.modal-close {
  position: absolute;
  top: 1.15rem;
  right: 1.15rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 30;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  padding: 0;
}

.modal-close:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.45);
  transform: scale(1.08) rotate(90deg);
  color: #fff;
}

.modal-close:active {
  transform: scale(0.95);
}

.modal-body {
  padding: 2.2rem 2.4rem 2.4rem 2.4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-header-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.4rem;
  padding: 0 3.8rem;
  width: 100%;
}

#modalTitle {
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.28rem;
  margin: 0;
  text-align: center;
  line-height: 1.35;
}

.modal.active #modalTitle {
  animation: modalElementIn 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.04s both;
}

.modal-img-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  max-height: 56vh;
  margin-bottom: 1.6rem;
  padding: 0 1rem;
}

#modalImage {
  max-width: 100%;
  max-height: 54vh;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.modal.active .modal-img-container {
  animation: modalElementIn 0.45s cubic-bezier(0.16, 1, 0.3, 1) 0.08s both;
}

.modal.active #modalCtaBtn {
  animation: modalElementIn 0.45s cubic-bezier(0.16, 1, 0.3, 1) 0.12s both;
}

@keyframes modalElementIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================================================================
   Editorial Scroll Entrance System (Pure Human-Crafted Architecture)
   ========================================================================== */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Escalonamento sutil entre os cards de plantas */
.floorplans-grid .floorplan-card:nth-child(1) { transition-delay: 0.04s; }
.floorplans-grid .floorplan-card:nth-child(2) { transition-delay: 0.14s; }
.floorplans-grid .floorplan-card:nth-child(3) { transition-delay: 0.24s; }

@media (prefers-reduced-motion: reduce) {
  .modal, .modal-content, .reveal-on-scroll, #modalImage, #modalTitle, #modalCtaBtn {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

@media (max-width: 768px) {
  .modal {
    padding: 0.8rem;
  }
  .modal-body {
    padding: 1.5rem 1rem 1.5rem 1rem;
  }
  .modal-header-wrap {
    padding: 0 2.5rem;
    margin-bottom: 0.8rem;
  }
  #modalTitle {
    font-size: 1.05rem;
  }
  .modal-img-container {
    min-height: 240px;
    max-height: 48vh;
    padding: 0 0.5rem;
    margin-bottom: 1.2rem;
  }
  #modalImage {
    max-height: 46vh;
  }
  .modal-nav-btn {
    width: 42px;
    height: 42px;
  }
  .modal-prev {
    left: 0.5rem;
  }
  .modal-next {
    right: 0.5rem;
  }
}

/* ==========================================================================
   Responsive Breakpoints System (Precision Multi-Device Architecture)
   ========================================================================== */

/* 1. Desktops & Large Laptops (max-width: 1200px) */
@media (max-width: 1200px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* 2. Laptops & Tablets Landscape (max-width: 1024px) */
@media (max-width: 1024px) {
  .hero-metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding: 1.5rem 2rem;
  }
  .metric-card {
    border-left: none;
    padding-left: 0;
  }
  .metric-card:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    padding-left: 1.5rem;
  }
  .location-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .product-hero-card {
    grid-template-columns: 1fr;
    height: auto;
    max-height: none;
    gap: 0;
  }
  .amenities-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .floorplans-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-card-wrapper {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 2.5rem;
  }
}

/* 3. Tablets Portrait & Mobile Devices (max-width: 768px) - Cobre 320px até 768px */
@media (max-width: 768px) {
  .header {
    padding: 0.6rem 0;
  }

  .nav-content {
    padding: 0 1rem;
    gap: 0.5rem;
  }

  .nav-menu {
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    background: rgba(6, 26, 21, 0.98);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid var(--border-glass);
    padding: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease;
    z-index: 999;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  }

  body[data-theme="trend"] .nav-menu {
    background: rgba(0, 26, 41, 0.98);
  }

  .nav-menu.open {
    display: flex;
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-menu li {
    width: 100%;
  }

  .nav-link {
    display: block;
    width: 100%;
    padding: 0.7rem 0;
    font-size: 1.05rem;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
  }

  /* Compact Tower Switcher in Header (Segmented Tactile Control) */
  .nav-btn-dorms {
    display: none;
  }

  .nav-tower-switch {
    padding: 3px;
    gap: 3px;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
  }

  .nav-tower-btn {
    padding: 0.38rem 0.72rem;
    gap: 0.35rem;
    border-radius: 6px;
  }

  .nav-btn-name {
    font-size: 0.74rem;
    letter-spacing: 0.5px;
  }

  .nav-actions {
    gap: 0.6rem;
  }

  .nav-cta-btn {
    display: none !important;
  }

  .mobile-break {
    display: block;
  }

  /* Hero Section Stacking & Fundo Nobre Escuro Arquitetônico */
  .hero {
    padding: 6.5rem 0 3rem 0;
    min-height: auto;
    background: 
      radial-gradient(circle at 50% 10%, rgba(120, 192, 67, 0.12) 0%, transparent 60%),
      radial-gradient(circle at 10% 90%, rgba(19, 39, 63, 0.5) 0%, transparent 70%),
      linear-gradient(180deg, #061e19 0%, #041411 100%) !important;
    background-attachment: scroll !important;
  }

  body[data-theme="trend"] .hero {
    background: 
      radial-gradient(circle at 50% 10%, rgba(224, 106, 59, 0.14) 0%, transparent 60%),
      radial-gradient(circle at 10% 90%, rgba(0, 92, 138, 0.4) 0%, transparent 70%),
      linear-gradient(180deg, #001a29 0%, #00101a 100%) !important;
    background-attachment: scroll !important;
  }

  .hero-badge-pill {
    white-space: nowrap;
    font-size: clamp(0.62rem, 2.3vw, 0.74rem);
    padding: 0.35rem 0.8rem;
    letter-spacing: 0.8px;
    max-width: 100%;
  }

  .hero-showcase-tabs {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-bottom: 2rem;
  }

  .hero-tab-card {
    padding: 1rem 1.25rem;
  }

  .hero-cta-group {
    flex-direction: column;
    width: 100%;
    gap: 0.8rem;
  }

  .hero-cta-group .btn {
    width: 100%;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 1.5rem;
    margin-top: 2.5rem;
    text-align: center;
  }

  .metric-card {
    border-left: none !important;
    padding-left: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 1rem;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .metric-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .metric-number {
    text-align: center;
  }

  .metric-label {
    text-align: center;
  }

  /* Location Section */
  .location-cards-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  /* Product Showcase */
  .product-hero-info {
    padding: 1.8rem 1.4rem;
    text-align: center;
    align-items: center;
  }

  .badge-product {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .product-hero-title {
    text-align: center;
    font-size: clamp(1.6rem, 5.5vw, 2.2rem);
    line-height: 1.22;
    margin-bottom: 0.8rem;
  }

  .product-hero-desc {
    text-align: center;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }

  .specs-grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.8rem;
  }

  .spec-item {
    justify-content: flex-start;
    text-align: left;
    margin: 0 auto;
    width: 100%;
    max-width: 280px;
  }

  .product-actions {
    flex-direction: column;
    width: 100%;
  }

  .product-actions .btn {
    width: 100%;
  }

  .product-hero-media {
    min-height: 380px;
    max-height: 480px;
  }

  .product-hero-media img {
    object-position: center 20%;
  }

  .floorplans-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .floorplan-card-featured .floorplan-body {
    padding: 1.8rem 1.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .floorplan-card-featured .floorplan-tag,
  .floorplan-card-featured .floorplan-name {
    text-align: center;
  }

  .floorplan-card-featured .floorplan-features {
    text-align: left;
    width: 100%;
    max-width: 380px;
    margin: 0 auto 1.5rem auto;
  }

  .floorplan-card-featured .floorplan-body .btn,
  .floorplan-card .floorplan-body .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .amenities-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .amenity-card {
    height: 250px;
  }

  /* Contact Section */
  .contact-card-wrapper {
    padding: 1.8rem 1.2rem;
    gap: 1.2rem;
    text-align: center;
  }

  .contact-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact-info h2,
  .contact-info h3 {
    font-size: clamp(1.4rem, 5.2vw, 1.85rem);
    line-height: 1.25;
    text-align: center;
    margin-bottom: 0.8rem;
    word-break: normal;
    max-width: 100%;
  }

  .contact-info h2 .nobr,
  .contact-info h3 .nobr {
    white-space: normal;
  }

  .contact-info p {
    font-size: 0.95rem;
    text-align: center;
    margin-bottom: 0.5rem;
  }

  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: flex !important;
  }

  .contact-whatsapp-wrap {
    width: 100%;
    margin-top: 1rem;
    padding-top: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .contact-whatsapp-wrap .btn-whatsapp-compact {
    width: auto;
    max-width: 100%;
    padding: 0.65rem 1.4rem;
    font-size: 0.82rem;
    white-space: nowrap;
    justify-content: center;
    box-sizing: border-box;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 16px;
    padding: 0.85rem 1rem;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .footer-brand p {
    margin: 0.8rem auto 0 auto;
  }

  /* WhatsApp Widget - Botão Oficial Limpo no Mobile */
  .whatsapp-widget-container {
    bottom: 1.2rem;
    right: 1.2rem;
  }

  .floating-whatsapp-btn {
    width: 52px;
    height: 52px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  }

  .floating-whatsapp-btn svg {
    width: 28px;
    height: 28px;
  }

  .whatsapp-chat-bubble {
    display: none !important;
  }

  .modal {
    padding: 1rem;
  }

  .modal-body {
    padding: 1.2rem;
  }
}

/* 4. Small Smartphones (max-width: 480px) */
@media (max-width: 480px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-title {
    font-size: 1.7rem;
  }

  .hero-badge-pill {
    font-size: 0.65rem;
    padding: 0.35rem 0.75rem;
    white-space: nowrap;
    letter-spacing: 0.8px;
    max-width: 100%;
  }

  .nav-btn-name {
    font-size: 0.7rem;
  }

  .contact-info h2,
  .contact-info h3 {
    font-size: 1.35rem;
    line-height: 1.25;
  }

  .faq-link-highlight {
    font-size: 0.92rem;
  }
}
