.sub-nav {
  display: flex;
  align-self: stretch;
  gap: 34px;
  margin-left: 76px;
}

.sub-nav a {
  position: relative;
  display: flex;
  align-items: center;
  color: #344054;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.sub-nav a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.sub-nav a:hover,
.sub-nav a:focus-visible,
.sub-nav a.is-active {
  color: var(--blue);
}

.sub-nav a:hover::after,
.sub-nav a:focus-visible::after,
.sub-nav a.is-active::after {
  transform: scaleX(1);
}

.news-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 520px;
  margin-top: var(--header-height);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(48, 108, 230, 0.5), transparent 30%),
    var(--carbon);
}

.news-hero::after {
  position: absolute;
  right: 11%;
  bottom: -170px;
  width: 430px;
  height: 430px;
  background: rgba(255, 255, 255, 0.035);
  border-radius: 50%;
  content: "";
}

.news-hero-content {
  position: relative;
  z-index: 2;
}

.news-hero-content > p {
  margin-bottom: 24px;
  color: #77a9ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.news-hero h1 {
  font-size: clamp(62px, 7vw, 98px);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.news-hero-content > span {
  display: block;
  max-width: 620px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.9;
}

.news-hero-word {
  position: absolute;
  right: -25px;
  bottom: -60px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.055);
  font-size: 220px;
  font-weight: 700;
  line-height: 1;
}

.news-tabs {
  position: sticky;
  top: var(--header-height);
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 28px rgba(17, 34, 61, 0.06);
  backdrop-filter: blur(14px);
  transition: top 220ms ease;
}

.site-header--hidden ~ main .news-tabs {
  top: 0;
}

.news-tabs .container {
  display: flex;
  gap: 48px;
  align-items: center;
  min-height: 72px;
}

.news-tabs a {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  color: #657185;
  font-size: 14px;
}

.news-tabs a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
}

.news-tabs a:hover,
.news-tabs a.is-active {
  color: var(--ink);
}

.news-tabs a.is-active::after {
  transform: scaleX(1);
}

.news-section {
  padding: 116px 0 128px;
  scroll-margin-top: 140px;
}

.news-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 62px;
}

.news-section-heading p {
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.19em;
}

.news-section-heading h2 {
  font-size: clamp(40px, 4.5vw, 58px);
  font-weight: 500;
}

.news-section-heading > span {
  padding-bottom: 8px;
  color: #6b7687;
  font-size: 15px;
}

.news-lead-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.7fr);
  gap: 24px;
}

.lead-story {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 690px;
  color: #fff;
  background: var(--carbon);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.lead-story:hover,
.lead-story:focus-visible {
  outline: none;
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(17, 34, 61, 0.18);
}

.lead-story-media {
  min-height: 390px;
  overflow: hidden;
}

.lead-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.lead-story:hover img {
  transform: scale(1.025);
}

.lead-story-copy {
  padding: 34px 40px 38px;
}

.story-meta {
  display: flex;
  gap: 28px;
  color: #8da1bd;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.story-meta span {
  color: #77a9ff;
}

.lead-story h3 {
  margin-top: 22px;
  font-size: 34px;
  font-weight: 500;
}

.lead-story p {
  max-width: 700px;
  margin-top: 16px;
  color: #aab5c4;
  line-height: 1.8;
}

.lead-story strong {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-top: 28px;
  color: #9fc1ff;
  font-size: 14px;
  font-weight: 500;
}

.news-shortcuts {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
}

.news-shortcuts a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  padding: 38px;
  overflow: hidden;
  background: #f0f4fa;
  transition: color 200ms ease, background 200ms ease;
}

.news-shortcuts a:last-child {
  background: #e9f0ff;
}

.news-shortcuts a:hover,
.news-shortcuts a:focus-visible {
  color: #fff;
  background: var(--blue);
  outline: none;
}

.news-shortcuts span {
  margin-bottom: 30px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.news-shortcuts a:hover span,
.news-shortcuts a:focus-visible span,
.news-shortcuts a:hover p,
.news-shortcuts a:focus-visible p {
  color: rgba(255, 255, 255, 0.74);
}

.news-shortcuts h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.35;
}

.news-shortcuts p {
  margin-top: 18px;
  color: #69768a;
  font-size: 14px;
  line-height: 1.7;
}

.news-shortcuts i {
  position: absolute;
  right: 30px;
  bottom: 26px;
  font-size: 24px;
  font-style: normal;
}

.brand-news {
  background: #f4f6f9;
}

.brand-news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.brand-news-card {
  display: flex;
  flex-direction: column;
  min-height: 350px;
  padding: 32px 34px;
  color: #154ee8;
  background: #e8efff;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.brand-news-card:hover,
.brand-news-card:focus-visible {
  outline: none;
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(17, 34, 61, 0.13);
}

.brand-news-card--blue {
  color: #fff;
  background: #164fe8;
}

.brand-news-card--taonest {
  color: #e54f00;
  background: #fff0e8;
}

.brand-news-card--dark {
  color: #fff;
  background: #171a20;
}

.brand-news-card > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  font-size: 21px;
}

.brand-news-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.brand-news-logo--wide {
  width: 190px;
  height: 70px;
  object-position: left center;
}

.brand-name {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-name img {
  width: 56px;
  height: 56px;
}

.brand-name b {
  font-size: 25px;
}

.brand-news-card > p {
  margin-top: auto;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  opacity: 0.7;
}

.brand-news-card h3 {
  max-width: 430px;
  margin-top: 13px;
  color: var(--ink);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.45;
}

.brand-news-card--blue h3,
.brand-news-card--dark h3 {
  color: #fff;
}

.brand-news-card small {
  margin-top: 24px;
  font-size: 12px;
  letter-spacing: 0.08em;
  opacity: 0.74;
}

.insights {
  color: #fff;
  background: var(--carbon-deep);
}

.news-section-heading--light p {
  color: #77a9ff;
}

.news-section-heading--light > span {
  color: #93a0b1;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.insight-card {
  min-height: 510px;
  padding: 48px;
  background: var(--carbon-raised);
}

.insight-card--blue {
  background: var(--blue);
}

.insight-card > span {
  color: #77a9ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.insight-card--blue > span {
  color: rgba(255, 255, 255, 0.65);
}

.insight-card h3 {
  margin-top: 90px;
  font-size: clamp(31px, 3.2vw, 43px);
  font-weight: 500;
  line-height: 1.4;
}

.insight-card p {
  max-width: 520px;
  margin-top: 32px;
  color: #a9b5c5;
  line-height: 1.9;
}

.insight-card--blue p {
  color: rgba(255, 255, 255, 0.78);
}

.news-closing {
  padding: 110px 0;
  color: #fff;
  background:
    radial-gradient(circle at 84% 20%, rgba(105, 177, 255, 0.7), transparent 24%),
    linear-gradient(115deg, #063e9e, #1464f4 65%, #1888ff);
}

.news-closing p {
  margin-bottom: 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  opacity: 0.7;
}

.news-closing h2 {
  font-size: clamp(50px, 6vw, 82px);
  font-weight: 500;
}

.news-closing a {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  margin-top: 36px;
  min-height: 48px;
  padding: 0 20px;
  color: var(--blue);
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: color 180ms ease, transform 180ms ease;
}

.news-closing a:hover,
.news-closing a:focus-visible {
  color: var(--blue-deep);
  outline-color: #fff;
  transform: translateY(-2px);
}

.article-hero {
  margin-top: var(--header-height);
  padding: 70px 0 92px;
  background: #f2f5f9;
}

.breadcrumb {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 76px;
  color: #8a95a4;
  font-size: 12px;
}

.breadcrumb a:hover {
  color: var(--blue);
}

.breadcrumb b {
  color: #596579;
  font-weight: 500;
}

.article-category {
  margin-bottom: 22px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.article-hero h1 {
  max-width: 900px;
  font-size: clamp(58px, 7vw, 92px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.article-meta {
  display: flex;
  gap: 30px;
  margin-top: 42px;
  color: #7d8998;
  font-size: 13px;
}

.article-meta span {
  color: var(--blue);
}

.article-cover {
  height: 620px;
  margin-top: 70px;
}

.article-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 760px);
  gap: 110px;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 128px;
}

.article-aside {
  align-self: start;
  position: sticky;
  top: 110px;
}

.article-aside span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.article-aside p {
  margin-top: 18px;
  color: #697588;
  font-size: 14px;
  line-height: 1.8;
}

.article-aside a {
  display: inline-block;
  margin-top: 30px;
  color: var(--blue);
  font-size: 14px;
}

.article-body {
  color: #3f4c5f;
  font-size: 17px;
  line-height: 2;
}

.article-body .article-lead {
  color: var(--ink);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.8;
}

.article-body h2 {
  margin: 70px 0 24px;
  color: var(--ink);
  font-size: 32px;
  font-weight: 550;
  line-height: 1.45;
}

.article-body p + p {
  margin-top: 22px;
}

.article-body blockquote {
  margin: 52px 0;
  padding: 34px 40px;
  color: #11479e;
  background: #eef4ff;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.8;
}

.article-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 40px;
  background: transparent;
}

.article-points > div {
  min-height: 220px;
  padding: 26px 22px;
  background: #f3f6fa;
}

.article-points h3 {
  margin-top: 42px;
  color: var(--ink);
  font-size: 19px;
  font-weight: 550;
}

.article-points p {
  margin-top: 12px;
  color: #778294;
  font-size: 13px;
  line-height: 1.7;
}

.article-next {
  padding: 100px 0;
  color: #fff;
  background: var(--blue);
}

.article-next p {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  opacity: 0.72;
}

.article-next h2 {
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 500;
  line-height: 1.3;
}

.article-next a {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
  min-height: 48px;
  padding: 0 20px;
  color: var(--blue);
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: color 180ms ease, transform 180ms ease;
}

.article-next a:hover,
.article-next a:focus-visible {
  color: var(--blue-deep);
  outline-color: #fff;
  transform: translateY(-2px);
}

.article-footer-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.article-footer-links .footer-language {
  margin-top: 0;
}

@media (max-width: 1180px) {
  .sub-nav {
    gap: 24px;
    margin-left: 48px;
  }
}

@media (max-width: 960px) {
  .sub-nav {
    display: none;
  }

  .news-lead-layout {
    grid-template-columns: 1fr;
  }

  .news-shortcuts {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
  }

  .brand-news-grid,
  .insight-grid {
    grid-template-columns: 1fr;
  }

  .article-cover {
    height: 500px;
  }

  .article-layout {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .article-aside {
    position: static;
  }
}

@media (max-width: 680px) {
  .news-hero {
    min-height: 460px;
  }

  .news-hero h1 {
    font-size: 54px;
  }

  .news-hero-content > span {
    font-size: 15px;
  }

  .news-hero-word {
    right: -40px;
    font-size: 110px;
  }

  .news-tabs .container {
    gap: 28px;
    min-height: 62px;
    overflow-x: auto;
  }

  .news-tabs a {
    flex: 0 0 auto;
    font-size: 13px;
  }

  .news-section {
    padding: 78px 0;
  }

  .news-section-heading {
    display: block;
    margin-bottom: 42px;
  }

  .news-section-heading > span {
    display: block;
    margin-top: 20px;
  }

  .lead-story {
    min-height: 0;
  }

  .lead-story-media {
    min-height: 280px;
  }

  .lead-story-copy {
    padding: 28px 24px 32px;
  }

  .lead-story h3 {
    font-size: 28px;
  }

  .news-shortcuts {
    grid-template-columns: 1fr;
  }

  .news-shortcuts a {
    min-height: 270px;
    padding: 30px 26px;
  }

  .brand-news-card {
    min-height: 315px;
    padding: 28px 24px;
  }

  .brand-news-logo--wide {
    width: 165px;
  }

  .insight-card {
    min-height: 440px;
    padding: 34px 28px;
  }

  .insight-card h3 {
    margin-top: 70px;
    font-size: 30px;
  }

  .article-hero {
    padding: 48px 0 70px;
  }

  .breadcrumb {
    margin-bottom: 55px;
  }

  .article-hero h1 {
    font-size: 48px;
  }

  .article-cover {
    width: 100%;
    height: 330px;
    margin-top: 0;
  }

  .article-layout {
    padding-top: 70px;
    padding-bottom: 86px;
  }

  .article-body {
    font-size: 16px;
  }

  .article-body .article-lead {
    font-size: 20px;
  }

  .article-body h2 {
    margin-top: 55px;
    font-size: 27px;
  }

  .article-body blockquote {
    margin: 40px 0;
    padding: 28px 24px;
    font-size: 18px;
  }

  .article-points {
    grid-template-columns: 1fr;
  }

  .article-points > div {
    min-height: 180px;
  }

  .article-footer-links {
    flex-wrap: wrap;
    gap: 12px 22px;
  }
}
