.page-hero {
  background: linear-gradient(180deg, #f7f7f7 0%, #efefef 100%);
  padding: 90px 0 80px;
}

.page-hero-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.page-hero-text {
  flex: 1 1 62%;
}

.page-hero-visual {
  flex: 1 1 38%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.page-hero-logo {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
}

.page-kicker {
  color: var(--green);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}

.page-hero h1 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.08;
  margin-bottom: 20px;
}

.page-lead {
  max-width: 850px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .page-hero-layout {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-hero-visual {
    justify-content: flex-start;
  }

  .page-hero-logo {
    max-width: 320px;
  }
}
.page-kicker {
  color: var(--green);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}

.page-hero h1 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.08;
  margin-bottom: 20px;
}

.page-lead {
  max-width: 850px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
}

.empresa-intro,
.timeline-section,
.mvv-section {
  padding: 90px 0;
}

.empresa-intro-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 40px;
  align-items: start;
}

.empresa-intro h2 {
  font-size: clamp(34px, 4vw, 52px);
  margin-bottom: 20px;
}

.empresa-intro p {
  font-size: 20px;
  color: var(--muted);
  margin-bottom: 22px;
  line-height: 1.65;
}

.empresa-highlight {
  display: grid;
  gap: 20px;
}

.empresa-highlight-box {
  background: var(--white);
  border: 1px solid var(--card-border);
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: var(--shadow);
  text-align: center;
}

.highlight-number {
  display: block;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  color: var(--green);
  margin-bottom: 10px;
}

.highlight-label {
  display: block;
  color: var(--muted);
  font-size: 18px;
}

.timeline-section {
  background: var(--bg-light);
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.timeline-item {
  background: var(--white);
  border-radius: 18px;
  padding: 30px 24px;
  box-shadow: var(--shadow);
  border: 1px solid var(--card-border);
}

.timeline-year {
  width: 110px;
  height: 110px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 34px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
}

.timeline-item h3 {
  font-size: 24px;
  margin-bottom: 14px;
}

.timeline-item p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.timeline-green .timeline-year {
  background: #49c94d;
}

.timeline-blue .timeline-year {
  background: #1676c4;
}

.timeline-purple .timeline-year {
  background: #7a35b8;
}

.timeline-yellow .timeline-year {
  background: #e4df12;
  color: #111;
}

.mvv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.mvv-card {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid #dce7df;
  background: var(--white);
  box-shadow: var(--shadow);
}

.mvv-head {
  background: var(--green);
  color: var(--white);
  text-align: center;
  font-size: 29px;
  font-weight: 600;
  padding: 28px 20px;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mvv-body {
  padding: 34px 28px 70px;
}

.mvv-body p {
  font-size: 18px;
  line-height: 1.8;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 1100px) {
  .empresa-intro-grid,
  .timeline-grid,
  .mvv-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .empresa-intro p,
  .timeline-item p,
  .mvv-body p,
  .page-lead,
  .highlight-label {
    font-size: 16px;
  }

  .timeline-year {
    width: 90px;
    height: 90px;
    font-size: 28px;
  }

  .timeline-item h3 {
    font-size: 22px;
  }

  .mvv-head {
    font-size: 28px;
  }
}
.mvv-head.mvv-head-quality {
  font-size: 29px;
  line-height: 1.10;
}
.logo-evolution-section {
  padding: 90px 0;
  background: var(--white);
}

.logo-evolution-section {
  padding: 72px 0 90px;
  background: var(--white);
}

.logo-evolution-section .section-heading {
  margin-bottom: 22px;
}

.logo-evolution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.logo-stage-card {
  background: var(--white);
  border: 1px solid var(--card-border);
  border-radius: 22px;
  padding: 24px 24px 30px;
  box-shadow: var(--shadow);
  text-align: center;
}

.logo-stage-year {
  display: inline-block;
  margin-bottom: 14px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #eef8f1;
  color: var(--green);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.logo-stage-image {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0 6px;
  margin-bottom: 18px;
}

.logo-stage-image img {
  max-width: 100%;
  max-height: 180px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.logo-stage-card h3 {
  font-size: 22px;
  margin-bottom: 14px;
}

.logo-stage-card p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 320px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .logo-evolution-grid {
    grid-template-columns: 1fr;
  }

  .logo-stage-image {
    height: 180px;
  }

  .logo-stage-image img {
    max-height: 150px;
  }
}
}

@media (max-width: 1100px) {
  .logo-evolution-grid {
    grid-template-columns: 1fr;
  }

  .logo-stage-image {
    height: 170px;
  }

  .logo-stage-image img {
    max-height: 150px;
  }
}
.logo-v1-img {
  max-height: 190px;
}