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

/* Otimização de paint para seções below-the-fold */
.section.clientes, .section.cases, .section.onde, .footer { content-visibility: auto; contain-intrinsic-size: auto 600px; }
img { max-width: 100%; height: auto; }

:root {
  --orange: #FF5B04;
  --orange-dark: #e04d00;
  --orange-glow: rgba(255, 91, 4, 0.15);
  --teal: #075056;
  --teal-light: rgba(7, 80, 86, 0.3);
  --bg: #0E1A1F;
  --bg2: #162328;
  --bg3: #1C2D33;
  --border: rgba(255,255,255,0.07);
  --text: #E4EEF0;
  --text-muted: #7a9199;
  --white: #fff;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 20px 60px rgba(0,0,0,0.4);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Garet', 'Inter', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
}

/* Seções abaixo da dobra renderizadas só quando aparecem na tela */
.sobre, .servicos, .produtora, .resultados,
.clientes, .cases, .onde, .agendar, .footer {
  content-visibility: auto;
  contain-intrinsic-size: 0 600px;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* =====================
   GRADIENT TEXT
   ===================== */
.gradient-text {
  background: linear-gradient(135deg, var(--orange), #ff8c42);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* =====================
   BUTTONS
   ===================== */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--orange); color: #fff;
  padding: 16px 32px; border-radius: 50px;
  font-family: 'Garet', sans-serif; font-weight: 700; font-size: 1rem;
  transition: all 0.3s; box-shadow: 0 4px 24px rgba(255,107,26,0.35);
}
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(255,107,26,0.5); }

.btn-nav {
  background: var(--orange); color: #fff;
  padding: 10px 22px; border-radius: 50px;
  font-family: 'Garet', sans-serif; font-weight: 600; font-size: 0.9rem;
  transition: all 0.3s; white-space: nowrap;
}
.btn-nav:hover { background: var(--orange-dark); }

/* =====================
   NAVBAR
   ===================== */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: all 0.3s; }
.navbar.scrolled {
  background: rgba(10,10,10,0.95); backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border); box-shadow: 0 4px 30px rgba(0,0,0,0.3);
}
.nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 18px 24px;
  display: flex; align-items: center; gap: 32px;
}
.nav-logo { display: flex; align-items: center; gap: 10px; }
.logo-icon { width: 40px; height: 40px; border-radius: 10px; overflow: hidden; flex-shrink: 0; }
.logo-icon img { width: 40px; height: 40px; object-fit: cover; }
.logo-text { font-family: 'Garet', sans-serif; font-size: 1.2rem; color: var(--white); letter-spacing: -0.02em; }
.logo-text strong { color: var(--orange); }

.nav-links { display: flex; gap: 24px; margin-left: auto; }
.nav-links a { color: var(--text-muted); font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: var(--white); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; margin-left: auto; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; }

.nav-mobile { display: none; flex-direction: column; padding: 16px 24px 20px; gap: 16px; border-top: 1px solid var(--border); background: rgba(10,10,10,0.98); }
.nav-mobile a { color: var(--text-muted); font-size: 1rem; }
.nav-mobile.open { display: flex; }

/* =====================
   HERO
   ===================== */
.hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; padding: 120px 0 80px; text-align: center; overflow: hidden; }
.hero-img { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(10,10,10,0.75) 0%, rgba(10,10,10,0.65) 50%, rgba(10,10,10,0.9) 100%); }
.hero-content { position: relative; z-index: 1; max-width: 860px; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,107,26,0.12); border: 1px solid rgba(255,107,26,0.3);
  color: var(--orange); padding: 8px 20px; border-radius: 50px;
  font-size: 0.85rem; font-weight: 600; margin-bottom: 28px; letter-spacing: 0.03em;
}
.hero-title {
  font-family: 'Garet', sans-serif;
  font-size: clamp(2.4rem, 6vw, 4rem); font-weight: 700;
  line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 24px;
}
.hero-desc { font-size: 1.1rem; color: rgba(255,255,255,0.75); margin-bottom: 40px; max-width: 620px; margin-left: auto; margin-right: auto; }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 60px; }

.hero-scroll { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,0.4); font-size: 0.72rem; }
.scroll-arrow { width: 18px; height: 18px; border-right: 2px solid rgba(255,255,255,0.4); border-bottom: 2px solid rgba(255,255,255,0.4); transform: rotate(45deg); animation: bounce 1.5s infinite; }
@keyframes bounce { 0%,100%{transform:rotate(45deg) translateY(0)} 50%{transform:rotate(45deg) translateY(5px)} }

/* =====================
   SECTIONS
   ===================== */
.section { padding: 100px 0; }
.section-header { text-align: center; margin-bottom: 64px; }
.section-tag { display: inline-block; color: var(--orange); font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; margin-bottom: 12px; }
.section-title { font-family: 'Garet', sans-serif; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 16px; }
.section-desc { color: var(--text-muted); font-size: 1rem; max-width: 560px; margin: 0 auto; }

/* =====================
   SOBRE
   ===================== */
.sobre { background: var(--bg2); }
.sobre-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }

.sobre-visual { position: relative; }
.sobre-img-wrap { position: relative; border-radius: 24px; overflow: hidden; }
.sobre-img-wrap img { width: 100%; height: 500px; object-fit: cover; }
.sobre-img-badge {
  position: absolute; bottom: 20px; left: 20px;
  display: flex; align-items: center; gap: 10px;
  background: rgba(10,10,10,0.85); backdrop-filter: blur(12px);
  border: 1px solid var(--border); border-radius: 50px;
  padding: 10px 18px; color: var(--white); font-size: 0.9rem; font-weight: 600;
}
.logo-icon-sm { width: 28px; height: 28px; border-radius: 6px; overflow: hidden; flex-shrink: 0; }
.logo-icon-sm img { width: 28px; height: 28px; object-fit: cover; }

.sobre-texto .section-tag { display: block; text-align: left; }
.sobre-texto .section-title { text-align: left; margin-bottom: 20px; }
.sobre-texto p { color: var(--text-muted); margin-bottom: 16px; line-height: 1.75; }

.sobre-simbolo {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--bg3); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 20px; margin: 24px 0;
}
.simbolo-icon { width: 64px; height: 64px; border-radius: 12px; overflow: hidden; flex-shrink: 0; }
.simbolo-icon img { width: 64px; height: 64px; object-fit: cover; }
.simbolo-texto strong { display: block; margin-bottom: 6px; font-size: 0.95rem; }
.simbolo-texto p { color: var(--text-muted); font-size: 0.88rem; margin: 0; line-height: 1.6; }

.sobre-lista { margin-top: 20px; display: flex; flex-direction: column; gap: 12px; }
.sobre-lista li { display: flex; align-items: center; gap: 12px; font-size: 0.95rem; font-weight: 500; }
.lista-icon { width: 22px; height: 22px; background: var(--orange-glow); color: var(--orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.72rem; flex-shrink: 0; }

/* =====================
   SERVIÇOS
   ===================== */
.servicos { background: var(--bg); }
.servicos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.servico-card {
  background: var(--bg2); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 32px 28px;
  transition: all 0.3s; position: relative; overflow: hidden;
}
.servico-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--orange), transparent); opacity: 0; transition: opacity 0.3s; }
.servico-card:hover { border-color: rgba(255,107,26,0.3); transform: translateY(-4px); box-shadow: 0 20px 50px rgba(0,0,0,0.3); }
.servico-card:hover::before { opacity: 1; }
.servico-card.destaque { background: linear-gradient(145deg, rgba(255,107,26,0.08), rgba(255,107,26,0.02)); border-color: rgba(255,107,26,0.25); }
.servico-badge { display: inline-block; background: var(--orange); color: #fff; font-size: 0.72rem; font-weight: 700; padding: 4px 12px; border-radius: 50px; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.05em; }
.servico-icon { width: 52px; height: 52px; background: var(--orange-glow); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: var(--orange); }
.servico-icon svg { width: 26px; height: 26px; }
.servico-card h3 { font-family: 'Garet', sans-serif; font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; }
.servico-card p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.65; }

/* =====================
   PRODUTORA CX
   ===================== */
.produtora { background: var(--bg2); }
.produtora-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.produtora-texto .section-tag { display: block; }
.produtora-texto .section-title { text-align: left; margin-bottom: 20px; }
.produtora-texto > p { color: var(--text-muted); line-height: 1.75; margin-bottom: 28px; }

.produtora-items { display: flex; flex-direction: column; gap: 12px; }
.prod-item { display: flex; align-items: center; gap: 12px; font-size: 0.95rem; color: var(--text); }
.prod-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); flex-shrink: 0; }

.galeria-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.galeria-grid img { width: 100%; border-radius: var(--radius-sm); object-fit: cover; transition: transform 0.4s; }
.galeria-grid img:hover { transform: scale(1.03); }
.galeria-grid .g-main { grid-column: 1 / -1; height: 260px; }
.galeria-grid img:not(.g-main) { height: 160px; }

/* =====================
   CLIENTES
   ===================== */
.clientes { background: var(--bg); overflow: hidden; }

/* Faixas desbotadas nas bordas */
.clientes-track-wrap {
  position: relative;
  overflow: hidden;
}
.clientes-track-wrap::before,
.clientes-track-wrap::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.clientes-track-wrap::before {
  left: 0;
  background: linear-gradient(to right, var(--bg), transparent);
}
.clientes-track-wrap::after {
  right: 0;
  background: linear-gradient(to left, var(--bg), transparent);
}

/* Trilho que desliza */
.clientes-track {
  display: flex;
  align-items: center;
  gap: 20px;
  width: max-content;
  animation: marquee 28s linear infinite;
  will-change: transform;
}
.clientes-track:hover { animation-play-state: paused; }

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.cliente-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-shrink: 0;
  width: 200px;
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0 0 16px 0;
  cursor: pointer;
}
.cliente-item:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 20px 48px rgba(0,0,0,0.45);
  border-color: rgba(255,91,4,0.5);
}

/* Área da imagem */
.cliente-logo-box {
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 20px;
}
.cliente-logo-box img {
  max-width: 100%;
  max-height: 90px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s;
}
.cliente-item:hover .cliente-logo-box img { transform: scale(1.08); }

/* Logos com fundo escuro/colorido */
.cliente-dark .cliente-logo-box {
  background: var(--card-bg, #1a1a1a);
  padding: 16px;
}

/* Nome da empresa */
.cliente-label {
  font-family: 'Garet', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-muted);
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0 12px;
  transition: color 0.3s;
}
.cliente-item:hover .cliente-label { color: var(--orange); }

/* =====================
   CASES
   ===================== */
.cases { background: var(--bg2); }
.cases-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.case-card { position: relative; border-radius: var(--radius); overflow: hidden; height: 300px; background-size: cover; background-position: center; cursor: pointer; transition: transform 0.4s; }
.case-card:hover { transform: scale(1.02); }
.case-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.1) 60%); }
.case-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 24px 20px; }
.case-tag { display: inline-block; background: var(--orange); color: #fff; font-size: 0.72rem; font-weight: 700; padding: 4px 10px; border-radius: 50px; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.05em; }
.case-info h3 { font-family: 'Garet', sans-serif; font-size: 1.05rem; font-weight: 700; color: #fff; }

/* =====================
   ONDE ATENDEMOS
   ===================== */
.onde { position: relative; padding: 100px 0; overflow: hidden; }
.onde-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.onde-overlay { position: absolute; inset: 0; background: rgba(10,10,10,0.82); }
.onde-content { position: relative; z-index: 1; text-align: center; }

.cidades-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 0; }
.cidade-item {
  display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50px; padding: 12px 20px;
  color: #fff; font-size: 0.95rem; font-weight: 600;
  backdrop-filter: blur(8px); transition: all 0.3s;
}
.cidade-item:hover { background: rgba(255,107,26,0.15); border-color: rgba(255,107,26,0.4); }
.cidade-item svg { width: 16px; height: 16px; color: var(--orange); flex-shrink: 0; }

/* =====================
   AGENDAMENTO
   ===================== */
.agendar { background: var(--bg2); }
.agendar-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.agendar-info .section-tag { display: block; }
.agendar-info .section-title { text-align: left; margin-bottom: 16px; }
.agendar-info > p { color: var(--text-muted); line-height: 1.7; margin-bottom: 32px; }
.agendar-beneficios { display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; }
.beneficio { display: flex; align-items: center; gap: 12px; font-size: 0.95rem; font-weight: 500; }
.beneficio-icon { color: var(--orange); font-size: 0.6rem; }

.cal-card { background: var(--bg3); border: 1px solid var(--border); border-radius: var(--radius); padding: 36px 32px; }
.cal-header { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; font-family: 'Garet', sans-serif; font-weight: 700; font-size: 1.05rem; }
.cal-header svg { width: 24px; height: 24px; color: var(--orange); flex-shrink: 0; }
.cal-card > p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.65; margin-bottom: 24px; }
.btn-calendar { display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--orange); color: #fff; padding: 15px 24px; border-radius: var(--radius-sm); font-family: 'Garet', sans-serif; font-weight: 700; font-size: 0.95rem; transition: all 0.3s; margin-bottom: 16px; }
.btn-calendar svg { width: 18px; height: 18px; }
.btn-calendar:hover { background: var(--orange-dark); transform: translateY(-2px); }

.cal-divider { display: flex; align-items: center; gap: 12px; margin: 8px 0 16px; color: var(--text-muted); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; }
.cal-divider::before, .cal-divider::after { content: ''; flex: 1; height: 1px; background: var(--border); }

.btn-whatsapp { display: flex; align-items: center; justify-content: center; gap: 10px; background: #25D366; color: #fff; padding: 15px 24px; border-radius: var(--radius-sm); font-family: 'Garet', sans-serif; font-weight: 700; font-size: 0.95rem; transition: all 0.3s; margin-bottom: 24px; }
.btn-whatsapp svg { width: 18px; height: 18px; }
.btn-whatsapp:hover { background: #1ebe5d; transform: translateY(-2px); box-shadow: 0 8px 32px rgba(37,211,102,0.35); }

.whatsapp-float { position: fixed; right: 24px; bottom: 24px; padding: 10px 18px 10px 10px; height: 58px; border-radius: 999px; background: #25D366; color: #fff; display: inline-flex; align-items: center; gap: 12px; box-shadow: 0 8px 24px rgba(37,211,102,0.4), 0 4px 12px rgba(0,0,0,0.2); z-index: 100; transition: all 0.3s; animation: wppPulse 2.4s ease-out infinite; text-decoration: none; }
.whatsapp-float .wpp-icon { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.18); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.whatsapp-float .wpp-icon svg { width: 24px; height: 24px; }
.whatsapp-float .wpp-label { display: flex; flex-direction: column; line-height: 1.15; font-family: 'Garet', sans-serif; }
.whatsapp-float .wpp-label strong { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.01em; }
.whatsapp-float .wpp-num { font-size: 0.78rem; opacity: 0.92; font-weight: 500; }
.whatsapp-float:hover { transform: translateY(-2px); background: #1ebe5d; }
@keyframes wppPulse { 0% { box-shadow: 0 8px 24px rgba(37,211,102,0.4), 0 4px 12px rgba(0,0,0,0.2), 0 0 0 0 rgba(37,211,102,0.5); } 70% { box-shadow: 0 8px 24px rgba(37,211,102,0.4), 0 4px 12px rgba(0,0,0,0.2), 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 8px 24px rgba(37,211,102,0.4), 0 4px 12px rgba(0,0,0,0.2), 0 0 0 0 rgba(37,211,102,0); } }
@media (max-width: 640px) {
  .whatsapp-float { right: 16px; bottom: 16px; padding: 8px 14px 8px 8px; height: 52px; gap: 10px; }
  .whatsapp-float .wpp-icon { width: 36px; height: 36px; }
  .whatsapp-float .wpp-icon svg { width: 22px; height: 22px; }
  .whatsapp-float .wpp-label strong { font-size: 0.78rem; }
  .whatsapp-float .wpp-num { font-size: 0.72rem; }
}
.cal-info { display: flex; gap: 20px; flex-wrap: wrap; }
.cal-info-item { display: flex; align-items: center; gap: 6px; color: var(--text-muted); font-size: 0.82rem; font-weight: 500; }
.cal-info-item svg { width: 14px; height: 14px; color: var(--orange); }

/* =====================
   FOOTER
   ===================== */
.footer { background: var(--bg); border-top: 1px solid var(--border); padding: 72px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
.footer-brand p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.65; margin: 16px 0 20px; max-width: 280px; }
.footer-ig { display: inline-flex; align-items: center; gap: 8px; color: var(--orange); font-size: 0.9rem; font-weight: 600; transition: opacity 0.2s; }
.footer-ig svg { width: 18px; height: 18px; }
.footer-ig:hover { opacity: 0.8; }
.footer-links h4, .footer-contato h4 { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); margin-bottom: 20px; }
.footer-links, .footer-contato { display: flex; flex-direction: column; }
.footer-links a, .footer-contato a { color: #aaa; font-size: 0.9rem; margin-bottom: 10px; transition: color 0.2s; display: flex; align-items: center; gap: 6px; }
.footer-links a:hover, .footer-contato a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; color: var(--text-muted); font-size: 0.82rem; }

/* =====================
   RESPONSIVE
   ===================== */
@media (max-width: 1024px) {
  .servicos-grid { grid-template-columns: repeat(2,1fr); }
  .cases-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .sobre-grid, .produtora-grid, .agendar-grid { gap: 48px; }
}
@media (max-width: 768px) {
  .section { padding: 72px 0; }
  .nav-links, .btn-nav { display: none; }
  .nav-toggle { display: flex; }
  .sobre-grid, .produtora-grid, .agendar-grid { grid-template-columns: 1fr; }
  .servicos-grid { grid-template-columns: 1fr; }
  .cases-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .hero-actions { flex-direction: column; align-items: center; }
  .galeria-grid { grid-template-columns: 1fr; }
  .galeria-grid .g-main { grid-column: 1; }
}
@media (max-width: 480px) {
  .hero-title { font-size: 2rem; }
  .cases-grid { grid-template-columns: 1fr; }
}
