.reports-page {
  min-height: 100vh;
  color: #000;
  background: #fff;
  font-family: "Poppins", Arial, sans-serif;
}

.reports-page::before {
  display: none;
}

.reports-page main {
  padding-top: 80px;
  overflow: hidden;
  background: #fff;
}

.reports-page .site-header {
  --header-edge: clamp(40px, 6.25vw, 120px);
  color: #161616;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.reports-page .site-header.is-menu-open,
.reports-page .site-header.is-scrolled {
  color: #161616;
  background: #fff;
  border-bottom-color: #e9e9e9;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.reports-page .logo-crop-color,
.reports-page .site-header.is-scrolled .logo-crop-color,
.reports-page .site-header.is-menu-open .logo-crop-color {
  opacity: 1;
}

.reports-page .logo-crop-white,
.reports-page .site-header.is-scrolled .logo-crop-white,
.reports-page .site-header.is-menu-open .logo-crop-white {
  opacity: 0;
}

.reports-page .brand-nav .logo-crop img {
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  object-fit: contain;
}

.reports-page .primary-nav a {
  color: #050505;
}

.reports-page .primary-nav a.is-current,
.reports-page .primary-nav a:hover,
.reports-page .primary-nav a.is-active {
  color: var(--green);
}

.reports-page .primary-nav a.is-current::after {
  opacity: 1;
  transform: translate3d(-50%, 0, 0) scale(1);
}

.reports-page .site-header.is-menu-open .primary-nav a.is-current:not(.is-active)::after {
  opacity: 0;
  transform: translate3d(-50%, 6px, 0) scale(0.6);
}

.reports-page .icon-button {
  color: #050505;
}

.reports-page .lang-button {
  background: #373737;
  color: #fff;
}

.reports-page .contact-button {
  background: var(--green);
  border-color: #1dd366;
  color: #fff;
  text-transform: none;
}

.reports-page .nav-dropdown {
  color: #050505;
}

.reports-page .nav-link-column a.is-current-subnav {
  color: var(--green);
}

.reports-hero {
  position: relative;
  height: 880px;
  margin-top: 0;
  overflow: hidden;
  background: #d8e6f3;
}

.reports-hero img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.reports-hero h1 {
  position: absolute;
  left: clamp(56px, 6.77vw, 130px);
  top: 303px;
  margin: 0;
  color: #000;
  font-size: clamp(72px, 5.73vw, 110px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.reports-intro {
  padding: 120px 24px 0;
  background: #fff;
  text-align: center;
}

.reports-intro p {
  max-width: 1300px;
  margin: 0 auto;
  color: #000;
  font-size: clamp(28px, 2.08vw, 40px);
  font-weight: 400;
  line-height: 1.28;
}

.featured-report {
  padding: 179px 24px 160px;
  background: #fff;
  text-align: center;
}

.featured-report h2,
.report-library h2,
.report-contact h2 {
  margin: 0;
  color: #000;
  font-size: clamp(42px, 3.65vw, 70px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
}

.featured-report-card {
  width: min(1000px, calc(100vw - 48px));
  height: 322px;
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: 242px minmax(0, 1fr);
  gap: 75px;
  align-items: center;
  padding: 0 106px 0 87px;
  border-radius: 10px;
  background: #f5fdf7;
  text-align: left;
}

.featured-report-cover {
  width: 242px;
  height: 322px;
  max-width: none;
  object-fit: cover;
}

.featured-report-copy {
  display: grid;
  gap: 42px;
  align-content: center;
  justify-items: start;
}

.featured-report-copy p {
  width: min(486px, 100%);
  margin: 0;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.42;
}

.report-button,
.report-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #13db63;
  border-radius: 4px;
  background: var(--green);
  color: #fff;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.report-button {
  min-width: 181px;
  height: 58px;
  padding: 0 31px;
  font-size: 16px;
  font-weight: 400;
}

.report-button img,
.report-contact-button img {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
}

.report-button:hover,
.report-button:focus-visible,
.report-contact-button:hover,
.report-contact-button:focus-visible {
  background: #007a31;
  transform: translateY(-1px);
}

.financial-highlights {
  height: 824px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  background: #f8f8f8;
}

.financial-media {
  overflow: hidden;
  background: #d7e7f5;
}

.financial-media img {
  width: 152.59%;
  height: 100%;
  max-width: none;
  object-fit: fill;
}

.financial-copy {
  padding: 82px 120px 0 100px;
  background: #f8f8f8;
}

.financial-copy h2 {
  margin: 0;
  color: #040404;
  font-size: clamp(52px, 3.65vw, 70px);
  font-weight: 500;
  line-height: 1.2;
}

.financial-metrics {
  width: min(580px, 100%);
  margin-top: 218px;
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  column-gap: 80px;
  row-gap: 64px;
}

.financial-metrics article {
  display: grid;
  gap: 11px;
}

.financial-metrics strong {
  color: #101010;
  font-size: clamp(44px, 3.125vw, 60px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0;
}

.financial-metrics .metric-value {
  color: inherit;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.financial-metrics .metric-label {
  color: rgba(16, 16, 16, 0.6);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

.report-library {
  padding: 129px 0 180px;
  background: #fff;
}

.report-shell {
  width: min(1400px, calc(100vw - 80px));
  margin: 0 auto;
}

.report-controls {
  position: relative;
  z-index: 2;
  margin-top: 94px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.report-tabs {
  display: flex;
  align-items: center;
  gap: 58px;
}

.report-tabs button {
  position: relative;
  min-height: 46px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  font-family: inherit;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  cursor: pointer;
  transition: color 180ms ease;
}

.report-tabs button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 4px;
  background: var(--green);
  opacity: 0;
  transform: scaleX(0.72);
  transform-origin: left center;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.report-tabs button.is-active,
.report-tabs button:hover,
.report-tabs button:focus-visible {
  color: var(--green);
}

.report-tabs button.is-active {
  font-weight: 500;
}

.report-tabs button.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.report-filters {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.report-select {
  position: relative;
}

.report-select > button {
  min-width: 120px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

.report-select > button::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-3px);
  flex: 0 0 auto;
}

.report-select > button[aria-expanded="true"]::after {
  transform: rotate(-135deg) translate(-2px, -1px);
}

.report-select > button img {
  display: none;
}

.report-select-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: 156px;
  padding: 8px;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
}

.report-select-menu button {
  width: 100%;
  height: 38px;
  padding: 0 12px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #111;
  font-family: inherit;
  font-size: 15px;
  text-align: left;
  cursor: pointer;
}

.report-select-menu button:hover,
.report-select-menu button:focus-visible {
  background: #f5fdf7;
  color: var(--green);
}

.report-table-wrap {
  margin-top: 34px;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  overflow: hidden;
}

.report-table {
  min-width: 1000px;
  background: #fff;
}

.report-row {
  min-height: 68px;
  display: grid;
  grid-template-columns: 2fr 1fr 1.25fr 1.55fr 1.05fr 1fr;
  align-items: center;
  column-gap: 18px;
  padding: 0 40px;
  border-bottom: 1px solid #e9e9e9;
}

.report-row:last-child {
  border-bottom: 0;
}

.report-row-head {
  background: #e9e9e9;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}

.report-row:not(.report-row-head) {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}

.report-download-cell {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.report-download-cell img {
  width: 30px;
  height: 30px;
}

.report-pagination {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  margin-top: 25px;
}

.report-pagination button {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #f6f6f6;
  color: #000;
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition:
    background 160ms ease,
    color 160ms ease;
}

.report-pagination button.is-active,
.report-pagination button:hover,
.report-pagination button:focus-visible {
  background: #2f2f2f;
  color: #fff;
}

.report-contact {
  padding: 0 24px 178px;
  background: #fff;
  text-align: center;
}

.report-contact-button {
  width: 280px;
  height: 80px;
  margin-top: 80px;
  font-size: 20px;
  font-weight: 500;
}

.report-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 100;
  min-width: 230px;
  max-width: min(420px, calc(100vw - 48px));
  padding: 14px 18px;
  border-radius: 8px;
  background: rgba(47, 47, 47, 0.94);
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
  transform: translateX(-50%);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1300px) {
  .reports-page .site-header {
    padding-left: 48px;
    padding-right: 48px;
  }

  .reports-hero {
    height: 680px;
  }

  .reports-hero h1 {
    top: 230px;
  }

  .financial-copy {
    padding-left: 70px;
    padding-right: 60px;
  }

  .financial-metrics {
    column-gap: 44px;
  }

}

@media (max-width: 1020px) {
  .reports-page main {
    padding-top: 72px;
  }

  .reports-page .site-header {
    height: 72px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .reports-page .header-actions {
    width: auto;
    flex: 0 0 auto;
  }

  .reports-hero {
    height: 560px;
    margin-top: 0;
  }

  .reports-hero h1 {
    top: 188px;
    left: 40px;
  }

  .reports-intro {
    padding-top: 72px;
  }

  .featured-report {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .featured-report-card {
    height: auto;
    grid-template-columns: 170px 1fr;
    gap: 42px;
    padding: 40px;
  }

  .featured-report-cover {
    width: 170px;
    height: 226px;
  }

  .featured-report-copy p {
    font-size: 20px;
  }

  .financial-highlights {
    height: auto;
    grid-template-columns: 1fr;
  }

  .financial-media {
    height: 420px;
  }

  .financial-copy {
    padding: 64px 40px 72px;
  }

  .financial-metrics {
    margin-top: 72px;
  }

  .report-library {
    padding-top: 92px;
  }

  .report-shell {
    width: min(100% - 48px, 900px);
  }

  .report-controls {
    margin-top: 64px;
    flex-direction: column;
  }

  .report-filters {
    width: 100%;
    justify-content: flex-end;
  }

  .report-table-wrap {
    overflow-x: auto;
  }

  .report-contact {
    padding-bottom: 110px;
  }

  .report-contact-button {
    margin-top: 48px;
  }

}

@media (max-width: 640px) {
  .reports-hero {
    height: 440px;
  }

  .reports-hero img {
    object-position: 62% center;
  }

  .reports-hero h1 {
    top: 154px;
    left: 24px;
    font-size: clamp(46px, 14vw, 72px);
  }

  .reports-intro {
    padding: 56px 24px 0;
  }

  .reports-intro p {
    font-size: 22px;
  }

  .featured-report {
    padding: 72px 24px;
  }

  .featured-report h2,
  .report-library h2,
  .report-contact h2 {
    font-size: 38px;
    line-height: 1.12;
  }

  .featured-report-card {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 28px;
    padding: 32px 24px;
    text-align: center;
  }

  .featured-report-copy {
    justify-items: center;
  }

  .featured-report-copy p {
    font-size: 18px;
  }

  .financial-media {
    height: 320px;
  }

  .financial-copy {
    padding: 48px 24px 56px;
  }

  .financial-copy h2 {
    font-size: 42px;
  }

  .financial-metrics {
    grid-template-columns: 1fr 1fr;
    gap: 36px 28px;
    margin-top: 52px;
  }

  .financial-metrics strong {
    font-size: 36px;
  }

  .financial-metrics .metric-label {
    font-size: 15px;
  }

  .report-library {
    padding: 72px 0 96px;
  }

  .report-shell {
    width: calc(100% - 32px);
  }

  .report-tabs {
    width: 100%;
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .report-tabs button {
    font-size: 18px;
    white-space: nowrap;
  }

  .report-filters {
    gap: 20px;
    justify-content: space-between;
  }

  .report-select > button {
    min-width: auto;
    font-size: 15px;
    gap: 8px;
  }

  .report-row {
    min-height: 58px;
    padding: 0 20px;
  }

  .report-row-head,
  .report-row:not(.report-row-head) {
    font-size: 15px;
  }

  .report-pagination {
    justify-content: center;
  }

  .report-contact {
    padding: 0 24px 88px;
  }

  .report-contact-button {
    width: 220px;
    height: 62px;
    font-size: 16px;
  }
}
