.reports-page {
  background: #ffffff;
  color: #0a0319;
}

main.reports-page section.reports-hero {
  position: relative;
  min-height: 620px;
  height: 70vh;
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.reports-page .reports-hero .bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
  z-index: 1;
}

.reports-page .reports-hero .overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(3, 10, 25, 0.86) !important;
  mix-blend-mode: multiply;
}

.reports-page .reports-hero .content {
  position: relative;
  top: auto;
  z-index: 3;
  display: block;
  margin: 60px auto 0 !important;
  padding-left: 0;
  transform: none;
  text-align: left;
}

.reports-page .reports-hero .content::after {
  display: none;
}

.reports-page h1.headings {
  max-width: 900px;
  margin: 0 0 20px;
  color: #ffffff;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -1.8px;
  text-align: left;
}

.reports-page .learn,
.reports-page .learn1 {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.65;
  text-align: left;
}

.reports-page .learn {
  margin: 0 0 6px;
}

.reports-page .learn1 {
  margin: 0 0 32px;
  font-weight: 600;
}

.reports-page .powerbtn {
  display: flex;
  align-items: center;
  gap: 20px;
}

.reports-catalog {
  padding: 54px 0 72px;
  background: #ffffff;
}

.reports-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  margin-bottom: 58px;
}

.reports-tab {
  display: inline-flex;
  min-height: 42px;
  padding: 8px 25px;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #37588f;
  border-radius: 999px;
  color: #37588f;
  background: transparent;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

a.reports-tab:hover,
.reports-tab.active {
  color: #ffffff;
  background: #37588f;
  transform: translateY(-2px);
}

.reports-heading {
  max-width: 920px;
  margin: 0 auto 42px;
  text-align: center;
}

.reports-eyebrow {
  margin: 0 0 12px;
  color: #37588f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.reports-heading h2 {
  margin: 0 0 17px;
  color: #0a0319;
  font-size: clamp(32px, 3.4vw, 50px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -1.4px;
}

.reports-heading > p:last-child {
  max-width: 790px;
  margin: 0 auto;
  color: #495165;
  font-size: 17px;
  line-height: 1.7;
}

.reports-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.report-card {
  position: relative;
  min-height: 410px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
  overflow: hidden;
  border: 2px solid #e3e6ed;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(19, 39, 77, 0.05);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.report-card:hover {
  border-color: #9fb5d4;
  box-shadow: 0 20px 42px rgba(19, 39, 77, 0.12);
  transform: translateY(-5px);
}

.report-copy {
  position: relative;
  z-index: 2;
}

.report-copy h3 {
  height: 31px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #0a0319;
  font-size: 19px;
  font-weight: 700;
  line-height: 31px;
}

.report-title-roll {
  display: flex;
  flex-direction: column;
  transition: transform 0.42s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.report-title-roll > span {
  height: 31px;
  flex: 0 0 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.report-card:hover .report-title-roll {
  transform: translateY(-31px);
}

.report-copy p {
  margin: 12px 0 0;
  color: #222a3a;
  font-size: 15px;
  line-height: 1.55;
}

.report-image {
  position: relative;
  width: 100%;
  height: 195px;
  overflow: hidden;
  border: 1px solid #d4d9e2;
  border-radius: 15px;
  background: #eef1f6;
}

.report-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.report-card:hover .report-image img {
  transform: scale(1.04);
}

.report-card-featured {
  min-height: 300px;
  grid-column: 1 / -1;
  flex-direction: row;
  align-items: center;
  padding: 30px;
  background: linear-gradient(135deg, #f4f7fc 0%, #ffffff 72%);
}

.report-card-featured .report-copy {
  width: 56%;
  padding: 12px 26px 12px 10px;
}

.report-card-featured .report-copy h3 {
  height: 38px;
  font-size: 27px;
  line-height: 38px;
}

.report-card-featured .report-title-roll > span {
  height: 38px;
  flex-basis: 38px;
}

.report-card-featured:hover .report-title-roll {
  transform: translateY(-38px);
}

.report-card-featured .report-copy p {
  max-width: 650px;
  margin-top: 18px;
  font-size: 17px;
}

.report-card-featured .report-image {
  width: 44%;
  height: 240px;
}

.reports-action {
  margin-top: 38px;
  display: flex;
  justify-content: center;
}

.reports-button {
  min-height: 52px;
  padding: 10px 14px 10px 25px;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  border-radius: 999px;
  color: #ffffff;
  background: #4081cb;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
}

.reports-button span {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #37588f;
  background: #ffffff;
  font-size: 20px;
}

.reports-button:hover {
  color: #ffffff;
  background: #54c17b;
  transform: translateY(-3px);
}

.reports-data-cta {
  padding: 0 0 48px;
  background: #ffffff;
}

.reports-data-card {
  min-height: 210px;
  padding: 36px 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  border-radius: 20px;
  background: #37588f;
}

.reports-data-card h2 {
  max-width: 640px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -1px;
}

.reports-data-actions {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
}

.data-button {
  min-width: 165px;
  min-height: 52px;
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.25s ease, background 0.25s ease;
}

.data-button-light {
  color: #37588f;
  background: #ffffff;
}

.data-button-light:hover {
  color: #ffffff;
  background: transparent;
}

.data-button-outline:hover {
  color: #37588f;
  background: #ffffff;
}

@media (max-width: 1100px) {
  main.reports-page section.reports-hero {
    min-height: 590px;
  }

  .reports-tabs {
    gap: 12px;
  }

  .reports-tab {
    padding-inline: 18px;
    font-size: 14px;
  }

  .reports-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reports-data-card {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 767px) {
  main.reports-page section.reports-hero {
    height: auto;
    min-height: 720px;
    padding: 90px 0 40px;
  }

  .reports-page .reports-hero .content {
    top: auto;
    margin-top: 105px !important;
    padding: 0 20px;
    transform: none;
  }

  .reports-page h1.headings {
    width: 100%;
    font-size: 34px;
    line-height: 1.12;
    letter-spacing: -0.8px;
  }

  .reports-page .learn,
  .reports-page .learn1 {
    width: 100%;
    font-size: 15px;
  }

  .reports-page .powerbtn {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .reports-page .powerbtn .hero-btn {
    width: 100%;
    min-height: 50px;
    justify-content: center;
  }

  .reports-catalog {
    padding: 38px 0 56px;
  }

  .reports-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 42px;
  }

  .reports-tab {
    min-height: 50px;
    padding: 8px 10px;
    font-size: 12px;
    text-align: center;
    white-space: normal;
  }

  .reports-heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .reports-heading h2 {
    font-size: 31px;
  }

  .reports-heading > p:last-child {
    font-size: 15px;
  }

  .reports-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .report-card,
  .report-card-featured {
    min-height: 0;
    padding: 18px;
    flex-direction: column;
    gap: 20px;
  }

  .report-copy,
  .report-card-featured .report-copy {
    width: 100%;
    padding: 0;
  }

  .report-copy h3,
  .report-card-featured .report-copy h3 {
    height: auto;
    overflow: visible;
    font-size: 19px;
    line-height: 1.35;
  }

  .report-title-roll,
  .report-card:hover .report-title-roll,
  .report-card-featured:hover .report-title-roll {
    display: block;
    transform: none;
  }

  .report-title-roll > span {
    height: auto;
    overflow: visible;
    white-space: normal;
  }

  .report-title-roll > span[aria-hidden="true"] {
    display: none;
  }

  .report-card-featured .report-copy p {
    margin-top: 12px;
    font-size: 15px;
  }

  .report-image,
  .report-card-featured .report-image {
    width: 100%;
    height: 190px;
  }

  .reports-data-card {
    min-height: 0;
    padding: 34px 22px;
  }

  .reports-data-card h2 {
    font-size: 29px;
  }

  .reports-data-actions {
    width: 100%;
    flex-direction: column;
  }

  .data-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .report-card,
  .report-image img,
  .report-title-roll,
  .reports-button,
  .reports-tab {
    transition: none;
  }
}
