.authority-page {
  background: #ffffff;
}

.authority-page .nav {
  background: rgba(255, 255, 255, .96);
}

.authority-breadcrumbs {
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}

.authority-breadcrumbs ol {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 12px 0;
  list-style: none;
  color: #64748b;
  font-size: 14px;
}

.authority-breadcrumbs li + li::before {
  content: "/";
  margin-right: 8px;
  color: #94a3b8;
}

.authority-breadcrumbs a:hover {
  color: #0f766e;
}

.authority-hero {
  position: relative;
  min-height: 490px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  background: #0f172a;
}

.authority-hero::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: min(46vw, 680px);
  background: #164e63;
  clip-path: polygon(38% 0, 100% 0, 100% 100%, 0 100%);
}

.authority-hero .container {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 78px;
  padding-bottom: 76px;
}

.authority-hero-copy {
  max-width: 760px;
}

.authority-hero .eyebrow {
  color: #99f6e4;
}

.authority-hero h1 {
  margin: 0 0 18px;
  max-width: 720px;
  color: #ffffff;
  font-size: 64px;
  line-height: 1.02;
  letter-spacing: 0;
}

.authority-hero .lead {
  max-width: 690px;
  margin: 0 0 26px;
  color: #dbeafe;
  font-size: 21px;
  line-height: 1.55;
}

.authority-hero-mark {
  position: absolute;
  z-index: 2;
  right: 7vw;
  bottom: 52px;
  width: 180px;
  height: 180px;
  object-fit: contain;
  background: #ffffff;
  border: 12px solid #ffffff;
}

.authority-hero .btn:not(.primary) {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, .5);
}

.authority-hero .btn.primary {
  background: #ffffff;
  color: #0f172a;
  border: 1px solid #ffffff;
  box-shadow: none;
}

.authority-hero .btn:hover {
  box-shadow: none;
}

.authority-band {
  padding: 72px 0;
  border-bottom: 1px solid #e2e8f0;
}

.authority-band.alt {
  background: #f8fafc;
}

.authority-intro {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
  gap: 72px;
  align-items: start;
}

.authority-intro h2,
.newsroom-heading h2 {
  margin: 0;
  color: #0f172a;
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: 0;
}

.authority-copy p,
.newsroom-heading p {
  margin: 0 0 18px;
  color: #475569;
  font-size: 18px;
  line-height: 1.72;
}

.authority-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 52px;
  border-top: 1px solid #cbd5e1;
  border-bottom: 1px solid #cbd5e1;
}

.authority-facts div {
  min-height: 142px;
  padding: 24px 22px;
  border-right: 1px solid #cbd5e1;
}

.authority-facts div:last-child {
  border-right: 0;
}

.authority-facts span,
.news-date {
  display: block;
  margin-bottom: 10px;
  color: #0f766e;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.authority-facts strong {
  display: block;
  color: #0f172a;
  font-size: 19px;
  line-height: 1.35;
}

.evidence-list {
  margin-top: 46px;
  border-top: 1px solid #cbd5e1;
}

.evidence-row {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 118px;
  padding: 20px 0;
  border-bottom: 1px solid #cbd5e1;
}

.evidence-number {
  color: #0f766e;
  font-size: 17px;
  font-weight: 800;
}

.evidence-row h3 {
  margin: 0 0 6px;
  color: #0f172a;
  font-size: 21px;
  letter-spacing: 0;
}

.evidence-row p {
  margin: 0;
  color: #64748b;
  line-height: 1.55;
}

.evidence-row a,
.news-item a {
  color: #0f766e;
  font-weight: 800;
}

.evidence-row a:hover,
.news-item a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.brand-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.newsroom-heading {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 60px;
  align-items: end;
}

.news-list {
  margin-top: 48px;
  border-top: 1px solid #cbd5e1;
}

.news-item {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 190px;
  gap: 30px;
  align-items: start;
  padding: 32px 0;
  border-bottom: 1px solid #cbd5e1;
}

.news-item h2,
.news-item h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0;
}

.news-item p {
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.65;
}

.news-actions {
  text-align: right;
}

.authority-cta {
  padding: 58px 0;
  color: #ffffff;
  background: #164e63;
}

.authority-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.authority-cta h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0;
}

.authority-cta p {
  margin: 0;
  color: #ccfbf1;
  line-height: 1.6;
}

.authority-cta .btn {
  flex: 0 0 auto;
  color: #0f172a;
  background: #ffffff;
  border-color: #ffffff;
}

@media (max-width: 900px) {
  .authority-hero::after,
  .authority-hero-mark {
    display: none;
  }

  .authority-intro,
  .newsroom-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .authority-facts div:nth-child(2) {
    border-right: 0;
  }

  .authority-facts div:nth-child(-n+2) {
    border-bottom: 1px solid #cbd5e1;
  }

  .news-item {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .news-actions {
    grid-column: 2;
    text-align: left;
  }
}

@media (max-width: 620px) {
  .authority-hero {
    min-height: 440px;
  }

  .authority-hero .container {
    padding-top: 64px;
    padding-bottom: 58px;
  }

  .authority-hero h1 {
    font-size: 46px;
  }

  .authority-hero .lead {
    font-size: 18px;
  }

  .authority-band {
    padding: 54px 0;
  }

  .authority-intro h2,
  .newsroom-heading h2 {
    font-size: 32px;
  }

  .authority-facts {
    grid-template-columns: 1fr;
  }

  .authority-facts div,
  .authority-facts div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #cbd5e1;
  }

  .authority-facts div:last-child {
    border-bottom: 0;
  }

  .evidence-row {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }

  .evidence-row > a {
    grid-column: 2;
  }

  .news-item {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .news-actions {
    grid-column: 1;
  }

  .authority-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

