/* ============================================================
   BHS — Página de Case (cpt_portfolio)
   Prefixo .bc-  | escopo: .bc-case
   ============================================================ */

.bc-case {
  --bc-green: #1CE766;
  --bc-green-d: #14CC55;
  --bc-dark: #000000;
  --bc-ink: #0c0c0c;
  --bc-muted: rgba(12,12,12,0.66);
  font-family: var(--bhs-font-body, 'Plus Jakarta Sans', sans-serif);
  background: #fff;
  overflow-x: hidden;
}
.bc-case * { box-sizing: border-box; }
.bc-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 64px);
  width: 100%;
}

/* ---------- HERO (compacto: foto + título sobreposto) ---------- */
.bc-hero {
  position: relative;
  min-height: clamp(360px, 46vw, 560px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #06140d;
}
.bc-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.bc-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(3,8,5,0.88) 0%, rgba(3,8,5,0.55) 45%, rgba(3,8,5,0.15) 100%),
              linear-gradient(0deg, rgba(3,8,5,0.75) 0%, transparent 55%);
}
.bc-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 90px;
  padding-bottom: clamp(40px, 5vw, 70px);
}
.bc-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  background: rgba(28,231,102,0.16);
  border: 1px solid rgba(28,231,102,0.5);
  border-radius: 999px;
  padding: 6px 16px;
  margin: 0 0 22px;
}
.bc-hero__title {
  font-family: 'Power Grotesk', sans-serif;
  font-size: clamp(30px, 4.2vw, 56px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0;
  max-width: 880px;
}
.bc-hero__title strong { font-weight: 700; }
.bc-hero__logo {
  position: absolute;
  top: clamp(96px, 11vw, 124px);
  left: clamp(20px, 5vw, 64px);
  z-index: 3;
  height: clamp(40px, 4.4vw, 56px);
  width: auto;
}

/* ---------- HERO FULL (FIEMG: verde + imagem) ---------- */
.bc-herofull {
  position: relative;
  background:
    radial-gradient(circle at 78% 30%, rgba(28,231,102,0.30), transparent 42%),
    linear-gradient(135deg, #04130b 0%, #0a2417 55%, #04130b 100%);
  overflow: hidden;
}
.bc-herofull__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
  padding: clamp(110px, 11vw, 160px) 0 clamp(56px, 6vw, 90px);
}
.bc-herofull__eyebrow {
  font-family: 'Power Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--bc-green);
  margin: 0 0 24px;
}
.bc-herofull__title {
  font-family: 'Power Grotesk', sans-serif;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 700;
  line-height: 1.0;
  color: #fff;
  margin: 0 0 28px;
}
.bc-herofull__lead {
  font-family: 'Power Grotesk', sans-serif;
  font-size: clamp(20px, 2.2vw, 27px);
  font-weight: 400;
  color: #fff;
  margin: 0 0 18px;
  max-width: 460px;
}
.bc-herofull__desc {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,0.78);
  margin: 0;
  max-width: 460px;
}
.bc-herofull__media { position: relative; }
.bc-herofull__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 600;
  color: #0c0c0c;
  margin-bottom: 18px;
}
.bc-herofull__img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  display: block;
}

/* ---------- Seções claras genéricas ---------- */
.bc-sec { padding: clamp(56px, 7vw, 96px) 0; background: #fff; }
.bc-sec--alt { background: #F4F5F3; }
.bc-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--bc-muted);
  margin: 0 0 18px;
}
.bc-h2 {
  font-family: 'Power Grotesk', sans-serif;
  font-size: clamp(28px, 3.6vw, 48px);
  font-weight: 400;
  line-height: 1.08;
  color: var(--bc-ink);
  margin: 0 0 18px;
}
.bc-h2 strong { font-weight: 700; }
.bc-h2--light { color: #fff; }
.bc-body { font-size: 15.5px; line-height: 1.72; color: var(--bc-muted); }
.bc-body p { margin: 0 0 18px; }
.bc-body p:last-child { margin-bottom: 0; }
.bc-cols2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); }
.bc-cols3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3vw, 40px); }

/* ---------- Depoimento ---------- */
.bc-quote { padding: clamp(56px, 7vw, 90px) 0; background: #fff; }
.bc-quote__head {
  font-family: 'Power Grotesk', sans-serif;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 700;
  color: var(--bc-ink);
  margin: 0 0 28px;
}
.bc-quote__grid { display: grid; grid-template-columns: 56px 1fr; gap: 22px; align-items: start; }
.bc-quote__mark {
  font-family: 'Power Grotesk', sans-serif;
  font-size: 70px;
  line-height: 0.8;
  color: var(--bc-green);
  font-weight: 700;
}
.bc-quote__text {
  font-size: clamp(18px, 1.9vw, 23px);
  line-height: 1.5;
  color: var(--bc-ink);
  margin: 0 0 26px;
  font-weight: 400;
}
.bc-quote__author { display: flex; align-items: center; gap: 14px; }
.bc-quote__avatar {
  width: 52px; height: 52px; border-radius: 50%;
  object-fit: contain; background: #f0f0f0; flex-shrink: 0;
}
.bc-quote__logo { height: 48px; width: auto; max-width: 150px; object-fit: contain; flex-shrink: 0; }
.bc-quote__name { font-weight: 700; color: var(--bc-ink); font-size: 16px; line-height: 1.3; }
.bc-quote__role { color: var(--bc-muted); font-size: 14px; }

/* ---------- Conhecendo o cliente + vídeo ---------- */
.bc-cliente__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.bc-video {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, #0a2c5e, #06121f);
  display: block;
  box-shadow: 0 24px 60px rgba(0,0,0,0.22);
}
.bc-video img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bc-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
body .bc-case a { text-decoration: none; }
body .bc-case .bc-body a, body .bc-case .bc-quote__text a { color: var(--bc-green); }
.bc-video__play {
  position: absolute; inset: 0; margin: auto;
  width: 66px; height: 66px; border-radius: 50%;
  background: rgba(255,255,255,0.92);
  display: flex; align-items: center; justify-content: center;
}
.bc-video__play::after {
  content: ""; width: 0; height: 0;
  border-left: 20px solid #c1121f; border-top: 12px solid transparent; border-bottom: 12px solid transparent;
  margin-left: 4px;
}
.bc-video__label {
  position: absolute; left: 0; right: 0; bottom: 0; top: 0;
  display: flex; flex-direction: column; align-items: flex-end; justify-content: center;
  padding-right: 7%; pointer-events: none;
}

/* ---------- Desafio ---------- */
.bc-desafio__name {
  font-family: 'Power Grotesk', sans-serif;
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: 400;
  color: var(--bc-ink);
  margin: 0 0 36px;
}
.bc-desafio__name strong { font-weight: 700; }

/* ---------- Seções escuras ---------- */
.bc-dark { background: var(--bc-dark); color: #fff; padding: clamp(60px, 7vw, 100px) 0; }
.bc-dark .bc-body { color: rgba(255,255,255,0.72); }
.bc-dark .bc-label { color: rgba(255,255,255,0.5); }

/* parceria de sucesso */
.bc-parceria__title {
  font-family: 'Power Grotesk', sans-serif;
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 400;
  color: #fff;
  margin: 0 0 36px;
}
.bc-parceria__title strong { font-weight: 700; }

/* ---------- Cards de contexto (FIEMG "na prática") ---------- */
/* Seção "Na prática, isso significava" — painel branco + cards escalonados */
.bc-prat {
  background: #fff;
  border-radius: 28px;
  padding: clamp(32px, 4vw, 56px);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(32px, 4vw, 64px);
  align-items: start;
}
.bc-prat__text p { margin: 0 0 18px; }
.bc-prat__text p:last-child { margin-bottom: 0; }
.bc-prat__lead {
  font-family: 'Power Grotesk', sans-serif;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--bc-ink);
  text-align: right;
  margin: 0 0 24px;
}
.bc-prat__lead strong { font-weight: 700; }
.bc-prat__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.bc-prat__card {
  border-radius: 18px;
  padding: 26px;
  min-height: 210px;
  display: flex;
  align-items: flex-end;
  font-family: 'Power Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
.bc-prat__card--black  { background: #1b1b1b; color: #fff; }
.bc-prat__card--green2 { background: #2BD964; color: #04130b; }
.bc-prat__card--green  { background: #16AE4E; color: #04130b; }
.bc-prat__card--white  { background: #fff; color: var(--bc-ink); box-shadow: 0 14px 40px rgba(0,0,0,0.10); }
.bc-prat__card:nth-child(2), .bc-prat__card:nth-child(4) { margin-top: 36px; }

.bc-ctx { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.bc-ctx__card {
  border-radius: 18px;
  padding: 28px;
  min-height: 150px;
  display: flex;
  align-items: flex-end;
  font-family: 'Power Grotesk', sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
}
.bc-ctx__card--green { background: var(--bc-green); color: #04130b; }
.bc-ctx__card--white { background: #fff; color: var(--bc-ink); box-shadow: 0 14px 40px rgba(0,0,0,0.07); }
.bc-ctx__lead { font-family: 'Power Grotesk', sans-serif; font-size: clamp(24px,3vw,34px); font-weight: 400; color: var(--bc-ink); }
.bc-ctx__lead strong { font-weight: 700; }

/* ---------- Métricas ---------- */
.bc-metrics { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 48px; }
.bc-metric {
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0));
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 18px;
  padding: 32px 20px;
  text-align: center;
}
.bc-metric__num {
  font-family: 'Power Grotesk', sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 700;
  font-style: italic;
  color: var(--bc-green);
  line-height: 1;
  margin: 0 0 14px;
}
.bc-metric__label { font-size: 14px; line-height: 1.35; color: rgba(255,255,255,0.85); }

/* ---------- Checklist verde (FIEMG modelo) ---------- */
.bc-modelo__card {
  background: #fff;
  border-radius: 24px;
  padding: clamp(32px, 4vw, 56px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.10);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
}
.bc-modelo__title {
  font-family: 'Power Grotesk', sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.05;
  color: var(--bc-ink);
  margin: 0;
}
.bc-modelo__title strong { font-weight: 700; }
/* Seção "Como foi feita a abordagem" — título + ilustração à esquerda, textos à direita */
.bc-abord { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(32px, 4vw, 72px); align-items: start; }
.bc-abord__left .bc-h2 { margin: 0; }
.bc-abord__img { width: 100%; max-width: 420px; height: auto; display: block; margin-top: clamp(24px, 3vw, 40px); }
.bc-abord__right p { margin: 0 0 18px; }
.bc-abord__right p:last-child { margin-bottom: 0; }

.bc-modelo-checks { background: #000; padding: clamp(28px,4vw,48px) 0 clamp(40px,5vw,64px); }
.bc-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.bc-sec .bc-checks { margin-top: 36px; }
.bc-check {
  background: var(--bc-green);
  color: #04130b;
  border-radius: 18px;
  padding: clamp(28px,3vw,40px);
  font-size: 15px;
  line-height: 1.4;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bc-check--light { background: #2BD964; color: #04130b; }
.bc-check--dark { background: #16AE4E; color: #fff; }
.bc-check strong { font-weight: 700; }
.bc-check__list { list-style: none; margin: 0; padding: 0; }
.bc-check__list li { display: flex; gap: 10px; margin-bottom: 14px; }
.bc-check__list li:last-child { margin-bottom: 0; }
.bc-check__list li::before { content: "✓"; font-weight: 700; }

/* ---------- "Significa" cards (FIEMG) ---------- */
.bc-sig { display: grid; gap: 16px; }
.bc-sig__card {
  display: flex; align-items: center; gap: 16px;
  border: 1px solid rgba(28,231,102,0.4);
  border-radius: 16px;
  padding: 20px 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.bc-sig__ico { color: var(--bc-green); flex-shrink: 0; display: flex; align-items: center; }
.bc-sig__ico img { width: 36px; height: 36px; object-fit: contain; display: block; }

/* ---------- Chips "por que a BHS" ---------- */
.bc-chips { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.bc-chip {
  flex: 1 1 0;
  min-width: 0;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 14px;
  padding: 22px 18px;
  text-align: center;
  font-size: 14px;
  line-height: 1.35;
  color: #fff;
  position: relative;
}
.bc-chips__sep { flex: 0 0 auto; }
.bc-chips__sep { color: var(--bc-green); font-size: 26px; text-align: center; display: flex; align-items: center; justify-content: center; }
.bc-chips__sep img { width: 22px; height: 22px; object-fit: contain; display: block; }

/* ---------- CTA form (reaproveita visual escuro) ---------- */
.bc-cta { background: var(--bc-dark); padding: clamp(64px, 8vw, 110px) 0; }
.bc-cta__inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 80px); align-items: start; }
.bc-cta__title {
  font-family: 'Power Grotesk', sans-serif;
  font-size: clamp(34px, 4.4vw, 56px);
  font-weight: 700;
  line-height: 1.02;
  color: #fff;
  margin: 0 0 18px;
}
.bc-cta__sub { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,0.7); margin: 0; }
.bc-form { display: flex; flex-direction: column; gap: 14px; }
.bc-form input {
  width: 100%; background: transparent; border: none;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  font-family: inherit; font-size: 15px; color: #fff; padding: 12px 0; outline: none;
}
.bc-form input::placeholder { color: rgba(255,255,255,0.5); }
.bc-form input:focus { border-bottom-color: var(--bc-green); }
body .bc-case .bc-form button {
  align-self: flex-start; margin-top: 12px; min-width: 200px; height: 50px; width: auto;
  border: none !important; border-radius: 999px !important; cursor: pointer;
  font-family: inherit; font-weight: 800; font-size: 14px; padding: 0 36px;
  color: #04130b !important; background: var(--bc-green) !important;
  box-shadow: 0 0 38px rgba(28,231,102,0.23); transition: transform .2s, box-shadow .2s;
}
body .bc-case .bc-form button:hover { transform: translateY(-3px); box-shadow: 0 0 50px rgba(28,231,102,0.4); background: var(--bc-green) !important; color:#04130b !important; }

/* ---------- Responsivo ---------- */
@media (max-width: 980px) {
  .bc-herofull__inner { grid-template-columns: 1fr; gap: 32px; }
  .bc-cols2, .bc-cliente__grid, .bc-modelo__card, .bc-cta__inner, .bc-abord { grid-template-columns: 1fr; }
  .bc-cols3 { grid-template-columns: 1fr; }
  .bc-prat { grid-template-columns: 1fr; gap: 32px; }
  .bc-prat__lead { text-align: left; }
  .bc-ctx { grid-template-columns: 1fr 1fr; }
  .bc-metrics { grid-template-columns: repeat(2, 1fr); }
  .bc-checks { grid-template-columns: 1fr; }
  .bc-chips { flex-direction: column; }
  .bc-chip { flex: 1 1 auto; width: 100%; }
  .bc-chips__sep { display: none; }
}
@media (max-width: 560px) {
  .bc-prat__cards { grid-template-columns: 1fr; }
  .bc-prat__card:nth-child(2), .bc-prat__card:nth-child(4) { margin-top: 0; }
  .bc-ctx { grid-template-columns: 1fr; }
  .bc-metrics { grid-template-columns: 1fr; }
  .bc-cta__title { font-size: clamp(30px, 9vw, 40px); }
}
