/* =========================================================
   Projetran — Institucional (edição editorial premium)
   ========================================================= */

:root {
  --brand: #E85A1A;
  --brand-dark: #C0430F;
  --brand-soft: #FFF3EC;
  --ink: #0D1420;
  --ink-2: #1A2233;
  --ink-3: #2A3345;
  --graphite: #4A5566;
  --muted: #6B7688;
  --line: #E4E7EC;
  --paper: #FFFFFF;
  --canvas: #FAF8F5;
  --canvas-2: #F2EEE8;
  --gold: #C9A66B;
  --gold-soft: #F5EBD8;

  --serif: "Fraunces", "Playfair Display", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --container: 1200px;
  --radius: 14px;
  --radius-sm: 8px;
  --shadow-sm: 0 1px 2px rgba(13,20,32,.06), 0 2px 8px rgba(13,20,32,.04);
  --shadow-md: 0 4px 20px rgba(13,20,32,.08);
  --shadow-lg: 0 20px 60px rgba(13,20,32,.14);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------------- Typography ---------------- */
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.15;
  color: var(--ink);
  margin: 0 0 0.6em;
}
h1 { font-size: clamp(2.2rem, 4.5vw, 3.7rem); }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); }
h3 { font-size: 1.35rem; }

.section-eyebrow {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand);
  margin: 0 0 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.section-heading { max-width: 780px; margin-bottom: 3rem; }
.section-heading.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading .section-eyebrow { color: var(--brand); }
.section-heading.light { color: #fff; }
.section-heading.light .section-title { color: #fff; }
.section-heading.light .section-sub { color: rgba(255,255,255,0.72); }
.section-title { font-family: var(--serif); }
.section-sub {
  font-size: 1.08rem;
  color: var(--graphite);
  margin: 0.4rem 0 0;
}
.lede {
  font-size: 1.15rem;
  color: var(--ink-2);
  line-height: 1.6;
}

/* ---------------- Buttons ---------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.5rem;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.98rem;
  border-radius: 999px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  text-align: center;
  white-space: nowrap;
}
.btn-primary {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 8px 24px -8px rgba(232,90,26,.55);
}
.btn-primary:hover { background: var(--brand-dark); transform: translateY(-1px); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-ghost:hover { background: var(--ink); color: #fff; }
.btn-sm { padding: 0.65rem 1.15rem; font-size: 0.9rem; }
.btn-block { width: 100%; }

/* ---------------- Header ---------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.92);
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--brand);
}
.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px; height: 42px;
  background: var(--brand);
  color: #fff;
  border-radius: 10px;
  box-shadow: var(--shadow-sm);
}
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand-text strong {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  color: var(--ink);
}
.brand-text em {
  font-style: normal;
  font-size: 0.7rem;
  color: var(--muted);
  letter-spacing: 0.04em;
  margin-top: 4px;
}
.site-nav {
  display: flex;
  gap: 28px;
  margin-left: auto;
  margin-right: 24px;
}
.site-nav a {
  font-size: 0.94rem;
  font-weight: 500;
  color: var(--ink-2);
  position: relative;
  padding: 6px 0;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%;
  bottom: 0;
  height: 2px;
  background: var(--brand);
  transition: right 0.25s ease;
}
.site-nav a:hover { color: var(--brand); }
.site-nav a:hover::after { right: 0; }

.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 8px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 24px; height: 2px;
  background: var(--ink);
  margin: 5px 0;
  border-radius: 2px;
}

/* ---------------- Hero ---------------- */
.hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 120px;
  background: linear-gradient(180deg, #FAF8F5 0%, #FFFFFF 100%);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 85% 20%, rgba(232,90,26,0.10), transparent 55%),
    radial-gradient(ellipse at 15% 85%, rgba(13,20,32,0.06), transparent 50%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero-text { max-width: 720px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(232,90,26,0.08);
  color: var(--brand-dark);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 28px;
}
.eyebrow-dot {
  width: 8px; height: 8px;
  background: var(--brand);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(232,90,26,0.18);
}
.hero-title {
  font-family: var(--serif);
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 28px;
  line-height: 1.08;
}
.hero-title .accent {
  font-style: italic;
  color: var(--brand);
  font-weight: 500;
}
.hero-sub {
  font-size: 1.2rem;
  color: var(--ink-3);
  max-width: 780px;
  margin-bottom: 36px;
  line-height: 1.55;
}
.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.hero-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  max-width: 800px;
}
.hero-badges li {
  font-size: 0.98rem;
  color: var(--graphite);
  line-height: 1.4;
}
.hero-badges strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.9rem;
  color: var(--ink);
  font-weight: 600;
  margin-bottom: 4px;
}

/* Hero visual — Selo institucional */
.hero-visual {
  position: relative;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.authority-seal {
  width: 100%;
  max-width: 460px;
  height: auto;
  filter: drop-shadow(0 30px 60px rgba(13,20,32,0.18));
}
.authority-seal .ring-outer { animation: spinSlow 90s linear infinite; transform-origin: 240px 240px; }
.authority-seal .ring-inner { animation: spinSlow 60s linear infinite reverse; transform-origin: 240px 240px; }
.authority-seal .satellite { animation: satelliteBob 6s ease-in-out infinite; transform-origin: 400px 120px; }
@keyframes spinSlow {
  to { transform: rotate(360deg); }
}
@keyframes satelliteBob {
  0%,100% { transform: translate(400px, 120px); }
  50%     { transform: translate(400px, 112px); }
}
.ring-text {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
}
.ring-text-outer { fill: #0D1420; }
.ring-text-mid   { fill: #E4C58A; font-size: 9.5px; letter-spacing: 2.4px; }
.ring-text-inner { fill: rgba(255,255,255,0.85); font-size: 8.5px; letter-spacing: 2px; }

.authority-caption {
  text-align: center;
  font-family: var(--serif);
  font-size: 0.98rem;
  color: var(--graphite);
  max-width: 360px;
  line-height: 1.5;
}
.authority-caption span { font-style: italic; }
.authority-caption strong {
  display: block;
  color: var(--ink);
  font-weight: 600;
  margin-top: 2px;
}
.hero-grid-bg {
  position: absolute;
  width: 100%; height: 100%;
  inset: 0;
  opacity: 0.4;
  z-index: 0;
}
.hero-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 26px;
  position: relative;
  z-index: 2;
}
.hero-card-main {
  width: 100%;
  max-width: 360px;
  transform: rotate(-1.2deg);
}
.hero-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.hero-card-tag {
  background: var(--brand-soft);
  color: var(--brand-dark);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
}
.hero-card-city {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 500;
}
.hero-card-metric {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
}
.hero-card-metric span {
  font-size: 0.82rem;
  color: var(--muted);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 600;
}
.hero-card-metric strong {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1;
}
.hero-card-metric em {
  font-style: normal;
  font-size: 1rem;
  color: var(--muted);
  font-weight: 500;
}
.hero-card-bar {
  height: 8px;
  background: var(--canvas-2);
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 20px;
}
.hero-card-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--brand), var(--gold));
  border-radius: 999px;
}
.hero-card-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.hero-card-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 8px;
  background: var(--canvas);
  border-radius: 10px;
}
.hero-card-grid svg { width: 18px; height: 18px; color: var(--brand); }
.hero-card-grid span {
  font-size: 0.68rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.hero-card-grid b {
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--ink);
  font-weight: 600;
}

.hero-float {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow-lg);
  z-index: 3;
  min-width: 180px;
}
.hero-float-icon {
  width: 34px; height: 34px;
  color: #fff;
  background: var(--brand);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hero-float-icon svg { width: 20px; height: 20px; }
.hero-float-icon-gold { background: var(--gold); color: var(--ink); }
.hero-float strong {
  display: block;
  font-family: var(--serif);
  font-size: 0.95rem;
  color: var(--ink);
  line-height: 1.15;
}
.hero-float span {
  font-size: 0.75rem;
  color: var(--muted);
}
.hero-float-a {
  top: 20px;
  left: -20px;
  transform: rotate(-4deg);
  animation: floatA 6s ease-in-out infinite;
}
.hero-float-b {
  bottom: 30px;
  right: -10px;
  transform: rotate(3deg);
  animation: floatB 7s ease-in-out infinite;
}
@keyframes floatA {
  0%,100% { transform: rotate(-4deg) translateY(0); }
  50%     { transform: rotate(-4deg) translateY(-8px); }
}
@keyframes floatB {
  0%,100% { transform: rotate(3deg) translateY(0); }
  50%     { transform: rotate(3deg) translateY(-10px); }
}

/* ---------------- Trust bar ---------------- */
.trust-bar {
  background: var(--ink);
  color: #fff;
  padding: 22px 0;
}
.trust-bar .container {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.trust-label {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  font-weight: 600;
}
.trust-items {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  color: rgba(255,255,255,0.85);
  font-size: 0.9rem;
}
.trust-items span::before {
  content: "";
  display: inline-block;
  width: 6px; height: 6px;
  background: var(--brand);
  border-radius: 50%;
  margin-right: 10px;
  transform: translateY(-2px);
}

/* ---------------- Fluxo Phygital ---------------- */
.flow-section {
  padding: 60px 0;
  background: var(--canvas);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.flow-diagram {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: nowrap;
}
.flow-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 22px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.flow-step:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.flow-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 14px;
  box-shadow: 0 10px 24px -12px rgba(232,90,26,0.5);
}
.flow-icon svg { width: 26px; height: 26px; }
.flow-icon-1 { background: linear-gradient(135deg, #2A3345, #4A5566); }
.flow-icon-2 { background: linear-gradient(135deg, #E85A1A, #F58650); }
.flow-icon-3 { background: linear-gradient(135deg, #1F4E8C, #3775C4); }
.flow-icon-4 { background: linear-gradient(135deg, #C9A66B, #E4C58A); color: var(--ink); }
.flow-label strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--ink);
  margin-bottom: 2px;
}
.flow-label span {
  font-size: 0.82rem;
  color: var(--muted);
}
.flow-arrow {
  display: flex;
  align-items: center;
  color: var(--brand);
  width: 60px;
  flex-shrink: 0;
}
.flow-arrow svg { width: 100%; }

/* ---------------- Sections ---------------- */
.section {
  padding: 110px 0;
}
.section-alt {
  background: var(--canvas);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section-dark {
  background: linear-gradient(180deg, #0d1420 0%, #131c2c 100%);
  color: rgba(255,255,255,0.85);
}
.section-dark .section-title,
.section-dark h3 { color: #fff; }
.section-dark .section-eyebrow { color: var(--brand); }

/* Two column */
.two-col {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 72px;
  align-items: start;
}
.col-text .lede { margin-bottom: 1.2em; }

.checklist { margin: 1rem 0 1.5em; }
.checklist li {
  position: relative;
  padding: 0.4rem 0 0.4rem 34px;
  font-size: 1.02rem;
  color: var(--ink-2);
}
.checklist li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.85rem;
  width: 20px; height: 20px;
  background: var(--brand-soft);
  border-radius: 50%;
}
.checklist li::after {
  content: "";
  position: absolute;
  left: 6px; top: 1.15rem;
  width: 8px; height: 4px;
  border-left: 2px solid var(--brand);
  border-bottom: 2px solid var(--brand);
  transform: rotate(-45deg);
}
.checklist-alt li { padding-left: 28px; }
.checklist-alt li::before {
  background: none;
  border: 2px solid var(--brand);
  width: 8px; height: 8px;
  border-radius: 50%;
  top: 1rem;
  left: 4px;
}
.checklist-alt li::after { content: none; }

/* Stat card */
.stat-card {
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius);
  padding: 40px 36px;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}
.stat-card::before {
  content: "";
  position: absolute;
  right: -60px; top: -60px;
  width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(232,90,26,0.28), transparent 70%);
}
.stat-eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand);
  font-weight: 600;
  margin: 0 0 1.5rem;
}
.stat-row {
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.stat-row:first-of-type { border-top: 0; padding-top: 0; }
.stat-num {
  display: block;
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
}
.stat-desc {
  color: rgba(255,255,255,0.7);
  font-size: 0.98rem;
  line-height: 1.45;
}

/* Apresentação */
.apresentacao-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 72px;
  align-items: start;
}
.apresentacao-text .lede { color: rgba(255,255,255,0.9); }
.apresentacao-text p { color: rgba(255,255,255,0.75); }
.pillar-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.pillar {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 24px;
  border-radius: var(--radius-sm);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.pillar:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(232,90,26,0.4);
  transform: translateY(-2px);
}
.pillar-num {
  font-family: var(--serif);
  font-size: 0.9rem;
  color: var(--brand);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.pillar h3 {
  font-size: 1.05rem;
  margin: 8px 0 8px;
  color: #fff;
}
.pillar p {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.7);
  margin: 0;
}

/* Serviços */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 30px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}
.service-card-featured {
  background: linear-gradient(180deg, #FFF9F4, #ffffff);
  border-color: rgba(232,90,26,0.25);
}
.service-tag {
  position: absolute;
  top: 20px; right: 20px;
  background: var(--brand);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 999px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.service-icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: var(--brand-soft);
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.service-icon svg { width: 28px; height: 28px; }
.service-card h3 {
  font-size: 1.25rem;
  color: var(--ink);
}
.service-lede {
  font-size: 0.98rem;
  color: var(--graphite);
  margin-bottom: 1.2em;
}
.service-list li {
  font-size: 0.92rem;
  padding: 0.35rem 0 0.35rem 20px;
  color: var(--ink-3);
  position: relative;
}
.service-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.75rem;
  width: 10px; height: 2px;
  background: var(--brand);
}

/* Metodologia / steps */
.steps {
  counter-reset: step;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 40px;
  margin: 0 0 60px;
}
.steps li {
  display: flex;
  gap: 24px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}
.step-num {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--brand);
  min-width: 44px;
  line-height: 1;
}
.steps h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.steps p {
  color: var(--graphite);
  font-size: 0.98rem;
  margin: 0;
  line-height: 1.55;
}
.methodology-callout {
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius);
  padding: 48px;
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 40px;
  align-items: center;
  box-shadow: var(--shadow-lg);
}
.methodology-callout h3 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 12px;
}
.methodology-callout p {
  color: rgba(255,255,255,0.75);
  margin: 0;
  font-size: 1.02rem;
}

/* Números */
.section-numbers { padding: 90px 0; }
.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.number-block {
  padding: 32px 28px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.02);
}
.number-value {
  display: block;
  font-family: var(--serif);
  font-size: 3.4rem;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}
.number-label {
  display: block;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand);
  font-weight: 600;
  margin-bottom: 14px;
}
.number-block p {
  color: rgba(255,255,255,0.7);
  font-size: 0.94rem;
  margin: 0;
}

/* Clientes / carrossel */
.clients-marquee {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
  margin: 32px 0 60px;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.clients-track {
  display: inline-flex;
  gap: 24px;
  white-space: nowrap;
  animation: scroll 40s linear infinite;
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--ink-2);
  padding-right: 24px;
}
.clients-track span:nth-child(even) { color: var(--brand); font-size: 1.2rem; }
@keyframes scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial {
  margin: 0;
  padding: 32px 30px;
  background: var(--canvas);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  position: relative;
}
.testimonial::before {
  content: "\201C";
  position: absolute;
  top: 0; left: 22px;
  font-family: var(--serif);
  font-size: 5rem;
  color: var(--brand);
  line-height: 1;
  opacity: 0.35;
}
.testimonial p {
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--ink);
  line-height: 1.5;
  margin: 20px 0 20px;
}
.testimonial footer {
  border-top: 1px solid var(--line);
  padding-top: 16px;
  font-size: 0.88rem;
}
.testimonial footer strong { display: block; color: var(--ink); }
.testimonial footer span { color: var(--muted); }

/* Objeções */
.objections-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 32px;
}
.objection {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}
.objection-q {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 12px;
  padding-left: 22px;
  position: relative;
}
.objection-q::before {
  content: "";
  position: absolute;
  left: 0; top: 0.5em;
  width: 12px; height: 3px;
  background: var(--brand);
}
.objection-a {
  font-size: 0.98rem;
  color: var(--graphite);
  margin: 0;
  line-height: 1.6;
}
.objection-a strong { color: var(--ink); font-weight: 600; }

/* Credenciais */
.credentials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.credential {
  padding: 32px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-align: left;
  background: var(--paper);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.credential:hover {
  border-color: var(--brand);
  transform: translateY(-3px);
}
.credential-icon {
  width: 44px; height: 44px;
  color: var(--brand);
  margin-bottom: 16px;
}
.credential h3 { font-size: 1.05rem; margin-bottom: 8px; }
.credential p { font-size: 0.92rem; color: var(--graphite); margin: 0; }

/* FAQ */
.faq {
  max-width: 900px;
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
  cursor: pointer;
}
.faq summary {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--ink);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-family: var(--sans);
  color: var(--brand);
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 300;
  transition: transform 0.25s ease;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p {
  margin: 14px 0 0;
  color: var(--graphite);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 800px;
}

/* CTA */
.section-cta {
  background: var(--canvas);
  padding: 100px 0;
}
.cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.cta-text .section-title { font-size: clamp(1.8rem, 3vw, 2.4rem); }
.cta-text p {
  color: var(--graphite);
  font-size: 1.05rem;
  max-width: 500px;
}
.cta-contact {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-top: 32px;
}
.cta-contact li {
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cta-label {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.cta-contact a { color: var(--brand); font-weight: 500; }
.cta-form {
  background: var(--paper);
  padding: 40px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
}
.cta-form h3 {
  font-size: 1.35rem;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.cta-form label {
  display: block;
  margin-bottom: 16px;
}
.cta-form label span {
  display: block;
  font-size: 0.82rem;
  color: var(--ink-2);
  font-weight: 600;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}
.cta-form input,
.cta-form select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 0.98rem;
  color: var(--ink);
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.cta-form input:focus,
.cta-form select:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(232,90,26,0.15);
}
.form-note {
  font-size: 0.82rem;
  color: var(--muted);
  text-align: center;
  margin: 12px 0 0;
}
.form-success {
  background: rgba(60, 160, 90, 0.1);
  color: #276a3f;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  margin: 12px 0 0;
  border: 1px solid rgba(60,160,90,0.25);
}

/* Footer */
.site-footer {
  background: var(--ink);
  color: rgba(255,255,255,0.7);
  padding: 72px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 56px;
}
.brand-footer .brand-mark {
  background: var(--brand);
  color: #fff;
}
.brand-footer .brand-text strong { color: #fff; }
.brand-footer .brand-text em { color: rgba(255,255,255,0.5); }
.footer-text {
  margin-top: 20px;
  color: rgba(255,255,255,0.55);
  font-size: 0.94rem;
  max-width: 320px;
  line-height: 1.55;
}
.site-footer h4 {
  color: #fff;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.site-footer ul li {
  font-size: 0.94rem;
  padding: 6px 0;
}
.site-footer ul li a:hover { color: var(--brand); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 24px 0;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
}
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

/* ---------------- Responsive ---------------- */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { min-height: 380px; }
  .two-col,
  .apresentacao-grid,
  .cta-inner,
  .methodology-callout { grid-template-columns: 1fr; gap: 40px; }
  .steps { grid-template-columns: 1fr; }
  .services-grid,
  .credentials-grid,
  .testimonials,
  .objections-grid,
  .numbers-grid { grid-template-columns: 1fr 1fr; }
  .pillar-list { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .flow-diagram { flex-wrap: wrap; }
  .flow-step { flex: 1 1 45%; }
}

@media (max-width: 720px) {
  .section { padding: 72px 0; }
  .hero { padding: 64px 0 90px; }
  .hero-badges { grid-template-columns: 1fr; gap: 16px; }
  .hero-card-main { transform: none; }
  .hero-float-a { top: -10px; left: 5px; }
  .hero-float-b { bottom: -10px; right: 5px; }
  .services-grid,
  .credentials-grid,
  .testimonials,
  .objections-grid,
  .numbers-grid,
  .pillar-list,
  .footer-grid { grid-template-columns: 1fr; }
  .site-nav {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: #fff;
    flex-direction: column;
    padding: 20px 24px;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    gap: 12px;
  }
  .site-nav.open { display: flex; }
  .nav-toggle { display: block; margin-left: auto; }
  .header-inner .btn { display: none; }
  .trust-items { gap: 12px; font-size: 0.82rem; }
  .cta-form { padding: 28px 24px; }
  .methodology-callout { padding: 32px; }
  .clients-track { font-size: 1.15rem; }
  .flow-diagram { flex-direction: column; align-items: stretch; }
  .flow-step { width: 100%; }
  .flow-arrow { width: 30px; margin: 0 auto; transform: rotate(90deg); }
}
