/* sobre.css - Estilos premium para a página Sobre da Cardepel */
.sobre-hero {
  position: relative;
  background: linear-gradient(120deg,#eaf1ff 60%,#f6f8fa 100%);
  padding: 80px 0 60px 0;
  overflow: hidden;
}
.sobre-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,#0235BB 0%,#012DA2 100%);
  opacity: 0.08;
  z-index: 1;
}
.sobre-hero-content {
  position: relative;
  z-index: 2;
}
.sobre-badge {
  display: inline-block;
  background: #0235BB;
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  padding: 7px 18px;
  font-size: 1.1rem;
  margin-bottom: 18px;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 12px #0235BB33;
}
.sobre-hero-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: #0235BB;
  margin-bottom: 18px;
  letter-spacing: -1px;
}
.sobre-hero-sub {
  color: #0B1533;
  font-size: 1.18rem;
  margin-bottom: 28px;
  font-weight: 500;
}
.sobre-hero-btns {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.sobre-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-family: 'Poppins', 'Inter', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.13rem;
  border-radius: 2.2rem;
  padding: 0.85rem 2.2rem 0.85rem 2.8rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.22s cubic-bezier(.4,2,.3,1);
  box-shadow: 0 4px 24px #012DA288;
  position: relative;
  overflow: hidden;
}
.sobre-btn-primary {
  background: linear-gradient(90deg, #0235BB 0%, #012DA2 100%);
  color: #fff;
}
.sobre-btn-outline {
  background: rgba(255,255,255,0.10);
  color: #0235BB;
  border: 2px solid #0235BB;
  box-shadow: 0 2px 16px #012DA244;
}
.sobre-btn:hover, .sobre-btn:focus {
  transform: translateY(-2px) scale(1.04);
  filter: brightness(1.08);
}
.sobre-btn svg {
  width: 1.3em; height: 1.3em; margin-left: -1.1em; margin-right: 0.2em;
}
.sobre-hero-mockup {
  position: relative;
  min-height: 220px;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
.sobre-mockup-1 {
  position: absolute;
  left: 0; top: 30px;
  width: 120px;
  z-index: 2;
  box-shadow: 0 8px 32px #0235BB22;
  border-radius: 18px;
}
.sobre-mockup-2 {
  position: absolute;
  left: 100px; top: 0;
  width: 140px;
  z-index: 3;
  box-shadow: 0 8px 32px #0235BB22;
  border-radius: 18px;
}
.sobre-mockup-3 {
  position: absolute;
  left: 200px; top: 40px;
  width: 100px;
  z-index: 1;
  box-shadow: 0 8px 32px #0235BB22;
  border-radius: 18px;
}
@media (max-width: 900px) {
  .sobre-hero-title { font-size: 2rem; }
  .sobre-hero-mockup { min-height: 160px; max-width: 220px; }
  .sobre-mockup-1 { width: 70px; left: 0; top: 20px; }
  .sobre-mockup-2 { width: 90px; left: 60px; top: 0; }
  .sobre-mockup-3 { width: 60px; left: 140px; top: 30px; }
}
.sobre-historia {
  background: #fff;
  padding: 80px 0 60px 0;
}
.sobre-historia-img {
  width: 100%;
  max-width: 340px;
  border-radius: 18px;
  box-shadow: 0 8px 32px #0235BB11;
  margin: 0 auto;
  display: block;
}
.sobre-section-title {
  color: #0235BB;
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 18px;
  letter-spacing: -1px;
}
.sobre-historia-text {
  color: #5f6b7a;
  font-size: 1.13rem;
  line-height: 1.7;
  margin-bottom: 28px;
}
.sobre-historia-numeros {
  display: flex;
  gap: 2.2rem;
  flex-wrap: wrap;
  margin-top: 18px;
}
.sobre-numero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 800;
  color: #0235BB;
  font-size: 1.2rem;
}
.sobre-numero-valor {
  font-size: 2.1rem;
  font-weight: 900;
  color: #012DA2;
  margin-bottom: 2px;
}
.sobre-numero-label {
  font-size: 1rem;
  color: #0B1533;
  font-weight: 600;
}
.sobre-diferenciais {
  background: linear-gradient(120deg,#eaf1ff 60%,#f6f8fa 100%);
  padding: 80px 0 60px 0;
}
.sobre-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px #0235BB11;
  padding: 32px 24px;
  text-align: center;
  transition: box-shadow .22s cubic-bezier(.4,0,.2,1), transform .22s cubic-bezier(.4,0,.2,1);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
}
.sobre-card:hover {
  box-shadow: 0 16px 48px 0 #0235BB22;
  transform: translateY(-4px) scale(1.015);
}
.sobre-card i {
  color: #0235BB;
  font-size: 2.2rem;
  margin-bottom: 8px;
}
.sobre-card-title {
  font-weight: 800;
  font-size: 1.18rem;
  color: #0235BB;
}
.sobre-card-desc {
  color: #5f6b7a;
  font-size: 1.07rem;
  line-height: 1.6;
}
.sobre-timeline {
  background: #fff;
  padding: 100px 0 80px 0;
}
.tl-header {
  text-align: center;
  margin-bottom: 60px;
}
.tl-header h2 {
  font-size: 2rem;
  font-weight: 900;
  color: #0235BB;
  margin: 0 0 8px 0;
  letter-spacing: -0.5px;
}
.tl-header p {
  color: #5f6b7a;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
}
.tl-track {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.tl-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #0235BB 0%, #012DA2 100%);
  opacity: 0.15;
  transform: translateX(-50%);
  z-index: 0;
}
.tl-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
  z-index: 1;
}
.tl-item:last-child { margin-bottom: 0; }
.tl-item:nth-child(odd) { flex-direction: row; }
.tl-item:nth-child(even) { flex-direction: row-reverse; }
.tl-spacer {
  flex: 1;
  min-width: 0;
}
.tl-dot-wrap {
  position: relative;
  width: 40px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  z-index: 2;
}
.tl-dot {
  width: 22px;
  height: 22px;
  background: #0235BB;
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(2,53,187,.1), 0 0 0 16px rgba(2,53,187,.04);
  flex-shrink: 0;
}
.tl-card {
  flex: 1;
  min-width: 0;
  max-width: 420px;
  background: #fff;
  border: 1px solid #ecf0fb;
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0 4px 20px rgba(9,24,61,.04);
  transition: box-shadow .25s, transform .25s;
}
.tl-card:hover {
  box-shadow: 0 12px 32px rgba(2,53,187,.10);
  transform: translateY(-2px);
}
.tl-year {
  display: inline-block;
  background: #0235BB;
  color: #fff;
  font-weight: 800;
  font-size: .85rem;
  border-radius: 999px;
  padding: 4px 14px;
  margin-bottom: 8px;
  letter-spacing: .02em;
}
.tl-event {
  color: #0B1533;
  font-weight: 800;
  font-size: 1rem;
  margin: 0 0 4px 0;
}
.tl-desc-text {
  color: #5f6b7a;
  font-size: .92rem;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 768px) {
  .sobre-timeline { padding: 60px 0 50px; }
  .tl-header { margin-bottom: 40px; }
  .tl-line {
    left: 30px;
    transform: none;
  }
  .tl-item {
    flex-direction: row !important;
    margin-bottom: 36px;
  }
  .tl-item:nth-child(even) { flex-direction: row !important; }
  .tl-spacer { display: none; }
  .tl-dot-wrap { width: 30px; margin-right: 14px; }
  .tl-card { max-width: 100%; }
}
.sobre-visual {
  background: linear-gradient(120deg,#eaf1ff 60%,#f6f8fa 100%);
  padding: 80px 0 60px 0;
}
.sobre-visual-wrap {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  flex-wrap: wrap;
}
.sobre-visual-imgs {
  position: relative;
  min-width: 220px;
  min-height: 180px;
}
.sobre-visual-img1 {
  position: absolute;
  left: 0; top: 30px;
  width: 90px;
  z-index: 2;
  box-shadow: 0 8px 32px #0235BB22;
  border-radius: 18px;
}
.sobre-visual-img2 {
  position: absolute;
  left: 70px; top: 0;
  width: 110px;
  z-index: 3;
  box-shadow: 0 8px 32px #0235BB22;
  border-radius: 18px;
}
.sobre-visual-img3 {
  position: absolute;
  left: 160px; top: 40px;
  width: 70px;
  z-index: 1;
  box-shadow: 0 8px 32px #0235BB22;
  border-radius: 18px;
}
.sobre-visual-text {
  flex: 1;
}
.sobre-visual-desc {
  color: #5f6b7a;
  font-size: 1.13rem;
  line-height: 1.7;
}
@media (max-width: 900px) {
  .sobre-visual-wrap { flex-direction: column; gap: 2rem; }
  .sobre-visual-imgs { min-width: 120px; min-height: 90px; }
  .sobre-visual-img1 { width: 50px; left: 0; top: 10px; }
  .sobre-visual-img2 { width: 60px; left: 40px; top: 0; }
  .sobre-visual-img3 { width: 40px; left: 80px; top: 20px; }
}
.sobre-cta {
  background: linear-gradient(90deg,#0235BB 0%,#012DA2 100%);
  color: #fff;
  padding: 70px 0 60px 0;
}
.sobre-cta-title {
  font-size: 2.1rem;
  font-weight: 900;
  margin-bottom: 28px;
  letter-spacing: -1px;
}
.sobre-cta-btns {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  justify-content: center;
}
.sobre-cta .sobre-btn-primary {
  background: #fff;
  color: #0235BB;
  box-shadow: 0 4px 24px #fff8;
}
.sobre-cta .sobre-btn-outline {
  background: rgba(255,255,255,0.10);
  color: #fff;
  border: 2px solid #fff;
}
.sobre-cta .sobre-btn:hover, .sobre-cta .sobre-btn:focus {
  filter: brightness(1.12);
}
@media (max-width: 600px) {
  .sobre-hero, .sobre-historia, .sobre-diferenciais, .sobre-timeline, .sobre-visual, .sobre-cta {
    padding: 48px 0 32px 0;
  }
  .sobre-section-title { font-size: 1.3rem; }
  .sobre-cta-title { font-size: 1.2rem; }
}
