.gateway-hero {
  position: relative;
  overflow: hidden;
  padding: 76px 24px 72px;
  background:
    linear-gradient(135deg, rgba(247, 251, 255, 0.98), rgba(239, 248, 252, 0.94)),
    #f5f9fc;
  color: #17354b;
}

.gateway-hero__glow {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.gateway-hero__glow--cool {
  top: -240px;
  right: 8%;
  background: radial-gradient(circle, rgba(16, 198, 232, 0.2), transparent 68%);
}

.gateway-hero__glow--warm {
  bottom: -310px;
  left: 28%;
  background: radial-gradient(circle, rgba(255, 146, 54, 0.18), transparent 68%);
}

.gateway-hero__container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.gateway-hero__copy {
  max-width: 570px;
}

.gateway-contact__eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(16, 152, 190, 0.14);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 146, 54, 0.14), rgba(16, 198, 232, 0.14));
  color: #0d6f96;
  font: 700 12px/1.2 "Open Sans", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gateway-hero h1 {
  max-width: 9ch;
  margin: 0 0 22px;
  color: #17354b;
  font: 400 clamp(46px, 5.3vw, 76px)/0.98 "Days One", "Open Sans", sans-serif;
  letter-spacing: -0.045em;
  text-transform: none;
}

.gateway-hero__lead {
  max-width: 55ch;
  margin: 0;
  color: #537083;
  font: 400 18px/1.7 "Open Sans", sans-serif;
}

.gateway-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.gateway-hero__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font: 700 15px/1.2 "Open Sans", sans-serif;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.gateway-hero__button:hover {
  transform: translateY(-2px);
}

.gateway-hero__button--primary {
  background: linear-gradient(135deg, #0f78ad, #10b9d9);
  color: #fff;
  box-shadow: 0 14px 28px rgba(15, 120, 173, 0.24);
}

.gateway-hero__button--secondary {
  border-color: rgba(23, 53, 75, 0.12);
  background: rgba(255, 255, 255, 0.7);
  color: #17354b;
  box-shadow: 0 10px 24px rgba(28, 70, 96, 0.08);
  backdrop-filter: blur(10px);
}

.gateway-hero__visual {
  position: relative;
  display: grid;
  width: min(100%, 560px);
  aspect-ratio: 1;
  place-self: center;
  padding: 18px;
  border: 1px solid rgba(7, 147, 180, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 26px 70px rgba(27, 72, 100, 0.16), inset 0 0 0 12px rgba(7, 147, 180, 0.06);
  backdrop-filter: blur(16px);
}

.gateway-hero__visual::before {
  content: "";
  position: absolute;
  inset: 9%;
  z-index: -1;
  border: 1px solid rgba(7, 147, 180, 0.35);
  border-radius: 50%;
  box-shadow: 0 0 0 12px rgba(7, 147, 180, 0.08), 0 0 0 26px rgba(7, 147, 180, 0.035);
  filter: none;
}

.gateway-slider {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border: 1px solid rgba(7, 147, 180, 0.22);
  border-radius: 50%;
  background: transparent;
  overflow: hidden;
}

.gateway-slider__mask,
.gateway-slider__slide {
  height: 100%;
}

.gateway-slider__slide {
  padding: 0;
  background: transparent;
}

.gateway-slider__slide figure {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.98) 0 56%, rgba(227, 244, 249, 0.96) 72%, rgba(196, 231, 241, 0.9) 100%);
}

.gateway-slider__slide figcaption {
  position: absolute;
  top: 14%;
  left: 50%;
  z-index: 2;
  padding: 7px 13px;
  border: 1px solid rgba(7, 117, 145, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #31566d;
  font: 800 13px/1.2 "Open Sans", sans-serif;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.gateway-slider__slide img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 96px 72px 106px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 22px 22px rgba(28, 54, 74, 0.16));
}

.gateway-slider__arrow {
  width: 42px;
  height: 42px;
  top: auto;
  bottom: 12%;
  border: 1px solid rgba(7, 147, 180, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #236f98;
  box-shadow: 0 8px 18px rgba(28, 54, 74, 0.1);
}

.gateway-slider__arrow--left {
  left: calc(50% - 46px);
}

.gateway-slider__arrow--right {
  right: auto;
  left: calc(50% + 4px);
}

.gateway-slider__arrow .w-icon-slider-left,
.gateway-slider__arrow .w-icon-slider-right {
  font-size: 18px;
}

.gateway-slider__nav {
  left: 50%;
  right: auto;
  bottom: 6%;
  width: auto;
  height: 24px;
  padding: 0;
  font-size: 8px;
  transform: translateX(-50%);
}

.gateway-contact__eyebrow {
  margin-bottom: 12px;
}

.gateway-contact .emera-contact__submit {
  background: linear-gradient(135deg, #0f78ad, #10b9d9);
}

.gateway-comparison-section {
  scroll-margin-top: 92px;
  padding: 82px 24px 90px;
  background: #fff;
}

.gateway-comparison-section > .container80p {
  width: min(1180px, 100%);
  max-width: none;
  padding: 0;
}

.gateway-comparison-section .headingh1-jumbo {
  margin-bottom: 16px;
  color: #17354b;
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -0.035em;
  text-transform: none;
}

.gateway-comparison-section > .container80p > p {
  max-width: 750px;
  margin: 0 0 34px;
  color: #5c7485;
  font-size: 17px;
  line-height: 1.65;
}

.gateway-comparison-section .gateway-comparison-basic {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid #dce8ef;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(27, 72, 100, 0.12);
}

.gateway-comparison-section .gateway-comparison-row {
  display: grid;
  grid-template-columns: minmax(205px, 1.22fr) repeat(4, minmax(150px, 1fr));
  align-items: stretch;
  border-bottom: 1px solid #e8f0f4;
}

.gateway-comparison-section .gateway-comparison-row:last-child {
  border-bottom: 0;
}

.gateway-comparison-section .gateway-comparison-row:nth-child(odd):not(:first-child) {
  background: #f8fbfd;
}

.gateway-comparison-section .gateway-comparison-row > * {
  min-width: 0;
  margin: 0;
  padding: 17px 16px;
  border-right: 1px solid #e8f0f4;
  color: #315166;
  font-size: 14px;
  line-height: 1.5;
}

.gateway-comparison-section .gateway-comparison-row > *:last-child {
  border-right: 0;
}

.gateway-comparison-section .gateway-comparison-row > [role="rowheader"] {
  color: #17354b;
  font-weight: 700;
}

.gateway-comparison-section .gateway-comparison-row:first-child {
  background: linear-gradient(135deg, #0e729f, #10abc8);
}

.gateway-comparison-section .gateway-comparison-row:first-child > * {
  padding-top: 16px;
  padding-bottom: 16px;
  border-right-color: rgba(255, 255, 255, 0.18);
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.gateway-comparison-section .gateway-comparison-row:nth-child(2) {
  background: linear-gradient(180deg, #f1f8fb, #fff);
}

.gateway-comparison-section .gateway-comparison-row:nth-child(2) > * {
  padding-top: 20px;
  padding-bottom: 20px;
}

.gateway-comparison-section .gateway-model-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #087fae;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.gateway-comparison-section .gateway-model-link::after {
  content: "↗";
  display: inline-grid;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  place-items: center;
  border-radius: 6px;
  background: rgba(16, 171, 200, 0.12);
  font-size: 12px;
  transition: transform 160ms ease, background 160ms ease;
}

.gateway-comparison-section .gateway-model-link:hover {
  color: #075f86;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.gateway-comparison-section .gateway-model-link:hover::after {
  transform: translate(2px, -2px);
  background: rgba(16, 171, 200, 0.2);
}

.gateway-comparison-section .gateway-comparison-order {
  display: flex;
  align-items: center;
}

.gateway-comparison-section .gateway-comparison-order .cptbuttonblue {
  width: 100%;
  padding: 10px 14px;
  border-radius: 10px;
  background: linear-gradient(135deg, #0f78ad, #10b9d9);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 9px 18px rgba(15, 120, 173, 0.18);
}

.gateway-outdoor {
  background:
    radial-gradient(circle at 85% 8%, rgba(16, 198, 232, 0.1), transparent 28%),
    linear-gradient(180deg, #f7fbfd, #eef6f9);
}

.gateway-outdoor__container {
  width: min(1260px, 100%);
  margin: 0 auto;
}

.gateway-outdoor__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  margin-bottom: 42px;
}

.gateway-outdoor__copy {
  max-width: 680px;
}

.gateway-outdoor h2 {
  margin: 0 0 18px;
  color: #17354b;
  font: 400 clamp(36px, 4.5vw, 58px)/1.03 "Days One", "Open Sans", sans-serif;
  letter-spacing: -0.04em;
  text-transform: none;
}

.gateway-outdoor__copy p {
  max-width: 62ch;
  margin: 0;
  color: #5c7485;
  font: 400 17px/1.7 "Open Sans", sans-serif;
}

.gateway-outdoor__protection {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.gateway-outdoor__protection article {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  padding: 25px 22px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px rgba(27, 72, 100, 0.12);
  backdrop-filter: blur(14px);
}

.gateway-outdoor__protection article::after {
  content: "";
  position: absolute;
  right: -32px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16, 198, 232, 0.2), transparent 68%);
}

.gateway-outdoor__protection article:nth-child(2)::after {
  background: radial-gradient(circle, rgba(255, 146, 54, 0.2), transparent 68%);
}

.gateway-outdoor__protection strong {
  display: block;
  margin-bottom: 14px;
  color: #0f78ad;
  font: 400 38px/1 "Days One", "Open Sans", sans-serif;
}

.gateway-outdoor__protection article:nth-child(2) strong {
  color: #e57c21;
}

.gateway-outdoor__protection span {
  position: relative;
  z-index: 1;
  color: #476779;
  font: 600 14px/1.55 "Open Sans", sans-serif;
}

.gateway-outdoor .gateway-comparison-row {
  grid-template-columns: minmax(185px, 1.18fr) repeat(5, minmax(142px, 1fr));
}

.gateway-outdoor .gateway-model-link {
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .gateway-comparison-section {
    overflow-x: auto;
  }

  .gateway-comparison-section .gateway-comparison-basic {
    min-width: 930px;
  }

  .gateway-outdoor .gateway-comparison-basic {
    min-width: 1160px;
  }

  .gateway-outdoor__intro {
    grid-template-columns: 1fr;
  }

  .gateway-outdoor__protection {
    width: min(520px, 100%);
  }
}

@media screen and (max-width: 991px) {
  .gateway-hero {
    padding: 58px 24px 62px;
  }

  .gateway-hero__container {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .gateway-hero__copy {
    max-width: 680px;
  }

  .gateway-hero h1 {
    max-width: 12ch;
  }

  .gateway-hero__visual {
    width: min(620px, 100%);
  }
}

@media screen and (max-width: 600px) {
  .gateway-comparison-section {
    padding: 58px 18px 68px;
  }

  .gateway-outdoor__protection {
    grid-template-columns: 1fr;
  }

  .gateway-outdoor__protection article {
    min-height: 150px;
  }

  .gateway-hero {
    padding: 42px 18px 48px;
  }

  .gateway-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .gateway-hero__lead {
    font-size: 16px;
  }

  .gateway-hero__button {
    width: 100%;
  }

  .gateway-hero__visual {
    padding: 10px;
  }

  .gateway-slider {
    height: auto;
  }

  .gateway-slider__slide figure {
    border-radius: 50%;
  }

  .gateway-slider__slide img {
    padding: 22% 13% 25%;
  }

}
