/* ARNPROXY product hero — scoped to explicitly enabled product pages. */

#arn-landing-plan-page-content.arn-product-page {
  --arn-product-ink: #0f172a;
  --arn-product-muted: #64748b;
  --arn-product-red: #bd0000;
  --arn-product-red-dark: #7f0d1d;
  --arn-product-rose: #fb7185;
  --arn-product-line: rgba(255, 255, 255, 0.14);
  overflow-x: hidden;
}

#arn-landing-plan-page-content.arn-product-page .arn-product-hero {
  position: relative;
  z-index: 1;
  isolation: isolate;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: #fff;
  background:
    radial-gradient(circle at 78% 16%, rgba(251, 113, 133, 0.28), transparent 29%),
    radial-gradient(circle at 13% 100%, rgba(190, 18, 60, 0.2), transparent 31%),
    linear-gradient(137deg, #080d18 0%, #15101a 44%, #3b101d 72%, #680f28 100%);
}

#arn-landing-plan-page-content.arn-product-page .arn-product-hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.038) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: linear-gradient(to bottom, #000 25%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 25%, transparent 100%);
}

#arn-landing-plan-page-content.arn-product-page .arn-product-hero::after {
  position: absolute;
  z-index: -1;
  right: -170px;
  bottom: -250px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 70px rgba(255, 255, 255, 0.018),
    0 0 0 145px rgba(255, 255, 255, 0.012);
}

#arn-landing-plan-page-content.arn-product-page .arn-product-hero > .container {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: 58px;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 620px;
  margin: 0 auto;
  padding: 76px 20px 112px;
}

#arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-content {
  position: relative;
  z-index: 3;
  max-width: 680px;
}

#arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-content h1 {
  max-width: 690px;
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(40px, 4.4vw, 58px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1.9px;
  text-wrap: balance;
}

#arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-content > p {
  max-width: 670px;
  margin: 0;
  color: rgba(255, 255, 255, 0.73);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.72;
}

#arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-content > p strong {
  color: #fff;
  font-weight: 700;
}

#arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-ctas {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 26px;
}

#arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-ctas .arn-product-hero-btn {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex !important;
  gap: 9px;
  align-items: center;
  justify-content: center;
  width: auto !important;
  max-width: none !important;
  min-width: 190px !important;
  min-height: 48px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 13px 19px !important;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  background: #be123c;
  color: #fff !important;
  font-family: inherit;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: normal !important;
  white-space: nowrap;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 12px 25px rgba(190, 18, 60, 0.18);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

#arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-ctas .arn-product-hero-btn:hover,
#arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-ctas .arn-product-hero-btn:focus-visible,
#arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-ctas .arn-product-hero-btn:active {
  transform: none !important;
  box-shadow: 0 16px 32px rgba(190, 18, 60, 0.25);
}

#arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-ctas .arn-product-hero-btn.arn-product-hero-btn--light {
  border-color: #fff !important;
  background: #fff !important;
  color: #9f1239 !important;
  box-shadow: none !important;
}

#arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-ctas .arn-product-hero-btn.arn-product-hero-btn--ghost {
  border-color: rgba(255, 255, 255, 0.25) !important;
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
}

#arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-ctas .arn-product-hero-btn svg,
#arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-ctas .arn-product-hero-btn i,
#arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-ctas .arn-product-hero-btn::before,
#arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-ctas .arn-product-hero-btn::after {
  display: none !important;
  content: none !important;
}

#arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-ctas .arn-product-hero-btn:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}

#arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

#arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-features li {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

#arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-features li::before {
  display: inline-flex;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 0;
  border-radius: 50%;
  content: "\2713";
  background: #fda4af;
  color: #831843;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  box-shadow: none;
}

/* IPv4 Dedicated Route Console: client -> protected IPv4 gateway -> internet targets. */
#arn-landing-plan-page-content.arn-product-page .arn-product-hero .arn-product-hero-visual {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  text-align: initial;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-stage {
  position: relative;
  width: min(100%, 550px);
  aspect-ratio: 1.15 / 1;
  min-height: 455px;
  isolation: isolate;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-stage::after {
  position: absolute;
  z-index: -1;
  left: 9%;
  right: 4%;
  bottom: 4%;
  height: 18%;
  border-radius: 50%;
  content: "";
  background: rgba(3, 7, 18, 0.7);
  filter: blur(28px);
  transform: perspective(420px) rotateX(66deg);
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-stage-glow {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(22px);
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-stage-glow--one {
  right: 2%;
  top: 5%;
  width: 44%;
  aspect-ratio: 1;
  background: rgba(244, 63, 94, 0.24);
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-stage-glow--two {
  left: 8%;
  bottom: 7%;
  width: 34%;
  aspect-ratio: 1;
  background: rgba(190, 18, 60, 0.16);
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-console {
  position: absolute;
  z-index: 2;
  inset: 27px 6px 30px 27px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 27px;
  background:
    radial-gradient(circle at 62% 45%, rgba(251, 113, 133, 0.12), transparent 35%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.89), rgba(15, 23, 42, 0.62));
  box-shadow:
    0 38px 85px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
  transform-origin: center;
  animation: arnIpv4ConsoleFloat 6.2s ease-in-out infinite;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-console::before {
  position: absolute;
  z-index: 0;
  inset: 46px 0 0;
  content: "";
  opacity: 0.48;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.036) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.036) 1px, transparent 1px);
  background-size: 28px 28px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 22%, #000 80%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 22%, #000 80%, transparent);
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-windowbar {
  position: relative;
  z-index: 5;
  display: flex;
  height: 46px;
  align-items: center;
  gap: 11px;
  padding: 0 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-window-dots {
  display: flex;
  gap: 5px;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-window-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fb7185;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-window-dots i:nth-child(2) { background: #fbbf24; }
#arn-landing-plan-page-content.arn-product-page .arn-ipv4-window-dots i:nth-child(3) { background: #34d399; }

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-window-title {
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.5px;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-live {
  display: flex;
  width: 25px;
  height: 15px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border: 1px solid rgba(52, 211, 153, 0.18);
  border-radius: 99px;
  background: rgba(52, 211, 153, 0.08);
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-live i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 10px rgba(52, 211, 153, 0.82);
  animation: arnIpv4LivePulse 2.1s ease-in-out infinite;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-journey {
  position: relative;
  z-index: 2;
  height: calc(100% - 46px);
  min-height: 0;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-journey::after {
  position: absolute;
  z-index: 0;
  left: 15%;
  right: 11%;
  bottom: -13%;
  height: 29%;
  border-radius: 50%;
  content: "";
  background: rgba(251, 113, 133, 0.1);
  filter: blur(28px);
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-route-map {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-route-track,
#arn-landing-plan-page-content.arn-product-page .arn-ipv4-route-flow {
  fill: none;
  stroke-linecap: round;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-route-track {
  stroke: rgba(255, 255, 255, 0.12);
  stroke-width: 2;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-route-flow {
  stroke: url(#arnIpv4JourneyGradient);
  stroke-width: 2;
  stroke-dasharray: 4 13;
  opacity: 0.86;
  animation: arnIpv4RouteFlow 2.9s linear infinite;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-data-packet {
  fill: #fb7185;
  filter: url(#arnIpv4PacketGlow);
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-data-packet--in {
  fill: #fff;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-endpoint,
#arn-landing-plan-page-content.arn-product-page .arn-ipv4-target {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-endpoint--client {
  position: absolute;
  z-index: 3;
  left: 3.2%;
  top: 50%;
  width: 102px;
  height: 88px;
  padding: 12px 13px;
  border-radius: 19px;
  transform: translateY(-50%);
  animation: arnIpv4ClientBreathe 4.8s ease-in-out infinite;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-endpoint--client svg {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  fill: none;
  stroke: rgba(255, 255, 255, 0.86);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-client-line {
  opacity: 0.45;
  stroke-width: 1.4;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-endpoint-light {
  position: absolute;
  right: 9px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 10px rgba(52, 211, 153, 0.72);
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-endpoint-bars {
  display: flex;
  gap: 4px;
  align-items: flex-end;
  justify-content: center;
  height: 12px;
  margin-top: 1px;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-endpoint-bars i {
  width: 13px;
  height: 3px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.16);
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-endpoint-bars i:first-child {
  background: #fb7185;
  box-shadow: 0 0 8px rgba(251, 113, 133, 0.5);
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-gateway {
  position: absolute;
  z-index: 5;
  left: 40%;
  top: 50%;
  width: 146px;
  min-height: 224px;
  padding: 13px;
  border: 1px solid rgba(253, 164, 175, 0.34);
  border-radius: 23px;
  background: linear-gradient(155deg, rgba(225, 29, 72, 0.95), rgba(112, 16, 40, 0.94));
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.34),
    0 0 0 8px rgba(251, 113, 133, 0.055);
  transform: translateY(-50%);
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-gateway-head {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-gateway-head > span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.7px;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-gateway-head > span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6ee7b7;
  box-shadow: 0 0 10px rgba(110, 231, 183, 0.78);
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-gateway-head svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.82);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-address {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0 11px;
  color: #fff;
  font-family: Consolas, "Courier New", monospace;
  font-size: 10px;
  font-weight: 800;
  font-style: normal;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-address span {
  padding: 4px 5px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(15, 23, 42, 0.26);
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-address i {
  margin: 0 2px;
  color: rgba(255, 255, 255, 0.45);
  font-style: normal;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-rack {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 7px;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-rack-unit {
  display: flex;
  height: 30px;
  align-items: center;
  gap: 6px;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 9px;
  background: rgba(15, 23, 42, 0.31);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-rack-unit > span {
  display: flex;
  gap: 3px;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-rack-unit > span i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #34d399;
  animation: arnIpv4RackLed 2.3s ease-in-out infinite;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-rack-unit:nth-child(2) > span i { animation-delay: -0.7s; }
#arn-landing-plan-page-content.arn-product-page .arn-ipv4-rack-unit:nth-child(3) > span i { animation-delay: -1.4s; }

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-rack-unit b {
  display: block;
  height: 3px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.2);
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-rack-unit b:first-of-type { flex: 1; }
#arn-landing-plan-page-content.arn-product-page .arn-ipv4-rack-unit b:last-of-type { width: 22%; }

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-gateway-pulse {
  position: absolute;
  z-index: 1;
  inset: -10px;
  border: 1px solid rgba(253, 164, 175, 0.3);
  border-radius: 29px;
  animation: arnIpv4GatewayPulse 3s ease-out infinite;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-targets {
  position: absolute;
  z-index: 4;
  inset: 0;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-target {
  position: absolute;
  right: 3.2%;
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  animation: arnIpv4TargetFloat 4.7s ease-in-out infinite;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-target--globe { top: 12%; }
#arn-landing-plan-page-content.arn-product-page .arn-ipv4-target--web { top: 50%; transform: translateY(-50%); animation-delay: -1.3s; }
#arn-landing-plan-page-content.arn-product-page .arn-ipv4-target--cloud { bottom: 12%; animation-delay: -2.6s; }

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-target svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.82);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-target > i {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 7px;
  height: 7px;
  border: 2px solid #172033;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 9px rgba(52, 211, 153, 0.66);
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-float-card {
  position: absolute;
  z-index: 7;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  color: #0f172a;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  animation: arnIpv4FloatCard 4.4s ease-in-out infinite;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-protocol-card {
  right: -2px;
  top: 8px;
  gap: 8px;
  padding: 10px 12px;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-protocol-card span {
  color: #334155;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.2px;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-protocol-card > i {
  width: 1px;
  height: 13px;
  background: #e2e8f0;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-speed-card {
  left: 0;
  bottom: 7px;
  gap: 8px;
  padding: 9px 11px;
  animation-delay: -1.2s;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-speed-card > svg {
  width: 20px;
  height: 20px;
  fill: #be123c;
  stroke: none;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-speed-card strong {
  color: #172033;
  font-size: 10px;
  font-weight: 950;
  white-space: nowrap;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-speed-card > span {
  display: flex;
  gap: 2px;
  align-items: flex-end;
  height: 12px;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-speed-card > span i {
  width: 3px;
  border-radius: 2px;
  background: #be123c;
}

#arn-landing-plan-page-content.arn-product-page .arn-ipv4-speed-card > span i:nth-child(1) { height: 5px; opacity: 0.45; }
#arn-landing-plan-page-content.arn-product-page .arn-ipv4-speed-card > span i:nth-child(2) { height: 8px; opacity: 0.7; }
#arn-landing-plan-page-content.arn-product-page .arn-ipv4-speed-card > span i:nth-child(3) { height: 12px; }

/* Shared technical console for ISP, IPv6 and rotating product families. */
#arn-landing-plan-page-content.arn-product-page .arn-product-hero-visual--isp {
  --arn-net-accent-color: #fbbf24;
  --arn-net-accent-soft-color: #fde68a;
  --arn-net-accent-rgb: 251, 191, 36;
  --arn-net-secondary-color: #34d399;
}

#arn-landing-plan-page-content.arn-product-page .arn-product-hero-visual--ipv6 {
  --arn-net-accent-color: #a78bfa;
  --arn-net-accent-soft-color: #c4b5fd;
  --arn-net-accent-rgb: 167, 139, 250;
  --arn-net-secondary-color: #22d3ee;
}

#arn-landing-plan-page-content.arn-product-page .arn-product-hero-visual--rotating-datacenter {
  --arn-net-accent-color: #60a5fa;
  --arn-net-accent-soft-color: #93c5fd;
  --arn-net-accent-rgb: 96, 165, 250;
  --arn-net-secondary-color: #34d399;
}

#arn-landing-plan-page-content.arn-product-page .arn-product-hero-visual--rotating-isp {
  --arn-net-accent-color: #34d399;
  --arn-net-accent-soft-color: #6ee7b7;
  --arn-net-accent-rgb: 52, 211, 153;
  --arn-net-secondary-color: #fbbf24;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-stage {
  position: relative;
  width: min(100%, 550px);
  min-height: 455px;
  aspect-ratio: 1.15 / 1;
  isolation: isolate;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-stage::after {
  position: absolute;
  z-index: -1;
  left: 8%;
  right: 4%;
  bottom: 4%;
  height: 18%;
  border-radius: 50%;
  content: "";
  background: rgba(3, 7, 18, 0.7);
  filter: blur(28px);
  transform: perspective(420px) rotateX(66deg);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-stage-glow {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(25px);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-stage-glow--one {
  right: 1%;
  top: 4%;
  width: 46%;
  aspect-ratio: 1;
  background: rgba(var(--arn-net-accent-rgb), 0.2);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-stage-glow--two {
  left: 8%;
  bottom: 8%;
  width: 35%;
  aspect-ratio: 1;
  background: rgba(var(--arn-net-accent-rgb), 0.12);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-console {
  position: absolute;
  z-index: 2;
  inset: 27px 6px 30px 27px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 27px;
  background:
    radial-gradient(circle at 60% 45%, rgba(var(--arn-net-accent-rgb), 0.13), transparent 37%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.91), rgba(15, 23, 42, 0.63));
  box-shadow: 0 38px 85px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
  transform-origin: center;
  animation: arnNetConsoleFloat 6.2s ease-in-out infinite;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-console::before {
  position: absolute;
  z-index: 0;
  inset: 46px 0 0;
  content: "";
  opacity: 0.47;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.036) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.036) 1px, transparent 1px);
  background-size: 28px 28px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 16%, #000 86%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 86%, transparent);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-windowbar {
  position: relative;
  z-index: 6;
  display: flex;
  height: 46px;
  align-items: center;
  gap: 11px;
  padding: 0 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-window-dots {
  display: flex;
  gap: 5px;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-window-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--arn-net-accent-color);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-window-dots i:nth-child(2) { background: #fbbf24; }
#arn-landing-plan-page-content.arn-product-page .arn-net-window-dots i:nth-child(3) { background: #34d399; }

#arn-landing-plan-page-content.arn-product-page .arn-net-window-title {
  color: rgba(255, 255, 255, 0.74);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.45px;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-live {
  display: flex;
  width: 25px;
  height: 15px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border: 1px solid rgba(52, 211, 153, 0.18);
  border-radius: 99px;
  background: rgba(52, 211, 153, 0.08);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-live i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 10px rgba(52, 211, 153, 0.82);
  animation: arnNetLivePulse 2.1s ease-in-out infinite;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-canvas {
  position: relative;
  z-index: 2;
  height: calc(100% - 46px);
  min-height: 0;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-canvas::after {
  position: absolute;
  z-index: 0;
  left: 15%;
  right: 10%;
  bottom: -13%;
  height: 29%;
  border-radius: 50%;
  content: "";
  background: rgba(var(--arn-net-accent-rgb), 0.1);
  filter: blur(28px);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-route-map {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-route-track,
#arn-landing-plan-page-content.arn-product-page .arn-net-route-flow {
  fill: none;
  stroke-linecap: round;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-route-track {
  stroke: rgba(255, 255, 255, 0.11);
  stroke-width: 2;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-route-flow {
  stroke-width: 2;
  stroke-dasharray: 4 13;
  opacity: 0.88;
  animation: arnNetRouteFlow 2.9s linear infinite;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-source {
  position: absolute;
  z-index: 4;
  left: 3.2%;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform: translateY(-50%);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-source--device {
  width: 92px;
  height: 82px;
  padding: 10px 12px;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-source--device > span {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 10px rgba(52, 211, 153, 0.72);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-source--device svg {
  display: block;
  width: 49px;
  height: 49px;
  margin: 5px auto 0;
  fill: none;
  stroke: rgba(255, 255, 255, 0.86);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-source--request {
  display: grid;
  width: 82px;
  height: 70px;
  place-content: center;
  gap: 9px;
  text-align: center;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-source--request b {
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 1.5px;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-source--request > span {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-source--request > span i {
  width: 15px;
  height: 4px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.17);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-source--request > span i:first-child {
  background: var(--arn-net-accent-color);
  box-shadow: 0 0 9px rgba(var(--arn-net-accent-rgb), 0.56);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-chip {
  position: absolute;
  z-index: 8;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
  color: #0f172a;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  animation: arnNetChipFloat 4.5s ease-in-out infinite;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-chip--primary {
  right: -3px;
  top: 8px;
  display: grid;
  gap: 3px;
  min-width: 116px;
  padding: 9px 11px;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-chip--primary strong {
  color: #172033;
  font-family: Consolas, "Courier New", monospace;
  font-size: 10px;
  font-weight: 900;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-chip--primary span {
  display: flex;
  gap: 6px;
  align-items: center;
  color: #64748b;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.55px;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-chip--primary span i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 8px rgba(52, 211, 153, 0.66);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-chip--secondary {
  left: 0;
  bottom: 7px;
  gap: 8px;
  padding: 10px 12px;
  animation-delay: -1.35s;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-chip--secondary > i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--arn-net-accent-color);
  box-shadow: 0 0 12px rgba(var(--arn-net-accent-rgb), 0.55);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-chip--secondary strong {
  color: #334155;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.45px;
  white-space: nowrap;
}

/* ISP identity scene. */
#arn-landing-plan-page-content.arn-product-page .arn-net-isp-scene,
#arn-landing-plan-page-content.arn-product-page .arn-net-ipv6-scene,
#arn-landing-plan-page-content.arn-product-page .arn-net-rotation-scene {
  position: absolute;
  z-index: 3;
  inset: 0;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-isp-core {
  position: absolute;
  z-index: 5;
  left: 39%;
  top: 50%;
  display: flex;
  width: 145px;
  height: 218px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--arn-net-accent-rgb), 0.4);
  border-radius: 70px 70px 24px 24px;
  background: linear-gradient(160deg, rgba(180, 83, 9, 0.93), rgba(67, 32, 7, 0.94));
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.34), 0 0 0 8px rgba(var(--arn-net-accent-rgb), 0.045);
  transform: translateY(-50%);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-tower {
  width: 72px;
  height: 98px;
  margin-top: -35px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.88);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-isp-core > strong,
#arn-landing-plan-page-content.arn-product-page .arn-net-isp-core > code {
  position: absolute;
  bottom: 37px;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 1.2px;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-isp-core > code {
  bottom: 18px;
  color: rgba(255, 255, 255, 0.62);
  font-family: Consolas, "Courier New", monospace;
  font-size: 9px;
  letter-spacing: 0.6px;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-orbit {
  position: absolute;
  border: 1px solid rgba(var(--arn-net-accent-rgb), 0.26);
  border-radius: 50%;
  animation: arnNetOrbitPulse 3.2s ease-out infinite;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-orbit--one { inset: -9px; }
#arn-landing-plan-page-content.arn-product-page .arn-net-orbit--two { inset: -22px; animation-delay: -1.4s; }

#arn-landing-plan-page-content.arn-product-page .arn-net-identity-stack {
  position: absolute;
  z-index: 5;
  right: 3.2%;
  top: 50%;
  display: grid;
  width: 106px;
  gap: 9px;
  transform: translateY(-50%);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-identity-stack > span {
  position: relative;
  display: grid;
  grid-template-columns: 8px 1fr;
  gap: 0 7px;
  align-items: center;
  min-height: 54px;
  padding: 9px 9px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.17);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-identity-stack i {
  grid-row: 1 / 3;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 9px rgba(52, 211, 153, 0.64);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-identity-stack b {
  color: rgba(255, 255, 255, 0.86);
  font-size: 9px;
  font-weight: 950;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-identity-stack small {
  color: rgba(255, 255, 255, 0.43);
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.7px;
}

/* IPv6 address fabric. */
#arn-landing-plan-page-content.arn-product-page .arn-net-ipv6-fabric {
  position: absolute;
  z-index: 5;
  left: 32%;
  top: 50%;
  width: 205px;
  min-height: 220px;
  padding: 17px;
  border: 1px solid rgba(var(--arn-net-accent-rgb), 0.38);
  border-radius: 25px;
  background: linear-gradient(155deg, rgba(91, 33, 182, 0.88), rgba(30, 27, 75, 0.94));
  box-shadow: 0 25px 54px rgba(0, 0, 0, 0.34), 0 0 0 8px rgba(var(--arn-net-accent-rgb), 0.045);
  transform: translateY(-50%);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-ipv6-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-ipv6-head strong {
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1px;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-ipv6-head code {
  padding: 4px 7px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  color: #ddd6fe;
  font-size: 9px;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-hex-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-hex-grid span {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.3);
  color: rgba(255, 255, 255, 0.78);
  font-family: Consolas, "Courier New", monospace;
  font-size: 7px;
  animation: arnNetHexPulse 3.2s ease-in-out infinite;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-hex-grid span:nth-child(2n) { animation-delay: -0.8s; }
#arn-landing-plan-page-content.arn-product-page .arn-net-hex-grid span:nth-child(3n) { animation-delay: -1.6s; }

#arn-landing-plan-page-content.arn-product-page .arn-net-prefix {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  color: #fff;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-prefix i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22d3ee;
  box-shadow: 0 0 10px rgba(34, 211, 238, 0.72);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-prefix code {
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-ipv6-nodes {
  position: absolute;
  z-index: 5;
  right: 3%;
  top: 50%;
  display: grid;
  grid-template-columns: repeat(2, 44px);
  gap: 12px;
  transform: translateY(-50%);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-ipv6-nodes span {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.075);
  color: #c4b5fd;
  font-family: Consolas, "Courier New", monospace;
  font-size: 9px;
  font-weight: 900;
  box-shadow: 0 13px 28px rgba(0, 0, 0, 0.2);
  animation: arnNetNodePulse 3.6s ease-in-out infinite;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-ipv6-nodes span:nth-child(2) { animation-delay: -0.9s; }
#arn-landing-plan-page-content.arn-product-page .arn-net-ipv6-nodes span:nth-child(3) { animation-delay: -1.8s; }
#arn-landing-plan-page-content.arn-product-page .arn-net-ipv6-nodes span:nth-child(4) { animation-delay: -2.7s; }

/* Rotating Datacenter and ISP pools. */
#arn-landing-plan-page-content.arn-product-page .arn-net-rotation-hub {
  position: absolute;
  z-index: 6;
  left: 40%;
  top: 50%;
  display: flex;
  width: 126px;
  height: 126px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--arn-net-accent-rgb), 0.42);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(var(--arn-net-accent-rgb), 0.72), rgba(15, 23, 42, 0.94));
  box-shadow: 0 25px 54px rgba(0, 0, 0, 0.36), 0 0 0 9px rgba(var(--arn-net-accent-rgb), 0.055);
  transform: translate(-50%, -50%);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-rotation-hub > span {
  position: absolute;
  inset: -18px;
  border: 1px dashed rgba(var(--arn-net-accent-rgb), 0.32);
  border-radius: 50%;
  animation: arnNetRotate 14s linear infinite;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-rotation-hub svg {
  width: 65px;
  height: 65px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.88);
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: arnNetRotate 8s linear infinite;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-rotation-hub strong {
  position: absolute;
  bottom: 17px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 7px;
  font-weight: 950;
  letter-spacing: 1px;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-dc-pool {
  position: absolute;
  z-index: 5;
  right: 3%;
  top: 50%;
  display: grid;
  grid-template-columns: repeat(2, 76px);
  gap: 10px;
  transform: translateY(-50%);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-dc-pool > span {
  position: relative;
  display: grid;
  grid-template-columns: 7px 1fr;
  gap: 5px;
  align-items: center;
  min-height: 66px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 13px 28px rgba(0, 0, 0, 0.2);
  animation: arnNetPoolPulse 4s ease-in-out infinite;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-dc-pool > span:nth-child(2) { animation-delay: -1s; }
#arn-landing-plan-page-content.arn-product-page .arn-net-dc-pool > span:nth-child(3) { animation-delay: -2s; }
#arn-landing-plan-page-content.arn-product-page .arn-net-dc-pool > span:nth-child(4) { animation-delay: -3s; }

#arn-landing-plan-page-content.arn-product-page .arn-net-dc-pool i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 8px rgba(52, 211, 153, 0.64);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-dc-pool code {
  color: rgba(255, 255, 255, 0.78);
  font-size: 7px;
  font-weight: 900;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-dc-pool b {
  grid-column: 1 / 3;
  display: block;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--arn-net-accent-color) 62%, rgba(255, 255, 255, 0.11) 62%);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-isp-pool {
  position: absolute;
  z-index: 5;
  right: 3%;
  top: 50%;
  width: 145px;
  height: 250px;
  transform: translateY(-50%);
}

#arn-landing-plan-page-content.arn-product-page .arn-net-isp-node {
  position: absolute;
  display: flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.22);
  animation: arnNetPoolPulse 4.6s ease-in-out infinite;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-isp-node--home { right: 0; top: 0; }
#arn-landing-plan-page-content.arn-product-page .arn-net-isp-node--mobile { left: 0; top: 50%; transform: translateY(-50%); animation-delay: -1.5s; }
#arn-landing-plan-page-content.arn-product-page .arn-net-isp-node--carrier { right: 0; bottom: 0; animation-delay: -3s; }

#arn-landing-plan-page-content.arn-product-page .arn-net-isp-node svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.82);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#arn-landing-plan-page-content.arn-product-page .arn-net-isp-node i {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 7px;
  height: 7px;
  border: 2px solid #172033;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 9px rgba(52, 211, 153, 0.66);
}

@keyframes arnNetConsoleFloat {
  0%, 100% { transform: perspective(1000px) rotateY(-5deg) rotateX(2deg) translateY(0); }
  50% { transform: perspective(1000px) rotateY(-3.7deg) rotateX(1deg) translateY(-7px); }
}

@keyframes arnNetRouteFlow { to { stroke-dashoffset: -51; } }

@keyframes arnNetLivePulse {
  0%, 100% { opacity: 0.55; box-shadow: 0 0 7px rgba(52, 211, 153, 0.52); }
  50% { opacity: 1; box-shadow: 0 0 13px rgba(52, 211, 153, 0.95); }
}

@keyframes arnNetChipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes arnNetOrbitPulse {
  0% { opacity: 0.72; transform: scale(0.88); }
  76%, 100% { opacity: 0; transform: scale(1.08); }
}

@keyframes arnNetHexPulse {
  0%, 100% { border-color: rgba(255, 255, 255, 0.13); background: rgba(15, 23, 42, 0.3); }
  50% { border-color: rgba(var(--arn-net-accent-rgb), 0.42); background: rgba(var(--arn-net-accent-rgb), 0.14); }
}

@keyframes arnNetNodePulse {
  0%, 100% { border-color: rgba(255, 255, 255, 0.15); transform: scale(1); }
  50% { border-color: rgba(var(--arn-net-accent-rgb), 0.42); transform: scale(1.04); }
}

@keyframes arnNetRotate { to { transform: rotate(360deg); } }

@keyframes arnNetPoolPulse {
  0%, 100% { border-color: rgba(255, 255, 255, 0.14); box-shadow: 0 13px 28px rgba(0, 0, 0, 0.2); }
  50% { border-color: rgba(var(--arn-net-accent-rgb), 0.42); box-shadow: 0 15px 32px rgba(0, 0, 0, 0.25), 0 0 18px rgba(var(--arn-net-accent-rgb), 0.09); }
}

/* Existing feature texts, presented as a compact metric strip. */
#arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip {
  position: relative;
  z-index: 8;
  margin: -50px 0 0;
  padding: 0 20px;
  background: transparent;
}

#arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip > .container {
  width: calc(100% - 24px);
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
}

#arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip .feature-pills {
  display: flex;
  gap: 0;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 52px rgba(15, 23, 42, 0.12);
  list-style: none;
}

#arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip .feature-pills li {
  position: relative;
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  min-width: 0;
  min-height: 78px;
  margin: 0;
  padding: 17px 16px;
  color: #334155;
  font-size: 12.5px;
  font-weight: 750;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}

#arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip .feature-pills li + li {
  border-left: 1px solid #e8edf3;
}

#arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip .feature-pills li::before,
#arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip .feature-pills li::after {
  display: none !important;
  content: none !important;
}

#arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip .feature-pills li:hover {
  background: #fff7f8;
  color: #8f1028;
}

@keyframes arnIpv4ConsoleFloat {
  0%, 100% { transform: perspective(1000px) rotateY(-5deg) rotateX(2deg) translateY(0); }
  50% { transform: perspective(1000px) rotateY(-3.7deg) rotateX(1deg) translateY(-7px); }
}

@keyframes arnIpv4RouteFlow {
  to { stroke-dashoffset: -51; }
}

@keyframes arnIpv4LivePulse {
  0%, 100% { opacity: 0.55; box-shadow: 0 0 7px rgba(52, 211, 153, 0.52); }
  50% { opacity: 1; box-shadow: 0 0 13px rgba(52, 211, 153, 0.95); }
}

@keyframes arnIpv4ClientBreathe {
  0%, 100% { border-color: rgba(255, 255, 255, 0.15); background: rgba(255, 255, 255, 0.07); }
  50% { border-color: rgba(253, 164, 175, 0.3); background: rgba(251, 113, 133, 0.11); }
}

@keyframes arnIpv4GatewayPulse {
  0% { opacity: 0.58; transform: scale(0.94); }
  72%, 100% { opacity: 0; transform: scale(1.09); }
}

@keyframes arnIpv4RackLed {
  0%, 100% { opacity: 0.35; box-shadow: none; }
  50% { opacity: 1; box-shadow: 0 0 8px rgba(52, 211, 153, 0.76); }
}

@keyframes arnIpv4TargetFloat {
  0%, 100% { border-color: rgba(255, 255, 255, 0.15); box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2); }
  50% { border-color: rgba(253, 164, 175, 0.32); box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24), 0 0 20px rgba(251, 113, 133, 0.08); }
}

@keyframes arnIpv4FloatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@media (max-width: 1100px) {
  #arn-landing-plan-page-content.arn-product-page .arn-product-hero > .container {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.83fr);
    gap: 32px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-content h1 {
    font-size: clamp(38px, 4.8vw, 50px);
  }
}

@media (max-width: 991px) {
  #arn-landing-plan-page-content.arn-product-page .arn-product-hero > .container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 42px;
    min-height: 0;
    padding: 60px 24px 104px;
    text-align: left;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-content {
    max-width: 760px;
    margin: 0 auto;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-content h1,
  #arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-content > p {
    max-width: 760px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-product-hero .arn-product-hero-visual {
    order: initial;
    justify-content: center;
    margin: 0;
    text-align: initial;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-stage {
    width: min(100%, 570px);
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-console {
    transform: none;
    animation-name: arnIpv4ConsoleFloatTablet;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip .feature-pills {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip .feature-pills li:nth-child(4) {
    border-left: 0;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip .feature-pills li:nth-child(n+4) {
    border-top: 1px solid #e8edf3;
  }
}

@keyframes arnIpv4ConsoleFloatTablet {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@media (max-width: 640px) {
  #arn-landing-plan-page-content.arn-product-page .arn-product-hero > .container {
    gap: 34px;
    padding: 46px 16px 82px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-content h1 {
    margin-bottom: 16px;
    font-size: clamp(32px, 10vw, 40px);
    letter-spacing: -1.1px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-content > p {
    font-size: 15px;
    line-height: 1.65;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-ctas {
    display: flex !important;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-ctas .arn-product-hero-btn {
    width: auto !important;
    max-width: none !important;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-features {
    gap: 10px 14px;
    margin-top: 21px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-features li {
    font-size: 11px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-stage {
    width: min(100%, 470px);
    min-height: 0;
    aspect-ratio: 1.05 / 1;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-console {
    inset: 18px 2px 23px 10px;
    border-radius: 23px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-windowbar {
    height: 42px;
    padding: 0 13px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-console::before {
    inset: 42px 0 0;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-journey {
    height: calc(100% - 42px);
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-endpoint--client {
    left: 2.2%;
    width: 82px;
    height: 73px;
    padding: 9px 10px;
    border-radius: 16px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-endpoint--client svg {
    width: 42px;
    height: 42px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-endpoint-bars {
    margin-top: -1px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-gateway {
    width: 126px;
    min-height: 192px;
    padding: 10px;
    border-radius: 20px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-gateway-head svg {
    width: 17px;
    height: 17px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-address {
    margin: 9px 0;
    font-size: 8.5px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-address span {
    padding: 3px 4px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-rack {
    gap: 5px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-rack-unit {
    height: 25px;
    padding: 0 7px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-target {
    right: 2%;
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-target svg {
    width: 28px;
    height: 28px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-protocol-card {
    top: 2px;
    padding: 8px 10px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-speed-card {
    bottom: 1px;
    padding: 8px 10px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip {
    margin-top: -36px;
    padding: 0 12px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip .feature-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 17px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip .feature-pills li {
    justify-content: center;
    min-height: 70px;
    padding: 14px 12px;
    font-size: 11.5px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip .feature-pills li:nth-child(odd) {
    border-left: 0;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip .feature-pills li:nth-child(n+3) {
    border-top: 1px solid #e8edf3;
  }

}

@media (max-width: 520px) {
  #arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-ctas {
    align-items: stretch;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-product-hero .hero-ctas .arn-product-hero-btn {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-stage {
    aspect-ratio: 0.98 / 1;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-console {
    inset: 14px 0 21px 5px;
    border-radius: 20px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-endpoint--client {
    left: 1.5%;
    width: 70px;
    height: 64px;
    padding: 8px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-endpoint--client svg {
    width: 36px;
    height: 36px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-endpoint-bars i {
    width: 10px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-gateway {
    left: 39.5%;
    width: 110px;
    min-height: 176px;
    padding: 8px;
    border-radius: 18px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-gateway-head > span {
    font-size: 9px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-address {
    margin: 8px 0;
    font-size: 7.5px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-address span {
    padding: 2px 3px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-rack-unit {
    height: 22px;
    padding: 0 6px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-target {
    right: 1.5%;
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-target svg {
    width: 24px;
    height: 24px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-protocol-card {
    display: none;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-speed-card {
    left: 2px;
    padding: 7px 9px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-speed-card > svg {
    width: 17px;
    height: 17px;
  }
}

@media (max-width: 390px) {
  #arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip .feature-pills {
    grid-template-columns: 1fr;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip .feature-pills li,
  #arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip .feature-pills li:nth-child(odd) {
    min-height: 66px;
    border-top: 1px solid #e8edf3;
    border-left: 0;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip .feature-pills li:first-child {
    border-top: 0;
  }
}

/* Residential hero: real household endpoints -> session gateway -> ISP pool. */
#arn-landing-plan-page-content.arn-product-page--residential .arn-product-hero--residential > .container {
  grid-template-columns: minmax(0, 1.02fr) minmax(440px, 0.98fr);
  gap: 52px;
  min-height: 640px;
  padding-bottom: 116px;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-product-hero--residential .hero-content h1 {
  max-width: 700px;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-product-hero--residential .hero-content h1 .accent {
  display: inline;
  background: linear-gradient(105deg, #fff1f2 0%, #fda4af 43%, #5eead4 100%);
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-product-hero--residential .hero-copy {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.74);
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-product-hero--residential .hero-actions.hero-ctas {
  margin-top: 28px;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-product-hero--residential .arn-product-hero-visual--residential {
  justify-content: center;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-stage {
  position: relative;
  width: min(100%, 560px);
  min-height: 480px;
  aspect-ratio: 1.14 / 1;
  isolation: isolate;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-stage::after {
  position: absolute;
  z-index: -3;
  right: 4%;
  bottom: 1%;
  left: 8%;
  height: 19%;
  border-radius: 50%;
  content: "";
  background: rgba(3, 7, 18, 0.74);
  filter: blur(29px);
  transform: perspective(430px) rotateX(67deg);
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-stage-glow {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(24px);
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-stage-glow--one {
  top: 4%;
  right: 2%;
  width: 48%;
  aspect-ratio: 1;
  background: rgba(251, 113, 133, 0.24);
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-stage-glow--two {
  bottom: 6%;
  left: 6%;
  width: 39%;
  aspect-ratio: 1;
  background: rgba(45, 212, 191, 0.16);
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-console {
  position: absolute;
  z-index: 2;
  inset: 28px 8px 30px 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 29px;
  background: linear-gradient(155deg, rgba(15, 23, 42, 0.97), rgba(18, 10, 22, 0.96) 58%, rgba(49, 13, 28, 0.96));
  box-shadow: 0 30px 65px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: perspective(1000px) rotateY(-4deg) rotateX(1.6deg);
  transform-origin: center center;
  animation: arnResidentialConsoleFloat 6.4s ease-in-out infinite;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-console::before {
  position: absolute;
  inset: 47px 0 0;
  content: "";
  opacity: 0.42;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 27px 27px;
  -webkit-mask-image: radial-gradient(circle at 57% 48%, #000 0%, transparent 79%);
  mask-image: radial-gradient(circle at 57% 48%, #000 0%, transparent 79%);
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-windowbar {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 47px;
  padding: 0 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.035);
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-window-dots {
  display: flex;
  gap: 6px;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-window-dots i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-window-dots i:first-child { background: #fb7185; }
#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-window-dots i:nth-child(2) { background: #fbbf24; }
#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-window-dots i:last-child { background: #5eead4; }

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-window-title {
  color: rgba(255, 255, 255, 0.66);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-align: center;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-live {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  justify-self: end;
  color: rgba(255, 255, 255, 0.54);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.11em;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 9px rgba(52, 211, 153, 0.82);
  animation: arnResidentialLivePulse 2s ease-in-out infinite;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-canvas {
  position: relative;
  height: calc(100% - 47px);
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-route-map {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-route-track,
#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-route-flow {
  fill: none;
  stroke-linecap: round;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-route-track {
  stroke: rgba(255, 255, 255, 0.09);
  stroke-width: 2;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-route-flow {
  stroke: url(#arnResidentialRouteGradient);
  stroke-width: 1.8;
  stroke-dasharray: 7 12;
  opacity: 0.72;
  animation: arnResidentialRouteFlow 3.8s linear infinite;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-packet {
  fill: #fb7185;
  filter: url(#arnResidentialPacketGlow);
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-packet--mint { fill: #5eead4; }

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-client {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 2.5%;
  display: flex;
  width: 76px;
  min-height: 82px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 15px 31px rgba(0, 0, 0, 0.22);
  transform: translateY(-50%);
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-client svg {
  width: 43px;
  height: 43px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.78);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-client small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-client-light {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 8px rgba(52, 211, 153, 0.65);
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-gateway {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 48.8%;
  display: grid;
  width: 126px;
  height: 126px;
  place-items: center;
  transform: translate(-50%, -50%);
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-orbit {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(94, 234, 212, 0.2);
  border-radius: 50%;
  animation: arnResidentialOrbitPulse 3.2s ease-out infinite;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-orbit--two {
  inset: -14px;
  border-color: rgba(251, 113, 133, 0.16);
  animation-delay: -1.6s;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-gateway-core {
  position: relative;
  z-index: 2;
  display: flex;
  width: 104px;
  height: 104px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(94, 234, 212, 0.28);
  border-radius: 31px;
  background: linear-gradient(145deg, rgba(45, 212, 191, 0.15), rgba(251, 113, 133, 0.13));
  box-shadow: 0 19px 42px rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-gateway-core svg {
  width: 51px;
  height: 51px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.86);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-gateway-core strong {
  margin-top: -3px;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.17em;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-gateway-core small {
  color: rgba(255, 255, 255, 0.45);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-nodes {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: 2.5%;
  width: 78px;
  height: 260px;
  transform: translateY(-50%);
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-node {
  position: absolute;
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 14px 29px rgba(0, 0, 0, 0.22);
  animation: arnResidentialNodePulse 4.8s ease-in-out infinite;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-node--home { top: 0; right: 5px; }
#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-node--mobile { top: 50%; left: 0; transform: translateY(-50%); animation-delay: -1.6s; }
#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-node--isp { right: 5px; bottom: 0; animation-delay: -3.2s; }

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-node svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.78);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-node i {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 7px;
  height: 7px;
  border: 2px solid #17101c;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 9px rgba(52, 211, 153, 0.68);
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-node b {
  position: absolute;
  top: calc(100% + 4px);
  color: rgba(255, 255, 255, 0.42);
  font-size: 6.5px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-session-card {
  position: absolute;
  z-index: 6;
  bottom: 13px;
  left: 25%;
  width: 202px;
  padding: 10px 13px 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(8, 13, 24, 0.84);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-session-card > span {
  display: flex;
  gap: 6px;
  align-items: center;
  color: rgba(255, 255, 255, 0.46);
  font-size: 6.5px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-session-card > span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5eead4;
  box-shadow: 0 0 8px rgba(94, 234, 212, 0.6);
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-session-card strong {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-session-card > div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  margin-top: 8px;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-session-card > div i {
  height: 3px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.1);
  animation: arnResidentialSessionBar 2.6s ease-in-out infinite;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-session-card > div i:nth-child(2) { animation-delay: -0.45s; }
#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-session-card > div i:nth-child(3) { animation-delay: -0.9s; }
#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-session-card > div i:nth-child(4) { animation-delay: -1.35s; }
#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-session-card > div i:nth-child(5) { animation-delay: -1.8s; }

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-float-card {
  position: absolute;
  z-index: 8;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(15, 23, 42, 0.83);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
  animation: arnResidentialFloatCard 5.2s ease-in-out infinite;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-pool-card {
  top: 4px;
  left: 0;
  min-width: 151px;
  padding: 11px 13px;
  border-radius: 15px;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-pool-card span {
  display: flex;
  gap: 6px;
  align-items: center;
  color: rgba(255, 255, 255, 0.48);
  font-size: 6.5px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-pool-card span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 8px rgba(52, 211, 153, 0.7);
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-pool-card strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.07em;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-protocol-card {
  right: 0;
  bottom: 5px;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 11px 13px;
  border-radius: 14px;
  animation-delay: -2.4s;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-protocol-card > i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fb7185;
  box-shadow: 0 0 9px rgba(251, 113, 133, 0.72);
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-protocol-card strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-feature-strip {
  position: relative;
  z-index: 9;
  margin: 0;
  padding: 28px 20px 30px;
  background: #fff;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-feature-strip > .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-feature-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  width: 100%;
  max-width: none;
  margin: 0;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-feature-points .point {
  min-width: 0;
  min-height: 104px;
  margin: 0;
}

#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-feature-points .point strong,
#arn-landing-plan-page-content.arn-product-page--residential .arn-residential-feature-points .point span {
  overflow-wrap: anywhere;
}

@keyframes arnResidentialConsoleFloat {
  0%, 100% { transform: perspective(1000px) rotateY(-4deg) rotateX(1.6deg) translateY(0); }
  50% { transform: perspective(1000px) rotateY(-2.8deg) rotateX(0.8deg) translateY(-7px); }
}

@keyframes arnResidentialRouteFlow { to { stroke-dashoffset: -57; } }

@keyframes arnResidentialLivePulse {
  0%, 100% { opacity: 0.58; box-shadow: 0 0 7px rgba(52, 211, 153, 0.5); }
  50% { opacity: 1; box-shadow: 0 0 13px rgba(52, 211, 153, 0.95); }
}

@keyframes arnResidentialOrbitPulse {
  0% { opacity: 0.72; transform: scale(0.88); }
  78%, 100% { opacity: 0; transform: scale(1.12); }
}

@keyframes arnResidentialNodePulse {
  0%, 100% { border-color: rgba(255, 255, 255, 0.14); box-shadow: 0 14px 29px rgba(0, 0, 0, 0.22); }
  50% { border-color: rgba(94, 234, 212, 0.34); box-shadow: 0 16px 32px rgba(0, 0, 0, 0.26), 0 0 17px rgba(94, 234, 212, 0.08); }
}

@keyframes arnResidentialSessionBar {
  0%, 100% { background: rgba(255, 255, 255, 0.1); }
  50% { background: linear-gradient(90deg, #5eead4, #fb7185); }
}

@keyframes arnResidentialFloatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@media (max-width: 1100px) {
  #arn-landing-plan-page-content.arn-product-page--residential .arn-product-hero--residential > .container {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.86fr);
    gap: 34px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-feature-points .point {
    padding: 13px 14px;
  }
}

@media (max-width: 991px) {
  #arn-landing-plan-page-content.arn-product-page--residential .arn-product-hero--residential > .container {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: 0;
    padding: 60px 24px 105px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-product-hero--residential .hero-content {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-stage {
    width: min(100%, 570px);
    margin: 0 auto;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-console {
    transform: none;
    animation-name: arnResidentialConsoleFloatTablet;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-feature-strip {
    overflow: hidden;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-feature-strip > .container {
    overflow-x: auto;
    padding: 0 0 12px;
    scrollbar-color: #cbd5e1 transparent;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-feature-points {
    grid-template-columns: repeat(4, minmax(245px, 1fr));
    width: max-content;
    min-width: 100%;
  }
}

@keyframes arnResidentialConsoleFloatTablet {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@media (max-width: 640px) {
  #arn-landing-plan-page-content.arn-product-page--residential .arn-product-hero--residential > .container {
    gap: 28px;
    padding: 46px 16px 89px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-product-hero--residential .hero-content h1 {
    font-size: clamp(32px, 10vw, 40px);
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-product-hero--residential .hero-copy {
    font-size: 15px;
    line-height: 1.65;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-stage {
    min-height: 0;
    aspect-ratio: 1.02 / 1;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-console {
    inset: 18px 2px 24px 8px;
    border-radius: 23px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-client {
    left: 1.5%;
    width: 67px;
    min-height: 72px;
    border-radius: 16px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-client svg {
    width: 37px;
    height: 37px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-gateway {
    left: 47.8%;
    width: 108px;
    height: 108px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-gateway-core {
    width: 90px;
    height: 90px;
    border-radius: 27px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-gateway-core svg {
    width: 44px;
    height: 44px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-nodes {
    right: 0;
    width: 66px;
    height: 226px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-node {
    width: 55px;
    height: 55px;
    border-radius: 16px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-node svg {
    width: 30px;
    height: 30px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-session-card {
    bottom: 9px;
    left: 21%;
    width: 183px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-pool-card {
    top: 1px;
    left: 0;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-protocol-card {
    right: 0;
    bottom: 1px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-feature-strip {
    margin-top: 0;
    padding: 24px 12px 25px;
  }
}

@media (max-width: 520px) {
  #arn-landing-plan-page-content.arn-product-page--residential .arn-product-hero--residential .hero-actions.hero-ctas {
    align-items: stretch;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-product-hero--residential .hero-actions.hero-ctas .arn-product-hero-btn {
    width: 100% !important;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-stage {
    aspect-ratio: 0.94 / 1;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-console {
    inset: 14px 0 21px 3px;
    border-radius: 21px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-windowbar {
    height: 43px;
    padding: 0 12px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-console::before {
    inset: 43px 0 0;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-canvas {
    height: calc(100% - 43px);
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-window-title {
    font-size: 7px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-live {
    font-size: 6px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-client {
    width: 57px;
    min-height: 64px;
    padding: 5px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-client svg {
    width: 32px;
    height: 32px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-client small,
  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-node b {
    display: none;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-gateway {
    left: 47%;
    width: 92px;
    height: 92px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-gateway-core {
    width: 78px;
    height: 78px;
    border-radius: 23px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-gateway-core svg {
    width: 38px;
    height: 38px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-gateway-core strong {
    font-size: 8px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-gateway-core small {
    display: none;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-nodes {
    width: 54px;
    height: 192px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-node {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-node svg {
    width: 25px;
    height: 25px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-session-card {
    left: 18%;
    width: 162px;
    padding: 8px 10px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-pool-card {
    min-width: 132px;
    padding: 9px 10px;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-protocol-card {
    padding: 9px 10px;
  }
}

@media (max-width: 390px) {
  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-session-card {
    display: none;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-protocol-card {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-console,
  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-live i,
  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-orbit,
  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-node,
  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-session-card > div i,
  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-float-card,
  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-route-flow {
    animation: none !important;
  }

  #arn-landing-plan-page-content.arn-product-page--residential .arn-residential-packet {
    display: none;
  }
}

/* Keep every translated feature label on one line while preserving a clean responsive grid. */
@media (max-width: 1199px) {
  #arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip .feature-pills {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip .feature-pills li {
    border-top: 0;
    border-left: 1px solid #e8edf3;
  }

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

  #arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip .feature-pills li:nth-child(n+4) {
    border-top: 1px solid #e8edf3;
  }
}

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

  #arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip .feature-pills li {
    border-top: 0;
    border-left: 1px solid #e8edf3;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip .feature-pills li:nth-child(odd) {
    border-left: 0;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip .feature-pills li:nth-child(n+3) {
    border-top: 1px solid #e8edf3;
  }
}

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

  #arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip .feature-pills li,
  #arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip .feature-pills li:nth-child(odd) {
    min-height: 66px;
    border-top: 1px solid #e8edf3;
    border-left: 0;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-product-feature-strip .feature-pills li:first-child {
    border-top: 0;
  }
}

@media (max-width: 991px) {
  #arn-landing-plan-page-content.arn-product-page .arn-net-stage {
    width: min(100%, 570px);
  }

  #arn-landing-plan-page-content.arn-product-page .arn-net-console {
    transform: none;
    animation-name: arnNetConsoleFloatTablet;
  }
}

@keyframes arnNetConsoleFloatTablet {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@media (max-width: 640px) {
  #arn-landing-plan-page-content.arn-product-page .arn-net-stage {
    width: min(100%, 470px);
    min-height: 0;
    aspect-ratio: 1.05 / 1;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-net-console {
    inset: 18px 2px 23px 10px;
    border-radius: 23px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-net-windowbar {
    height: 42px;
    padding: 0 13px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-net-console::before {
    inset: 42px 0 0;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-net-canvas {
    left: -5%;
    width: 110%;
    height: calc(100% - 42px);
    transform: scale(0.9);
    transform-origin: center;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-net-chip--primary {
    top: 2px;
    right: 0;
    min-width: 105px;
    padding: 8px 9px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-net-chip--secondary {
    left: 2px;
    bottom: 1px;
    padding: 8px 10px;
  }
}

@media (max-width: 520px) {
  #arn-landing-plan-page-content.arn-product-page .arn-net-stage {
    aspect-ratio: 0.98 / 1;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-net-console {
    inset: 14px 0 21px 5px;
    border-radius: 20px;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-net-canvas {
    left: -12.5%;
    width: 125%;
    transform: scale(0.8);
  }

  #arn-landing-plan-page-content.arn-product-page .arn-net-chip--secondary {
    display: none;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-net-chip--primary {
    right: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-console,
  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-live i,
  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-route-flow,
  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-endpoint--client,
  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-gateway-pulse,
  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-rack-unit > span i,
  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-target,
  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-float-card {
    animation: none !important;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-net-console,
  #arn-landing-plan-page-content.arn-product-page .arn-net-live i,
  #arn-landing-plan-page-content.arn-product-page .arn-net-route-flow,
  #arn-landing-plan-page-content.arn-product-page .arn-net-chip,
  #arn-landing-plan-page-content.arn-product-page .arn-net-orbit,
  #arn-landing-plan-page-content.arn-product-page .arn-net-hex-grid span,
  #arn-landing-plan-page-content.arn-product-page .arn-net-ipv6-nodes span,
  #arn-landing-plan-page-content.arn-product-page .arn-net-rotation-hub > span,
  #arn-landing-plan-page-content.arn-product-page .arn-net-rotation-hub svg,
  #arn-landing-plan-page-content.arn-product-page .arn-net-dc-pool > span,
  #arn-landing-plan-page-content.arn-product-page .arn-net-isp-node {
    animation: none !important;
  }

  #arn-landing-plan-page-content.arn-product-page .arn-ipv4-data-packet {
    display: none;
  }
}

/* Country and platform detail pills: keep every translated label on one line. */
#arn-landing-plan-page-content[data-landing-module="country"] .feature-pills-section > .container,
#arn-landing-plan-page-content[data-landing-module="platform"] .feature-pills-section > .container {
  width: calc(100% - 24px);
  max-width: 1500px;
  padding-inline: 0;
}

#arn-landing-plan-page-content[data-landing-module="country"] .feature-pills-section .feature-pills,
#arn-landing-plan-page-content[data-landing-module="platform"] .feature-pills-section .feature-pills {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  width: 100%;
}

#arn-landing-plan-page-content[data-landing-module="country"] .feature-pills-section .feature-pills > li,
#arn-landing-plan-page-content[data-landing-module="platform"] .feature-pills-section .feature-pills > li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  padding-inline: clamp(3px, 0.4vw, 7px);
  font-size: clamp(11px, 0.9vw, 12.5px);
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
}

#arn-landing-plan-page-content[data-landing-module="country"] .feature-pills-section .feature-pills > li + li::before,
#arn-landing-plan-page-content[data-landing-module="platform"] .feature-pills-section .feature-pills > li + li::before {
  flex: 0 0 auto;
  margin: 0 clamp(3px, 0.35vw, 6px) 0 0;
}

@media (max-width: 1199px) {
  #arn-landing-plan-page-content[data-landing-module="country"] .feature-pills-section .feature-pills,
  #arn-landing-plan-page-content[data-landing-module="platform"] .feature-pills-section .feature-pills {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #arn-landing-plan-page-content[data-landing-module="country"] .feature-pills-section .feature-pills > li,
  #arn-landing-plan-page-content[data-landing-module="platform"] .feature-pills-section .feature-pills > li {
    font-size: 12.5px;
  }

  #arn-landing-plan-page-content[data-landing-module="country"] .feature-pills-section .feature-pills > li:nth-child(3n+1)::before,
  #arn-landing-plan-page-content[data-landing-module="platform"] .feature-pills-section .feature-pills > li:nth-child(3n+1)::before {
    content: none;
    margin: 0;
  }
}

@media (max-width: 991px) {
  #arn-landing-plan-page-content[data-landing-module="country"] .feature-pills-section .feature-pills,
  #arn-landing-plan-page-content[data-landing-module="platform"] .feature-pills-section .feature-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #arn-landing-plan-page-content[data-landing-module="country"] .feature-pills-section .feature-pills > li + li::before,
  #arn-landing-plan-page-content[data-landing-module="platform"] .feature-pills-section .feature-pills > li + li::before {
    content: '|';
    margin: 0 clamp(3px, 0.35vw, 6px) 0 0;
  }

  #arn-landing-plan-page-content[data-landing-module="country"] .feature-pills-section .feature-pills > li:nth-child(odd)::before,
  #arn-landing-plan-page-content[data-landing-module="platform"] .feature-pills-section .feature-pills > li:nth-child(odd)::before {
    content: none;
    margin: 0;
  }
}

@media (max-width: 640px) {
  #arn-landing-plan-page-content[data-landing-module="country"] .feature-pills-section .feature-pills,
  #arn-landing-plan-page-content[data-landing-module="platform"] .feature-pills-section .feature-pills {
    grid-template-columns: minmax(0, 1fr);
  }

  #arn-landing-plan-page-content[data-landing-module="country"] .feature-pills-section .feature-pills > li + li::before,
  #arn-landing-plan-page-content[data-landing-module="platform"] .feature-pills-section .feature-pills > li + li::before {
    content: none;
    margin: 0;
  }
}
