/* ==========================================================================
   CLINICA SERENE - V4 EDITORIAL DESIGN SYSTEM
   Visual: Arquitetonico, Linho, Verde Petroleo Profundo e Bronze
   ========================================================================== */

/* --- 1. DESIGN SYSTEM TOKENS --- */
:root {
  /* Cores Principais */
  --color-forest-deep: #0d2822;
  --color-forest-header: #081d18;
  --color-forest-surface: #14352e;
  --color-forest-subtle: #1c453c;
  
  /* Superfícies Claras */
  --color-surface-pure: #ffffff;
  --color-surface-linen: #fbfaf8;
  --color-surface-soft: #f4f6f4;
  --color-surface-subtle: #edf3f0;
  
  /* Cores de Destaque */
  --color-emerald: #10b981;
  --color-emerald-dark: #059669;
  --color-bronze: #c28b38;
  --color-bronze-dark: #8c5b16;
  
  /* WhatsApp */
  --color-whatsapp: #25d366;
  --color-whatsapp-hover: #20ba59;
  --color-whatsapp-text: #04240f;
  
  /* Tipografia */
  --color-text-dark: #0f2420;
  --color-text-body: #314a44;
  --color-text-muted: #5a756e;
  --color-text-light: #f3faf7;
  --color-text-light-body: #cde1db;
  --color-text-light-muted: #95b3ab;
  
  /* Bordas */
  --border-dark: rgba(255, 255, 255, 0.12);
  --border-light: #dbe7e2;
  --border-light-soft: #eaf1ee;
  
  /* Fontes */
  --font-serif: 'Instrument Serif', Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  
  /* Raios de Borda */
  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 9999px;
  
  /* Sombras */
  --shadow-subtle: 0 2px 8px rgba(13, 40, 34, 0.04);
  --shadow-card: 0 6px 20px rgba(13, 40, 34, 0.06);
  --shadow-elevated: 0 12px 32px rgba(13, 40, 34, 0.1);
  --shadow-dark: 0 16px 40px rgba(0, 0, 0, 0.25);
  
  /* Transições */
  --trans-fast: 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  --trans-base: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* --- 2. RESET & BASE --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-sans);
  background-color: var(--color-surface-linen);
  color: var(--color-text-body);
  line-height: 1.6;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: all var(--trans-fast);
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
}

/* --- 3. CONTAINERS & ESTRUTURA --- */
.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-wide { max-width: 1320px; }
.container-narrow { max-width: 860px; }

.section-padding {
  padding-top: 88px;
  padding-bottom: 88px;
}

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

/* Tipografia Editorial dos Títulos */
.section-eyebrow {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--color-emerald-dark);
  margin-bottom: 10px;
}

.section-title {
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 400;
  color: var(--color-text-dark);
  line-height: 1.15;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}

.section-subtitle {
  font-size: 1.08rem;
  color: var(--color-text-muted);
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}

.vs-editorial {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: #c28b38;
  padding: 0 4px;
}

.vs-highlight {
  display: inline-block;
  color: #a86c1d;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  padding: 0 2px;
  border-bottom: 2px solid #d49e43;
}

/* --- 5. TOP STATUS BAR --- */
.top-status-bar {
  background-color: var(--color-forest-header);
  color: #a7c5bd;
  font-size: 0.82rem;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.status-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.status-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.live-dot {
  width: 7px;
  height: 7px;
  background-color: var(--color-emerald);
  border-radius: 50%;
  box-shadow: 0 0 6px var(--color-emerald);
}

.status-link {
  color: #8ce4cb;
  font-weight: 700;
}

.status-link:hover {
  text-decoration: underline;
  color: #ffffff;
}

/* --- 6. HEADER & NAV --- */
.header-v4 {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(251, 250, 248, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-light);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease, box-shadow 0.3s ease;
}

.header-v4.header-hidden {
  transform: translateY(-100%);
}

.header-v4.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-subtle);
}

.header-v4-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}

.brand-v4 img {
  height: 46px;
  width: auto;
  object-fit: contain;
}

.nav-v4 {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-v4-list {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
}

.nav-item {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-text-dark);
  padding: 6px 0;
}

.nav-item:hover {
  color: var(--color-emerald-dark);
}

.btn-nav-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--color-whatsapp);
  color: var(--color-whatsapp-text);
  font-weight: 800;
  font-size: 0.88rem;
  padding: 8px 18px;
  border-radius: var(--radius-pill);
}

.btn-nav-whatsapp svg {
  width: 18px;
  height: 18px;
}

.btn-nav-whatsapp:hover {
  background-color: var(--color-whatsapp-hover);
  transform: translateY(-1px);
}

.burger-v4 {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
  cursor: pointer;
  z-index: 102;
}

.burger-v4 span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: var(--color-forest-deep);
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* --- 7. HERO SECTION --- */
.hero-editorial-v4 {
  background-color: var(--color-forest-deep);
  color: var(--color-text-light);
  min-height: calc(100vh - 75px);
  display: flex;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-editorial-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: center;
}

.hero-location-text {
  font-size: 0.86rem;
  color: #8ce4cb;
  font-weight: 600;
  margin-bottom: 14px;
}

.hero-main-heading {
  font-family: var(--font-serif);
  font-size: 3.35rem;
  font-weight: 400;
  line-height: 1.12;
  color: #ffffff;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}

.hero-main-heading em {
  font-style: italic;
  color: #8ce4cb;
}

.hero-lead-text {
  font-size: 1.08rem;
  color: var(--color-text-light-body);
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 580px;
}

.hero-pillars-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.pillar-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--color-text-light-body);
}

.pillar-check {
  color: var(--color-emerald);
  font-weight: 800;
}

.pillar-item strong {
  color: #ffffff;
}

.hero-actions-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.btn-primary-hero {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: var(--color-whatsapp);
  color: var(--color-whatsapp-text);
  padding: 14px 26px;
  border-radius: var(--radius-pill);
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
}

.btn-primary-hero svg {
  width: 22px;
  height: 22px;
}

.btn-primary-hero:hover {
  background-color: var(--color-whatsapp-hover);
  transform: translateY(-2px);
}

.hero-btn-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  text-align: left;
}

.hero-btn-text .btn-main-title {
  font-size: 0.96rem;
  font-weight: 800;
}

.hero-btn-text .btn-sub-title {
  font-size: 0.72rem;
  opacity: 0.85;
}

.btn-secondary-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
  padding: 13px 22px;
  border-radius: var(--radius-pill);
  font-size: 0.9rem;
  font-weight: 700;
}

.btn-secondary-hero:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
}

.hero-social-note {
  font-size: 0.82rem;
  color: #9cbdb6;
}

.stars-gold {
  color: #fbbf24;
  letter-spacing: 1px;
}

/* --- CONSOLE ARQUITETÔNICO --- */
.architectural-showcase {
  background: var(--color-forest-surface);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-dark);
}

.showcase-nav-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #091f1a;
  border-bottom: 1px solid var(--border-dark);
}

.showcase-tab {
  position: relative;
  padding: 10px 4px 12px;
  text-align: center;
  color: #8faea7;
  border-bottom: 2.5px solid transparent;
  transition: all var(--trans-fast);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.showcase-tab span {
  font-size: 0.78rem;
  font-weight: 700;
}

.showcase-tab small {
  font-size: 0.68rem;
  opacity: 0.7;
}

.showcase-tab:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.03);
}

.showcase-tab.active {
  color: #72ecc8;
  background: rgba(16, 185, 129, 0.08);
}

.showcase-tab::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background-color: var(--color-emerald);
  border-radius: 2px 2px 0 0;
  box-shadow: 0 0 8px rgba(16, 185, 129, 0.6);
}

.showcase-tab.active::after {
  animation: tabProgressBar 7s linear forwards;
}

@keyframes tabProgressBar {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.architectural-showcase:hover .showcase-tab.active::after {
  animation-play-state: paused;
}

.showcase-frame {
  position: relative;
  width: 100%;
  height: 350px;
  background-color: #051411;
  overflow: hidden;
}

.showcase-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--trans-base), opacity 0.3s ease;
}

.showcase-frame:hover img {
  transform: scale(1.02);
}

.showcase-caption-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 20px;
  background: linear-gradient(0deg, rgba(8, 26, 22, 0.95) 0%, rgba(8, 26, 22, 0) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  z-index: 3;
}

.showcase-caption-overlay h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2px;
}

.showcase-caption-overlay p {
  font-size: 0.82rem;
  color: #a7c5bd;
}

.showcase-link-btn {
  background-color: var(--color-emerald);
  color: var(--color-forest-deep);
  font-weight: 800;
  font-size: 0.78rem;
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
}

.showcase-link-btn:hover {
  background-color: #34d399;
}

.showcase-metrics-footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 12px 18px;
  background: #091f1a;
  border-top: 1px solid var(--border-dark);
}

.metric-item {
  display: flex;
  flex-direction: column;
}

.m-label {
  font-size: 0.68rem;
  text-transform: uppercase;
  color: #8ca8a1;
  font-weight: 700;
}

.m-val {
  font-size: 0.84rem;
  color: #ffffff;
  font-weight: 700;
}

/* --- DESTAQUE LUCIANO CAVALCANTE --- */
.luciano-strip-v4 {
  background-color: var(--color-forest-header);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px 0;
}

.luciano-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.luciano-strip-col {
  border-left: 2px solid rgba(16, 185, 129, 0.45);
  padding-left: 16px;
}

.luciano-strip-col h3 {
  font-size: 0.98rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2px;
}

.luciano-strip-col p {
  font-size: 0.84rem;
  color: #a3c2ba;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .luciano-strip-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* --- 8. SESSÃO 2: COMPARATIVO DE CUSTO --- */
.comparativo-section-v4 {
  background-color: var(--color-surface-pure);
}

.calculator-box-v4 {
  margin-top: 36px;
}

.calc-frequency-header {
  background: var(--color-surface-soft);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 18px 24px;
  margin-bottom: 28px;
}

.calc-freq-label {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--color-text-dark);
  margin-bottom: 10px;
}

.calc-frequency-toggle {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.freq-btn {
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  font-size: 0.86rem;
  font-weight: 700;
  background-color: #ffffff;
  border: 1px solid var(--border-light);
  color: var(--color-text-body);
  transition: all var(--trans-fast);
}

.freq-btn:hover {
  border-color: var(--color-forest-deep);
  color: var(--color-forest-deep);
}

.freq-btn.active {
  background-color: var(--color-forest-deep);
  color: #ffffff;
  border-color: var(--color-forest-deep);
}

.comparison-duo-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 24px;
  align-items: stretch;
}

.comparison-card {
  border-radius: var(--radius-md);
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.traditional-side {
  background-color: #fdf6f6;
  border: 1px solid #fad7d7;
}

.serene-side {
  background: var(--color-forest-deep);
  color: #ffffff;
  border: 1.5px solid var(--color-emerald);
  box-shadow: var(--shadow-elevated);
}

.side-type-label {
  display: block;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 6px;
}

.side-type-label.danger { color: #dc2626; }
.side-type-label.success { color: #72ecc8; }

.card-side-head h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.card-side-head p {
  font-size: 0.86rem;
  opacity: 0.8;
  margin-bottom: 20px;
}

.breakdown-lines {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
}

.b-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 0.86rem;
}

.serene-side .b-line {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.b-line strong {
  font-size: 0.9rem;
}

.text-emerald {
  color: #72ecc8;
  font-weight: 800;
}

.card-total-box {
  padding: 16px;
  border-radius: var(--radius-sm);
  margin-top: auto;
  display: flex;
  flex-direction: column;
}

.card-total-box.negative {
  background-color: #ffffff;
  border: 1px solid #fca5a5;
}

.card-total-box.positive {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(16, 185, 129, 0.35);
}

.t-label {
  font-size: 0.74rem;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.8;
}

.t-value {
  font-size: 1.6rem;
  font-weight: 900;
  margin: 2px 0;
}

.card-total-box.negative .t-value { color: #dc2626; }
.card-total-box.positive .t-value { color: #34d399; }

.t-sub {
  font-size: 0.76rem;
  opacity: 0.8;
}

.btn-serene-cta {
  display: block;
  text-align: center;
  background-color: var(--color-whatsapp);
  color: var(--color-whatsapp-text);
  font-weight: 800;
  font-size: 0.92rem;
  padding: 13px;
  border-radius: var(--radius-pill);
}

.btn-serene-cta:hover {
  background-color: var(--color-whatsapp-hover);
}

/* --- 9. SESSÃO 3: EXPLORER DOS CONSULTÓRIOS --- */
.explorer-section-v4 {
  background-color: var(--color-surface-linen);
}

.explorer-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.explorer-room-card {
  background-color: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  transition: all var(--trans-base);
}

.explorer-room-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-elevated);
}

.explorer-room-card.featured-room {
  border: 2px solid var(--color-forest-deep);
}

.room-main-view {
  position: relative;
  height: 230px;
  background: #091f1a;
  overflow: hidden;
}

.room-main-view img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: transform var(--trans-base);
}

.explorer-room-card:hover .room-main-view img {
  transform: scale(1.02);
}

.room-size-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(9, 31, 26, 0.85);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: var(--radius-xs);
}

.room-zoom-trigger {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 3px 8px;
  border-radius: var(--radius-xs);
  font-size: 0.7rem;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.room-thumbs-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  padding: 4px;
  background-color: #0b221e;
}

.room-thumbs-bar .thumb {
  height: 42px;
  width: 100%;
  object-fit: cover;
  border-radius: 2px;
  cursor: pointer;
  opacity: 0.6;
}

.room-thumbs-bar .thumb:hover,
.room-thumbs-bar .thumb.active {
  opacity: 1;
  border: 1px solid var(--color-emerald);
}

.room-card-content {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.room-spec-summary {
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--color-emerald-dark);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.room-spec-summary.text-gold {
  color: #b45309;
}

.room-card-name {
  font-size: 1.32rem;
  font-weight: 700;
  color: var(--color-text-dark);
  margin-bottom: 6px;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.room-title-highlight {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: #a86c1d;
  font-size: 1.25em;
  letter-spacing: -0.2px;
}

.room-card-desc {
  font-size: 0.86rem;
  color: var(--color-text-muted);
  line-height: 1.45;
  margin-bottom: 14px;
}

.room-features-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.82rem;
  color: var(--color-text-body);
  margin-bottom: 18px;
}

.room-features-bullets li::before {
  content: '✓';
  color: var(--color-emerald);
  font-weight: 800;
  margin-right: 6px;
}

.room-card-bottom {
  margin-top: auto;
}

.btn-room-action {
  display: block;
  text-align: center;
  background-color: var(--color-forest-deep);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 11px;
  border-radius: var(--radius-pill);
  transition: all var(--trans-fast);
}

.btn-room-action:hover {
  background-color: var(--color-forest-surface);
  transform: translateY(-1px);
}

/* --- 10. SESSÃO 4: BENTO VAULT (ESTRUTURA INCLUSA) --- */
.bento-vault-v4 {
  background-color: var(--color-surface-pure);
}

.vault-bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.vault-item-card {
  background-color: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
}

.vault-hero-layout {
  grid-column: 1 / 3;
  background: var(--color-forest-deep);
  color: #ffffff;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  padding: 32px;
  align-items: center;
}

.vault-section-lead {
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #34d399;
  margin-bottom: 8px;
}

.vault-main-title {
  font-family: var(--font-serif);
  font-size: 2.15rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #ffffff;
}

.vault-main-desc {
  font-size: 0.96rem;
  color: #f3faf7;
  line-height: 1.65;
}

.vault-hero-photo-wrap {
  height: 100%;
  min-height: 200px;
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.vault-hero-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vault-icon-circle {
  width: 38px;
  height: 38px;
  background-color: var(--color-surface-subtle);
  color: var(--color-forest-deep);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.vault-icon-circle svg {
  width: 20px;
  height: 20px;
}

.vault-item-card h4 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--color-text-dark);
  margin-bottom: 6px;
}

.vault-item-card p {
  font-size: 0.86rem;
  color: var(--color-text-muted);
  line-height: 1.45;
}

.vault-wide-layout {
  grid-column: 1 / 4;
}

.vault-conv-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.vault-conv-logos {
  display: flex;
  gap: 20px;
  align-items: center;
}

.vault-conv-logos img {
  max-height: 38px;
  object-fit: contain;
}

/* --- SESSÃO 5: CREDENCIAMENTO DEDICADO --- */
.credenciamento-section-v4 {
  background-color: var(--color-surface-pure);
  border-top: 1px solid var(--border-light-soft);
  border-bottom: 1px solid var(--border-light-soft);
}

.cred-master-card {
  background: linear-gradient(135deg, var(--color-forest-deep) 0%, #133930 100%);
  border-radius: var(--radius-lg);
  padding: 48px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  color: #ffffff;
  box-shadow: var(--shadow-dark);
}

.cred-badge-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #fbd38d;
  background: rgba(194, 139, 56, 0.2);
  padding: 3px 10px;
  border-radius: var(--radius-xs);
  margin-bottom: 14px;
}

.cred-main-title {
  font-family: var(--font-serif);
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 14px;
}

.cred-lead-desc {
  font-size: 0.98rem;
  color: var(--color-text-light-body);
  line-height: 1.6;
  margin-bottom: 22px;
}

.cred-benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.cred-benefit-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.cred-check {
  color: var(--color-emerald);
  font-weight: 800;
  font-size: 1.1rem;
  line-height: 1;
}

.cred-benefit-item strong {
  display: block;
  font-size: 0.88rem;
  color: #ffffff;
  margin-bottom: 2px;
}

.cred-benefit-item p {
  font-size: 0.8rem;
  color: #9cbdb6;
  line-height: 1.4;
}

.btn-cred-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-whatsapp);
  color: var(--color-whatsapp-text);
  font-weight: 800;
  font-size: 0.9rem;
  padding: 12px 24px;
  border-radius: var(--radius-pill);
  transition: all var(--trans-fast);
  white-space: nowrap;
  max-width: 100%;
}

.btn-cred-action:hover {
  background: var(--color-whatsapp-hover);
  transform: translateY(-2px);
}

.cred-logos-side {
  display: flex;
  justify-content: center;
}

.cred-logos-box {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  max-width: 320px;
}

.cred-logo-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.cred-logo-card img {
  height: 42px;
  width: auto;
  max-width: 170px;
  object-fit: contain;
}

@media (max-width: 900px) {
  .cred-master-card {
    grid-template-columns: 1fr;
    padding: 32px 24px;
  }
  .cred-benefits-grid {
    grid-template-columns: 1fr;
  }
}

/* --- 11. SESSÃO 6: MODALIDADES DE LOCAÇÃO --- */
.modalidades-section-v4 {
  background-color: var(--color-surface-soft);
}

.modalidades-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.mod-card-v4 {
  background-color: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 28px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-card);
}

.mod-card-v4.featured-mod {
  border: 2px solid var(--color-forest-deep);
}

.mod-card-type {
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--color-text-muted);
  margin-bottom: 4px;
}

.mod-card-type.text-gold { color: #b45309; }

.mod-card-v4 h3 {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--color-text-dark);
  margin-bottom: 6px;
}

.mod-card-desc {
  font-size: 0.86rem;
  color: var(--color-text-muted);
  min-height: 40px;
  margin-bottom: 16px;
}

.mod-checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 0.84rem;
}

.mod-checklist li::before {
  content: '✓';
  color: var(--color-emerald);
  font-weight: 800;
  margin-right: 6px;
}

.mod-card-footer {
  margin-top: auto;
}

.btn-mod-outline {
  display: block;
  text-align: center;
  padding: 11px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-light);
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--color-text-body);
}

.btn-mod-outline:hover {
  border-color: var(--color-forest-deep);
  color: var(--color-forest-deep);
}

.btn-mod-primary {
  display: block;
  text-align: center;
  padding: 12px;
  border-radius: var(--radius-pill);
  background-color: var(--color-whatsapp);
  color: var(--color-whatsapp-text);
  font-weight: 800;
  font-size: 0.9rem;
}

.btn-mod-primary:hover {
  background-color: var(--color-whatsapp-hover);
}

/* --- 12. LOCALIZAÇÃO --- */
.localizacao-section-v4 {
  background-color: var(--color-surface-pure);
}

.localizacao-master-box {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.loc-content-col {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.loc-title {
  font-family: var(--font-serif);
  font-size: 2.1rem;
  font-weight: 400;
  color: var(--color-text-dark);
  line-height: 1.2;
  margin-bottom: 12px;
}

.loc-desc {
  font-size: 0.92rem;
  color: var(--color-text-muted);
  line-height: 1.55;
  margin-bottom: 20px;
}

.loc-info-items {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.loc-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.86rem;
}

.loc-icon svg {
  color: var(--color-forest-deep);
  margin-top: 2px;
}

.loc-item strong {
  display: block;
  color: var(--color-text-dark);
}

.loc-item p {
  color: var(--color-text-muted);
}

.btn-loc-maps {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--color-forest-deep);
  color: var(--color-forest-deep);
  font-weight: 700;
  font-size: 0.88rem;
  padding: 9px 18px;
  border-radius: var(--radius-pill);
}

.btn-loc-maps:hover {
  background-color: var(--color-forest-deep);
  color: #ffffff;
}

.loc-map-col iframe {
  width: 100%;
  height: 100%;
}

/* --- 13. REVIEWS --- */
.reviews-section-v4 {
  background-color: var(--color-surface-soft);
}

.reviews-masonry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.review-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-card);
}

.rev-stars {
  color: #fbbf24;
  letter-spacing: 1px;
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.rev-quote {
  font-size: 0.86rem;
  color: var(--color-text-body);
  line-height: 1.5;
  margin-bottom: 16px;
  font-style: italic;
}

.rev-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rev-avatar {
  width: 34px;
  height: 34px;
  background-color: var(--color-forest-deep);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.76rem;
}

.rev-author strong {
  display: block;
  font-size: 0.82rem;
  color: var(--color-text-dark);
}

.rev-author span {
  font-size: 0.72rem;
  color: var(--color-text-muted);
}

/* --- 14. FAQ ACCORDION --- */
.faq-section-v4 {
  background-color: var(--color-surface-pure);
}

.faq-accordion-v4 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 36px;
}

.faq-card-v4 {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: all var(--trans-fast);
}

.faq-card-v4.active {
  border-color: var(--color-forest-deep);
}

.faq-toggle-v4 {
  width: 100%;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--color-text-dark);
  gap: 12px;
}

.faq-indicator {
  width: 16px;
  height: 16px;
  position: relative;
  flex-shrink: 0;
}

.faq-indicator::before,
.faq-indicator::after {
  content: '';
  position: absolute;
  background-color: var(--color-forest-deep);
  transition: transform var(--trans-fast);
}

.faq-indicator::before {
  top: 7px;
  left: 1px;
  width: 14px;
  height: 2px;
}

.faq-indicator::after {
  top: 1px;
  left: 7px;
  width: 2px;
  height: 14px;
}

.faq-card-v4.active .faq-indicator::after {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-body-v4 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 0 22px;
}

.faq-card-v4.active .faq-body-v4 {
  max-height: 260px;
  padding-bottom: 18px;
}

.faq-body-v4 p {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  line-height: 1.55;
}

/* --- 15. CLOSING STAGE --- */
.closing-stage-v4 {
  background-color: var(--color-surface-pure);
  padding-bottom: 80px;
}

.closing-box-v4 {
  background: var(--color-forest-deep);
  color: #ffffff;
  border-radius: var(--radius-lg);
  padding: 56px 36px;
  text-align: center;
  box-shadow: var(--shadow-dark);
}

.closing-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #72ecc8;
  margin-bottom: 12px;
}

.closing-title {
  font-family: var(--font-serif);
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.15;
  max-width: 740px;
  margin: 0 auto 14px auto;
}

.cafe-highlight {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: #fbd38d;
}

.closing-desc {
  font-size: 1.05rem;
  color: var(--color-text-light-body);
  max-width: 620px;
  margin: 0 auto 28px auto;
  line-height: 1.55;
}

.closing-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-closing-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: var(--color-whatsapp);
  color: var(--color-whatsapp-text);
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  font-weight: 800;
  font-size: 0.94rem;
  white-space: nowrap;
  transition: all var(--trans-fast);
}

.btn-closing-primary svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.btn-closing-primary:hover {
  background-color: var(--color-whatsapp-hover);
  transform: translateY(-2px);
}

.btn-closing-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  padding: 14px 24px;
  border-radius: var(--radius-pill);
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
  transition: all var(--trans-fast);
}

.btn-closing-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

/* --- 16. FOOTER --- */
.footer-v4-master {
  background-color: #071714;
  color: #8faea7;
  padding: 56px 0 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-v4-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1fr 0.9fr;
  gap: 40px;
  margin-bottom: 44px;
}

.footer-logo {
  height: 42px;
  margin-bottom: 16px;
}

.footer-bio {
  font-size: 0.86rem;
  line-height: 1.55;
  margin-bottom: 14px;
}

.footer-links-col h5,
.footer-address-col h5,
.footer-hours-col h5 {
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.footer-links-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-links-col a {
  font-size: 0.86rem;
  color: #8faea7;
}

.footer-links-col a:hover {
  color: #ffffff;
}

.footer-address-col p,
.footer-hours-col p {
  font-size: 0.86rem;
  line-height: 1.55;
}

.footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.8rem;
}

/* --- 17. LIGHTBOX MODAL --- */
.lightbox-v4-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(7, 23, 20, 0.96);
  backdrop-filter: blur(10px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all var(--trans-base);
}

.lightbox-v4-modal.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-box {
  max-width: 90vw;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lightbox-box img {
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: var(--radius-xs);
}

.lightbox-caption {
  color: #ffffff;
  font-size: 0.9rem;
  margin-top: 10px;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 28px;
  font-size: 2.2rem;
  color: #ffffff;
  cursor: pointer;
}

.lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.6rem;
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  cursor: pointer;
}

.lightbox-arrow.prev { left: 20px; }
.lightbox-arrow.next { right: 20px; }

/* ==========================================================================
   18. BOTÃO FLUTUANTE DO WHATSAPP DISCRETO
   ========================================================================== */
.wa-floating-btn {
  position: fixed;
  bottom: 26px;
  right: 26px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
  pointer-events: none;
}

.wa-floating-btn.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.wa-floating-btn:hover {
  transform: translateY(-2px) scale(1.02);
}

.wa-speech-bubble {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  color: var(--color-forest-deep);
  border: 1px solid var(--border-light);
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-size: 0.76rem;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
  pointer-events: none;
}

.wa-speech-bubble::after {
  content: '';
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-top: 1px solid var(--border-light);
  border-right: 1px solid var(--border-light);
}

.wa-live-dot {
  width: 6px;
  height: 6px;
  background-color: var(--color-whatsapp);
  border-radius: 50%;
}

.wa-circle-icon {
  width: 48px;
  height: 48px;
  background-color: var(--color-whatsapp);
  color: var(--color-whatsapp-text);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
  flex-shrink: 0;
}

.wa-circle-icon svg {
  width: 26px;
  height: 26px;
}

.mobile-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(8, 23, 20, 0.96);
  backdrop-filter: blur(10px);
  padding: 10px 16px;
  z-index: 990;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-sticky-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--color-whatsapp);
  color: var(--color-whatsapp-text);
  padding: 12px;
  border-radius: var(--radius-pill);
  font-weight: 800;
  font-size: 0.92rem;
  width: 100%;
}

.mobile-sticky-btn svg {
  width: 18px;
  height: 18px;
}

/* --- 19. RESPONSIVIDADE --- */
@media (max-width: 1180px) {
  .hero-editorial-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero-main-heading {
    font-size: 2.85rem;
  }

  .comparison-duo-grid {
    grid-template-columns: 1fr;
  }

  .explorer-cards-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .vault-hero-layout {
    grid-column: 1 / 3;
  }

  .vault-wide-layout {
    grid-column: 1 / 3;
  }

  .localizacao-master-box {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 900px) {
  .modalidades-cards-grid {
    grid-template-columns: 1fr;
  }

  .nav-v4 {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    flex-direction: column;
    padding: 32px 24px;
    gap: 20px;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 999;
    overflow-y: auto;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
  }

  .nav-v4.active {
    transform: translateX(0);
  }

  .nav-v4-list {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 16px;
  }

  .nav-item {
    font-size: 1.1rem;
    font-weight: 600;
    width: 100%;
    padding: 6px 0;
  }

  .nav-cta-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .btn-nav-whatsapp {
    width: 100%;
    justify-content: center;
    padding: 12px;
    font-size: 0.95rem;
  }

  .burger-v4 {
    display: flex;
    position: relative;
    z-index: 1001;
  }

  .burger-v4.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .burger-v4.active span:nth-child(2) {
    opacity: 0;
  }

  .burger-v4.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

@media (max-width: 640px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-title {
    font-size: 2.15rem;
  }

  .hero-main-heading {
    font-size: 2.25rem;
  }

  .hero-actions-row {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-primary-hero {
    width: 100%;
    justify-content: center;
  }

  .showcase-frame {
    height: 260px;
  }

  .explorer-cards-grid {
    grid-template-columns: 1fr;
  }

  .btn-cred-action {
    font-size: 0.82rem;
    padding: 11px 16px;
    white-space: nowrap;
    width: auto;
    align-self: flex-start;
  }

  .vault-bento-grid {
    grid-template-columns: 1fr;
  }

  .vault-hero-layout {
    grid-column: 1 / 2;
    grid-template-columns: 1fr;
  }

  .vault-wide-layout {
    grid-column: 1 / 2;
  }

  .vault-conv-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .reviews-masonry-grid {
    grid-template-columns: 1fr;
  }

  .loc-content-col {
    padding: 28px 18px;
  }

  .closing-box-v4 {
    padding: 36px 16px;
  }

  .closing-title {
    font-size: 2.1rem;
  }

  .btn-closing-primary {
    font-size: 0.84rem;
    padding: 12px 18px;
    white-space: nowrap;
    width: auto;
  }

  .btn-closing-secondary {
    font-size: 0.84rem;
    padding: 12px 18px;
    white-space: nowrap;
    width: auto;
  }

  .footer-v4-grid {
    grid-template-columns: 1fr;
  }

  .wa-floating-btn {
    bottom: 18px;
    right: 16px;
  }

  .wa-circle-icon {
    width: 46px;
    height: 46px;
  }

  .wa-circle-icon svg {
    width: 24px;
    height: 24px;
  }

  .wa-speech-bubble {
    font-size: 0.72rem;
    padding: 4px 10px;
  }
}
