/* =========================================
   FOCCORH — style.css v3
   ========================================= */

:root {
  --blue: #1A28F0;
  --blue-dark: #0F1A99;
  --blue-mid: #2D3DE8;
  --blue-light: #ffffff;
  --white: #ffffff;
  --off-white: #ffffff;
  --gray: #6B7280;
  --text-dark: #0A0E2E;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--white); color: var(--text-dark); overflow-x: hidden; }
h1, h2, h3, h4 { font-family: 'Inter', sans-serif; }

/* ─── NAV ─── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.8rem 5vw;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(26,40,240,0.08);
  transition: box-shadow 0.3s;
}
nav.scrolled { box-shadow: 0 2px 32px rgba(26,40,240,0.10); }
.nav-logo-img { height: 60px; width: auto; max-width: 200px; object-fit: contain; display: block; }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { text-decoration: none; color: var(--text-dark); font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: var(--blue); }
.nav-cta { background: var(--blue); color: var(--white) !important; padding: 0.55rem 1.3rem; border-radius: 100px; font-weight: 600 !important; transition: background 0.2s !important; }
.nav-cta:hover { background: var(--blue-dark) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--blue); border-radius: 2px; transition: all 0.3s; }

/* ─── HERO ─── */
.hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 80px; overflow: hidden; }
.hero-left { display: flex; flex-direction: column; justify-content: center; padding: 6rem 4rem 6rem 8vw; }
.hero-tag { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--blue-light); color: var(--blue); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.4rem 1rem; border-radius: 100px; margin-bottom: 2rem; width: fit-content; }
.hero-tag::before { content: ''; width: 6px; height: 6px; background: var(--blue); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(1.4); } }
.hero h1 { font-size: clamp(2.4rem, 4.5vw, 3.8rem); font-weight: 800; line-height: 1.1; letter-spacing: -0.04em; color: var(--text-dark); margin-bottom: 1.5rem; }
.hero h1 em { font-style: normal; color: var(--blue); }
.hero-sub { font-size: 1.05rem; font-weight: 300; line-height: 1.7; color: var(--gray); max-width: 460px; margin-bottom: 2.5rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3.5rem; }

.btn-primary { background: var(--blue); color: var(--white); padding: 0.9rem 2rem; border-radius: 100px; font-weight: 700; font-size: 0.95rem; text-decoration: none; letter-spacing: -0.01em; transition: all 0.25s; display: inline-flex; align-items: center; gap: 0.5rem; border: 2px solid var(--blue); }
.btn-primary:hover { background: var(--blue-dark); border-color: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(26,40,240,0.3); }
.btn-primary svg { transition: transform 0.2s; }
.btn-primary:hover svg { transform: translateX(4px); }
.btn-secondary { background: transparent; color: var(--blue); padding: 0.9rem 2rem; border-radius: 100px; font-weight: 700; font-size: 0.95rem; text-decoration: none; letter-spacing: -0.01em; transition: all 0.25s; border: 2px solid var(--blue); display: inline-flex; align-items: center; gap: 0.5rem; }
.btn-secondary:hover { background: var(--blue-light); transform: translateY(-2px); }

.hero-stats { display: flex; gap: 2rem; flex-wrap: wrap; }
.hero-stat { display: flex; flex-direction: column; }
.hero-stat strong { font-size: 2rem; font-weight: 800; color: var(--blue); letter-spacing: -0.04em; line-height: 1; }
.hero-stat span { font-size: 0.82rem; color: var(--gray); margin-top: 0.2rem; }

.hero-right { position: relative; overflow: hidden; background: var(--blue); }
.hero-right::before { content: ''; position: absolute; inset: 0; background-image: url('fotos/fundo2.png'); background-size: cover; background-position: center; opacity: 5.15; mix-blend-mode: screen; }
.hero-right-inner { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: 4rem; }
.hero-float-card { background: rgba(255,255,255,0.12); backdrop-filter: blur(80px); border: 1px solid rgba(255,255,255,0.2); border-radius: 20px; padding: 2rem; color: white; margin-bottom: 1.5rem; }
.hero-float-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; opacity: 1; }
.hero-float-card p { font-size: 0.85rem; opacity: 1; line-height: 1.6; font-weight: 300; }
.hero-float-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.metric-pill {background: rgba(255,255,255,0.08); /* mais vidro */border: 1px solid rgba(255,255,255,0.25);border-radius: 14px;padding: 1.2rem;color: white;text-align: center;backdrop-filter: blur(16px);-webkit-backdrop-filter: blur(16px); /* mobile */}
.metric-pill strong { display: block; font-size: 1.6rem; font-weight: 800; letter-spacing: -0.04em; }
.metric-pill span { font-size: 0.72rem; opacity: 1; font-weight: 300; }

/* ─── BANNER DO PRODUTO ─── */
.produto-banner { width: 100%; overflow: hidden; line-height: 0; max-height: 480px; }
.produto-banner img { width: 100%; height: 480px; object-fit: cover; object-position: center; display: block; }

/* ─── SECTION BASE ─── */
section { padding: 6rem 8vw; }
.section-tag { display: inline-block; color: var(--blue); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1rem; }
.section-title { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.1; margin-bottom: 1rem; color: var(--text-dark); }
.section-title em { font-style: normal; color: var(--blue); }
.section-sub { font-size: 1.05rem; color: var(--gray); font-weight: 300; line-height: 1.7; max-width: 520px; margin-bottom: 3rem; }

/* ─── SYSTEM SECTION ─── */
.system-section { background: var(--blue); position: relative; overflow: hidden; }
.system-section::before { content: ''; position: absolute; inset: 0; background-image: url(''); background-size: cover; opacity: 0.08; }
.system-section .section-tag { color: rgba(255,255,255,0.6); }
.system-section .section-title { color: var(--white); }
.system-section .section-sub { color: rgba(255,255,255,0.65); }
.system-inner { position: relative; z-index: 2; }

/* Intro do sistema */
.system-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
  margin-bottom: 4rem;
}
.system-intro .section-title { font-size: clamp(1.6rem, 3vw, 2.4rem); }
.system-intro-text { display: flex; flex-direction: column; gap: 1rem; }
.system-intro-text p { color: rgba(255,255,255,0.7); font-size: 1rem; font-weight: 300; line-height: 1.75; }

/* Divisor */
.system-divider {
  border-top: 1px solid rgba(255,255,255,0.15);
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding: 1.5rem 0;
  margin-bottom: 3rem;
  text-align: center;
}
.system-divider span {
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* Grid dos módulos detalhados */
.modulos-detail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.modulo-item {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 1.8rem;
  transition: all 0.3s;
}
.modulo-item:hover {
  background: rgba(255,255,255,0.14);
  transform: translateY(-3px);
}
.modulo-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.modulo-emoji {
  font-size: 1.6rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.modulo-num-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}
.modulo-item h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.modulo-item > p {
  font-size: 0.82rem;
  color: rgb(255, 255, 255);
  font-weight: 300;
  margin-bottom: 0.75rem;
}
.modulo-item ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.modulo-item li {
  font-size: 0.8rem;
  color: rgb(255, 255, 255);
  font-weight: 300;
  padding-left: 0.8rem;
  position: relative;
}
.modulo-item li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: rgb(255, 255, 255);
  font-size: 0.7rem;
}

/* Frase de encerramento */
.system-closing {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  padding: 2.5rem;
  text-align: center;
}
.system-closing p {
  color: rgb(255, 255, 255);
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.system-closing p strong { color: var(--white); font-weight: 700; }
.system-closing-tag {
  font-size: 0.9rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  letter-spacing: 0.02em;
}

/* ─── SOLUÇÕES ─── */
.solucoes-section { background: var(--off-white); position: relative; overflow: hidden; }
.solucoes-section::before { content: ''; position: absolute; inset: 0; background-image: url('logo/textura.jpeg'); background-size: cover; opacity: 0.06; }
.solucoes-section .section-tag, .solucoes-section .section-title { position: relative; z-index: 2; }
.solucoes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 2.5rem; position: relative; z-index: 2; }
.solucao-card { background: var(--blue); border-radius: 16px; padding: 1.4rem 1.8rem; display: flex; align-items: center; gap: 1rem; transition: all 0.25s; cursor: default; }
.solucao-card:hover { background: var(--blue-dark); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(26,40,240,0.25); }
.solucao-icon { width: 44px; height: 44px; background: rgba(255,255,255,0.15); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.solucao-card span { color: var(--white); font-size: 0.92rem; font-weight: 600; line-height: 1.3; }

/* ─── SERVICES ─── */
.services { background: var(--white); }
.services-header { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 2rem; margin-bottom: 3.5rem; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.service-card { background: var(--off-white); border-radius: 20px; padding: 2rem; border: 1px solid rgba(26,40,240,0.08); transition: all 0.3s; position: relative; overflow: hidden; }
.service-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.service-card:hover { border-color: rgba(26,40,240,0.2); transform: translateY(-4px); box-shadow: 0 16px 48px rgba(26,40,240,0.10); }
.service-card:hover::after { transform: scaleX(1); }
.service-icon { width: 48px; height: 48px; background: var(--blue-light); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; font-size: 1.3rem; }
.service-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.75rem; letter-spacing: -0.02em; }
.service-card p {font-size: 0.9rem;color: #1f2937;line-height: 1.65;font-weight: 400;}
/* ─── CLIENTES ─── */
.clientes-section { background: var(--off-white); overflow: hidden; }

.carrossel-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.carrossel-wrapper::before,
.carrossel-wrapper::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.carrossel-wrapper::before {
  left: 0;
  background: linear-gradient(to right, var(--off-white), transparent);
}
.carrossel-wrapper::after {
  right: 0;
  background: linear-gradient(to left, var(--off-white), transparent);
}

.carrossel-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5rem;
  animation: scroll-logos 20s linear infinite;
  will-change: transform;
}
.carrossel-track:hover { animation-play-state: paused; }

@keyframes scroll-logos {
  0%   { transform: translateX(0); }
  100% { transform: translateX(calc(-180px * 6 - 1.5rem * 6)); }
}

.cliente-logo {
  background: var(--white);
  border-radius: 16px;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(26,40,240,0.06);
  width: 180px;
  min-width: 180px;
  height: 100px;
  flex-shrink: 0;
}
.cliente-logo img {
  max-height: 60px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}

/* ─── ABOUT ─── */
.about-section { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
.about-left { position: relative; height: 520px; }
.about-photo-bg { width: 100%; height: 100%; background: var(--blue); border-radius: 24px; position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 2rem; }
.about-photo-name { position: relative; z-index: 2; }
.about-photo-name h4 { color: white; font-size: 1.3rem; font-weight: 800; letter-spacing: -0.03em; }
.about-photo-name p { color: rgb(255, 255, 255); font-size: 0.82rem; font-weight: 300; margin-top: 0.2rem; }
.about-badge { position: absolute; top: 1.5rem; right: -1rem; background: var(--white); border-radius: 14px; padding: 1rem 1.2rem; box-shadow: 0 8px 32px rgba(26,40,240,0.15); text-align: center; z-index: 3; }
.about-badge strong { display: block; font-size: 1.6rem; font-weight: 800; color: var(--blue); letter-spacing: -0.04em; line-height: 1; }
.about-right .section-sub {color: #1f2937;font-weight: 400;}
.about-right .section-sub { max-width: 100%; }
.segments-list { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.5rem; }
.segment-tag { background: var(--blue-light); color: var(--blue); font-size: 0.78rem; font-weight: 600; padding: 0.35rem 0.9rem; border-radius: 100px; }

/* ─── RESULTS ─── */
.results-section { background: var(--text-dark); position: relative; overflow: hidden; }
.results-section::after { content: ''; position: absolute; top: 0; right: 0; width: 40%; height: 100%; background-image: url('logo/textura.jpeg'); background-size: cover; opacity: 0.05; }
.results-section .section-tag { color: rgba(255,255,255,0.5); }
.results-section .section-title { color: var(--white); }
.results-section .section-sub { color: rgba(255,255,255,0.5); }
.results-inner { position: relative; z-index: 2; }
.results-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 3rem; }
.result-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 2rem; transition: all 0.3s; }
.result-card:hover { background: rgba(26,40,240,0.2); border-color: rgba(26,40,240,0.4); transform: translateY(-4px); }
.result-number { font-size: 3rem; font-weight: 800; letter-spacing: -0.06em; line-height: 1; margin-bottom: 0.75rem; }
.result-number.positive { color: #4ADE80; }
.result-number.negative { color: #60A5FA; }
.result-card h4 { color: var(--white); font-size: 0.9rem; font-weight: 600; margin-bottom: 0.5rem; }
.result-card p { color: rgba(255, 255, 255, 0.99); font-size: 0.8rem; line-height: 1.6; font-weight: 300; }

/* ─── TEAM ─── */
.team-section { background: var(--off-white); }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.team-card { background: var(--white); border-radius: 20px; overflow: hidden; border: 1px solid rgba(26,40,240,0.08); transition: all 0.3s; }
.team-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(26,40,240,0.10); }
.team-card-top { height: 220px; background: var(--blue); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.team-card-top::before { content: ''; position: absolute; inset: 0; background-image: url('logo/textura.jpeg'); background-size: cover; opacity: 0.15; }
.team-card-body { padding: 1.5rem; }
.team-card-body h3 { font-size: 1.1rem; font-weight: 700; letter-spacing: -0.03em; margin-bottom: 0.25rem; }
.team-role { font-size: 0.78rem; color: var(--blue); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.75rem; }
.team-card-body p { font-size: 0.85rem; color: var(--gray); line-height: 1.6; font-weight: 300; }

/* ─── PROCESS ─── */
.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem; position: relative; }
.process-steps::before { content: ''; position: absolute; top: 2rem; left: calc(16.666% + 1rem); right: calc(16.666% + 1rem); height: 1px; background: var(--blue); opacity: 0.2; }
.step-num { width: 64px; height: 64px; background: var(--blue); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; font-weight: 800; margin-bottom: 1.5rem; position: relative; z-index: 2; }
.process-step h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.75rem; letter-spacing: -0.02em; }
.process-step p { font-size: 0.88rem; color: var(--gray); line-height: 1.65; font-weight: 300; }

/* ─── CTA ─── */
.cta-section { background: var(--blue); text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; inset: 0; background-image: url(''); background-size: cover; opacity: 0.1; }
.cta-section .section-tag { color: rgb(255, 255, 255); }
.cta-section .section-title { color: var(--white); }
.cta-section .section-sub { color: rgb(255, 255, 255); max-width: 600px; margin-left: auto; margin-right: auto; }
.cta-inner { position: relative; z-index: 2; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 2.5rem; }
.btn-white { background: var(--white); color: var(--blue); padding: 0.9rem 2rem; border-radius: 100px; font-weight: 700; font-size: 0.95rem; text-decoration: none; transition: all 0.25s; border: 2px solid var(--white); display: inline-flex; align-items: center; gap: 0.5rem; }
.btn-white:hover { background: transparent; color: var(--white); transform: translateY(-2px); }
.btn-outline-white { background: transparent; color: var(--white); padding: 0.9rem 2rem; border-radius: 100px; font-weight: 700; font-size: 0.95rem; text-decoration: none; transition: all 0.25s; border: 2px solid rgb(255, 255, 255); display: inline-flex; align-items: center; gap: 0.5rem; }
.btn-outline-white:hover { border-color: white; background: rgba(255,255,255,0.1); transform: translateY(-2px); }

/* ─── BANCO DE TALENTOS ─── */
.talentos-section {
  background: var(--off-white);
  background-image: url('fotos/banner_banco\ de\ talentos.jpeg');
  background-size: cover;
  background-position: center;
  border-top: 1px solid rgba(26,40,240,0.1);
  position: relative;
}

.talentos-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.85);
  z-index: 0;
}

.talentos-inner {
  position: relative;
  z-index: 1;
}
.talentos-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.talentos-card { background: var(--white); border-radius: 24px; padding: 2.5rem; border: 1px solid rgba(26,40,240,0.08); box-shadow: 0 8px 32px rgba(26,40,240,0.06); }
.talentos-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.talentos-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 1.2rem; letter-spacing: -0.02em; }
.talentos-card ul { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
.talentos-card li { font-size: 0.9rem; color: var(--gray); font-weight: 400; }

/* ─── FOOTER ─── */
footer { background: var(--text-dark); padding: 4rem 8vw 2rem; color: rgba(255,255,255,9); }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 4rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: 2rem; }
.footer-brand p { font-size: 0.85rem; line-height: 1.7; font-weight: 300; max-width: 280px; }
.footer-col h5 { font-size: 0.85rem; font-weight: 700; color: var(--white); letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.6rem; }
.footer-col a { color: rgba(255,255,255,0.45); text-decoration: none; font-size: 0.85rem; font-weight: 300; transition: color 0.2s; }
.footer-col a:hover { color: var(--white); }
.footer-contact p { font-size: 0.85rem; font-weight: 300; margin-bottom: 0.5rem; }
.footer-contact a { color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.2s; }
.footer-contact a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 0.78rem; flex-wrap: wrap; gap: 1rem; }
.footer-bottom a { color: rgba(255,255,255,0.35); text-decoration: none; }
.footer-social { display: flex; gap: 1rem; }
.footer-social a { color: rgba(255,255,255,0.35); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.footer-social a:hover { color: var(--white); }

/* ─── ANIMAÇÕES ─── */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ─── MENU MOBILE ─── */
.mobile-menu { display: none; position: fixed; top: 72px; left: 0; right: 0; background: var(--white); padding: 1.5rem 5vw 2rem; border-bottom: 1px solid rgba(26,40,240,0.08); z-index: 99; flex-direction: column; gap: 1rem; box-shadow: 0 8px 32px rgba(0,0,0,0.08); }
.mobile-menu.open { display: flex; }
.mobile-menu a { text-decoration: none; color: var(--text-dark); font-size: 1rem; font-weight: 500; padding: 0.6rem 0; border-bottom: 1px solid rgba(26,40,240,0.06); transition: color 0.2s; }
.mobile-menu a:hover { color: var(--blue); }
.mobile-menu .btn-primary { margin-top: 0.5rem; width: fit-content; color: var(--white) !important; }

/* ─── RESPONSIVO ─── */
@media (max-width: 1100px) {
  .modulos-detail { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-left { padding: 5rem 5vw 3rem; }
  .hero-right { min-height: 340px; }
  .system-intro { grid-template-columns: 1fr; gap: 2rem; }
  .modulos-detail { grid-template-columns: 1fr 1fr; }
  .about-section { grid-template-columns: 1fr; gap: 3rem; }
  .about-left { height: 420px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .results-grid { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .clientes-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps::before { display: none; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .solucoes-grid { grid-template-columns: 1fr 1fr; }
  .talentos-inner { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 600px) {
  section { padding: 4rem 5vw; }
  .services-grid { grid-template-columns: 1fr; }
  .results-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .modulos-detail { grid-template-columns: 1fr; }
  .clientes-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
  .hero-float-metrics { grid-template-columns: 1fr 1fr; }
  .services-header { flex-direction: column; align-items: flex-start; }
  .hero-stat strong { font-size: 1.6rem; }
  .solucoes-grid { grid-template-columns: 1fr; }
  .produto-banner img { height: 260px; }
}
