body {
  background: #f4f5f7;
}

.history-main {
  padding-top: 26px;
}

.history-hero {
  padding: 26px 0 38px;
}

.history-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 28px;
  align-items: center;
}

.history-copy h1 {
  margin: 10px 0 16px;
  font-family: "Saira", sans-serif;
  font-size: clamp(40px, 4.8vw, 76px);
  line-height: 0.96;
  color: #0f2959;
}

.history-copy h1 em {
  color: #f51645;
  font-family: "Yellowtail", cursive;
  font-style: normal;
  font-weight: 400;
  font-size: 1.05em;
}

.history-copy p {
  margin: 0 0 24px;
  max-width: 650px;
  color: #324b73;
  font-size: 24px;
  line-height: 1.38;
}

.history-hero-media {
  position: relative;
}

.accent-block {
  position: absolute;
  width: 110px;
  height: 190px;
  background: linear-gradient(180deg, #e3162f, #be1127);
  border-radius: 14px;
  top: -10px;
  left: -16px;
}

.history-hero-media img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 620px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid #d8deea;
}

.origem-block {
  padding: 8px 0 26px;
}

.origem-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 24px;
  align-items: center;
}

.origem-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 14px;
  filter: sepia(0.45) saturate(0.85);
}

.origem-main-image {
  margin-bottom: 10px;
}

.origem-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.origem-mini-grid img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #d4dcec;
}

.origem-content h2 {
  margin: 0 0 14px;
  font-family: "Saira", sans-serif;
  font-size: clamp(32px, 3.5vw, 52px);
  line-height: 0.96;
  color: #112a59;
}

.origem-content p {
  margin: 0;
  color: #243f6b;
  font-size: 22px;
  line-height: 1.4;
}

.timeline-block {
  padding: 26px 0 32px;
}

.timeline-header {
  text-align: center;
  margin-bottom: 18px;
}

.timeline-header h2 {
  margin: 0;
  font-family: "Saira", sans-serif;
  color: #102b5e;
  font-size: clamp(34px, 3.8vw, 50px);
}

.timeline-row {
  border-top: 2px solid #d8e1f3;
  padding-top: 18px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
}

.timeline-gallery {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.timeline-photo {
  margin: 0;
  border: 1px solid #d6dff1;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.timeline-photo img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.timeline-photo figcaption {
  padding: 10px 12px;
  color: #1d3b68;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

.timeline-item {
  text-align: center;
  position: relative;
  padding-top: 6px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e01732;
  border: 3px solid #ffffff;
}

.timeline-item i {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  margin: 0 auto 8px;
  background: #103266;
}

.timeline-item strong {
  display: block;
  color: #d61836;
  font-family: "Saira", sans-serif;
  font-size: 15px;
}

.timeline-item span {
  display: block;
  margin-top: 5px;
  color: #203d69;
  font-size: 13px;
  line-height: 1.25;
}

.lead-banner {
  padding: 2px 0 26px;
}

.lead-banner-wrap {
  background: linear-gradient(110deg, #0a2b5d 0%, #0f3f8b 55%, #0a2b5d 100%);
  border-radius: 14px;
  padding: 22px;
  color: #fff;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
  align-items: center;
}

.lead-banner-wrap h3 {
  margin: 0 0 8px;
  font-family: "Saira", sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.lead-banner-wrap p {
  margin: 0;
  max-width: 900px;
  color: #d9e7ff;
  font-size: 20px;
  line-height: 1.35;
}

.lead-banner-photo img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.history-content {
  padding: 4px 0 30px;
}

.history-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.history-card {
  border: 1px solid #d7e1f3;
  background: #ffffff;
  border-radius: 14px;
  padding: 18px 18px 20px;
}

.history-card.wide {
  grid-column: span 2;
}

.history-card h3 {
  margin: 0 0 10px;
  font-family: "Saira", sans-serif;
  color: #102b5f;
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.02;
}

.history-card p {
  margin: 0;
  color: #29446f;
  font-size: 18px;
  line-height: 1.48;
}

.history-card-image {
  width: 100%;
  height: 175px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #d7e1f3;
  margin-bottom: 10px;
}

.history-card.wide .history-card-image {
  height: 220px;
}

.raio-x {
  padding: 8px 0 56px;
}

.raio-x-wrap {
  border: 1px solid #d6dff1;
  background: linear-gradient(110deg, #ffffff 0%, #f2f6fe 100%);
  border-radius: 16px;
  padding: 22px;
}

.raio-x-wrap h2 {
  margin: 0 0 14px;
  font-family: "Saira", sans-serif;
  color: #102b5f;
  font-size: clamp(30px, 3.4vw, 46px);
}

.raio-x-wrap ul {
  margin: 0;
  padding-left: 20px;
  columns: 2;
  column-gap: 24px;
}

.raio-x-wrap li {
  margin-bottom: 8px;
  color: #23406d;
  font-size: 17px;
  line-height: 1.35;
  break-inside: avoid;
}

.quote-highlight {
  padding: 0 0 56px;
}

.quote-wrap {
  border: 1px solid #d6dff1;
  background: linear-gradient(108deg, #f8fbff 0%, #eef3fc 100%);
  border-radius: 16px;
  padding: 18px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 12px;
  align-items: center;
}

.quote-copy i {
  color: #d31d34;
  font-size: 28px;
}

.quote-copy h3 {
  margin: 6px 0 8px;
  font-family: "Saira", sans-serif;
  color: #102b5f;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.05;
}

.quote-copy p {
  margin: 0;
  color: #23406d;
  font-size: 17px;
  line-height: 1.4;
}

.quote-sign {
  display: inline-block;
  margin-top: 12px;
  color: #0b2e67;
  font-family: "Yellowtail", cursive;
  font-size: 36px;
}

.quote-photo img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 12px;
}

@media (max-width: 1110px) {
  .history-hero-grid,
  .origem-grid {
    grid-template-columns: 1fr;
  }

  .history-copy h1,
  .origem-content h2,
  .timeline-header h2,
  .lead-banner-wrap h3,
  .raio-x-wrap h2 {
    line-height: 1.02;
  }

  .history-copy p,
  .origem-content p,
  .lead-banner-wrap p {
    font-size: 19px;
  }

  .history-hero-media img {
    height: 460px;
  }

  .timeline-row {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }

  .timeline-gallery {
    grid-template-columns: 1fr;
  }

  .lead-banner-wrap {
    grid-template-columns: 1fr;
  }

  .quote-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 730px) {
  .history-main {
    padding-top: 8px;
  }

  .history-copy {
    text-align: center;
  }

  .history-copy p {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
  }

  .history-copy .btn {
    width: 100%;
  }

  .accent-block {
    width: 84px;
    height: 130px;
    left: -8px;
    top: -8px;
  }

  .history-hero-media img {
    height: 300px;
  }

  .origem-image img {
    height: 250px;
  }

  .origem-mini-grid img {
    height: 95px;
  }

  .timeline-row {
    grid-template-columns: 1fr;
    border-top: none;
    padding-top: 0;
    gap: 0;
  }

  .timeline-item {
    min-height: 0;
    padding: 0 0 20px 62px;
    text-align: left;
    position: relative;
  }

  .timeline-item::before {
    display: block;
    top: 16px;
    left: 40px;
    transform: none;
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
    z-index: 2;
  }

  .timeline-item::after {
    content: "";
    position: absolute;
    left: 44px;
    top: 28px;
    bottom: 0;
    width: 2px;
    background: #b9cbea;
  }

  .timeline-item:last-child::after {
    display: none;
  }

  .timeline-item i {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 44px;
  }

  .timeline-item strong {
    line-height: 1.1;
    margin-top: 2px;
  }

  .timeline-item span {
    margin-top: 4px;
    line-height: 1.3;
    word-break: normal;
  }

  .history-card-grid {
    grid-template-columns: 1fr;
  }

  .history-card.wide {
    grid-column: span 1;
  }

  .history-card-image,
  .history-card.wide .history-card-image {
    height: 170px;
  }

  .history-card p {
    font-size: 17px;
  }

  .raio-x-wrap ul {
    columns: 1;
    padding-left: 18px;
  }

  .quote-sign {
    font-size: 30px;
  }

  .quote-photo img {
    height: 180px;
  }
}
