.press-page-title {
  position: relative;
  overflow: hidden;
  padding: 88px 0 82px;
  background: linear-gradient(135deg, #f7f9fc 0%, #eaf2f8 100%);
}

.nav-menu a[aria-current="page"] {
  color: #0476bd;
}

.press-page-title::before,
.press-page-title::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(4, 94, 160, 0.11);
}

.press-page-title::before {
  width: 340px;
  height: 340px;
  top: -210px;
  right: 8%;
}

.press-page-title::after {
  width: 220px;
  height: 220px;
  bottom: -150px;
  left: 10%;
}

.press-page-title .container {
  position: relative;
  z-index: 1;
}

.press-page-title .ipt-title {
  margin-bottom: 12px;
  color: #1b2b3a;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  line-height: 1;
  letter-spacing: -0.02em;
}

.press-page-title .ipn-subtitle {
  display: block;
  max-width: 700px;
  margin: 0 auto;
  color: #536578;
  font-size: 1.1rem;
  line-height: 1.65;
}

.press-eyebrow,
.press-section-label,
.press-year-heading p {
  margin: 0 0 10px;
  color: #0476bd;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.press-main {
  background: #fff;
}

.press-intro {
  padding: 82px 0 56px;
}

.press-intro h2 {
  margin-bottom: 18px;
  color: #1b2b3a;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
}

.press-intro p:last-child {
  max-width: 760px;
  margin: 0 auto;
  color: #5d6d7c;
  font-size: 1.08rem;
  line-height: 1.8;
}

.press-page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.press-page-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 18px;
  color: #315269;
  background: #f3f7fa;
  border: 1px solid #dce7ee;
  border-radius: 2px;
  font-size: 0.84rem;
  font-weight: 700;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.press-page-nav a:hover,
.press-page-nav a:focus {
  color: #fff;
  background: #0476bd;
  border-color: #0476bd;
}

.press-listing {
  padding: 0 0 96px;
}

.press-year-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dce4eb;
}

.press-year-heading p {
  margin-bottom: 5px;
}

.press-year-heading h2 {
  margin: 0;
  color: #1b2b3a;
  font-size: 2.4rem;
  line-height: 1;
}

.press-year-heading-secondary {
  margin-top: 60px;
}

.press-grid {
  margin-right: -12px;
  margin-left: -12px;
}

.press-grid > [class*="col-"] {
  display: flex;
  padding-right: 12px;
  padding-left: 12px;
}

.press-card {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  margin-bottom: 24px;
  padding: 34px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce4eb;
  border-radius: 3px;
  box-shadow: 0 14px 42px rgba(22, 47, 71, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.press-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 68px;
  background: #0476bd;
}

.press-card:hover {
  transform: translateY(-4px);
  border-color: #c9d7e2;
  box-shadow: 0 20px 52px rgba(22, 47, 71, 0.11);
}

.press-card-thumb,
.industry-card-thumb {
  overflow: hidden;
  background: #dfe8ef;
}

.press-card-thumb {
  height: 210px;
  margin: -34px -34px 28px;
}

.press-card-thumb img,
.industry-card-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.press-card:hover .press-card-thumb img,
.industry-card:hover .industry-card-thumb img {
  transform: scale(1.035);
}

.press-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.press-card-meta time {
  color: #0476bd;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.press-card-meta span {
  color: #7a8997;
  font-size: 0.78rem;
  white-space: nowrap;
}

.press-card h3 {
  margin-bottom: 14px;
  color: #1c2c3b;
  font-size: 1.42rem;
  line-height: 1.35;
}

.press-card > p {
  margin-bottom: 24px;
  color: #627282;
  line-height: 1.72;
}

.press-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: auto;
}

.press-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  color: #315269;
  background: #f3f7fa;
  border: 1px solid #dce7ee;
  border-radius: 2px;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.2;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.press-links a::after {
  content: "\2197";
  margin-left: 7px;
  font-size: 0.86rem;
}

.press-links a:hover,
.press-links a:focus {
  color: #fff;
  background: #0476bd;
  border-color: #0476bd;
}

#press-releases,
#industry-articles {
  scroll-margin-top: 110px;
}

.industry-section {
  padding: 94px 0 88px;
  background: #f4f7fa;
  border-top: 1px solid #e1e8ee;
}

.industry-intro {
  margin-bottom: 56px;
}

.industry-intro h2 {
  margin-bottom: 18px;
  color: #1b2b3a;
  font-size: clamp(2.15rem, 4vw, 3.15rem);
  line-height: 1.15;
}

.industry-intro > p:last-child {
  max-width: 760px;
  margin: 0 auto;
  color: #5d6d7c;
  font-size: 1.06rem;
  line-height: 1.8;
}

.industry-year-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d4dee7;
}

.industry-year-heading span {
  color: #0476bd;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.industry-year-heading h3 {
  margin: 0;
  color: #1b2b3a;
  font-size: 2.15rem;
  line-height: 1;
}

.industry-year-heading-secondary {
  margin-top: 54px;
}

.industry-grid {
  margin-right: -10px;
  margin-left: -10px;
}

.industry-grid > [class*="col-"] {
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
}

.industry-card {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  min-height: 238px;
  margin-bottom: 20px;
  padding: 27px;
  background: #fff;
  border: 1px solid #dbe4eb;
  border-radius: 3px;
  box-shadow: 0 10px 30px rgba(22, 47, 71, 0.045);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.industry-card:hover {
  transform: translateY(-3px);
  border-color: #c4d4df;
  box-shadow: 0 16px 38px rgba(22, 47, 71, 0.09);
}

.industry-card-thumb {
  height: 150px;
  margin: -27px -27px 22px;
}

.industry-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.industry-meta time {
  color: #0476bd;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.industry-meta span {
  color: #7a8997;
  font-size: 0.76rem;
  line-height: 1.35;
  text-align: right;
}

.industry-card h4 {
  margin-bottom: 24px;
  color: #1c2c3b;
  font-size: 1.16rem;
  line-height: 1.45;
}

.industry-card > a {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  color: #0476bd;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.industry-card > a::after {
  content: "\2197";
  margin-left: 7px;
}

.industry-card > a:hover,
.industry-card > a:focus {
  color: #1c4f70;
}

@media (max-width: 991px) {
  .press-page-title {
    padding: 70px 0 66px;
  }

  .press-intro {
    padding: 64px 0 44px;
  }

  .press-card {
    padding: 28px;
  }

  .press-card-thumb {
    margin: -28px -28px 25px;
  }

  .press-card h3 {
    font-size: 1.25rem;
  }

  .industry-section {
    padding: 76px 0 72px;
  }

  .industry-card {
    min-height: 228px;
    padding: 25px;
  }

  .industry-card-thumb {
    margin: -25px -25px 21px;
  }
}

@media (max-width: 767px) {
  .press-page-title {
    padding: 56px 0 52px;
  }

  .press-page-title .ipn-subtitle {
    padding: 0 12px;
    font-size: 1rem;
  }

  .press-intro {
    padding: 52px 0 36px;
  }

  .press-intro p:last-child {
    font-size: 1rem;
  }

  .press-page-nav {
    margin-top: 22px;
  }

  .press-listing {
    padding-bottom: 72px;
  }

  .press-year-heading {
    align-items: center;
  }

  .press-year-heading h2 {
    font-size: 2rem;
  }

  .press-year-heading-secondary {
    margin-top: 38px;
  }

  .press-card {
    margin-bottom: 18px;
    padding: 25px 22px;
  }

  .press-card-thumb {
    height: 190px;
    margin: -25px -22px 22px;
  }

  .press-card-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 18px;
  }

  .press-card h3 {
    font-size: 1.2rem;
  }

  .press-links {
    gap: 8px;
  }

  .press-links a {
    min-height: 40px;
    padding: 9px 12px;
  }

  .industry-section {
    padding: 62px 0 58px;
  }

  .industry-intro {
    margin-bottom: 40px;
  }

  .industry-intro > p:last-child {
    font-size: 1rem;
  }

  .industry-year-heading h3 {
    font-size: 2rem;
  }

  .industry-year-heading-secondary {
    margin-top: 36px;
  }

  .industry-card {
    min-height: 0;
    margin-bottom: 16px;
    padding: 23px 21px;
  }

  .industry-card-thumb {
    height: 180px;
    margin: -23px -21px 20px;
  }

  .industry-card h4 {
    font-size: 1.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .press-card,
  .press-links a,
  .press-page-nav a,
  .industry-card,
  .press-card-thumb img,
  .industry-card-thumb img {
    transition: none;
  }
}
