.metop-home-parity .metop-home-parity__community-widget,
.metop-home-parity .metop-home-parity__community-widget .elementor-widget-container {
  width: 100%;
}

.metop-home-parity .metop-home-community {
  background: #090a0d;
  color: #ffffff;
  padding: 104px max(48px, calc((100vw - var(--home-width)) / 2));
  width: 100%;
}

.metop-home-parity .metop-home-community__shell {
  margin-inline: auto;
  max-width: var(--home-width);
  width: 100%;
}

.metop-home-parity .metop-home-community__intro {
  align-items: center;
  background: #111217;
  border: 1px solid rgba(0, 51, 255, 0.46);
  border-radius: 8px;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1.75fr) minmax(270px, 0.75fr);
  padding: 40px;
}

.metop-home-parity .metop-home-community__intro-copy {
  min-width: 0;
}

.metop-home-parity .metop-home-community__identity {
  align-items: flex-start;
  display: flex;
  gap: 20px;
}

.metop-home-parity .metop-home-community__mark {
  align-items: center;
  background: var(--home-blue);
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 56px;
  font-family: "Geist Mono", "SF Mono", ui-monospace, monospace;
  font-size: 17px;
  font-weight: 700;
  height: 56px;
  justify-content: center;
  line-height: 1;
}

.metop-home-parity .metop-home-community__identity p {
  color: #7590ff !important;
  font-family: "Geist Mono", "SF Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 10px;
}

.metop-home-parity .metop-home-community__identity h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
  max-width: 720px;
  text-wrap: balance;
}

.metop-home-parity .metop-home-community__description {
  color: rgba(255, 255, 255, 0.64) !important;
  font-size: 15px;
  line-height: 1.8;
  margin: 24px 0 0;
  max-width: 760px;
}

.metop-home-parity .metop-home-community__benefits {
  list-style: none;
  margin: 0;
  padding: 0;
}

.metop-home-parity .metop-home-community__benefits li {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 550;
  line-height: 1.5;
  padding: 18px 0 18px 20px;
  position: relative;
}

.metop-home-parity .metop-home-community__benefits li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.metop-home-parity .metop-home-community__benefits li::before {
  background: var(--home-blue);
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 26px;
  width: 5px;
}

.metop-home-parity .metop-home-community__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 40px;
}

.metop-home-parity .metop-home-community__model {
  background: #111217;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  color: #ffffff !important;
  display: block;
  min-width: 0;
  overflow: hidden;
  text-decoration: none !important;
  transition: border-color 220ms var(--home-ease), box-shadow 220ms var(--home-ease), transform 220ms var(--home-ease);
}

.metop-home-parity .metop-home-community__model:hover,
.metop-home-parity .metop-home-community__model:focus-visible {
  border-color: rgba(0, 51, 255, 0.72);
  box-shadow: 0 0 0 1px rgba(0, 51, 255, 0.16), 0 16px 38px rgba(0, 51, 255, 0.18);
  outline: none;
  transform: translateY(-2px);
}

.metop-home-parity .metop-home-community__media {
  aspect-ratio: 3 / 2;
  background: #050506;
  display: block;
  overflow: hidden;
}

.metop-home-parity .metop-home-community__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms var(--home-ease);
  width: 100%;
}

.metop-home-parity .metop-home-community__model:hover .metop-home-community__media img,
.metop-home-parity .metop-home-community__model:focus-visible .metop-home-community__media img {
  transform: scale(1.02);
}

.metop-home-parity .metop-home-community__model-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
}

.metop-home-parity .metop-home-community__model-meta {
  color: #7590ff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.metop-home-parity .metop-home-community__model-copy strong {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
}

.metop-home-parity .metop-home-community__model-action {
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1.5;
}

.metop-home-parity .metop-home-community__footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.metop-home-parity .metop-home-community__footer p {
  color: rgba(255, 255, 255, 0.52) !important;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.metop-home-parity .metop-home-community__footer a {
  align-items: center;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 7px;
  color: #111111 !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  text-decoration: none !important;
  transition: background-color 180ms var(--home-ease), border-color 180ms var(--home-ease), color 180ms var(--home-ease);
}

.metop-home-parity .metop-home-community__footer a:hover,
.metop-home-parity .metop-home-community__footer a:focus-visible {
  background: var(--home-blue);
  border-color: var(--home-blue);
  color: #ffffff !important;
  outline: 2px solid rgba(117, 144, 255, 0.9);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .metop-home-parity .metop-home-community {
    padding: 88px 40px;
  }

  .metop-home-parity .metop-home-community__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .metop-home-parity .metop-home-community__intro {
    gap: 32px;
    grid-template-columns: 1fr;
  }

  .metop-home-parity .metop-home-community__benefits {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .metop-home-parity .metop-home-community__benefits li,
  .metop-home-parity .metop-home-community__benefits li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 640px) {
  .metop-home-parity .metop-home-community {
    padding: 64px 22px;
  }

  .metop-home-parity .metop-home-community__intro {
    padding: 24px;
  }

  .metop-home-parity .metop-home-community__identity {
    gap: 16px;
  }

  .metop-home-parity .metop-home-community__mark {
    flex-basis: 48px;
    height: 48px;
  }

  .metop-home-parity .metop-home-community__identity h2 {
    font-size: 28px;
  }

  .metop-home-parity .metop-home-community__description {
    font-size: 14px;
    margin-top: 20px;
  }

  .metop-home-parity .metop-home-community__benefits,
  .metop-home-parity .metop-home-community__grid {
    grid-template-columns: 1fr;
  }

  .metop-home-parity .metop-home-community__footer {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .metop-home-parity .metop-home-community__footer a {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .metop-home-parity .metop-home-community {
    padding-inline: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .metop-home-parity .metop-home-community__model,
  .metop-home-parity .metop-home-community__media img {
    transition: none;
  }

  .metop-home-parity .metop-home-community__model:hover,
  .metop-home-parity .metop-home-community__model:focus-visible,
  .metop-home-parity .metop-home-community__model:hover .metop-home-community__media img,
  .metop-home-parity .metop-home-community__model:focus-visible .metop-home-community__media img {
    transform: none;
  }
}

/* Keep the closing action calm and consistent with the site's neutral surfaces. */
.metop-home-parity .metop-home-parity__cta {
  background: #fbfbfa !important;
  padding-block: 88px !important;
}

.metop-home-parity .metop-home-parity__cta h2.elementor-heading-title {
  font-size: 36px;
  letter-spacing: 0;
}

.metop-home-parity .metop-home-parity__cta .elementor-widget-text-editor {
  color: #787774;
  font-size: 16px;
}

@media (max-width: 640px) {
  .metop-home-parity .metop-home-parity__cta {
    padding-block: 64px !important;
  }

  .metop-home-parity .metop-home-parity__cta h2.elementor-heading-title {
    font-size: 28px;
  }

  .metop-home-parity .metop-home-parity__cta .elementor-widget-text-editor {
    font-size: 14px;
  }
}

.metop-home-parity .metop-home-parity__services-widget,
.metop-home-parity .metop-home-parity__services-widget .elementor-widget-container {
  width: 100%;
}

.metop-home-parity .metop-home-services {
  background: #fbfbfa;
  color: #111111;
  padding: 104px max(48px, calc((100vw - var(--home-width)) / 2));
  width: 100%;
}

.metop-home-parity .metop-home-services__shell {
  margin-inline: auto;
  max-width: var(--home-width);
  width: 100%;
}

.metop-home-parity .metop-home-services__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto 64px;
  max-width: 760px;
  text-align: center;
}

.metop-home-parity .metop-home-services__header p {
  color: var(--home-blue) !important;
  font-family: "Geist Mono", "SF Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 12px;
}

.metop-home-parity .metop-home-services__header h2 {
  color: #111111;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
  text-wrap: balance;
}

.metop-home-parity .metop-home-services__header > span {
  color: #787774;
  font-size: 14px;
  line-height: 1.75;
  margin-top: 16px;
  max-width: 720px;
}

.metop-home-parity .metop-home-services__list {
  border-bottom: 1px solid rgba(17, 17, 17, 0.10);
}

.metop-home-parity .metop-home-services__item {
  align-items: center;
  border-top: 1px solid rgba(17, 17, 17, 0.10);
  color: #111111 !important;
  display: grid;
  gap: 24px;
  grid-template-columns: 48px minmax(0, 1fr) 220px 32px;
  min-height: 154px;
  padding: 16px 8px;
  text-decoration: none !important;
  transition: background-color 200ms var(--home-ease), color 200ms var(--home-ease), padding 200ms var(--home-ease);
}

.metop-home-parity .metop-home-services__item:hover,
.metop-home-parity .metop-home-services__item:focus-visible {
  background: var(--home-blue-soft);
  outline: none;
  padding-inline: 16px;
}

.metop-home-parity .metop-home-services__number {
  color: #999999;
  font-family: "Geist Mono", "SF Mono", ui-monospace, monospace;
  font-size: 12px;
  line-height: 1.5;
}

.metop-home-parity .metop-home-services__copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.metop-home-parity .metop-home-services__copy strong {
  color: #111111;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  transition: color 200ms var(--home-ease);
}

.metop-home-parity .metop-home-services__copy > span {
  color: #787774;
  font-size: 14px;
  line-height: 1.7;
  max-width: 680px;
}

.metop-home-parity .metop-home-services__item:hover .metop-home-services__copy strong,
.metop-home-parity .metop-home-services__item:focus-visible .metop-home-services__copy strong {
  color: var(--home-blue);
}

.metop-home-parity .metop-home-services__media {
  aspect-ratio: 16 / 9;
  background: #ececea;
  border-radius: 8px;
  display: block;
  overflow: hidden;
  width: 100%;
}

.metop-home-parity .metop-home-services__media img,
.metop-home-parity .metop-home-services__media video {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms var(--home-ease), opacity 200ms var(--home-ease);
  width: 100%;
}

.metop-home-parity .metop-home-services__item:hover .metop-home-services__media img,
.metop-home-parity .metop-home-services__item:hover .metop-home-services__media video,
.metop-home-parity .metop-home-services__item:focus-visible .metop-home-services__media img,
.metop-home-parity .metop-home-services__item:focus-visible .metop-home-services__media video {
  transform: scale(1.025);
}

.metop-home-parity .metop-home-services__arrow {
  color: #404040;
  font-size: 20px;
  line-height: 1;
  text-align: right;
  transition: color 200ms var(--home-ease), transform 200ms var(--home-ease);
}

.metop-home-parity .metop-home-services__item:hover .metop-home-services__arrow,
.metop-home-parity .metop-home-services__item:focus-visible .metop-home-services__arrow {
  color: var(--home-blue);
  transform: translateX(5px);
}

.metop-home-parity .metop-home-services.is-enhanced .metop-home-services__item {
  opacity: 0;
  transform: translateY(16px);
}

.metop-home-parity .metop-home-services.is-enhanced .metop-home-services__item.is-visible {
  animation: metop-home-service-enter 520ms var(--home-ease) both;
  animation-delay: calc(var(--service-order) * 55ms);
}

.metop-home-parity .metop-home-services__all {
  align-items: center;
  color: #111111 !important;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  gap: 10px;
  margin-top: 32px;
  min-height: 44px;
  text-decoration: none !important;
}

.metop-home-parity .metop-home-services__all::after {
  content: "→";
  font-size: 18px;
  transition: transform 200ms var(--home-ease);
}

.metop-home-parity .metop-home-services__all:hover,
.metop-home-parity .metop-home-services__all:focus-visible {
  color: var(--home-blue) !important;
  outline: 2px solid rgba(0, 51, 255, 0.42);
  outline-offset: 4px;
}

.metop-home-parity .metop-home-services__all:hover::after,
.metop-home-parity .metop-home-services__all:focus-visible::after {
  transform: translateX(5px);
}

@keyframes metop-home-service-enter {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .metop-home-parity .metop-home-services {
    padding: 88px 40px;
  }

  .metop-home-parity .metop-home-services__item {
    grid-template-columns: 42px minmax(0, 1fr) 190px 28px;
  }
}

@media (max-width: 760px) {
  .metop-home-parity .metop-home-services__header {
    margin-bottom: 48px;
  }

  .metop-home-parity .metop-home-services__item {
    gap: 20px;
    grid-template-columns: 36px minmax(0, 1fr) 170px 24px;
  }
}

@media (max-width: 640px) {
  .metop-home-parity .metop-home-services {
    padding: 64px 22px;
  }

  .metop-home-parity .metop-home-services__header h2 {
    font-size: 28px;
  }

  .metop-home-parity .metop-home-services__item {
    align-items: start;
    gap: 14px;
    grid-template-columns: 30px minmax(0, 1fr) 24px;
    min-height: 0;
    padding: 24px 0;
  }

  .metop-home-parity .metop-home-services__item:hover,
  .metop-home-parity .metop-home-services__item:focus-visible {
    padding-inline: 10px;
  }

  .metop-home-parity .metop-home-services__media {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 4px;
  }

  .metop-home-parity .metop-home-services__arrow {
    grid-column: 3;
    grid-row: 1;
    padding-top: 3px;
  }

  .metop-home-parity .metop-home-services__all {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 360px) {
  .metop-home-parity .metop-home-services {
    padding-inline: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .metop-home-parity .metop-home-services.is-enhanced .metop-home-services__item,
  .metop-home-parity .metop-home-services.is-enhanced .metop-home-services__item.is-visible {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .metop-home-parity .metop-home-services__media img,
  .metop-home-parity .metop-home-services__media video,
  .metop-home-parity .metop-home-services__arrow {
    transition: none;
  }

  .metop-home-parity .metop-home-services__item:hover .metop-home-services__media img,
  .metop-home-parity .metop-home-services__item:hover .metop-home-services__media video,
  .metop-home-parity .metop-home-services__item:focus-visible .metop-home-services__media img,
  .metop-home-parity .metop-home-services__item:focus-visible .metop-home-services__media video,
  .metop-home-parity .metop-home-services__item:hover .metop-home-services__arrow,
  .metop-home-parity .metop-home-services__item:focus-visible .metop-home-services__arrow {
    transform: none;
  }
}
