/*
Theme Name: Eyesthetic Oculoplastic
Theme URI: https://eyesthetic.com.br
Author: Eyesthetic Oculoplastic
Description: Tema premium para clínica especializada em cirurgia plástica ocular e rejuvenescimento periocular. Niterói, RJ.
Version: 1.0
License: Proprietary
Text Domain: eyesthetic
*/

/* ============================================================
   VARIÁVEIS & RESET
   ============================================================ */
:root {
  --verde-escuro:   #1B3A2D;
  --verde-medio:    #234D3A;
  --verde-claro:    #2D6147;
  --dourado:        #C4925A;
  --dourado-claro:  #D4A876;
  --dourado-brilho: #E8C99A;
  --creme:          #F8F5F0;
  --creme-escuro:   #EDE8E0;
  --branco:         #FFFFFF;
  --texto-escuro:   #1A1A1A;
  --texto-medio:    #4A4A4A;
  --texto-claro:    #7A7A7A;
  --borda:          rgba(196, 146, 90, 0.25);
  --sombra:         0 20px 60px rgba(0,0,0,0.12);
  --sombra-hover:   0 30px 80px rgba(0,0,0,0.20);
  --radius:         2px;
  --radius-card:    4px;
  --transicao:      all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

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

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

body {
  font-family: 'Montserrat', sans-serif;
  color: var(--texto-escuro);
  background: var(--branco);
  line-height: 1.7;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transicao);
}

ul { list-style: none; }

/* ============================================================
   TIPOGRAFIA
   ============================================================ */
h1, h2, h3, h4, h5 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

h1 { font-size: clamp(2.8rem, 5vw, 5rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.2rem); }
h3 { font-size: clamp(1.4rem, 2vw, 1.9rem); }
h4 { font-size: 1.3rem; }

p {
  font-size: 0.97rem;
  line-height: 1.85;
  color: var(--texto-medio);
}

.label-secao {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--dourado);
  display: block;
  margin-bottom: 1rem;
}

/* ============================================================
   LAYOUT & CONTAINER
   ============================================================ */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.container--estreito {
  max-width: 820px;
}

.secao {
  padding: 120px 0;
}

.secao--pequena {
  padding: 80px 0;
}

/* ============================================================
   ORNAMENTO DOURADO
   ============================================================ */
.ornamento {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.ornamento::before,
.ornamento::after {
  content: '';
  flex: 1;
  max-width: 60px;
  height: 1px;
  background: var(--dourado);
  opacity: 0.6;
}

.ornamento--centro {
  justify-content: center;
}

.ornamento--esquerda::after {
  display: none;
}

/* ============================================================
   BOTÕES
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.95rem 2.4rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: var(--transicao);
  border-radius: var(--radius);
  white-space: nowrap;
}

.btn--dourado {
  background: var(--dourado);
  color: var(--branco);
}

.btn--dourado:hover {
  background: var(--dourado-claro);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(196, 146, 90, 0.4);
}

.btn--outline {
  background: transparent;
  color: var(--branco);
  border: 1px solid rgba(255,255,255,0.5);
}

.btn--outline:hover {
  border-color: var(--dourado);
  color: var(--dourado);
}

.btn--verde {
  background: var(--verde-escuro);
  color: var(--branco);
}

.btn--verde:hover {
  background: var(--verde-medio);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(27, 58, 45, 0.4);
}

.btn--whatsapp {
  background: #25D366;
  color: var(--branco);
}

.btn--whatsapp:hover {
  background: #1ebe5a;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.35);
}

.btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
}

/* ============================================================
   HEADER / NAVBAR
   ============================================================ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1.5rem 0;
  transition: var(--transicao);
}

.site-header.scrolled {
  background: var(--verde-escuro);
  padding: 1rem 0;
  box-shadow: 0 4px 30px rgba(0,0,0,0.2);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.site-logo img {
  height: 52px;
  width: auto;
}

.site-logo .logo-placeholder {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  color: var(--dourado);
  letter-spacing: 0.1em;
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.site-nav a {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  position: relative;
}

.site-nav a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--dourado);
  transition: var(--transicao);
}

.site-nav a:hover {
  color: var(--dourado-claro);
}

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

.header-cta {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Menu mobile */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--dourado);
  transition: var(--transicao);
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100vh;
  background: var(--verde-escuro);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 60% 40%, rgba(196, 146, 90, 0.07) 0%, transparent 70%),
    radial-gradient(ellipse 50% 80% at 10% 80%, rgba(35, 77, 58, 0.6) 0%, transparent 60%);
}

.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--dourado), transparent);
  opacity: 0.3;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.hero-tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--dourado);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hero-tagline::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--dourado);
}

.hero h1 {
  color: var(--branco);
  font-weight: 300;
  margin-bottom: 0.3rem;
}

.hero h1 em {
  font-style: italic;
  color: var(--dourado-claro);
}

.hero-subtitulo {
  font-size: 1rem;
  color: rgba(255,255,255,0.65);
  margin: 1.5rem 0 2.5rem;
  max-width: 500px;
  line-height: 1.8;
  font-weight: 300;
}

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

.hero-scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255,255,255,0.4);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-scroll::after {
  content: '';
  display: block;
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, var(--dourado), transparent);
  animation: scrollLine 1.5s ease-in-out infinite;
}

@keyframes scrollLine {
  0%, 100% { opacity: 0.3; transform: scaleY(1); }
  50% { opacity: 0.8; transform: scaleY(1.1); }
}

/* ============================================================
   FAIXA DE CREDENCIAIS
   ============================================================ */
.faixa-credenciais {
  background: var(--creme);
  border-top: 1px solid var(--creme-escuro);
  border-bottom: 1px solid var(--creme-escuro);
  padding: 1.5rem 0;
}

.credenciais-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.credencial-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--verde-escuro);
}

.credencial-item svg {
  width: 20px;
  height: 20px;
  fill: var(--dourado);
  flex-shrink: 0;
}

.credencial-separador {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--dourado);
  opacity: 0.4;
}

/* ============================================================
   SOBRE A CLÍNICA
   ============================================================ */
.sobre {
  background: var(--branco);
}

.sobre-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}

.sobre-visual {
  position: relative;
}

.sobre-imagem-principal {
  width: 100%;
  aspect-ratio: 3/4;
  background: var(--verde-escuro);
  border-radius: var(--radius-card);
  overflow: hidden;
  position: relative;
}

.sobre-imagem-principal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sobre-imagem-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: linear-gradient(135deg, var(--verde-escuro), var(--verde-medio));
}

.sobre-imagem-placeholder svg {
  width: 60px;
  height: 60px;
  fill: rgba(196, 146, 90, 0.4);
}

.sobre-imagem-placeholder p {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  text-align: center;
}

.sobre-badge {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  width: 130px;
  height: 130px;
  background: var(--dourado);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  box-shadow: 0 10px 40px rgba(196, 146, 90, 0.3);
}

.sobre-badge .numero {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  color: var(--branco);
  line-height: 1;
}

.sobre-badge .texto {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  line-height: 1.3;
  margin-top: 0.25rem;
}

.sobre-texto h2 {
  color: var(--verde-escuro);
  margin-bottom: 1.5rem;
}

.sobre-texto h2 em {
  font-style: italic;
  color: var(--dourado);
}

.sobre-texto p {
  margin-bottom: 1.2rem;
}

.sobre-diferenciais {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

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

.diferencial-icone {
  width: 40px;
  height: 40px;
  background: rgba(196, 146, 90, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.diferencial-icone svg {
  width: 18px;
  height: 18px;
  fill: var(--dourado);
}

.diferencial-texto strong {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--verde-escuro);
  margin-bottom: 0.2rem;
}

.diferencial-texto p {
  font-size: 0.88rem;
  margin: 0;
}

/* ============================================================
   PROCEDIMENTOS CIRÚRGICOS
   ============================================================ */
.procedimentos {
  background: var(--creme);
}

.secao-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 4rem;
}

.secao-header h2 {
  color: var(--verde-escuro);
  margin-bottom: 1rem;
}

.secao-header h2 em {
  font-style: italic;
  color: var(--dourado);
}

.secao-header p {
  font-size: 1rem;
}

.procedimentos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5px;
  background: var(--borda);
  border: 1.5px solid var(--borda);
  border-radius: var(--radius-card);
  overflow: hidden;
}

.procedimento-card {
  background: var(--branco);
  padding: 2.5rem 2rem;
  transition: var(--transicao);
  cursor: default;
  position: relative;
  overflow: hidden;
}

.procedimento-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--dourado);
  transition: var(--transicao);
}

.procedimento-card:hover {
  background: var(--verde-escuro);
  transform: translateY(-3px);
  z-index: 1;
  box-shadow: var(--sombra-hover);
}

.procedimento-card:hover::before {
  width: 100%;
}

.procedimento-card:hover .procedimento-icone svg {
  fill: var(--dourado);
}

.procedimento-card:hover h3 {
  color: var(--branco);
}

.procedimento-card:hover p {
  color: rgba(255,255,255,0.65);
}

.procedimento-numero {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.85rem;
  color: var(--dourado);
  opacity: 0.5;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
}

.procedimento-icone {
  margin-bottom: 1.2rem;
}

.procedimento-icone svg {
  width: 32px;
  height: 32px;
  fill: var(--verde-escuro);
  transition: var(--transicao);
}

.procedimento-card h3 {
  font-size: 1.15rem;
  color: var(--verde-escuro);
  margin-bottom: 0.6rem;
  transition: var(--transicao);
}

.procedimento-card p {
  font-size: 0.85rem;
  line-height: 1.7;
  transition: var(--transicao);
}

/* ============================================================
   REJUVENESCIMENTO
   ============================================================ */
.rejuvenescimento {
  background: var(--verde-escuro);
}

.rejuvenescimento .secao-header h2 {
  color: var(--branco);
}

.rejuvenescimento .secao-header p {
  color: rgba(255,255,255,0.6);
}

.rejuvenescimento .label-secao {
  color: var(--dourado-claro);
}

.estetica-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

.estetica-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(196, 146, 90, 0.2);
  border-radius: var(--radius-card);
  padding: 2.5rem 1.5rem;
  text-align: center;
  transition: var(--transicao);
}

.estetica-card:hover {
  background: rgba(196, 146, 90, 0.1);
  border-color: var(--dourado);
  transform: translateY(-4px);
}

.estetica-card svg {
  width: 40px;
  height: 40px;
  fill: var(--dourado);
  margin: 0 auto 1.2rem;
}

.estetica-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--branco);
  margin-bottom: 0.6rem;
}

.estetica-card p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
}

/* ============================================================
   POR QUE EYESTHETIC — NÚMEROS
   ============================================================ */
.numeros {
  background: var(--creme);
  padding: 80px 0;
}

.numeros-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}

.numero-item {
  padding: 2rem;
}

.numero-item .valor {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
  font-weight: 400;
  color: var(--verde-escuro);
  line-height: 1;
  display: block;
}

.numero-item .valor span {
  color: var(--dourado);
}

.numero-item .descricao {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--texto-claro);
  margin-top: 0.5rem;
  display: block;
}

/* ============================================================
   DEPOIMENTOS
   ============================================================ */
.depoimentos {
  background: var(--branco);
}

.depoimentos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.depoimento-card {
  background: var(--creme);
  border-radius: var(--radius-card);
  padding: 2.5rem;
  position: relative;
  border: 1px solid var(--creme-escuro);
  transition: var(--transicao);
}

.depoimento-card:hover {
  box-shadow: var(--sombra);
  transform: translateY(-3px);
}

.depoimento-aspas {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  color: var(--dourado);
  opacity: 0.3;
  line-height: 1;
  margin-bottom: -1rem;
  display: block;
}

.depoimento-texto {
  font-size: 0.93rem;
  font-style: italic;
  color: var(--texto-medio);
  line-height: 1.9;
  margin-bottom: 1.5rem;
}

.depoimento-estrelas {
  display: flex;
  gap: 3px;
  margin-bottom: 1rem;
}

.depoimento-estrelas svg {
  width: 14px;
  height: 14px;
  fill: var(--dourado);
}

.depoimento-autor {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.depoimento-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--verde-escuro);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.depoimento-avatar span {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  color: var(--dourado);
}

.depoimento-nome {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--verde-escuro);
  letter-spacing: 0.05em;
}

.depoimento-info {
  font-size: 0.75rem;
  color: var(--texto-claro);
}

/* ============================================================
   ANTES E DEPOIS
   ============================================================ */
.antes-depois {
  background: var(--creme);
}

.antes-depois-aviso {
  background: rgba(27, 58, 45, 0.06);
  border: 1px solid rgba(27, 58, 45, 0.15);
  border-left: 3px solid var(--dourado);
  border-radius: var(--radius-card);
  padding: 1rem 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 3rem;
}

.antes-depois-aviso svg {
  width: 18px;
  height: 18px;
  fill: var(--dourado);
  flex-shrink: 0;
  margin-top: 2px;
}

.antes-depois-aviso p {
  font-size: 0.82rem;
  color: var(--texto-medio);
  margin: 0;
}

.antes-depois-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.antes-depois-card {
  background: var(--branco);
  border-radius: var(--radius-card);
  overflow: hidden;
  border: 1px solid var(--creme-escuro);
}

.antes-depois-imagens {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 260px;
  position: relative;
}

.antes-depois-imagens::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--branco);
  transform: translateX(-50%);
}

.ad-lado {
  position: relative;
  overflow: hidden;
  background: var(--verde-escuro);
  display: flex;
  align-items: flex-end;
}

.ad-lado img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.ad-lado-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #c4ccc8, #e0e5e3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad-label {
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: rgba(0,0,0,0.5);
  color: var(--branco);
  padding: 3px 10px;
  border-radius: 20px;
  white-space: nowrap;
}

.antes-depois-info {
  padding: 1.2rem 1.5rem;
  border-top: 1px solid var(--creme-escuro);
}

.antes-depois-info h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  color: var(--verde-escuro);
  margin-bottom: 0.2rem;
}

.antes-depois-info p {
  font-size: 0.78rem;
  color: var(--texto-claro);
  margin: 0;
}

/* ============================================================
   CTA FINAL / AGENDAMENTO
   ============================================================ */
.cta-final {
  background: var(--verde-escuro);
  position: relative;
  overflow: hidden;
}

.cta-final::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 70% at 50% 50%, rgba(196, 146, 90, 0.08) 0%, transparent 70%);
}

.cta-final-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

.cta-final h2 {
  color: var(--branco);
  margin-bottom: 1.2rem;
}

.cta-final h2 em {
  font-style: italic;
  color: var(--dourado-claro);
}

.cta-final p {
  color: rgba(255,255,255,0.65);
  margin-bottom: 2.5rem;
  font-size: 1rem;
}

.cta-final-acoes {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-info {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.cta-info-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255,255,255,0.55);
  font-size: 0.8rem;
}

.cta-info-item svg {
  width: 16px;
  height: 16px;
  fill: var(--dourado);
  flex-shrink: 0;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: #111d17;
  padding: 4rem 0 2rem;
}

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

.footer-logo img {
  height: 48px;
  margin-bottom: 1.2rem;
}

.footer-logo .logo-placeholder {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  color: var(--dourado);
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.footer-desc {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
  line-height: 1.8;
  max-width: 280px;
}

.footer-col h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--dourado);
  margin-bottom: 1.2rem;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-col a {
  font-size: 0.83rem;
  color: rgba(255,255,255,0.5);
  transition: var(--transicao);
}

.footer-col a:hover {
  color: var(--dourado-claro);
}

.footer-contato-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
}

.footer-contato-item svg {
  width: 14px;
  height: 14px;
  fill: var(--dourado);
  flex-shrink: 0;
  margin-top: 3px;
}

.footer-contato-item span {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.5;
}

.footer-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(196, 146, 90, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5);
  transition: var(--transicao);
}

.footer-social a:hover {
  border-color: var(--dourado);
  background: rgba(196, 146, 90, 0.1);
  color: var(--dourado);
}

.footer-social svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

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

.footer-bottom p {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.3);
  margin: 0;
}

.footer-bottom a {
  color: rgba(255,255,255,0.3);
}

.footer-bottom a:hover {
  color: var(--dourado);
}

/* ============================================================
   WHATSAPP FLUTUANTE
   ============================================================ */
.whatsapp-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
  transition: var(--transicao);
  animation: pulse 2.5s ease infinite;
}

.whatsapp-float:hover {
  transform: scale(1.12);
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.6);
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: var(--branco);
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5); }
  50% { box-shadow: 0 4px 40px rgba(37, 211, 102, 0.75), 0 0 0 8px rgba(37, 211, 102, 0.1); }
}

/* ============================================================
   ANIMAÇÕES AO SCROLL
   ============================================================ */
[data-animar] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-animar].visivel {
  opacity: 1;
  transform: translateY(0);
}

[data-delay="1"] { transition-delay: 0.1s; }
[data-delay="2"] { transition-delay: 0.2s; }
[data-delay="3"] { transition-delay: 0.3s; }
[data-delay="4"] { transition-delay: 0.4s; }
[data-delay="5"] { transition-delay: 0.5s; }
[data-delay="6"] { transition-delay: 0.6s; }

/* ============================================================
   SEPARADOR DOURADO
   ============================================================ */
.separador-dourado {
  width: 60px;
  height: 1px;
  background: var(--dourado);
  margin: 1.5rem 0;
}

.separador-dourado--centro {
  margin: 1.5rem auto;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .sobre-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .sobre-visual {
    max-width: 480px;
    margin: 0 auto;
  }

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

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

@media (max-width: 768px) {
  .secao {
    padding: 80px 0;
  }

  .site-nav,
  .header-cta .btn:not(.btn--whatsapp) {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

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

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

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

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .cta-info {
    gap: 1.5rem;
    flex-direction: column;
    align-items: center;
  }

  .credenciais-grid {
    gap: 1.5rem;
  }

  .credencial-separador {
    display: none;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 1.2rem;
  }

  .numeros-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-final-acoes {
    flex-direction: column;
    align-items: center;
  }

  .sobre-badge {
    right: 0;
    bottom: -1rem;
    width: 110px;
    height: 110px;
  }
}
