:root {
  --head: 6.25vw;
  /* --color: #E74E46; */
}

.co-w {
  color: #fff;
}

.co-m {
  color: var(--color);
}

.co-h {
  color: #C5C5C9;
}

.head-zhanwei {
  height: var(--head);
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

.C-wrap {
  width: 91.666vw;
  margin: 0 auto;
  transition: all 0.5s;
}

/* -----------------------------------------head,foot-------------------------------------- */
.head1 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  height: var(--head);
  transition: all ease .3s;
}

.isback .head1 {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.scroll .head1 {}

.head1 .logo {
  width: 7.135vw;
}

.head1 .menu {
  gap: 1.041vw;
  height: 100%;
  color: #fff;
}

.head1 .link {
  height: 100%;
}

.C-btn {
  min-width: 6.666vw;
  padding: 0.468vw 1.354vw;
  border-radius: 80px;
  backdrop-filter: blur(0.104vw);
  text-align: center;

  display: block;
  position: relative;
  transition: all ease 0.1s;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.C-btn.theme1 {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.C-btn.theme2 {
  border: 1px solid rgba(255, 255, 255, 0.30);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(0.104vw);
  color: #fff;
}

.C-btn span {
  position: relative;
  z-index: 5;
}

.C-btn::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding-top: 100%;
  border-radius: 100%;
  background: url('/img/head-text-bg.svg') no-repeat center/cover;
  transition: all cubic-bezier(0.68, 0.15, 0.76, 1) 0.4s;
  /* animation: link-bg-top-reverse 0.6s ease-in forwards; */
}

.head1 .link.on>.C-btn::after,
.head1 .link:hover>a::after,
.C-btn:hover::after {
  animation: link-bg-top 0.3s ease-in forwards;
  animation-direction: unset;
}

@keyframes link-bg-top {
  /* 80% {
    transform: translateY(-20%);
  } */

  100% {
    transform: translateY(-20%) scale(1.5);
  }
}

@keyframes link-bg-top-reverse {
  0% {
    transform: translateY(-20%) scale(1.5);
  }

  80% {
    transform: translateY(-20%) scale(1);
  }

  100% {
    transform: translateY(0);
  }
}

.head1 .link.on>a,
.head1 .link:hover>a {}

.head1 .shares {
  gap: 0.416vw;
  margin-left: 1.041vw;
}

.head1 .shares .icon {
  width: 1.666vw;
}

.head1 .shares .icon::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('/img/head-i-bg.svg') no-repeat center/contain;
  opacity: 0;
  transform: scale(0);
}

.head1 .shares .icon:hover::after {
  animation: show1s 0.8s ease forwards;
}

@keyframes show1s {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
  }
}

footer {
  position: relative;
  z-index: 5;
  background: #000;
}

.foot1 {
  width: 97.187vw;
  height: 0.052vw;
  margin: 0 auto 0;
  background: linear-gradient(90deg, #627FFE 0%, #A0FFBB 100%);
}

.foot2 {
  padding: 1.562vw;
}

.foot2 .zuo .t1 {
  gap: 1.5625vw;
}

















/* -----------------------------------------Homepage-------------------------------------- */
.page-home {
  background: #000;
  color: #fff;
}

.page-home .animated {
  animation-delay: 0.3s;
}

.bg video {
  height: 100%;
  object-fit: cover;
}

.home1 .intr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 6.25vw 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  z-index: 3;
}

.home1 .intr .C-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.home1 .intr .t1 {
  width: 54.166vw;
  position: relative;
}

.home1 .intr .t1 svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home1 .intr .t1 h1 {
  display: none;
}

.home1 .intr .t2 {
  width: 24.135vw;
  color: #FFF;
  opacity: 0.7;
  line-height: 1.12;
}

.pinSection {
  position: sticky;
  height: 100vh;
  left: 0;
  top: 0;
  background: #000;
}

.home2 .bg .mask {
  display: block;
  width: 41.093vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(267deg, #12192C 2.79%, #1B202F 50.25%, rgba(27, 32, 47, 0.00) 90%);
  z-index: 2;
}

.home2 .intr {
  position: absolute;
  right: 4.583vw;
  top: 0;
  width: 41.2vw;
  height: 100%;
  z-index: 3;
}

.home2 .intr .t1 {
  letter-spacing: -0.067vw;

  background-image: linear-gradient(106deg, #F1F1F1 0.48%, #9EFBBD 89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* color: #FFF; */
}

.home2 .intr .t2 {
  margin-top: 2.5vw;
  width: 21.354vw;
  color: #FFF;
  opacity: 0.8;
}

.splitted__word {
  display: inline-block;
}

.splitted__line {
  display: block;
  overflow: hidden;
}

.C-title1 {
  position: absolute;
  left: 3.125vw;
  top: 2.604vw;
}

.C-title1 .k1 {
  font-size: 5vw;
  background-image: linear-gradient(90deg, #A0FFBB 0%, #4696FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.C-title1 .k2 {
  display: flex;
}

.C-title1 .k2 span {
  flex: 1;
  height: 0.104vw;
  background: rgba(255, 255, 255, 0.20);
}

.C-title1 .k2 span.on {
  background: #FFF;
}

.home-pd-intr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.home-pd-intr .text {
  padding: 5.208vw 6.979vw;
}

.home-pd-intr .t2 {
  width: 33.072vw;
  color: #FFF;
  opacity: 0.8;
}

.home-pd-intr .t3 {
  width: 72.395vw;
  color: #4696FF;
  margin-top: 1.458vw;
  line-height: 1.2;
}

.home-pd-intr .t3 span {
  background-image: linear-gradient(90deg, #FFF 50%, rgba(255, 255, 255, 0.20) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* color: #fff; */
  text-transform: capitalize;
}

.home3 .bg,
.home4 .bg,
.home5 .bg {
  background: #000;
  overflow: hidden;
  position: relative;
}

.home3 .bg img {

  transition: all ease .3s;
}

.home3 .bg img:nth-child(2),
.home4 .bg img:nth-child(2),
.home5 .bg img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all ease .3s;
}

.home3:hover .bg img:nth-child(2),
.home4:hover .bg img:nth-child(2),
.home5:hover .bg img:nth-child(2) {
  opacity: 1;
}

.home4 .text .t2 {
  margin-left: auto;
}

.home4 .text .t3 {
  width: 62.5vw;
  margin-left: auto;
}

.home4 .text .t3 {
  margin-bottom: 1.458vw;
}
.home5 .text .t3 {
  margin-bottom: 1.458vw;
}

.home6 {
  position: relative;
  height: 100vh;
  background: #000;
}

.home6 .intr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(90deg, rgba(160, 255, 187, 0.00) 0%, #A0FFBB 53.34%, #4696FF 100%);
  mix-blend-mode: soft-light; */
}


.home6 .list {
  padding: 0 13.02vw 6.927vw;
  gap: 7.291vw;
}

.home6 .list .item {
  position: relative;
  background: rgba(40, 52, 100, 0.40);
  backdrop-filter: blur(0.208vw);
}

.home6 .list .item .t1 {
  color: #9EFBBD;
}

.home6 .list .item .t2 {
  margin-top: 0.625vw;
  color: #fff;
}

.home6 .list .item .info1 {
  padding: 1.666vw 2.083vw 1.145vw;
  transition: all ease .6s;
}

.home6 .list .item .info2 {
  padding: 1.666vw 2.083vw 1.145vw;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: url('/img/home6-2.png') no-repeat center/cover;
  opacity: 0;
  pointer-events: none;
  transition: all ease .6s;
}

.home6 .list .item:hover .info1 {
  opacity: 0;
}

.home6 .list .item:hover .info2 {
  opacity: 1;
  pointer-events: visible;
}

.home6 .list .item .info2 .t1 {
  transform: translateX(-5.208vw);
  transition: all ease .6s;
}

.home6 .list .item:hover .info2 .t1 {
  transform: translateX(0);
}
.home6 .bg .pc{
  height: 100%;
}
.home6 .bg .mob{
  height: 100%;
}
.home6 .bg .pc video:nth-child(2){
  display: none;
}

.home7 {
  position: relative;
  background: #000;
  padding: 13.02vw 0 2.916vw;
}

.home7 .list .item {
  position: relative;
  height: 46.875vw;
}

.home7 .list .item .bg img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all ease .6s;
}

.home7 .list .item:hover .bg img:nth-child(2) {
  opacity: 1;
}

.home7 .list .item .info1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: all ease .6s;
}

.home7 .list .item:hover .info1 {
  opacity: 0;
}

.home7 .list .item .t1 {
  letter-spacing: 0.098vw;
  text-transform: uppercase;
  transition: all ease .6s;
}

.home7 .list .item:hover .info1 .t1 {
  opacity: 0;
}

.home7 .list .item .info2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  color: #fff;
  padding: 2.083vw;
  opacity: 0;
  transition: all ease .6s;
}

.home7 .list .item:hover .info2 {
  opacity: 1;
}

.home7 .list .item .info2>div {
  opacity: 0;
}

.home7 .list .item:hover .info2>div {
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
}

.home7 .list .item .info2 .t2 {
  animation-delay: 0.1s;
}

.home7 .list .item .info2 .t3 {
  animation-delay: 0.2s;
}

.home7 .list .item .info2 .t4 {
  animation-delay: 0.3s;
}

.home7 .list .item .info2 .t5 {
  animation-delay: 0.4s;
}

.home7 .list .item .info2 .t6 {
  animation-delay: 0.5s;
}

.home7 .list .item .t2 {
  margin: 0.208vw 0 0.416vw;
  letter-spacing: 0.041vw;
  text-transform: uppercase;
}

.home7 .list .item .t3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625vw;
}

.home7 .list .item .t3 span {
  padding: 0.208vw 0.833vw;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(0.104vw);
}

.home7 .list .item .t4 {
  margin-top: auto;
  color: #A0FFBB;
  text-shadow: 0 0.104vw 0 #526BC7;
}

.home7 .list .item .t5 {
  width: 20.729vw;
  margin-top: 0.416vw;
}

.home7 .C-btn {
  margin-top: 2.083vw;
}

.home8 {
  padding: 13.854vw 0 8.072vw;
  position: relative;
  background: #000;
}

.home8 .zuo {
  width: 29.479vw;
}

.home8 .zuo .t1 {
  color: rgba(255, 255, 255, 0.60);
}

.home8 .zuo .t1 span {
  color: #fff;
  font-weight: 400;
}

.home8 .you {
  width: 41.927vw;
}

.home8 .you .item .textbox {
  position: relative;
  text-transform: uppercase;
}

.home8 .you .item .textbox span:nth-child(1) {
  color: rgba(255, 255, 255, 0.80);
}

.home8 .you .item .textbox span:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(90deg, #627FFE 0%, #A0FFBB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
}

.home8 .you .item:hover .textbox span:nth-child(1) {
  opacity: 0;
}

.home8 .you .item:hover .textbox span:nth-child(2) {
  opacity: 1;
}

.home8 .you .item .textbox .icon {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-2.187vw, -50%);
  margin-left: 2.187vw;
  transition: all ease .4s;
  opacity: 0;
}

.home8 .you .item:hover .textbox .icon {
  opacity: 1;
  transform: translate(0, -50%);
}

.home8 .you .item .textbox .icon img {
  width: auto;
  max-width: none;
  height: 2.604vw;
}

.home9 {
  position: relative;
  background: #000;
  padding-bottom: 2.291vw;
  overflow: hidden;
}

.home9 .C-wrap {
  transform: translate(-10%, 100%);
  transition: none;
}

.home9 .zuo .t1 {
  color: rgba(255, 255, 255, 0.80);
}

.home9 .zuo .t1::after {
  content: '';
  display: block;
  margin: 0 0.833vw;
  width: 2.083vw;
  height: 0.052vw;
  background: rgba(255, 255, 255, 0.40);
}

.home9 .shares {
  gap: 0.937vw;
}

.home9 .shares .icon {
  width: 1.666vw;
}

.home9 .shares .icon::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('/img/head-i-bg.svg') no-repeat center/contain;
  opacity: 0;
  transform: scale(0);
}

.home9 .shares .icon:hover::after {
  animation: show1s 0.8s ease forwards;
}

.home10 {
  position: relative;
  background: #000;
  padding: 0 0 2.604vw;
  overflow: hidden;
}

.home10 .pic-list {
  gap: 1.25vw;
  padding: 0 1.406vw;
}

.home10 .ul {
  padding: 0 3.125vw;
  gap: 4.166vw;
  position: absolute;
  left: 0;
  top: 17.968vw;
  width: 100%;
  transform: translate(20%, 100%);
}

.home10 .ul .li {
  line-height: 150%;
  letter-spacing: -0.072vw;
  text-transform: uppercase;
  position: relative;
}

.home10 .ul .li::after {
  content: '';
  display: block;
  width: 4.375vw;
  height: 4.375vw;
  background: url('/img/home10-4.svg') no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all ease .6s;
}

.home10 .ul .li:hover::after {
  opacity: 1;
  pointer-events: visible;
}

/* -----------------------------------------Research article page-------------------------------------- */
.page-article {
  background: #000;
  color: #fff;
}

.article-hero {
  position: relative;
  padding: 8vw 0 4vw;
  background: radial-gradient(80% 80% at 10% 10%, rgba(160, 255, 187, 0.25), transparent),
    radial-gradient(90% 90% at 90% 0%, rgba(98, 127, 254, 0.25), transparent),
    #05060b;
  overflow: hidden;
}

.article-hero__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3vw;
  align-items: center;
}

.article-hero__text h1 {
  font-size: 3.75vw;
  line-height: 1.05;
  letter-spacing: -0.05vw;
  margin: 1vw 0 1.25vw;
}

.grad-x {
  display: inline-block;
  background: linear-gradient(90deg, #627ffe 0%, #a0ffbb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.article-subtitle {
  color: rgba(255, 255, 255, 0.72);
  max-width: 36vw;
}

.article-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.52vw;
  padding: 0.31vw 0.83vw;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  text-transform: uppercase;
  letter-spacing: 0.06vw;
  font-size: 0.78vw;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.94vw;
  margin-top: 1.5vw;
  color: rgba(255, 255, 255, 0.65);
}

.article-hero__media {
  position: relative;
}

.article-hero__image {
  position: relative;
  overflow: hidden;
  border-radius: 1.25vw;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, rgba(98, 127, 254, 0.35), rgba(160, 255, 187, 0.35));
  box-shadow: 0 25px 90px rgba(0, 0, 0, 0.45);
}

.article-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-hero__badge {
  position: absolute;
  right: 1.5vw;
  bottom: -1.5vw;
  padding: 1.25vw 1.56vw;
  border-radius: 1vw;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 6, 11, 0.9);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.45);
  text-align: center;
}

.article-hero__badge span {
  display: block;
  font-size: 0.83vw;
  text-transform: uppercase;
  letter-spacing: 0.05vw;
  color: rgba(255, 255, 255, 0.6);
}

.article-hero__badge strong {
  display: block;
  font-size: 2vw;
  margin: 0.2vw 0;
  color: #a0ffbb;
}

.article-hero__badge small {
  color: rgba(255, 255, 255, 0.7);
}

.article-summary {
  padding: 3.75vw 0 2.5vw;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
}

.article-summary__grid {
  gap: 1.5vw;
}

.article-card {
  padding: 1.77vw 1.56vw;
  border-radius: 1vw;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
}

.article-card--glow {
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.4);
  background: linear-gradient(135deg, rgba(98, 127, 254, 0.08), rgba(160, 255, 187, 0.08));
}

.article-card__title {
  font-size: 1.04vw;
  text-transform: uppercase;
  letter-spacing: 0.08vw;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0.7vw;
}

.article-card__eyebrow {
  font-size: 0.9vw;
  letter-spacing: 0.05vw;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.article-lead {
  font-size: 1.2vw;
  color: #fff;
}

.article-list {
  margin-top: 1vw;
  display: grid;
  gap: 0.6vw;
  color: rgba(255, 255, 255, 0.8);
  list-style: none;
  padding-left: 0;
}

.article-list li {
  position: relative;
  padding-left: 1.5vw;
}

.article-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45vw;
  width: 0.36vw;
  height: 0.36vw;
  border-radius: 50%;
  background: linear-gradient(120deg, #627ffe, #a0ffbb);
  box-shadow: 0 0 10px rgba(160, 255, 187, 0.6);
}

.article-card--stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8vw;
  background: linear-gradient(135deg, rgba(98, 127, 254, 0.08), rgba(160, 255, 187, 0.08));
}

.stat {
  padding: 0.8vw 0.6vw;
  border-radius: 0.8vw;
  background: rgba(0, 0, 0, 0.25);
  text-align: left;
}

.stat__value {
  font-size: 1.6vw;
  font-weight: 700;
  color: #a0ffbb;
}

.stat__label {
  color: rgba(255, 255, 255, 0.7);
}

.article-body {
  padding: 2vw 0 4vw;
}

.article-body__grid {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(0, 2.6fr);
  gap: 1.5vw;
  align-items: flex-start;
}

.article-toc {
  position: sticky;
  top: calc(var(--head) + 1vw);
}

.article-card--toc ol {
  display: grid;
  gap: 0.6vw;
  padding-left: 1.1vw;
  color: rgba(255, 255, 255, 0.8);
}

.article-card--toc a {
  color: inherit;
}

.article-content {
  display: grid;
  gap: 1.5vw;
}

.article-content h2 {
  font-size: 2vw;
  letter-spacing: -0.03vw;
}

.article-content p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.article-highlight {
  border: 1px solid rgba(160, 255, 187, 0.2);
  background: rgba(160, 255, 187, 0.05);
  border-radius: 1vw;
  padding: 1.2vw 1.4vw;
}

.article-highlight__title {
  text-transform: uppercase;
  letter-spacing: 0.08vw;
  font-size: 0.94vw;
  color: rgba(160, 255, 187, 0.9);
  margin-bottom: 0.7vw;
}

.article-quote {
  margin: 0;
  padding: 1.5vw 1.6vw;
  border-left: 0.3vw solid #627ffe;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0.8vw;
  color: #fff;
  font-size: 1.2vw;
  line-height: 1.6;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.35);
}

.article-callouts {
  gap: 1vw;
}

.article-media {
  margin-top: 1.5vw;
  display: grid;
  gap: 0.6vw;
}

.article-media__frame {
  border-radius: 1vw;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}

.article-media__frame video,
.article-media__frame img {
  display: block;
  width: 100%;
  height: auto;
}

.article-media__caption {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.94vw;
  text-align: center;
}

.article-cta {
  margin-top: 1vw;
  padding: 1.4vw 1.6vw;
  border-radius: 1vw;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, rgba(98, 127, 254, 0.15), rgba(160, 255, 187, 0.08));
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1vw;
}

.article-cta .C-btn {
  min-width: auto;
  padding: 0.7vw 1.5vw;
}

.article-related {
  padding: 2vw 0 4vw;
  background: #05060b;
}

.article-related__head {
  margin-bottom: 1.6vw;
}

.article-related__grid {
  gap: 1vw;
}

.article-card--link {
  display: block;
  height: 100%;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.article-card--link:hover {
  transform: translateY(-6px);
  border-color: rgba(160, 255, 187, 0.4);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.4);
}