/* Zygon Angola — Static Site Styles */
/* Font Faces (local OTFs provided by the user) */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AcuminVariable';
  src: url('../fonts/AcuminVariableConcept.otf') format('opentype');
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg-dark: #0c112a;
  --bg-darker: #070b1e;
  --brand-blue: #2140ff;
  --brand-cyan: #1bb1ff;
  --brand-green: #00d084;
  --text: #e9eefb;
  --muted: #cbd3ea;
  --card: rgba(255,255,255,0.10);
  --border: rgba(255,255,255,0.20);
  --shadow: rgba(0,0,0,0.35);
  --radius: 18px;
  --maxw: 1200px;
  --nav-h: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Gotham', 'AcuminVariable', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  color: var(--text);
  background: var(--bg-darker);
  line-height: 1.6;
}

/* Utility */
.container { width: min(92vw, var(--maxw)); margin-inline: auto; }
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.center { text-align: center; }
.section { padding: clamp(64px, 10vw, 120px) 0; position: relative; }
.kicker { text-transform: uppercase; letter-spacing: 0.12em; color: var(--brand-cyan); font-weight: 700; font-size: 12px; }
h1,h2,h3 { margin: 0 0 12px; line-height: 1.2; }
h1 { font-size: clamp(36px, 5vw, 64px); font-weight: 900; }
h2 { font-size: clamp(28px, 4vw, 40px); font-weight: 800; }
h3 { font-size: clamp(20px, 2.4vw, 24px); font-weight: 700; }
p { margin: 0 0 14px; color: var(--muted); font-weight: 400; }

.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 20px;
  box-shadow: 0 10px 30px var(--shadow);
  backdrop-filter: blur(8px);
}

a.button, button.button {
  display: inline-block;
  padding: 14px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-cyan));
  color: white; text-decoration: none; font-weight: 700; border: none;
  box-shadow: 0 10px 20px rgba(0,0,0,.25);
}
a.button.secondary {
  background: transparent; color: var(--text);
  border: 1px solid var(--border);
}
.buttons { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* Nav */
nav.site {
  position: sticky; top: 0; z-index: 50;
  background: rgba(4,7,20,0.75); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  height: var(--nav-h); display: flex; align-items: center;
}
nav .container { display: flex; align-items: center; justify-content: space-between; }
.brand { display:flex; gap:10px; align-items:center; font-weight: 800; letter-spacing: .02em; }
.brand span.logo {
  width: 32px; height: 32px; border-radius: 10px;
  background: linear-gradient(135deg, var(--brand-cyan), var(--brand-blue));
  display: inline-block;
}
nav ul { list-style: none; display: flex; gap: 18px; padding: 0; margin: 0; }
nav a { color: var(--muted); text-decoration: none; font-weight: 600; }
nav a:hover { color: var(--text); }

/* Hero */
.hero {
  min-height: calc(100vh - var(--nav-h));
  display: grid; place-items: center; text-align: center;
  position: relative; overflow: hidden;
  background: url('../img/separadores/1.jpg') center/cover no-repeat fixed;
}
.hero::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(1200px 800px at 50% 0%, rgba(33,64,255,0.25), rgba(7,11,30,0.60));
}
.hero .inner { position: relative; z-index: 1; }
.hero p { font-size: clamp(16px, 2.2vw, 20px); }

/* Sections with background separators (visual parity with PDF) */
.bg-2 { background: url('../img/separadores/2.jpg') center/cover no-repeat fixed; }
.bg-3 { background: url('../img/img/separadores/3.jpg') center/cover no-repeat fixed; }
.bg-4 { background: url('../img/separadores/4.jpg') center/cover no-repeat fixed; }
.bg-5 { background: url('../img/separadores/5.jpg') center/cover no-repeat fixed; }
.bg-6 { background: url('../img/separadores/6.jpg') center/cover no-repeat fixed; }
.bg-7 { background: url('../img/separadores/7.jpg') center/cover no-repeat fixed; }
.bg-8 { background: url('../img/separadores/8.jpg') center/cover no-repeat fixed; }
.bg-9 { background: url('../img/separadores/9.jpg') center/cover no-repeat fixed; }
.overlay::before {
  content:''; position:absolute; inset:0; background:rgba(7,11,30,0.55);
}

/* Features */
.feature { 
  display: flex; 
  align-items: center; /* Centraliza verticalmente o ícone e o texto */
  gap: 16px; 
}
.feature h3 { margin: 0 0 6px; }

/* Estilo para a tag <img> com a classe .icon */
/* Estilo para a tag <img> com a classe .icon */
.feature img.icon {
  width: 72px; /* Largura fixa para o ícone */
  height: 72px; /* Altura fixa para o ícone */
  object-fit: contain; /* Garante que a imagem caiba sem esticar, mantendo a proporção */
  flex-shrink: 0; /* Impede que a imagem encolha */
  flex-grow: 0; /* Impede que a imagem cresça */
  border-radius: 14px;
  background-color: rgba(255,255,255,.92); /* Fundo branco para a imagem */
  padding: 6px; /* **AJUSTADO:** Diminuído o padding para o ícone preencher mais */
  box-shadow: 0 6px 22px rgba(0,0,0,.18);
}
/* Responsive tweaks para os ícones */
@media (max-width: 900px){
  .feature img.icon { 
    width: 60px; 
    height: 60px; 
    padding: 4px; /* **AJUSTADO:** Diminuído o padding para telas menores */
  }
}

/* Work modes */
.mode { padding: 20px; }
.mode h3 { margin-bottom: 6px; }
.mode ul { margin: 0; padding-left: 18px; color: var(--muted); }
.mode .cta { margin-top: 12px; }

/* Stats */
.stats { display:flex; gap: 18px; flex-wrap:wrap; justify-content:center; }
.stat {
  min-width: 220px; padding: 18px 16px; text-align:center;
  border-radius: var(--radius); border:1px solid var(--border); background:var(--card);
}
.stat .num { font-size: 42px; font-weight: 900; }
.stat .label { color: var(--muted); font-weight: 600; }

/* About */
.about { max-width: 900px; margin-inline:auto; text-align: center; }

/* Team */
.team {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 22px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.person {
  text-align: center;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
.person img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid var(--brand-cyan);
  box-shadow: 0 8px 18px var(--shadow);
  margin-bottom: 10px;
}
.person .name {
  font-weight: 800;
  margin-top: 0;
  color: var(--text);
}
.person .role {
  color: var(--muted);
  font-size: 14px;
}

/* Contact */
.contact { display: grid; gap: 18px; text-align: center; }
.contact .links { display:flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.contact a { color: var(--text); text-decoration: none; }
.contact .card { margin-inline:auto; max-width: 720px; }

/* Footer */
footer { border-top: 1px solid var(--border); padding: 26px 0; color: var(--muted); }
footer .container { display:flex; justify-content:space-between; gap: 12px; flex-wrap: wrap; }

/* Responsive tweaks */
@media (max-width: 900px) {
  .grid-2 { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr; }
  nav ul { display:none; }
}

/* Make text brighter over dark overlays */
.section.overlay p { color: var(--text); }

/* Ensure overlays never dim the content */
.section.overlay { position: relative; }
.section.overlay::before { z-index: 0; }
.section.overlay > * { position: relative; z-index: 1; }

/* HERO como no print */
.hero { 
  text-align: left; 
  place-items: center start;
}
.hero .inner { max-width: 960px; }

.hero-title { margin-bottom: 8px; }

/* Linha 1 com gradiente roxo/rosa */
.hero-grad {
  display: block;
  background: linear-gradient(90deg, #b43bff 0%, #e247ff 45%, #6f7cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Linha 2 branca mais leve */
.hero-sub {
  display: block;
  font-weight: 400;
  color: var(--text);
  opacity: .95;
  font-size: clamp(22px, 3vw, 32px);
}

.site .brand a .logo {
    background-color: transparent !important;
    width: auto;
    height: 40px;
    display: block;
    padding: 0;
    margin: 0;
}

/* Para o elemento que envolve a imagem, caso esteja adicionando fundo */
.site .brand {
    background-color: transparent !important;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

/* Botões à esquerda */
.hero .buttons { justify-content: flex-start; gap: 14px; }