body,
p {
  color: #e5ecf5;
}
body,
li {
  line-height: 1.55;
}
.cta-electric,
a {
  text-decoration: none;
}
.rs-card,
.splash-hero,
body.is-modal-open,
body.lock-scroll {
  overflow: hidden;
}
body,
html {
  height: 100%;
}
#rs-home-tabs .rs-about__team,
.rs-card--wireless {
  --sheen-angle: 18deg;
  --sheen-x: 28%;
  --sheen-y: 26%;
  --sheen-width: 16%;
  --sheen-strength: 0.11;
}
:root {
  --nav-max: 1800px;
  --mega-max: 1539px;
  --mega-offset: 133px;
  --font-base: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Helvetica Neue", Arial, sans-serif;
  --font-heading: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Helvetica Neue", Arial, sans-serif;
  --bg: linear-gradient(
    120deg,
    rgba(13, 22, 31, 1) 0%,
    rgba(182, 241, 107, 1) 20%,
    rgba(0, 0, 0, 1) 100%
  );
}
html {
  font-size: 16px;
}
body {
  margin: 0;
  padding: 0;
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 0.95rem;
  background-color: #131b2b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
a,
body,
button,
div,
footer,
header,
input,
label,
li,
nav,
p,
section,
select,
span,
textarea {
  font-family: var(--font-base) !important;
}
#global-nav-alt .btn-call,
#global-nav-alt .nav-link,
#home-hero-slider .hero-slide__cta,
#home-hero-slider .hero-slide__heading,
#home-hero-slider .hero-slide__title,
.footer-glass,
.footer-glass *,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #f9fafb;
  margin: 0 0 0.4em;
}
h1 {
  font-size: clamp(2.1rem, 2.8vw, 2.7rem);
}
h2 {
  font-size: clamp(1.7rem, 2.2vw, 2.2rem);
}
h3 {
  font-size: clamp(1.35rem, 1.8vw, 1.6rem);
}
h4 {
  font-size: 1.05rem;
}
h5 {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
h6 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
li,
p {
  font-size: 0.95rem;
}
p {
  margin: 0 0 0.75rem;
  line-height: 1.6;
}
p:last-child {
  margin-bottom: 0;
}
ol,
ul {
  margin: 0 0 0.9rem 1.25rem;
  padding: 0;
}
.meta-text,
.solution-detail__note,
small {
  font-size: 0.8rem;
  line-height: 1.4;
  opacity: 0.85;
}
a {
  color: #58c6ea;
  transition: color 0.16s, opacity 0.16s;
}
a:hover {
  color: #7be0ff;
}
b,
strong {
  font-weight: 600;
}
input,
select,
textarea {
  font-family: var(--font-base);
  font-size: 0.9rem;
  line-height: 1.4;
}
#global-nav-alt .btn-call,
#global-nav-alt .nav-link,
.hero-slide__cta,
.solution-btn,
button {
  font-family: var(--font-heading);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.78rem;
}
h1.h1-autofit {
  white-space: nowrap;
  display: block;
  max-width: 100%;
  line-height: 1.05;
}
#global-nav-alt .mega-col--left p,
#global-nav-alt .mega-col--right p,
#home-hero-slider .hero-slide__summary {
  font-size: 0.95rem;
  line-height: 1.6;
}
#global-nav-alt .mega-section-label,
#home-hero-slider .hero-nav__desc,
#home-hero-slider .hero-nav__title {
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero-slider-bg {
  width: 100%;
  background: 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
#home-hero-slider.home-hero-slider {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
  min-height: 50vh;
  max-height: 50vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 1;
  background-color: #000;
  box-shadow: 0 0 6px rgba(41, 102, 238, 0.7), 0 0 12px rgba(41, 102, 238, 0.25);
}
#home-hero-slider .hero-slide,
#home-hero-slider .hero-slide__content,
#home-hero-slider .hero-slide__overlay,
#home-hero-slider .hero-slider__track {
  position: relative;
  z-index: 2;
}
#home-hero-slider .hero-slider__track {
  position: relative;
  flex: 1 1 auto;
}
#home-hero-slider .hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
#home-hero-slider .hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 3;
}
#home-hero-slider .hero-slide__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(5, 17, 26, 0.85) 0,
    rgba(5, 17, 26, 0.65) 35%,
    rgba(5, 17, 26, 0.25) 65%,
    rgba(5, 17, 26, 0) 100%
  );
  pointer-events: none;
  z-index: 3;
}
#home-hero-slider .hero-slide__content {
  position: relative;
  z-index: 4;
  max-width: 60rem;
  padding-left: clamp(3.5rem, 6vw, 5rem);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
#home-hero-slider .hero-slide__title {
  font-size: clamp(0.7rem, 1.2vw, 0.85rem);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  text-shadow: 0 1px 2px #000, 0 6px 18px #000;
}
#home-hero-slider .hero-slide__heading {
  font-size: clamp(1.5rem, 3.1vw, 2.5rem);
  line-height: 1.04;
  color: #fff;
  margin: 0;
  text-wrap: balance;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.65), 0 4px 12px rgba(0, 0, 0, 0.55),
    0 12px 28px rgba(0, 0, 0, 0.45);
}
#home-hero-slider .hero-slide__summary {
  max-width: 50rem;
  font-size: clamp(0.9rem, 1.4vw, 1.15rem);
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.92);
  margin: 0.75rem 0 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65), 0 6px 18px rgba(0, 0, 0, 0.55);
}
.hero-slide__summary_caption {
  position: relative;
  font-size: clamp(0.9rem, 1.25vw, 1.1rem);
  font-weight: 600;
  line-height: 1.5;
  white-space: normal;
  display: inline-block;
  color: #fff;
  margin-bottom: 2em;
}
.hero-slide__summary_caption .caption-part {
  display: inline;
  margin-right: 0.4em;
}
.hero-slide__summary_caption .part1 {
  color: #2b7cff;
}
.hero-slide__summary_caption .part2 {
  color: #4e6fd8;
}
.hero-slide__summary_caption .part3 {
  color: #7b8cff;
}
.hero-slide__summary_caption .part4 {
  color: #a9b7ff;
}
.hero-slide__summary_caption .part5 {
  color: #e6ecff;
}
.hero-slide__summary_caption .part1g {
  color: #2fb866;
}
.hero-slide__summary_caption .part2g {
  color: #54c77d;
}
.hero-slide__summary_caption .part3g {
  color: #70d694;
}
.hero-slide__summary_caption .part4g {
  color: #a6e8c3;
}
.hero-slide__summary_caption .part5g {
  color: #e6f3d6;
}
#home-hero-slider .hero-slide__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.65rem 1.6rem 0.7rem;
  font-size: clamp(0.85rem, 1vw, 1rem);
  font-weight: 600;
  white-space: nowrap;
  width: fit-content;
  transition: transform 0.15s ease-out, box-shadow 0.2s ease-out,
    background 0.3s;
  cursor: pointer;
  letter-spacing: 0.03em;
}
#home-hero-slider .hero-slide__cta--copper {
  background: linear-gradient(135deg, #b75c30 0, #a1512a 100%);
  color: #fff;
  box-shadow: 0 4px 12px rgba(161, 81, 42, 0.4);
  border: 2px solid rgba(182, 241, 107, 0.45);
}
#home-hero-slider .hero-slide__cta--copper:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #c96a3a 0, #b75c30 100%);
  box-shadow: 0 6px 18px rgba(161, 81, 42, 0.55);
}
#home-hero-slider .hero-slide__cta--ocean {
  background: linear-gradient(135deg, #2b7cff 0, #1e5ed6 100%);
  color: #fff;
  border: 2px solid rgba(182, 241, 107, 0.45);
  box-shadow: 0 4px 16px #2b7cff, 0 0 18px #2b7cff;
}
#home-hero-slider .hero-slide__cta--ocean:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #3a8bff 0, #2b7cff 100%);
  box-shadow: 0 6px 22px rgba(58, 139, 255, 0.65),
    0 0 28px rgba(58, 139, 255, 0.45);
}
#home-hero-slider .hero-slide__cta--money {
  background: linear-gradient(135deg, #b6f16b 0, #70b975 100%);
  color: #000;
  border: 2px solid rgba(182, 241, 107, 0.45);
  box-shadow: 0 4px 16px rgba(182, 241, 107, 0.55),
    0 0 18px rgba(230, 243, 214, 0.45);
  background-size: 220% 220%;
  animation: 8s ease-in-out infinite rsGradientSweep,
    3.2s ease-in-out infinite rsGlowPulseGreen;
  will-change: background-position, box-shadow;
}
#home-hero-slider .hero-slide__cta--money:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #c8f58a 0, #b6f16b 100%);
  box-shadow: 0 6px 22px rgba(182, 241, 107, 0.65),
    0 0 28px rgba(230, 243, 214, 0.55);
}
@keyframes rsGlowPulseGreen {
  0%,
  100% {
    box-shadow: 0 4px 16px rgba(182, 241, 107, 0.45),
      0 0 18px rgba(230, 243, 214, 0.35);
  }
  50% {
    box-shadow: 0 6px 22px rgba(182, 241, 107, 0.65),
      0 0 32px rgba(230, 243, 214, 0.55);
  }
}
#home-hero-slider .hero-slide__cta--gold {
  background: linear-gradient(135deg, #7b8cff 0, #4b5fd6 100%);
  color: #fff;
  border: 2px solid rgba(182, 241, 107, 0.45);
  box-shadow: 0 4px 16px rgba(123, 140, 255, 0.45),
    0 0 18px rgba(123, 140, 255, 0.35);
}
#home-hero-slider .hero-slide__cta--gold:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #8f9eff 0, #7b8cff 100%);
  box-shadow: 0 6px 22px rgba(143, 158, 255, 0.6),
    0 0 28px rgba(143, 158, 255, 0.45);
}
#home-hero-slider .hero-slide__cta--cobalt {
  background: linear-gradient(135deg, #1e3a8a 0, #0f2557 100%);
  color: #fff;
  border: 2px solid rgba(182, 241, 107, 0.35);
  box-shadow: 0 4px 16px rgba(30, 58, 138, 0.45),
    0 0 18px rgba(30, 58, 138, 0.3);
}
#home-hero-slider .hero-slide__cta--cobalt:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #2746a8 0, #1e3a8a 100%);
  box-shadow: 0 6px 22px rgba(39, 70, 168, 0.6),
    0 0 28px rgba(39, 70, 168, 0.45);
}
.cta-contact-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1.2rem;
}
.cta-electric {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.8rem;
  border-radius: 999px;
  border: 0;
  color: rgba(227, 244, 211, 0.96);
  background: radial-gradient(
    circle at 0 0,
    rgba(84, 187, 109, 0.45),
    rgba(15, 23, 42, 0.95)
  );
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.9);
  z-index: 0;
}
.cta-electric::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 1px solid rgba(165, 243, 81, 0.65);
  pointer-events: none;
  z-index: 1;
}
.cta-electric:focus-visible,
.cta-electric:hover {
  color: #fff;
  background: radial-gradient(
    circle at 0 0,
    rgba(165, 243, 81, 0.28),
    rgba(15, 23, 42, 0.96)
  );
  box-shadow: 0 0 10px rgba(165, 243, 81, 0.65),
    0 0 24px rgba(84, 187, 109, 0.4), 0 8px 22px rgba(15, 23, 42, 0.9);
  transform: translateY(-2px);
}
.cta-electric:active {
  transform: translateY(0);
  box-shadow: 0 0 6px rgba(165, 243, 81, 0.45),
    0 4px 12px rgba(15, 23, 42, 0.95);
}
#home-hero-slider .hero-slider__nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.6rem;
  z-index: 5;
  display: flex;
  gap: 0.6rem;
  padding: 0 1.2rem;
  box-sizing: border-box;
  pointer-events: auto;
}
#home-hero-slider .hero-nav__item {
  flex: 1 1 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  padding: 0.55rem 0.6rem;
  text-align: left;
  transition: background 0.12s ease-out, border 0.12s ease-out,
    transform 0.12s ease-out;
  min-height: 3.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
#home-hero-slider .hero-nav__title {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 0.04em;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 0.08em;
}
#home-hero-slider .hero-nav__desc {
  font-size: 0.63rem;
  line-height: 1.25;
  opacity: 0.92;
}
#home-hero-slider .hero-nav__item.is-active {
  background: #2b69f2;
  border-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 14px rgba(34, 171, 223, 0.35);
  transform: translateY(-2px);
}
#home-hero-slider .hero-nav__item:hover {
  background: #70b975;
  transform: translateY(-1px);
}
@media (max-width: 960px) {
  #home-hero-slider .hero-slider__nav {
    flex-wrap: wrap;
    bottom: 1rem;
  }
  #home-hero-slider .hero-nav__item {
    flex: 1 1 calc(50% - 0.6rem);
    padding: 0.45rem 0.5rem;
    min-height: 2.9rem;
  }
  #home-hero-slider .hero-nav__title {
    font-size: 0.65rem;
  }
  #home-hero-slider .hero-nav__desc {
    font-size: 0.6rem;
  }
  #home-hero-slider .hero-slide__content {
    padding-bottom: 5rem;
  }
}
@media (max-width: 600px) {
  .hide-mobile {
    display: none !important;
  }
  #home-hero-slider .hero-slide {
    align-items: flex-start;
  }
  #home-hero-slider .hero-slide__content {
    padding-top: 20px;
    padding-bottom: 7rem;
    margin-top: 0;
  }
  #home-hero-slider .hero-slider__nav {
    bottom: 0.7rem;
    padding: 0.4rem 0.6rem;
    gap: 0.35rem;
  }
  #home-hero-slider .hero-nav__item {
    flex: 1 1 100%;
    flex-direction: row;
    align-items: center;
    min-height: 2.1rem;
    padding: 0.35rem 0.55rem;
  }
  #home-hero-slider .hero-nav__desc {
    display: none;
  }
  #home-hero-slider .hero-nav__title {
    font-size: 0.7rem;
  }
}
@media (max-width: 420px) {
  #home-hero-slider .hero-nav__item {
    min-height: 2.1rem;
    padding: 0.3rem 0.5rem;
  }
  #home-hero-slider .hero-nav__title {
    font-size: 0.65rem;
  }
}
#home-hero-slider {
  max-width: 1800px;
  margin: 0 auto;
  z-index: 2;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 0 !important;
  position: relative;
}
#home-hero-slider::after,
#home-hero-slider::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 320px;
  pointer-events: none;
  z-index: -1;
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
}
#home-hero-slider::before {
  left: -320px;
  background: linear-gradient(
    to right,
    rgba(15, 23, 42, 0.72) 0,
    rgba(15, 23, 42, 0.55) 40%,
    rgba(15, 23, 42, 0.3) 65%,
    rgba(15, 23, 42, 0) 100%
  );
}
#home-hero-slider::after {
  right: -320px;
  background: linear-gradient(
    to left,
    rgba(15, 23, 42, 0.72) 0,
    rgba(15, 23, 42, 0.55) 40%,
    rgba(15, 23, 42, 0.3) 65%,
    rgba(15, 23, 42, 0) 100%
  );
}
.splash-hero {
  position: fixed;
  left: 0;
  right: 0;
  top: 80px;
  height: calc(100vh - 80px);
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3.5rem);
  box-sizing: border-box;
  background: linear-gradient(
      135deg,
      rgba(5, 17, 26, 0.55) 0,
      rgba(5, 17, 26, 0.4) 35%,
      rgba(8, 47, 73, 0.38) 65%,
      rgba(8, 47, 73, 0.5) 100%
    ),
    url("i/hero-blue6.jpg") center center/cover no-repeat;
  color: #f9fafb;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.splash-hero.splash-hero--hidden {
  opacity: 0;
  transform: translateY(-28px);
  pointer-events: none;
}
.splash-hero__inner {
  max-width: 52rem;
  text-align: left;
}
.splash-hero__eyebrow {
  font-size: clamp(0.75rem, 1vw, 0.9rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(200, 250, 255, 0.85);
  margin: 0 0 0.6rem;
}
.splash-hero__header * {
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.45);
}
.splash-hero__h1 {
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  line-height: 1.08;
  margin: 0 0 0.75rem;
  color: #fff;
  text-wrap: balance;
}
.splash-hero__h2 {
  font-size: clamp(1.2rem, 2.1vw, 1.75rem);
  line-height: 1.25;
  margin: 0 0 0.5rem;
  color: #e0f2fe;
}
.splash-hero__h3 {
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  line-height: 1.4;
  margin: 0 0 1.1rem;
  color: #c4d7f2;
}
.splash-hero__body {
  font-size: clamp(0.95rem, 1.35vw, 1.1rem);
  line-height: 1.7;
  color: rgba(226, 232, 240, 0.96);
  margin: 0 0 1.7rem;
}
.splash-hero__ctas {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.splash-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.8rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: clamp(0.88rem, 1vw, 1rem);
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  letter-spacing: 0.04em;
  transition: transform 0.16s ease-out, box-shadow 0.18s ease-out,
    background 0.22s ease-out, color 0.22s ease-out, border-color 0.22s ease-out;
}
.splash-cta--primary {
  background: linear-gradient(135deg, #1e7a3e 0, #2fb866 100%);
  color: #fff;
  box-shadow: 0 8px 24px rgba(47, 184, 102, 0.55);
  border-color: rgba(16, 185, 129, 0.85);
}
.splash-cta--primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #2fb866 0, #44d17d 100%);
  box-shadow: 0 12px 32px rgba(47, 184, 102, 0.65);
}
.splash-cta--accent {
  background: linear-gradient(135deg, #b75c30 0, #ff8c00 100%);
  color: #fff;
  box-shadow: 0 6px 20px rgba(255, 140, 0, 0.55);
  border-color: rgba(251, 191, 36, 0.9);
}
.splash-cta--accent:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #c96a3a 0, #f93 100%);
}
.splash-cta--ghost {
  background: 0 0;
  color: #e5e7eb;
  border-color: rgba(229, 231, 235, 0.9);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.65);
}
.splash-cta--ghost:hover {
  transform: translateY(-2px);
  background: rgba(15, 23, 42, 0.7);
}
.rs-tabs-section {
  width: 100%;
  display: flex;
  justify-content: center;
}
.rs-tabs-inner {
  width: 100%;
  max-width: 1800px;
  box-sizing: border-box;
  background: radial-gradient(
    circle at 0 0,
    rgba(56, 189, 248, 0.1),
    rgba(15, 23, 42, 0.92)
  );
  margin-bottom: 0;
  box-shadow: 0 0 6px rgba(41, 102, 238, 0.7), 0 0 12px rgba(41, 102, 238, 0.25);
}
.rs-tabs-inner,
.rs-tabs-section {
  float: none !important;
  left: auto !important;
  right: auto !important;
  position: relative;
  transform: none !important;
}
#rs-home-tabs.rs-tabs {
  margin: 1px 0 0;
  padding: 0;
}
#rs-home-tabs .rs-tabs__inner {
  border-radius: 100;
  aborder: 1px solid rgba(148, 163, 184, 0.22);
  abackground: radial-gradient(
    circle at 0% 0%,
    rgba(56, 189, 248, 0.1),
    rgba(15, 23, 42, 0.92)
  );
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.55);
  padding: clamp(16px, 2vw, 28px);
}
#global-nav-alt .products-pane,
#global-nav-alt .services-pane,
#global-nav-alt .solutions-pane,
#rs-home-tabs .rs-panel .rs-tabs__panel-header {
  display: none;
}
#rs-home-tabs .rs-tabs__panel-header--slot {
  position: relative;
  max-width: 1800px;
  margin: 0 auto clamp(18px, 2.6vw, 34px);
  padding: 0;
  text-align: center;
}
#rs-home-tabs .rs-tabs__panels,
footer {
  margin-top: 0 !important;
}
#rs-home-tabs .rs-tabs__panel-header--slot .rs-tabs__kicker {
  margin-bottom: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(227, 244, 211, 0.65);
}
#rs-home-tabs .rs-tabs__panel-header--slot .rs-tabs__title {
  margin: 0 auto 14px;
  max-width: 54ch;
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  line-height: 1.15;
  font-weight: 600;
  color: rgba(127, 208, 255, 0.98);
}
#rs-home-tabs .rs-tabs__panel-header--slot .rs-tabs__subtitle {
  margin: 0 auto 22px;
  max-width: 88ch;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  line-height: 1.55;
  color: rgba(226, 232, 240, 0.72);
}
#rs-home-tabs .rs-tabs__panel-header--slot::before {
  content: "";
  display: block;
  width: min(420px, 65%);
  height: 1px;
  margin: 0 auto 18px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(125, 211, 252, 0.5),
    transparent
  );
  box-shadow: 0 0 10px rgba(125, 211, 252, 0.25),
    0 0 18px rgba(125, 211, 252, 0.14);
}
#rs-home-tabs .rs-tabs__panel-header--slot::after {
  content: "";
  display: block;
  width: min(420px, 65%);
  height: 1px;
  margin: 0 auto;
  background: linear-gradient(
    to right,
    transparent,
    rgba(125, 211, 252, 0.62),
    transparent
  );
  box-shadow: 0 0 10px rgba(125, 211, 252, 0.32),
    0 0 18px rgba(125, 211, 252, 0.18);
}
#rs-home-tabs .rs-panel {
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(2, 6, 23, 0.28);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.38);
  padding: clamp(14px, 2vw, 22px);
}
#contact-modal.contact-modal.is-open,
#global-nav-alt .has-dropdown.is-open > .dropdown,
#global-nav-alt .mega-panel.is-open,
#global-nav-alt .nav-item.has-dropdown:hover > .dropdown,
#global-nav-alt .products-pane.is-active,
#global-nav-alt .services-pane.is-active,
#global-nav-alt .solutions-item,
#global-nav-alt .solutions-pane.is-active,
#global-nav-alt .solutions-sublist.is-open,
#rs-home-tabs .rs-panel.is-active,
.footer-accordion__details,
.mobile-contact-modal.is-open,
.no-sidebar .content-layout-grid {
  display: block;
}
#rs-home-tabs .rs-panel__grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 16px;
  align-items: start;
}
#rs-home-tabs .rs-panel__content {
  padding-left: 3.5rem;
  width: 80%;
}
#rs-home-tabs .rs-panel__overform {
  padding-left: 3.5rem;
  width: 100%;
}
#rs-home-tabs .rs-panel__lists-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 12px 0 16px;
}
#rs-home-tabs .rs-panel__list-col .rs-panel__title {
  margin-bottom: 6px;
}
@media (max-width: 900px) {
  #rs-home-tabs .rs-panel__grid,
  #rs-home-tabs .rs-panel__lists-grid {
    grid-template-columns: 1fr;
  }
  #rs-home-tabs .rs-tabs__bar {
    border-radius: 6px;
  }
}
#rs-home-tabs .rs-panel__lists-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
#rs-home-tabs .rs-panel__list-col {
  min-width: 0;
}
#rs-home-tabs .rs-panel__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
#rs-home-tabs .rs-panel__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 12px;
  padding: 10px 14px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(125, 211, 252, 0.4);
  background: rgba(56, 189, 248, 0.12);
  transition: transform 0.12s, box-shadow 0.15s, border-color 0.15s,
    background 0.15s;
}
#rs-home-tabs .rs-panel__link:hover {
  transform: translateY(-1px);
  border-color: rgba(125, 211, 252, 0.7);
  background: rgba(56, 189, 248, 0.18);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.55);
}
#rs-home-tabs .rs-panel__link--ghost {
  background: rgba(2, 6, 23, 0.12);
  border-color: rgba(148, 163, 184, 0.3);
  color: rgba(226, 232, 240, 0.9);
}
#rs-home-tabs .rs-avail-link:hover,
#rs-home-tabs .rs-panel__link--ghost:hover {
  border-color: rgba(148, 163, 184, 0.55);
  background: rgba(2, 6, 23, 0.2);
}
#rs-home-tabs .rs-panel__aside {
  justify-self: start;
  align-self: start;
  width: fit-content;
  max-width: 360px;
}
#rs-home-tabs .rs-mini-card {
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(2, 6, 23, 0.25);
  padding: 12px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.32);
  margin-bottom: 10px;
}
#rs-home-tabs .rs-mini-card__label {
  color: rgba(226, 232, 240, 0.72);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
#rs-home-tabs .rs-mini-card__value {
  color: rgba(248, 250, 252, 0.95);
  line-height: 1.35;
}
.rs-card__icon::before {
  content: "";
  position: absolute;
  inset: 18%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.55),
    rgba(255, 255, 255, 0) 70%
  );
  filter: blur(30px);
  z-index: 0;
}
.rs-card__icon svg {
  position: relative;
  z-index: 1;
}
.rs-value-strip {
  padding: clamp(26px, 3.2vw, 56px) 18px;
}
.rs-value-strip__inner {
  max-width: 1800px;
  margin: 0 auto;
}
.rs-section-header {
  position: relative;
  padding-top: 3.2em;
  padding-bottom: clamp(18px, 2.4vw, 26px);
  margin-bottom: clamp(26px, 3vw, 42px);
}
.rs-section-header::after {
  content: "";
  display: block;
  height: 1px;
  width: min(520px, 92%);
  margin: clamp(16px, 2vw, 22px) auto 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(125, 211, 252, 0.55),
    rgba(255, 255, 255, 0)
  );
  opacity: 0.85;
}
.rs-value-strip__header {
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: radial-gradient(
    circle at 0 0,
    rgba(56, 189, 248, 0.12),
    rgba(15, 23, 42, 0.92)
  );
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.55);
  padding: clamp(18px, 2.1vw, 28px);
  margin-bottom: clamp(16px, 2vw, 26px);
}
.rs-value-strip__eyebrow {
  margin: 0 0 6px;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.72);
}
.rs-value-strip__title {
  margin: 0;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1.15;
  color: rgba(248, 250, 252, 0.98);
}
.rs-value-strip__subtitle {
  margin: 10px 0 0;
  max-width: 70ch;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  line-height: 1.5;
  color: rgba(226, 232, 240, 0.86);
}
.rs-value-strip__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.rs-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.42rem 0.75rem;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(15, 23, 42, 0.35);
  color: rgba(226, 232, 240, 0.88);
  font-size: 0.86rem;
}
.rs-value-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.2vw, 18px);
}
@media (max-width: 1100px) {
  .rs-value-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.rs-card {
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.26);
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 20px;
  transform: translateY(0);
  transition: transform 0.16s ease-out, box-shadow 0.16s ease-out,
    border-color 0.16s ease-out, filter 0.16s ease-out;
}
.rs-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  pointer-events: none;
  border-radius: inherit;
  --sheen-angle: 25deg;
  --sheen-x: 38%;
  --sheen-y: 28%;
  --sheen-width: 18%;
  --sheen-strength: 0.1;
  background: linear-gradient(
      var(--sheen-angle),
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, calc(var(--sheen-strength) * 0.55))
        calc(var(--sheen-x) - var(--sheen-width)),
      rgba(255, 255, 255, var(--sheen-strength)) var(--sheen-x),
      rgba(255, 255, 255, calc(var(--sheen-strength) * 0.35))
        calc(var(--sheen-x) + var(--sheen-width)),
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      110px 80px at var(--sheen-x) var(--sheen-y),
      rgba(255, 255, 255, calc(var(--sheen-strength) * 0.5)),
      rgba(255, 255, 255, 0) 70%
    );
  background-size: 220% 220%, 140% 140%;
  background-position: var(--sheen-x) var(--sheen-y),
    var(--sheen-x) var(--sheen-y);
  mix-blend-mode: screen;
  opacity: 1;
}
.rs-card:hover {
  transform: translateY(-3px);
  border-color: rgba(125, 211, 252, 0.7);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.85);
  filter: saturate(1.03);
}
.rs-card--wireless {
  background: radial-gradient(
    140% 120% at 10% 0,
    rgba(153, 27, 27, 0.26),
    rgba(15, 23, 42, 0.96)
  );
}
.rs-card--used {
  background: radial-gradient(
    120% 150% at 0 20%,
    rgba(74, 222, 128, 0.2),
    rgba(15, 23, 42, 0.96)
  );
  --sheen-angle: 36deg;
  --sheen-x: 46%;
  --sheen-y: 18%;
  --sheen-width: 22%;
  --sheen-strength: 0.09;
}
.rs-card--cabling {
  background: radial-gradient(
    160% 120% at 25% 0,
    rgba(251, 191, 36, 0.2),
    rgba(15, 23, 42, 0.96)
  );
  --sheen-angle: -22deg;
  --sheen-x: 60%;
  --sheen-y: 34%;
  --sheen-width: 18%;
  --sheen-strength: 0.1;
}
.rs-card--new {
  background: radial-gradient(
    120% 160% at 0 0,
    rgba(167, 139, 250, 0.22),
    rgba(15, 23, 42, 0.96)
  );
  --sheen-angle: 56deg;
  --sheen-x: 66%;
  --sheen-y: 14%;
  --sheen-width: 20%;
  --sheen-strength: 0.12;
}
.rs-card__icon {
  position: relative;
  width: 174px;
  height: 144px;
  margin: -20px auto 8px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.rs-card__icon img,
.rs-card__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.rs-ico {
  width: 34px;
  height: 34px;
}
.rs-card__title {
  margin: -10px 0 8px;
  font-size: 1.05rem;
  font-weight: 600;
  color: rgba(227, 244, 211, 0.88);
}
.rs-card__blurb {
  margin: 0 0 14px;
  color: rgba(226, 232, 240, 0.85);
  font-size: 0.95rem;
  line-height: 1.45;
}
.rs-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  color: rgba(125, 211, 252, 0.95);
  border-bottom: 1px solid transparent;
  transition: border-color 0.14s ease-out, transform 0.14s ease-out;
}
.rs-card__link:hover {
  border-bottom-color: rgba(125, 211, 252, 0.55);
  transform: translateX(2px);
}
.rs-card__link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(143, 158, 255, 0.35);
  border-radius: 8px;
  padding: 2px 6px;
  margin-left: -6px;
}
.page-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  background: linear-gradient(
    135deg,
    #161e29 0,
    #2b60be 25%,
    #030609 60%,
    #000 100%
  );
  background-size: cover;
  background-position: center;
}
.page-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: -1;
  pointer-events: none;
}
#global-nav-alt[data-theme="light"] {
  --bg: linear-gradient(
    120deg,
    rgba(13, 22, 31, 1) 0%,
    rgba(29, 137, 244, 1) 40%,
    rgba(0, 0, 0, 0.8) 60%,
    rgba(0, 0, 0, 1) 100%
  );
  --fg: #ffffff;
  --muted: rgba(255, 255, 255, 0.8);
  --accent: #22abdf;
  --shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
}
#global-nav-alt.global-nav-alt {
  position: sticky;
  top: 0;
  z-index: 999;
  background: var(--bg);
  color: var(--fg);
  box-shadow: var(--shadow);
}
#global-nav-alt .global-nav-alt__inner {
  width: min(100%, var(--nav-max));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
  padding: 0 3.5rem 0 1rem;
  position: relative;
  box-sizing: border-box;
}
#global-nav-alt .global-nav-alt__left {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.75rem;
}
#global-nav-alt .global-nav-alt__logo {
  height: clamp(48px, 4.2vw, 76px);
  width: auto;
  max-width: 100%;
}


#global-nav-alt .global-nav-alt__brand {
  display: flex;
  align-items: center;
  padding-right: 2.25rem;
  margin-right: 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}
.global-nav-alt__menu-left.mega-active .nav-link {
  opacity: 0.55;
  transition: opacity 0.18s, color 0.18s;
}
.global-nav-alt__menu-left.mega-active .nav-item.mega-open .nav-link {
  opacity: 1;
  color: #fff;
}
.global-nav-alt__menu-left.mega-active
  .nav-item:not(.mega-open)
  .nav-link:hover {
  opacity: 0.75;
  color: rgba(255, 255, 255, 0.85);
}
#global-nav-alt .dropdown {
  z-index: 4000 !important;
}
#global-nav-alt .global-nav-alt__primary ul {
  list-style: none;
  display: flex;
  gap: 0.3rem;
  margin: 0;
  padding: 0;
}
#global-nav-alt .nav-link {
  color: var(--fg);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(0.78rem, 1vw, 0.9rem);
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.4rem 0;
  background: 0 0;
  border: none;
  cursor: pointer;
}
#global-nav-alt .nav-link.is-active,
#global-nav-alt .nav-link:hover {
  color: rgba(255, 255, 255, 0.9);
}
#global-nav-alt .has-dropdown,
#global-nav-alt .nav-item.has-mega .nav-link,
.rs-chat-btn,
.site-footer .footer-chat-btn {
  position: relative;
}
#global-nav-alt .nav-item.has-mega .nav-link::after {
  content: "";
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  bottom: -0.25rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #198ecc, #58c6ea);
  opacity: 0;
  transform: scaleX(0.4);
  transform-origin: center;
  transition: opacity 0.18s ease-out, transform 0.18s ease-out;
  display: none !important;
}
#global-nav-alt .nav-item.has-mega .nav-link.is-active {
  color: #000;
  font-weight: 700;
}
#global-nav-alt .nav-item.has-mega .nav-link.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}
#global-nav-alt .mega-section-label {
  margin: 0 0 0.5rem;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-weight: 600;
  color: rgba(226, 232, 240, 0.75);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  opacity: 0.6;
}
#global-nav-alt .mega-section-label::after {
  content: "";
  display: block;
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(148, 163, 184, 0.3),
    rgba(148, 163, 184, 0.05)
  );
  border-radius: 999px;
  margin-top: 1px;
}
#global-nav-alt .global-nav-alt__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
}
#global-nav-alt .global-nav-alt__right-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
#global-nav-alt .global-nav-alt__secondary ul {
  list-style: none;
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
#global-nav-alt .top-contact-nav {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.15rem 0.75rem 0.3rem;
  border-radius: 6px 6px 0 0;
}
#global-nav-alt .top-contact-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.78rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  opacity: 0.9;
  white-space: nowrap;
  transition: opacity 0.18s ease-out;
}
#global-nav-alt .top-contact-nav a:hover {
  opacity: 1;
}
#global-nav-alt .top-contact-nav i {
  font-size: 0.72rem;
}
#global-nav-alt .top-contact-nav .sep {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
}
#global-nav-alt .btn-call {
  transform: translateY(0);
  background: #1e57c2;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  padding: 0.48rem 1.25rem;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.25),
    0 0 10px rgba(182, 241, 107, 0.45), 0 2px 6px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  transition: background 0.2s ease-out, box-shadow 0.2s ease-out,
    transform 0.15s ease-out;
}
#global-nav-alt .btn-call:hover {
  background: linear-gradient(135deg, #8f9eff 0, #7b8cff 100%);
  color: #000;
}
#global-nav-alt .has-dropdown .dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: rgba(10, 25, 50, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  min-width: 160px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 5999;
}
#global-nav-alt .has-dropdown .dropdown li a {
  display: block;
  padding: 0.5rem 0.8rem;
  text-decoration: none;
  color: rgba(241, 245, 249, 0.96);
  font-size: 0.78rem;
}
#global-nav-alt .has-dropdown .dropdown li a:hover {
  background: rgba(255, 255, 255, 0.08);
}
#global-nav-alt .global-nav-alt__toggle {
  display: none;
  background: 0 0;
  border: none;
  width: 36px;
  height: 28px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 3px 2px;
  cursor: pointer;
}
#global-nav-alt .global-nav-alt__toggle span {
  display: block;
  width: 85%;
  height: 3px;
  background: var(--fg);
  border-radius: 99px;
}
#global-nav-alt .global-nav-alt__mega-wrapper {
  position: relative;
  width: 100%;
  z-index: 2100;
}
#global-nav-alt .mega-panel {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(calc(-50% + var(--mega-offset)));
  width: 100%;
  max-width: var(--mega-max);
  display: none;
  z-index: 2200;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}
#global-nav-alt .mega-panel__inner {
  width: min(100%, var(--mega-max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 30% 1px 70%;
  box-sizing: border-box;
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.64) 0,
    rgba(15, 23, 42, 0.58) 40%,
    rgba(15, 23, 42, 0.5) 100%
  );
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  border-radius: 0 0 16px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(15, 23, 42, 0.5);
  overflow: hidden;
}
#global-nav-alt .mega-col--left,
#global-nav-alt .mega-col--right {
  color: #f9fafb;
}
#global-nav-alt .mega-col--left {
  background: linear-gradient(
    to bottom right,
    rgba(15, 23, 42, 0.76),
    rgba(15, 23, 42, 0.7)
  );
  padding: 1.2rem 1.1rem 1.5rem;
}
#global-nav-alt .mega-divider {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.3)
  );
  width: 1px;
}
#global-nav-alt .mega-col--right {
  background: linear-gradient(
    to bottom left,
    rgba(17, 118, 188, 0.35),
    rgba(15, 23, 42, 0.7)
  );
  padding: 1.2rem 1.2rem 1.5rem;
}
#global-nav-alt .mega-col--left h3,
#global-nav-alt .mega-col--left h4,
#global-nav-alt .mega-col--right h3,
#global-nav-alt .mega-col--right h4 {
  color: #fff;
  margin-top: 0;
}
#global-nav-alt .mega-col--left p,
#global-nav-alt .mega-col--right p {
  color: rgba(241, 245, 249, 0.92);
  font-size: 0.86rem;
}
#global-nav-alt .products-list,
#global-nav-alt .services-list,
#global-nav-alt .solutions-list {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}
#global-nav-alt .products-list a,
#global-nav-alt .services-list a,
#global-nav-alt .solutions-list a {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  color: #e5f0ff;
  text-decoration: none;
  padding: 0.45rem 0.5rem;
  border-radius: 8px;
  transition: background 0.18s ease-out, color 0.18s ease-out,
    box-shadow 0.18s ease-out, transform 0.12s ease-out;
  background: 0 0;
}
#global-nav-alt .products-list a:hover,
#global-nav-alt .services-list a:hover,
#global-nav-alt .solutions-list a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.35);
  transform: translateY(-1px);
}
#global-nav-alt .solutions-list a.is-active {
  background: linear-gradient(
    135deg,
    rgba(34, 171, 223, 0.3) 0,
    rgba(17, 118, 188, 0.55) 100%
  );
  color: #fff;
  font-weight: 600;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.6);
}
#global-nav-alt .solutions-list .solution-label {
  display: inline-block;
  position: relative;
  left: -1rem;
}
#global-nav-alt .star-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  min-width: 3.7rem;
  margin-right: 0;
  border-radius: 12px;
  abackground-color: #000;
  abox-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  position: relative;
  top: 14px;
  overflow: hidden;
  transition: top 0.15s, box-shadow 0.2s, transform 0.15s;
  background-image: url("i/rs-star.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
#global-nav-alt .star-badge:hover {
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}
#global-nav-alt .star-badge--overview {
  background-image: url("i/rs-star.svg"),
    alinear-gradient(135deg, #1176bc 0, #22abdf 50%, #7be0ff 100%);
}
#global-nav-alt .bolt-badge,
#global-nav-alt .link-badge,
#global-nav-alt .module-badge,
#global-nav-alt .refurb-badge,
#global-nav-alt .shield-badge,
#global-nav-alt .signal-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 0.6rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
#global-nav-alt .rack-badge {
  border-radius: 6px;
  background: linear-gradient(135deg, #1d4ed8 0, #22abdf 100%);
  overflow: hidden;
}
#global-nav-alt .rack-badge::before {
  content: "\27E6";
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
}
#global-nav-alt .rack-badge::after {
  content: "\27E7";
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  margin-left: -0.4rem;
}
#ars-home-tabs .rs-decom__header::after,
#ars-home-tabs .rs-decom__header::before,
#ars-home-tabs .rs-infra__header::after,
#ars-home-tabs .rs-infra__header::before {
  margin: 16px auto;
  background: linear-gradient(
    to right,
    transparent,
    rgba(125, 211, 252, 0.6),
    transparent
  );
  box-shadow: 0 0 10px rgba(125, 211, 252, 0.28),
    0 0 18px rgba(125, 211, 252, 0.14);
}
#global-nav-alt .bolt-badge {
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e 0, #14532d 100%);
}
#global-nav-alt .bolt-badge::before {
  content: "\26A1";
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}
#global-nav-alt .link-badge {
  border-radius: 999px;
  background: linear-gradient(135deg, #0ea5e9 0, #0369a1 100%);
}
#global-nav-alt .link-badge::before {
  content: "\1F517";
  font-size: 1.05rem;
  color: #fff;
}
#global-nav-alt .signal-badge {
  border-radius: 50%;
  background: linear-gradient(135deg, #3b82f6 0, #1e3a8a 100%);
}
#global-nav-alt .signal-badge::before {
  content: "\1F4E1";
  font-size: 1rem;
  color: #fff;
}
#global-nav-alt .shield-badge {
  border-radius: 6px;
  background: linear-gradient(135deg, #64748b 0, #0f172a 100%);
}
#global-nav-alt .shield-badge::before {
  content: "\1F6E1";
  font-size: 1.1rem;
  color: #fff;
}
#global-nav-alt .refurb-badge {
  border-radius: 50%;
  background: linear-gradient(135deg, #facc15 0, #f97316 100%);
}
#global-nav-alt .refurb-badge::before {
  content: "\27F3";
  font-size: 1.2rem;
  color: #fff;
}
#global-nav-alt .module-badge {
  border-radius: 4px;
  background: linear-gradient(135deg, #22d3ee 0, #0ea5e9 100%);
}
#global-nav-alt .module-badge::before {
  content: "\25A6";
  font-size: 1.2rem;
  color: #fff;
}
#global-nav-alt .solutions-sublist {
  list-style: none;
  margin: 0.25rem 0 0.4rem 2.3rem;
  padding: 0;
  display: none;
}
#global-nav-alt .solutions-sublist li {
  margin-bottom: 0.2rem;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
#global-nav-alt .solutions-sublist li::marker {
  content: "";
}
#global-nav-alt .solutions-sublist li a {
  display: block;
  font-size: 0.8rem;
  color: #e2ecff;
  text-decoration: none;
  padding: 0.2rem 0.15rem 0.2rem 0.55rem;
  border: 2px solid rgba(148, 163, 184, 0.1);
  border-radius: 0 !important;
  transition: color 0.15s ease-out, border-color 0.15s ease-out,
    background 0.15s ease-out;
}
#global-nav-alt .solutions-sublist li a:hover {
  color: #fff;
  border-color: #22abdf;
  background: rgba(34, 171, 223, 0.18);
}
#global-nav-alt .products-list i,
#global-nav-alt .services-list i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  min-width: 1.6rem;
  margin-right: 0.6rem;
  background: linear-gradient(
    135deg,
    rgba(34, 171, 223, 0.9) 0,
    rgba(17, 118, 188, 0.9) 100%
  );
  color: #fff;
  border-radius: 6px;
  font-size: 0.9rem;
  transition: 0.18s ease-out;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.6);
}
#global-nav-alt .products-list a:hover i,
#global-nav-alt .services-list a:hover i {
  background: linear-gradient(135deg, #7cc6ff 0, #22abdf 100%);
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.8);
}
#global-nav-alt .solution-detail__list--light {
  list-style: none;
  padding: 0;
  margin: 0.4rem 0 0.8rem;
  display: grid;
  gap: 0.3rem;
}
#global-nav-alt .solution-detail__list--light li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.85rem;
  line-height: 1.4;
  color: #f9fafb;
}
#global-nav-alt .solution-detail__list--light li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #fff;
}
#global-nav-alt .solution-detail__note {
  font-size: 0.8rem;
  color: rgba(226, 232, 240, 0.9);
  margin: 0.2rem 0 0.6rem;
}
#global-nav-alt .solution-detail__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.2rem;
  flex-wrap: wrap;
  text-align: center;
}
#global-nav-alt .solution-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.52rem 0.9rem;
  border-radius: 11px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  background: 0 0;
  transition: transform 0.14s ease-out, box-shadow 0.16s ease-out,
    background 0.16s ease-out, border-color 0.16s ease-out, color 0.16s ease-out,
    filter 0.16s ease-out;
}
#global-nav-alt .solution-btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(143, 158, 255, 0.35);
}
.solution-btn--aux {
  --aux-burgundy: 153, 27, 27;
  --aux-hot: 185, 42, 42;
  --ink: 15, 23, 42;
  color: rgba(255, 255, 255, 0.98);
  font-weight: 650;
  background: radial-gradient(
    circle at 18% 14%,
    rgba(var(--aux-hot), 0.38),
    rgba(var(--aux-burgundy), 0.26) 32%,
    rgba(var(--ink), 0.96) 72%
  );
  border: 1px solid rgba(var(--aux-hot), 0.55);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.95),
    0 0 16px rgba(var(--aux-burgundy), 0.32);
  position: relative;
  overflow: hidden;
  transform: translateY(0);
  transition: transform 0.16s ease-out, box-shadow 0.16s ease-out,
    background 0.16s ease-out, border-color 0.16s ease-out,
    filter 0.16s ease-out;
}
#global-nav-alt .solution-btn--primary::before,
.solution-btn--aux::after,
.solution-btn--aux::before {
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
  content: "";
}
.solution-btn--aux::before {
  inset: 1px;
  background: linear-gradient(
    var(--sheen-angle, 18deg),
    rgba(255, 255, 255, 0.28),
    rgba(255, 255, 255, 0.1) 35%,
    rgba(255, 255, 255, 0.02) 55%,
    rgba(255, 255, 255, 0)
  );
  opacity: 0.55;
  mix-blend-mode: screen;
}
.solution-btn--aux::after {
  inset: -6px;
  box-shadow: 0 0 0 rgba(var(--aux-hot), 0);
  transition: box-shadow 0.18s ease-out;
}
.solution-btn--aux:focus-visible,
.solution-btn--aux:hover {
  border-color: rgba(var(--aux-hot), 0.95);
  filter: saturate(1.06) brightness(1.05);
  background: radial-gradient(
    circle at 20% 12%,
    rgba(var(--aux-hot), 0.55),
    rgba(var(--aux-burgundy), 0.34) 34%,
    rgba(var(--ink), 0.98) 74%
  );
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.98),
    0 0 28px rgba(var(--aux-burgundy), 0.55), 0 0 52px rgba(var(--aux-hot), 0.3);
  transform: translateY(-2px);
}
.solution-btn--aux:focus-visible::after,
.solution-btn--aux:hover::after {
  box-shadow: 0 0 0 1px rgba(var(--aux-hot), 0.55),
    0 0 22px rgba(var(--aux-burgundy), 0.6), 0 0 48px rgba(var(--aux-hot), 0.35),
    0 0 80px rgba(var(--aux-hot), 0.22);
}
#global-nav-alt .solution-btn--primary {
  --burgundy: 140, 20, 45;
  --burgundy-hot: 190, 35, 70;
  --ink: 15, 23, 42;
  color: rgba(248, 250, 252, 0.96);
  background: radial-gradient(
    circle at 18% 14%,
    rgba(var(--burgundy-hot), 0.32),
    rgba(var(--burgundy), 0.22) 30%,
    rgba(var(--ink), 0.96) 72%
  );
  border: 1px solid rgba(var(--burgundy-hot), 0.55);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.95),
    0 0 18px rgba(var(--burgundy), 0.35);
  position: relative;
  overflow: hidden;
  transform: translateY(0);
  transition: transform 0.16s ease-out, box-shadow 0.16s ease-out,
    background 0.16s ease-out, border-color 0.16s ease-out;
}
#global-nav-alt .solution-btn--primary::before {
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, 0.09);
}
#global-nav-alt .solution-btn--primary::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: 0 0 0 rgba(var(--burgundy), 0);
  transition: box-shadow 0.18s ease-out;
}
#global-nav-alt .solution-btn--primary:focus-visible,
#global-nav-alt .solution-btn--primary:hover {
  border-color: rgba(var(--burgundy-hot), 0.95);
  color: #fff;
  background: radial-gradient(
    circle at 20% 12%,
    rgba(var(--burgundy-hot), 0.48),
    rgba(var(--burgundy), 0.3) 32%,
    rgba(var(--ink), 0.98) 74%
  );
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.98),
    0 0 32px rgba(var(--burgundy), 0.55),
    0 0 60px rgba(var(--burgundy-hot), 0.35);
  transform: translateY(-2px);
}
#global-nav-alt .solution-btn--primary:focus-visible::after,
#global-nav-alt .solution-btn--primary:hover::after {
  box-shadow: 0 0 0 1px rgba(var(--burgundy-hot), 0.55),
    0 0 26px rgba(var(--burgundy), 0.65),
    0 0 52px rgba(var(--burgundy-hot), 0.4),
    0 0 88px rgba(var(--burgundy-hot), 0.25);
}
#global-nav-alt .solution-btn--ghost {
  color: rgba(248, 250, 252, 0.95);
  background: radial-gradient(
    circle at 0 0,
    rgba(0, 168, 255, 0.22),
    rgba(15, 23, 42, 0.96) 70%
  );
  border-color: rgba(148, 163, 184, 0.45);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.9);
}
#global-nav-alt .solution-btn--ghost::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
#global-nav-alt .nav-item.has-mega > .nav-link,
#global-nav-alt .nav-item.no-mega > .nav-link {
  position: relative;
  display: inline-flex;
  border-radius: 0;
  text-shadow: none;
  font-weight: 700;
  text-transform: uppercase;
}
#global-nav-alt .solution-btn--ghost::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: 0 0 0 rgba(0, 168, 255, 0);
  transition: box-shadow 0.16s ease-out;
}
#global-nav-alt .solution-btn--ghost:focus-visible,
#global-nav-alt .solution-btn--ghost:hover {
  border-color: rgba(0, 168, 255, 0.95);
  background: radial-gradient(
    circle at 0 0,
    rgba(0, 168, 255, 0.34),
    rgba(15, 23, 42, 0.98) 72%
  );
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.95),
    0 0 18px rgba(0, 168, 255, 0.22);
  transform: translateY(-1px);
}
#global-nav-alt .solution-btn--ghost:focus-visible::after,
#global-nav-alt .solution-btn--ghost:hover::after {
  box-shadow: 0 0 14px rgba(0, 168, 255, 0.35), 0 0 26px rgba(0, 168, 255, 0.18);
}
#global-nav-alt .solution-btn:active {
  transform: translateY(0);
  filter: brightness(0.99);
}
.glass-hr--25 {
  width: 25%;
}
.glass-hr--33 {
  width: 33%;
}
.glass-hr--50 {
  width: 50%;
}
.glass-hr--66 {
  width: 66%;
}
.glass-hr--75 {
  width: 75%;
}
.glass-hr--90 {
  width: 90%;
}
.content-media-body,
.glass-hr--100,
.no-sidebar .content-main {
  width: 100%;
}
#global-nav-alt .nav-item.has-mega > .nav-link {
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  font-size: 0.82rem;
  color: #0a0a0a;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.78) 0,
    rgba(230, 230, 230, 0.45) 100%
  );
  padding: 2rem 1.1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 0 0 transparent;
  transition: background 0.22s ease-out, color 0.22s ease-out,
    box-shadow 0.22s ease-out, transform 0.2s ease-out, filter 0.22s ease-out;
}
#global-nav-alt .nav-item.has-mega > .nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.35) 0,
    rgba(255, 255, 255, 0.1) 35%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
  opacity: 1;
}
#global-nav-alt .nav-item.has-mega.mega-open > .nav-link,
#global-nav-alt .nav-item.has-mega > .nav-link.is-active,
#global-nav-alt .nav-item.has-mega > .nav-link:hover {
  color: #fff !important;
  background: linear-gradient(
    to bottom,
    rgba(60, 104, 234, 0.98) 0,
    #2d598c 50%,
    #10243d 100%
  );
  box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.55), 0 0 16px rgba(60, 104, 234, 0.55);
  transform: translateY(10px);
  filter: saturate(1.1);
}
#global-nav-alt .nav-item.has-mega.mega-open > .nav-link::before,
#global-nav-alt .nav-item.has-mega > .nav-link:hover::before {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0.12) 40%,
    rgba(0, 0, 0, 0) 100%
  );
}
#global-nav-alt .nav-item.has-mega + .nav-item.no-mega {
  margin-left: 1.5rem;
}
#global-nav-alt .nav-item.no-mega > .nav-link {
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  color: #031507;
  background: radial-gradient(
      circle at 0 0,
      rgba(255, 255, 255, 0.22),
      rgba(165, 243, 81, 0.1)
    ),
    linear-gradient(135deg, #a5f351 0, #54bb6d 40%, #15803d 100%);
  border: 1px solid rgba(190, 242, 100, 0.9);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.7), 0 0 14px rgba(165, 243, 81, 0.7);
  padding: 1.3rem 1.4rem;
  transform: translateY(30px);
  transition: background 0.2s ease-out, color 0.2s ease-out,
    box-shadow 0.2s ease-out, transform 0.16s ease-out, filter 0.2s ease-out;
  overflow: hidden;
}
#global-nav-alt .nav-item.no-mega > .nav-link::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.32) 0,
    rgba(255, 255, 255, 0.06) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0.9;
  pointer-events: none;
}
#global-nav-alt .nav-item.no-mega > .nav-link:hover {
  color: #f9fafb;
  background: radial-gradient(
      circle at 0 0,
      rgba(255, 255, 255, 0.32),
      rgba(96, 165, 250, 0.1)
    ),
    linear-gradient(
      135deg,
      rgba(60, 104, 234, 0.98) 0,
      #2d598c 45%,
      #020617 100%
    );
  box-shadow: 0 0 22px rgba(96, 165, 250, 0.85), 0 12px 30px rgba(0, 0, 0, 0.85);
  transform: translateY(16px);
  filter: saturate(1.1);
}
#global-nav-alt .nav-item.no-mega > .nav-link:active {
  transform: translateY(30px) scale(0.98);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.8), 0 0 12px rgba(59, 130, 246, 0.7);
}
#global-nav-alt .global-nav-alt__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease-out;
  z-index: 9990;
}
#global-nav-alt .global-nav-alt__overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}
#global-nav-alt .global-nav-alt__drawer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 280px;
  max-width: 78%;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: linear-gradient(
      135deg,
      #080c13 0,
      #3b7cde 65%,
      #1e3a8a 80%,
      #000 100%
    ),
    linear-gradient(
      135deg,
      rgba(15, 23, 42, 0.9) 0,
      rgba(15, 23, 42, 0.82) 40%,
      rgba(15, 23, 42, 0.78) 100%
    );
  background-blend-mode: overlay;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.8);
  transform: translateX(-110%);
  transition: transform 0.22s ease-out;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#global-nav-alt .global-nav-alt__drawer.is-open {
  transform: translateX(0);
}
#global-nav-alt .drawer__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  padding: 1rem 1rem 1.2rem;
  gap: 0.9rem;
}
#global-nav-alt .drawer__close {
  background: radial-gradient(
    circle at 0 0,
    rgba(56, 189, 248, 0.12),
    rgba(15, 23, 42, 0.55)
  );
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 10px;
  width: 38px;
  height: 38px;
  line-height: 1;
  font-size: 1.35rem;
  align-self: flex-end;
  cursor: pointer;
  color: rgba(226, 232, 240, 0.92);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.85);
  transition: transform 0.14s ease-out, box-shadow 0.16s ease-out,
    border-color 0.16s ease-out, background 0.18s ease-out;
}
#global-nav-alt .drawer__close:focus-visible,
#global-nav-alt .drawer__close:hover {
  border-color: rgba(120, 170, 255, 0.9);
  box-shadow: 0 0 10px rgba(123, 156, 255, 0.45),
    0 8px 18px rgba(15, 23, 42, 0.9);
  transform: translateY(-1px);
  outline: 0;
}
#global-nav-alt .drawer__header {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
}
#global-nav-alt .drawer__logo {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
}
#global-nav-alt .drawer__title {
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.96);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.55), 0 0 10px rgba(123, 156, 255, 0.22);
}
#global-nav-alt .drawer__contact-link,
#global-nav-alt .drawer__menu li a {
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.78);
  text-decoration: none;
}
#global-nav-alt .drawer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
#global-nav-alt .drawer__menu li a {
  display: block;
  font-size: clamp(0.82rem, 0.95vw, 0.9rem);
  letter-spacing: 0.03em;
  color: rgba(226, 232, 240, 0.96);
  padding: 0.55rem 0.85rem;
  border-radius: 9px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: radial-gradient(
    circle at 0 0,
    rgba(56, 189, 248, 0.18),
    rgba(15, 23, 42, 0.95)
  );
  transition: background 0.18s ease-out, border-color 0.18s ease-out,
    box-shadow 0.18s ease-out, transform 0.12s ease-out, color 0.18s ease-out;
}
#global-nav-alt .drawer__menu li a:focus-visible,
#global-nav-alt .drawer__menu li a:hover {
  color: #fff;
  border-color: rgba(120, 170, 255, 0.95);
  background: radial-gradient(
    circle at 0 0,
    rgba(123, 156, 255, 0.26),
    rgba(15, 23, 42, 0.96)
  );
  box-shadow: 0 0 10px rgba(123, 156, 255, 0.45),
    0 0 20px rgba(123, 156, 255, 0.22), 0 8px 18px rgba(15, 23, 42, 0.9);
  transform: translateY(-1px);
  outline: 0;
}
#global-nav-alt .drawer__divider {
  height: 1px;
  background: rgba(148, 163, 184, 0.18);
  margin: 0.25rem 0;
  list-style: none;
}
#global-nav-alt .drawer__footer {
  border-top: 1px solid rgba(148, 163, 184, 0.22);
  padding-top: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin:0 auto;
}
#global-nav-alt .drawer__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  color: rgba(226, 232, 240, 0.92);
  padding: 0.5rem 0.7rem;
  border-radius: 9px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(15, 23, 42, 0.55);
  transition: background 0.16s ease-out, border-color 0.16s ease-out,
    box-shadow 0.16s ease-out, transform 0.12s ease-out, color 0.16s ease-out;
}
#global-nav-alt .drawer__contact-link:focus-visible,
#global-nav-alt .drawer__contact-link:hover {
  color: #fff;
  border-color: rgba(120, 170, 255, 0.85);
  background: rgba(15, 23, 42, 0.72);
  box-shadow: 0 0 10px rgba(123, 156, 255, 0.35),
    0 8px 18px rgba(15, 23, 42, 0.9);
  transform: translateY(-1px);
  outline: 0;
}
#global-nav-alt .drawer-btn {
  margin-top: 0.35rem;
  align-self: flex-start;
}
.mobile-contact-modal {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: none;
  padding: 16px;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.mobile-contact-modal__panel {
  width: min(560px, 100%);
  max-height: calc(100dvh - 32px);
  margin: 0 auto;
  overflow: auto;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.45);
  background: radial-gradient(
    circle at 0 0,
    rgba(123, 156, 255, 0.2),
    rgba(15, 23, 42, 0.96)
  );
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.85);
}
.mobile-contact-modal__hdr {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(15, 23, 42, 0.92);
  z-index: 1;
}
.mobile-contact-modal__title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(248, 250, 252, 0.96);
}
.mobile-contact-modal__close {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(15, 23, 42, 0.7);
  color: rgba(248, 250, 252, 0.95);
  cursor: pointer;
}
.mobile-contact-modal__body {
  padding: 14px;
  color: rgba(226, 232, 240, 0.96);
}
body.modal-open {
  overflow: hidden;
  touch-action: none;
}
@media (max-width: 1000px) {
  #global-nav-alt .global-nav-alt__toggle {
    display: flex;
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
  }
  #global-nav-alt .global-nav-alt__left {
    flex: 1;
    justify-content: center;
  }
  #global-nav-alt .global-nav-alt__primary,
  #global-nav-alt .global-nav-alt__secondary,
  #global-nav-alt .top-contact-nav {
    display: none;
  }
  #global-nav-alt .global-nav-alt__inner {
    padding-right: 3.7rem;
  }
  #global-nav-alt .global-nav-alt__right {
    margin-left: auto;
  }
}
@media (max-width: 520px) {
  #home-hero-slider .hero-slide__heading {
    font-size: 1.4rem;
  }
  #home-hero-slider .hero-slide__cta {
    font-size: 0.7rem;
  }
  #global-nav-alt .btn-call {
    font-size: 0.68rem;
    padding: 0.42rem 0.75rem;
  }
  #global-nav-alt .global-nav-alt__inner {
    min-height: 64px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #global-nav-alt .nav-item.has-mega:hover > .nav-link {
    color: #000;
  }
}
@media (max-width: 1600px) {
  #global-nav-alt {
    --mega-offset: 0px;
  }
}
@media (max-width: 1200px) {
  #global-nav-alt .mega-panel {
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#global-nav-alt .nav-cta-buy,
#global-nav-alt .nav-cta-sell {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: clamp(0.78rem, 0.95vw, 0.9rem);
  text-shadow: none;
  transition: background 0.18s ease-out, box-shadow 0.18s ease-out,
    transform 0.12s ease-out, color 0.18s ease-out;
}
#global-nav-alt .nav-cta-buy {
  color: #04110a;
  border: 1px solid rgba(165, 243, 81, 0.85);
  background: linear-gradient(135deg, #a5f351 0, #54bb6d 40%, #0f172a 100%);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.65), 0 0 10px rgba(165, 243, 81, 0.35);
}
#global-nav-alt .nav-cta-buy:hover {
  background: linear-gradient(135deg, #c6ff7a 0, #54bb6d 35%, #1e293b 100%);
  color: #020617;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.85), 0 0 18px rgba(165, 243, 81, 0.55);
  transform: translateY(-1px);
}
#global-nav-alt .nav-cta-sell {
  color: #1f1305;
  border: 1px solid rgba(251, 191, 36, 0.9);
  background: linear-gradient(135deg, #fbbf24 0, #f59e0b 40%, #0f172a 100%);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.65), 0 0 10px rgba(250, 204, 21, 0.35);
}
#global-nav-alt .nav-cta-sell:hover {
  background: linear-gradient(135deg, #fde68a 0, #f59e0b 35%, #1e293b 100%);
  color: #020617;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.85), 0 0 18px rgba(250, 204, 21, 0.55);
  transform: translateY(-1px);
}
.rs-utility-bar {
  position: relative;
  width: 100%;
  background: radial-gradient(
    circle at top left,
    rgba(43, 105, 242, 0.78),
    rgba(10, 16, 32, 0.98)
  );
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  z-index: 1;
}
.rs-utility-bar__inner {
  width: min(100%, var(--nav-max));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.12rem 1.4rem 0.18rem;
  box-sizing: border-box;
}
.rs-utility-bar__tagline {
  font-size: 0.79rem;
  line-height: 1.2;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.78);
  font-weight: 600;
  white-space: nowrap;
}
.rs-utility-bar__right {
  display: inline-flex;
  align-items: center;
}
.rs-utility-bar__left {
  flex: 0 0 auto;
}
.rs-utility-bar__right {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  transform: translateX(-35px);
}
.rs-utility-bar__ticker {
  flex: 1 1 auto;
  min-width: 140px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0.75rem;
  box-sizing: border-box;
  margin-right: 15px;
  --ticker-w: 100%;
  --ticker-max: none;
  --ticker-h: 22px;
  --ticker-bg: rgba(15, 23, 42, 0.28);
  --ticker-border: rgba(148, 163, 184, 0.22);
  --ticker-fg: rgba(226, 232, 240, 0.86);
  --ticker-fg-strong: rgba(248, 250, 252, 0.95);
  --ticker-speed: 42s;
}
.rs-ticker__content,
.rs-ticker__track {
  display: inline-flex;
  align-items: center;
}
.rs-ticker {
  width: var(--ticker-w);
  max-width: var(--ticker-max);
}
.rs-ticker__viewport {
  position: relative;
  height: var(--ticker-h);
  overflow: hidden;
  border-radius: 0;
  background: 0 0;
  border: none;
  box-shadow: none;
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.35) 12%,
    rgba(0, 0, 0, 0.85) 22%,
    black 34%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.35) 12%,
    rgba(0, 0, 0, 0.85) 22%,
    black 34%
  );
}
.rs-ticker__viewport::after,
.rs-ticker__viewport::before {
  content: "";
  position: absolute;
  top: 0;
  width: 42px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.rs-ticker__viewport::before {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(10, 16, 32, 0.9),
    rgba(10, 16, 32, 0)
  );
}
.rs-ticker__viewport::after {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(10, 16, 32, 0.9),
    rgba(10, 16, 32, 0)
  );
}
.rs-ticker__track {
  position: absolute;
  inset: 0;
  gap: 0;
  white-space: nowrap;
  will-change: transform;
  animation: rsTickerScroll var(--ticker-speed) linear infinite;
  z-index: 1;
}
.rs-ticker__content {
  gap: 0.75rem;
  padding-left: 20px;
}
.rs-ticker__item {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--ticker-fg);
  text-transform: uppercase;
}
.rs-ticker__link {
  color: var(--ticker-fg-strong);
  text-decoration: none;
}
.rs-ticker__link:hover {
  border-bottom-color: rgba(248, 250, 252, 0.7);
}
.rs-ticker__viewport:hover .rs-ticker__track {
  animation-play-state: paused;
}
@keyframes rsTickerScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .rs-ticker__track {
    animation: none;
  }
}
.btn-call--text {
  appearance: none;
  background: 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  line-height: inherit !important;
  box-shadow: none !important;
  display: inline !important;
  font-size: 0.26rem;
  color: #a5f351 !important;
}
.btn-call--text:hover {
  text-decoration: none;
  text-underline-offset: 2px;
  color: #d9ff9a !important;
}
.rs-ticker__viewport a.btn-call--text {
  font-size: 0.9rem !important;
}
.rs-ticker__sep {
  font-size: 0.95rem;
  color: rgba(148, 163, 184, 0.55);
  opacity: 0.65;
  margin: 0 0.35rem;
  opacity: 0.45;
  letter-spacing: 0.14em;
  font-weight: 800;
}
.sidebar-heading,
.sidebar-subheading {
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.rs-utility-bar__left {
  transform: translateX(-8px);
}
.rs-utility-icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 5px;
  border: 1px solid rgba(143, 158, 255, 0.55);
  background: linear-gradient(135deg, #1e57c2 0, #4b5fd6 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45), 0 0 10px rgba(123, 140, 255, 0.45);
  transition: transform 0.14s ease-out, box-shadow 0.16s ease-out,
    border-color 0.16s ease-out, background 0.2s ease-out, color 0.2s ease-out;
}
.rs-utility-icon i {
  line-height: 1;
}
.rs-utility-icon:hover {
  transform: translateY(-1px);
  border-color: rgba(143, 158, 255, 0.75);
  background: linear-gradient(135deg, #8f9eff 0, #7b8cff 100%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.55), 0 0 16px rgba(143, 158, 255, 0.6);
  color: #fff;
}
.rs-utility-icon--chat {
  border-color: rgba(56, 189, 248, 0.8);
  background: radial-gradient(
    circle at 30% 10%,
    rgba(56, 189, 248, 0.35),
    rgba(15, 23, 42, 0.98)
  );
  border-radius: 999px;
  outline: 0;
  border-width: 1px;
}
#contact-modal.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}
#contact-modal .contact-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
#contact-modal .contact-modal__dialog {
  position: relative;
  max-width: 960px;
  margin: 5vh auto;
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
  background: radial-gradient(
    circle at top left,
    #1f2937 0,
    #020617 55%,
    #020617 100%
  );
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.8),
    0 0 0 1px rgba(148, 163, 184, 0.35);
  color: #e5e7eb;
}
#contact-modal .contact-modal__close {
  position: absolute;
  top: 0.55rem;
  right: 0.6rem;
  background: 0 0;
  border: none;
  color: #e5e7eb;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.2rem;
  z-index: 2;
  opacity: 0.85;
}
#contact-modal .contact-modal__close:hover {
  opacity: 1;
}
#contact-modal .contact-modal__content {
  display: grid;
  grid-template-columns: minmax(230px, 280px) minmax(0, 1fr);
  gap: 1.25rem;
  padding: 1.4rem 1.6rem 1.6rem;
}
#contact-modal .contact-modal__info-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#contact-modal .contact-modal__info-card {
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.95),
    rgba(15, 23, 42, 0.8)
  );
  border-radius: 14px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(148, 163, 184, 0.6);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
}
#contact-modal .contact-modal__info-card--location {
  margin-top: auto;
}
#contact-modal .contact-modal__info-title {
  font-size: 0.98rem;
  font-weight: 600;
  margin: 0 0 0.35rem;
  color: #f9fafb;
}
#contact-modal .contact-modal__info-text {
  font-size: 0.82rem;
  line-height: 1.5;
  margin: 0 0 0.75rem;
  color: rgba(226, 232, 240, 0.95);
}
#contact-modal .contact-modal__info-block {
  margin-bottom: 0.55rem;
}
#contact-modal .contact-modal__info-label {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(148, 163, 184, 0.9);
  margin-bottom: 0.05rem;
}
#contact-modal .contact-modal__info-value {
  font-size: 0.86rem;
  line-height: 1.4;
  color: #f9fafb;
}
#contact-modal .contact-modal__info-footnote {
  font-size: 0.76rem;
  color: rgba(148, 163, 184, 0.95);
  margin: 0.45rem 0 0;
}
#contact-modal .contact-modal__chat-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.42rem 0.95rem;
  font-size: 0.8rem;
  border: 1px solid rgba(56, 189, 248, 0.9);
  background: radial-gradient(
    circle at top left,
    #22abdf 0,
    #0ea5e9 45%,
    #0369a1 100%
  );
  color: #0b1120;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(8, 47, 73, 0.9);
  margin-top: 0.15rem;
}
#contact-modal .contact-modal__chat-btn:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}
#contact-modal .contact-modal__form-column {
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.96),
    rgba(15, 23, 42, 0.9)
  );
  border-radius: 16px;
  padding: 1.1rem 1.25rem 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.7);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.7);
}
#contact-modal .contact-modal__heading {
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
  color: #f9fafb;
}
#contact-modal .contact-modal__intro {
  margin: 0 0 0.9rem;
  font-size: 0.82rem;
  color: rgba(209, 213, 219, 0.98);
}
#contact-modal .contact-modal__form,
#rs-home-tabs .rs-avail-row,
.content-media figure {
  margin: 0;
}
#contact-modal .field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}
#contact-modal .field-group {
  position: relative;
  margin-bottom: 0.8rem;
  border: none;
}
#contact-modal .field-group--full {
  grid-column: 1/-1;
}
#contact-modal .field-group label {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 0.15rem;
  color: rgba(209, 213, 219, 0.9);
}
#contact-modal .field-group input,
#contact-modal .field-group textarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 9px;
  border: 1px solid rgba(75, 85, 99, 0.95);
  padding: 0.42rem 0.6rem;
  font-size: 0.82rem;
  background: radial-gradient(
    circle at top left,
    rgba(15, 23, 42, 0.96),
    rgba(15, 23, 42, 0.92)
  );
  color: #f9fafb;
  outline: 0;
  transition: border-color 0.16s ease-out, box-shadow 0.16s ease-out,
    background 0.16s ease-out;
}
#contact-modal .field-group textarea {
  resize: vertical;
  min-height: 90px;
}
#contact-modal .field-group input::placeholder,
#contact-modal .field-group textarea::placeholder {
  color: rgba(148, 163, 184, 0.9);
}
#contact-modal .field-group input:focus,
#contact-modal .field-group textarea:focus {
  border-color: #22abdf;
  box-shadow: 0 0 0 1px rgba(34, 171, 223, 0.65);
  background: radial-gradient(
    circle at top left,
    rgba(15, 23, 42, 0.98),
    rgba(15, 23, 42, 0.94)
  );
}
#contact-modal .field-group.has-error input,
#contact-modal .field-group.has-error textarea {
  border-color: #f97373;
  box-shadow: 0 0 0 1px rgba(248, 113, 113, 0.75);
}
#contact-modal .field-error {
  display: block;
  font-size: 0.7rem;
  color: #fecaca;
  margin-top: 0.15rem;
}
#contact-modal .contact-modal__actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.3rem;
}
#contact-modal .contact-modal__submit-btn {
  cursor: pointer;
}
#contact-modal .contact-modal__confirmation {
  margin-top: 0.6rem;
  font-size: 0.78rem;
  color: #bbf7d0;
}
#contact-modal .contact-modal__form.is-submitting .contact-modal__submit-btn {
  opacity: 0.7;
  pointer-events: none;
}
@media (max-width: 768px) {
  .splash-hero {
    top: 70px;
    height: calc(100vh - 70px);
    padding: 1.8rem 1.25rem 2.2rem;
  }
  .splash-hero__inner {
    text-align: left;
  }
  .splash-hero__ctas {
    flex-direction: column;
    align-items: flex-start;
  }
  .splash-cta {
    width: 100%;
    justify-content: center;
  }
  body {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  h1 {
    font-size: 1.9rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  #contact-modal .contact-modal__dialog {
    margin: 6vh 1rem;
    border-radius: 14px;
  }
  #contact-modal .contact-modal__content {
    grid-template-columns: 1fr;
    padding: 1.1rem 1.1rem 1.3rem;
  }
  #contact-modal .contact-modal__info-card--location {
    margin-top: 0;
  }
  #contact-modal .field-row {
    grid-template-columns: 1fr;
  }
}
.field-group--select > .select-label {
  display: none !important;
  margin-bottom: 0.35rem;
  font-weight: 600;
  font-size: 0.85rem;
  opacity: 0.9;
}
.field-group--select.has-value > .select-label {
  display: block !important;
}
.field-group--select select option[value=""] {
  color: #777;
}
.content-layout-section {
  padding: 0 1.5rem;
  color: #e5ecff;
}
.content-layout-inner {
  width: min(100%, 1800px);
  margin: 0 auto;
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.9) 0,
    rgba(15, 23, 42, 0.84) 40%,
    rgba(15, 23, 42, 0.8) 100%
  );
  border-radius: 1px;
  border: 1px solid rgba(148, 163, 184, 0.45);
  box-shadow: 0 0 6px rgba(41, 102, 238, 0.7), 0 0 12px rgba(41, 102, 238, 0.25);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  padding: 2.4rem 2.6rem;
  box-sizing: border-box;
}




.content-sidebar {
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: linear-gradient(
      135deg,
      #080c13 0,
      #3b7cde 65%,
      #1e3a8a 80%,
      #000 100%
    ),
    linear-gradient(
      135deg,
      rgba(15, 23, 42, 0.9) 0,
      rgba(15, 23, 42, 0.82) 40%,
      rgba(15, 23, 42, 0.78) 100%
    );
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.8);
  padding: 1.6rem 1.4rem 1.5rem;
}
.sidebar-heading {
  margin: 0 0 0.5rem;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  color: #9aff4a;
}
.sidebar-intro {
  margin: 0 0 1rem;
  font-size: clamp(0.85rem, 1vw, 0.95rem);
  color: rgba(227, 244, 211, 0.96);
}
.sidebar-links {
  margin-top: 1.1rem;
}
.sidebar-subheading {
  margin: 0 0 0.3rem;
  font-size: clamp(0.82rem, 0.95vw, 0.9rem);
  color: rgba(182, 241, 107, 0.9);
}
.sidebar-links ul,
.site-footer .footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-links li + li {
  margin-top: 0.3rem;
}
.sidebar-btn,
.sidebar-links a {
  display: block;
  text-decoration: none;
  font-size: clamp(0.82rem, 0.95vw, 0.9rem);
  color: rgba(227, 244, 211, 0.96);
  padding: 0.4rem 0.55rem;
  border-radius: 9px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: radial-gradient(
    circle at 0 0,
    rgba(56, 189, 248, 0.22),
    rgba(15, 23, 42, 0.95)
  );
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.85);
  transition: background 0.18s ease-out, border-color 0.18s ease-out,
    box-shadow 0.18s ease-out, transform 0.12s ease-out, color 0.18s ease-out;
}
.sidebar-btn:hover,
.sidebar-links a:hover {
  color: #b6f16b;
  border-color: #78aaff;
  background: radial-gradient(
    circle at 0 0,
    rgba(123, 156, 255, 0.28),
    rgba(15, 23, 42, 0.96)
  );
  box-shadow: 0 0 8px rgba(123, 156, 255, 0.55),
    0 0 16px rgba(123, 156, 255, 0.25);
  transform: translateY(-1px);
}
.sidebar-meta {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.72em;
  color: rgba(191, 219, 254, 0.85);
}
.sidebar-note {
  margin-top: 1.2rem;
  padding-top: 0.6rem;
  border-top: 1px solid rgba(148, 163, 184, 0.45);
}
.sidebar-note p {
  margin: 0;
  font-size: clamp(0.78rem, 0.9vw, 0.85rem);
  color: rgba(227, 244, 211, 0.95);
}
.content-main,
.content-split-text {
  color: #e5ecff;
}
.content-main-header h1 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.75rem, 2.7vw, 2.35rem);
  line-height: 1.1;
  color: #cfffbc !important;
}
#rs-home-tabs .rs-buyback__bullets li,
#rs-home-tabs .rs-overview__list li {
  margin: 0.35rem 0;
}
.lead-intro {
  color: rgba(226, 232, 240, 0.96);
}
.content-block + .content-block {
  margin-top: 1.8rem;
}
.content-block h2 {
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
}
.content-block h3 {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}
.content-block p {
  font-size: clamp(0.9rem, 1.1vw, 0.98rem);
  color: rgba(226, 232, 240, 0.95);
}
.content-key-points,
.content-steps {
  list-style: none;
  counter-reset: step;
  padding: 0;
}
.content-key-points li + li,
.content-steps li + li {
  margin-top: 0.25rem;
}
.content-steps li {
  counter-increment: step;
  position: relative;
  padding-left: 2.55rem;
  margin: 0.35rem 0;
  line-height: 1.65;
}
.content-steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 1.25rem;
  height: 1.25rem;
  display: grid;
  place-items: center;
  font-size: 0.78rem;
  font-weight: 850;
  color: rgba(165, 243, 81, 0.92);
  border-radius: 6px;
  background: linear-gradient(
    145deg,
    rgba(102, 241, 107, 0.38),
    rgba(15, 23, 42, 0.96)
  );
  border: 1px solid rgba(165, 243, 81, 0.26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 3px 7px rgba(15, 23, 42, 0.75), 0 0 7px rgba(165, 243, 81, 0.14);
}
.content-steps li strong {
  color: #b6f16b;
}
.content-split-section {
  padding: clamp(2rem, 5vw, 3rem) 1.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  background: 0 0;
}
.content-split-inner {
  width: min(100%, 1800px);
  margin: 0 auto;
  padding-right: 3.5rem;
  padding-left: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}
.content-split-text h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.6rem);
  margin: 0 0 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.content-split-text p {
  font-size: clamp(0.9rem, 1.2vw, 1.1rem);
  line-height: 1.65;
  margin: 0 0 1rem;
  color: rgba(226, 232, 240, 0.92);
}
.content-split-image {
  width: 100%;
  height: 100%;
}
.content-split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
}
.content-media-row.reverse .content-media-body,
.content-split-section.alt .content-split-image {
  order: 1;
}
.content-media-row.reverse .content-media,
.content-split-section.alt .content-split-text {
  order: 2;
}
.content-icons-section {
  padding: clamp(2.5rem, 5vw, 5rem) 1.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  background: 0 0;
}
.content-icons-inner {
  width: min(100%, 1800px);
  margin: 0 auto;
}
.content-icons-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto clamp(2rem, 3vw, 2.5rem);
}
.content-icons-header h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.8rem);
  margin: 0 0 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.content-icons-subtitle {
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  line-height: 1.7;
  color: rgba(226, 232, 240, 0.92);
  margin: 0;
}
.content-icons-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1.2rem, 2vw, 1.8rem);
  margin-bottom: clamp(2rem, 3vw, 2.5rem);
}
.content-icon {
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-icon img {
  display: block;
  width: clamp(48px, 6vw, 80px);
  height: auto;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.55));
}
.content-icons-body {
  max-width: 980px;
  margin: 0 auto;
}
.content-icons-body h3 {
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  margin: 0 0 0.8rem;
  font-weight: 600;
}
.content-icons-body p {
  font-size: clamp(0.92rem, 1.15vw, 1.03rem);
  line-height: 1.7;
  color: rgba(226, 232, 240, 0.95);
  margin: 0 0 0.9rem;
}
@media (max-width: 720px) {
  #global-nav-alt .mega-panel__inner {
    display: block;
    border-radius: 0;
  }
  #global-nav-alt .mega-divider,
  .rs-utility-bar {
    display: none;
  }
  #global-nav-alt .mega-col--left,
  #global-nav-alt .mega-col--right {
    width: 100%;
  }
  .content-icons-body,
  .content-icons-header {
    text-align: left;
  }
  .content-icons-row {
    gap: 1rem;
  }
}
.content-layout-lower {
  width: min(100%, 1800px);
  margin: 0 auto;
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.9) 0,
    rgba(15, 23, 42, 0.84) 40%,
    rgba(15, 23, 42, 0.8) 100%
  );
  border-radius: 1px;
  border-left: 1px solid rgba(148, 163, 184, 0.45);
  border-right: 1px solid rgba(148, 163, 184, 0.45);
  border-bottom: 1px solid rgba(148, 163, 184, 0.45);
  border-top: none;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.85), 0 0 0 1px rgba(15, 23, 42, 0.9);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  padding: 2.4rem 2.6rem;
  box-sizing: border-box;
}
.content-layout-grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.95fr) minmax(0, 2.05fr);
  gap: 2.5rem;
  align-items: flex-start;
}
@media (max-width: 960px) {
  .content-layout-lower {
    padding: 2rem 1.6rem;
  }
  .content-layout-grid {
    grid-template-columns: 1fr;
  }
  .content-sidebar {
    order: 2;
  }
  .content-main {
    order: 1;
  }
}
@media (max-width: 640px) {
  .content-layout-lower {
    padding: 1.7rem 1.3rem 1.8rem;
    border-radius: 12px;
  }
}
.content-main {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 0 1.25rem 2.5rem;
  box-sizing: border-box;
}
.content-main-header {
  margin: 1.25rem 0 0.75rem;
}
.eyebrow-label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin: 0 0 0.5rem;
  font-size: clamp(0.7rem, 0.85vw, 0.8rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(191, 219, 254, 0.9);
  opacity: 0.95;
}
.content-main h1 {
  margin: 0 0 0.75rem;
  line-height: 1.15;
  color: #1c85ed;
}
.lead-intro {
  margin: 0;
  line-height: 1.7;
  font-size: 1.05rem;
  max-width: none;
}
.content-block,
.content-block.content-block--stacked {
  margin: 1.75rem 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(148, 163, 184, 0.22);
}
.content-block h2 {
  margin: 0 0 0.75rem;
  line-height: 1.2;
  color: rgba(165, 243, 81, 0.9);
}
.content-block h3 {
  margin: 1rem 0 0.65rem;
  line-height: 1.25;
  color: #cfffbc;
}
.content-block p {
  margin: 0 0 0.9rem;
  line-height: 1.7;
  max-width: none;
}
.content-key-points,
.content-steps {
  margin: 0.75rem 0 0;
}


/* Restore UL behavior */
.content-key-points{
  list-style: none;
  padding: 0;
}

/* Bullet container */
.content-key-points li{
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.65;
}

/* Custom electric bullet */
.content-key-points li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;

  width: 8px;
  height: 8px;
  border-radius: 50%;

  background: radial-gradient(
    circle,
  #64C667 0%,
  #64C667 60%,
  transparent 100%
  );

  box-shadow:
  0 0 8px rgba(100,198,103,0.9),
  0 0 16px rgba(100,198,103,0.5);
}



.content-media-row{
  display: grid;
  grid-template-columns: clamp(240px, 34%, 420px) minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.6rem);
  align-items: stretch;
  margin-top: 0.45rem;
}

.content-media-row.reverse{
  grid-template-columns: minmax(0, 1fr) clamp(240px, 34%, 420px);
}

/* Let the media column size itself */
.content-media{
  width: 100%;
}


.content-media figure{
  margin: 0;
  position: relative;
  border-radius: 18px;
  overflow: cover;

  /* “frame” */
  background:
    radial-gradient(120% 120% at 10% 0%,
      rgba(56, 189, 248, 0.14),
      rgba(15, 23, 42, 0.92));
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(15, 23, 42, 0.65) inset;
}

/* “Glow edge” accent */
.content-media figure::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: 20px;
  pointer-events:none;
  background: conic-gradient(
    from 215deg,
    rgba(165, 243, 81, 0.0),
    rgba(165, 243, 81, 0.22),
    rgba(56, 189, 248, 0.18),
    rgba(165, 243, 81, 0.0)
  );
  opacity: 0.55;
  filter: blur(10px);
}


.content-media img{
  width: 100%;
  aspect-ratio: 4 / 5;          /* change to 3/4 or 1/1 if you prefer */
  height: auto;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
}

/* Soft readability overlay at bottom of image */
.content-media figure::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height: 42%;
  background: linear-gradient(
    to top,
    rgba(15, 23, 42, 0.90),
    rgba(15, 23, 42, 0.0)
  );
  pointer-events:none;
}

.content-media figcaption{
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.75rem;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.35;
  color: rgba(226, 232, 240, 0.92);
  text-shadow: 0 10px 28px rgba(0,0,0,0.55);
}

.content-faq h2,
.content-faq h3 {
  margin: 0 0 0.45rem;
  font-size: 1.12rem;
  line-height: 1.35;
  font-weight: 600;
}
.content-media-body li,
.content-media-body p {
  max-width: 60ch;
}
.content-media-body .content-steps {
  max-width: 62ch;
}
.content-block.content-block--stacked > h2 {
  margin: 0 0 0.9rem;
  line-height: 1.2;
}
.content-block.content-block--stacked .content-block-media {
  width: 100%;
  margin: 0 0 1rem;
}
.content-block.content-block--stacked .content-block-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  object-fit: cover;
}
@media (min-width: 861px) {
  .content-block.content-block--stacked .content-block-media img {
    max-height: 100px;
    object-fit: cover;
  }
}
.content-faq .faq-item {
  padding: 1rem 0;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}
.content-faq .faq-item:first-of-type {
  border-top: none;
  padding-top: 0.25rem;
}
.content-faq h2 {
  color: rgba(165, 243, 81, 0.9);
}
.content-faq h3 {
  color: #cfffbc;
}
.content-faq .faq-item p {
  margin: 0 0 0.9rem;
  line-height: 1.7;
  color: inherit;
}
.cisco-action-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 2rem 0;
  flex-wrap: wrap;
}
.btn-cta,
.site-footer .footer-chat-btn {
  display: inline-flex;
  align-items: center;
}
.btn-cta {
  justify-content: center;
  min-width: 120px;
  padding: 0.55rem 1.4rem;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s,
    transform 0.15s;
}
.btn-buy,
.btn-sell {
  background: 0 0;
  color: #7ac4ff;
  border-color: #7ac4ff;
}
.btn-cta:hover {
  transform: translateY(-1px);
}
.btn-buy:focus-visible,
.btn-buy:hover {
  background-color: rgba(143, 227, 178, 0.12);
  box-shadow: 0 12px 28px rgba(43, 105, 242, 0.55);
}
.btn-sell:focus-visible,
.btn-sell:hover {
  background-color: rgba(43, 105, 242, 0.08);
  box-shadow: 0 8px 20px rgba(43, 105, 242, 0.25);
}
.btn-cta:active {
  transform: translateY(0);
  box-shadow: none;
}
footer {
  padding-top: 0 !important;
}
.site-footer {
  background: 0 0;
  padding: 3rem 1.5rem 2rem;
  color: #e5ecff;
  font-size: 0.86rem;
}
.site-footer .footer-glass {
  width: min(100%, var(--nav-max, 1800px));
  margin: 0 auto;
  background: linear-gradient(
      135deg,
      #6fa8ff 0,
      #3b7cde 25%,
      #1e3a8a 60%,
      #000 100%
    ),
    linear-gradient(
      135deg,
      rgba(15, 23, 42, 0.9) 0,
      rgba(15, 23, 42, 0.82) 40%,
      rgba(15, 23, 42, 0.78) 100%
    );
  background-blend-mode: overlay;
  border-radius: 0;
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 0 6px rgba(41, 102, 238, 0.7), 0 0 12px rgba(41, 102, 238, 0.25);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  padding: 2.2rem 2.5rem 1.6rem;
  box-sizing: border-box;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.1fr;
  gap: 2rem;
  align-items: flex-start;
}
.site-footer .footer-col--brand {
  max-width: 360px;
}
.site-footer .footer-logo {
  max-width: 180px;
  height: auto;
  display: block;
  margin-bottom: 0.75rem;
}
.site-footer .footer-blurb {
  margin: 0 0 1.3rem;
  color: rgba(226, 232, 240, 0.92);
  line-height: 1.5;
}
.site-footer .footer-heading {
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #e5ecff;
  margin: 0 0 0.6rem;
}
.rs-chat-btn,
.site-footer .footer-chat-btn {
  background: radial-gradient(
    circle at 0 0,
    rgba(56, 189, 248, 0.22),
    rgba(15, 23, 42, 0.9)
  );
  color: #e5f0ff;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.8);
}
.site-footer .footer-chat-btn {
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.8);
  padding: 0.5rem 1.2rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.12s ease-out, box-shadow 0.12s ease-out,
    background 0.15s ease-out, border-color 0.15s ease-out;
}
.rs-chat-btn,
.site-footer .footer-chat-btn-g {
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 1.2rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: transform 0.12s ease-out, box-shadow 0.12s ease-out,
    background 0.15s ease-out, border-color 0.15s ease-out;
  display: inline-flex;
  cursor: pointer;
  text-transform: uppercase;
}
.rs-chat-btn:hover,
.site-footer .footer-chat-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px #0f172a;
  border-color: rgba(125, 211, 252, 0.95);
  background: radial-gradient(
    circle at 0 0,
    rgba(56, 189, 248, 0.32),
    rgba(15, 23, 42, 0.92)
  );
}
.site-footer .footer-chat-btn-g {
  position: relative;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(165, 243, 81, 0.65);
  background: radial-gradient(
    circle at 0 0,
    rgba(165, 243, 81, 0.28),
    rgba(15, 23, 42, 0.92)
  );
  color: #f3ffe8;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.85),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.site-footer .footer-chat-btn-g:hover {
  transform: translateY(-1px);
  border-color: rgba(140, 255, 190, 0.95);
  background: radial-gradient(
    circle at 0 0,
    rgba(150, 255, 200, 0.34),
    rgba(15, 23, 42, 0.94)
  );
  box-shadow: 0 10px 26px #0f172a, 0 0 18px rgba(120, 255, 185, 0.28),
    0 0 40px rgba(120, 255, 185, 0.14);
}
.site-footer .footer-chat-btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(143, 158, 255, 0.35);
}
.rs-chat-btn {
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.8);
  text-decoration: none;
}
.footer-accordion__summary,
.site-footer .footer-links a {
  font-size: 0.84rem;
  line-height: 1.25;
  color: rgba(209, 213, 219, 0.96);
}
.rs-chat-btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(143, 158, 255, 0.35);
}
.rs-chat-btn::after,
.site-footer .footer-chat-btn::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  margin-left: 10px;
  white-space: nowrap;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(3, 7, 15, 0.92);
  border: 1px solid rgba(143, 158, 255, 0.35);
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.82rem;
  line-height: 1.2;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.55),
    0 0 16px rgba(143, 158, 255, 0.25);
  opacity: 0;
  pointer-events: none;
  transform: translateY(0);
  transition: opacity 0.18s, transform 0.18s;
}
.footer-accordion__summary:hover,
.site-footer .footer-links a:hover {
  color: #f9fafb;
  text-shadow: 0 0 10px rgba(56, 189, 248, 0.65);
  transform: translateX(1px);
}
.rs-chat-btn .rs-chat-dot,
.site-footer .footer-chat-dot {
  transition: background 0.25s, box-shadow 0.25s, transform 0.25s;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  display: inline-block;
}
.rs-chat-btn[data-tooltip]:focus-visible::after,
.rs-chat-btn[data-tooltip]:hover::after,
.site-footer .footer-chat-btn[data-tooltip]:focus-visible::after,
.site-footer .footer-chat-btn[data-tooltip]:hover::after {
  opacity: 1;
  transform: translateY(-2px);
}
.rs-chat-btn.tooltip-left::after {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: 10px;
}
.rs-chat-btn .rs-chat-dot:not(.is-online):not(.is-after-hours),
.site-footer .footer-chat-dot:not(.is-online):not(.is-after-hours) {
  background: #4ade80;
  box-shadow: 0 0 10px rgba(74, 222, 128, 0.9);
}
.rs-chat-btn .rs-chat-dot.is-online,
.site-footer .footer-chat-dot.is-online {
  background: #4ade80;
  box-shadow: 0 0 10px rgba(74, 222, 128, 0.9);
  animation: 1.8s ease-in-out infinite rsChatDotPulse;
  transform-origin: center;
}
.rs-chat-btn .rs-chat-dot.is-after-hours,
.site-footer .footer-chat-dot.is-after-hours {
  background: #ef4444;
  box-shadow: 0 0 10px rgba(239, 68, 68, 0.85);
  animation: none;
}
@keyframes rsChatDotPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(74, 222, 128, 0.65);
  }
  50% {
    transform: scale(1.22);
    box-shadow: 0 0 18px #4ade80;
  }
}
.footer-hr {
  border: none;
  height: 1px;
  width: 75%;
  margin-left: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.45) 0,
    rgba(255, 255, 255, 0.25) 40%,
    rgba(255, 255, 255, 0.05) 85%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 999px;
  -webkit-backdrop-filter: blur(8px);
}
.site-footer .footer-links li + li {
  margin-top: 0.2rem;
}
.site-footer .footer-links a {
  text-decoration: none;
  transition: color 0.15s ease-out, text-shadow 0.15s ease-out,
    transform 0.12s ease-out;
}
.footer-accordion {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.footer-accordion__summary {
  cursor: pointer;
  user-select: none;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 500;
  padding: 0.2rem 0;
  transition: font-size 0.18s, font-weight 0.18s, color 0.18s, text-shadow 0.18s;
}
.footer-accordion__summary::-webkit-details-marker {
  display: none;
}
.footer-accordion__summary::after {
  content: "\25B8";
  font-size: 0.95em;
  opacity: 0.85;
  transition: transform 0.18s, opacity 0.18s;
}
.footer-accordion__details[open] > .footer-accordion__summary {
  font-size: 0.95rem;
  font-weight: 700;
  color: #f9fafb;
  text-shadow: 0 0 10px rgba(56, 189, 248, 0.45);
}
.footer-accordion__details[open] > .footer-accordion__summary::after {
  transform: rotate(90deg);
  opacity: 1;
}
.footer-accordion__sublist {
  list-style: none;
  padding-left: 0.9rem;
  margin: 0.25rem 0 0.6rem;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-accordion__sublist li {
  padding: 0.25rem 0;
}
.footer-accordion__sublist a {
  font-size: 0.82rem;
  opacity: 0.95;
}
.site-footer .footer-col--contact {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.site-footer .footer-contact-card {
  margin-top: 0.8rem;
  margin-bottom: 1rem;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: radial-gradient(
    circle at 0 0,
    rgba(30, 64, 175, 0.5),
    rgba(15, 23, 42, 0.9)
  );
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.9);
}
.site-footer .footer-contact-card h5 {
  margin: 0 0 0.4rem;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #e5ecff;
}
.site-footer .footer-contact-line {
  margin: 0 0 0.25rem;
  color: rgba(226, 232, 240, 0.95);
  font-size: 0.82rem;
}
.site-footer .footer-contact-card a {
  color: #7dd3fc;
  text-decoration: none;
}
.site-footer .footer-contact-card a:hover {
  color: #e0f2fe;
  text-shadow: 0 0 8px rgba(125, 211, 252, 0.8);
}
.footer-action-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.2rem 0;
  max-width: 300px;
}
.footer-btn,
.footer-btn-join {
  display: block;
  padding: 0.45rem 0.75rem;
  font-size: clamp(0.82rem, 0.95vw, 0.92rem);
  letter-spacing: 0.04em;
  transition: background 0.18s ease-out, border-color 0.18s ease-out,
    box-shadow 0.18s ease-out, transform 0.12s ease-out, color 0.18s ease-out;
  font-weight: 600;
  color: rgba(226, 232, 240, 0.96);
  text-decoration: none;
  text-align: center;
}
.footer-btn {
  border-radius: 9px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: radial-gradient(
    circle at 0 0,
    rgba(56, 189, 248, 0.22),
    rgba(15, 23, 42, 0.95)
  );
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.85);
}
.footer-btn:hover {
  color: #fff;
  border-color: rgba(120, 170, 255, 0.95);
  background: radial-gradient(
    circle at 0 0,
    rgba(143, 168, 255, 0.34),
    rgba(15, 23, 42, 0.97)
  );
  box-shadow: 0 0 18px rgba(143, 168, 255, 0.6);
  transform: translateY(-1px);
}
.footer-btn-join {
  border-radius: 9px;
  border: 1px solid rgba(120, 220, 160, 0.55);
  background: radial-gradient(
    circle at 0 0,
    rgba(110, 255, 175, 0.18),
    rgba(15, 23, 42, 0.96)
  );
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.85),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.footer-btn-join:hover {
  color: #fff;
  border-color: rgba(130, 255, 185, 0.95);
  background: radial-gradient(
    circle at 0 0,
    rgba(140, 255, 190, 0.32),
    rgba(15, 23, 42, 0.97)
  );
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.9),
    0 0 18px rgba(110, 255, 175, 0.28), 0 0 42px rgba(110, 255, 175, 0.14);
  transform: translateY(-1px);
}
.footer-btn--quote {
  border-color: rgba(123, 156, 255, 0.65);
}
.footer-btn--support {
  border-color: rgba(96, 165, 250, 0.55);
}
.footer-btn--rma {
  border-color: rgba(186, 200, 255, 0.55);
}
.footer-btn--join {
  border-color: rgba(120, 220, 160, 0.55);
}
.site-footer .footer-bottom-row {
  border-top: 1px solid rgba(148, 163, 184, 0.35);
  margin-top: 2rem;
  padding-top: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.78rem;
  color: rgba(156, 163, 175, 0.95);
}
.site-footer .footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.site-footer .footer-bottom-links a {
  color: rgba(191, 219, 254, 0.9);
  text-decoration: none;
}
.site-footer .footer-bottom-links a:hover {
  color: #eff6ff;
}
.site-footer .footer-sep {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .site-footer .footer-grid {
    grid-template-columns: 1.3fr 1fr 1.1fr;
  }
}
@media (max-width: 860px) {
  .content-media-row,
  .content-media-row.reverse {
    grid-template-columns: 1fr;
  }
  .content-media {
    width: 100%;
    max-width: 420px;
  }
  .content-media img{
    aspect-ratio: 16 / 9;
  }
  .content-media figcaption{
    position: static;
    padding: 0.75rem 0.9rem 0.9rem;
    text-shadow: none;
  }
  .content-media figure::after{
    display:none;
  }
  .content-media-body .content-steps,
  .content-media-body li,
  .content-media-body p {
    max-width: none;
  }
  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 2.2rem;
  }
  .site-footer .footer-col--brand {
    grid-column: 1/-1;
  }
}
@media (max-width: 620px) {
  .rs-value-strip__grid,
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }
  .site-footer .footer-glass {
    padding: 1.7rem 1.4rem 1.4rem;
    border-radius: 0.75rem;
  }
  .site-footer .footer-bottom-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 700px) {
  footer {
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}
.region {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 2.5rem 0 0.5rem;
  padding-left: 3rem;
  position: relative;
  font-size: 1.35rem;
  line-height: 1.2;
}
.region::before {
  content: "";
  position: absolute;
  left: 0;
  width: 36px;
  height: 36px;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.region-uk::before {
  background-image: url("i/uk-ireland.jpg");
}
.region-dach::before {
  background-image: url("i/central-europe.jpg");
}
.region-france::before {
  background-image: url("i/france.jpg");
}
.region-italy::before {
  background-image: url("i/italy.jpg");
}
.region-spain::before {
  background-image: url("i/spain.jpg");
}
.region + p {
  margin-top: 0.5rem;
}
.region ~ p {
  max-width: 85ch;
  margin-left: 3rem;
}
.region-row {
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 1.5rem;
  align-items: start;
  margin: 2.25rem 0;
  padding: 1.25rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
}
.region-row h3 {
  margin: 0 0 0.6rem;
}
.region-row p {
  margin: 0.6rem 0;
  max-width: 85ch;
}
.region-media {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.region-media img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 900px) {
  .content-split-inner {
    grid-template-columns: 1fr;
    text-align: left;
    padding-right: 0;
  }
  .content-split-image img {
    border-radius: 12px;
    max-height: 440px;
  }
  .region-row {
    grid-template-columns: 1fr;
  }
  .region-media {
    justify-content: flex-start;
    order: -1;
  }
}
#home-hero-slider .hero-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 5;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
}
#home-hero-slider .hero-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.18);
  cursor: pointer;
  padding: 0;
  outline: 0;
  transition: transform 0.12s ease-out, background 0.12s ease-out,
    border 0.12s ease-out;
}
#home-hero-slider .hero-dot:hover {
  background: rgba(255, 255, 255, 0.35);
  transform: scale(1.12);
}
#home-hero-slider .hero-dot.is-active {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.95);
  transform: scale(1.2);
}
#home-hero-slider .hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(8, 12, 18, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 18px rgba(43, 124, 255, 0.25);
  cursor: pointer;
  transition: transform 0.18s, box-shadow 0.18s, background 0.18s, border 0.18s;
}
#contact-chat-btn.contact-modal__chat-btn,
.contact-form__submit,
.contact-modal__submit-btn {
  transition: background 0.18s ease-out, border-color 0.18s ease-out,
    box-shadow 0.18s ease-out, transform 0.12s ease-out, color 0.18s ease-out;
  cursor: pointer;
}
#home-hero-slider .hero-arrow svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#home-hero-slider .hero-arrow--prev:hover {
  transform: translate(-3px, -50%);
}
#home-hero-slider .hero-arrow--next:hover {
  transform: translate(3px, -50%);
}
#home-hero-slider .hero-arrow:hover {
  background: rgba(10, 15, 22, 0.65);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 26px rgba(43, 124, 255, 0.45);
}
#home-hero-slider .hero-arrow--prev {
  left: 14px;
}
#home-hero-slider .hero-arrow--next {
  right: 14px;
}
.contact-modal__dialog {
  max-height: 92vh;
}
.contact-modal__content {
  max-height: 92vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
#contact-chat-btn.contact-modal__chat-btn,
.contact-modal__submit-btn {
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 44px;
  font-family: inherit;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.85),
    0 0 0 1px rgba(15, 23, 42, 0.85);
  appearance: none;
  -webkit-appearance: none;
  border-style: solid;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(148, 163, 184, 0.35);
  margin: 0;
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: clamp(0.82rem, 0.95vw, 0.9rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.96);
  padding: 0.65rem 0.75rem;
  border-radius: 9px;
  background: radial-gradient(
    circle at 0 0,
    rgba(56, 189, 248, 0.22),
    rgba(15, 23, 42, 0.95)
  );
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.85);
}
#contact-chat-btn.contact-modal__chat-btn:focus-visible,
#contact-chat-btn.contact-modal__chat-btn:hover,
.contact-modal__submit-btn:focus-visible,
.contact-modal__submit-btn:hover {
  box-shadow: 0 0 10px rgba(123, 156, 255, 0.6),
    0 0 22px rgba(123, 156, 255, 0.35), 0 12px 28px rgba(15, 23, 42, 0.9);
  filter: brightness(1.03);
}
#contact-chat-btn.contact-modal__chat-btn:active,
.contact-modal__submit-btn:active {
  box-shadow: 0 0 10px rgba(123, 156, 255, 0.38),
    0 8px 20px rgba(15, 23, 42, 0.92);
}
#contact-chat-btn.contact-modal__chat-btn:focus-visible,
.contact-modal__submit-btn:focus-visible {
  outline: rgba(143, 158, 255, 0.55) solid 2px;
  outline-offset: 3px;
}
.contact-modal__submit-btn:disabled {
  opacity: 0.62;
  filter: none;
  background: radial-gradient(
    circle at 0 0,
    rgba(56, 189, 248, 0.1),
    rgba(15, 23, 42, 0.96)
  );
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.88),
    0 0 0 1px rgba(15, 23, 42, 0.85);
}
#contact-chat-btn.contact-modal__chat-btn:focus-visible,
#contact-chat-btn.contact-modal__chat-btn:hover,
.contact-modal__submit-btn:focus-visible,
.contact-modal__submit-btn:hover {
  color: #f9fafb;
  border-color: #78aaff;
  background: radial-gradient(
    circle at 0 0,
    rgba(123, 156, 255, 0.28),
    rgba(15, 23, 42, 0.96)
  );
  box-shadow: 0 0 8px rgba(123, 156, 255, 0.55),
    0 0 16px rgba(123, 156, 255, 0.25);
  transform: translateY(-1px);
}
#contact-chat-btn.contact-modal__chat-btn:active,
.contact-modal__submit-btn:active {
  transform: translateY(0);
}
.contact-modal__submit-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.75);
  border-color: rgba(148, 163, 184, 0.25);
}
.contact-modal__submit-btn.solution-btn,
.contact-modal__submit-btn.solution-btn--primary {
  background: radial-gradient(
    circle at 0 0,
    rgba(56, 189, 248, 0.22),
    rgba(15, 23, 42, 0.95)
  ) !important;
  border: 1px solid rgba(148, 163, 184, 0.35) !important;
  color: rgba(226, 232, 240, 0.96) !important;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.85) !important;
}
.contact-page {
  background: #0e1628;
  color: rgba(226, 232, 240, 0.96);
}
.contact-hero {
  padding: clamp(2rem, 4vw, 3.25rem) 0;
  abackground: radial-gradient(
      circle at 20% 10%,
      rgba(123, 156, 255, 0.18),
      rgba(15, 23, 42, 0.96)
    ),
    linear-gradient(135deg, rgba(8, 12, 19, 0.85), rgba(15, 23, 42, 0.95));
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
}
.contact-hero__inner,
.contact-main__inner {
  width: min(1480px, 92vw);
  margin: 0 auto;
}
.contact-hero__title {
  margin: 0;
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  letter-spacing: 0.02em;
  color: #007aff;
}
.contact-hero__subtitle {
  margin: 0.55rem 0 0;
  max-width: 90ch;
  color: rgba(226, 232, 240, 0.86);
  line-height: 1.5;
}


.contact-hero__quick {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
.contact-quick-card {
  text-decoration: none;
  color: inherit;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: radial-gradient(
    circle at 0 0,
    rgba(56, 189, 248, 0.14),
    rgba(15, 23, 42, 0.92)
  );
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
  padding: 0.9rem 0.95rem;
}
.contact-quick-card__label {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(226, 232, 240, 0.72);
}
.contact-quick-card__value {
  margin-top: 0.35rem;
  font-weight: 700;
  color: rgba(248, 250, 252, 0.96);
}
.contact-quick-card__hint {
  margin-top: 0.35rem;
  font-size: 0.84rem;
  color: rgba(226, 232, 240, 0.78);
}
.contact-main {
  padding: clamp(1.6rem, 3.2vw, 2.4rem) 0 clamp(2.2rem, 4vw, 3.2rem);
}
.contact-main__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, .6fr);
  gap: 1rem;
  align-items: start;
}
.contact-card {
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: radial-gradient(
    circle at 0 0,
    rgba(56, 189, 248, 0.12),
    rgba(15, 23, 42, 0.96)
  );
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}
.contact-aside__cta,
.contact-form__submit {
  background: radial-gradient(
    circle at 0 0,
    rgba(56, 189, 248, 0.22),
    rgba(15, 23, 42, 0.95)
  );
  text-decoration: none;
}
.contact-card__header {
  padding: 1.05rem 1.05rem 0.65rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}
.contact-card__title {
  margin: 0;
  font-size: 1.08rem;
  letter-spacing: 0.02em;
  color: #00c2ff;
}
.contact-card__desc {
  margin: 0.35rem 0 0;
  color: rgba(226, 232, 240, 0.8);
  line-height: 1.45;
}
.contact-form__row,
.field-group--full {
  margin-bottom: 0.75rem;
}
.contact-card--form .contact-form {
  padding: 1rem 1.05rem 1.15rem;
}
.contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.field-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.field-group label {
  font-size: 0.8rem;
  color: rgba(226, 232, 240, 0.82);
}
.field-group input,
.field-group select,
.field-group textarea {
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(2, 6, 23, 0.55);
  color: rgba(248, 250, 252, 0.96);
  padding: 0.65rem 0.7rem;
  outline: 0;
}
.field-group input:focus,
.field-group select:focus,
.field-group textarea:focus {
  border-color: #78aaff;
  box-shadow: 0 0 0 3px rgba(123, 156, 255, 0.18);
}
.contact-form__actions {
  margin-top: 0.6rem;
  display: grid;
  gap: 0.55rem;
}
.contact-form__submit {
  display: block;
  width: 100%;
  font-size: clamp(0.88rem, 1vw, 0.95rem);
  color: rgba(226, 232, 240, 0.96);
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.85);
}
.contact-form__submit:focus-visible,
.contact-form__submit:hover {
  color: #f9fafb;
  border-color: #78aaff;
  background: radial-gradient(
    circle at 0 0,
    rgba(123, 156, 255, 0.28),
    rgba(15, 23, 42, 0.96)
  );
  box-shadow: 0 0 8px rgba(123, 156, 255, 0.55),
    0 0 16px rgba(123, 156, 255, 0.25), 0 6px 18px rgba(15, 23, 42, 0.9);
  transform: translateY(-1px);
}
.contact-form__submit:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.85);
}
.contact-form__fineprint {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(226, 232, 240, 0.72);
  line-height: 1.35;
}
.contact-list {
  margin: 0;
  padding: 0.9rem 1.05rem 1.05rem 1.2rem;
  color: rgba(226, 232, 240, 0.88);
}
.contact-list li {
  margin: 0.25rem 0;
}
.contact-aside {
  display: grid;
  gap: 1rem;
}
.contact-aside__cta {
  margin: 0.9rem 1.05rem 1.05rem;
  display: block;
  text-align: center;
  padding: 0.7rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.85);
  color: rgba(226, 232, 240, 0.96);
}
.contact-aside__cta:hover {
  border-color: #78aaff;
  background: radial-gradient(
    circle at 0 0,
    rgba(123, 156, 255, 0.28),
    rgba(15, 23, 42, 0.96)
  );
  box-shadow: 0 0 8px rgba(123, 156, 255, 0.55),
    0 0 16px rgba(123, 156, 255, 0.25);
  transform: translateY(-1px);
}
#rs-home-tabs .rs-avail-form {
  display: grid;
}
#rs-home-tabs .rs-avail-card {
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: radial-gradient(
    140% 120% at 10% 0,
    rgba(74, 222, 128, 0.12),
    rgba(15, 23, 42, 0.92)
  );
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.28);
  padding: 14px;
}
#rs-home-tabs .rs-avail-h {
  margin: 0 0 10px;
  color: rgba(227, 244, 211, 0.95);
  font-size: 1.05rem;
  line-height: 1.2;
}
#rs-home-tabs .rs-avail-h-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
#rs-home-tabs .rs-avail-grid2,
#rs-home-tabs .rs-overview__grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
#rs-home-tabs .rs-avail-label {
  display: block;
  margin: 0 0 6px;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.72);
}
#rs-home-tabs .rs-avail-input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(2, 6, 23, 0.28);
  color: rgba(248, 250, 252, 0.94);
  padding: 10px 12px;
  outline: 0;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}
#rs-home-tabs .rs-avail-input::placeholder {
  color: rgba(226, 232, 240, 0.45);
}
#rs-home-tabs .rs-avail-input:focus {
  border-color: rgba(125, 211, 252, 0.55);
  box-shadow: 0 0 0 3px rgba(143, 158, 255, 0.25);
  background: rgba(2, 6, 23, 0.36);
}
#rs-home-tabs .rs-avail-textarea {
  resize: vertical;
  min-height: 110px;
}
#rs-home-tabs .rs-avail-add {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 8px 12px;
  border: 1px solid rgba(125, 211, 252, 0.35);
  background: rgba(56, 189, 248, 0.1);
  color: rgba(248, 250, 252, 0.92);
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
#rs-home-tabs .rs-avail-add:hover {
  border-color: rgba(125, 211, 252, 0.65);
  background: rgba(56, 189, 248, 0.16);
}
#rs-home-tabs .rs-avail-plus {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 197, 94, 0.18);
  border: 1px solid rgba(34, 197, 94, 0.35);
  color: rgba(134, 239, 172, 0.95);
  line-height: 1;
}
#rs-home-tabs .rs-avail-bom-head {
  display: grid;
  grid-template-columns: 0.9fr 1.6fr 0.5fr;
  gap: 10px;
  margin-bottom: 8px;
  padding: 0 2px;
  color: rgba(226, 232, 240, 0.68);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#rs-home-tabs .rs-avail-bom {
  display: grid;
  gap: 10px;
}
#rs-home-tabs .rs-avail-bom-row {
  display: grid;
  grid-template-columns: 0.9fr 1.6fr 0.5fr;
  gap: 10px;
}
#rs-home-tabs .rs-avail-qty {
  text-align: center;
}
#rs-home-tabs .rs-avail-bom-actions {
  margin-top: 10px;
}
#rs-home-tabs .rs-avail-link {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: rgba(2, 6, 23, 0.12);
  color: rgba(226, 232, 240, 0.88);
  border-radius: 12px;
  padding: 8px 12px;
  cursor: pointer;
}
#rs-home-tabs .rs-avail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
#rs-home-tabs .rs-avail-input.is-formatted {
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.35);
}
.rs-value-strip__grid {
  margin-bottom: 5px;
}
#rs-home-tabs .rs-avail-form {
  margin-left: auto;
  margin-right: auto;
  width: min(75%, 1100px);
  margin-top: 8px;
  display: grid;
  gap: 14px;
}
.rs-bridge-header {
  max-width: 1800px;
  margin: 0 auto 56px;
  padding: 34px 18px 0;
  text-align: center;
  position: relative;
}
.rs-bridge-header::before {
  content: "";
  display: block;
  width: min(520px, 92%);
  height: 1px;
  margin: 0 auto 22px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(125, 211, 252, 0.55),
    rgba(255, 255, 255, 0)
  );
  box-shadow: 0 0 10px rgba(125, 211, 252, 0.28),
    0 0 18px rgba(125, 211, 252, 0.14);
  opacity: 0.9;
}
.rs-bridge-header__kicker {
  margin: 0 0 8px;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(227, 244, 211, 0.65);
}
.rs-bridge-header__title {
  margin: 0 auto 12px;
  max-width: 60ch;
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  line-height: 1.15;
  font-weight: 650;
  color: rgba(227, 244, 211, 0.98);
}
.rs-bridge-header__subtitle {
  margin: 0 auto;
  max-width: 92ch;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  line-height: 1.55;
  color: rgba(226, 232, 240, 0.72);
}
#rs-home-tabs .rs-tabs__bar {
  padding: 10px;
  background: rgba(15, 23, 42, 0.28);
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  overflow: visible;
  white-space: normal;
}
#rs-home-tabs .rs-tab {
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 -1px 0 rgba(0, 0, 0, 0.45);
}
#rs-home-tabs .rs-tabs__bar > * {
  float: none !important;
  margin: 0;
}
#rs-home-tabs .rs-tab--about::after,
#rs-home-tabs .rs-tab--about::before {
  inset: 0;
  inset: 0 !important;
  left: 0 !important;
  right: 0 !important;
  transform: none !important;
}
#rs-home-tabs .rs-tabs__inner {
  position: relative;
  padding-top: 18px;
}
#rs-home-tabs .rs-tabs__bar {
  max-width: 60% !important;
  width: calc(100% - 32px);
  margin: 0 auto !important;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(
    to bottom,
    rgba(30, 41, 59, 0.75),
    rgba(15, 23, 42, 0.88)
  );
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-bottom: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(0, 0, 0, 0.35), 0 10px 24px rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(8px);
  position: relative;
  z-index: 3;
  abackground: rgba(15, 23, 42, 0.4);
  aborder: 1px solid rgba(148, 163, 184, 0.2);
}
#rs-home-tabs .rs-tab--about {
  margin-left: 0 !important;
  border-radius: 10px !important;
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
}
#rs-home-tabs .rs-tab--about:focus-visible {
  outline: 0;
}
#rs-home-tabs .rs-tab {
  --led: rgba(56, 189, 248, 0.95);
  --led-soft: rgba(56, 189, 248, 0.18);
  --edge-hi: rgba(255, 255, 255, 0.1);
  --edge-lo: rgba(0, 0, 0, 0.35);
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(2, 6, 23, 0.18);
  border-radius: 10px;
  margin: 0;
  padding: 12px 14px;
  font-weight: 650;
  font-size: 0.96rem;
  letter-spacing: 0.01em;
  color: rgba(226, 232, 240, 0.7);
  cursor: pointer;
  position: relative;
  isolation: isolate;
  box-shadow: inset 0 1px 0 var(--edge-hi), inset 0 -1px 0 rgba(0, 0, 0, 0.45),
    0 6px 14px rgba(15, 23, 42, 0.25);
  transition: transform 0.12s, color 0.15s, border-color 0.15s, background 0.15s,
    box-shadow 0.18s;
}
#rs-home-tabs .rs-about__btn,
#rs-home-tabs .rs-buyback__btn {
  transition: transform 0.12s, box-shadow 0.15s, border-color 0.15s,
    background 0.15s;
}
#rs-home-tabs .rs-tab::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: -1;
  background: radial-gradient(
      120% 140% at 20% 0,
      var(--led-soft),
      rgba(15, 23, 42, 0.1) 60%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0) 55%
    );
  opacity: 0;
  transition: opacity 0.18s;
}
#rs-home-tabs .rs-tab::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
  opacity: 0.22;
  transition: opacity 0.18s, height 0.18s, filter 0.18s, background 0.18s;
}
#rs-home-tabs .rs-tab:hover {
  color: rgba(248, 250, 252, 0.92);
  border-color: color-mix(in srgb, var(--led) 35%, rgba(148, 163, 184, 0.22));
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(0, 0, 0, 0.52), 0 10px 20px rgba(15, 23, 42, 0.32);
}
#rs-home-tabs .rs-tab:hover::before {
  opacity: 0.85;
}
#rs-home-tabs .rs-tab.is-active,
#rs-home-tabs .rs-tab[aria-selected="true"] {
  color: rgba(255, 255, 255, 0.95);
  border-color: color-mix(in srgb, var(--led) 55%, rgba(148, 163, 184, 0.22));
  transform: translateY(0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.6), 0 8px 18px rgba(15, 23, 42, 0.35);
}
#rs-home-tabs .rs-tab.is-active::before,
#rs-home-tabs .rs-tab[aria-selected="true"]::before {
  opacity: 1;
}
#rs-home-tabs .rs-tab.is-active::after,
#rs-home-tabs .rs-tab[aria-selected="true"]::after {
  height: 3px;
  opacity: 1;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    var(--led),
    rgba(255, 255, 255, 0)
  );
  filter: drop-shadow(0 0 10px color-mix(in srgb, var(--led) 35%, transparent))
    drop-shadow(0 0 18px color-mix(in srgb, var(--led) 18%, transparent));
}
#rs-home-tabs .rs-tab:focus-visible {
  outline: 0;
  border-color: color-mix(in srgb, var(--led) 55%, rgba(148, 163, 184, 0.22));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(0, 0, 0, 0.58),
    0 0 0 3px color-mix(in srgb, var(--led) 25%, transparent),
    0 10px 20px rgba(15, 23, 42, 0.32);
}
#rs-home-tabs .rs-tab--right {
  margin-left: 0 !important;
}
#rs-home-tabs .rs-tabs__spacer {
  width: 136px;
  flex: 0 0 auto;
}
#rs-home-tabs .rs-tabs__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 10px;
  color: rgba(226, 232, 240, 0.55);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(2, 6, 23, 0.1);
  border-radius: 10px;
}
#rs-home-tabs .rs-tab--cherry {
  --led: rgba(190, 18, 60, 0.95);
  --led-soft: rgba(190, 18, 60, 0.18);
}
#rs-home-tabs .rs-tab--green {
  --led: rgba(74, 222, 128, 0.95);
  --led-soft: rgba(74, 222, 128, 0.16);
}
#rs-home-tabs .rs-tab--amber {
  --led: rgba(251, 191, 36, 0.95);
  --led-soft: rgba(251, 191, 36, 0.16);
}
#rs-home-tabs .rs-tab--violet {
  --led: rgba(167, 139, 250, 0.95);
  --led-soft: rgba(167, 139, 250, 0.16);
}
#rs-home-tabs .rs-tab--blue {
  --led: rgba(56, 189, 248, 0.95);
  --led-soft: rgba(56, 189, 248, 0.16);
}
#rs-home-tabs .rs-tab__icon {
  margin-right: 8px;
  opacity: 0.9;
  color: #22c55e;
}
.rs-card-wifi__svg {
  width: 174px;
  height: 104px;
  fill: currentColor;
}
.rs-card-wifi__icon,
.rs-card__icon {
  color: rgba(248, 250, 252, 0.95);
}
.rs-card__svg {
  width: 74px;
  height: 74px;
  fill: currentColor;
}
#rs-home-tabs .rs-about__overview-row {
  margin-top: clamp(16px, 2.2vw, 26px);
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: clamp(14px, 1.6vw, 18px);
  align-items: start;
}
#rs-home-tabs .rs-overview {
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(2, 6, 23, 0.22);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.32);
  padding: clamp(14px, 2vw, 20px);
  position: relative;
  overflow: hidden;
}
#rs-home-tabs .rs-overview::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(
    110deg,
    transparent 0,
    rgba(255, 255, 255, 0.08) 18%,
    transparent 36%
  );
  opacity: 0.35;
  pointer-events: none;
}
#rs-home-tabs .rs-overview__head {
  margin-bottom: 12px;
}
#rs-home-tabs .rs-overview__title {
  margin: 0 0 6px;
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(248, 250, 252, 0.95);
}
#rs-home-tabs .rs-overview__sub {
  margin: 0;
  color: rgba(226, 232, 240, 0.72);
  line-height: 1.5;
}
#rs-home-tabs .rs-overview__stack {
  display: grid;
  gap: 12px;
}
#rs-home-tabs .rs-overview__block {
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(15, 23, 42, 0.24);
  padding: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
#rs-home-tabs .rs-overview__block--highlight {
  border-color: rgba(125, 211, 252, 0.22);
  background: radial-gradient(
    circle at 10% 0,
    rgba(56, 189, 248, 0.12),
    rgba(15, 23, 42, 0.28)
  );
}
#rs-home-tabs .rs-overview__kicker {
  margin: 0 0 8px;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(227, 244, 211, 0.7);
}
#rs-home-tabs .rs-overview__p {
  margin: 0;
  color: rgba(226, 232, 240, 0.8);
  line-height: 1.55;
}
#rs-home-tabs .rs-overview__list {
  margin: 0;
  padding-left: 1.1rem;
  color: rgba(226, 232, 240, 0.84);
}
#rs-home-tabs .rs-overview__note {
  margin: 10px 0 0;
  color: rgba(226, 232, 240, 0.68);
  line-height: 1.5;
  font-size: 0.95rem;
}
#rs-home-tabs .rs-overview__cta {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}
#rs-home-tabs .rs-overview--products {
  background: radial-gradient(
    140% 120% at 10% 0,
    rgba(251, 191, 36, 0.1),
    rgba(15, 23, 42, 0.92)
  );
  border-color: rgba(251, 191, 36, 0.18);
}
#rs-home-tabs .rs-overview--service {
  background: radial-gradient(
    140% 120% at 10% 0,
    rgba(74, 222, 128, 0.1),
    rgba(15, 23, 42, 0.92)
  );
  border-color: rgba(74, 222, 128, 0.18);
}
#rs-home-tabs .rs-about,
#rs-home-tabs .rs-buyback {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}
#rs-home-tabs .rs-about__header,
#rs-home-tabs .rs-buyback__header {
  text-align: center;
  margin: 0 auto 18px;
  max-width: 1100px;
  position: relative;
}
#rs-home-tabs .rs-buyback__kicker {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(227, 244, 211, 0.7);
  margin-bottom: 8px;
}
#rs-home-tabs .rs-buyback__title {
  margin: 0 auto 12px;
  max-width: 60ch;
  font-size: clamp(1.28rem, 2.16vw, 1.92rem);
  line-height: 1.12;
  font-weight: 650;
  color: rgba(127, 208, 255, 0.98);
}
#rs-home-tabs .rs-buyback__subtitle {
  margin: 0 auto;
  max-width: 92ch;
  font-size: clamp(0.98rem, 1.05vw, 1.08rem);
  line-height: 1.55;
  color: rgba(226, 232, 240, 0.75);
}
#ars-home-tabs .rs-buyback__header::after,
#ars-home-tabs .rs-buyback__header::before {
  content: "";
  display: block;
  width: min(520px, 68%);
  height: 1px;
  margin: 16px auto;
  background: linear-gradient(
    to right,
    transparent,
    rgba(125, 211, 252, 0.6),
    transparent
  );
  box-shadow: 0 0 10px rgba(125, 211, 252, 0.28),
    0 0 18px rgba(125, 211, 252, 0.14);
}
#rs-home-tabs .rs-buyback__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: stretch;
}
#rs-home-tabs .rs-buyback__card {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(2, 6, 23, 0.26);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.38);
  padding: 16px 16px 14px;
  overflow: hidden;
}
#rs-home-tabs .rs-buyback__step {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.96);
  background: rgba(56, 189, 248, 0.14);
  border: 1px solid rgba(125, 211, 252, 0.28);
}
#rs-home-tabs .rs-buyback__h {
  margin: 0 0 8px;
  color: rgba(227, 244, 211, 0.98);
  font-size: clamp(1.02rem, 1.15vw, 1.18rem);
  line-height: 1.2;
  padding-right: 40px;
}
#rs-home-tabs .rs-buyback__p {
  margin: 0 0 12px;
  color: rgba(226, 232, 240, 0.84);
  line-height: 1.55;
}
#rs-home-tabs .rs-about__list,
#rs-home-tabs .rs-buyback__bullets {
  margin: 0;
  padding-left: 1.05rem;
  color: rgba(226, 232, 240, 0.86);
}
#rs-home-tabs .rs-buyback__bullets--two {
  columns: 2;
  column-gap: 22px;
}
@media (max-width: 820px) {
  #rs-home-tabs .rs-buyback__grid {
    grid-template-columns: 1fr;
  }
  #rs-home-tabs .rs-buyback__bullets--two {
    columns: 1;
  }
}
#rs-home-tabs .rs-about__chips,
#rs-home-tabs .rs-buyback__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#rs-home-tabs .rs-buyback__chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(15, 23, 42, 0.42);
}
#rs-home-tabs .rs-buyback__process {
  margin: 0;
  padding-left: 1.15rem;
  color: rgba(226, 232, 240, 0.86);
}
#rs-home-tabs .rs-buyback__process li {
  margin: 0.65rem 0;
}
#rs-home-tabs .rs-buyback__process b {
  display: inline-block;
  color: rgba(248, 250, 252, 0.96);
  margin-right: 6px;
}
#rs-home-tabs .rs-about__list li,
.rs-decom__list li,
.rs-infra__list li {
  margin: 0.35rem 0;
}
#rs-home-tabs .rs-buyback__process span {
  color: rgba(226, 232, 240, 0.78);
}
#rs-home-tabs .rs-buyback__note {
  margin-top: 12px;
  border-radius: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(15, 23, 42, 0.28);
  color: rgba(226, 232, 240, 0.82);
}
#rs-home-tabs .rs-buyback__cta {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
#rs-home-tabs .rs-buyback__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 12px 16px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(125, 211, 252, 0.46);
  background: rgba(56, 189, 248, 0.14);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.55);
}
#rs-home-tabs .rs-buyback__btn:hover {
  transform: translateY(-1px);
  border-color: rgba(125, 211, 252, 0.7);
  background: rgba(56, 189, 248, 0.2);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.62);
}
#rs-home-tabs .rs-buyback__link {
  color: rgba(226, 232, 240, 0.78);
  text-decoration: none;
  border-bottom: 1px solid rgba(125, 211, 252, 0.35);
}
#rs-home-tabs .rs-buyback__link:hover {
  color: rgba(248, 250, 252, 0.92);
  border-bottom-color: rgba(125, 211, 252, 0.55);
}
#rs-home-tabs .rs-buyback__card--why {
  background: radial-gradient(
    140% 120% at 10% 0,
    rgba(153, 27, 27, 0.26),
    rgba(15, 23, 42, 0.96)
  );
}
#rs-home-tabs .rs-buyback__card--value {
  background: radial-gradient(
    120% 150% at 0 20%,
    rgba(74, 222, 128, 0.2),
    rgba(15, 23, 42, 0.96)
  );
}
#rs-home-tabs .rs-buyback__card--how {
  background: radial-gradient(
    130% 140% at 10% 10%,
    rgba(56, 189, 248, 0.22),
    rgba(15, 23, 42, 0.96)
  );
}
#rs-home-tabs .rs-buyback__card--submit {
  background: radial-gradient(
    130% 140% at 0 10%,
    rgba(251, 191, 36, 0.22),
    rgba(15, 23, 42, 0.96)
  );
}
.rs-decom,
.rs-infra {
  max-width: 1800px;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 32px);
}
.rs-decom__header,
.rs-infra__header {
  text-align: center;
  margin-bottom: clamp(28px, 4vw, 48px);
}
#ars-home-tabs .rs-decom__header::after,
#ars-home-tabs .rs-decom__header::before {
  content: "";
  display: block;
  width: min(520px, 68%);
  height: 1px;
}
.rs-decom__kicker,
.rs-infra__kicker {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(227, 244, 211, 0.65);
  margin-bottom: 8px;
}
.rs-decom__title,
.rs-infra__title {
  font-size: clamp(1.28rem, 2.16vw, 1.92rem);
  line-height: 1.15;
  color: rgba(127, 208, 255, 0.98);
  margin-bottom: 14px;
}
.rs-decom__subtitle,
.rs-infra__subtitle {
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
}
.rs-decom__subtitle {
  max-width: 90ch;
  margin: 0 auto;
  line-height: 1.55;
  color: rgba(226, 232, 240, 0.72);
}
.rs-decom__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.1fr;
  gap: 18px;
  align-items: stretch;
}
.rs-decom__card,
.rs-infra__card {
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  padding: 16px;
  background: rgba(2, 6, 23, 0.28);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.38);
}
.rs-decom__card-title {
  color: rgba(227, 244, 211, 0.98);
  margin-bottom: 8px;
}
.rs-decom__text,
.rs-infra__text {
  color: rgba(226, 232, 240, 0.86);
  margin-bottom: 10px;
  line-height: 1.5;
}
.rs-decom__list,
.rs-infra__list {
  padding-left: 1.1rem;
  color: rgba(226, 232, 240, 0.85);
}
.rs-decom__card--plan {
  background: radial-gradient(
    140% 120% at 10% 0,
    rgba(56, 189, 248, 0.22),
    rgba(15, 23, 42, 0.96)
  );
}
.rs-decom__card--execute {
  background: radial-gradient(
    140% 120% at 10% 0,
    rgba(153, 27, 27, 0.26),
    rgba(15, 23, 42, 0.96)
  );
}
.rs-decom__card--recover {
  background: radial-gradient(
    140% 120% at 10% 0,
    rgba(74, 222, 128, 0.2),
    rgba(15, 23, 42, 0.96)
  );
}
.rs-decom__assurance {
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  padding: 18px;
  background: rgba(15, 23, 42, 0.85);
}
.rs-decom__assurance-title {
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 8px;
}
.rs-decom__assurance-text {
  color: rgba(226, 232, 240, 0.82);
  margin-bottom: 10px;
}
.rs-decom__assurance-list {
  padding-left: 1.1rem;
  color: rgba(226, 232, 240, 0.88);
}
.rs-decom__cta,
.rs-infra__cta {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}
#ars-home-tabs .rs-infra__header::after,
#ars-home-tabs .rs-infra__header::before {
  content: "";
  display: block;
  width: min(520px, 68%);
  height: 1px;
}
.rs-infra__subtitle {
  max-width: 92ch;
  margin: 0 auto;
  line-height: 1.55;
  color: rgba(226, 232, 240, 0.72);
}
.rs-infra__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.rs-infra__card-title {
  color: rgba(227, 244, 211, 0.98);
  margin-bottom: 8px;
}
.c2,
.c2:hover {
  color: #000;
}
.rs-infra__card--design {
  background: radial-gradient(
    140% 120% at 10% 0,
    rgba(56, 189, 248, 0.2),
    rgba(15, 23, 42, 0.96)
  );
}
.rs-infra__card--install {
  background: radial-gradient(
    140% 120% at 10% 0,
    rgba(153, 27, 27, 0.22),
    rgba(15, 23, 42, 0.96)
  );
}
.rs-infra__card--tune {
  background: radial-gradient(
    140% 120% at 10% 0,
    rgba(74, 222, 128, 0.2),
    rgba(15, 23, 42, 0.96)
  );
}
.rs-infra__card--evolve {
  background: radial-gradient(
    140% 120% at 10% 0,
    rgba(168, 85, 247, 0.18),
    rgba(15, 23, 42, 0.96)
  );
}
#rs-home-tabs .rs-about__kicker {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(227, 244, 211, 0.7);
  margin-bottom: 10px;
}
#rs-home-tabs .rs-about__title {
  margin: 0 auto 12px;
  max-width: 62ch;
  font-size: clamp(1.28rem, 2.16vw, 1.92rem);
  line-height: 1.12;
  font-weight: 700;
  color: rgba(127, 208, 255, 0.98);
}
#rs-home-tabs .rs-about__subtitle {
  margin: 0 auto 18px;
  max-width: 96ch;
  font-size: clamp(0.98rem, 1.05vw, 1.08rem);
  line-height: 1.55;
  color: rgba(226, 232, 240, 0.75);
}
#ars-home-tabs .rs-about__header::after,
#ars-home-tabs .rs-about__header::before {
  content: "";
  display: block;
  width: min(560px, 70%);
  height: 1px;
  margin: 14px auto;
  background: linear-gradient(
    to right,
    transparent,
    rgba(125, 211, 252, 0.65),
    transparent
  );
  box-shadow: 0 0 10px rgba(125, 211, 252, 0.28),
    0 0 18px rgba(125, 211, 252, 0.14);
}
#rs-home-tabs .rs-about__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
#rs-home-tabs .rs-about__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(15, 23, 42, 0.42);
  color: rgba(226, 232, 240, 0.82);
  font-weight: 650;
  font-size: 0.88rem;
}
#rs-home-tabs .rs-about__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}
#rs-home-tabs .rs-about__card {
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  padding: 16px;
  background: rgba(2, 6, 23, 0.28);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.38);
  overflow: hidden;
}
#rs-home-tabs .rs-about__card--what {
  background: radial-gradient(
    140% 120% at 10% 0,
    rgba(56, 189, 248, 0.2),
    rgba(15, 23, 42, 0.96)
  );
}
#rs-home-tabs .rs-about__card--how {
  background: radial-gradient(
    140% 120% at 10% 0,
    rgba(74, 222, 128, 0.18),
    rgba(15, 23, 42, 0.96)
  );
}
#rs-home-tabs .rs-about__card--story {
  background: radial-gradient(
    140% 120% at 10% 0,
    rgba(153, 27, 27, 0.24),
    rgba(15, 23, 42, 0.96)
  );
}
#rs-home-tabs .rs-about__h {
  margin: 0 0 8px;
  color: rgba(227, 244, 211, 0.98);
  font-size: 1.12rem;
  line-height: 1.2;
}
#rs-home-tabs .rs-about__p {
  margin: 0 0 12px;
  color: rgba(226, 232, 240, 0.84);
  line-height: 1.55;
}
#rs-home-tabs .rs-about__chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(15, 23, 42, 0.44);
}
#rs-home-tabs .rs-about__fine {
  margin: 12px 0 0;
  color: rgba(226, 232, 240, 0.78);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
#rs-home-tabs .rs-about__team {
  margin-top: 18px;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  abackground: rgba(2, 6, 23, 0.22);
  background: radial-gradient(
    140% 120% at 10% 0,
    rgba(153, 27, 27, 0.26),
    rgba(15, 23, 42, 0.96)
  );
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.28);
  padding: clamp(14px, 2vw, 18px);
}
#rs-home-tabs .rs-about__team-head {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 14px;
}
#rs-home-tabs .rs-about__team-title {
  margin: 0 0 6px;
  color: rgba(227, 244, 211, 0.98);
  font-size: 1.2rem;
}
#rs-home-tabs .rs-about__team-subtitle {
  margin: 0;
  color: rgba(226, 232, 240, 0.78);
  line-height: 1.55;
}
#rs-home-tabs .rs-about__team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
#rs-home-tabs .rs-exec {
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(15, 23, 42, 0.35);
  padding: 12px;
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  align-items: start;
  display: flex;
  align-items: center;
  gap: 18px;
}
#rs-home-tabs .rs-exec__photo {
  width: 120px;
  flex: 0 0 160px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(2, 6, 23, 0.35);
}
#rs-home-tabs .rs-exec__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#rs-home-tabs .rs-exec__name {
  font-weight: 850;
  color: rgba(255, 255, 255, 0.96);
  margin-bottom: 2px;
}
#rs-home-tabs .rs-exec__role {
  color: rgba(125, 211, 252, 0.85);
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 0.92rem;
}
#rs-home-tabs .rs-exec__bio {
  margin: 0 0 8px;
  color: rgba(226, 232, 240, 0.82);
  line-height: 1.45;
  font-size: 0.95rem;
}
#rs-home-tabs .rs-exec__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 800;
  color: rgba(227, 244, 211, 0.92);
  border-bottom: 1px solid rgba(227, 244, 211, 0.35);
  padding-bottom: 2px;
}
#rs-home-tabs .rs-exec__link:hover {
  color: rgba(255, 255, 255, 0.96);
  border-bottom-color: rgba(227, 244, 211, 0.6);
}
#rs-home-tabs .rs-about__values {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
#rs-home-tabs .rs-value {
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(2, 6, 23, 0.22);
  padding: 12px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
#rs-home-tabs .rs-value__icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(74, 222, 128, 0.28);
  background: rgba(74, 222, 128, 0.1);
  color: rgba(74, 222, 128, 0.9);
  flex: 0 0 auto;
}
#rs-home-tabs .rs-value__text {
  color: rgba(226, 232, 240, 0.82);
  line-height: 1.45;
}
#rs-home-tabs .rs-about__cta {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
#rs-home-tabs .rs-about__btn,
#rs-home-tabs .rs-about__btn-g {
  align-items: center;
  font-weight: 850;
  letter-spacing: 0.02em;
  display: inline-flex;
  text-decoration: none;
}
#rs-home-tabs .rs-about__btn {
  justify-content: center;
  border-radius: 12px;
  padding: 12px 16px;
  color: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(125, 211, 252, 0.46);
  background: rgba(56, 189, 248, 0.14);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.55);
}
#rs-home-tabs .rs-about__btn:hover {
  transform: translateY(-1px);
  border-color: rgba(125, 211, 252, 0.7);
  background: rgba(56, 189, 248, 0.2);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.62);
}
#rs-home-tabs .rs-about__btn-g {
  justify-content: center;
  border-radius: 12px;
  padding: 12px 18px;
  color: #f2ffe6;
  border: 1px solid rgba(165, 243, 81, 0.55);
  background: linear-gradient(
    180deg,
    rgba(165, 243, 81, 0.22) 0,
    rgba(84, 187, 109, 0.18) 40%,
    rgba(15, 23, 42, 0.92) 100%
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -6px 14px rgba(0, 0, 0, 0.35), 0 10px 24px rgba(15, 23, 42, 0.6);
  transition: transform 0.12s, box-shadow 0.18s, border-color 0.18s,
    background 0.18s;
}
#rs-home-tabs .rs-about__btn-g:hover {
  transform: translateY(-2px);
  border-color: rgba(165, 243, 81, 0.95);
  background: linear-gradient(
    180deg,
    rgba(165, 243, 81, 0.4) 0,
    rgba(84, 187, 109, 0.3) 40%,
    rgba(15, 23, 42, 0.95) 100%
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -8px 18px rgba(0, 0, 0, 0.4), 0 16px 34px rgba(15, 23, 42, 0.75),
    0 0 22px rgba(165, 243, 81, 0.35);
}
#rs-home-tabs .rs-about__btn-g:active {
  transform: translateY(0);
  box-shadow: inset 0 4px 12px rgba(0, 0, 0, 0.45),
    0 6px 12px rgba(15, 23, 42, 0.65);
}
#rs-home-tabs .rs-about__btn--ghost {
  background: rgba(2, 6, 23, 0.12);
  border-color: rgba(148, 163, 184, 0.3);
  color: rgba(226, 232, 240, 0.9);
}
#rs-home-tabs .rs-about__btn--ghost:hover {
  border-color: rgba(148, 163, 184, 0.55);
  background: rgba(2, 6, 23, 0.2);
}
@media (max-width: 980px) {
  #rs-home-tabs .rs-about__grid,
  #rs-home-tabs .rs-about__overview-row,
  #rs-home-tabs .rs-about__team-grid,
  #rs-home-tabs .rs-about__values,
  #rs-home-tabs .rs-avail-bom-row,
  #rs-home-tabs .rs-avail-grid2,
  #rs-home-tabs .rs-overview__grid2,
  .contact-form__row,
  .contact-hero__quick,
  .contact-main__inner {
    grid-template-columns: 1fr;
  }
  #rs-home-tabs .rs-avail-bom-head {
    display: none;
  }
  #rs-home-tabs .rs-avail-qty {
    text-align: left;
  }
  #rs-home-tabs .rs-avail-form {
    width: 100%;
  }
  #rs-home-tabs .rs-tabs__bar {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
  }
  #rs-home-tabs .rs-tabs__bar::-webkit-scrollbar {
    height: 8px;
  }
  #rs-home-tabs .rs-tabs__bar::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.24);
    border-radius: 999px;
  }
  #rs-home-tabs .rs-tabs__bar::-webkit-scrollbar-track {
    background: 0 0;
  }
  #rs-home-tabs .rs-exec {
    grid-template-columns: 84px 1fr;
  }
  #rs-home-tabs .rs-exec__photo {
    width: 84px;
    height: 84px;
  }
}
#rs-home-tabs .rs-about__team-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1100px;
  margin: 0 auto;
}
#rs-home-tabs .rs-exec--primary {
  border-color: rgba(125, 211, 252, 0.45);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.45),
    0 0 0 1px rgba(125, 211, 252, 0.15) inset;
}
@media (max-width: 780px) {
  #rs-home-tabs .rs-about__team-grid--two {
    grid-template-columns: 1fr;
  }
}
.site_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: max-content;
  text-decoration: none;
  padding: 8px 22px;
  margin: 5px;
  font-weight: 600;
  letter-spacing: 0.03em;
  border-radius: 14px;
  transition: 0.3s;
  cursor: pointer;
  --p-col1: rgba(165, 243, 81, 0.5);
  --p-col2: rgba(84, 187, 109, 0.4);
}
.site_btn:hover {
  transform: translateY(-2px) scale(1.03);
  filter: brightness(1.2);
}
.site_btn:active {
  transform: scale(0.95);
}
.c2 {
  background: linear-gradient(to bottom, #a5f351, #54bb6d);
  animation: 3s ease-in-out infinite plasma-glow;
  --p-col1: rgba(165, 243, 81, 0.4);
  --p-col2: rgba(0, 0, 0, 0.3);
}
@keyframes plasma-glow {
  0%,
  100% {
    box-shadow: -5px -5px 15px var(--p-col1), 5px 5px 15px var(--p-col2);
  }
  33% {
    box-shadow: 5px -8px 20px var(--p-col1), -5px 8px 20px var(--p-col2);
  }
  66% {
    box-shadow: 8px 5px 18px var(--p-col1), -8px -5px 18px var(--p-col2);
  }
}
.b1,
.btn-link {
  color: #fff;
  background: rgba(165, 243, 81, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(165, 243, 81, 0.3);
  box-shadow: inset 0 0 15px rgba(165, 243, 81, 0.1);
}
.b1:hover {
  background: rgba(165, 243, 81, 0.2);
  border-color: rgba(165, 243, 81, 0.6);
  box-shadow: 0 0 30px rgba(165, 243, 81, 0.2);
}
.c1 {
  color: #eaffd2;
  border: 1px solid rgba(165, 243, 81, 0.45);
  background: linear-gradient(
    180deg,
    rgba(165, 243, 81, 0.18) 0,
    rgba(84, 187, 109, 0.14) 45%,
    rgba(15, 23, 42, 0.92) 100%
  );
  border-radius: 11px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -6px 12px rgba(0, 0, 0, 0.35), 0 8px 18px rgba(15, 23, 42, 0.6);
  transition: transform 0.14s, box-shadow 0.18s, border-color 0.18s,
    background 0.18s, color 0.18s;
  animation: none;
}
.c1:hover {
  transform: translateY(-2px);
  color: #fff;
  border-color: rgba(165, 243, 81, 0.95);
  background: linear-gradient(
    180deg,
    rgba(165, 243, 81, 0.38) 0,
    rgba(84, 187, 109, 0.28) 45%,
    rgba(15, 23, 42, 0.95) 100%
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -8px 18px rgba(0, 0, 0, 0.42), 0 14px 30px rgba(15, 23, 42, 0.75),
    0 0 18px rgba(165, 243, 81, 0.35);
}
.c1:active {
  transform: translateY(0);
  box-shadow: inset 0 4px 12px rgba(0, 0, 0, 0.45),
    0 5px 10px rgba(15, 23, 42, 0.65);
}
.btn-link:hover {
  color: #fff;
  background: rgba(165, 243, 81, 0.2);
  border-color: rgba(165, 243, 81, 0.6);
  box-shadow: 0 0 30px rgba(165, 243, 81, 0.2);
}
.cta-divider {
  width: 200px;
  height: 1px;
  margin: 18px auto 20px;
  background: linear-gradient(
    to right,
    transparent 0,
    rgba(148, 163, 184, 0.55) 20%,
    rgba(226, 232, 240, 0.95) 50%,
    rgba(148, 163, 184, 0.55) 80%,
    transparent 100%
  );
  position: relative;
}

.cta-divider-wider {
  width: 800px;
  height: 1px;
  margin: 18px auto 20px;
  background: linear-gradient(
    to right,
    transparent 0,
    rgba(148, 163, 184, 0.55) 20%,
    rgba(226, 232, 240, 0.95) 50%,
    rgba(148, 163, 184, 0.55) 80%,
    transparent 100%
  );
  position: relative;
}




/*--========== Viewport tweaks ================--*/

@media (max-width: 900px){

  #global-nav-alt{
    position: relative;
  }

  #global-nav-alt .global-nav-alt__logo{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: clamp(48px, 6.8vw, 72px);
    pointer-events: auto;
  }

}


@media (max-width: 860px){

  #home-hero-slider .hero-arrow{
    top: auto;
    bottom: 18px;
    transform: none;
  }

  /* keep spacing from edges */
  #home-hero-slider .hero-arrow--prev{
    left: 18px;
  }

  #home-hero-slider .hero-arrow--next{
    right: 18px;
  }

  /* adjust hover movement so it no longer shifts vertically */
  #home-hero-slider .hero-arrow--prev:hover{
    transform: translateX(-4px);
  }

  #home-hero-slider .hero-arrow--next:hover{
    transform: translateX(4px);
  }

}


/* ---------------- HERO SUMMARY RESPONSIVE BREATHING ROOM ---------------- */

/* tablets */
@media (max-width: 1100px) {
  #home-hero-slider .hero-slide__summary {
    max-width: 42rem;          /* shorten readable measure */
    padding-right: 1.25rem;    /* create right breathing room */
  }
}

/* large phones / small tablets */
@media (max-width: 860px) {
  #home-hero-slider .hero-slide__summary {
    max-width: 34rem;
    padding-right: 1.75rem;
  }
}

/* phones */
@media (max-width: 600px) {
  #home-hero-slider .hero-slide__summary {
    max-width: 100%;
    padding-right: 2.25rem;
    padding-left: 0.25rem;     /* optional: balances centering feel */
    line-height: 1.55;
  }
}

/* ---------------- Caption stacking for mobile ---------------- */

@media (max-width: 700px) {

  #home-hero-slider .hero-slide__summary_caption {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;        /* space between lines */
    line-height: 1.35;
  }

  #home-hero-slider .hero-slide__summary_caption .caption-part {
    display: block;      /* force each phrase to its own row */
  }

}

/* =========================
   HOME TABS — Mobile behavior
   Hide "Check Product Availability" tab + panel
   ========================= */

@media (max-width: 820px) {

  /* Hide the 5th tab (and remove it from tab order visually) */
  #rs-home-tabs #rs-tab-4 {
    display: none !important;
  }

  /* Hide the associated panel too */
  #rs-home-tabs #rs-panel-4 {
    display: none !important;
  }

  /* If your JS leaves aria-selected on the hidden tab,
     make sure something visible remains "active" */
  #rs-home-tabs #rs-tab-0 {
    display: inline-flex;
  }
}

@media (max-width: 820px) {

  /* Let the bar behave like a normal responsive row */
  #rs-home-tabs .rs-tabs__bar {
    max-width: 100% !important;
    width: calc(100% - 20px);
    gap: 8px;

    justify-content: center;     /* or flex-start if you prefer */
    overflow: visible !important;
    overflow-x: visible !important;

    flex-wrap: wrap !important;  /* key: allow wrapping */
  }

  /* Make each tab shrink */
  #rs-home-tabs .rs-tab {
    flex: 1 1 140px;             /* shrink + wrap; min-ish width */
    min-width: 0;                /* allow shrinking below content */
    padding: 10px 10px;
    font-size: 0.88rem;

    /* optional: avoid 3-line monsters */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Icon spacing when text is tighter */
  #rs-home-tabs .rs-tab__icon {
    margin-right: 6px;
  }
}

#rs-home-tabs .rs-tab{
  font-size: clamp(0.78rem, 2.2vw, 0.96rem);
  padding: clamp(8px, 1.6vw, 12px) clamp(9px, 2vw, 14px);
}

/* =========================
   Infrastructure cards responsive layout
   ========================= */

/* Laptop / tablet landscape */
@media (max-width: 1200px){
  #rs-home-tabs .rs-infra__grid{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

/* Tablet portrait */
@media (max-width: 820px){
  #rs-home-tabs .rs-infra__grid{
    grid-template-columns: 1fr;
  }
}

/* Phone — add breathing room */
@media (max-width: 520px){
  #rs-home-tabs .rs-infra__grid{
    gap: 14px;
  }
  #rs-home-tabs .rs-infra__card{
    padding: 14px;
  }
}

/* Smaller laptops / large tablets */
@media (max-width: 1200px){
  #rs-home-tabs .rs-decom__grid{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

/* Tablet portrait + mobile */
@media (max-width: 820px){
  #rs-home-tabs .rs-decom__grid{
    grid-template-columns: 1fr;
  }
}

/* Phones — tighten spacing */
@media (max-width: 520px){
  #rs-home-tabs .rs-decom__grid{
    gap: 14px;
  }

  #rs-home-tabs .rs-decom__card{
    padding: 14px;
  }
}

@media (max-width: 820px){
  h1.h1-autofit{
    font-size: clamp(1.15rem, 4.2vw, 1.65rem) !important;
    line-height: 1.12 !important;

    white-space: normal !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }
}

