/* Remote Guarding page body */
.remote-guarding-page {
  --remote-ink: #071126;
  --remote-copy: #344054;
  --remote-rule: rgba(7, 17, 38, 0.16);
  --remote-light: #f3f6f8;
}

.remote-container {
  width: calc(100% - (2 * var(--page-gutter)));
  max-width: var(--content-width);
  margin-inline: auto;
}

.remote-guarding-page main > section:not(.service-hero) h2 {
  max-width: 920px;
  margin: 0;
  color: var(--remote-ink);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.12;
  text-wrap: balance;
}

.remote-guarding-page main > section:not(.service-hero) h3 {
  margin: 0;
  color: var(--remote-ink);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
}

.remote-guarding-page main > section:not(.service-hero) p {
  color: var(--remote-copy);
}

.remote-guarding-page main > section:not(.service-hero) a:not(.button) {
  color: var(--remote-ink);
  text-decoration: underline;
  text-decoration-color: rgba(5, 167, 223, 0.72);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
}

.remote-guarding-page main > section:not(.service-hero) a:not(.button):hover {
  color: #067ca6;
  text-decoration-color: currentColor;
}

.remote-guarding-page main > section:not(.service-hero) a:not(.button):focus-visible {
  outline: 3px solid #05a7df;
  outline-offset: 4px;
}

/* Active oversight */
.remote-oversight {
  padding: 8rem 0;
  background: #ffffff;
}

.remote-oversight__layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1fr);
  gap: 6rem;
  align-items: center;
}

.remote-oversight__content {
  max-width: 540px;
}

.remote-oversight__content p {
  max-width: 520px;
  margin: 1.75rem 0 0;
  font-size: 1.12rem;
  line-height: 1.75;
}

.remote-oversight__content p + p {
  margin-top: 1rem;
}

.remote-oversight__media {
  width: min(100%, 580px);
  margin: 0 0 0 auto;
}

.remote-oversight__media img {
  display: block;
  width: 100%;
  height: auto;
}

/* Integrated coverage */
.remote-coverage {
  padding: 7.5rem 0 8rem;
  background: var(--remote-light);
}

.remote-coverage__header {
  max-width: 960px;
}

.remote-coverage__eyebrow {
  margin: 0 0 0.85rem;
  color: #075c94;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.remote-coverage__header p {
  max-width: 760px;
  margin: 1.5rem 0 0;
  font-size: 1.1rem;
  line-height: 1.72;
}

.remote-coverage__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: stretch;
  margin-top: 4.5rem;
}

.remote-coverage__connector {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.1rem;
  color: rgba(7, 17, 38, 0.28);
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

.remote-coverage__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(7, 17, 38, 0.09);
  border-radius: 14px;
  box-shadow: 0 20px 45px rgba(7, 13, 29, 0.08);
}

.remote-coverage__media {
  position: relative;
  min-width: 0;
}

.remote-coverage__visual {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.remote-coverage__card:first-child .remote-coverage__visual {
  object-position: 25% 30%;
}

.remote-coverage__card:last-child .remote-coverage__visual {
  object-position: center 30%;
}

.remote-coverage__badge {
  position: absolute;
  bottom: -18px;
  left: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  background: var(--color-navy-900);
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(7, 13, 29, 0.22);
}

.remote-coverage__card--active .remote-coverage__badge {
  background: var(--color-blue-500);
}

.remote-coverage__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: start;
  padding: 2rem 1.75rem 1.9rem;
}

.remote-coverage__tag {
  margin: 0 0 0.6rem;
  color: #075c94;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.remote-coverage__card--active .remote-coverage__tag {
  color: var(--color-blue-500);
}

.remote-coverage__body h3 {
  margin-top: 0;
}

.remote-coverage__body p {
  margin: 0.7rem 0 0;
  font-size: 1rem;
  line-height: 1.62;
}

.remote-coverage__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 1.4rem;
  color: #075c94;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none !important;
}

.remote-coverage__link span {
  font-size: 1.15rem;
  transition: transform var(--transition, 180ms ease);
}

.remote-coverage__link:hover span,
.remote-coverage__link:focus-visible span {
  transform: translateX(4px);
}

/* Response */
.remote-response {
  padding: 8rem 0;
  background: #ffffff;
}

.remote-response__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: 7rem;
  align-items: center;
}

.remote-response__media {
  width: min(100%, 540px);
  margin: 0;
}

.remote-response__media img {
  display: block;
  width: 100%;
  height: auto;
}

.remote-response__content {
  max-width: 650px;
}

.remote-response__content > p {
  max-width: 620px;
  margin: 1.75rem 0 0;
  font-size: 1.12rem;
  line-height: 1.75;
}

.remote-response__content .remote-response__statement {
  margin-top: 2.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--remote-rule);
  color: var(--remote-ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
}

.remote-response__content .remote-response__cta {
  margin-top: 1.75rem;
}

/* Coverage planning */
.remote-planning {
  padding: 7.5rem 0 8rem;
  background: var(--remote-light);
}

.remote-planning__header {
  max-width: 1020px;
}

.remote-planning__header p {
  max-width: 760px;
  margin: 1.5rem 0 0;
  font-size: 1.1rem;
  line-height: 1.72;
}

.remote-planning__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 6rem;
  align-items: center;
  margin-top: 4.5rem;
}

.remote-planning__collage {
  position: relative;
  padding: 0 1.75rem 1.75rem 0;
}

.remote-planning__collage::before {
  position: absolute;
  z-index: 0;
  inset: 1.75rem 0 0 1.75rem;
  background: var(--color-navy-900);
  border-radius: 18px;
  content: "";
}

.remote-planning__media {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 24px 55px rgba(7, 13, 29, 0.22);
}

.remote-planning__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 22% 24%;
}

.remote-planning__checklist {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--remote-rule);
}

.remote-planning__checklist li {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--remote-rule);
}

.remote-planning__check {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-top: 0.1rem;
  color: #ffffff;
  background: var(--color-blue-500);
  border-radius: 50%;
}

.remote-planning__check svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.remote-planning__checklist p {
  margin: 0.5rem 0 0;
  font-size: 1rem;
  line-height: 1.62;
}

/* Property fit */
.remote-fit {
  padding: 7.5rem 0 8rem;
  background: #ffffff;
}

.remote-fit__header {
  max-width: 880px;
}

.remote-fit__header p {
  max-width: 680px;
  margin: 1.5rem 0 0;
  font-size: 1.1rem;
  line-height: 1.72;
}

.remote-fit__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 5rem;
  margin: 4rem 0 0;
  padding: 0;
  border-top: 1px solid var(--remote-rule);
  list-style: none;
}

.remote-fit__list li {
  min-width: 0;
  padding: 1.65rem 0;
  border-bottom: 1px solid var(--remote-rule);
}

.remote-fit__list p {
  margin: 0.65rem 0 0;
  font-size: 1rem;
  line-height: 1.62;
}

/* Final call to action */
.remote-final-cta {
  padding: 6.5rem 0;
  background: #020611;
}

.remote-final-cta__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  gap: 5rem;
  align-items: center;
}

.remote-guarding-page main > section.remote-final-cta h2 {
  max-width: 800px;
  color: #ffffff;
}

.remote-guarding-page main > section.remote-final-cta p {
  max-width: 710px;
  margin: 1.4rem 0 0;
  color: #eef2f6;
  font-size: 1.08rem;
  line-height: 1.68;
}

.remote-final-cta__actions {
  display: grid;
  gap: 0.85rem;
}

.remote-final-cta__actions .service-button {
  width: 100%;
}

.remote-final-cta__actions .service-button--primary {
  color: #020611;
  background: #05a7df;
  border-color: #05a7df;
}

.remote-final-cta__actions .service-button--primary:hover {
  color: #020611;
  background: #49c6ed;
  border-color: #49c6ed;
}

.remote-final-cta__actions .service-button--secondary,
.remote-final-cta__actions .service-button--secondary:hover {
  color: #ffffff;
}

.remote-final-cta__actions .service-button:focus-visible {
  outline-color: #ffffff;
}

@media (max-width: 1100px) {
  .remote-oversight__layout,
  .remote-response__layout {
    gap: 4.5rem;
  }

  .remote-planning__layout {
    gap: 4rem;
  }

  .remote-fit__list {
    gap: 0 3.5rem;
  }
}

@media (max-width: 960px) {
  .remote-guarding-page main > section:not(.service-hero) h2 {
    font-size: 2.65rem;
  }

  .remote-oversight,
  .remote-response {
    padding-block: 6rem;
  }

  .remote-coverage,
  .remote-planning,
  .remote-fit {
    padding-block: 5.75rem 6rem;
  }

  .remote-oversight__layout {
    grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
    gap: 3.5rem;
  }

  .remote-oversight__media {
    width: min(100%, 470px);
  }

  .remote-coverage__grid {
    margin-top: 3.5rem;
  }

  .remote-coverage__connector {
    padding: 0 0.6rem;
    font-size: 1.6rem;
  }

  .remote-coverage__body {
    padding: 1.75rem 1.5rem 1.6rem;
  }

  .remote-response__layout {
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    gap: 3.5rem;
  }

  .remote-planning__layout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr);
    gap: 3rem;
    margin-top: 3.5rem;
  }

  .remote-final-cta__layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .remote-final-cta__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .remote-guarding-page main > section:not(.service-hero) h2 {
    font-size: 2.15rem;
    line-height: 1.15;
  }

  .remote-guarding-page main > section:not(.service-hero) h3 {
    font-size: 1.15rem;
  }

  .remote-oversight,
  .remote-response,
  .remote-coverage,
  .remote-planning,
  .remote-fit {
    padding-block: 4.5rem;
  }

  .remote-oversight__layout,
  .remote-response__layout,
  .remote-planning__layout {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .remote-oversight__content p,
  .remote-response__content > p,
  .remote-coverage__header p,
  .remote-planning__header p,
  .remote-fit__header p,
  .remote-guarding-page main > section.remote-final-cta p {
    font-size: 1rem;
    line-height: 1.68;
  }

  .remote-oversight__media,
  .remote-response__media {
    width: min(100%, 430px);
    margin-inline: 0;
  }

  .remote-coverage__grid {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .remote-coverage__connector {
    padding: 0.4rem 0;
  }

  .remote-response__content > p {
    margin-top: 1.4rem;
  }

  .remote-response__content .remote-response__statement {
    margin-top: 2rem;
  }

  .remote-planning__layout {
    margin-top: 3rem;
  }

  .remote-fit__list {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 3rem;
  }

  .remote-final-cta {
    padding-block: 4.5rem;
  }

  .remote-final-cta__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .remote-guarding-page main > section:not(.service-hero) h2 {
    font-size: 2rem;
  }
}
