/* ============================================================
   [hci-quem-somos] — estilos
   Cores e fontes da marca; todas as classes escopadas em .hci-qs
   ============================================================ */

.hci-qs {
  --hci-primary: #153377;
  --hci-text:    #272727;
  --hci-title:   #00142F;
  --hci-bg:      #ffffff;
  --hci-bg-alt:  #f5f7fb;
  --hci-border:  #e3e7ee;
  --hci-shadow:  0 6px 24px rgba(0, 20, 47, .08);

  font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--hci-text);
  background: var(--hci-bg);
  padding: clamp(40px, 6vw, 80px) clamp(16px, 3vw, 32px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hci-qs *,
.hci-qs *::before,
.hci-qs *::after { box-sizing: border-box; }

.hci-qs__inner {
  max-width: 1180px;
  margin: 0 auto;
}

/* ---------- Tipografia ---------- */
.hci-qs__h2,
.hci-qs__h3,
.hci-qs__h4 {
  font-family: "Neue Machina", 'Inter', system-ui, sans-serif;
  color: var(--hci-title);
  margin: 0 0 .6em;
  line-height: 1.15;
  letter-spacing: -.01em;
  font-weight: 700;
}
.hci-qs__h2 { font-size: clamp(28px, 3.6vw, 44px); }
.hci-qs__h3 { font-size: clamp(20px, 2vw,   26px); }
.hci-qs__h4 { font-size: clamp(17px, 1.5vw, 20px); }

.hci-qs p {
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.75;
  margin: 0 0 1.1em;
  color: var(--hci-text);
}
.hci-qs p:last-child { margin-bottom: 0; }

.hci-qs strong { color: var(--hci-title); font-weight: 600; }

/* ---------- Intro ---------- */
.hci-qs__intro p + p { margin-top: 0; }

/* ---------- Stats ---------- */
.hci-qs__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 1.5vw, 20px);
  margin: clamp(40px, 5vw, 64px) 0;
}
.hci-qs__stat {
  padding: clamp(22px, 2.5vw, 32px) clamp(20px, 2vw, 28px);
  background: var(--hci-bg-alt);
  border-left: 4px solid var(--hci-primary);
  border-radius: 4px;
}
.hci-qs__stat-num {
  display: block;
  font-family: "Neue Machina", 'Inter', sans-serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  color: var(--hci-title);
  line-height: 1;
}
.hci-qs__stat-lbl {
  display: block;
  margin-top: 10px;
  font-size: clamp(12px, .9vw, 13px);
  font-weight: 600;
  color: var(--hci-primary);
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* ---------- Map ---------- */
.hci-qs__map {
  margin: clamp(40px, 5vw, 64px) 0 clamp(20px, 2.5vw, 32px);
  text-align: center;
}
.hci-qs__map img {
  display: block;
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 0 auto;
}

/* ---------- Locations ---------- */
.hci-qs__loc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 2.5vw, 32px);
  margin: -30px 0 clamp(40px, 5vw, 64px);
  position: relative;
  z-index: 1;
}
.hci-qs__loc {
  background: var(--hci-bg-alt);
  padding: clamp(24px, 3vw, 40px);
  border-radius: 6px;
}

/* ---------- Listas ---------- */
.hci-qs__list {
  list-style: none;
  margin: 0 0 1.1em;
  padding: 0;
}
.hci-qs__list li {
  padding: 10px 0 10px 22px;
  position: relative;
  font-size: clamp(15px, 1.05vw, 17px);
  border-bottom: 1px solid var(--hci-border);
  color: var(--hci-text);
}
.hci-qs__list li:last-child { border-bottom: none; }
.hci-qs__list li::before {
  content: "";
  position: absolute;
  left: 0; top: 17px;
  width: 8px; height: 8px;
  background: var(--hci-primary);
  border-radius: 50%;
}

/* ---------- Certifications + closing ---------- */
.hci-qs__cert {
  padding: clamp(20px, 2.5vw, 28px) clamp(20px, 2.5vw, 32px);
  background: var(--hci-bg-alt);
  border-left: 4px solid var(--hci-primary);
  border-radius: 4px;
  margin-bottom: clamp(20px, 2.5vw, 28px) !important;
}
.hci-qs__closing { font-size: clamp(16px, 1.1vw, 18px); }

/* ---------- Tagline ---------- */
.hci-qs__tagline {
  font-family: "Neue Machina", 'Inter', sans-serif;
  text-align: center;
  font-size: clamp(20px, 2.2vw, 28px);
  color: var(--hci-title);
  margin: clamp(40px, 5vw, 60px) 0 0 !important;
  font-weight: 700;
  letter-spacing: -.01em;
}

/* ---------- MVV ---------- */
.hci-qs__mvv-header {
  text-align: center;
  margin: clamp(60px, 7vw, 96px) 0 clamp(30px, 4vw, 48px);
}
.hci-qs__mvv-header .hci-qs__h2 { margin-bottom: 0; }
.hci-qs__mvv-header .hci-qs__h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  background: var(--hci-primary);
  margin: 18px auto 0;
  border-radius: 2px;
}

.hci-qs__mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2vw, 24px);
  margin-bottom: clamp(40px, 5vw, 60px);
}
.hci-qs__mv-card {
  background: var(--hci-title);
  color: #fff;
  padding: clamp(28px, 3vw, 40px);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.hci-qs__mv-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--hci-primary);
}
.hci-qs__mv-card .hci-qs__h3 { color: #fff; }
.hci-qs__mv-card p { color: rgba(255, 255, 255, .88); }

/* ---------- Valores ---------- */
.hci-qs__values-title {
  text-align: center;
  margin: clamp(40px, 5vw, 60px) 0 clamp(24px, 3vw, 36px) !important;
}
.hci-qs__values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
.hci-qs__value-card {
  padding: clamp(24px, 3vw, 32px);
  background: #fff;
  border: 1px solid var(--hci-border);
  border-top: 4px solid var(--hci-primary);
  border-radius: 4px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.hci-qs__value-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--hci-shadow);
}
.hci-qs__value-card .hci-qs__h4 {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--hci-border);
}

/* ---------- Responsivo ---------- */
@media (max-width: 960px) {
  .hci-qs__values-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .hci-qs__loc-grid,
  .hci-qs__mv-grid { grid-template-columns: 1fr; }
  .hci-qs__loc-grid { margin-top: 0; }
}
@media (max-width: 720px) {
  .hci-qs__stats { grid-template-columns: 1fr; }
  .hci-qs__values-grid { grid-template-columns: 1fr; }
}
