/* ==========================================================================
   PMQ+ — Disciplina Operacional Digital
   Folha de estilo única do site. Mobile-first, sem dependências externas
   além das fontes Barlow / Barlow Condensed.
   ========================================================================== */

:root {
  /* Marca */
  --navy-900: #0a1730;
  --navy-800: #102542;
  --navy-700: #17355c;
  --navy-600: #1f4676;

  --brand-100: #eaf4fd;
  --brand-200: #cfe6fa;
  --brand-300: #a6d1f6;
  --brand-400: #6cb4ef;
  --brand-500: #2a95e6;
  --brand-600: #0f77cc;
  --brand-700: #0a5da4;
  --brand-800: #0b4778;
  --brand-900: #0b3255;

  --ink: #14202f;
  --ink-soft: #47576b;
  --ink-mute: #6d7b8c;

  --bg: #f4f7fc;
  --bg-alt: #e9f0f9;
  --surface: #ffffff;
  --divider: rgba(20, 32, 47, 0.14);
  --divider-strong: rgba(20, 32, 47, 0.24);

  --ok: #12a06a;
  --warn: #c9821c;
  --alert: #d2453c;

  --font-heading: "Barlow Condensed", "Arial Narrow", system-ui, sans-serif;
  --font-body: "Barlow", system-ui, -apple-system, "Segoe UI", sans-serif;

  --wrap: 1240px;
  --pad: clamp(20px, 5vw, 28px);
  --radius: 2px;

  --shadow-sm: 0 1px 2px rgba(10, 23, 48, 0.06), 0 2px 8px rgba(10, 23, 48, 0.05);
  --shadow-md: 0 6px 24px rgba(10, 23, 48, 0.12);
  --shadow-lg: 0 18px 48px rgba(10, 23, 48, 0.18);
}

/* --------------------------------------------------------------- reset -- */

*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

@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;
  }
}

body {
  margin: 0;
  background-color: var(--bg);
  background-image:
    radial-gradient(120% 80% at 10% 0%, #ffffff 0%, rgba(255, 255, 255, 0) 55%),
    radial-gradient(90% 70% at 100% 6%, var(--bg-alt) 0%, rgba(233, 240, 249, 0) 60%),
    linear-gradient(rgba(20, 32, 47, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 32, 47, 0.035) 1px, transparent 1px);
  background-size: auto, auto, 64px 64px, 64px 64px;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.005em;
  margin: 0;
  text-wrap: balance;
}

p { margin: 0; }

a { color: var(--brand-700); text-underline-offset: 3px; }
a:hover { color: var(--brand-800); }

:focus-visible {
  outline: 3px solid var(--brand-500);
  outline-offset: 2px;
}

::selection { background: var(--brand-200); }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--navy-900);
  color: #fff;
  padding: 12px 18px;
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.skip-link:focus { left: 8px; top: 8px; color: #fff; }

.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;
}

/* ------------------------------------------------------------- layout -- */

.wrap {
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--pad);
}

.section { padding-block: clamp(52px, 8vw, 84px); }
.section--tight { padding-block: clamp(40px, 6vw, 60px); }
.section--line { border-top: 1px solid var(--divider); }

.kicker {
  font-family: var(--font-heading);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-700);
  margin-bottom: 12px;
}
.kicker--light { color: var(--brand-300); }

.h-xl { font-size: clamp(38px, 6.4vw, 66px); letter-spacing: -0.02em; line-height: 1.02; }
.h-lg { font-size: clamp(30px, 4.4vw, 46px); }
.h-md { font-size: clamp(22px, 2.6vw, 28px); }

.lead {
  font-size: clamp(16px, 1.7vw, 18px);
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 60ch;
}

.note {
  font-size: 12.5px;
  color: var(--ink-mute);
  line-height: 1.5;
}

/* --------------------------------------------------------- blueprint -- */
/* Detalhe industrial: cantos marcados, como em desenho técnico. */

.blueprint {
  position: relative;
  border: 1px solid var(--divider);
  background: var(--surface);
}
.blueprint > .corner {
  position: absolute;
  width: 9px; height: 9px;
  border-color: var(--brand-600);
  border-style: solid;
  border-width: 0;
  pointer-events: none;
}
.blueprint > .tl { top: -1px; left: -1px; border-top-width: 2px; border-left-width: 2px; }
.blueprint > .tr { top: -1px; right: -1px; border-top-width: 2px; border-right-width: 2px; }
.blueprint > .bl { bottom: -1px; left: -1px; border-bottom-width: 2px; border-left-width: 2px; }
.blueprint > .br { bottom: -1px; right: -1px; border-bottom-width: 2px; border-right-width: 2px; }
.blueprint--light > .corner { border-color: var(--brand-300); }

/* ------------------------------------------------------------ botões -- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: none;
  color: var(--ink);
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.btn--primary { background: var(--brand-600); color: #fff; border-color: var(--brand-600); }
.btn--primary:hover { background: var(--brand-700); border-color: var(--brand-700); color: #fff; }
.btn--primary:active { background: var(--brand-800); }

.btn--secondary { border-color: var(--divider-strong); color: var(--ink); }
.btn--secondary:hover { background: rgba(20, 32, 47, 0.06); color: var(--ink); }

.btn--ghost { color: var(--brand-700); padding-inline: 6px; }
.btn--ghost:hover { color: var(--brand-800); text-decoration: underline; }

.btn--light { background: #fff; color: var(--navy-900); border-color: #fff; }
.btn--light:hover { background: var(--brand-100); color: var(--navy-900); }

.btn--lg { font-size: 16px; padding: 13px 22px; }

.btn--wa::before {
  content: "";
  width: 17px; height: 17px;
  flex: none;
  background: currentColor;
  -webkit-mask: var(--wa-mask) center / contain no-repeat;
  mask: var(--wa-mask) center / contain no-repeat;
  --wa-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.04 2C6.58 2 2.13 6.45 2.13 11.91c0 1.75.46 3.45 1.32 4.95L2 22l5.25-1.38a9.9 9.9 0 0 0 4.79 1.22h.01c5.46 0 9.91-4.45 9.91-9.91S17.5 2 12.04 2Zm5.8 14.06c-.24.68-1.4 1.3-1.94 1.34-.5.04-.97.22-3.27-.68-2.76-1.09-4.5-3.9-4.64-4.08-.13-.18-1.1-1.46-1.1-2.79 0-1.33.7-1.98.94-2.25.25-.27.54-.34.72-.34.18 0 .36 0 .52.01.17.01.39-.06.61.47.23.54.77 1.87.84 2.01.07.14.11.3.02.48-.09.18-.13.29-.27.45-.13.16-.28.35-.4.47-.13.13-.27.28-.12.54.15.27.67 1.1 1.43 1.79.98.87 1.8 1.14 2.07 1.27.27.13.42.11.58-.07.16-.18.67-.78.85-1.05.18-.27.36-.22.6-.13.25.09 1.57.74 1.84.87.27.13.45.2.52.31.07.11.07.64-.17 1.32Z'/%3E%3C/svg%3E");
}

/* ------------------------------------------------------------ header -- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(244, 247, 252, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--divider);
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-block: 12px;
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 9px;
  text-decoration: none;
  color: var(--ink);
  margin-right: auto;
}
.brand__mark {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--navy-800);
}
.brand__mark span { color: var(--brand-500); }
.brand__tag {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
@media (max-width: 400px) { .brand__tag { display: none; } }

.nav-toggle {
  display: none;
  border: 1px solid var(--divider-strong);
  padding: 8px 12px;
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  background: none;
  cursor: pointer;
  color: var(--ink);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.site-nav a:not(.btn) {
  font-family: var(--font-heading);
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
}
.site-nav a:not(.btn):hover { color: var(--brand-700); }
.site-nav a[aria-current="page"] { color: var(--brand-700); box-shadow: inset 0 -2px 0 var(--brand-500); }

@media (max-width: 960px) {
  .nav-toggle { display: inline-flex; }
  .site-nav {
    display: none;
    width: 100%;
    order: 3;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-bottom: 10px;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a:not(.btn) {
    padding: 13px 2px;
    border-bottom: 1px solid var(--divider);
  }
  .site-nav .btn { margin-top: 12px; }
}

/* -------------------------------------------------------------- hero -- */

.brandband {
  border-bottom: 1px solid var(--divider);
  background: #eef4fb;
}
.brandband img { width: 100%; }

.hero {
  display: grid;
  gap: clamp(28px, 5vw, 52px);
  align-items: center;
  padding-block: clamp(36px, 5vw, 52px) clamp(40px, 5vw, 56px);
}
@media (min-width: 900px) {
  .hero { grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr); }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--divider);
  padding: 5px 12px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.7);
}
.eyebrow::before {
  content: "";
  width: 6px; height: 6px;
  background: var(--brand-500);
}
.eyebrow span {
  font-family: var(--font-heading);
  font-size: 12.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero__notes {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 30px;
  font-size: 13px;
  color: var(--ink-mute);
}
.hero__notes span { display: inline-flex; align-items: center; gap: 7px; }
.hero__notes span::before {
  content: "";
  width: 5px; height: 5px;
  background: var(--brand-400);
  flex: none;
}

/* ------------------------------------------------------- ciclo (SVG) -- */

.panel-figure {
  position: relative;
  background: linear-gradient(160deg, var(--navy-800), var(--navy-900));
  border: 1px solid var(--navy-700);
  padding: clamp(18px, 3vw, 26px);
  overflow: hidden;
}
.panel-figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.panel-figure svg { position: relative; width: 100%; height: auto; display: block; }
.panel-figure figcaption {
  position: relative;
  margin-top: 14px;
  font-size: 12.5px;
  color: var(--brand-300);
  line-height: 1.5;
}

/* ------------------------------------------------------------- stats -- */

.stats {
  border-top: 1px solid var(--divider);
  border-bottom: 1px solid var(--divider);
  background: rgba(224, 234, 247, 0.55);
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr));
}
.stats__item {
  padding: 24px var(--pad);
  border-right: 1px solid var(--divider);
  border-top: 1px solid var(--divider);
}
.stats__value {
  font-family: var(--font-heading);
  font-size: clamp(34px, 4vw, 44px);
  line-height: 1;
  color: var(--brand-800);
}
.stats__label { font-size: 13px; margin-top: 8px; color: var(--ink-soft); line-height: 1.4; }

/* ------------------------------------------------------------- cards -- */

.grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
}
.grid--wide { grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr)); }
.grid--narrow { grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); }

.card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--divider);
  position: relative;
  transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.card__kicker {
  font-family: var(--font-heading);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.card__title {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.1;
  color: var(--ink);
}
.card__body { font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); }

.card--link { text-decoration: none; color: inherit; }
.card--link:hover {
  border-color: var(--brand-400);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  color: inherit;
}
.card--link:hover .card__title { color: var(--brand-700); }

.card__cta {
  margin-top: auto;
  font-family: var(--font-heading);
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand-700);
  padding-top: 6px;
}

.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag {
  font-family: var(--font-heading);
  font-size: 12.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 9px;
  border: 1px solid var(--divider-strong);
  color: var(--ink-soft);
}
.tag--accent {
  border-color: var(--brand-300);
  background: var(--brand-100);
  color: var(--brand-800);
}

/* ------------------------------------------------------- split panel -- */

.split {
  display: grid;
  gap: clamp(28px, 5vw, 52px);
  align-items: start;
}
@media (min-width: 900px) {
  .split { grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.24fr); }
  .split--even { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .split--flip { grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); align-items: center; }
}

/* ----------------------------------------------------------- escuro --- */

.dark {
  background: linear-gradient(165deg, var(--navy-800) 0%, var(--navy-900) 100%);
  color: #e2ecf7;
}
.dark h2, .dark h3 { color: #fff; }
.dark p { color: #c6d8ea; }

.tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr));
  gap: 1px;
  background: rgba(226, 236, 247, 0.22);
  border: 1px solid rgba(226, 236, 247, 0.22);
  margin-top: 26px;
}
.tiles__item { background: var(--navy-900); padding: 20px; }
.tiles__title { font-family: var(--font-heading); font-size: 18px; color: #fff; }
.tiles__body { font-size: 13px; color: #b8cee4; margin-top: 6px; line-height: 1.45; }

/* ---------------------------------------------------------- personas -- */

.persona__icon {
  width: 54px; height: 54px;
  display: grid;
  place-items: center;
  background: var(--brand-100);
  border: 1px solid var(--brand-300);
  color: var(--brand-700);
  margin-bottom: 16px;
}
.persona__icon svg { width: 28px; height: 28px; }
.persona__role {
  font-family: var(--font-heading);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-700);
}
.persona__quote {
  font-size: 14px;
  border-left: 2px solid var(--brand-500);
  padding-left: 12px;
  margin-top: 12px;
  color: var(--brand-800);
  font-style: italic;
}

/* ------------------------------------------------------- diferenciais -- */

.diffs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
  border-top: 1px solid var(--divider);
}
.diffs__item {
  padding: 34px var(--pad);
  border-right: 1px solid var(--divider);
  border-bottom: 1px solid var(--divider);
}
.diffs__num {
  font-family: var(--font-heading);
  font-size: 34px;
  line-height: 1;
  color: var(--brand-400);
}

/* ------------------------------------------------------------ steps --- */

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 1px;
  background: var(--divider);
  border: 1px solid var(--divider);
}
.steps__item {
  background: var(--bg);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.steps__head { display: flex; align-items: center; gap: 10px; }
.steps__num {
  font-family: var(--font-heading);
  font-size: 13px;
  background: var(--brand-600);
  color: #fff;
  padding: 2px 9px;
}
.steps__when {
  font-size: 11.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* ------------------------------------------------------------ métricas -- */

.metrics {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  border-top: 1px solid var(--divider);
  padding-top: 14px;
  margin-top: auto;
}
.metrics__value {
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 1;
  color: var(--brand-800);
}
.metrics__label { font-size: 11.5px; color: var(--ink-mute); margin-top: 4px; }

/* ------------------------------------------------------------- form --- */

.briefing { background: rgba(224, 234, 247, 0.5); border-top: 1px solid var(--divider); }

.form {
  background: rgba(255, 255, 255, 0.86);
  padding: clamp(22px, 4vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
  gap: 14px;
}
.field { display: flex; flex-direction: column; gap: 6px; }
.field label {
  font-family: var(--font-heading);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.input {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--ink);
  padding: 11px 12px;
  border: 1px solid var(--divider-strong);
  border-radius: var(--radius);
  background: #fff;
  width: 100%;
}
.input::placeholder { color: var(--ink-mute); }
.input:focus { border-color: var(--brand-500); }
textarea.input { min-height: 130px; resize: vertical; }

.checklist {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
  color: var(--ink-soft);
}
.checklist li { display: flex; gap: 10px; align-items: flex-start; }
.checklist li::before {
  content: "";
  flex: none;
  width: 9px; height: 9px;
  margin-top: 8px;
  background: var(--brand-500);
}

.bullets {
  margin: 0;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ink-soft);
}
.bullets::marker { color: var(--brand-500); }

/* --------------------------------------------------------- galeria --- */

.gallery {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr));
}
.shot {
  border: 1px solid var(--divider);
  background: var(--surface);
  display: flex;
  flex-direction: column;
}
.shot__frame {
  position: relative;
  margin: 0;
  background: var(--navy-900);
  border-bottom: 1px solid var(--divider);
  cursor: zoom-in;
  overflow: hidden;
}
.shot__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  background: #0d1b31;
}
.shot__bar i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255, 255, 255, 0.28); }
.shot__bar span {
  margin-left: 8px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-heading);
}
.shot__frame img {
  width: 100%;
  transition: transform 0.3s ease;
}
.shot__frame:hover img { transform: scale(1.015); }
.shot__meta { padding: 16px 18px 18px; }
.shot__title { font-family: var(--font-heading); font-size: 19px; color: var(--ink); }
.shot__caption { font-size: 13.5px; line-height: 1.5; color: var(--ink-soft); margin-top: 5px; }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(8, 17, 33, 0.97);
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 3vw, 36px);
}
.lightbox.is-open { display: flex; }
.has-lightbox .wa-float { display: none; }
.lightbox img {
  max-width: 100%;
  max-height: 82vh;
  box-shadow: var(--shadow-lg);
}
.lightbox__caption {
  color: #cfe0f2;
  font-size: 13.5px;
  text-align: center;
  margin-top: 12px;
  max-width: 70ch;
}
.lightbox__close {
  position: absolute;
  top: 14px; right: 16px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-family: var(--font-heading);
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 14px;
  cursor: pointer;
}
.lightbox__close:hover { background: rgba(255, 255, 255, 0.12); }

/* ------------------------------------------------------------- FAQ ---- */

.faq { border-top: 1px solid var(--divider); }
.faq details {
  border-bottom: 1px solid var(--divider);
  padding: 18px 0;
}
.faq summary {
  font-family: var(--font-heading);
  font-size: clamp(19px, 2.2vw, 23px);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-size: 26px;
  color: var(--brand-600);
  line-height: 1;
  flex: none;
}
.faq details[open] summary::after { content: "–"; }
.faq details p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 78ch;
}

/* ----------------------------------------------------------- módulo --- */

.crumbs {
  font-size: 13px;
  color: var(--ink-mute);
  padding-block: 18px 0;
}
.crumbs a { color: var(--ink-soft); text-decoration: none; }
.crumbs a:hover { color: var(--brand-700); text-decoration: underline; }

.specs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 1px;
  background: var(--divider);
  border: 1px solid var(--divider);
}
.specs__col { background: var(--bg); padding: 24px; }
.specs__title {
  font-family: var(--font-heading);
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-700);
  margin-bottom: 14px;
}

.pitch {
  background: linear-gradient(120deg, var(--navy-800), var(--navy-900));
  color: #e2ecf7;
  padding: clamp(28px, 4vw, 40px) clamp(22px, 4vw, 36px);
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
.pitch h2 { color: #fff; margin-bottom: 8px; }
.pitch p { color: #c6d8ea; max-width: 60ch; font-size: 15.5px; }

/* ------------------------------------------------------------ footer -- */

.site-footer { background: #081426; color: #c6d8ea; }
.site-footer a { color: #dceafa; }
.site-footer__grid {
  display: grid;
  gap: clamp(28px, 4vw, 44px);
  padding-block: clamp(44px, 6vw, 64px) 34px;
}
@media (min-width: 860px) {
  .site-footer__grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr) minmax(0, 0.9fr); }
}
.site-footer__label {
  font-family: var(--font-heading);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #86aad2;
  margin-bottom: 12px;
}
.site-footer__wa {
  color: #fff;
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: 21px;
  display: inline-block;
}
.site-footer__wa:hover { color: var(--brand-300); }
.site-footer__list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 14.5px;
}
.site-footer__list a { text-decoration: none; }
.site-footer__list a:hover { color: #fff; text-decoration: underline; }
.site-footer__mark {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 34px;
  color: #fff;
  line-height: 1;
}
.site-footer__mark span { color: var(--brand-400); }
.site-footer__legal {
  border-top: 1px solid rgba(226, 236, 247, 0.18);
  padding-block: 16px 20px;
  font-size: 12px;
  color: #86aad2;
}
.site-footer__band { display: block; width: 100%; }

/* ------------------------------------------------------ WhatsApp fixo -- */

.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  box-shadow: var(--shadow-md);
}
@media (max-width: 640px) {
  .wa-float { right: 12px; bottom: 12px; padding: 11px 16px; font-size: 14px; }
}

/* --------------------------------------------------------------- 404 -- */

.err {
  min-height: 58vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding-block: 60px;
}
.err__code {
  font-family: var(--font-heading);
  font-size: clamp(80px, 16vw, 150px);
  line-height: 1;
  color: var(--brand-300);
}

/* ------------------------------------------------------------ print -- */

@media print {
  .site-header, .wa-float, .lightbox, .nav-toggle { display: none !important; }
  body { background: #fff; }
}
