/* ============================================================
   KIP — Página Sobre Nós (escopo .kip-sobre). Fiel ao CRA.
   Tokens: marrom #85733B, amarelo #D6CD46, cian #01515A, body #3A3A3A.
   Títulos Montserrat, corpo Nunito. Container max 1300px.
   ============================================================ */
.kip-sobre {
  --brown: #85733B; --gold: #D6CD46; --cian: #020202; --body: #3A3A3A;
  --font-heading: 'Montserrat', sans-serif; --font-body: 'Nunito', sans-serif;
  --container: 1300px;
  font-family: var(--font-body); color: var(--body); line-height: 1.6;
}
.kip-sobre *, .kip-sobre *::before, .kip-sobre *::after { box-sizing: border-box; }
.kip-sobre h1, .kip-sobre h2, .kip-sobre h3 { font-family: var(--font-heading); margin: 0; }
.kip-sobre p { margin: 0; font-family: var(--font-body); }
.kip-sobre img { max-width: 100%; height: auto; display: block; }
.kip-sobre .kip-sobre-container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 30px; }
.kip-sobre .screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ===== Botão padrão (gradiente marrom→amarelo) ===== */
.kip-sobre .kip-sobre-btn {
  display: inline-block; text-decoration: none; cursor: pointer;
  background-image: linear-gradient(90deg, var(--brown) 0%, var(--gold) 100%);
  color: #fff; font-family: var(--font-body); font-weight: 600; font-size: 16px;
  padding: 12px 28px; border-radius: 8px; transition: transform .2s ease;
}
.kip-sobre .kip-sobre-btn:hover { transform: scale(1.03); }
.kip-sobre .kip-sobre-btn--cian { background-image: linear-gradient(90deg, var(--brown) 0%, var(--gold) 100%); background-color: transparent; }

/* ===== HERO ===== */
.kip-sobre .kip-sobre-hero {
  position: relative; color: #fff; background-size: cover; background-position: center;
  scroll-margin-top: 200px;
}
.kip-sobre .kip-sobre-hero__overlay { position: absolute; inset: 0; background: rgba(0,0,0,.6); }
.kip-sobre .kip-sobre-hero__inner {
  position: relative; z-index: 1; width: 100%; max-width: var(--container);
  margin: 0 auto; padding: 160px 30px; display: flex; flex-wrap: wrap; align-items: center;
  min-height: 60vh;
}
.kip-sobre .kip-sobre-hero__content { width: 100%; }
.kip-sobre .kip-sobre-hero__eyebrow { text-transform: uppercase; font-size: 20px; color: #fff; margin-bottom: 8px; }
.kip-sobre .kip-sobre-hero__title { font-weight: 600; font-size: 30px; line-height: 30px; margin-bottom: 12px; color: #fff; }
.kip-sobre .kip-sobre-hero__subtitle { font-size: 18px; line-height: 1.55; margin-bottom: 24px; color: #fff; }

@media (min-width: 768px) {
  .kip-sobre .kip-sobre-hero__inner { min-height: 70vh; }
  .kip-sobre .kip-sobre-hero__eyebrow { font-size: 25px; }
  .kip-sobre .kip-sobre-hero__title { font-size: 40px; line-height: 40px; }
  .kip-sobre .kip-sobre-hero__subtitle { font-size: 20px; }
}
@media (min-width: 1024px) {
  .kip-sobre .kip-sobre-hero__inner { padding: 240px 30px; }
  .kip-sobre .kip-sobre-hero__content { width: 70%; }
  .kip-sobre .kip-sobre-hero__title { font-size: 50px; line-height: 50px; }
}

/* ===== VÍDEO INSTITUCIONAL ===== */
.kip-sobre .kip-sobre-videoinst { background: #fff; color: var(--cian); padding: 40px 0; scroll-margin-top: 100px; }
.kip-sobre .kip-sobre-videoinst__inner { text-align: center; }
.kip-sobre .kip-sobre-videoinst__title {
  max-width: 700px; margin: 0 auto; color: var(--cian); font-weight: 700;
  font-size: 30px; line-height: 30px;
}
.kip-sobre .kip-sobre-videoinst__player {
  width: 100%; max-width: 1000px; margin: 30px auto 0; border-radius: 8px; overflow: hidden;
}
.kip-sobre .kip-sobre-videoinst__poster {
  position: relative; height: 300px; background-size: cover; background-position: top center;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  transition: opacity .2s ease;
}
.kip-sobre .kip-sobre-videoinst__poster:hover { opacity: .9; }
.kip-sobre .kip-sobre-videoinst__icon { color: #fff; font-size: 80px; animation: kipSobrePulse 2s ease-in-out infinite; }
.kip-sobre .kip-sobre-videoinst__player video { width: 100%; height: 300px; border-radius: 8px; display: block; background: #000; }

@media (min-width: 768px) {
  .kip-sobre .kip-sobre-videoinst { padding: 60px 0; }
  .kip-sobre .kip-sobre-videoinst__title { font-size: 40px; line-height: 40px; }
  .kip-sobre .kip-sobre-videoinst__poster { height: 600px; }
  .kip-sobre .kip-sobre-videoinst__player video { height: 600px; }
}
@media (min-width: 1024px) {
  .kip-sobre .kip-sobre-videoinst__title { font-size: 50px; line-height: 50px; }
}

/* ===== HISTÓRIA E EXPERTISE (cards) ===== */
.kip-sobre .kip-sobre-precision { background: #F9FAF9; color: #002E2C; padding: 40px 0; }
.kip-sobre .kip-sobre-precision__inner { max-width: 1200px; margin: 0 auto; padding: 0 30px; text-align: center; }
.kip-sobre .kip-sobre-precision__title { color: var(--cian); font-weight: 700; font-size: 30px; line-height: 30px; margin-bottom: 12px; }
.kip-sobre .kip-sobre-precision__lead { font-size: 16px; color: #333; max-width: 800px; margin: 0 auto 50px; line-height: 1.6; }
.kip-sobre .kip-sobre-precision__cards { display: grid; grid-template-columns: 1fr; gap: 25px; }
.kip-sobre .kip-sobre-precision__card {
  background: #fff; border-radius: 16px; box-shadow: 0 4px 6px -1px rgba(0,0,0,.1);
  padding: 30px; display: flex; flex-direction: column; align-items: center;
  justify-content: space-between; text-align: center; transition: box-shadow .3s ease;
}
.kip-sobre .kip-sobre-precision__card:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,.1); }
.kip-sobre .kip-sobre-precision__icon { color: var(--cian); font-size: 50px; margin-bottom: 20px; }
.kip-sobre .kip-sobre-precision__card-title { font-weight: 600; font-size: 18px; margin-bottom: 8px; }
.kip-sobre .kip-sobre-precision__card-text { font-size: 15px; color: #444; margin-bottom: 20px; line-height: 1.375; }
.kip-sobre .kip-sobre-precision__card-text--narrow { max-width: 250px; }
.kip-sobre .kip-sobre-precision__cta { margin-top: 40px; }

@media (min-width: 768px) {
  .kip-sobre .kip-sobre-precision { padding: 40px 0; }
  .kip-sobre .kip-sobre-precision__cards { grid-template-columns: repeat(3, 1fr); }
  .kip-sobre .kip-sobre-precision__title { font-size: 40px; line-height: 40px; }
}
@media (min-width: 1024px) {
  .kip-sobre .kip-sobre-precision { padding: 60px 0; }
  .kip-sobre .kip-sobre-precision__title { font-size: 50px; line-height: 50px; }
}

/* ===== DEPOIMENTO ===== */
.kip-sobre .kip-sobre-depo { background: #f3f4f6; color: #000; padding: 30px 0; }
.kip-sobre .kip-sobre-depo__inner {
  width: 100%; display: flex; flex-direction: column; align-items: center;
  justify-content: space-between; gap: 24px;
}
.kip-sobre .kip-sobre-depo__video { position: relative; width: 100%; max-width: 500px; }
.kip-sobre .kip-sobre-depo__poster {
  width: 100%; height: 60vh; max-height: 800px; background-size: cover; background-position: center;
  border-radius: 8px; display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.kip-sobre .kip-sobre-depo__icon { color: #fff; font-size: 60px; animation: kipSobrePulse 2s ease-in-out infinite; }
.kip-sobre .kip-sobre-depo__content { order: -1; text-align: center; width: 100%; margin-bottom: 24px; }
.kip-sobre .kip-sobre-depo__eyebrow { text-transform: uppercase; font-size: 20px; font-weight: 500; }
.kip-sobre .kip-sobre-depo__title { color: var(--cian); font-weight: 700; max-width: 500px; font-size: 20px; margin: 0 auto 10px; }
.kip-sobre .kip-sobre-depo__text { margin-bottom: 12px; }
.kip-sobre .kip-sobre-depo__quote { margin-bottom: 24px; display: flex; align-items: center; gap: 24px; justify-content: center; }
.kip-sobre .kip-sobre-depo__quote-bar { width: 1px; height: 50px; background: var(--cian); flex-shrink: 0; }
.kip-sobre .kip-sobre-depo__quote p { text-align: left; }

@media (min-width: 768px) {
  .kip-sobre .kip-sobre-depo__poster { height: 70vh; }
  .kip-sobre .kip-sobre-depo__title { font-size: 25px; }
  .kip-sobre .kip-sobre-depo__eyebrow { font-size: 25px; }
}
@media (min-width: 1024px) {
  .kip-sobre .kip-sobre-depo { padding: 60px 0; }
  .kip-sobre .kip-sobre-depo__inner { flex-direction: row; align-items: center; gap: 24px; }
  .kip-sobre .kip-sobre-depo__video { width: 45%; }
  .kip-sobre .kip-sobre-depo__content { order: 0; width: 45%; text-align: left; margin-bottom: 0; }
  .kip-sobre .kip-sobre-depo__quote { justify-content: flex-start; }
  .kip-sobre .kip-sobre-depo__title { font-size: 30px; }
}
@media (min-width: 1536px) {
  .kip-sobre .kip-sobre-depo__title { font-size: 35px; }
}

/* ===== HIGHLIGHTS (pré-footer) ===== */
.kip-sobre .kip-sobre-highlights { position: relative; color: #fff; }
.kip-sobre .kip-sobre-highlights__row { width: 100%; display: flex; flex-direction: column; }
.kip-sobre .kip-sobre-highlights__main {
  position: relative; padding: 0 30px; background-size: cover; background-position: center;
  min-height: 400px; display: flex; align-items: center; justify-content: center; text-align: center;
}
.kip-sobre .kip-sobre-highlights__main-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.4); }
.kip-sobre .kip-sobre-highlights__main-text {
  position: relative; font-weight: 800; font-size: 28px; line-height: 1.3;
  max-width: 600px; margin: 0 auto; color: #fff;
}
.kip-sobre .kip-sobre-highlights__cards { display: flex; flex-wrap: wrap; }
.kip-sobre .kip-sobre-highlights__card {
  position: relative; width: 100%; padding: 0 30px; background-size: cover; background-position: center;
  min-height: 400px; display: flex; flex-direction: column; justify-content: flex-end; text-align: center;
}
.kip-sobre .kip-sobre-highlights__card-content { position: relative; z-index: 1; }
.kip-sobre .kip-sobre-highlights__card-title { font-size: 20px; font-weight: 700; color: #fff; }
.kip-sobre .kip-sobre-highlights__card-sub { margin: 5px auto 15px; text-align: center; font-size: 20px; font-weight: 700; color: #fff; }
.kip-sobre .kip-sobre-highlights__card-content .kip-sobre-btn { margin-bottom: 40px; }
.kip-sobre .kip-sobre-highlights__card-grad { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent, rgba(0,0,0,.7)); }

@media (min-width: 768px) {
  .kip-sobre .kip-sobre-highlights__row { flex-direction: row; }
  .kip-sobre .kip-sobre-highlights__main { width: 40%; }
  .kip-sobre .kip-sobre-highlights__cards { width: 60%; }
  .kip-sobre .kip-sobre-highlights__card { width: 50%; }
  .kip-sobre .kip-sobre-highlights__main-text { font-size: 36px; }
}
@media (min-width: 1024px) {
  .kip-sobre .kip-sobre-highlights__main-text { font-size: 46px; }
}

@keyframes kipSobrePulse { 0%, 100% { opacity: 1; } 50% { opacity: .5; } }
