:root {
  --color-primary-dark: #123830;
  --color-primary-deep: #0a241e;
  --color-primary: #1b4d41;
  --color-primary-light: #286355;
  --color-accent-gold: #c9a46b;
  --color-accent-gold-light: #dfc298;
  --color-accent-gold-hover: #b58f55;
  --color-text-light: #f7f9f8;
  --color-text-muted: #c3d1cd;
  --color-text-dark: #121f1c;
  --color-bg-card: rgba(18, 56, 48, 0.72);
  --color-bg-glass: rgba(14, 42, 36, 0.85);
  --color-border-glass: rgba(201, 164, 107, 0.28);
  
  /* Fundo Unificado e Harmonioso para Todas as Seções (Tom ligeiramente mais claro e nobre) */
  --bg-section-unified: radial-gradient(circle at 50% 30%, #154238 0%, #0d2f27 60%, #09221c 100%);
  --bg-section-solid: #0d2f27;
  
  --font-heading: 'Cinzel', 'Playfair Display', Georgia, serif;
  --font-script: 'Alex Brush', 'Pinyon Script', cursive;
  --font-body: 'Abhaya Libre', Georgia, 'Times New Roman', serif;
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  
  --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  --shadow-lux: 0 25px 50px -15px rgba(0, 0, 0, 0.6);
  --shadow-gold: 0 10px 30px -5px rgba(201, 164, 107, 0.45);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  font-size: 1.06rem;
  font-weight: 500;
  background-color: #0d2f27;
  color: var(--color-text-light);
  line-height: 1.65;
  letter-spacing: 0.01em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Acessibilidade: Indicador de Foco Visível para Navegação por Teclado (WCAG AA) */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
.radar-item-pill:focus-visible,
.resort-immersive-card:focus-visible {
  outline: 2px solid var(--color-accent-gold-light);
  outline-offset: 3px;
}

/* Glassmorphism Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 1.25rem 2rem;
  transition: var(--transition-smooth);
}

.site-header.scrolled {
  background: var(--color-bg-glass);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--color-border-glass);
  padding: 0.85rem 2rem;
  box-shadow: var(--shadow-lux);
}

.header-container {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-brand {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  text-decoration: none;
}

.header-logo-img {
  height: 48px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
  transition: transform 0.3s ease;
}

.header-brand:hover .header-logo-img {
  transform: scale(1.03);
}

.header-divider {
  width: 1px;
  height: 28px;
  background: var(--color-border-glass);
}

.header-logo-mitre {
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  color: var(--color-text-muted);
  font-weight: 600;
  text-transform: uppercase;
}

/* Menu de Navegação Espaçoso & Elegante */
.header-nav {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}

.nav-link {
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-light);
  text-decoration: none;
  position: relative;
  padding: 0.35rem 0;
  transition: var(--transition-smooth);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-accent-gold);
  transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-link:hover {
  color: var(--color-accent-gold-light);
}

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

.header-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.4rem;
  border-radius: 50px;
  background: transparent;
  color: var(--color-accent-gold);
  border: 1px solid var(--color-accent-gold);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: var(--transition-smooth);
}

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

/* ========================================================
   NOVO HERO SECTION: FUNDO VERDE NOBRE COM BIOFILIA / RAÍZES
   ======================================================== */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 8.5rem 2rem 6.5rem;
  background-color: #0d2f27;
  overflow: hidden;
}

/* Camadas de Fundo & Ilustrações Orgânicas de Raízes */
.hero-nature-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

/* Linhas orgânicas SVG douradas / Raízes da vida */
.hero-roots-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.45;
  mix-blend-mode: screen;
}

/* Elementos Orgânicos Flutuantes (Folhas e Mandala de Raízes) */
.organic-shape {
  position: absolute;
  pointer-events: none;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.4));
  transition: transform 0.6s ease-out;
}

.shape-mandala {
  top: -8%;
  right: -5%;
  width: 580px;
  height: 580px;
  opacity: 0.14;
  animation: rotateSlow 90s linear infinite;
}

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

.shape-leaf-left {
  bottom: -6%;
  left: -4%;
  width: 480px;
  height: 480px;
  opacity: 0.22;
  transform: rotate(-15deg);
  animation: floatSway 10s ease-in-out infinite alternate;
}

.shape-roots-bottom {
  bottom: 0;
  right: 15%;
  width: 600px;
  height: 380px;
  opacity: 0.18;
}

@keyframes floatSway {
  0% { transform: rotate(-15deg) translateY(0px); }
  100% { transform: rotate(-10deg) translateY(-20px); }
}

/* Brilhos de Luz Dourada e Esmeralda */
.light-glow-1 {
  position: absolute;
  top: 15%;
  left: 10%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(201, 164, 107, 0.16) 0%, rgba(201, 164, 107, 0) 70%);
  filter: blur(50px);
  border-radius: 50%;
  animation: pulseGlow 8s ease-in-out infinite alternate;
}

.light-glow-2 {
  position: absolute;
  bottom: 10%;
  right: 12%;
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(37, 84, 73, 0.45) 0%, rgba(8, 26, 22, 0) 70%);
  filter: blur(60px);
  border-radius: 50%;
}

@keyframes pulseGlow {
  0% { opacity: 0.6; transform: scale(0.95); }
  100% { opacity: 1; transform: scale(1.1); }
}

/* Conteúdo Principal */
.hero-content-wrapper {
  position: relative;
  z-index: 10;
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.8rem;
  align-items: center;
}

/* Coluna da Esquerda: Copywriting & Diferenciais */
.hero-tagline-badge {
  display: inline-block;
  background: none;
  border: none;
  backdrop-filter: none;
  padding: 0;
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-accent-gold-light);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  box-shadow: none;
}

.hero-tagline-badge .badge-dot,
.section-tag-badge .badge-dot {
  display: none !important;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2.3rem, 3.8vw, 3.5rem);
  font-weight: 600;
  line-height: 1.28;
  color: #ffffff;
  margin-bottom: 1.25rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-title .highlight-gold,
.section-main-title .highlight-gold,
.concept-split-title .highlight-gold,
.team-headline .highlight-gold,
.highlight-gold {
  font-family: var(--font-script);
  color: var(--color-accent-gold-light);
  font-size: 1.52em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.02em;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 0.15em;
  line-height: 0.85;
  text-shadow: 0 0 25px rgba(201, 164, 107, 0.45);
}

.hero-subtitle {
  font-size: 1.125rem;
  color: var(--color-text-muted);
  line-height: 1.68;
  margin-bottom: 2.2rem;
  max-width: 620px;
}

/* ========================================================
   CABEÇALHOS GLOBAIS DE SEÇÃO (ALTA SOFISTICAÇÃO & ESCALA)
   ======================================================== */
.section-header-center {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 3.5rem;
  position: relative;
  z-index: 10;
}

.section-main-title {
  font-family: var(--font-heading);
  font-size: clamp(2.1rem, 3.4vw, 2.95rem);
  font-weight: 600;
  line-height: 1.25;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1.1rem;
}

.section-description {
  font-size: 1.05rem;
  color: var(--color-text-muted);
  line-height: 1.65;
  max-width: 720px;
  margin: 0 auto;
}

.section-tag-badge {
  display: inline-block;
  background: none;
  border: none;
  backdrop-filter: none;
  padding: 0;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-accent-gold-light);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

/* Metric Pill Badges */
.hero-highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2.3rem;
}

.highlight-card {
  background: rgba(15, 44, 37, 0.55);
  border: 1px solid rgba(201, 164, 107, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 1rem 1.1rem;
  border-radius: 14px;
  box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.3);
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
}

.highlight-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: var(--color-accent-gold);
  opacity: 0;
  transition: var(--transition-smooth);
}

.highlight-card:hover {
  background: rgba(201, 164, 107, 0.12);
  border-color: var(--color-accent-gold);
  transform: translateY(-3px);
}

.highlight-card:hover::before {
  opacity: 1;
}

.highlight-number {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--color-accent-gold);
  display: block;
}

.highlight-label {
  font-size: 0.78rem;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.2rem;
  display: block;
}

/* Fast Action Buttons - Protagonismo Absoluto do WhatsApp */
.hero-actions-group {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  flex-wrap: wrap;
}

.btn-whatsapp-hero-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: linear-gradient(135deg, #dfc298 0%, #c9a46b 50%, #ad8547 100%);
  color: #051410;
  font-weight: 800;
  font-size: 1.02rem;
  padding: 1.15rem 2.2rem;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(201, 164, 107, 0.4), 0 0 15px rgba(223, 194, 152, 0.3);
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
}

.btn-whatsapp-hero-primary svg {
  color: #051410;
  flex-shrink: 0;
}

.btn-whatsapp-hero-primary::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.35) 0%, transparent 60%);
  opacity: 0;
  transform: scale(0.5);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.btn-whatsapp-hero-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 18px 40px rgba(201, 164, 107, 0.6), 0 0 25px rgba(223, 194, 152, 0.5);
  background: linear-gradient(135deg, #f0dcbe 0%, #dfc298 50%, #c9a46b 100%);
}

.btn-whatsapp-hero-primary:hover::after {
  opacity: 1;
  transform: scale(1);
}

.btn-secondary-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(8, 26, 22, 0.65);
  border: 1px solid rgba(201, 164, 107, 0.35);
  color: var(--color-accent-gold-light);
  padding: 1.05rem 1.6rem;
  border-radius: 50px;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  backdrop-filter: blur(10px);
  transition: var(--transition-smooth);
}

.btn-secondary-outline:hover {
  border-color: var(--color-accent-gold);
  background: rgba(201, 164, 107, 0.12);
  color: #ffffff;
  transform: translateY(-2px);
}

/* Coluna da Direita: Card de Captura com Visual Nobre */
.hero-form-card {
  background: var(--color-bg-glass);
  border: 1px solid var(--color-border-glass);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 22px;
  padding: 2.3rem 2.2rem;
  box-shadow: var(--shadow-lux);
  position: relative;
  overflow: hidden;
}

.hero-form-card::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(201, 164, 107, 0.05) 0%, transparent 60%);
  pointer-events: none;
}

.hero-form-card::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(201, 164, 107, 0.05) 0%, transparent 60%);
  pointer-events: none;
}

.form-card-header {
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}

.form-status-tag {
  display: inline-block;
  background: rgba(201, 164, 107, 0.18);
  color: var(--color-accent-gold-light);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.3rem 0.75rem;
  border-radius: 4px;
  margin-bottom: 0.6rem;
}

.form-card-title {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.3;
}

.form-card-desc {
  font-size: 0.875rem;
  color: var(--color-text-muted);
  margin-top: 0.35rem;
}

.lead-capture-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  z-index: 2;
}

.input-group {
  position: relative;
}

.input-group label {
  display: block;
  font-size: 0.8rem;
  color: var(--color-text-muted);
  margin-bottom: 0.4rem;
  font-weight: 500;
}

.input-group input,
.input-group select {
  width: 100%;
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 0.95rem;
  outline: none;
  transition: var(--transition-smooth);
}

.input-group select option {
  background: var(--color-primary-dark);
  color: #ffffff;
}

.input-group input:focus,
.input-group select:focus {
  border-color: var(--color-accent-gold);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 15px rgba(201, 164, 107, 0.25);
}

.form-submit-btn {
  margin-top: 0.5rem;
  width: 100%;
  padding: 1rem;
  background: linear-gradient(135deg, #c9a46b 0%, #b58f55 100%);
  color: var(--color-primary-deep);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  box-shadow: var(--shadow-gold);
  transition: var(--transition-smooth);
}

.form-submit-btn:hover {
  background: linear-gradient(135deg, #dfc298 0%, #c9a46b 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(201, 164, 107, 0.4);
}

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

/* Feedback Visual do Envio Webhook */
.form-feedback-box {
  padding: 0.9rem 1.1rem;
  border-radius: 10px;
  font-size: 0.88rem;
  line-height: 1.45;
  text-align: center;
  margin-top: 0.35rem;
  animation: fadeInFeedback 0.35s ease forwards;
}

.form-feedback-box.loading {
  background: rgba(201, 164, 107, 0.15);
  border: 1px solid rgba(201, 164, 107, 0.3);
  color: var(--color-accent-gold-light);
}

.form-feedback-box.success {
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.4);
  color: #86efac;
}

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

@keyframes fadeInFeedback {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

.form-privacy-note {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

/* Floating WhatsApp Button */
.floating-whatsapp {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: #25d366;
  color: #ffffff;
  padding: 0.75rem 1.25rem 0.75rem 0.9rem;
  border-radius: 50px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 10px 25px -5px rgba(37, 211, 102, 0.6);
  transition: var(--transition-smooth);
  animation: floatBounce 3s ease-in-out infinite;
}

@keyframes floatBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.floating-whatsapp:hover {
  transform: scale(1.05) translateY(-3px);
  background: #20ba59;
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
  .hero-content-wrapper {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .hero-title {
    font-size: 2.8rem;
  }
  
  .shape-mandala {
    width: 400px;
    height: 400px;
  }

  .concept-grid-wrapper {
    grid-template-columns: 1fr !important;
    gap: 3rem !important;
  }
}

/* ========================================================
   SEÇÃO 2: O CONCEITO — ATMOSFERA DE CASA (LAYOUT MODERNO)
   ======================================================== */
.concept-section {
  position: relative;
  padding: 8rem 2rem;
  background-color: #0d2f27;
  overflow: hidden;
}

.concept-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.concept-roots-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.section-container {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

/* Header Split: Título Principal na Esquerda + Parágrafo Explicativo na Direita */
.concept-split-header {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: flex-end;
  margin-bottom: 3.5rem;
}

.concept-header-left .section-tag-badge {
  display: inline-block;
  background: none;
  border: none;
  backdrop-filter: none;
  padding: 0;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-accent-gold-light);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.concept-split-title {
  font-family: var(--font-heading);
  font-size: clamp(2.1rem, 3.4vw, 2.95rem);
  font-weight: 600;
  line-height: 1.25;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.concept-split-desc {
  font-size: 1.05rem;
  color: var(--color-text-muted);
  line-height: 1.7;
  padding-bottom: 0.4rem;
}

/* Grid Principal: Imagem em Destaque à Esquerda + Cards de Métricas à Direita */
.concept-showcase-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 2.2rem;
  align-items: stretch;
}

/* Frame da Imagem à Esquerda */
.showcase-media-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--color-border-glass);
  box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.7);
  min-height: 480px;
  display: flex;
}

.showcase-media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.media-floating-badge {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  padding: 0.65rem 1.25rem;
  background: rgba(8, 26, 22, 0.9);
  border: 1px solid var(--color-border-glass);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 30px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color-accent-gold-light);
}

/* Coluna da Direita: 3 Cards de Métricas de Alto Padrão (Glassmorphism Escuro) */
.concept-metrics-stack {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  justify-content: space-between;
}

.metric-glass-box {
  background: rgba(10, 31, 26, 0.72);
  border: 1px solid rgba(201, 164, 107, 0.22);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 20px;
  padding: 1.8rem 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.45rem;
  flex: 1;
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.4);
}

.metric-glass-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--color-accent-gold);
  opacity: 0;
  transition: var(--transition-smooth);
}

.metric-glass-box:hover {
  background: rgba(23, 56, 49, 0.85);
  border-color: var(--color-accent-gold);
  transform: translateX(6px);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
}

.metric-glass-box:hover::before {
  opacity: 1;
}

.metric-number-bold {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 3.2vw, 3rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.metric-label-clean {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.5;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .concept-split-header {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .concept-showcase-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .showcase-media-card {
    min-height: 380px;
  }
}

@media (max-width: 768px) {
  .concept-section {
    padding: 5rem 1.25rem;
  }

  .metric-glass-box {
    padding: 1.5rem 1.6rem;
    flex-direction: column;
    gap: 0.4rem;
  }

  .metric-number-bold {
    font-size: 2.2rem;
  }
}


/* ========================================================
   SEÇÃO 3: LOCALIZAÇÃO — O PRIVILÉGIO DO JARDIM SÃO PAULO
   ======================================================== */
.location-section {
  position: relative;
  padding: 8rem 2rem;
  background-color: #0d2f27;
  overflow: hidden;
}

.location-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.location-grid-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3.5rem;
  align-items: center;
  margin-top: 2rem;
}

/* Radar Cards / Categorias de Mobilidade & Lifestyle */
.location-radar-categories {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.radar-category-card {
  background: rgba(10, 31, 26, 0.75);
  border: 1px solid rgba(201, 164, 107, 0.2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 16px;
  padding: 1.35rem 1.6rem;
  transition: var(--transition-smooth);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.radar-category-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: var(--color-accent-gold);
  opacity: 0;
  transition: var(--transition-smooth);
}

.radar-category-card:hover,
.radar-category-card.active {
  background: rgba(23, 56, 49, 0.85);
  border-color: var(--color-accent-gold);
  transform: translateX(6px);
  box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.4);
}

.radar-category-card:hover::before,
.radar-category-card.active::before {
  opacity: 1;
}

.radar-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.radar-icon-badge {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(201, 164, 107, 0.15);
  border: 1px solid rgba(201, 164, 107, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent-gold);
  transition: var(--transition-smooth);
}

.radar-category-card:hover .radar-icon-badge,
.radar-category-card.active .radar-icon-badge {
  background: var(--color-accent-gold);
  color: var(--color-primary-dark);
}

.radar-card-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: #ffffff;
  font-weight: 700;
}

.radar-card-subtitle {
  font-size: 0.78rem;
  color: var(--color-accent-gold-light);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
}

.radar-pills-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.radar-item-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  font-size: 0.8rem;
  color: var(--color-text-muted);
  cursor: pointer;
  transition: var(--transition-smooth);
  user-select: none;
}

.radar-item-pill strong {
  color: var(--color-accent-gold-light);
  font-weight: 600;
}

.radar-item-pill:hover {
  border-color: var(--color-accent-gold);
  background: rgba(201, 164, 107, 0.15);
  color: #ffffff;
  transform: translateY(-2px);
}

/* Coluna Direita: Mapa Interativo Real da Região (Leaflet) */
.location-map-wrapper {
  position: relative;
}

.map-card-container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--color-border-glass);
  box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.7);
  background: #081a16;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Container Leaflet */
.real-city-map {
  width: 100%;
  height: 100%;
  min-height: 520px;
  z-index: 1;
  background: #f8f9f7;
}

/* Customização dos Marcadores no Mapa Real — Estilo Clean & Nobre */
.luxury-custom-marker {
  background: transparent;
  border: none;
}

.marker-pin-inner {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.75rem;
  background: rgba(8, 26, 22, 0.95);
  border: 1px solid var(--color-accent-gold);
  border-radius: 20px;
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  white-space: nowrap;
  backdrop-filter: blur(10px);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, background 0.2s ease;
}

.marker-dot-gold {
  width: 7px;
  height: 7px;
  min-width: 7px;
  border-radius: 50%;
  background: var(--color-accent-gold);
  box-shadow: 0 0 8px var(--color-accent-gold);
}

.marker-dot-subtle {
  width: 5px;
  height: 5px;
  min-width: 5px;
  border-radius: 50%;
  background: #25d366;
}

.marker-pin-inner:hover {
  transform: translate(-50%, -55%) scale(1.05);
  background: #0f2c25;
  border-color: #dfc298;
}

/* Pin Central do Projeto — Formato Circular de Localização com a Logo Oficial Transparente */
.main-project-marker {
  background: transparent;
  border: none;
}

.project-location-pin {
  position: relative;
  width: 76px;
  height: 86px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -100%);
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.65));
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.project-location-pin:hover {
  transform: translate(-50%, -106%) scale(1.08);
}

.project-pin-circle {
  width: 72px;
  height: 72px;
  min-width: 72px;
  min-height: 72px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #183e35 0%, #061512 100%);
  border: 2px solid var(--color-accent-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-shadow: 0 0 25px rgba(201, 164, 107, 0.6);
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  overflow: hidden;
}

.project-pin-circle img,
.project-pin-img {
  width: 54px !important;
  height: 54px !important;
  max-width: 54px !important;
  max-height: 54px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto;
  pointer-events: none;
}

.project-pin-pointer {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 14px solid var(--color-accent-gold);
  margin-top: -3px;
  position: relative;
  z-index: 1;
}

.project-pin-pulse {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 12px;
  background: radial-gradient(ellipse at center, rgba(201, 164, 107, 0.7) 0%, transparent 70%);
  border-radius: 50%;
  animation: radarPulse 2s infinite ease-out;
}

@keyframes radarPulse {
  0% { transform: translateX(-50%) scale(0.6); opacity: 1; }
  100% { transform: translateX(-50%) scale(2.2); opacity: 0; }
}

/* Customização dos Popups do Leaflet */
.leaflet-popup-content-wrapper {
  background: rgba(10, 31, 26, 0.95) !important;
  border: 1px solid var(--color-border-glass) !important;
  color: #ffffff !important;
  border-radius: 14px !important;
  backdrop-filter: blur(14px) !important;
  box-shadow: var(--shadow-lux) !important;
  font-family: var(--font-body) !important;
}

.leaflet-popup-tip {
  background: rgba(10, 31, 26, 0.95) !important;
}

/* Barra de Filtros Interativos do Mapa */
.map-filter-bar {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  gap: 0.75rem;
  flex-wrap: wrap;
  pointer-events: none;
}

.map-status-pill,
.map-filter-tags {
  pointer-events: auto;
}

.map-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem;
  background: rgba(8, 26, 22, 0.92);
  border: 1px solid var(--color-border-glass);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 30px;
  font-size: 0.8rem;
  color: #ffffff;
  font-weight: 600;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.map-status-pill .pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-accent-gold);
  box-shadow: 0 0 10px var(--color-accent-gold);
  animation: pulseDot 2s infinite;
}

.map-filter-tags {
  display: flex;
  gap: 0.4rem;
}

.filter-btn {
  padding: 0.35rem 0.85rem;
  border-radius: 20px;
  background: rgba(15, 44, 37, 0.85);
  border: 1px solid rgba(201, 164, 107, 0.35);
  color: var(--color-text-muted);
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: var(--transition-smooth);
}

.filter-btn:hover,
.filter-btn.active {
  background: var(--color-accent-gold);
  color: var(--color-primary-deep);
  border-color: var(--color-accent-gold);
}

/* Rodapé do Card do Mapa */
.map-bottom-address {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  padding: 1.1rem 1.5rem;
  background: rgba(8, 26, 22, 0.92);
  border: 1px solid var(--color-border-glass);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.address-info h4 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: #ffffff;
  margin-bottom: 0.15rem;
}

.address-info p {
  font-size: 0.84rem;
  color: var(--color-accent-gold-light);
}

.route-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.35rem;
  background: linear-gradient(135deg, #c9a46b 0%, #b58f55 100%);
  color: var(--color-primary-deep);
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  transition: var(--transition-smooth);
}

.route-link-btn:hover {
  background: linear-gradient(135deg, #dfc298 0%, #c9a46b 100%);
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
}

@media (max-width: 1024px) {
  .location-grid-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

@media (max-width: 768px) {
  .location-section {
    padding: 5rem 1.25rem;
  }
  
  .map-filter-bar {
    position: static;
    padding: 1rem 1rem 0;
  }

  .map-bottom-address {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
  }
  
  .route-link-btn {
    width: 100%;
    justify-content: center;
  }

  .map-card-container,
  .real-city-map {
    min-height: 440px;
  }
}

/* Barra de Ação da Seção de Localização */
.location-action-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  margin-top: 3.5rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}

.btn-location-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.05rem 1.6rem;
  background: rgba(8, 26, 22, 0.65);
  border: 1px solid rgba(201, 164, 107, 0.35);
  color: var(--color-accent-gold-light);
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  border-radius: 14px;
  backdrop-filter: blur(10px);
  transition: var(--transition-smooth);
}

.btn-location-secondary:hover {
  border-color: var(--color-accent-gold);
  background: rgba(201, 164, 107, 0.12);
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .location-action-bar {
    margin-top: 2.5rem;
    flex-direction: column;
    width: 100%;
  }

  .location-action-bar .btn-whatsapp-highlight,
  .location-action-bar .btn-location-secondary {
    width: 100%;
    justify-content: center;
  }
}


@media (max-width: 992px) {
  .header-nav {
    display: none;
  }
}

@media (max-width: 768px) {
  .site-header {
    padding: 0.85rem 1.25rem;
  }

  .header-cta-btn span {
    display: none;
  }

  .header-cta-btn {
    padding: 0.6rem;
    border-radius: 50%;
  }
  
  .hero-section {
    padding: 7rem 1.25rem 4rem;
  }
  
  .hero-title {
    font-size: 2.15rem;
  }
  
  .hero-highlights-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  
  .hero-actions-group {
    flex-direction: column;
    align-items: stretch;
  }
  
  .btn-primary-lead,
  .btn-whatsapp-direct {
    width: 100%;
    justify-content: center;
  }
  
  .floating-whatsapp span {
    display: none;
  }
  
  .floating-whatsapp {
    padding: 0.85rem;
    bottom: 1.25rem;
    right: 1.25rem;
  }
}

/* ========================================================
   SEÇÃO 4: PLANTAS E TIPOLOGIAS INTELIGENTES (ESTILO EDITORIAL NOBRE)
   ======================================================== */
.floorplans-section {
  position: relative;
  padding: 8rem 2rem 9rem;
  background-color: #0d2f27;
  overflow: hidden;
}

.floorplans-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.floorplans-roots-svg {
  width: 100%;
  height: 100%;
  opacity: 0.35;
  mix-blend-mode: screen;
}

/* Container de Tabs das Plantas */
.plan-tabs-container {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  max-width: 1200px;
  margin: 3.5rem auto 3rem;
}

.plan-tab-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1rem;
  background: rgba(8, 26, 22, 0.65);
  border: 1px solid rgba(201, 164, 107, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 14px;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.plan-tab-btn:hover {
  border-color: var(--color-accent-gold);
  background: rgba(18, 52, 43, 0.85);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.4);
}

.plan-tab-btn.active {
  background: linear-gradient(145deg, rgba(25, 68, 58, 0.95), rgba(10, 32, 26, 0.95));
  border-color: var(--color-accent-gold);
  box-shadow: 0 12px 30px -5px rgba(201, 164, 107, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transform: translateY(-3px);
}

.plan-tab-size {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.25rem;
  transition: var(--transition-smooth);
}

.plan-tab-btn.active .plan-tab-size {
  color: var(--color-accent-gold-light);
}

.plan-tab-desc {
  font-size: 0.8rem;
  color: var(--color-text-muted);
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}

/* Palco Editorial Aberto (Sem Caixa Enclausurante) */
.plan-showcase-stage {
  position: relative;
  z-index: 10;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: 4rem;
  align-items: center;
}

/* Coluna Visual */
.plan-visual-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.plan-controls-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.plan-view-toggle {
  display: inline-flex;
  padding: 0.35rem;
  background: rgba(8, 26, 22, 0.85);
  border: 1px solid rgba(201, 164, 107, 0.3);
  border-radius: 50px;
  gap: 0.35rem;
}

.toggle-view-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1.25rem;
  border-radius: 30px;
  border: none;
  background: transparent;
  color: var(--color-text-muted);
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.toggle-view-btn:hover {
  color: #ffffff;
}

.toggle-view-btn.active {
  background: var(--color-accent-gold);
  color: var(--color-primary-deep);
  box-shadow: 0 4px 15px rgba(201, 164, 107, 0.35);
}

.btn-expand-plan {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1.1rem;
  background: rgba(8, 26, 22, 0.7);
  border: 1px solid rgba(201, 164, 107, 0.25);
  border-radius: 30px;
  color: var(--color-accent-gold-light);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.btn-expand-plan:hover {
  background: rgba(201, 164, 107, 0.15);
  border-color: var(--color-accent-gold);
  color: #ffffff;
}

/* Frame da Imagem */
.plan-image-frame {
  position: relative;
  width: 100%;
  min-height: 460px;
  background: radial-gradient(circle at center, rgba(16, 46, 38, 0.5) 0%, rgba(4, 14, 12, 0.95) 100%);
  border: 1px solid rgba(201, 164, 107, 0.3);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  cursor: zoom-in;
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: var(--transition-smooth);
}

.plan-image-frame:hover {
  border-color: var(--color-accent-gold);
  box-shadow: 0 25px 60px -10px rgba(0, 0, 0, 0.75), 0 0 25px rgba(201, 164, 107, 0.2);
}

.plan-interactive-img {
  max-width: 100%;
  max-height: 500px;
  object-fit: contain;
  border-radius: 10px;
  transition: opacity 0.35s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.plan-image-frame:hover .plan-interactive-img {
  transform: scale(1.02);
}

.plan-caption-strip {
  position: absolute;
  bottom: 1.2rem;
  left: 1.2rem;
  right: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.caption-tag {
  padding: 0.4rem 0.95rem;
  background: rgba(5, 18, 15, 0.88);
  border: 1px solid var(--color-border-glass);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  font-size: 0.76rem;
  color: var(--color-accent-gold-light);
  font-weight: 600;
}

.caption-note {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.4);
  padding: 0.3rem 0.7rem;
  border-radius: 15px;
}

/* Coluna de Detalhes da Planta */
.plan-details-column {
  display: flex;
  flex-direction: column;
  gap: 1.85rem;
}

.plan-header-info {
  border-bottom: 1px solid rgba(201, 164, 107, 0.2);
  padding-bottom: 1.4rem;
}

.plan-tag {
  display: inline-block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--color-accent-gold);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.plan-title {
  font-family: var(--font-heading);
  font-size: 2.1rem;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.plan-summary {
  font-size: 0.96rem;
  color: var(--color-text-muted);
  line-height: 1.65;
}

/* Faixa de Pilares de Métricas (Design Clean & Nobre) */
.plan-metrics-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid rgba(201, 164, 107, 0.2);
}

.metric-pillar {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.pillar-num {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-accent-gold-light);
}

.pillar-txt {
  font-size: 0.72rem;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Destaques Específicos */
.plan-custom-highlights {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.highlights-title {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-accent-gold);
  font-weight: 700;
}

.plan-features-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.92rem;
  color: #e4ebe8;
}

.feature-item svg {
  flex-shrink: 0;
}

/* Botões de Ação de Plantas */
.plan-actions-group {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 0.5rem;
}

.btn-whatsapp-highlight {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.1rem 1.8rem;
  background: linear-gradient(135deg, #dfc298 0%, #c9a46b 50%, #ad8547 100%);
  color: #051410;
  font-weight: 800;
  font-size: 0.98rem;
  text-decoration: none;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(201, 164, 107, 0.4), 0 0 12px rgba(223, 194, 152, 0.25);
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
}

.btn-whatsapp-highlight svg {
  color: #051410;
  flex-shrink: 0;
}

.btn-whatsapp-highlight:hover {
  background: linear-gradient(135deg, #f0dcbe 0%, #dfc298 50%, #c9a46b 100%);
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(201, 164, 107, 0.6), 0 0 20px rgba(223, 194, 152, 0.4);
}

.btn-plan-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.95rem 1.5rem;
  background: rgba(8, 26, 22, 0.6);
  border: 1px solid rgba(201, 164, 107, 0.3);
  color: var(--color-accent-gold-light);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  border-radius: 12px;
  backdrop-filter: blur(8px);
  transition: var(--transition-smooth);
}

.btn-plan-secondary:hover {
  border-color: var(--color-accent-gold);
  background: rgba(201, 164, 107, 0.12);
  color: #ffffff;
  transform: translateY(-2px);
}

/* ========================================================
   DIFERENCIAIS CONSTRUTIVOS PADRÃO MITRE (LAYOUT EDITORIAL ABERTO)
   ======================================================== */
.standards-editorial-section {
  position: relative;
  z-index: 10;
  max-width: 1280px;
  margin: 5.5rem auto 0;
  padding-top: 3.5rem;
  border-top: 1px solid rgba(201, 164, 107, 0.2);
}

.standards-header-line {
  margin-bottom: 2.25rem;
}

.standards-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--color-accent-gold);
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.standards-title {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.standards-grid-clean {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2.5rem;
}

.standard-item-clean {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.standard-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(201, 164, 107, 0.12);
  border: 1px solid rgba(201, 164, 107, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent-gold);
  flex-shrink: 0;
}

.standard-text {
  display: flex;
  flex-direction: column;
}

.standard-text strong {
  font-size: 0.95rem;
  color: #ffffff;
  margin-bottom: 0.2rem;
}

.standard-text span {
  font-size: 0.82rem;
  color: var(--color-text-muted);
  line-height: 1.45;
}

/* ========================================================
   LIGHTBOX MODAL PARA ZOOM EM ALTA RESOLUÇÃO
   ======================================================== */
.plan-lightbox-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.plan-lightbox-modal.active {
  display: flex;
}

.modal-backdrop-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 12, 10, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.modal-content-box {
  position: relative;
  z-index: 10;
  max-width: 1050px;
  width: 100%;
  max-height: 90vh;
  background: #081a16;
  border: 1px solid var(--color-border-glass);
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.9);
  animation: modalScaleIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes modalScaleIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

.modal-close-btn {
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  background: none;
  border: none;
  color: var(--color-text-muted);
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.modal-close-btn:hover {
  color: var(--color-accent-gold);
  transform: rotate(90deg);
}

.modal-header-info h4 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  color: #ffffff;
}

.modal-header-info span {
  font-size: 0.85rem;
  color: var(--color-accent-gold-light);
}

.modal-image-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #051411;
  border-radius: 12px;
  padding: 1.5rem;
  overflow: auto;
}

.modal-image-wrapper img {
  max-width: 100%;
  max-height: 65vh;
  object-fit: contain;
}

/* Responsividade da Seção */
@media (max-width: 1024px) {
  .plan-tabs-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .plan-showcase-stage {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .standards-grid-clean {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .floorplans-section {
    padding: 5rem 1.25rem 6rem;
  }

  .plan-tabs-container {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .plan-metrics-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }

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

  .modal-content-box {
    padding: 1.25rem;
  }
}

/* ========================================================
   SEÇÃO 5: LAZER RESORT — 4 CARDS VERTICAIS IMERSIVOS
   ======================================================== */
.resort-section {
  position: relative;
  padding: 7.5rem 2rem 5.5rem;
  background-color: #0d2f27;
  overflow: hidden;
}

.resort-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.resort-roots-svg {
  width: 100%;
  height: 100%;
  opacity: 0.3;
  mix-blend-mode: screen;
}

/* Tabs de Filtro de Experiência */
.resort-category-tabs {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin: 3rem auto 3rem;
  flex-wrap: wrap;
}

.resort-tab-btn {
  padding: 0.65rem 1.4rem;
  border-radius: 30px;
  background: rgba(8, 26, 22, 0.75);
  border: 1px solid rgba(201, 164, 107, 0.25);
  color: var(--color-text-muted);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: var(--transition-smooth);
}

.resort-tab-btn:hover {
  border-color: var(--color-accent-gold);
  color: #ffffff;
  transform: translateY(-2px);
}

.resort-tab-btn.active {
  background: var(--color-accent-gold);
  color: var(--color-primary-deep);
  border-color: var(--color-accent-gold);
  box-shadow: 0 4px 20px rgba(201, 164, 107, 0.35);
  transform: translateY(-2px);
}

/* Grid dos 4 Cards Verticais Imersivos (Referência Fotográfica) */
.resort-cards-gallery {
  position: relative;
  z-index: 10;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.resort-immersive-card {
  position: relative;
  height: 520px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(201, 164, 107, 0.22);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem 1.5rem;
  cursor: pointer;
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.6);
  transition: var(--transition-smooth);
}

.resort-immersive-card:hover {
  transform: translateY(-8px);
  border-color: var(--color-accent-gold);
  box-shadow: 0 30px 65px -10px rgba(0, 0, 0, 0.8), 0 0 25px rgba(201, 164, 107, 0.2);
}

.resort-card-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.resort-immersive-card:hover .resort-card-bg-img {
  transform: scale(1.08);
}

.resort-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(8, 26, 22, 0.15) 0%, rgba(8, 26, 22, 0.5) 45%, rgba(4, 14, 12, 0.96) 100%);
  z-index: 2;
  transition: var(--transition-smooth);
}

.resort-immersive-card:hover .resort-card-overlay {
  background: linear-gradient(180deg, rgba(8, 26, 22, 0.05) 0%, rgba(8, 26, 22, 0.35) 40%, rgba(4, 14, 12, 0.98) 100%);
}

.resort-card-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.resort-card-eyebrow {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-accent-gold);
  font-weight: 700;
}

.resort-card-title {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  color: #ffffff;
  line-height: 1.2;
}

.resort-card-subtitle {
  font-size: 0.84rem;
  color: #d1deda;
  line-height: 1.45;
  margin-top: 0.25rem;
}

/* Fechamento Nobre da Seção de Lazer */
.resort-footer-clean {
  position: relative;
  z-index: 10;
  max-width: 1320px;
  margin: 3.5rem auto 0;
  padding-top: 1.5rem;
  border-top: none;
}

.resort-signature-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.signature-credits {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.credit-highlight {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.credit-authors {
  font-size: 0.88rem;
  color: var(--color-accent-gold-light);
}

.signature-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-resort-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.95rem 1.6rem;
  background: rgba(8, 26, 22, 0.65);
  border: 1px solid rgba(201, 164, 107, 0.35);
  color: var(--color-accent-gold-light);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  border-radius: 14px;
  backdrop-filter: blur(10px);
  transition: var(--transition-smooth);
}

.btn-resort-secondary:hover {
  border-color: var(--color-accent-gold);
  background: rgba(201, 164, 107, 0.12);
  color: #ffffff;
  transform: translateY(-2px);
}

/* Responsividade dos Cards Verticais */
@media (max-width: 1100px) {
  .resort-cards-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .resort-immersive-card {
    height: 440px;
  }

  .resort-signature-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .signature-actions {
    width: 100%;
  }

  .btn-resort-primary,
  .btn-resort-whatsapp {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .resort-section {
    padding: 5rem 1.25rem 6rem;
  }

  .resort-cards-gallery {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .resort-immersive-card {
    height: 400px;
    padding: 1.5rem 1.25rem;
  }
}

/* ========================================================
   SEÇÃO 6: PROJETISTAS & ARQUITETURA AUTORAL DE GRIFE
   ======================================================== */
.architects-team-section {
  position: relative;
  padding: 5.5rem 2rem 6.5rem;
  background-color: #0d2f27;
  overflow: hidden;
}

.architects-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.architects-roots-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  mix-blend-mode: screen;
}

.team-showcase-row {
  position: relative;
  z-index: 10;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  gap: 4.5rem;
  align-items: center;
}

/* Coluna da Esquerda: 3 Retratos Editoriais (Sem caixas ou blocos artificiais) */
.team-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.team-portrait-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  transition: var(--transition-smooth);
}

.portrait-circle-wrap {
  position: relative;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(135deg, #dfc298 0%, #c9a46b 50%, rgba(201, 164, 107, 0.3) 100%);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5), 0 0 15px rgba(201, 164, 107, 0.25);
  transition: var(--transition-smooth);
}

.portrait-circle-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  display: block;
  background: #081a16;
}

.team-portrait-card:hover .portrait-circle-wrap {
  transform: scale(1.06);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7), 0 0 25px rgba(201, 164, 107, 0.45);
}

.portrait-meta {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.portrait-role-badge {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-accent-gold);
  font-weight: 700;
}

.portrait-name {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.25;
}

.portrait-desc {
  font-size: 0.84rem;
  color: var(--color-text-muted);
  line-height: 1.5;
}

/* Coluna da Direita: Conteúdo Editorial & CTA */
.team-content-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.35rem;
}

.team-headline {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 3.5vw, 2.85rem);
  color: #ffffff;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.team-description {
  font-size: 1.05rem;
  color: var(--color-text-muted);
  line-height: 1.65;
  max-width: 480px;
}

.team-action-cta {
  margin-top: 0.5rem;
}

/* Faixa Minimalista de Solidez Mitre (Linha aberta sem caixa fechada) */
.mitre-trust-clean-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin: 4.5rem auto 0;
  padding-top: 1.5rem;
  border-top: none;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}

.trust-clean-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.25rem;
}

.trust-clean-item strong {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.trust-clean-item span {
  font-size: 0.8rem;
  color: var(--color-accent-gold-light);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.trust-clean-dot {
  color: var(--color-accent-gold);
  font-size: 1.2rem;
  opacity: 0.6;
}

/* Responsividade */
@media (max-width: 1024px) {
  .team-showcase-row {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .team-content-panel {
    align-items: center;
    text-align: center;
  }

  .team-headline {
    font-size: 2.2rem;
  }

  .team-description {
    max-width: 100%;
  }

  .mitre-trust-clean-row {
    gap: 1.75rem;
  }
}

@media (max-width: 768px) {
  .architects-team-section {
    padding: 5rem 1.25rem;
  }

  .team-cards-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .team-portrait-card {
    align-items: center;
    text-align: center;
  }

  .mitre-trust-clean-row {
    flex-direction: column;
    gap: 1.5rem;
    padding-top: 2.5rem;
  }

  .trust-clean-dot {
    display: none;
  }

  .team-action-cta,
  .team-action-cta .btn-whatsapp-highlight {
    width: 100%;
    justify-content: center;
  }
}



/* ========================================================
   RODAPÉ INSTITUCIONAL NOBRE
   ======================================================== */
.site-footer {
  position: relative;
  background-color: #0d2f27;
  padding: 5.5rem 2rem 3rem;
  border-top: 1px solid rgba(201, 164, 107, 0.22);
}

.footer-main-grid {
  max-width: 1280px;
  margin: 0 auto 4rem;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1.2fr;
  gap: 3.5rem;
}

.footer-logos {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  margin-bottom: 1.25rem;
}

.footer-project-name {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #ffffff;
}

.footer-project-sub {
  font-size: 0.95rem;
  color: var(--color-accent-gold);
  letter-spacing: 0.08em;
}

.footer-by-mitre {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-top: 0.2rem;
}

.footer-tagline {
  font-size: 0.88rem;
  color: var(--color-text-muted);
  line-height: 1.6;
  max-width: 340px;
}

.footer-col-nav h5,
.footer-col-info h5 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.footer-col-nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-col-nav a {
  color: var(--color-text-muted);
  text-decoration: none;
  font-size: 0.88rem;
  transition: var(--transition-smooth);
}

.footer-col-nav a:hover {
  color: var(--color-accent-gold);
  padding-left: 4px;
}

.footer-col-info p {
  font-size: 0.88rem;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.footer-col-info p strong {
  color: var(--color-accent-gold-light);
}

.footer-legal-bar {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 1.5rem;
  border-top: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}

.legal-text {
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.6;
}

.copyright-text {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.6);
}

/* Responsividade Final */
@media (max-width: 1024px) {
  .architects-showcase-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .footer-main-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 768px) {
  .architects-section,
  .final-cta-section {
    padding: 5rem 1.25rem;
  }

  .final-cta-box {
    padding: 2.5rem 1.5rem;
  }

  .final-cta-title {
    font-size: 1.75rem;
  }

  .mitre-trust-strip {
    flex-direction: column;
    gap: 1.25rem;
    border-radius: 20px;
    padding: 1.5rem;
  }

  .trust-divider {
    display: none;
  }

  .final-actions-group .btn-whatsapp-hero-primary,
  .final-actions-group .btn-secondary-outline {
    width: 100%;
    justify-content: center;
  }

  .footer-main-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* ==========================================================================
   SEÇÃO DE PERGUNTAS FREQUENTES (FAQ & GEO AI SEARCH)
   ========================================================================== */
.faq-section {
  position: relative;
  padding: 6.5rem 1.5rem;
  background-color: #0d2f27;
  border-top: 1px solid rgba(201, 164, 107, 0.15);
  border-bottom: 1px solid rgba(201, 164, 107, 0.15);
  overflow: hidden;
}

.faq-accordion-grid {
  max-width: 920px;
  margin: 3.5rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.faq-card {
  background: rgba(14, 38, 32, 0.55);
  border: 1px solid rgba(201, 164, 107, 0.22);
  border-radius: 16px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.faq-card:hover {
  border-color: rgba(201, 164, 107, 0.5);
  background: rgba(18, 48, 41, 0.7);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25), 0 0 15px rgba(201, 164, 107, 0.1);
}

.faq-card[open] {
  border-color: var(--color-accent-gold);
  background: rgba(18, 48, 41, 0.85);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35), 0 0 20px rgba(201, 164, 107, 0.15);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.35rem 1.75rem;
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--color-accent-gold-light);
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: color 0.25s ease;
}

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

.faq-question:hover {
  color: #ffffff;
}

.faq-icon {
  position: relative;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: rgba(201, 164, 107, 0.15);
  border: 1px solid rgba(201, 164, 107, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background-color: var(--color-accent-gold);
  transition: transform 0.3s ease;
}

.faq-icon::before {
  width: 12px;
  height: 2px;
}

.faq-icon::after {
  width: 2px;
  height: 12px;
}

.faq-card[open] .faq-icon {
  background: var(--color-accent-gold);
  border-color: var(--color-accent-gold);
}

.faq-card[open] .faq-icon::before {
  background-color: #061512;
}

.faq-card[open] .faq-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-answer {
  padding: 0 1.75rem 1.5rem 1.75rem;
  color: rgba(245, 237, 224, 0.88);
  font-size: 0.98rem;
  line-height: 1.75;
  border-top: 1px solid rgba(201, 164, 107, 0.1);
  margin-top: 0.25rem;
  padding-top: 1rem;
}

.faq-answer strong {
  color: var(--color-accent-gold-light);
  font-weight: 600;
}

.faq-cta-box {
  max-width: 700px;
  margin: 3.5rem auto 0;
  text-align: center;
  padding: 2.25rem 2rem;
  background: rgba(14, 38, 32, 0.4);
  border: 1px dashed rgba(201, 164, 107, 0.35);
  border-radius: 20px;
  backdrop-filter: blur(8px);
}

.faq-cta-box p {
  color: var(--color-accent-gold-light);
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

@media (max-width: 768px) {
  .faq-section {
    padding: 4.5rem 1.25rem;
  }

  .faq-question {
    padding: 1.15rem 1.25rem;
    font-size: 1rem;
  }

  .faq-answer {
    padding: 0.75rem 1.25rem 1.25rem 1.25rem;
    font-size: 0.92rem;
  }

  .faq-cta-box {
    padding: 1.75rem 1.25rem;
  }
}

/* ==========================================================================
   ESTILOS ADICIONAIS: GAVETA 28 ITENS DE LAZER RESORT
   ========================================================================== */
.all-leisure-toggle-wrap {
  display: flex;
  justify-content: center;
  margin: 2.5rem 0 1.5rem;
}

.btn-toggle-all-leisure {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.95rem 1.85rem;
  background: rgba(14, 38, 32, 0.65);
  border: 1px solid rgba(201, 164, 107, 0.4);
  border-radius: 999px;
  color: var(--color-accent-gold-light);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.btn-toggle-all-leisure:hover {
  background: rgba(201, 164, 107, 0.15);
  border-color: var(--color-accent-gold);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(201, 164, 107, 0.2);
}

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

.btn-toggle-all-leisure.active .chevron-toggle-icon {
  transform: rotate(180deg);
}

.all-leisure-drawer {
  margin: 1.5rem 0 3rem;
  animation: fadeInDown 0.4s ease forwards;
}

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

.leisure-categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.leisure-group-card {
  background: rgba(14, 38, 32, 0.55);
  border: 1px solid rgba(201, 164, 107, 0.22);
  border-radius: 18px;
  padding: 1.5rem 1.35rem;
  backdrop-filter: blur(12px);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.leisure-group-card:hover {
  border-color: rgba(201, 164, 107, 0.45);
  transform: translateY(-3px);
}

.group-header {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(201, 164, 107, 0.15);
}

.group-icon-badge {
  font-size: 1.35rem;
}

.group-title {
  color: var(--color-accent-gold);
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0;
}

.group-items-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.group-items-list li {
  font-size: 0.86rem;
  color: rgba(245, 237, 224, 0.85);
  line-height: 1.45;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.group-items-list li strong {
  color: #fff;
  font-weight: 600;
}

.item-num {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--color-accent-gold);
  background: rgba(201, 164, 107, 0.12);
  padding: 0.15rem 0.4rem;
  border-radius: 4px;
  flex-shrink: 0;
  margin-top: 1px;
}

@media (max-width: 1100px) {
  .leisure-categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .leisure-categories-grid {
    grid-template-columns: 1fr;
  }
  .btn-toggle-all-leisure {
    width: 100%;
    justify-content: center;
    font-size: 0.88rem;
    padding: 0.85rem 1.25rem;
  }
}

/* ==========================================================================
   ESTILOS: CITAÇÕES DOS ARQUITETOS
   ========================================================================== */
.portrait-quote {
  margin: 0.85rem 0 0 0;
  padding: 0.75rem 0.95rem;
  background: rgba(201, 164, 107, 0.06);
  border-left: 2px solid var(--color-accent-gold);
  border-radius: 0 10px 10px 0;
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(245, 237, 224, 0.92);
}

/* ==========================================================================
   ESTILOS: O ROADMAP / CRONOGRAMA DE EVOLUÇÃO (LAYOUT DA REFERÊNCIA)
   ========================================================================== */
.roadmap-style-section {
  position: relative;
  padding: 7rem 2rem;
  background-color: #0d2f27;
  border-top: 1px solid rgba(201, 164, 107, 0.15);
  overflow: hidden;
}

.roadmap-ambient-glow {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 400px;
  background: radial-gradient(circle, rgba(0, 230, 118, 0.08) 0%, rgba(13, 47, 39, 0) 70%);
  filter: blur(60px);
  pointer-events: none;
  z-index: 1;
}

.roadmap-header-center {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 4.5rem;
  position: relative;
  z-index: 2;
}

.roadmap-main-title {
  font-family: var(--font-body);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.highlight-mint {
  color: #00e676;
  text-shadow: 0 0 25px rgba(0, 230, 118, 0.4);
}

.roadmap-subtitle {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: rgba(245, 237, 224, 0.75);
  line-height: 1.65;
  max-width: 720px;
  margin: 0 auto;
}

/* Container Principal do Roadmap */
.roadmap-main-container {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Linha Conectora Central */
.roadmap-track-line {
  position: absolute;
  top: 30px;
  left: 12.5%;
  right: 12.5%;
  height: 4px;
  background: rgba(245, 237, 224, 0.15);
  border-radius: 4px;
  z-index: 1;
}

.roadmap-track-fill {
  height: 100%;
  background: linear-gradient(90deg, #00e676 0%, #25d366 70%, var(--color-accent-gold) 100%);
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 230, 118, 0.6);
  transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Grade dos 4 Passos */
.roadmap-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}

.roadmap-step-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* Círculo do Nó */
.roadmap-node-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0d2f27;
  border: 3px solid rgba(245, 237, 224, 0.25);
  margin-bottom: 1.75rem;
  position: relative;
  z-index: 3;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.node-digit {
  font-family: var(--font-body);
  font-size: 1.3rem;
  font-weight: 800;
  color: #ffffff;
}

/* Passos Concluídos (1 e 2) */
.roadmap-step-card.completed .roadmap-node-circle {
  background: #00e676;
  border-color: #00e676;
  box-shadow: 0 0 20px rgba(0, 230, 118, 0.5);
}

.roadmap-step-card.completed .node-digit {
  color: #061512;
}

/* Passo Ativo (3 - Em Construção) */
.roadmap-step-card.active .roadmap-node-circle {
  background: #00e676;
  border-color: #55ff99;
  box-shadow: 0 0 25px rgba(0, 230, 118, 0.7);
  transform: scale(1.08);
}

.roadmap-step-card.active .node-digit {
  color: #061512;
}

.roadmap-pulse-aura {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  border: 2px solid #00e676;
  animation: pulseAura 2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

@keyframes pulseAura {
  0% { transform: scale(0.9); opacity: 0.8; }
  70% { transform: scale(1.4); opacity: 0; }
  100% { transform: scale(1.5); opacity: 0; }
}

/* Passo Futuro (4 - Pronto) */
.roadmap-step-card.upcoming .roadmap-node-circle {
  background: #11382f;
  border: 3px solid rgba(245, 237, 224, 0.3);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.roadmap-step-card.upcoming .node-digit {
  color: rgba(245, 237, 224, 0.45);
}

/* Textos do Passo */
.roadmap-text-block {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.roadmap-step-title {
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 700;
  color: #00e676;
  line-height: 1.35;
  margin: 0;
}

.roadmap-step-card.active .roadmap-step-title {
  color: #55ff99;
  text-shadow: 0 0 15px rgba(0, 230, 118, 0.3);
}

.roadmap-step-card.upcoming .roadmap-step-title {
  color: rgba(255, 255, 255, 0.5);
}

.roadmap-step-desc {
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: rgba(245, 237, 224, 0.75);
  line-height: 1.55;
  margin: 0;
}

.roadmap-step-card.upcoming .roadmap-step-desc {
  color: rgba(245, 237, 224, 0.4);
}

/* Box de Destaque Inferior (Fiel à Referência) */
.roadmap-highlight-box {
  margin-top: 4.5rem;
  background: rgba(18, 55, 46, 0.65);
  border: 1px solid rgba(0, 230, 118, 0.3);
  border-radius: 14px;
  padding: 1.5rem 2rem;
  backdrop-filter: blur(12px);
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.highlight-box-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
}

.live-dot-mint {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00e676;
  box-shadow: 0 0 10px #00e676;
  flex-shrink: 0;
}

.roadmap-highlight-box p {
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
}

/* Rodapé com Assinatura & CTA */
.roadmap-footer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
}

.mitre-tag-text {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-accent-gold);
  font-weight: 600;
}

/* Responsividade Mobile / Tablet do Roadmap */
@media (max-width: 960px) {
  .roadmap-steps-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3rem;
  }
  .roadmap-track-line {
    display: none;
  }
  .roadmap-footer-bar {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .roadmap-style-section {
    padding: 5rem 1.25rem;
  }
  .roadmap-steps-grid {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }
  .roadmap-step-card {
    flex-direction: row;
    gap: 1.25rem;
  }
  .roadmap-node-circle {
    margin-bottom: 0;
    width: 50px;
    height: 50px;
  }
  .node-digit {
    font-size: 1.15rem;
  }
  .roadmap-highlight-box {
    padding: 1.25rem 1rem;
    margin-top: 3rem;
  }
  .highlight-box-content {
    flex-direction: column;
    text-align: center;
  }
}

/* ==========================================================================
   ESTILOS: MOBILE STICKY BOTTOM BAR (CONVERSÃO MOBILE)
   ========================================================================== */
.mobile-sticky-bar {
  display: none;
}

@media (max-width: 768px) {
  .mobile-sticky-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998;
    background: rgba(6, 21, 18, 0.92);
    backdrop-filter: blur(16px);
    border-top: 1px solid rgba(201, 164, 107, 0.25);
    padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom));
    gap: 0.75rem;
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.4);
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .mobile-sticky-bar.visible {
    transform: translateY(0);
  }

  .sticky-btn-whatsapp {
    flex: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #fff;
    font-weight: 700;
    font-size: 0.88rem;
    padding: 0.8rem 0.5rem;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
  }

  .sticky-btn-plantas {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    background: rgba(201, 164, 107, 0.15);
    border: 1px solid var(--color-accent-gold);
    color: var(--color-accent-gold-light);
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.8rem 0.5rem;
    border-radius: 12px;
    text-decoration: none;
  }

  /* Ajusta o botão flutuante circular para não sobrepor a barra no mobile */
  .floating-whatsapp {
    bottom: calc(4.8rem + env(safe-area-inset-bottom)) !important;
    right: 1rem !important;
    transform: scale(0.9);
  }
}









