/* =========================================================
   MARIO SERAFIM — Síndico Profissional
   Dark navy theme · Gold accent · Montserrat
   ========================================================= */

:root {
  /* ——— Surfaces (navy) ——— */
  --bg-0: #090A3B;
  --bg-1: #0C0E47;
  --bg-2: #111452;
  --bg-3: #181C5E;
  --bg-card: #0D0F4B;
  --bg-elev: #131657;

  /* ——— Borders ——— */
  --border: #1E2266;
  --border-strong: #2A2E78;
  --border-accent: rgba(173, 157, 96, 0.28);

  /* ——— Text ——— */
  --text-1: #ECEEF8;
  --text-2: #A8AECD;
  --text-3: #6E76A0;
  --text-4: #4A517A;

  /* ——— Accent (gold) ——— */
  --accent: #AD9D60;
  --accent-soft: #C8B881;
  --accent-dim: rgba(173, 157, 96, 0.12);
  --accent-line: rgba(173, 157, 96, 0.36);

  /* ——— Status ——— */
  --success: #6FB28A;
  --whatsapp: #25D366;

  /* ——— Type ——— */
  --font-display: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;

  /* ——— Layout ——— */
  --container: 1280px;
  --container-narrow: 1080px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg-0);
  color: var(--text-1);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
.placeholder-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.85;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

::selection { background: var(--accent); color: var(--bg-0); }

/* ===== Layout primitives ===== */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}
.container-narrow { max-width: var(--container-narrow); }

section { padding: 120px 0; position: relative; }
section.tight { padding: 72px 0; }

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

/* ===== Type system ===== */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin: 0 0 24px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--accent);
  opacity: 0.6;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--text-1);
  text-wrap: balance;
}

h1 {
  font-size: clamp(44px, 6vw, 80px);
  line-height: 1.02;
  letter-spacing: -0.02em;
}
h2 {
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.06;
  letter-spacing: -0.015em;
}
h3 {
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.2;
}
h4 {
  font-size: 20px;
  line-height: 1.3;
}

.h-italic { font-style: italic; color: var(--accent); }

p { margin: 0; color: var(--text-2); }
.lead {
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.55;
  color: var(--text-2);
  max-width: 64ch;
  text-wrap: pretty;
}

.section-head { margin-bottom: 64px; max-width: 760px; }
.section-head .lead { margin-top: 20px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head.center .lead { margin-left: auto; margin-right: auto; }

/* Da secção Missão · Visão · Valores em diante — eyebrow, títulos e textos de intro centrados */
section.mvv .section-head,
section.mvv ~ section .section-head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
section.mvv .section-head .eyebrow,
section.mvv ~ section .section-head .eyebrow {
  justify-content: center;
}
section.mvv .section-head .lead,
section.mvv ~ section .section-head .lead {
  margin-left: auto;
  margin-right: auto;
}
section.mvv .pillars {
  text-align: center;
}
section.mvv .mvv-layout .section-head {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  text-align: left;
}
section.mvv .mvv-layout .section-head .eyebrow {
  justify-content: flex-start;
}
section.mvv .mvv-layout .pillars {
  text-align: left;
}
section.mvv ~ section.problems .problems-foot {
  text-align: center;
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
}
section.mvv ~ section.first .first-grid > div:first-child {
  text-align: center;
}
section.mvv ~ section.first .first-grid > div:first-child .eyebrow {
  justify-content: center;
}
section.mvv ~ section.first .first-grid > div:first-child .lead {
  margin-left: auto;
  margin-right: auto;
}
section.mvv ~ section.faq .faq-aside {
  text-align: left;
}
section.mvv ~ section.faq .faq-aside .eyebrow {
  justify-content: flex-start;
}
section.mvv ~ section.faq .helper {
  text-align: left;
}
section.mvv ~ section.faq .helper .btn {
  margin-left: 0;
  margin-right: auto;
}
section.mvv ~ section.cta-final .cta-final-inner {
  text-align: center;
}
section.mvv ~ section.cta-final .cta-final-inner > .eyebrow {
  justify-content: center;
}
section.mvv ~ section.cta-final .cta-final-inner .lead {
  margin-left: auto;
  margin-right: auto;
}
section.mvv ~ section.certified .cert-body {
  text-align: left;
}
section.mvv ~ section.certified .cert-body .eyebrow {
  justify-content: flex-start;
}
section.mvv ~ section.certified .cert-lead {
  margin-left: 0;
  margin-right: 0;
}
section.mvv ~ section.certified .cert-cta {
  margin-left: 0;
  margin-right: auto;
}

/* ===== NAV ===== */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(6, 7, 42, 0.78);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s, background 0.3s;
}
.nav.scrolled {
  border-bottom-color: var(--border);
  background: rgba(6, 7, 42, 0.92);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--text-1);
}
.logo-mark {
  width: 36px;
  height: 36px;
  border: 1px solid var(--accent-line);
  border-radius: 4px;
  display: grid;
  place-items: center;
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 18px;
  font-style: italic;
  background: linear-gradient(135deg, var(--accent-dim), transparent);
}
.logo small {
  display: block;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-top: 2px;
}
.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  position: relative;
  font-size: 14px;
  color: var(--text-2);
  padding-bottom: 10px;
  transition: color 0.2s ease;
}
/* Duas linhas paralelas (accent) — animação da esquerda para a direita */
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 7px;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(
    to bottom,
    var(--accent) 0,
    var(--accent) 2px,
    transparent 2px,
    transparent 5px,
    var(--accent) 5px,
    var(--accent) 7px
  );
  transition: transform 0.38s cubic-bezier(0.33, 1, 0.68, 1);
}
.nav-links a:hover {
  color: var(--text-1);
}
.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
}
@media (prefers-reduced-motion: reduce) {
  .nav-links a::after {
    transition-duration: 0.01ms;
  }
}
.nav-links a:focus-visible {
  color: var(--text-1);
  outline: 2px solid var(--accent-soft);
  outline-offset: 5px;
}

@media (max-width: 920px) {
  .nav-links { display: none; }
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: transform 0.18s ease, box-shadow 0.25s ease, background 0.25s, color 0.2s, border-color 0.2s, filter 0.25s;
  white-space: nowrap;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
  text-decoration: none;
}
.btn:hover { transform: translateY(-1px); }
.btn svg { width: 16px; height: 16px; transition: transform 0.25s ease; }
.btn:hover svg { transform: translateX(2px); }
.btn:active { transform: translateY(0); }

/* Primary — accent gold gradient with subtle shine */
.btn-primary {
  background: linear-gradient(135deg, #C8B881 0%, #AD9D60 50%, #8C7A40 100%);
  color: #1A1408;
  border-color: rgba(232, 220, 177, 0.4);
  box-shadow:
    0 1px 0 rgba(255, 245, 215, 0.5) inset,
    0 -1px 0 rgba(74, 60, 20, 0.3) inset,
    0 8px 24px -8px rgba(173, 157, 96, 0.45),
    0 2px 8px -2px rgba(9, 10, 59, 0.3);
}
.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(255, 250, 235, 0.45) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.7s ease;
  z-index: -1;
}
.btn-primary:hover {
  filter: brightness(1.06);
  box-shadow:
    0 1px 0 rgba(255, 245, 215, 0.6) inset,
    0 -1px 0 rgba(74, 60, 20, 0.3) inset,
    0 14px 32px -10px rgba(173, 157, 96, 0.6),
    0 4px 12px -2px rgba(9, 10, 59, 0.35);
}
.btn-primary:hover::before { transform: translateX(100%); }

/* Secondary — subtle ghost with gold border on hover */
.btn-secondary {
  background: rgba(255, 255, 255, 0.02);
  color: var(--text-1);
  border-color: var(--border-strong);
  backdrop-filter: blur(8px);
}
.btn-secondary:hover {
  border-color: var(--accent);
  color: var(--accent-soft);
  background: var(--accent-dim);
  box-shadow: 0 8px 24px -10px rgba(173, 157, 96, 0.35);
}

/* Ghost — minimal text link with arrow */
.btn-ghost {
  background: transparent;
  color: var(--text-2);
  padding: 10px 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  font-weight: 500;
}
.btn-ghost:hover {
  color: var(--accent);
  border-bottom-color: var(--accent-line);
  transform: none;
}

/* WhatsApp — green with brand glow */
.btn-whatsapp {
  background: linear-gradient(135deg, #25D366 0%, #1FB958 100%);
  color: #082A12;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.3) inset,
    0 8px 24px -8px rgba(37, 211, 102, 0.45);
}
.btn-whatsapp:hover {
  filter: brightness(1.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.4) inset,
    0 14px 32px -10px rgba(37, 211, 102, 0.6);
}

.btn-sm { padding: 10px 18px; font-size: 13px; }
.btn-lg { padding: 18px 34px; font-size: 15px; letter-spacing: 0.025em; }

/* ===== HERO ===== */
.hero {
  --parallax-x: 0;
  --parallax-y: 0;
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  /* Camada maior que a hero — margem para o parallax não revelar “bordas” da foto */
  inset: -12%;
  background-image: url("assets/images/hero-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.32;
  filter: blur(4px) saturate(92%);
  z-index: 0;
  pointer-events: none;
  will-change: transform;
  transform-origin: center center;
  transform: translate3d(
    calc(var(--parallax-x) * -32px),
    calc(var(--parallax-y) * -24px),
    0
  ) scale(1.08);
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 10, 59, 0.38) 0%, rgba(9, 10, 59, 0.78) 100%);
}
.hero .container { position: relative; z-index: 2; }
.hero::before {
  content: "";
  position: absolute;
  inset: -10% 30% auto -10%;
  height: 70%;
  background: radial-gradient(ellipse at 30% 30%, rgba(212, 181, 126, 0.10), transparent 60%);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 64px;
  align-items: center;
  position: relative;
}
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
}
.hero h1 { font-size: clamp(30px, 3.6vw, 48px); margin-bottom: 22px; }
.hero h1 em {
  font-style: italic;
  color: var(--accent);
  font-weight: 400;
}
.hero .lead { margin-bottom: 28px; max-width: 50ch; font-size: clamp(15px, 1.1vw, 17px); }

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--border);
  padding-top: 28px;
}
.hero-stat {
  padding: 0 20px;
  border-left: 1px solid var(--border);
}
.hero-stat:first-child { padding-left: 0; border-left: 0; }
.hero-stat-num {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.hero-stat-lbl {
  font-size: 12px;
  color: var(--text-3);
  line-height: 1.4;
}
@media (max-width: 700px) {
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .hero-stat { padding: 0 16px; }
  .hero-stat:nth-child(3) { padding-left: 0; border-left: 0; }
  .hero-portrait .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    row-gap: 6px;
    margin-top: 0;
    padding-top: 0;
  }
  .hero-portrait-numbers {
    margin-top: -40px;
    padding: 18px 14px 20px;
  }
  .hero-portrait .hero-stat {
    padding: 0 8px 0 10px;
    border-left-color: rgba(74, 60, 20, 0.28);
  }
  .hero-portrait .hero-stat:first-child {
    padding-left: 4px;
  }
  .hero-portrait .hero-stat:last-child {
    padding-right: 4px;
  }
}

/* ——— Hero portrait ——— */
.hero-portrait {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.hero-portrait-panel {
  display: flex;
  flex-direction: column;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}
.hero-portrait-image-wrap {
  position: relative;
  background: transparent;
  overflow: visible;
  border-radius: var(--radius-lg);
  isolation: isolate;
}
/* Símbolo atrás da foto (coluna 2) — parallax */
.hero-portrait-image-wrap::after {
  content: "";
  position: absolute;
  right: -30%;
  top: -28%;
  width: min(178%, 860px);
  height: min(178%, 860px);
  background: url("assets/images/overlay-logo.png") right top / contain no-repeat;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
  transform: translate3d(
    calc(var(--parallax-x) * -11px),
    calc(var(--parallax-y) * -8px),
    0
  );
  will-change: transform;
}
/* Blur em cor de realce — canto inferior esquerdo da área da foto */
.hero-portrait-image-wrap::before {
  content: "";
  position: absolute;
  left: -12%;
  bottom: -10%;
  width: min(85%, 340px);
  height: min(60%, 300px);
  border-radius: 50%;
  background: radial-gradient(
    ellipse 85% 78% at 40% 58%,
    color-mix(in srgb, var(--accent-soft) 55%, transparent) 0%,
    color-mix(in srgb, var(--accent) 32%, transparent) 42%,
    transparent 72%
  );
  filter: blur(38px);
  -webkit-filter: blur(38px);
  opacity: 0.92;
  pointer-events: none;
  z-index: 0;
}
.hero-portrait-image-wrap .hero-credit {
  position: absolute;
  top: 78px;
  right: -14px;
  bottom: auto;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 16px 12px;
  text-align: center;
  background: color-mix(in srgb, var(--bg-card) 94%, rgba(8, 10, 40, 0.98));
  border: 1px solid color-mix(in srgb, var(--accent) 38%, rgba(30, 34, 102, 0.9));
  border-radius: var(--radius-md);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.07) inset,
    0 18px 36px -12px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(0, 0, 0, 0.35),
    0 0 24px -8px color-mix(in srgb, var(--accent) 22%, transparent);
  backdrop-filter: blur(14px) saturate(118%);
  -webkit-backdrop-filter: blur(14px) saturate(118%);
  transform: translate3d(
    calc(var(--parallax-x) * 7px),
    calc(var(--parallax-y) * 5px),
    0
  );
  will-change: transform;
}
.hero-portrait-image-wrap .hero-credit .hero-credit-text {
  color: color-mix(in srgb, var(--text-2) 88%, transparent);
  letter-spacing: 0.08em;
  max-width: 112px;
}
.hero-portrait-img {
  position: relative;
  inset: auto;
  margin-top: -88px;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  opacity: 1;
  z-index: 1;
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  /* Sombra na cor de cartão (--bg-card), só no traço opaco do PNG */
  filter:
    drop-shadow(0 28px 52px color-mix(in srgb, var(--bg-card) 58%, transparent))
    drop-shadow(0 14px 28px color-mix(in srgb, var(--bg-card) 42%, transparent))
    drop-shadow(0 6px 14px color-mix(in srgb, var(--bg-card) 28%, transparent));
  transform: translate3d(
    calc(var(--parallax-x) * 7px),
    calc(var(--parallax-y) * 5px),
    0
  );
  will-change: transform;
}
.hero-portrait-numbers {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  margin-top: -40px;
  padding: 22px 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #c8b881 0%, #ad9d60 50%, #8c7a40 100%);
  border: 1px solid rgba(232, 220, 177, 0.4);
  box-shadow:
    0 1px 0 rgba(255, 245, 215, 0.5) inset,
    0 -1px 0 rgba(74, 60, 20, 0.3) inset,
    0 8px 24px -8px rgba(173, 157, 96, 0.45),
    0 2px 8px -2px rgba(9, 10, 59, 0.3);
}
.hero-portrait-numbers::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(255, 250, 235, 0.38) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.75s ease;
  pointer-events: none;
  z-index: 0;
}
.hero-portrait-numbers:hover::before {
  transform: translateX(100%);
}
.hero-portrait .hero-stats {
  position: relative;
  z-index: 1;
  margin-top: 0;
  border-top: none;
  padding-top: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  row-gap: 8px;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  justify-items: stretch;
  align-items: start;
}
.hero-portrait .hero-stat {
  border-left: 1px solid rgba(74, 60, 20, 0.28);
  padding: 0 16px 0 18px;
  text-align: center;
  width: 100%;
  max-width: none;
}
.hero-portrait-numbers .hero-stat-num {
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: #1a1408 !important;
  color: #1a1408 !important;
}
.hero-portrait-numbers .hero-stat-lbl {
  color: rgba(26, 20, 8, 0.72);
}
.hero-portrait .hero-stat:first-child {
  border-left: none;
  padding-left: 8px;
}
.hero-portrait .hero-stat:last-child {
  padding-right: 8px;
}

/* =================================================================
   Animação de entrada da hero — fade + slide-up em cascata
   ================================================================= */
@keyframes heroFadeUp {
  from { opacity: 0; transform: translate3d(0, 24px, 0); }
  to   { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes heroFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes heroPortraitIn {
  from { opacity: 0; transform: translate3d(0, 32px, 0) scale(0.985); }
  to   { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}
.hero-copy .eyebrow,
.hero-copy h1,
.hero-copy .lead,
.hero-copy .hero-ctas,
.hero-copy .hero-ctas > * {
  opacity: 0;
  will-change: transform, opacity;
}
.hero-copy .eyebrow      { animation: heroFadeUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.10s forwards; }
.hero-copy h1            { animation: heroFadeUp 0.90s cubic-bezier(0.22, 1, 0.36, 1) 0.25s forwards; }
.hero-copy .lead         { animation: heroFadeUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.45s forwards; }
.hero-copy .hero-ctas > *:nth-child(1) { animation: heroFadeUp 0.80s cubic-bezier(0.22, 1, 0.36, 1) 0.62s forwards; }
.hero-copy .hero-ctas > *:nth-child(2) { animation: heroFadeUp 0.80s cubic-bezier(0.22, 1, 0.36, 1) 0.74s forwards; }
.hero-portrait {
  opacity: 0;
  will-change: transform, opacity;
  animation: heroPortraitIn 1.0s cubic-bezier(0.22, 1, 0.36, 1) 0.35s forwards;
}
.hero-bg {
  /* fade-in suave do fundo, sem mexer no parallax existente */
  animation: heroFadeIn 1.4s ease 0s forwards;
}

@media (prefers-reduced-motion: reduce) {
  .hero {
    --parallax-x: 0 !important;
    --parallax-y: 0 !important;
  }
  .hero-bg {
    transform: none !important;
  }
  .hero-copy .eyebrow,
  .hero-copy h1,
  .hero-copy .lead,
  .hero-copy .hero-ctas,
  .hero-copy .hero-ctas > *,
  .hero-portrait,
  .hero-bg {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-portrait-img {
    transition: none !important;
    transform: none !important;
    filter: none !important;
  }
  .hero-portrait-image-wrap::after {
    transition: none !important;
    transform: none !important;
  }
  .hero-portrait-image-wrap .hero-credit {
    transition: none !important;
    transform: none !important;
  }
}
.hero-portrait::after { display: none; }
.portrait-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  z-index: 2;
}
.portrait-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(8, 9, 12, 0.6);
  border: 1px solid var(--border-strong);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-2);
  backdrop-filter: blur(8px);
}
.portrait-tag .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--success); box-shadow: 0 0 8px var(--success); }

.portrait-caption {
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 1.1;
  color: var(--text-1);
}
.portrait-caption small {
  display: block;
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
  font-style: normal;
}
.portrait-silhouette {
  position: absolute;
  inset: 10% 0 0 0;
  display: grid;
  place-items: center;
  z-index: 1;
}
.portrait-silhouette svg {
  width: 70%;
  height: auto;
  opacity: 0.18;
}

.hero-credit-num {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}
.hero-credit-text {
  font-size: 11px;
  color: var(--text-3);
  letter-spacing: 0.06em;
  line-height: 1.35;
  max-width: 90px;
}

/* ===== Trust bar ===== */
.trust {
  padding: 32px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg-1);
}
@supports (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px)) {
  .trust {
    background: color-mix(in srgb, var(--bg-1) 62%, transparent);
    backdrop-filter: blur(16px) saturate(118%);
    -webkit-backdrop-filter: blur(16px) saturate(118%);
  }
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 820px) { .trust-grid { grid-template-columns: repeat(2, 1fr); } }
.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  color: var(--text-2);
}
.trust-icon {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: linear-gradient(135deg, #c8b881 0%, #ad9d60 50%, #8c7a40 100%);
  color: #1a1408;
  border: 1px solid rgba(232, 220, 177, 0.4);
  box-shadow:
    0 1px 0 rgba(255, 245, 215, 0.5) inset,
    0 -1px 0 rgba(74, 60, 20, 0.3) inset,
    0 8px 24px -8px rgba(173, 157, 96, 0.45),
    0 2px 8px -2px rgba(9, 10, 59, 0.3);
  transition: transform 0.18s ease, box-shadow 0.25s ease, filter 0.25s;
}
.trust-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, transparent 0%, rgba(255, 250, 235, 0.45) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.7s ease;
  pointer-events: none;
  z-index: 0;
}
.trust-icon svg {
  width: 17px;
  height: 17px;
  position: relative;
  z-index: 1;
}
.trust-item:hover .trust-icon {
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow:
    0 1px 0 rgba(255, 245, 215, 0.6) inset,
    0 -1px 0 rgba(74, 60, 20, 0.3) inset,
    0 14px 32px -10px rgba(173, 157, 96, 0.6),
    0 4px 12px -2px rgba(9, 10, 59, 0.35);
}
.trust-item:hover .trust-icon::before {
  transform: translateX(100%);
}

/* ===== Section: Sobre ===== */
.about {
  position: relative;
  overflow: visible;
  background: linear-gradient(180deg, var(--bg-0) 0%, var(--bg-1) 100%);
}
.about > .container {
  position: relative;
  z-index: 1;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  justify-items: center;
  align-items: start;
}
@media (max-width: 640px) {
  .about-grid {
    gap: 32px;
  }
}
@keyframes about-video-border-shift {
  0% {
    background-position: 2% 48%;
  }
  50% {
    background-position: 98% 52%;
  }
  100% {
    background-position: 2% 48%;
  }
}
.about-video {
  position: relative;
  width: 100%;
  max-width: min(960px, 100%);
  justify-self: center;
  overflow: visible;
  padding: 3px;
  border-radius: calc(var(--radius-lg) + 3px);
  box-sizing: border-box;
  background: linear-gradient(
    105deg,
    var(--accent) 0%,
    var(--bg-card) 22%,
    rgba(255, 255, 255, 0.92) 38%,
    var(--bg-card) 54%,
    #ffffff 68%,
    var(--accent) 84%,
    rgba(255, 255, 255, 0.85) 100%
  );
  background-size: 350% 350%;
  animation: about-video-border-shift 7.5s ease-in-out infinite;
}
/* Símbolo da marca — canto superior esquerdo, branco bem suave */
.about-video::before {
  content: "";
  position: absolute;
  left: -38%;
  top: -34%;
  width: min(235%, 920px);
  height: min(235%, 920px);
  background: url("assets/images/overlay-logo.png") left top / contain no-repeat;
  filter: brightness(0) invert(1) blur(14px);
  -webkit-filter: brightness(0) invert(1) blur(14px);
  opacity: 0.16;
  pointer-events: none;
  z-index: 0;
}
.about-video-player {
  position: relative;
  z-index: 1;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: calc(var(--radius-lg) - 3px);
  border: 0;
  background: linear-gradient(165deg, var(--bg-3) 0%, var(--bg-0) 55%);
}
@media (prefers-reduced-motion: reduce) {
  .about-video {
    animation: none;
    background: linear-gradient(
      135deg,
      var(--accent) 0%,
      var(--bg-card) 44%,
      rgba(255, 255, 255, 0.55) 100%
    );
  }
}
.about-video-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  z-index: 0;
}
.about-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.about-video-overlay:hover .about-video-play-ring {
  background: linear-gradient(145deg, #34d399 0%, #22c55e 42%, #059669 100%);
  color: #ecfdf5;
  filter: brightness(1.08);
  border-color: rgba(167, 243, 208, 0.65);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 -1px 0 rgba(5, 46, 22, 0.35) inset,
    0 0 0 1px rgba(52, 211, 153, 0.45),
    0 0 32px 10px rgba(34, 197, 94, 0.55),
    0 0 52px 18px rgba(16, 185, 129, 0.35),
    0 14px 36px -10px rgba(5, 150, 105, 0.55);
}
.about-video-overlay:focus-visible {
  outline: 2px solid var(--accent-soft);
  outline-offset: 3px;
}
.about-video-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.about-video-thumb-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.about-video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-video-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, transparent 45%),
    linear-gradient(
      180deg,
      rgba(6, 7, 42, 0.78) 0%,
      rgba(4, 5, 28, 0.58) 42%,
      rgba(6, 7, 42, 0.82) 100%
    );
  pointer-events: none;
}
.about-video-play-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  pointer-events: none;
}
@keyframes about-video-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.09); }
}

.about-video-play-ring {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  overflow: hidden;
  isolation: isolate;
  /* Estado normal: mesmo tratamento visual do .btn-primary */
  background: linear-gradient(135deg, #c8b881 0%, #ad9d60 50%, #8c7a40 100%);
  color: #1a1408;
  border: 1px solid rgba(232, 220, 177, 0.4);
  box-shadow:
    0 1px 0 rgba(255, 245, 215, 0.5) inset,
    0 -1px 0 rgba(74, 60, 20, 0.3) inset,
    0 8px 24px -8px rgba(173, 157, 96, 0.45),
    0 2px 8px -2px rgba(9, 10, 59, 0.3);
  transition:
    background 0.35s ease,
    color 0.3s ease,
    box-shadow 0.35s ease,
    filter 0.3s ease,
    border-color 0.3s ease;
  animation: about-video-pulse 1s ease-in-out infinite;
  will-change: transform;
}

/* Reflexo deslizante — mesmo princípio do .btn-primary */
.about-video-play-ring::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, transparent 0%, rgba(255, 250, 235, 0.45) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.7s ease;
  z-index: 0;
  pointer-events: none;
}

.about-video-overlay:hover .about-video-play-ring::before {
  transform: translateX(100%);
}

.about-video-play-icon.material-symbols-rounded {
  position: relative;
  z-index: 1;
  font-size: 40px;
  line-height: 1;
  width: 1em;
  height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-variation-settings:
    'FILL' 0,
    'wght' 500,
    'GRAD' 0,
    'opsz' 24;
  font-family: "Material Symbols Rounded";
  padding-left: 3px;
  margin-right: -1px;
}

@media (prefers-reduced-motion: reduce) {
  .about-video-play-ring {
    animation: none;
  }
}
.about-video-play-caption {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-1);
  text-shadow: 0 1px 12px rgba(6, 7, 42, 0.9);
}

.about-body {
  position: relative;
  min-width: 0;
  max-width: min(960px, 100%);
  margin: 0 auto;
  text-align: center;
}
/* Halo dourado com blur — atrás do título e da linha introdutória */
.about-body::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(92vw, 620px);
  height: min(48vh, 420px);
  transform: translate(-50%, -18%);
  background: radial-gradient(
    ellipse 72% 68% at 50% 42%,
    rgba(212, 181, 126, 0.34) 0%,
    rgba(173, 157, 96, 0.18) 42%,
    rgba(173, 157, 96, 0.06) 62%,
    transparent 72%
  );
  filter: blur(72px);
  -webkit-filter: blur(72px);
  pointer-events: none;
  z-index: 0;
}
.about-body > * {
  position: relative;
  z-index: 1;
}
.about-body .eyebrow {
  justify-content: center;
}
.about-body h2 {
  font-size: clamp(26px, 3.1vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.014em;
  margin-bottom: 28px;
}
.about-body p:not(.eyebrow) {
  color: var(--text-2);
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.72;
  margin-bottom: 20px;
  max-width: 72ch;
  margin-left: auto;
  margin-right: auto;
}

.pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

/* Missão · Visão · Valores — duas colunas: foto + título e cartões empilhados */
.mvv-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1fr);
  gap: 48px 56px;
  align-items: start;
}
.mvv-photo {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  aspect-ratio: 3 / 4;
  max-height: min(520px, 72vh);
  background: var(--bg-card);
}
.mvv-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mvv-content {
  min-width: 0;
}
.mvv-content > .section-head {
  margin-bottom: 28px;
}
@media (max-width: 920px) {
  .mvv-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .mvv-photo {
    max-width: min(300px, 88vw);
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }
  section.mvv .mvv-layout .section-head {
    text-align: center;
  }
  section.mvv .mvv-layout .section-head .eyebrow {
    justify-content: center;
  }
  section.mvv .mvv-layout .pillars {
    text-align: center;
  }
}
.pillar {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 24px;
  transition: border-color 0.2s, transform 0.2s;
}
.pillar:hover { border-color: var(--border-accent); transform: translateY(-2px); }

.mvv .pillar {
  background: linear-gradient(
    155deg,
    var(--accent-dim) 0%,
    rgba(173, 157, 96, 0.09) 42%,
    var(--bg-card) 72%
  );
  border-color: var(--accent-line);
  box-shadow: inset 0 1px 0 rgba(200, 184, 129, 0.22);
}
.mvv .pillar:hover {
  border-color: var(--accent-soft);
  box-shadow:
    inset 0 1px 0 rgba(200, 184, 129, 0.28),
    0 14px 36px rgba(173, 157, 96, 0.14);
}
.mvv .pillar .pillar-label {
  color: var(--accent-soft);
}

.pillar-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.pillar h4 {
  font-family: var(--font-display);
  font-size: 22px;
  margin-bottom: 8px;
}
.pillar p { font-size: 14px; line-height: 1.5; color: var(--text-2); }

/* ===== Problemas ===== */
.problems {
  background: var(--bg-0);
}
.problems .section-head {
  max-width: min(1020px, 100%);
}
.problems .section-head .lead {
  max-width: 76ch;
}
.problems-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
}
@media (max-width: 1020px) { .problems-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .problems-grid { grid-template-columns: 1fr; } }

.problem {
  background: var(--bg-card);
  padding: 32px 28px;
  transition: background 0.2s;
}
.problem:hover { background: var(--bg-elev); }
.problem-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  background: linear-gradient(
    155deg,
    color-mix(in srgb, #9f1239 38%, var(--bg-card)) 0%,
    color-mix(in srgb, #1a0508 52%, var(--bg-card)) 100%
  );
  color: #fda4af;
  border: 1px solid rgba(248, 113, 113, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 200, 200, 0.08),
    inset 0 -1px 0 rgba(0, 0, 0, 0.45);
}
.problem:hover .problem-icon {
  border-color: rgba(251, 113, 133, 0.55);
  color: #fecdd3;
}
.problem-icon svg { width: 18px; height: 18px; }
.problem h4 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.005em;
  margin-bottom: 8px;
  color: var(--text-1);
}
.problem p { font-size: 13.5px; line-height: 1.5; color: var(--text-3); }

.problems-foot {
  margin-top: 48px;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 30px);
  color: var(--text-1);
  font-style: italic;
}
.problems-foot::before {
  content: "";
  display: block;
  width: 40px; height: 1px;
  background: var(--accent);
  margin: 0 auto 28px;
  opacity: 0.6;
}

/* ===== Serviços ===== */
.services {
  background: linear-gradient(180deg, var(--bg-1) 0%, var(--bg-0) 100%);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
@media (max-width: 820px) { .services-grid { grid-template-columns: 1fr; } }
.service {
  background: var(--bg-card);
  padding: 40px;
  position: relative;
  transition: background 0.25s;
}
.service:hover { background: var(--bg-elev); }
.service-num {
  position: absolute;
  top: 32px; right: 36px;
  font-family: var(--font-display);
  font-size: 14px;
  color: var(--text-4);
  letter-spacing: 0.1em;
}
.service-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  display: grid; place-items: center;
  margin-bottom: 22px;
  background: var(--accent-dim);
  border: 1px solid var(--accent-line);
  color: var(--accent);
}
.service-icon svg { width: 20px; height: 20px; }
.service h3 {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 19px;
  letter-spacing: -0.005em;
  margin-bottom: 10px;
}
.service p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--text-2);
  max-width: 50ch;
}

/* ===== Diferenciais ===== */
.diffs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 980px) { .diffs-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .diffs-grid { grid-template-columns: 1fr; } }

.diff {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
}
.diff:hover { border-color: var(--border-accent); transform: translateY(-2px); }
.diff::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent-line), transparent);
}
.diff-icon {
  width: 44px; height: 44px;
  margin-bottom: 24px;
  color: var(--accent);
  display: grid; place-items: center;
}
.diff-icon svg { width: 24px; height: 24px; }
.diff h3 {
  font-family: var(--font-display);
  font-size: 24px;
  margin-bottom: 10px;
}
.diff p { font-size: 14.5px; line-height: 1.6; color: var(--text-2); }

/* ===== Como funciona ===== */
.how {
  background: var(--bg-1);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
@media (max-width: 980px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

.step {
  position: relative;
  padding: 32px 4px 0;
}
.step::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: var(--border);
}
.step::after {
  content: "";
  position: absolute;
  top: -3px; left: 0;
  width: 40px; height: 5px;
  background: var(--accent);
  border-radius: 2px;
}
.step-num {
  font-family: var(--font-display);
  font-size: 14px;
  color: var(--accent);
  letter-spacing: 0.14em;
  margin-bottom: 16px;
}
.step h3 {
  font-family: var(--font-display);
  font-size: 26px;
  margin-bottom: 12px;
  line-height: 1.15;
}
.step p { font-size: 14.5px; line-height: 1.6; color: var(--text-2); }

/* ===== Primeiras ações ===== */
.first {
  background: var(--bg-0);
}
.first-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 920px) { .first-grid { grid-template-columns: 1fr; gap: 48px; } }

.first-list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--border);
}
.first-list li {
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: flex-start;
  gap: 18px;
  font-size: 16px;
  color: var(--text-1);
  line-height: 1.5;
}
.first-list .check {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--accent-dim);
  border: 1px solid var(--accent-line);
  color: var(--accent);
  display: grid; place-items: center;
  margin-top: 1px;
}
.first-list .check svg { width: 14px; height: 14px; }

.first-callout {
  margin-top: 36px;
  padding: 24px 28px;
  border: 1px solid var(--accent-line);
  background: linear-gradient(135deg, var(--accent-dim), transparent);
  border-radius: var(--radius-md);
  font-family: var(--font-display);
  font-size: 22px;
  font-style: italic;
  color: var(--text-1);
  line-height: 1.3;
}
.first-callout strong { color: var(--accent); font-style: normal; font-family: var(--font-body); font-weight: 500; }

/* ===== Resultados / Stats ===== */
.results {
  background: linear-gradient(180deg, #C8B881 0%, #E8DCB1 45%, #D8C997 100%);
  position: relative;
}
.results::before,
.results::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 40px;
  pointer-events: none;
}
.results::before {
  top: 0;
  background: linear-gradient(180deg, rgba(9,10,59,0.18), transparent);
}
.results::after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(9,10,59,0.18), transparent);
}
.results .container { position: relative; z-index: 1; }

.results .section-head .eyebrow,
.results .section-head .eyebrow * {
  background: none;
  -webkit-text-fill-color: #4A3D14;
  color: #4A3D14;
  opacity: 0.85;
}
.results .section-head h2 { color: #1A1408; }
.results .section-head h2 em,
.results .section-head h2 strong {
  background: linear-gradient(135deg, #090A3B 0%, #1A1F6E 50%, #090A3B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-style: italic;
}
.results .section-head .lead { color: rgba(26, 20, 8, 0.78); }

/* Bloco de números na section 'Números que falam por mim' — variação do card dourado da hero. */
.results-numbers {
  margin: 0 auto;
  max-width: 1080px;
  padding: 32px 28px;
  margin-top: 8px;
}
.results-numbers .hero-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: none !important;
  padding-top: 0 !important;
  gap: 0;
  row-gap: 8px;
}
.results-numbers .hero-stat {
  /* Divisor mais sutil — tom dourado-claro translúcido, harmoniza com o card. */
  border-left: 1px solid rgba(74, 60, 20, 0.12);
  padding: 4px 22px;
  text-align: center;
}
.results-numbers .hero-stat:first-child { border-left: 0; padding-left: 8px; }
.results-numbers .hero-stat:last-child  { padding-right: 8px; }
.results-numbers .hero-stat-num {
  /* Levemente maior que antes (era clamp(32px, 3.5vw, 44px)). */
  font-size: clamp(38px, 4vw, 52px);
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: #1a1408 !important;
  color: #1a1408 !important;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.results-numbers .hero-stat-num small {
  font-size: 0.4em;
  color: rgba(26, 20, 8, 0.65);
  font-style: italic;
  font-weight: 500;
  display: inline-block;
  margin-left: 4px;
}
.results-numbers .hero-stat-lbl {
  color: rgba(26, 20, 8, 0.72);
  font-size: 13px;
  line-height: 1.4;
}
@media (max-width: 980px) {
  .results-numbers .hero-stats { grid-template-columns: repeat(2, 1fr); row-gap: 22px; }
  .results-numbers .hero-stat { padding: 0 14px; }
  .results-numbers .hero-stat:nth-child(3) { border-left: 0; padding-left: 8px; }
}
@media (max-width: 540px) {
  .results-numbers .hero-stats { grid-template-columns: 1fr; row-gap: 18px; }
  .results-numbers .hero-stat { border-left: 0; padding: 0; }
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(9, 10, 59, 0.18);
  border: 1px solid rgba(9, 10, 59, 0.22);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 30px 60px -30px rgba(9, 10, 59, 0.35);
}
@media (max-width: 980px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .stats-grid { grid-template-columns: 1fr; } }
.stat {
  background: linear-gradient(180deg, rgba(255, 250, 235, 0.55) 0%, rgba(232, 220, 177, 0.35) 100%);
  padding: 48px 32px;
  text-align: left;
  backdrop-filter: blur(2px);
}
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(48px, 5vw, 72px);
  background: linear-gradient(135deg, #090A3B 0%, #1F2580 60%, #090A3B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  font-weight: 700;
}
.stat-num small {
  font-size: 0.45em;
  background: none;
  -webkit-text-fill-color: rgba(26, 20, 8, 0.65);
  color: rgba(26, 20, 8, 0.65);
  font-style: italic;
  font-weight: 500;
  display: inline-block;
  margin-left: 6px;
}
.stat-label {
  font-size: 14px;
  color: rgba(26, 20, 8, 0.78);
  line-height: 1.5;
  max-width: 24ch;
  font-weight: 500;
}

/* ===== Depoimentos ===== */
.testimonials {
  background: var(--bg-1);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 820px) { .testimonials-grid { grid-template-columns: 1fr; } }
.testimonial {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 36px 32px;
  position: relative;
  transition: border-color 0.2s;
}
.testimonial:hover { border-color: var(--border-accent); }
.testimonial-quote {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.45;
  color: var(--text-1);
  margin: 0 0 28px;
  font-style: italic;
  letter-spacing: -0.005em;
}
.testimonial-quote::before {
  content: "“";
  font-size: 64px;
  line-height: 0.8;
  color: var(--accent);
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-display);
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid var(--border);
  padding-top: 20px;
}
.author-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bg-3), var(--bg-2));
  border: 1px solid var(--border-strong);
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--accent);
}
.author-name { font-weight: 500; color: var(--text-1); font-size: 14px; }
.author-role { font-size: 12.5px; color: var(--text-3); }

/* ===== Galeria ===== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.gallery-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border);
  background: linear-gradient(160deg, var(--bg-3) 0%, var(--bg-0) 100%);
  aspect-ratio: 4/3;
}
.gallery-item.tall { aspect-ratio: 3/4; }
.gallery-item.wide { aspect-ratio: 16/9; }
.gallery-item .ph {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  z-index: 2;
  background: linear-gradient(180deg, transparent 50%, rgba(8,9,12,0.85) 100%);
}
.gallery-item .ph-tag {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 6px;
}
.gallery-item .ph-cap {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--text-1);
  line-height: 1.2;
}
.gallery-item .ph-icon {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--text-4);
  z-index: 1;
}
.gallery-item .ph-icon svg { width: 40%; height: 40%; opacity: 0.18; }

.g-1 { grid-column: span 6; }
.g-2 { grid-column: span 3; }
.g-3 { grid-column: span 3; }
.g-4 { grid-column: span 4; }
.g-5 { grid-column: span 4; }
.g-6 { grid-column: span 4; }
@media (max-width: 820px) {
  .g-1, .g-2, .g-3, .g-4, .g-5, .g-6 { grid-column: span 6; }
}
@media (max-width: 520px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .g-1, .g-2, .g-3, .g-4, .g-5, .g-6 { grid-column: span 1; }
}

/* ===== FAQ ===== */
.faq {
  background: var(--bg-0);
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 980px) { .faq-grid { grid-template-columns: 1fr; gap: 48px; } }
.faq-aside {
  position: sticky;
  top: 100px;
  text-align: left;
}
.faq-aside .eyebrow {
  justify-content: flex-start;
}
.faq-aside .helper {
  margin-top: 32px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(232, 220, 177, 0.4);
  background: linear-gradient(135deg, #C8B881 0%, #AD9D60 50%, #8C7A40 100%);
  box-shadow:
    0 1px 0 rgba(255, 245, 215, 0.5) inset,
    0 -1px 0 rgba(74, 60, 20, 0.3) inset,
    0 8px 24px -8px rgba(173, 157, 96, 0.45),
    0 2px 8px -2px rgba(9, 10, 59, 0.3);
  transition: filter 0.25s ease, box-shadow 0.25s ease;
}
.faq-aside .helper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(255, 250, 235, 0.45) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.7s ease;
  z-index: -1;
}
.faq-aside .helper:hover {
  filter: brightness(1.06);
  box-shadow:
    0 1px 0 rgba(255, 245, 215, 0.6) inset,
    0 -1px 0 rgba(74, 60, 20, 0.3) inset,
    0 14px 32px -10px rgba(173, 157, 96, 0.6),
    0 4px 12px -2px rgba(9, 10, 59, 0.35);
}
.faq-aside .helper:hover::before {
  transform: translateX(100%);
}
.faq-aside .helper h4 {
  font-family: var(--font-display);
  font-size: 22px;
  margin-bottom: 10px;
  color: #1a1408;
}
.faq-aside .helper p {
  font-size: 14px;
  color: rgba(26, 20, 8, 0.88);
  margin-bottom: 18px;
}

.faq-list {
  border-top: 1px solid var(--border);
}
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-q {
  width: 100%;
  text-align: left;
  padding: 26px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 500;
  color: var(--text-1);
  letter-spacing: -0.005em;
  transition: color 0.2s;
}
.faq-q:hover { color: var(--accent); }
.faq-toggle {
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  display: grid; place-items: center;
  color: var(--text-2);
  position: relative;
  transition: border-color 0.2s, color 0.2s, transform 0.3s;
}
.faq-toggle::before, .faq-toggle::after {
  content: "";
  position: absolute;
  background: currentColor;
  transition: transform 0.3s;
}
.faq-toggle::before { width: 12px; height: 1.5px; }
.faq-toggle::after  { width: 1.5px; height: 12px; }
.faq-item.open .faq-toggle { border-color: var(--accent-line); color: var(--accent); }
.faq-item.open .faq-toggle::after { transform: scaleY(0); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-a-inner {
  padding: 0 0 28px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-2);
  max-width: 64ch;
}
.faq-item.open .faq-a { max-height: 400px; }

/* ===== CTA Final ===== */
.cta-final {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: color-mix(in srgb, var(--bg-0) 91%, #000000);
}
.cta-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(212,181,126,0.12), transparent 55%),
    radial-gradient(ellipse at 20% 100%, rgba(212,181,126,0.06), transparent 50%);
  pointer-events: none;
}
.cta-final-inner {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding: 80px 40px;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, var(--bg-1), var(--bg-0));
}
.cta-final-inner::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: var(--radius-xl);
  padding: 1px;
  background: linear-gradient(180deg, var(--accent-line), transparent 60%);
  -webkit-mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.cta-final h2 { margin-bottom: 18px; }
.cta-final .lead { margin: 0 auto 36px; }
.cta-final-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.cta-reinforce {
  font-size: 13px;
  color: var(--text-3);
  letter-spacing: 0.02em;
}
.cta-reinforce span { color: var(--accent); margin: 0 10px; opacity: 0.7; }

/* ===== Gradient accent treatment ===== */
:root {
  --accent-gradient: linear-gradient(135deg, #8C7A40 0%, #C8B881 35%, #E8DCB1 55%, #AD9D60 100%);
  --accent-gradient-soft: linear-gradient(135deg, #AD9D60 0%, #D8C997 100%);
}
.hero h1 em strong,
.hero h1 em,
.eyebrow,
.about-stat-num,
.service-num,
.step-num,
.stat-num,
.testimonial-quote::before,
.first-callout strong,
.hero-credit-num,
.hero-portrait .hero-stat-num,
.fab-bubble strong,
.cta-reinforce span,
.h-italic {
  background: var(--accent-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.hero-portrait .hero-stat-num {
  font-weight: 700;
}

.logo-img {
  height: 44px;
  width: auto;
  display: block;
}
.logo-img--footer { height: 56px; }
@media (max-width: 768px) {
  .logo-img { height: 36px; }
  .logo-img--footer { height: 48px; }
}

/* ===== Hero gold glow (right side) ===== */
.hero { position: relative; }
.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -260px;
  transform: translateX(-50%);
  width: 1100px;
  height: 760px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(173, 157, 96, 0.32) 0%, rgba(173, 157, 96, 0.12) 35%, rgba(173, 157, 96, 0) 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 768px) {
  .hero::after {
    top: -200px;
    width: 700px;
    height: 460px;
    filter: blur(60px);
    background: radial-gradient(ellipse, rgba(173, 157, 96, 0.25) 0%, rgba(173, 157, 96, 0) 70%);
  }
}

/* ===== Section symbol watermark ===== */
.has-symbol { position: relative; overflow: hidden; isolation: isolate; }
.has-symbol::before {
  content: "";
  position: absolute;
  width: 820px;
  height: 820px;
  background: url("assets/images/symbol.png") center / contain no-repeat;
  opacity: 0.09;
  filter: blur(14px);
  pointer-events: none;
  z-index: 0;
}
/* Hero: sem marca d’água em ::before (o grande ícone vinha por trás do texto à esquerda); só o símbolo atrás da foto (.hero-portrait-image-wrap::after) */
.hero.has-symbol::before {
  content: none;
}
.has-symbol--right::before { right: -180px; top: 50%; transform: translateY(-50%); }
.has-symbol--left::before  { left: -200px; top: 50%; transform: translateY(-50%); }
.has-symbol--top-right::before {
  right: -120px;
  top: -100px;
  width: 640px;
  height: 640px;
  background-position: right top;
}
.has-symbol--top-left::before {
  left: -120px;
  top: -100px;
  width: 640px;
  height: 640px;
  background-position: left top;
}
.has-symbol--bottom-left::before { left: -200px; bottom: -180px; }
.has-symbol > .container { position: relative; z-index: 1; }
@media (max-width: 768px) {
  .has-symbol::before { width: 460px; height: 460px; opacity: 0.06; }
  .has-symbol--right::before { right: -160px; }
  .has-symbol--left::before { left: -180px; }
  .has-symbol--top-right::before { right: -100px; top: -80px; width: 420px; height: 420px; }
  .has-symbol--top-left::before { left: -100px; top: -80px; width: 420px; height: 420px; }
  .has-symbol--bottom-left::before { left: -180px; bottom: -160px; }
}
.hero h1 strong {
  font-weight: 700;
  color: var(--text-1);
}
.hero h1 em strong {
  color: var(--accent);
  font-weight: 700;
}

/* ===== Mobile bottom bar (app feel) ===== */
.mobile-bar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 90;
  background: rgba(9, 10, 59, 0.92);
  backdrop-filter: saturate(140%) blur(16px);
  -webkit-backdrop-filter: saturate(140%) blur(16px);
  border-top: 1px solid var(--border);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  gap: 10px;
  align-items: center;
}
.mobile-bar .btn {
  flex: 1;
  padding: 14px 12px;
  font-size: 14px;
  border-radius: 12px;
}
.mobile-bar .btn-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  display: grid; place-items: center;
  background: var(--bg-elev);
  border: 1px solid var(--border-strong);
  color: var(--accent);
  flex-shrink: 0;
}
.mobile-bar .btn-icon svg { width: 20px; height: 20px; }

@media (max-width: 768px) {
  .mobile-bar { display: flex; }
  body { padding-bottom: 80px; }
}

/* ===== Mobile app polish ===== */
@media (max-width: 768px) {
  /* Tighter container, full-bleed feel */
  .container { padding: 0 18px; }
  section { padding: 64px 0; }

  /* Nav: shrink + hide CTA (mobile bar replaces it) */
  .nav-inner { height: 64px; }
  .nav .btn-primary { display: none; }
  .logo { font-size: 18px; }
  .logo-mark { width: 32px; height: 32px; font-size: 16px; }
  .logo small { font-size: 9px; }

  /* Type rhythm */
  h1 { font-size: 40px; line-height: 1.05; }
  h2 { font-size: 30px; line-height: 1.1; }
  h3 { font-size: 20px; }
  .lead { font-size: 16px; }

  /* Hero */
  .hero { padding: 40px 0 56px; }
  .hero h1 { font-size: 32px; line-height: 1.1; margin-bottom: 20px; }
  .hero .lead { margin-bottom: 28px; }
  .hero-ctas {
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 36px;
  }
  .hero-ctas .btn {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    padding: 14px 12px;
    font-size: 14px;
    justify-content: center;
    text-align: center;
  }
  .hero-stats { padding-top: 22px; gap: 18px 0; }
  .hero-portrait-numbers { padding: 18px 14px 20px; margin-top: -40px; }
  .hero-portrait .hero-stats { padding-top: 0; margin-top: 0; gap: 0; row-gap: 8px; }
  .hero-stat-num { font-size: 24px; }
  .hero-stat-lbl { font-size: 11.5px; }
  .hero-portrait-image-wrap { aspect-ratio: 4/4.5; }
  .hero-portrait-image-wrap::after {
    right: -22%;
    top: -20%;
    width: min(168%, 580px);
    height: min(168%, 580px);
    opacity: 1;
  }
  .hero-portrait-image-wrap::before {
    left: -6%;
    bottom: -4%;
    width: min(92%, 260px);
    height: min(50%, 220px);
    filter: blur(26px);
    -webkit-filter: blur(26px);
  }
  .hero-portrait-image-wrap .hero-portrait-img {
    margin-top: -88px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 0;
  }
  .hero-portrait-image-wrap .hero-credit {
    top: 64px;
    right: -10px;
    bottom: auto;
    padding: 12px 12px 10px;
    gap: 5px;
  }
  .hero-portrait-image-wrap .hero-credit .hero-credit-text {
    max-width: 100px;
  }
  .hero-credit-num { font-size: 22px; }
  .hero-credit-text { font-size: 10.5px; max-width: 88px; }


  /* Section heads */
  .section-head { margin-bottom: 40px; }
  .section-head .lead { margin-top: 14px; }

  /* About */
  .about-body::before {
    width: min(96vw, 440px);
    height: min(40vh, 360px);
    transform: translate(-50%, -12%);
    filter: blur(46px);
    -webkit-filter: blur(46px);
    opacity: 0.92;
  }
  .about-video::before {
    left: -30%;
    top: -28%;
    width: min(200%, 680px);
    height: min(200%, 680px);
    opacity: 0.14;
  }
  .about-video-player { aspect-ratio: 16 / 10; }
  .pillars { gap: 12px; }
  .pillar { padding: 20px; }

  /* Cards: app-like padding */
  .problem { padding: 24px 20px; }
  .service { padding: 28px 22px; }
  .service-num { top: 22px; right: 22px; font-size: 12px; }
  .diff { padding: 24px 22px; }
  .diff h3 { font-size: 22px; }
  .step { padding: 22px 4px 0; }
  .step h3 { font-size: 22px; }
  .stat { padding: 32px 24px; }
  .stat-num { font-size: 44px; }
  .testimonial { padding: 28px 24px; }
  .testimonial-quote { font-size: 18px; }

  /* First actions */
  .first-list li { padding: 18px 0; font-size: 15px; gap: 14px; }
  .first-callout { padding: 20px 22px; font-size: 18px; }

  /* FAQ */
  .faq-aside { position: static; }
  .faq-q { font-size: 16px; padding: 22px 0; gap: 16px; }
  .faq-toggle { width: 28px; height: 28px; }
  .faq-a-inner { font-size: 14px; }
  .faq-aside .helper { padding: 22px; }

  /* CTA Final */
  .cta-final-inner { padding: 56px 24px; border-radius: 18px; }
  .cta-final-buttons { gap: 10px; }
  .cta-final-buttons .btn { width: 100%; }

  /* Footer */
  .footer { padding: 56px 0 24px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }

  /* Buttons → bigger touch targets */
  .btn { min-height: 48px; }
  .btn-sm { min-height: 40px; }

  /* Trust bar */
  .trust { padding: 24px 0 !important; }
  .trust-item { font-size: 13px; }
}

/* iOS home-screen / standalone PWA-like polish */
@media (display-mode: standalone) {
  body { padding-top: env(safe-area-inset-top); }
}

/* ===== Footer ===== */
.footer {
  padding: 80px 0 32px;
  background: var(--bg-0);
  border-top: 1px solid var(--border);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 56px;
  margin-bottom: 64px;
}
@media (max-width: 820px) { .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }

.footer-brand .logo { margin-bottom: 20px; }
.footer-brand p { font-size: 14px; color: var(--text-3); line-height: 1.6; max-width: 32ch; }
.footer h5 {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-3);
  margin: 0 0 20px;
  font-weight: 500;
}
.footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.footer ul a, .footer-contact li {
  font-size: 14px;
  color: var(--text-2);
  display: flex;
  align-items: center;
  gap: 12px;
  transition: color 0.2s;
}
.footer ul a:hover { color: var(--accent); }
.footer-contact li svg { width: 14px; height: 14px; color: var(--accent); flex-shrink: 0; }

.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  display: grid; place-items: center;
  color: var(--text-2);
  transition: all 0.2s;
}
.footer-social a:hover { border-color: var(--accent-line); color: var(--accent); }
.footer-social svg { width: 16px; height: 16px; }

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12.5px;
  color: var(--text-3);
  flex-wrap: wrap;
  gap: 12px;
}
.footer-credit {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-dev {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-left: 18px;
  border-left: 1px solid var(--border);
  font-size: 11.5px;
  letter-spacing: 0.04em;
  color: var(--text-3);
}
.footer-dev a {
  display: inline-flex;
  align-items: center;
  transition: opacity 0.2s;
}
.cometa-logo {
  height: 22px;
  width: auto;
  display: block;
  margin-top: -10px;
  filter: brightness(0) invert(1);
  transition: filter 0.25s ease;
}
.footer-dev a:hover .cometa-logo {
  filter: none;
}
@media (max-width: 768px) {
  .footer-dev { padding-left: 0; border-left: 0; }
}

/* ===== Floating WhatsApp ===== */
.fab {
  position: fixed;
  bottom: 28px; right: 28px;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 14px;
  pointer-events: none;
}
.fab-bubble {
  background: var(--bg-elev);
  border: 1px solid var(--border-strong);
  padding: 12px 18px;
  border-radius: 16px 16px 4px 16px;
  font-size: 13.5px;
  color: var(--text-1);
  max-width: 260px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  pointer-events: auto;
  position: relative;
  animation: fab-pop 0.6s ease 1.2s both;
}
.fab-bubble strong { color: var(--accent); }
.fab-bubble button.fab-close {
  position: absolute;
  top: -8px; right: -8px;
  width: 22px; height: 22px;
  background: var(--bg-2);
  border: 1px solid var(--border-strong);
  border-radius: 50%;
  color: var(--text-2);
  font-size: 12px;
  display: grid; place-items: center;
  line-height: 1;
}
.fab-btn {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--whatsapp);
  color: #082A12;
  display: grid; place-items: center;
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.35), 0 0 0 0 rgba(37, 211, 102, 0.5);
  pointer-events: auto;
  transition: transform 0.2s;
  animation: fab-pulse 2.8s ease-out infinite;
}
.fab-btn:hover { transform: scale(1.06); }
.fab-btn svg { width: 28px; height: 28px; }
@keyframes fab-pulse {
  0% { box-shadow: 0 12px 32px rgba(37, 211, 102, 0.35), 0 0 0 0 rgba(37, 211, 102, 0.5); }
  70% { box-shadow: 0 12px 32px rgba(37, 211, 102, 0.35), 0 0 0 18px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 12px 32px rgba(37, 211, 102, 0.35), 0 0 0 0 rgba(37, 211, 102, 0); }
}
@keyframes fab-pop {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 600px) {
  .fab-bubble { display: none; }
  .fab { bottom: 18px; right: 18px; }
}

/* ===== Reveal animation ===== */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.in { opacity: 1; transform: translateY(0); }

/* ===== Utility ===== */
.divider-dot {
  display: inline-block;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--text-4);
  margin: 0 12px;
  vertical-align: middle;
}

/* ===== Certificação CEOCON ===== */
.certified {
  padding: 80px 0 100px;
  background: linear-gradient(180deg, var(--bg-0) 0%, var(--bg-1) 100%);
}
.cert-card {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(40px, 5vw, 64px);
  max-width: 1080px;
  margin: 0 auto;
  padding: 56px 64px 80px;
  background:
    radial-gradient(ellipse at 0% 0%, rgba(173, 157, 96, 0.16), transparent 55%),
    linear-gradient(135deg, var(--bg-card) 0%, var(--bg-elev) 100%);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-xl);
  overflow: hidden;
}
.cert-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(173, 157, 96, 0.4), transparent 50%, rgba(173, 157, 96, 0.18));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.cert-card > .cert-seal,
.cert-card > .cert-body {
  position: relative;
  z-index: 1;
}
/* Ícone Editor Choice grande, fundo canto inferior direito */
.cert-editor-watermark {
  position: absolute;
  right: -12%;
  bottom: -20%;
  z-index: 0;
  font-size: clamp(220px, 36vw, 380px);
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 48;
  color: var(--accent);
  opacity: 0.065;
  pointer-events: none;
  user-select: none;
  transform: rotate(-10deg);
}
/* Badge escuro + ícone em degradê accent com brilho tipo vidro */
.cert-editor-badge {
  position: absolute;
  right: clamp(18px, 4vw, 32px);
  bottom: clamp(18px, 4vw, 28px);
  left: auto;
  z-index: 3;
  display: grid;
  place-items: center;
  width: clamp(88px, 14vw, 112px);
  height: clamp(88px, 14vw, 112px);
  border-radius: 22px;
  overflow: hidden;
  background: color-mix(in srgb, var(--bg-0) 78%, rgba(0, 0, 0, 0.35));
  border: 1px solid color-mix(in srgb, var(--accent) 28%, rgba(255, 255, 255, 0.12));
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}
.cert-editor-badge-shine {
  position: absolute;
  inset: -50%;
  background: linear-gradient(
    125deg,
    transparent 36%,
    rgba(255, 255, 255, 0.22) 48%,
    rgba(173, 157, 96, 0.35) 52%,
    transparent 64%
  );
  animation: cert-editor-glass-sweep 4.2s ease-in-out infinite;
  pointer-events: none;
}
.cert-editor-badge-icon {
  position: relative;
  z-index: 1;
  font-size: clamp(46px, 8vw, 58px);
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 48;
  line-height: 1;
  background: var(--accent-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 2px 10px color-mix(in srgb, var(--accent) 35%, transparent));
}
@keyframes cert-editor-glass-sweep {
  0%,
  100% {
    transform: translate(-18%, 12%) rotate(12deg);
    opacity: 0.35;
  }
  50% {
    transform: translate(18%, -8%) rotate(12deg);
    opacity: 0.85;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cert-editor-badge-shine {
    animation: none;
    opacity: 0.45;
    transform: translate(0, 0);
  }
}
.cert-seal {
  position: relative;
  width: 200px;
  height: 200px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  animation: sealPulse 6s ease-in-out infinite;
}
.cert-seal-bg {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  background:
    linear-gradient(
      148deg,
      rgba(255, 255, 255, 0.72) 0%,
      #ad9d60 28%,
      color-mix(in srgb, var(--accent-soft) 88%, white) 52%,
      var(--accent) 82%,
      color-mix(in srgb, var(--accent) 55%, white) 100%
    ),
    linear-gradient(
      218deg,
      rgba(255, 255, 255, 0.18) 0%,
      color-mix(in srgb, var(--accent) 22%, transparent) 100%
    );
  backdrop-filter: blur(22px) saturate(155%);
  -webkit-backdrop-filter: blur(22px) saturate(155%);
  border: 1px solid color-mix(in srgb, var(--accent) 45%, rgba(255, 255, 255, 0.55));
  box-shadow:
    0 16px 42px color-mix(in srgb, var(--accent) 26%, transparent),
    0 4px 14px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    inset 0 -1px 0 rgba(140, 122, 64, 0.22);
  overflow: hidden;
  isolation: isolate;
}
/* Sweeping highlight sheen */
.cert-seal-bg::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: linear-gradient(
    115deg,
    transparent 30%,
    rgba(255, 255, 255, 0.45) 50%,
    transparent 70%
  );
  background-size: 280% 100%;
  background-position: 200% 0;
  animation: glassSheen 5.5s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}
@keyframes glassSheen {
  0%, 100% { background-position: 200% 0; }
  50%      { background-position: -100% 0; }
}
.cert-seal-logo {
  position: relative;
  width: 64%;
  height: auto;
  filter: brightness(0) invert(1) drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
  z-index: 1;
}
.cert-ribbon {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 16px;
  background: var(--bg-0);
  border: 1px solid var(--accent);
  border-radius: 999px;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  white-space: nowrap;
}
@keyframes sealPulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.03); }
}
.cert-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cert-eyebrow {
  margin: 0 0 14px;
}
.cert-title {
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.08;
  margin-bottom: 16px;
}
.cert-lead {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-2);
  margin-bottom: 28px;
  max-width: 56ch;
}
.cert-lead strong { color: var(--text-1); font-weight: 600; }
.cert-mark {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  margin-bottom: 28px;
  background: rgba(8, 9, 12, 0.45);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  width: fit-content;
}
.cert-logo {
  height: 56px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.96;
}
.cert-tag {
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-2);
  font-weight: 500;
  padding-left: 18px;
  border-left: 1px solid var(--border-strong);
  line-height: 1.2;
}
.cert-cta {
  display: inline-flex;
}
.cert-cta svg { width: 16px; height: 16px; }

@media (max-width: 820px) {
  .cert-card {
    flex-direction: column;
    align-items: center;
    gap: 36px;
    padding: 44px 28px 96px;
    text-align: center;
  }
  .cert-editor-watermark {
    right: -18%;
    bottom: -28%;
    font-size: clamp(170px, 58vw, 300px);
    opacity: 0.055;
  }
  .cert-editor-badge {
    right: 20px;
    left: auto;
    bottom: 20px;
    width: 84px;
    height: 84px;
  }
  .cert-editor-badge-icon {
    font-size: 44px;
  }
  .cert-body {
    align-items: center;
  }
  section.mvv ~ section.certified .cert-body {
    text-align: center;
  }
  section.mvv ~ section.certified .cert-body .eyebrow {
    justify-content: center;
  }
  section.mvv ~ section.certified .cert-lead {
    margin-left: auto;
    margin-right: auto;
  }
  section.mvv ~ section.certified .cert-cta {
    margin-left: auto;
    margin-right: auto;
  }
  .cert-seal { margin: 0 auto; width: 168px; height: 168px; }
  .cert-lead { margin-left: auto; margin-right: auto; }
  .cert-mark { margin-left: auto; margin-right: auto; }
  .cert-cta { width: 100%; justify-content: center; }
}
@media (max-width: 480px) {
  .cert-mark {
    flex-direction: column;
    gap: 12px;
    padding: 18px;
  }
  .cert-tag { padding-left: 0; border-left: 0; padding-top: 12px; border-top: 1px solid var(--border-strong); }
}

/* ===== Hero floating tooltips ===== */
.hero-tip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px 12px 12px;
  background: rgba(13, 15, 75, 0.82);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid var(--border-strong);
  border-radius: 14px;
  box-shadow:
    0 14px 40px rgba(0, 0, 0, 0.5),
    0 2px 6px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  z-index: 5;
  animation: htFloat 6.5s ease-in-out infinite;
  animation-delay: var(--d, 0s);
  pointer-events: none;
  white-space: nowrap;
}
.ht-icon {
  width: 32px; height: 32px;
  display: grid; place-items: center;
  background: var(--accent-dim);
  border: 1px solid var(--accent-line);
  color: var(--accent);
  border-radius: 9px;
  flex-shrink: 0;
}
.ht-icon--gold {
  background: linear-gradient(135deg, #C8B881, var(--accent));
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--bg-0);
  box-shadow: 0 4px 10px rgba(173, 157, 96, 0.3);
}
.ht-icon svg { width: 16px; height: 16px; }
.ht-body { display: flex; flex-direction: column; gap: 2px; line-height: 1.1; }
.ht-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-1);
  letter-spacing: -0.005em;
}
.ht-text {
  font-size: 11px;
  color: var(--text-3);
  letter-spacing: 0.02em;
  font-weight: 400;
}

/* Positions — outside the portrait edges */
.ht-1 { top: 7%;  left: -8%; }
.ht-2 { top: 22%; right: -10%; animation-duration: 7.5s; }
.ht-3 { bottom: 32%; left: -12%; animation-duration: 8s; }
.ht-4 { bottom: 18%; right: -6%; animation-duration: 6s; }

@keyframes htFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-7px); }
}

@media (max-width: 1080px) {
  .ht-1 { left: 4%; }
  .ht-2 { right: 4%; }
  .ht-3 { left: 4%; }
  .ht-4 { right: 4%; }
}
@media (max-width: 768px) {
  .hero-tip {
    padding: 8px 12px 8px 8px;
    gap: 9px;
    border-radius: 11px;
  }
  .ht-icon { width: 26px; height: 26px; border-radius: 7px; }
  .ht-icon svg { width: 13px; height: 13px; }
  .ht-label { font-size: 11.5px; }
  .ht-text { font-size: 10px; }
  .ht-1 { top: 4%;  left: 4%; }
  .ht-2 { top: 18%; right: 4%; }
  .ht-3 { bottom: 30%; left: 4%; }
  .ht-4 { bottom: 14%; right: 4%; }
}
