/* Platform directory hero: scoped so country and detail pages remain untouched. */
.arn-landing-content--platform-classic .arn-platform-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 620px;
  padding: 0 !important;
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 103, 133, .22), transparent 30%),
    radial-gradient(circle at 16% 88%, rgba(181, 22, 54, .22), transparent 31%),
    linear-gradient(137deg, #080d18 0%, #15101a 44%, #3b101d 72%, #680f28 100%) !important;
}

.arn-landing-content--platform-classic .arn-platform-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .32;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 94%);
  mask-image: linear-gradient(to bottom, #000, transparent 94%);
}

.arn-landing-content--platform-classic .arn-platform-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -160px;
  bottom: -360px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  box-shadow:
    0 0 0 72px rgba(255, 255, 255, .018),
    0 0 0 144px rgba(255, 255, 255, .012);
}

.arn-landing-content--platform-classic .arn-platform-hero > .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  align-items: center;
  gap: clamp(38px, 6vw, 88px);
  width: 100%;
  max-width: 1200px;
  min-height: 620px;
  margin: 0 auto;
  padding: 72px 20px 112px;
}

.arn-landing-content--platform-classic .arn-platform-hero .hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 650px;
}

.arn-landing-content--platform-classic .arn-platform-hero .hero-content h1 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(40px, 4.35vw, 58px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.arn-landing-content--platform-classic .arn-platform-hero .hero-content p {
  max-width: 650px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.75;
}

.arn-landing-content--platform-classic .arn-platform-hero .hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.arn-landing-content--platform-classic .arn-platform-hero .arn-platform-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 194px;
  min-height: 50px;
  margin: 0;
  padding: 13px 25px;
  border: 1px solid transparent;
  border-radius: 12px;
  box-shadow: none;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  appearance: none;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.arn-landing-content--platform-classic .arn-platform-hero .arn-platform-hero-btn--primary,
.arn-landing-content--platform-classic .arn-platform-hero .arn-platform-hero-btn--primary:visited {
  border-color: #fff;
  background: #fff;
  color: #9f102d !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .2);
}

.arn-landing-content--platform-classic .arn-platform-hero .arn-platform-hero-btn--primary:hover,
.arn-landing-content--platform-classic .arn-platform-hero .arn-platform-hero-btn--primary:active {
  border-color: #ffe5eb;
  background: #ffe5eb;
  color: #7d0c23 !important;
}

.arn-landing-content--platform-classic .arn-platform-hero .arn-platform-hero-btn--ghost {
  border-color: rgba(255, 255, 255, .38);
  background: rgba(255, 255, 255, .075);
  color: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px);
}

.arn-landing-content--platform-classic .arn-platform-hero .arn-platform-hero-btn--ghost:hover,
.arn-landing-content--platform-classic .arn-platform-hero .arn-platform-hero-btn--ghost:active {
  border-color: rgba(255, 255, 255, .68);
  background: rgba(255, 255, 255, .14);
  color: #fff !important;
}

.arn-landing-content--platform-classic .arn-platform-hero .arn-platform-hero-btn:focus {
  outline: 0;
}

.arn-landing-content--platform-classic .arn-platform-hero .arn-platform-hero-btn:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .72);
  outline-offset: 3px;
}

.arn-landing-content--platform-classic .arn-platform-hero .arn-platform-hero-btn[aria-busy="true"] {
  cursor: progress;
  opacity: .76;
}

.arn-landing-content--platform-classic .arn-platform-hero .hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.arn-landing-content--platform-classic .arn-platform-hero .hero-features li {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  font-weight: 700;
}

.arn-landing-content--platform-classic .arn-platform-hero .hero-features li::before {
  display: inline-grid;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 12px;
  place-items: center;
}

/* Platform network illustration */
.arn-landing-content--platform-classic .arn-platform-hero .arn-platform-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  text-align: initial;
}

.arn-landing-content--platform-classic .arn-platform-stage {
  position: relative;
  isolation: isolate;
  width: min(100%, 520px);
  height: 470px;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .018)),
    rgba(8, 10, 20, .34);
  box-shadow:
    0 34px 80px rgba(0, 0, 0, .34),
    inset 0 1px 0 rgba(255, 255, 255, .1);
  backdrop-filter: blur(12px);
}

.arn-landing-content--platform-classic .arn-platform-stage::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 25px;
  pointer-events: none;
}

.arn-landing-content--platform-classic .arn-platform-grid {
  position: absolute;
  z-index: -3;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  opacity: .43;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 31px 31px;
  -webkit-mask-image: radial-gradient(circle at center, #000 18%, transparent 77%);
  mask-image: radial-gradient(circle at center, #000 18%, transparent 77%);
}

.arn-landing-content--platform-classic .arn-platform-glow {
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 54, 94, .32), rgba(157, 22, 54, .08) 48%, transparent 72%);
  transform: translate(-50%, -50%);
  animation: arn-platform-glow 4.8s ease-in-out infinite;
}

.arn-landing-content--platform-classic .arn-platform-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.arn-landing-content--platform-classic .arn-platform-orbit--outer {
  width: 342px;
  height: 342px;
  border-style: dashed;
  animation: arn-platform-spin 38s linear infinite;
}

.arn-landing-content--platform-classic .arn-platform-orbit--inner {
  width: 252px;
  height: 252px;
  border-color: rgba(255, 112, 143, .22);
  animation: arn-platform-spin-reverse 28s linear infinite;
}

.arn-landing-content--platform-classic .arn-platform-route {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 294px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .28), transparent);
  transform-origin: center;
}

.arn-landing-content--platform-classic .arn-platform-route--one { transform: translate(-50%, -50%) rotate(0deg); }
.arn-landing-content--platform-classic .arn-platform-route--two { transform: translate(-50%, -50%) rotate(58deg); }
.arn-landing-content--platform-classic .arn-platform-route--three { transform: translate(-50%, -50%) rotate(-58deg); }

.arn-landing-content--platform-classic .arn-platform-packet {
  position: absolute;
  z-index: 1;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border: 2px solid rgba(255, 255, 255, .85);
  border-radius: 50%;
  background: #dc244d;
  box-shadow: 0 0 14px rgba(255, 81, 119, .8);
}

.arn-landing-content--platform-classic .arn-platform-packet--one { animation: arn-packet-one 3.8s ease-in-out infinite; }
.arn-landing-content--platform-classic .arn-platform-packet--two { animation: arn-packet-two 4.4s ease-in-out -1.2s infinite; }
.arn-landing-content--platform-classic .arn-platform-packet--three { animation: arn-packet-three 4.1s ease-in-out -2.1s infinite; }

.arn-landing-content--platform-classic .arn-platform-node {
  position: absolute;
  z-index: 4;
  display: grid;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 17px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .28), inset 0 1px 0 #fff;
  place-items: center;
  animation: arn-platform-node 5s ease-in-out infinite;
}

.arn-landing-content--platform-classic .arn-platform-node img {
  display: block;
  width: 31px;
  height: 31px;
  max-width: none;
  border: 0;
  border-radius: 0;
  object-fit: contain;
}

.arn-landing-content--platform-classic .arn-platform-node--amazon { top: 26px; left: calc(50% - 29px); animation-delay: -.7s; }
.arn-landing-content--platform-classic .arn-platform-node--google { top: 122px; left: 24px; animation-delay: -2.1s; }
.arn-landing-content--platform-classic .arn-platform-node--youtube { top: 122px; right: 24px; animation-delay: -1.4s; }
.arn-landing-content--platform-classic .arn-platform-node--discord { bottom: 72px; left: 48px; animation-delay: -3.2s; }
.arn-landing-content--platform-classic .arn-platform-node--steam { right: 48px; bottom: 72px; animation-delay: -2.6s; }
.arn-landing-content--platform-classic .arn-platform-node--openai { bottom: 21px; left: calc(50% - 29px); animation-delay: -4s; }

.arn-landing-content--platform-classic .arn-platform-core {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 174px;
  height: 174px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(191, 22, 57, .96), rgba(97, 8, 31, .97));
  color: #fff;
  box-shadow:
    0 24px 48px rgba(0, 0, 0, .35),
    inset 0 1px 0 rgba(255, 255, 255, .2),
    0 0 0 12px rgba(255, 255, 255, .035);
  transform: translate(-50%, -50%);
}

.arn-landing-content--platform-classic .arn-platform-core-pulse {
  position: absolute;
  inset: -1px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  animation: arn-platform-pulse 3.1s ease-out infinite;
}

.arn-landing-content--platform-classic .arn-platform-core svg {
  width: 52px;
  height: 52px;
  margin-bottom: 9px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.arn-landing-content--platform-classic .arn-platform-core strong {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
}

.arn-landing-content--platform-classic .arn-platform-core small {
  margin-top: 5px;
  color: rgba(255, 255, 255, .68);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
}

.arn-landing-content--platform-classic .arn-platform-protocol {
  position: absolute;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 9px;
  background: rgba(7, 10, 18, .7);
  color: rgba(255, 255, 255, .74);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  backdrop-filter: blur(8px);
}

.arn-landing-content--platform-classic .arn-platform-protocol--top { top: 25px; right: 24px; }
.arn-landing-content--platform-classic .arn-platform-protocol--bottom { bottom: 25px; left: 24px; }
.arn-landing-content--platform-classic .arn-platform-protocol i {
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: #5ee2a0;
  box-shadow: 0 0 10px rgba(94, 226, 160, .72);
}

/* Existing translated feature pills */
.arn-landing-content--platform-classic .arn-platform-feature-strip {
  position: relative;
  z-index: 8;
  margin: -56px auto 0;
  padding: 0 20px !important;
  background: transparent;
}

.arn-landing-content--platform-classic .arn-platform-feature-strip > .container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0;
}

.arn-landing-content--platform-classic .arn-platform-feature-strip .feature-pills {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(132, 16, 42, .11);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(39, 14, 22, .14);
  list-style: none;
}

.arn-landing-content--platform-classic .arn-platform-feature-strip .feature-pills li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  min-width: 0;
  min-height: 94px;
  margin: 0;
  padding: 18px 15px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #272b34;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
}

.arn-landing-content--platform-classic .arn-platform-feature-strip .feature-pills li + li {
  border-left: 1px solid #ececf0;
}

.arn-landing-content--platform-classic .arn-platform-feature-strip .feature-pills li + li::before {
  display: none;
  content: none;
}

@keyframes arn-platform-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes arn-platform-spin-reverse {
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}

@keyframes arn-platform-glow {
  0%, 100% { opacity: .7; transform: translate(-50%, -50%) scale(.94); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.08); }
}

@keyframes arn-platform-node {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes arn-platform-pulse {
  0% { opacity: .7; transform: scale(1); }
  75%, 100% { opacity: 0; transform: scale(1.25); }
}

@keyframes arn-packet-one {
  0%, 100% { opacity: 0; transform: translateX(-145px); }
  18%, 82% { opacity: 1; }
  50% { opacity: 1; transform: translateX(145px); }
}

@keyframes arn-packet-two {
  0%, 100% { opacity: 0; transform: rotate(58deg) translateX(-145px); }
  18%, 82% { opacity: 1; }
  50% { opacity: 1; transform: rotate(58deg) translateX(145px); }
}

@keyframes arn-packet-three {
  0%, 100% { opacity: 0; transform: rotate(-58deg) translateX(-145px); }
  18%, 82% { opacity: 1; }
  50% { opacity: 1; transform: rotate(-58deg) translateX(145px); }
}

@media (max-width: 1280px) {
  .arn-landing-content--platform-classic .arn-platform-feature-strip {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }

  .arn-landing-content--platform-classic .arn-platform-feature-strip .feature-pills li {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }
}

@media (max-width: 1199px) {
  .arn-landing-content--platform-classic .arn-platform-hero > .container {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
    gap: 32px;
  }

  .arn-landing-content--platform-classic .arn-platform-stage {
    height: 430px;
  }

  .arn-landing-content--platform-classic .arn-platform-feature-strip .feature-pills {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .arn-landing-content--platform-classic .arn-platform-feature-strip .feature-pills li {
    min-height: 66px;
    border-top: 0;
    border-left: 1px solid #ececf0;
    white-space: nowrap;
  }

  .arn-landing-content--platform-classic .arn-platform-feature-strip .feature-pills li:nth-child(3n + 1) {
    border-left: 0;
  }

  .arn-landing-content--platform-classic .arn-platform-feature-strip .feature-pills li:nth-child(n + 4) {
    border-top: 1px solid #ececf0;
  }
}

@media (max-width: 820px) {
  .arn-landing-content--platform-classic .arn-platform-feature-strip .feature-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .arn-landing-content--platform-classic .arn-platform-feature-strip .feature-pills li {
    border-top: 0;
    border-left: 1px solid #ececf0;
  }

  .arn-landing-content--platform-classic .arn-platform-feature-strip .feature-pills li:nth-child(3n + 1) {
    border-left: 1px solid #ececf0;
  }

  .arn-landing-content--platform-classic .arn-platform-feature-strip .feature-pills li:nth-child(odd) {
    border-left: 0;
  }

  .arn-landing-content--platform-classic .arn-platform-feature-strip .feature-pills li:nth-child(n + 3) {
    border-top: 1px solid #ececf0;
  }
}

@media (max-width: 860px) {
  .arn-landing-content--platform-classic .arn-platform-hero {
    min-height: 0;
  }

  .arn-landing-content--platform-classic .arn-platform-hero > .container {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
    min-height: 0;
    padding: 58px 22px 105px;
    text-align: center;
  }

  .arn-landing-content--platform-classic .arn-platform-hero .hero-content {
    max-width: 720px;
    margin: 0 auto;
  }

  .arn-landing-content--platform-classic .arn-platform-hero .hero-content p {
    margin-right: auto;
    margin-left: auto;
  }

  .arn-landing-content--platform-classic .arn-platform-hero .hero-ctas,
  .arn-landing-content--platform-classic .arn-platform-hero .hero-features {
    justify-content: center;
  }

  .arn-landing-content--platform-classic .arn-platform-hero .arn-platform-hero-visual {
    display: flex !important;
    width: 100%;
  }

  .arn-landing-content--platform-classic .arn-platform-stage {
    width: min(100%, 540px);
    height: 450px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .arn-landing-content--platform-classic .arn-platform-hero > .container {
    gap: 34px;
    padding: 46px 16px 92px;
  }

  .arn-landing-content--platform-classic .arn-platform-hero .hero-content h1 {
    margin-bottom: 17px;
    font-size: clamp(31px, 10vw, 42px);
  }

  .arn-landing-content--platform-classic .arn-platform-hero .hero-content p {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.65;
  }

  .arn-landing-content--platform-classic .arn-platform-hero .hero-ctas {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 9px;
  }

  .arn-landing-content--platform-classic .arn-platform-hero .arn-platform-hero-btn {
    min-width: 0;
    width: 100%;
    min-height: 48px;
    padding: 11px 12px;
    font-size: 13px;
  }

  .arn-landing-content--platform-classic .arn-platform-stage {
    width: 100%;
    height: 385px;
    border-radius: 25px;
  }

  .arn-landing-content--platform-classic .arn-platform-orbit--outer {
    width: 280px;
    height: 280px;
  }

  .arn-landing-content--platform-classic .arn-platform-orbit--inner {
    width: 214px;
    height: 214px;
  }

  .arn-landing-content--platform-classic .arn-platform-route {
    width: 244px;
  }

  .arn-landing-content--platform-classic .arn-platform-core {
    width: 148px;
    height: 148px;
  }

  .arn-landing-content--platform-classic .arn-platform-core svg {
    width: 43px;
    height: 43px;
  }

  .arn-landing-content--platform-classic .arn-platform-node {
    width: 50px;
    height: 50px;
    border-radius: 14px;
  }

  .arn-landing-content--platform-classic .arn-platform-node img {
    width: 27px;
    height: 27px;
  }

  .arn-landing-content--platform-classic .arn-platform-node--amazon { top: 24px; left: calc(50% - 25px); }
  .arn-landing-content--platform-classic .arn-platform-node--google { top: 105px; left: 17px; }
  .arn-landing-content--platform-classic .arn-platform-node--youtube { top: 105px; right: 17px; }
  .arn-landing-content--platform-classic .arn-platform-node--discord { bottom: 62px; left: 31px; }
  .arn-landing-content--platform-classic .arn-platform-node--steam { right: 31px; bottom: 62px; }
  .arn-landing-content--platform-classic .arn-platform-node--openai { bottom: 17px; left: calc(50% - 25px); }

  .arn-landing-content--platform-classic .arn-platform-packet--one,
  .arn-landing-content--platform-classic .arn-platform-packet--two,
  .arn-landing-content--platform-classic .arn-platform-packet--three {
    display: none;
  }

  .arn-landing-content--platform-classic .arn-platform-protocol--top { top: 18px; right: 14px; }
  .arn-landing-content--platform-classic .arn-platform-protocol--bottom { bottom: 19px; left: 14px; }

  .arn-landing-content--platform-classic .arn-platform-feature-strip {
    margin-top: -45px;
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .arn-landing-content--platform-classic .arn-platform-feature-strip .feature-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 14px;
  }

  .arn-landing-content--platform-classic .arn-platform-feature-strip .feature-pills li {
    min-height: 62px;
    padding: 12px 9px;
    font-size: 11px;
  }

  .arn-landing-content--platform-classic .arn-platform-feature-strip .feature-pills li:nth-child(odd) {
    border-left: 0;
  }

  .arn-landing-content--platform-classic .arn-platform-feature-strip .feature-pills li:nth-child(4) {
    border-left: 1px solid #ececf0;
  }

  .arn-landing-content--platform-classic .arn-platform-feature-strip .feature-pills li:nth-child(n + 3) {
    border-top: 1px solid #ececf0;
  }
}

@media (max-width: 520px) {
  .arn-landing-content--platform-classic .arn-platform-feature-strip .feature-pills {
    grid-template-columns: 1fr;
  }

  .arn-landing-content--platform-classic .arn-platform-feature-strip .feature-pills li,
  .arn-landing-content--platform-classic .arn-platform-feature-strip .feature-pills li:nth-child(odd),
  .arn-landing-content--platform-classic .arn-platform-feature-strip .feature-pills li:nth-child(3n + 1),
  .arn-landing-content--platform-classic .arn-platform-feature-strip .feature-pills li:nth-child(4) {
    min-height: 62px;
    border-top: 1px solid #ececf0;
    border-left: 0;
  }

  .arn-landing-content--platform-classic .arn-platform-feature-strip .feature-pills li:first-child {
    border-top: 0;
  }
}

@media (max-width: 410px) {
  .arn-landing-content--platform-classic .arn-platform-stage {
    height: 350px;
  }

  .arn-landing-content--platform-classic .arn-platform-protocol {
    font-size: 8px;
  }

  .arn-landing-content--platform-classic .arn-platform-node--google { left: 10px; }
  .arn-landing-content--platform-classic .arn-platform-node--youtube { right: 10px; }
  .arn-landing-content--platform-classic .arn-platform-node--discord { left: 19px; }
  .arn-landing-content--platform-classic .arn-platform-node--steam { right: 19px; }
}

@media (prefers-reduced-motion: reduce) {
  .arn-landing-content--platform-classic .arn-platform-glow,
  .arn-landing-content--platform-classic .arn-platform-orbit,
  .arn-landing-content--platform-classic .arn-platform-packet,
  .arn-landing-content--platform-classic .arn-platform-node,
  .arn-landing-content--platform-classic .arn-platform-core-pulse {
    animation: none !important;
  }

  .arn-landing-content--platform-classic .arn-platform-hero .arn-platform-hero-btn {
    transition: none;
  }
}
