/* MARKE — section & component styles */

/* ===== NAV ===== */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  transition: background 0.4s var(--ease), backdrop-filter 0.4s var(--ease), border-color 0.4s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(24,29,34,0.72);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  border-bottom: 1px solid var(--line-soft);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 84px; }
.nav-logo { height: clamp(44px, 6vw, 56px); width: auto; display: block; transition: height 0.4s var(--ease); }
.nav.scrolled .nav-logo { height: 32px; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-link {
  color: var(--ink-2); text-decoration: none; font-size: 15px; font-weight: 500;
  position: relative; transition: color 0.3s var(--ease);
}
.nav-link::after {
  content: ""; position: absolute; left: 0; bottom: -6px; height: 1.5px; width: 0;
  background: var(--crimson); transition: width 0.35s var(--ease);
}
.nav-link:hover { color: var(--ink); }
.nav-link:hover::after { width: 100%; }
.nav-link.active { color: var(--ink); }
.nav-link.active::after { width: 100%; background: var(--crimson); }
.nav-cta {
  font-size: 14px; padding: 11px 20px; box-shadow: 0 6px 22px -10px rgba(200,68,94,0.6);
  opacity: 0; transform: translateY(-6px) scale(0.96); pointer-events: none;
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
}
.nav-cta.show { opacity: 1; transform: none; pointer-events: auto; }
.nav-menu-btn { display: none; }
/* reading progress — processo claro, do início ao fim */
.nav-progress {
  position: absolute; left: 0; bottom: -1px; height: 2px; width: 0%;
  background: linear-gradient(90deg, var(--crimson), var(--teal));
  border-radius: 0 2px 2px 0; pointer-events: none;
}
@media (max-width: 860px) {
  .nav-links { display: none; }
  /* opaque nav on scroll so content doesn't show through behind it on mobile */
  .nav.scrolled { background: rgba(24,29,34,0.97); }
}

/* ===== HERO ===== */
.hero { position: relative; padding-top: 150px; padding-bottom: clamp(70px, 9vw, 130px); overflow: hidden; }
/* blueprint grid — "estrutura" made visible behind the first fold */
.hero::before {
  content: ""; position: absolute; inset: 60px 0 12% 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.038) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: radial-gradient(90% 85% at 55% 6%, #000 12%, transparent 78%);
          mask-image: radial-gradient(90% 85% at 55% 6%, #000 12%, transparent 78%);
}
.hero-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(36px, 5vw, 72px);
  align-items: start;
}
@media (max-width: 940px) { .hero-grid { grid-template-columns: 1fr; gap: 48px; } .hero { padding-top: 104px; } }

.hero-eyebrow { margin-bottom: 30px; max-width: 380px; line-height: 1.55; align-items: flex-start; padding: 0; border: none; background: none; letter-spacing: 0.14em; color: var(--ink-3); text-wrap: balance; white-space: normal; }
.hero-eyebrow::before { margin-top: 7px; width: 5px; height: 5px; }
.hero-h1 { margin-bottom: 28px; }
.hero-h1 .word { display: inline; }
.hero-sub { max-width: 540px; margin-bottom: 34px; }
.hero-offer {
  display: flex; align-items: center; gap: 14px; margin-bottom: 26px;
  font-size: 15px; color: var(--ink-3);
}
.hero-offer .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); flex: none; box-shadow: 0 0 0 4px rgba(117,189,173,0.15); }
.hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }

/* trust strip — selos na primeira dobra, marcas em branco monocromático */
.hero-seals { margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--line-soft); display: flex; flex-direction: column; gap: 16px; max-width: 540px; }
.hero-seals-label { font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; color: var(--ink-4); white-space: nowrap; }
.hero-seals-row { display: flex; align-items: center; gap: clamp(24px, 3.4vw, 42px); flex-wrap: wrap; }
.hero-seal { display: block; opacity: 0.78; transition: opacity 0.35s var(--ease), transform 0.35s var(--ease); }
.hero-seal:hover { opacity: 1; transform: translateY(-2px); }
.hero-seal img { display: block; width: auto; height: auto; max-height: 44px; max-width: 150px; }
/* mobile: shrink partner seals so all three fit on one line */
@media (max-width: 540px) {
  .hero-seals-row { gap: 14px; }
  .hero-seal img { max-height: 24px; max-width: 70px; }
  .hero-seal.rd img { max-height: 42px; }
}

/* hero visual */
.hero-visual { position: relative; perspective: 1200px; }
.hero-card {
  position: relative;
  padding: 28px;
  transform: translate(var(--tx, 0), var(--ty, 0));
  transition: transform 0.6s var(--ease);
}
.hero-card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.hero-card-title { font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; }
.hero-card-badge {
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600;
  color: var(--teal); padding: 5px 11px; border: 1px solid rgba(117,189,173,0.3); border-radius: 100px;
}
.hero-graph { width: 100%; height: auto; display: block; }
.hero-chips { display: flex; gap: 10px; margin-top: 18px; flex-wrap: wrap; }
.hero-chip {
  font-size: 12.5px; padding: 7px 13px; border-radius: 100px; background: var(--panel-2);
  border: 1px solid var(--line-soft); color: var(--ink-2); display: flex; align-items: center; gap: 7px;
}
.hero-chip b { color: var(--ink); font-weight: 600; }
.hero-float {
  position: absolute; z-index: 3;
  padding: 14px 18px; border-radius: 16px;
  display: flex; align-items: center; gap: 12px;
  animation: float 6s ease-in-out infinite;
}
.hero-float .fv { font-family: var(--display); font-size: 26px; font-weight: 300; color: var(--ink); line-height: 1; }
.hero-float .fl { font-size: 11px; color: var(--ink-3); line-height: 1.25; max-width: 90px; }
.hero-float.f1 { top: -26px; right: 16px; }
.hero-float.f2 { bottom: -24px; right: -14px; animation-delay: -3s; }
.hero-float .fv .accent { color: var(--crimson); }
@media (max-width: 540px) { .hero-float { display: none; } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* hero audit card — auditoria na primeira dobra */
.hero-audit { position: relative; padding: clamp(22px, 2.4vw, 30px); }
.hero-audit-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 20px; }
.hero-audit-kicker {
  display: inline-flex; align-items: center; gap: 9px; white-space: nowrap;
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: var(--ink-2);
}
.hero-audit-kicker .ha-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--teal); flex: none;
  box-shadow: 0 0 0 4px rgba(117,189,173,0.16);
  animation: pulse 2.4s infinite;
}
.hero-audit-steps {
  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600;
  color: var(--teal); padding: 5px 11px; border: 1px solid rgba(117,189,173,0.3); border-radius: 100px; white-space: nowrap;
}
.hero-audit-q {
  font-family: var(--display); font-weight: 300; font-size: clamp(20px, 1.9vw, 25px);
  line-height: 1.18; letter-spacing: -0.012em; color: var(--ink); margin-bottom: 18px; text-wrap: balance;
}
.hero-audit-opts { display: flex; flex-direction: column; gap: 9px; }
.hero-audit-opt {
  display: flex; align-items: center; justify-content: space-between; gap: 12px; text-align: left;
  font-family: var(--body); font-size: 15px; font-weight: 500; color: var(--ink-2);
  padding: 14px 16px; border-radius: 13px; background: var(--panel); border: 1px solid var(--line-soft);
  cursor: pointer; width: 100%;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease), color 0.3s var(--ease), transform 0.25s var(--ease);
}
.hero-audit-opt .arrow { color: var(--ink-4); transition: color 0.3s var(--ease), transform 0.3s var(--ease); }
.hero-audit-opt:hover { border-color: rgba(200,68,94,0.5); background: rgba(200,68,94,0.08); color: var(--ink); transform: translateX(3px); }
.hero-audit-opt:hover .arrow { color: var(--crimson-hi); transform: translateX(3px); }
.hero-audit-foot { font-size: 12.5px; color: var(--ink-4); margin-top: 18px; line-height: 1.5; }

/* ascending graph line draw */
.ag-line { stroke-dasharray: 1; stroke-dashoffset: 1; }
.ag-line.in { transition: stroke-dashoffset 1.6s var(--ease-out) 0.2s; stroke-dashoffset: 0; }
@media (prefers-reduced-motion: reduce) { .ag-line { stroke-dashoffset: 0 !important; } }

/* ===== MIRROR ===== */
.mirror-grid { display: grid; grid-template-columns: 1fr 0.85fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
@media (max-width: 860px) { .mirror-grid { grid-template-columns: 1fr; gap: 40px; } }
.mirror-title { margin-bottom: 0; }

/* diagnóstico panel — ancora a coluna direita */
.mirror-panel { position: relative; padding: clamp(24px, 2.6vw, 32px) clamp(24px, 2.8vw, 34px); border-radius: 20px; }
.mirror-chaos { position: absolute; top: -52px; right: -26px; width: 190px; height: auto; pointer-events: none; opacity: 0.65; }
@media (max-width: 860px) { .mirror-chaos { display: none; } }
.mirror-panel-head {
  display: flex; align-items: center; gap: 9px; margin-bottom: 10px; white-space: nowrap;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; color: var(--ink-3);
}
.mirror-panel-head .mp-dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--crimson); flex: none;
  box-shadow: 0 0 0 4px rgba(200,68,94,0.15);
  animation: pulse 2.4s infinite;
}
.mirror-panel-foot { border-top: 1px solid var(--line-soft); padding-top: 16px; margin-top: 2px; color: var(--ink-4); font-style: italic; font-size: 15px; line-height: 1.5; }
.symptoms { display: flex; flex-direction: column; gap: 0; }
.symptom {
  display: flex; align-items: center; gap: 16px; padding: 17px 0;
  border-top: 1px solid var(--line-soft); color: var(--ink-2); font-size: clamp(15.5px,1.3vw,17.5px);
  transition: padding-left 0.4s var(--ease), color 0.4s var(--ease);
}
.symptom:first-child { border-top: none; }
.symptom:hover { padding-left: 12px; color: var(--ink); }
.symptom .x {
  width: 26px; height: 26px; border-radius: 50%; flex: none; position: relative;
  border: 1.5px solid rgba(200,68,94,0.45);
}
.symptom .x::before, .symptom .x::after {
  content: ""; position: absolute; left: 50%; top: 50%; width: 10px; height: 1.6px; background: var(--crimson);
}
.symptom .x::before { transform: translate(-50%,-50%) rotate(45deg); }
.symptom .x::after { transform: translate(-50%,-50%) rotate(-45deg); }

/* ===== PIVOT ===== */
.pivot { background: linear-gradient(180deg, transparent, rgba(0,0,0,0.18)); overflow: hidden; }
.pivot::after {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: url("assets/sketch-mindmap.jpg") center/cover no-repeat;
  filter: invert(1) grayscale(1) contrast(1.05);
  opacity: 0.06; mix-blend-mode: screen;
  animation: sketchDrift 44s ease-in-out infinite;
}
@keyframes sketchDrift { 0%,100% { transform: scale(1.06) translate(0,0); } 50% { transform: scale(1.13) translate(-2%,-2%); } }
@media (prefers-reduced-motion: reduce) { .pivot::after { animation: none; } }
.pivot-inner { position: relative; z-index: 1; max-width: 920px; margin: 0 auto; text-align: center; }
.pivot-title { margin-bottom: 38px; }
.pivot-body { max-width: 720px; margin: 0 auto 22px; }
.pivot-punch {
  font-family: var(--display); font-weight: 300; font-style: italic;
  font-size: clamp(22px, 2.6vw, 34px); color: var(--ink); margin-top: 30px; letter-spacing: -0.01em;
}
.pivot-punch b { font-style: italic; font-weight: 600; color: var(--crimson-hi); }

/* connection diagram — ações soltas → estrutura */
.conn-wrap { max-width: 880px; margin: clamp(28px, 4vw, 46px) auto 0; }
.conn-svg { width: 100%; height: auto; display: block; }
.conn-svg .conn-chaos { opacity: 0.95; transition: opacity 1.6s var(--ease) 0.5s; }
.conn-svg.in .conn-chaos { opacity: 0.42; }
.conn-label { fill: var(--ink-4); font-family: var(--body); font-size: 11.5px; font-weight: 600; letter-spacing: 0.22em; }
@media (max-width: 620px) { .conn-label { font-size: 17px; } }

/* ===== SECTION HEADER (shared) ===== */
.sec-head { max-width: 760px; margin-bottom: clamp(48px, 6vw, 84px); }
.sec-head.center { margin-inline: auto; }
.sec-head .eyebrow { margin-bottom: 22px; }
.sec-head .intro { margin-top: 22px; }

/* ===== STRUCTURE ===== */
.structure { background: var(--bg-2); }
.structure::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(75% 55% at 50% 0%, #000, transparent 85%);
          mask-image: radial-gradient(75% 55% at 50% 0%, #000, transparent 85%);
}
.stages { position: relative; display: flex; flex-direction: column; gap: 16px; }
.stages::before {
  content: ""; position: absolute; left: 27px; top: 34px; bottom: 34px; width: 2px;
  background: linear-gradient(180deg, var(--crimson), var(--teal));
  opacity: 0.14; border-radius: 2px;
}
/* spine fill — preenche conforme o scroll percorre a jornada */
.stages-fill {
  position: absolute; left: 27px; top: 34px; bottom: 34px; width: 2px; z-index: 0;
  background: linear-gradient(180deg, var(--crimson), var(--teal));
  border-radius: 2px; transform-origin: top; transform: scaleY(0);
}
@media (max-width: 760px) { .stages::before, .stages-fill { left: 19px; } }

.stage-row {
  display: grid; grid-template-columns: 56px 1fr; gap: clamp(18px, 2.6vw, 32px);
  align-items: start; position: relative;
}
@media (max-width: 760px) { .stage-row { grid-template-columns: 40px 1fr; gap: 16px; } }

.stage-node {
  width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center;
  background: var(--bg-3); border: 1px solid var(--line); position: relative; z-index: 1;
  box-shadow: 0 0 0 6px var(--bg-2);
  transition: border-color 0.45s var(--ease), transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}
@media (max-width: 760px) { .stage-node { width: 40px; height: 40px; } }
.stage-node-num {
  font-family: var(--display); font-weight: 300; font-size: 23px; color: var(--ink-3); line-height: 1;
  transition: color 0.45s var(--ease);
}
@media (max-width: 760px) { .stage-node-num { font-size: 17px; } }
.stage-node svg { width: 23px; height: 23px; color: var(--ink-3); transition: color 0.45s var(--ease); }
@media (max-width: 760px) { .stage-node svg { width: 18px; height: 18px; } }
.stage-row:hover .stage-node { border-color: var(--crimson); transform: translateY(-2px); box-shadow: 0 0 0 6px var(--bg-2), 0 10px 28px -12px rgba(200,68,94,0.6); }
.stage-row:hover .stage-node-num { color: var(--ink); }
.stage-row:hover .stage-node svg { color: var(--crimson-hi); }
/* spine reaches the node as you scroll the journey — nodes ignite in sequence */
.stage-node.reached { border-color: var(--crimson); box-shadow: 0 0 0 6px var(--bg-2), 0 8px 24px -12px rgba(200,68,94,0.55); }
.stage-node.reached .stage-node-num { color: var(--ink); }
.stage-node.reached svg { color: var(--crimson-hi); }

.stage-card {
  padding: clamp(22px, 2.6vw, 30px) clamp(22px, 2.8vw, 34px);
  display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(20px, 3vw, 44px); align-items: start;
  position: relative; overflow: hidden;
  transition: border-color 0.45s var(--ease), transform 0.45s var(--ease), background 0.45s var(--ease);
}
@media (max-width: 760px) { .stage-card { grid-template-columns: 1fr; gap: 14px; } }
.stage-card::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(180deg, var(--crimson), var(--teal));
  transform: scaleY(0); transform-origin: top; transition: transform 0.5s var(--ease);
}
.stage-row:hover .stage-card { border-color: var(--line); background: var(--panel-2); transform: translateX(5px); }
.stage-row:hover .stage-card::before { transform: scaleY(1); }
/* ghost numeral — ritmo e hierarquia */
.stage-card::after {
  content: attr(data-num); position: absolute; top: -8px; right: 16px;
  font-family: var(--display); font-weight: 300; font-size: 96px; line-height: 1;
  color: rgba(255,255,255,0.045); pointer-events: none;
}
@media (max-width: 760px) { .stage-card::after { font-size: 60px; right: 12px; } }

.stage-card-l { position: relative; }
.stage-name { font-family: var(--display); font-weight: 400; font-size: clamp(25px, 2.4vw, 33px); letter-spacing: -0.01em; margin-bottom: 8px; }
.stage-tag { color: var(--teal); font-style: italic; font-size: 16px; line-height: 1.4; }
.stage-body { color: var(--ink-2); font-size: 16px; line-height: 1.62; margin-bottom: 18px; }
.stage-items { display: flex; flex-wrap: wrap; gap: 8px; }
.stage-item {
  font-size: 13px; padding: 7px 13px; border-radius: 8px; background: rgba(255,255,255,0.03);
  border: 1px solid var(--line-soft); color: var(--ink-3);
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.stage-row:hover .stage-item { color: var(--ink-2); border-color: var(--line); }

.motto { display: flex; flex-wrap: wrap; gap: clamp(14px,3vw,40px); margin-top: clamp(44px,5vw,68px); justify-content: center; }
.motto span {
  font-family: var(--display); font-weight: 300; font-size: clamp(20px,2.4vw,30px);
  letter-spacing: -0.01em; color: var(--ink-3); display: inline-flex; align-items: center; gap: clamp(14px,3vw,40px);
}
.motto span:not(:last-child)::after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--crimson); }
.motto span.lit { color: var(--ink); }

/* ===== SOBRE / AUTHORITY ===== */
.sobre-head { display: grid; grid-template-columns: 1fr 0.95fr; gap: clamp(30px,5vw,80px); align-items: end; }
@media (max-width: 880px) { .sobre-head { grid-template-columns: 1fr; gap: 24px; align-items: start; } }
.sobre-title { margin-top: 22px; }
.sobre-copy { display: flex; flex-direction: column; gap: 16px; max-width: 560px; }
@media (min-width: 881px) { .sobre-copy { padding-bottom: 4px; } }

/* Founders — full-bleed, feathered so the partners emerge from the page */
.founders {
  position: relative; margin-top: clamp(44px, 6vw, 84px);
  background: radial-gradient(58% 66% at 50% 47%, rgba(57,66,76,0.55), rgba(57,66,76,0) 70%);
}
.founders-frame { position: relative; width: min(100%, 1380px); margin: 0 auto; }
.founders-img {
  display: block; width: 100%; height: auto;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0, #000 11%, #000 89%, transparent 100%),
    linear-gradient(to bottom, transparent 0, #000 9%, #000 95%, transparent 100%);
  -webkit-mask-composite: source-in;
          mask-image:
    linear-gradient(to right, transparent 0, #000 11%, #000 89%, transparent 100%),
    linear-gradient(to bottom, transparent 0, #000 9%, #000 95%, transparent 100%);
          mask-composite: intersect;
}
.founders-cap {
  text-align: center; margin-top: clamp(6px, 1.4vw, 16px);
  font-family: var(--display); font-style: italic; font-weight: 300;
  font-size: clamp(16px, 1.9vw, 22px); color: var(--ink-2); letter-spacing: -0.01em;
}

/* Stats — grounded 3-up that closes the section */
.sobre-stats {
  margin-top: clamp(40px, 5vw, 70px);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px,3vw,48px);
  border-top: 1px solid var(--line-soft); padding-top: clamp(30px,3.5vw,46px);
}
@media (max-width: 760px) {
  .sobre-stats { grid-template-columns: 1fr; gap: 0; padding-top: 28px; }
  .sobre-stat { padding: 22px 0; border-bottom: 1px solid var(--line-soft); }
}
.sobre-stat .v { font-family: var(--display); font-weight: 300; font-size: clamp(46px,5.4vw,72px); line-height: 1; color: var(--ink); }
.sobre-stat .v .sfx { font-size: 0.36em; color: var(--ink-3); font-style: italic; margin-left: 4px; }
.sobre-stat .l { color: var(--ink-2); font-size: clamp(14px,1.1vw,16px); margin-top: 12px; max-width: 250px; }

.brands-line { margin-top: 40px; }
.brands-label { font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-4); margin-bottom: 16px; }
.brands { display: flex; flex-wrap: wrap; gap: 12px; }
.brand-chip {
  font-family: var(--display); font-weight: 400; font-size: 17px; letter-spacing: 0.01em;
  padding: 12px 20px; border: 1px solid var(--line-soft); border-radius: 12px;
  color: var(--ink-3); background: var(--panel);
  transition: color 0.35s var(--ease), border-color 0.35s var(--ease), transform 0.35s var(--ease);
}
.brand-chip:hover { color: var(--ink); border-color: var(--line); transform: translateY(-3px); }

/* shared block label */
.auth-block-label {
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-4); margin-bottom: 20px; font-weight: 600;
}

/* client logos — full-bleed auto-scrolling marquee */
.auth-clients-full { margin-top: clamp(44px, 5.5vw, 70px); }
.auth-clients-full .auth-block-label { margin-bottom: 18px; }
.clients-marquee {
  overflow: hidden; width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track { display: flex; width: max-content; will-change: transform; }
.marquee-group { display: flex; gap: 16px; padding-right: 16px; flex: none; }
.client-slot { flex: none; width: 190px; height: 92px; border-radius: 12px; background: rgba(255,255,255,0.05); padding: 18px 22px; box-sizing: border-box; }
.client-slot img { width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; }

/* ===== PROOF ===== */
.proof-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 920px) { .proof-cards { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; } }
.case {
  padding: 30px 28px 32px; display: flex; flex-direction: column;
  transition: transform 0.5s var(--ease), border-color 0.5s var(--ease), background 0.5s var(--ease);
  position: relative; overflow: hidden;
}
.case::after {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px;
  background: linear-gradient(90deg, var(--crimson), var(--teal)); transform: scaleX(0); transform-origin: left;
  transition: transform 0.6s var(--ease);
}
.case:hover { transform: translateY(-6px); border-color: var(--line); background: var(--panel-2); }
.case:hover::after { transform: scaleX(1); }
.case-top { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.case-logo-slot { flex: none; width: 56px; height: 56px; border-radius: 10px; background: rgba(255,255,255,0.06); padding: 9px; box-sizing: border-box; }
.case-logo-slot img { width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; }
.case-name { font-family: var(--display); font-weight: 400; font-size: 24px; margin-bottom: 0; }
.case-desc { font-size: 14px; line-height: 1.55; color: var(--ink-3); margin-bottom: 26px; min-height: 66px; }
.case-metrics { display: flex; flex-direction: column; gap: 18px; margin-top: auto; }
.metric { border-top: 1px solid var(--line-soft); padding-top: 14px; }
.metric.hero-metric { border-top-color: rgba(200,68,94,0.3); }
.metric .mv { font-family: var(--display); font-weight: 300; font-size: 34px; line-height: 1; color: var(--ink); display: flex; align-items: baseline; }
.metric.hero-metric .mv { color: var(--crimson-hi); font-size: 42px; }
.metric .mu { font-size: 13px; color: var(--ink-2); margin-top: 5px; font-weight: 500; }
.metric .mn { font-size: 12px; color: var(--ink-4); }

/* ===== FIT — banda de declaração, mais peso ===== */
.fit {
  background: linear-gradient(180deg, rgba(13,17,21,0.5), rgba(13,17,21,0.18));
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.fit::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(50% 65% at 6% 12%, rgba(200,68,94,0.13), transparent 62%),
    radial-gradient(40% 55% at 96% 90%, rgba(117,189,173,0.08), transparent 60%);
}
.fit-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(40px,6vw,80px); align-items: start; }
@media (max-width: 860px) { .fit-grid { grid-template-columns: 1fr; gap: 36px; } }
.fit-points { display: flex; flex-direction: column; gap: 14px; }
.fit-point {
  display: flex; gap: 18px; align-items: flex-start; padding: 22px 24px; border-radius: 16px;
  background: var(--panel); border: 1px solid var(--line-soft);
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease), background 0.4s var(--ease);
}
.fit-point:hover { transform: translateX(6px); border-color: var(--line); background: var(--panel-2); }
.fit-check { width: 32px; height: 32px; flex: none; border-radius: 9px; background: rgba(117,189,173,0.13); display: grid; place-items: center; margin-top: 1px; }
.fit-check svg { width: 17px; height: 17px; color: var(--teal); }
.fit-text { color: var(--ink-2); font-size: 16px; line-height: 1.55; }
.fit-close { margin-top: 30px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.fit-close .line { font-family: var(--display); font-style: italic; font-weight: 300; font-size: clamp(19px,2vw,24px); color: var(--ink); }
