/* ==========================================================================
   Audacce, Materiais Promocionais
   Design system: navy + dourado, editorial, luxuoso e clean.
   Tipografia: Sora (títulos, números, destaques) + DM Sans (corpo, UI).
   ========================================================================== */

:root {
  /* Paleta extraída da identidade visual real da Audacce */
  --navy-950: #071a38;
  --navy-900: #0a1e42;
  --navy-800: #132a52;
  --navy-700: #22375f;
  --navy-muted: #5c6b85;
  --gold-800: #8a6a30;
  --gold-700: #9a7c48;
  --gold-500: #c9973f;
  --gold-300: #e5ba73;
  --gold-100: #fecf81;
  --white: #ffffff;
  --off-white: #f7f6f4;
  --line: #e4e1da;

  --font-display: "Sora", "DM Sans", system-ui, sans-serif;
  --font-body: "DM Sans", system-ui, -apple-system, sans-serif;

  --container: 1216px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --shadow-soft: 0 24px 48px -28px rgba(7, 26, 56, 0.35);
  --shadow-tight: 0 8px 20px -12px rgba(7, 26, 56, 0.28);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- Fontes (auto-hospedadas) ---------- */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/dm-sans-variable.woff2") format("woff2");
}
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("../fonts/sora-variable.woff2") format("woff2");
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--navy-900);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.7;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4, p, figure { margin: 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
:focus-visible { outline: 2px solid var(--gold-500); outline-offset: 3px; }

/* ---------- Typography ---------- */
h1, h2, h3, h4, .font-display {
  font-family: var(--font-display);
  color: var(--navy-900);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.1rem, 4.4vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 1.6vw, 1.4rem); font-weight: 600; }
h4 { font-size: 1.05rem; font-weight: 600; }

.lead {
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  color: var(--navy-muted);
  max-width: 46ch;
}
.body-muted { color: var(--navy-muted); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-800);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold-500), var(--gold-100));
}
.eyebrow.center { justify-content: center; }
.section-dark .eyebrow { color: var(--gold-300); }
.section-head { margin-bottom: 48px; }
.section-head.center { text-align: center; margin-inline: auto; }
.section-head p.lead { margin-top: 16px; }
.section-head.center .lead { margin-inline: auto; }

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 24px;
}
section { padding-block: 88px; }
@media (max-width: 720px) {
  section { padding-block: 56px; }
}
.section-alt { background: var(--off-white); }
.section-dark {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, var(--navy-950), var(--navy-900) 60%);
  color: var(--white);
}
.section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.05;
  mix-blend-mode: overlay;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.section-dark > .container { position: relative; z-index: 1; }
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4 { color: var(--white); }
.section-dark .body-muted { color: rgba(255,255,255,0.68); }

/* Marca d'água do símbolo Audacce, elemento decorativo de fundo */
.brand-watermark {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.06;
}
.brand-watermark svg { width: 100%; height: 100%; display: block; }
.hero-watermark { top: -14%; right: -8%; width: 46vw; max-width: 620px; aspect-ratio: 283.71 / 263.98; }
@media (max-width: 900px) { .hero-watermark { width: 70vw; top: -6%; right: -18%; } }
.cta-watermark { bottom: -18%; left: -10%; width: 34vw; max-width: 440px; aspect-ratio: 283.71 / 263.98; transform: rotate(180deg); }
@media (max-width: 900px) { .cta-watermark { width: 55vw; bottom: -10%; left: -20%; } }
.page-watermark { top: -12%; right: -6%; width: 28vw; max-width: 340px; aspect-ratio: 283.71 / 263.98; }
@media (max-width: 900px) { .page-watermark { width: 46vw; top: -8%; right: -16%; } }

.grid { display: grid; gap: 32px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 920px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: var(--radius-sm);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background-color .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
  white-space: nowrap;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-700));
  color: var(--navy-950);
}
.btn-gold:hover { box-shadow: var(--shadow-tight); transform: translateY(-2px); }
.btn-gold:active { transform: translateY(0); box-shadow: none; }
.btn-outline-light {
  border-color: rgba(255,255,255,0.4);
  color: var(--white);
}
.btn-outline-light:hover { border-color: var(--white); background: rgba(255,255,255,0.08); }
.btn-outline-light:active { background: rgba(255,255,255,0.14); }
.btn-outline-navy {
  border-color: var(--navy-700);
  color: var(--navy-900);
}
.btn-outline-navy:hover { background: var(--navy-900); color: var(--white); }
.btn-outline-navy:active { background: var(--navy-800); }
.btn-row { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-row.center { justify-content: center; }

/* Utilitários de espaçamento: substituem estilos inline repetidos entre páginas */
.mt-sm { margin-top: 16px; }
.mt-md { margin-top: 20px; }
.mt-lg { margin-top: 28px; }
.mt-xl { margin-top: 32px; }
.mt-xxl { margin-top: 48px; }
.center-text { text-align: center; }
.mx-auto { margin-inline: auto; }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 100;
  padding-block: 20px;
  transition: background-color .3s var(--ease), padding .3s var(--ease), box-shadow .3s var(--ease);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-header.is-solid {
  background: rgba(7, 26, 56, 0.94);
  backdrop-filter: blur(10px);
  padding-block: 14px;
  box-shadow: 0 8px 24px -16px rgba(0,0,0,0.4);
}
.brand img { height: 46px; width: auto; }
.brand { display: block; }

.nav-desktop { display: flex; align-items: center; gap: 40px; }
.nav-desktop ul { display: flex; gap: 32px; }
.nav-desktop a {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--white);
  opacity: 0.85;
  position: relative;
  padding-bottom: 4px;
}
.nav-desktop a:hover, .nav-desktop a[aria-current="page"] { opacity: 1; }
.nav-desktop a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 2px;
  background: var(--gold-500);
}
.nav-cta { display: flex; align-items: center; gap: 16px; }
.nav-cta .btn-gold { padding: 12px 22px; font-size: 0.86rem; }
.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.35);
  color: var(--white);
  transition: border-color .2s var(--ease), background-color .2s var(--ease), transform .2s var(--ease);
}
.social-link:hover { border-color: var(--gold-500); background: rgba(255,255,255,0.08); transform: translateY(-2px); }
.social-link:active { transform: translateY(0); }
.social-link svg { width: 18px; height: 18px; }
.footer-social { display: flex; gap: 12px; margin-top: 20px; }
.footer-social .social-link { border-color: rgba(255,255,255,0.2); }
.nav-toggle {
  display: none;
  background: none;
  border: none;
  width: 40px; height: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.nav-toggle span { width: 22px; height: 2px; background: var(--white); transition: transform .25s var(--ease), opacity .25s var(--ease); }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  position: fixed;
  inset: 0;
  top: 0;
  background: var(--navy-950);
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform .35s var(--ease), opacity .35s var(--ease), visibility .35s;
}
.mobile-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
.mobile-nav a { font-family: var(--font-display); font-size: 1.4rem; color: var(--white); font-weight: 600; }

@media (max-width: 900px) {
  .nav-desktop { display: none; }
  .nav-toggle { display: flex; }
  .brand img { height: 54px; }
  .nav-cta { gap: 10px; }
  .nav-cta .btn-gold { padding: 8px 12px; font-size: 0.7rem; gap: 6px; }
  .nav-cta .btn-gold svg { width: 13px; height: 13px; }
}

/* ---------- Hero ---------- */
.hero {
  padding-top: 168px;
  padding-bottom: 96px;
  position: relative;
  overflow: hidden;
}
.hero .container {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
.hero-copy .btn-row { margin-top: 36px; }
.hero-copy h1 { margin-bottom: 22px; }
.hero-copy p.lead { max-width: 42ch; }
.hero-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
}
.hero-media::before {
  content: "";
  position: absolute;
  inset: -6%;
  background: radial-gradient(closest-side, rgba(254, 207, 129, 0.18), rgba(254, 207, 129, 0) 72%);
  z-index: 0;
}
.hero-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: contain;
  filter: drop-shadow(0 30px 36px rgba(3, 10, 24, 0.55));
}
.hero-trustline {
  margin-top: 44px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255,255,255,0.6);
  font-size: 0.85rem;
}
.hero-trustline strong { color: var(--gold-300); font-family: var(--font-display); }
.hero-trustline svg { flex-shrink: 0; }
@media (max-width: 900px) {
  .hero { padding-top: 132px; }
  .hero .container { grid-template-columns: 1fr; }
  .hero-media { order: -1; }
}

/* Painel "Quem somos": estatística principal + lista das 3 frentes */
.quem-somos-panel { border-left: 3px solid var(--gold-500); padding-left: 36px; }
.quem-somos-hero { margin-bottom: 32px; }
.quem-somos-number {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(3.2rem, 6vw, 4.6rem);
  color: var(--gold-700);
  display: block;
  line-height: 1;
}
.quem-somos-number-label {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--navy-muted);
  margin-top: 10px;
  display: block;
}
.frentes-list { display: flex; flex-direction: column; }
.frentes-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-block: 18px;
  border-top: 1px solid var(--line);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--navy-900);
}
.frentes-list li:last-child { border-bottom: 1px solid var(--line); }
@media (max-width: 620px) {
  .quem-somos-panel { border-left: none; padding-left: 0; border-top: 3px solid var(--gold-500); padding-top: 28px; }
}

/* ---------- Ícones em círculo (sistema único, com modificadores de tamanho) ---------- */
.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--off-white);
  border: 1px solid var(--line);
  color: var(--gold-700);
}
.icon-badge svg { stroke: currentColor; }
.icon-badge--sm { width: 48px; height: 48px; }
.icon-badge--sm svg { width: 24px; height: 24px; }
.icon-badge--md { width: 64px; height: 64px; }
.icon-badge--md svg { width: 32px; height: 32px; }
.icon-badge--lg { width: 76px; height: 76px; }
.icon-badge--lg svg { width: 36px; height: 36px; }

/* ---------- Pillars / cards ---------- */
.diff-card, .value-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 36px 30px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
@media (max-width: 620px) {
  .diff-card, .value-card { padding: 26px 18px; }
  .value-card .body-muted { font-size: 0.9rem; }
}
.diff-card:hover, .value-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-tight);
  border-color: transparent;
}
.value-card .icon-badge { margin-bottom: 20px; }
.diff-card h3 { margin-bottom: 10px; }
.diff-card p { color: var(--navy-muted); font-size: 0.96rem; }

/* Cards de "O que fazemos": foto + texto, cartão inteiro clicável */
.pillar-card {
  display: block;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  color: inherit;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.pillar-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-tight);
  border-color: transparent;
}
.pillar-media { aspect-ratio: 4 / 3; overflow: hidden; }
.pillar-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.pillar-card:hover .pillar-media img { transform: scale(1.06); }
.pillar-body { padding: 26px 28px 30px; }
.pillar-body h3 { margin-bottom: 10px; }
.pillar-body p { color: var(--navy-muted); font-size: 0.96rem; }

/* Numbered process steps (linha vertical dourada, no estilo do material da Audacce) */
.process-list { display: flex; flex-direction: column; }
.process-item {
  display: grid;
  grid-template-columns: 56px 64px 1fr;
  gap: 22px;
  align-items: center;
  padding-block: 28px;
  border-top: 1px solid var(--line);
}
.process-item:last-child { border-bottom: 1px solid var(--line); }
.process-num { font-family: var(--font-display); font-weight: 700; font-size: 1.7rem; color: var(--gold-700); }
.process-body h3 { margin-bottom: 6px; font-size: 1.1rem; }
.process-body p { color: var(--navy-muted); font-size: 0.95rem; }
@media (max-width: 620px) {
  .process-item { grid-template-columns: 52px 1fr; gap: 16px; }
  .process-item .icon-badge { display: none; }
}

/* "Por que a Audacce": 4 colunas com divisores finos, sem numeração */
.why-grid { gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-item { text-align: center; padding: 44px 26px; border-left: 1px solid var(--line); }
.why-item:first-child { border-left: none; }
.why-item .icon-badge { margin-bottom: 22px; }
.why-item h3 { margin-bottom: 10px; }
.why-item p { color: var(--navy-muted); font-size: 0.92rem; }
@media (max-width: 920px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .why-item:nth-child(3) { border-left: none; }
  .why-item:nth-child(3), .why-item:nth-child(4) { border-top: 1px solid var(--line); }
}
@media (max-width: 620px) {
  .why-grid { grid-template-columns: 1fr; }
  .why-item { border-left: none !important; border-top: 1px solid var(--line); }
  .why-item:first-child { border-top: none; }
}

/* ---------- Vídeo institucional ---------- */
.video-single {
  max-width: 900px;
  margin-inline: auto;
  aspect-ratio: 16 / 9;
  position: relative;
  background: var(--navy-950);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.video-single iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- Client trust strip ---------- */
.clients-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 44px 36px;
  padding-block: 8px;
}
.clients-strip img {
  height: 60px;
  width: auto;
  max-width: 190px;
  object-fit: contain;
  transition: transform .25s var(--ease);
}
.clients-strip img:hover { transform: translateY(-3px); }

/* ---------- Portfolio ---------- */
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 48px;
}
.filter-btn {
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--navy-900);
  background: var(--white);
  transition: all .25s var(--ease);
}
.filter-btn:hover { border-color: var(--gold-500); }
.filter-btn:active { transform: scale(0.97); }
.filter-btn.is-active { background: var(--navy-900); border-color: var(--navy-900); color: var(--white); }

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 920px) { .portfolio-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .portfolio-grid { grid-template-columns: 1fr; } }

/* Mosaico com peças de tamanhos variados (teaser da Home) */
.mosaic-grid { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 150px; gap: 18px; }
.mosaic-grid .portfolio-item { aspect-ratio: auto; }
.mosaic-grid .portfolio-item:nth-child(1) { grid-column: 1 / 3; grid-row: 1 / 3; }
.mosaic-grid .portfolio-item:nth-child(2) { grid-column: 3; grid-row: 1; }
.mosaic-grid .portfolio-item:nth-child(3) { grid-column: 4; grid-row: 1; }
.mosaic-grid .portfolio-item:nth-child(4) { grid-column: 3; grid-row: 2 / 4; }
.mosaic-grid .portfolio-item:nth-child(5) { grid-column: 4; grid-row: 2 / 4; }
.mosaic-grid .portfolio-item:nth-child(6) { grid-column: 1 / 3; grid-row: 3; }
@media (max-width: 920px) {
  .mosaic-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; }
  .mosaic-grid .portfolio-item:nth-child(1) { grid-column: 1 / 3; grid-row: 1 / 3; }
  .mosaic-grid .portfolio-item:nth-child(2) { grid-column: 1; grid-row: 3; }
  .mosaic-grid .portfolio-item:nth-child(3) { grid-column: 2; grid-row: 3; }
  .mosaic-grid .portfolio-item:nth-child(4) { grid-column: 1; grid-row: 4; }
  .mosaic-grid .portfolio-item:nth-child(5) { grid-column: 2; grid-row: 4; }
  .mosaic-grid .portfolio-item:nth-child(6) { grid-column: 1 / 3; grid-row: 5; }
}
@media (max-width: 560px) {
  .mosaic-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .mosaic-grid .portfolio-item { grid-column: 1 !important; grid-row: auto !important; aspect-ratio: 4 / 3.1; }
}

.portfolio-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 4 / 3.1;
  box-shadow: var(--shadow-tight);
}
.portfolio-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s var(--ease);
}
.portfolio-item:hover img { transform: scale(1.06); }
.portfolio-caption {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: 18px 20px;
  background: linear-gradient(to top, rgba(7,26,56,0.88), transparent);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 600;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.portfolio-item:hover .portfolio-caption { opacity: 1; transform: translateY(0); }
.portfolio-item.is-hidden { display: none; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin-inline: auto; }
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--navy-900);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-size: 1.4rem;
  color: var(--gold-500);
  flex-shrink: 0;
  transition: transform .25s var(--ease);
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding-bottom: 24px; color: var(--navy-muted); max-width: 68ch; }

/* ---------- CTA band ---------- */
.cta-band {
  text-align: center;
  clip-path: polygon(0 4.5vw, 100% 0, 100% 100%, 0 100%);
  padding-top: calc(88px + 4.5vw);
}
.cta-band .section-head { margin-bottom: 34px; }
.cta-band .btn-row { justify-content: center; }
@media (max-width: 720px) {
  .cta-band { clip-path: polygon(0 7vw, 100% 0, 100% 100%, 0 100%); padding-top: calc(56px + 7vw); }
}

.cta-band--with-media { text-align: left; }
.cta-band--with-media .cta-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}
.cta-band--with-media .section-head { margin-bottom: 28px; }
.cta-band--with-media .btn-row { justify-content: flex-start; }
.cta-band--with-media .cta-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}
.cta-band--with-media .cta-media::before {
  content: "";
  position: absolute;
  inset: -6%;
  background: radial-gradient(closest-side, rgba(254, 207, 129, 0.18), rgba(254, 207, 129, 0) 72%);
  z-index: 0;
}
.cta-band--with-media .cta-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  filter: drop-shadow(0 26px 32px rgba(3, 10, 24, 0.5));
}
@media (max-width: 900px) {
  .cta-band--with-media .cta-grid { grid-template-columns: 1fr; }
  .cta-band--with-media .cta-media { order: -1; min-height: 260px; }
  .cta-band--with-media .cta-media img { max-height: 320px; }
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--navy-950);
  color: rgba(255,255,255,0.75);
  padding-top: 72px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: 40px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.footer-brand-top { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.footer-brand img { height: 52px; }
.footer-brand-top .footer-social { margin-top: 0; }
.footer-brand p { max-width: 34ch; font-size: 0.92rem; color: rgba(255,255,255,0.6); }
.footer-col h3 { color: var(--white); margin-bottom: 18px; font-size: 0.92rem; letter-spacing: 0.04em; text-transform: uppercase; font-weight: 600; }
.footer-col ul { display: flex; flex-direction: column; gap: 12px; }
.footer-col a { display: inline-flex; align-items: center; gap: 10px; font-size: 0.94rem; color: rgba(255,255,255,0.72); transition: color .2s var(--ease); }
.footer-col a:hover { color: var(--gold-300); }
.footer-col a svg { width: 17px; height: 17px; flex-shrink: 0; stroke: var(--gold-300); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding-block: 26px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
}
@media (max-width: 860px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* ---------- WhatsApp float ---------- */
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #1ea952;
  color: var(--white);
  border-radius: 50%;
  box-shadow: var(--shadow-soft);
  transition: transform .25s var(--ease);
}
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float:active { transform: translateY(0) scale(0.95); }
.whatsapp-float svg { width: 28px; height: 28px; }

/* ---------- Breadcrumb ---------- */
.breadcrumb {
  padding-top: 16px;
  padding-bottom: 8px;
}
@media (max-width: 720px) {
  .breadcrumb { padding-top: 46px; }
}
.breadcrumb ol { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; font-size: 0.85rem; color: rgba(255,255,255,0.55); }
.breadcrumb a { color: rgba(255,255,255,0.75); }
.breadcrumb a:hover { color: var(--gold-300); }
.breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 8px; color: rgba(255,255,255,0.35); }

/* ---------- Page header (páginas internas) ---------- */
.page-header { padding-top: 12px; padding-bottom: 64px; }
.page-header h1 { max-width: 18ch; }
.page-header .lead { margin-top: 20px; }
@media (max-width: 720px) {
  .page-header h1 { font-size: 1.85rem; }
}

.page-header-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}
.page-header-grid .page-header { padding-bottom: 0; }
.page-header-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}
.page-header-media::before {
  content: "";
  position: absolute;
  inset: -6%;
  background: radial-gradient(closest-side, rgba(254, 207, 129, 0.18), rgba(254, 207, 129, 0) 72%);
  z-index: 0;
}
.page-header-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  filter: drop-shadow(0 26px 32px rgba(3, 10, 24, 0.5));
}
@media (max-width: 900px) {
  .page-header-grid { grid-template-columns: 1fr; }
  .page-header-media { order: -1; min-height: 240px; }
  .page-header-media img { max-height: 300px; }
}

/* ---------- Service detail blocks ---------- */
.service-block {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
  padding-block: 64px;
  border-bottom: 1px solid var(--line);
}
.service-block:last-child { border-bottom: none; }
.service-block:nth-child(even) .service-media { order: 2; }
.service-media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-tight); }
.service-media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3.2; }
.service-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.service-tags span {
  font-size: 0.82rem;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--off-white);
  color: var(--navy-800);
  border: 1px solid var(--line);
}
@media (max-width: 860px) {
  .service-block, .service-block:nth-child(even) { grid-template-columns: 1fr; }
  .service-block:nth-child(even) .service-media { order: -1; }
}

/* ---------- Values / about ---------- */
.value-card { text-align: left; }
.value-card-detail { margin-top: 20px; font-family: var(--font-display); font-weight: 600; color: var(--navy-900); }
.about-history {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 860px) { .about-history { grid-template-columns: 1fr; } }

/* ---------- 404 ---------- */
.error-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 120px;
}
.error-page .brand { display: inline-block; margin-bottom: 32px; }

/* ---------- Movimento reduzido (acessibilidade) ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .btn-gold:hover, .social-link:hover, .whatsapp-float:hover,
  .pillar-card:hover, .portfolio-item:hover, .diff-card:hover, .value-card:hover,
  .clients-strip img:hover, .filter-btn:active {
    transform: none;
  }
}
