.eqpanel-page {
  --eqp-blue: #015aff;
  --eqp-blue-deep: #0644bf;
  --eqp-orange: #ff7a1a;
  --eqp-navy: #061634;
  --eqp-navy-2: #0a244d;
  --eqp-ink: #0b1730;
  --eqp-copy: #46546c;
  --eqp-muted: #71809a;
  --eqp-line: #dfe6f1;
  --eqp-surface: #f4f7fb;
  --eqp-green: #12a66a;
  color: var(--eqp-ink);
  background: #fff;
  overflow: clip;
}

.eqpanel-page *,
.eqpanel-page *::before,
.eqpanel-page *::after {
  box-sizing: border-box;
}

.eqpanel-page a {
  text-decoration: none;
}

.eqpanel-page :where(a, button):focus-visible {
  outline: 3px solid #ffb37c;
  outline-offset: 4px;
}

.eqp-wrap {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.eqp-skip-link {
  position: fixed;
  left: 18px;
  top: 14px;
  z-index: 10000;
  transform: translateY(-180%);
  padding: 12px 18px;
  border-radius: 8px;
  color: #fff;
  background: var(--eqp-orange);
  font-weight: 800;
  transition: transform .2s ease;
}

.eqp-skip-link:focus {
  transform: translateY(0);
}

.eqp-hero {
  position: relative;
  min-height: 790px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 32%, rgba(1, 90, 255, .34), transparent 28%),
    radial-gradient(circle at 18% 78%, rgba(255, 122, 26, .1), transparent 25%),
    linear-gradient(128deg, #041126 0%, #071b3d 54%, #0b2e66 100%);
}

.eqp-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: .42;
  background-image:
    linear-gradient(rgba(121, 167, 238, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121, 167, 238, .07) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, transparent 2%, #000 30%, #000 76%, transparent 100%);
}

.eqp-hero::after {
  position: absolute;
  right: -160px;
  bottom: -220px;
  width: 620px;
  height: 620px;
  content: "";
  border: 1px solid rgba(105, 157, 241, .15);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(105, 157, 241, .04), 0 0 0 160px rgba(105, 157, 241, .025);
}

.eqp-hero__nav {
  z-index: 20;
}

.eqp-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(560px, 1.1fr);
  gap: 58px;
  align-items: center;
  min-height: 660px;
  padding: 82px 0 130px;
}

.eqp-badge,
.eqp-eyebrow {
  margin: 0 0 20px;
  color: var(--eqp-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  line-height: 1.4;
}

.eqp-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  padding: 9px 13px 9px 11px;
  border: 1px solid rgba(135, 180, 255, .28);
  border-radius: 6px;
  color: #b8d3ff;
  background: rgba(8, 40, 88, .64);
  backdrop-filter: blur(12px);
}

.eqp-badge span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--eqp-orange);
  box-shadow: 0 0 0 5px rgba(255, 122, 26, .13);
}

.eqpanel-page .eqp-hero h1 {
  max-width: 680px;
  margin: 0;
  color: #fff !important;
  font-size: clamp(47px, 4.4vw, 72px);
  font-weight: 780;
  letter-spacing: -.055em;
  line-height: .99;
}

.eqp-hero h1 span {
  color: #8db7ff;
}

.eqp-hero__lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: #cfdaed;
  font-size: 17px;
  line-height: 1.72;
}

.eqp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.eqp-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.eqp-button:hover {
  transform: translateY(-2px);
}

.eqp-button--orange {
  color: #fff;
  background: var(--eqp-orange);
  box-shadow: 0 12px 28px rgba(255, 122, 26, .24);
}

.eqp-button--orange:hover {
  color: #fff;
  background: #ef6810;
  box-shadow: 0 15px 34px rgba(255, 122, 26, .3);
}

.eqp-button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .06);
}

.eqp-button--ghost:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, .52);
  background: rgba(255, 255, 255, .11);
}

.eqp-trust {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 27px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.5;
}

.eqp-trust i {
  margin-top: 3px;
  color: #55d69a;
}

.eqp-hero-stage {
  position: relative;
  min-height: 480px;
  perspective: 1200px;
}

.eqp-hero-stage__glow {
  position: absolute;
  inset: 7% 2% 0 13%;
  border-radius: 50%;
  background: rgba(1, 90, 255, .28);
  filter: blur(70px);
}

.eqp-hero-stage figure {
  margin: 0;
}

.eqp-hero-stage__main {
  position: absolute;
  z-index: 3;
  top: 52px;
  right: 0;
  width: min(620px, 94%);
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(158, 192, 248, .42);
  border-radius: 16px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 34px 75px rgba(0, 7, 25, .48);
  transform: rotateY(-4deg) rotateX(1deg);
}

.eqp-hero-stage__main::before {
  display: none;
  content: none;
}

.eqp-hero-stage__main img,
.eqp-hero-stage__card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 9px;
}

.eqp-hero-stage__card {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  width: 255px;
  padding: 9px;
  border: 1px solid rgba(146, 183, 242, .25);
  border-radius: 12px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 24px 50px rgba(0, 8, 28, .36);
}

.eqp-hero-stage__card > span {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 2px 3px 8px;
  color: #51627d;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
}

.eqp-hero-stage__card--power {
  z-index: 4;
  right: 0;
  bottom: 28px;
  width: 300px;
  transform: rotate(-2deg);
}

.eqp-lifecycle {
  position: absolute;
  z-index: 5;
  left: -18px;
  bottom: 44px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 13px 16px;
  border: 1px solid rgba(153, 187, 242, .28);
  border-radius: 9px;
  color: #d7e5fa;
  background: rgba(6, 22, 52, .88);
  box-shadow: 0 16px 35px rgba(0, 8, 28, .28);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .04em;
}

.eqp-lifecycle i {
  width: 17px;
  height: 1px;
  background: #4f79b9;
}

.eqp-capability-wrap {
  position: relative;
  z-index: 8;
  margin-top: -74px;
}

.eqp-capability-rail {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  overflow: hidden;
  border: 1px solid #dce4f0;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 25px 60px rgba(11, 34, 76, .16);
}

.eqp-capability-rail a {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 112px;
  align-items: center;
  gap: 12px;
  padding: 22px 16px;
  color: var(--eqp-ink);
  transition: color .2s ease, background .2s ease;
}

.eqp-capability-rail a + a::before {
  position: absolute;
  top: 23%;
  bottom: 23%;
  left: 0;
  width: 1px;
  content: "";
  background: #e2e8f2;
}

.eqp-capability-rail a > i {
  flex: 0 0 auto;
  color: var(--eqp-blue);
  font-size: 20px;
}

.eqp-capability-rail span,
.eqp-capability-rail strong,
.eqp-capability-rail small {
  display: block;
  min-width: 0;
}

.eqp-capability-rail strong {
  font-size: 13px;
  line-height: 1.35;
}

.eqp-capability-rail small {
  margin-top: 3px;
  color: var(--eqp-muted);
  font-size: 10px;
  line-height: 1.35;
}

.eqp-section {
  position: relative;
  padding: 126px 0;
}

.eqp-section-heading {
  margin-bottom: 62px;
}

.eqp-section-heading h2,
.eqp-value-intro h2,
.eqp-final-cta h2,
.eqp-faq-intro h2 {
  margin: 0;
  color: var(--eqp-ink);
  font-size: clamp(39px, 4vw, 59px);
  font-weight: 790;
  letter-spacing: -.05em;
  line-height: 1.05;
}

.eqpanel-page .eqp-nowrap {
  white-space: nowrap;
}

.eqp-section-heading > p,
.eqp-section-heading > div + p {
  color: var(--eqp-copy);
  font-size: 16px;
  line-height: 1.72;
}

.eqp-section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .78fr);
  gap: 80px;
  align-items: end;
}

.eqp-section-heading--split > p {
  margin: 0 0 4px;
}

.eqp-section-heading--center {
  max-width: 880px;
  margin-inline: auto;
  text-align: center;
}

.eqp-section-heading--center > p:last-child {
  max-width: 800px;
  margin: 24px auto 0;
}

.eqp-product {
  padding-top: 150px;
  background: #fff;
}

.eqp-product::before {
  position: absolute;
  top: 48%;
  left: 0;
  width: 33%;
  height: 430px;
  content: "";
  background: linear-gradient(90deg, rgba(1, 90, 255, .055), transparent);
}

.eqp-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(400px, .85fr);
  gap: 66px;
  align-items: start;
}

.eqp-image-trigger {
  position: relative;
  display: block;
  color: inherit;
}

.eqp-image-trigger img {
  display: block;
  width: 100%;
  height: auto;
}

.eqp-image-trigger__hint {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 7px;
  color: #fff;
  background: rgba(6, 22, 52, .8);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  backdrop-filter: blur(10px);
}

.eqp-product-visual {
  position: sticky;
  top: 28px;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #dbe4f0;
  border-radius: 15px;
  background: #f9fbfe;
  box-shadow: 0 30px 70px rgba(19, 44, 85, .16);
}

.eqp-product-visual img {
  border-radius: 9px;
}

.eqp-feature-ledger {
  border-top: 1px solid var(--eqp-line);
}

.eqp-feature-ledger article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 20px;
  padding: 24px 4px 25px;
  border-bottom: 1px solid var(--eqp-line);
}

.eqp-feature-ledger article > span {
  color: var(--eqp-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.eqp-feature-ledger h3,
.eqp-monitor h3,
.eqp-access-points h3,
.eqp-safeguard-list h3,
.eqp-value-statements h3 {
  margin: 0;
  color: var(--eqp-ink);
  font-size: 18px;
  font-weight: 780;
  letter-spacing: -.02em;
}

.eqp-feature-ledger p {
  margin: 8px 0 0;
  color: var(--eqp-copy);
  font-size: 14px;
  line-height: 1.65;
}

.eqp-deployment {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 90% 18%, rgba(1, 90, 255, .22), transparent 28%),
    linear-gradient(145deg, #061634, #081c3c 64%, #0b2858);
}

.eqp-deployment::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image: linear-gradient(120deg, transparent 0 46%, rgba(101, 150, 223, .08) 46% 46.2%, transparent 46.2%);
}

.eqp-deployment .eqp-eyebrow,
.eqp-recovery .eqp-eyebrow,
.eqp-final-cta .eqp-eyebrow {
  color: #84b1ff;
}

.eqp-deployment .eqp-section-heading h2,
.eqp-section-heading--dark h2 {
  color: #fff !important;
}

.eqp-deployment .eqp-section-heading > p,
.eqp-section-heading--dark > p {
  color: #fff;
}

.eqp-deployment .eqp-section-heading > p,
.eqp-section-heading--dark > p {
  color: #c3d1e7;
}

.eqp-deployment-tabs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.eqp-deployment-tab {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr 16px;
  gap: 14px;
  align-items: start;
  width: 100%;
  padding: 17px 16px;
  border: 1px solid rgba(126, 164, 221, .15);
  border-radius: 10px;
  color: #fff;
  background: rgba(255, 255, 255, .035);
  text-align: left;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.eqp-deployment-tab.is-active {
  border-color: rgba(100, 158, 255, .6);
  background: linear-gradient(105deg, rgba(1, 90, 255, .22), rgba(1, 90, 255, .06));
}

.eqp-deployment-tab.is-active {
  transform: translateX(5px);
}

.eqp-deployment-tab strong,
.eqp-deployment-tab small {
  display: block;
}

.eqp-deployment-tab strong {
  font-size: 15px;
  font-weight: 800;
}

.eqp-deployment-tab small {
  margin-top: 5px;
  color: #aebed7;
  font-size: 11px;
  line-height: 1.5;
}

.eqp-support-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.eqp-observability {
  overflow: hidden;
  background: #eef4fb;
}

.eqp-observability::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .7;
  background-image: radial-gradient(#9db6d9 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 70%, transparent);
}

.eqp-observability .eqp-wrap {
  position: relative;
}

.eqp-observability-stage {
  display: grid;
  gap: 44px;
}

.eqp-monitor {
  display: grid;
  grid-template-columns: minmax(280px, .64fr) minmax(0, 1.36fr);
  gap: 48px;
  align-items: center;
  padding: 26px;
  border: 1px solid rgba(174, 193, 218, .65);
  border-radius: 15px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 25px 60px rgba(25, 55, 100, .1);
  backdrop-filter: blur(7px);
}

.eqp-monitor--hardware {
  grid-template-columns: minmax(0, 1.36fr) minmax(280px, .64fr);
}

.eqp-monitor > .eqp-image-trigger {
  overflow: hidden;
  max-height: 520px;
  padding: 7px;
  border: 1px solid #dce4ef;
  border-radius: 10px;
  background: #fff;
}

.eqp-monitor--traffic > .eqp-image-trigger img {
  margin-top: -118px;
}

.eqp-monitor__copy {
  padding: 20px 16px;
}

.eqp-monitor__copy > span {
  display: block;
  margin-bottom: 16px;
  color: var(--eqp-blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}

.eqp-monitor__copy h3 {
  font-size: 30px;
  letter-spacing: -.035em;
}

.eqp-monitor__copy p {
  margin: 15px 0 0;
  color: var(--eqp-copy);
  font-size: 14px;
  line-height: 1.72;
}

.eqp-monitor__copy a,
.eqp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--eqp-blue);
  font-size: 13px;
  font-weight: 800;
}

.eqp-context-line {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  align-items: center;
  max-width: 900px;
  margin: 44px auto 0;
  padding: 25px 30px;
  border-left: 4px solid var(--eqp-orange);
  border-radius: 0 10px 10px 0;
  background: #fff;
  box-shadow: 0 16px 40px rgba(25, 55, 100, .09);
}

.eqp-context-line > i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: var(--eqp-blue);
  background: #eaf2ff;
}

.eqp-context-line h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
}

.eqp-context-line p {
  margin: 6px 0 0;
  color: var(--eqp-copy);
  font-size: 13px;
  line-height: 1.6;
}

.eqp-recovery {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 15% 65%, rgba(1, 90, 255, .21), transparent 27%),
    linear-gradient(135deg, #030d20, #061634 55%, #0a244d);
}

.eqp-recovery::after {
  position: absolute;
  top: 18%;
  right: -8%;
  width: 520px;
  height: 520px;
  content: "";
  border: 1px solid rgba(121, 166, 235, .13);
  border-radius: 50%;
  box-shadow: 0 0 0 65px rgba(121, 166, 235, .03), 0 0 0 130px rgba(121, 166, 235, .02);
}

.eqp-recovery .eqp-wrap {
  position: relative;
  z-index: 1;
}

.eqp-recovery-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: 24px;
  align-items: stretch;
}

.eqp-recovery-main,
.eqp-recovery-support figure {
  overflow: hidden;
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(142, 180, 239, .28);
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 26px 60px rgba(0, 3, 14, .35);
}

.eqp-recovery-main {
  height: 570px;
}

.eqp-recovery-main img {
  border-radius: 8px;
}

.eqp-recovery-support {
  display: grid;
  grid-template-rows: .45fr 1fr;
  gap: 24px;
}

.eqp-recovery-support figure {
  position: relative;
}

.eqp-recovery-support img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: contain;
  object-position: center;
}

.eqp-recovery-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 46px;
  border: 1px solid rgba(132, 172, 235, .22);
  border-radius: 12px;
  background: rgba(132, 172, 235, .22);
  overflow: hidden;
}

.eqp-recovery-features article {
  min-height: 250px;
  padding: 32px;
  background: #071a38;
}

.eqp-recovery-features i {
  color: #7eacfc;
  font-size: 20px;
}

.eqp-recovery-features h3 {
  margin: 24px 0 0;
  color: #fff !important;
  font-size: 18px;
  font-weight: 800;
}

.eqp-recovery-features p {
  margin: 12px 0 0;
  color: #aebfd8;
  font-size: 13px;
  line-height: 1.68;
}

.eqp-recovery-note {
  display: flex;
  max-width: 940px;
  align-items: flex-start;
  gap: 11px;
  margin: 25px auto 0;
  color: #a8bad4;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.eqp-recovery-note i {
  margin-top: 3px;
  color: #75a7fb;
}

.eqp-access {
  background: #fff;
}

.eqp-access-visuals {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 28px;
  align-items: start;
}

.eqp-access-visuals > a {
  overflow: hidden;
  padding: 8px;
  border: 1px solid #dce4ef;
  border-radius: 12px;
  background: #f8fafd;
  box-shadow: 0 22px 54px rgba(20, 44, 85, .1);
}

.eqp-access-visuals > a > span {
  display: block;
  padding: 8px 9px 13px;
  color: #5d6d86;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}

.eqp-access-visuals img {
  border-radius: 8px;
}

.eqp-access-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 50px;
  border-top: 1px solid var(--eqp-line);
  border-bottom: 1px solid var(--eqp-line);
}

.eqp-access-points article {
  position: relative;
  padding: 32px 28px 32px 0;
}

.eqp-access-points article + article {
  padding-left: 28px;
  border-left: 1px solid var(--eqp-line);
}

.eqp-access-points article > span {
  display: block;
  margin-bottom: 22px;
  color: var(--eqp-blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}

.eqp-access-points h3 {
  font-size: 16px;
}

.eqp-access-points p {
  margin: 10px 0 0;
  color: var(--eqp-copy);
  font-size: 13px;
  line-height: 1.62;
}

.eqp-safeguards {
  background: #f7f9fc;
}

.eqp-safeguard-layout {
  display: grid;
  grid-template-columns: minmax(380px, .78fr) minmax(0, 1.22fr);
  gap: 68px;
  align-items: start;
}

.eqp-safeguard-list {
  border-top: 1px solid var(--eqp-line);
}

.eqp-safeguard-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 25px 0;
  border-bottom: 1px solid var(--eqp-line);
}

.eqp-safeguard-list article > span {
  color: var(--eqp-orange);
  font-size: 11px;
  font-weight: 900;
}

.eqp-safeguard-list p {
  margin: 8px 0 0;
  color: var(--eqp-copy);
  font-size: 13px;
  line-height: 1.65;
}

.eqp-review-visual {
  position: sticky;
  top: 28px;
  overflow: hidden;
  height: 670px;
  padding: 9px;
  border: 1px solid #d9e2ef;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 28px 65px rgba(17, 42, 82, .13);
}

.eqp-review-visual img {
  border-radius: 8px;
}

.eqp-review-visual__tag {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 7px;
  color: #9f2e2e;
  background: #fff0f0;
  box-shadow: 0 8px 24px rgba(53, 13, 13, .12);
  font-size: 10px;
  font-weight: 850;
}

.eqp-value {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(1, 90, 255, .26), transparent 30%),
    linear-gradient(135deg, #061634, #0a244d);
}

.eqp-value::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .18;
  background-image:
    linear-gradient(30deg, transparent 24%, rgba(138, 177, 237, .28) 25%, transparent 26%),
    linear-gradient(150deg, transparent 24%, rgba(138, 177, 237, .2) 25%, transparent 26%);
  background-size: 76px 76px;
}

.eqp-value .eqp-wrap {
  position: relative;
}

.eqp-value-intro {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: 80px;
  align-items: end;
}

.eqp-value-intro .eqp-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -48px;
  color: #83b0ff;
}

.eqp-value-intro h2 {
  color: #fff;
}

.eqp-value-intro > p:last-child {
  margin: 0 0 4px;
  color: #c1d0e5;
  font-size: 16px;
  line-height: 1.72;
}

.eqp-value-statements {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 64px;
  border: 1px solid rgba(132, 172, 235, .21);
  border-radius: 12px;
  background: rgba(132, 172, 235, .21);
  overflow: hidden;
}

.eqp-value-statements article {
  min-height: 250px;
  padding: 36px;
  background: rgba(4, 17, 40, .72);
}

.eqp-value-statements article > span {
  display: block;
  margin-bottom: 38px;
  color: #76a7f9;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}

.eqp-value-statements h3 {
  color: #fff;
  font-size: 19px;
}

.eqp-value-statements p {
  margin: 12px 0 0;
  color: #aebfd8;
  font-size: 13px;
  line-height: 1.68;
}

.eqp-included {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 22px;
  align-items: start;
  margin-top: 32px;
  padding: 30px 34px;
  border: 1px solid rgba(93, 218, 157, .32);
  border-radius: 11px;
  background: rgba(24, 118, 81, .18);
}

.eqp-included > i {
  color: #58d89c;
  font-size: 28px;
}

.eqp-included strong,
.eqp-included small {
  display: block;
}

.eqp-included strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.45;
}

.eqp-included small {
  margin-top: 8px;
  color: #aac6bb;
  font-size: 11.5px;
  line-height: 1.55;
}

.eqp-support {
  background: #fff;
}

.eqp-support-compare {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 1060px;
  margin-inline: auto;
}

.eqp-support-column {
  min-height: 600px;
  padding: 40px;
  border: 1px solid #dfe6f0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(19, 43, 83, .08);
}

.eqp-support-column--panel {
  border-top: 4px solid var(--eqp-blue);
}

.eqp-support-column--team {
  border-top: 4px solid var(--eqp-orange);
}

.eqp-support-column__head {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--eqp-line);
}

.eqp-support-column__head > span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 10px;
  color: var(--eqp-blue);
  background: #eaf2ff;
  font-size: 18px;
}

.eqp-support-column--team .eqp-support-column__head > span {
  color: #d85c08;
  background: #fff0e6;
}

.eqp-support-column__head small {
  display: block;
  margin-bottom: 4px;
  color: var(--eqp-muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
}

.eqp-support-column__head h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 790;
  letter-spacing: -.03em;
}

.eqp-support-column ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 18px;
  margin-top: 22px;
}

.eqp-support-column li {
  position: relative;
  padding: 12px 0 12px 22px;
  color: #33425a;
  border-bottom: 1px solid #ebeff5;
  font-size: 13px;
  line-height: 1.45;
}

.eqp-support-column li::before {
  position: absolute;
  top: 16px;
  left: 1px;
  color: var(--eqp-green);
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  font-weight: 900;
}

.eqp-support-column--team ul {
  grid-template-columns: 1fr;
}

.eqp-support-bridge {
  position: absolute;
  z-index: 3;
  top: 84px;
  left: 50%;
  transform: translateX(-50%);
}

.eqp-support-bridge span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 7px solid #fff;
  border-radius: 50%;
  color: var(--eqp-blue);
  background: #eaf2ff;
  font-size: 21px;
  font-weight: 500;
}

.eqp-faq {
  background: #f4f7fb;
}

.eqp-faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, .65fr) minmax(0, 1.35fr);
  gap: 86px;
  align-items: start;
}

.eqp-faq-intro {
  position: sticky;
  top: 35px;
}

.eqp-faq-intro h2 {
  font-size: clamp(38px, 3.7vw, 54px);
}

.eqp-faq-intro > p:not(.eqp-eyebrow) {
  margin: 22px 0 0;
  color: var(--eqp-copy);
  font-size: 15px;
  line-height: 1.7;
}

.eqpanel-page main .eqp-faq-list {
  border-top: 1px solid #cfd8e0;
}

.eqpanel-page main .eqp-faq-item {
  border-bottom: 1px solid #d7e1eb;
  transition: background-color 200ms ease;
}

.eqpanel-page main .eqp-faq-item.is-open {
  margin-inline: -18px;
  padding-inline: 18px;
  border-radius: 12px;
  background: #f5f8fc;
}

.eqpanel-page main .eqp-faq-item h3 {
  margin: 0;
}

.eqpanel-page main .eqp-faq-item button {
  display: flex;
  width: 100%;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 2px;
  border: 0;
  color: #10263d;
  background: transparent;
  font-size: 18px;
  font-weight: 700 !important;
  line-height: 1.45;
  text-align: left;
}

.eqpanel-page main [data-eqp-faq-button] > span {
  font-weight: 700;
}

.eqpanel-page main .eqp-faq-item button i {
  flex: 0 0 auto;
  color: #015aff;
  font-size: 18px;
  transition: transform 200ms ease;
}

.eqpanel-page main .eqp-faq-item.is-open button i {
  transform: rotate(45deg);
}

.eqpanel-page main .eqp-faq-item.is-open button i::before {
  content: "\2b";
}

.eqpanel-page main .eqp-faq-answer {
  padding: 0 42px 24px 2px;
  color: #536477;
}

.eqpanel-page main .eqp-faq-answer p {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 17px;
  line-height: 1.65;
}

.eqp-final-cta {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  color: #fff;
  background:
    radial-gradient(circle at 85% 45%, rgba(1, 90, 255, .35), transparent 34%),
    linear-gradient(125deg, #061634 0%, #09234d 60%, #0b3579 100%);
}

.eqp-final-cta::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .35;
  background-image:
    linear-gradient(rgba(118, 163, 232, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(118, 163, 232, .08) 1px, transparent 1px);
  background-size: 45px 45px;
}

.eqp-final-cta__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
  gap: 70px;
  align-items: center;
}

.eqp-final-cta h2 {
  max-width: 670px;
  color: #fff !important;
}

.eqp-final-cta__inner > div > p:not(.eqp-eyebrow) {
  max-width: 650px;
  margin: 24px 0 0;
  color: #c4d2e8;
  font-size: 16px;
  line-height: 1.72;
}

.eqp-final-cta figure {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(173, 201, 244, .42);
  border-radius: 18px;
  background: #f1f3f6;
  box-shadow: 0 18px 44px rgba(0, 4, 20, .28), 0 0 30px rgba(1, 90, 255, .1);
  transform: rotate(-2deg);
}

.eqp-final-cta figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 0 17px 17px;
}

.eqp-customer-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: #b8cdf0;
  font-size: 12px;
  font-weight: 750;
}

.eqp-customer-link:hover {
  color: #fff;
}

.eqp-lightbox[hidden] {
  display: none;
}

.eqp-lightbox {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
}

.eqp-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 7, 20, .92);
  backdrop-filter: blur(8px);
}

.eqp-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  width: min(1500px, 100%);
  height: min(1050px, calc(100vh - 56px));
  height: min(1050px, calc(100dvh - 56px));
  min-width: 0;
  min-height: 0;
  border: 1px solid rgba(170, 197, 238, .32);
  border-radius: 12px;
  background: #f5f8fc;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .55);
}

.eqp-lightbox__bar {
  display: flex;
  min-height: 58px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 13px 10px 20px;
  color: #fff;
  background: var(--eqp-navy);
}

.eqp-lightbox__bar h2 {
  margin: 0;
  align-self: center;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.eqp-lightbox__bar button {
  display: grid;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 7px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  cursor: pointer;
}

.eqp-lightbox__bar button:hover {
  background: rgba(255, 255, 255, .18);
}

.eqp-lightbox__viewport {
  display: flex;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  overscroll-behavior: contain;
}

.eqp-lightbox__viewport img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
  transform: none;
  clip-path: none;
  box-shadow: 0 15px 45px rgba(22, 43, 77, .14);
}

.eqp-lightbox__caption {
  margin: 0;
  padding: 12px 20px;
  color: #4d5d75;
  border-top: 1px solid #dce4ef;
  background: #fff;
  font-size: 12px;
  line-height: 1.5;
}

.eqp-lightbox--scroll-image .eqp-lightbox__viewport {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable both-edges;
}

.eqp-lightbox--scroll-image .eqp-lightbox__viewport img {
  max-height: none;
  object-position: top center;
}

body.eqp-lightbox-open {
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .eqp-wrap {
    width: min(1120px, calc(100% - 40px));
  }

  .eqp-hero__inner {
    grid-template-columns: minmax(0, .86fr) minmax(500px, 1.14fr);
    gap: 34px;
  }

  .eqp-hero-stage__card--power {
    right: 0;
  }

  .eqp-capability-rail {
    grid-template-columns: repeat(3, 1fr);
  }

  .eqp-capability-rail a:nth-child(4)::before {
    display: none;
  }

  .eqp-capability-rail a:nth-child(n+4) {
    border-top: 1px solid #e2e8f2;
  }

  .eqp-section-heading--split {
    gap: 45px;
  }

  .eqp-product-layout {
    grid-template-columns: 1fr;
  }

  .eqp-product-visual,
  .eqp-review-visual {
    position: relative;
    top: auto;
  }

  .eqp-product-visual {
    max-width: 880px;
    margin-inline: auto;
  }

  .eqp-feature-ledger {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .eqp-feature-ledger article:nth-child(odd) {
    padding-right: 25px;
  }

  .eqp-feature-ledger article:nth-child(even) {
    padding-left: 25px;
    border-left: 1px solid var(--eqp-line);
  }

  .eqp-access-points {
    grid-template-columns: 1fr 1fr;
  }

  .eqp-access-points article:nth-child(3) {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--eqp-line);
  }

  .eqp-access-points article:nth-child(4) {
    border-top: 1px solid var(--eqp-line);
  }

  .eqp-final-cta__inner {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }

  .eqp-final-cta figure {
    margin-right: -40px;
  }
}

@media (max-width: 1099.98px) {
  .eqp-hero {
    min-height: auto;
  }

  .eqp-hero__inner {
    grid-template-columns: 1fr;
    gap: 58px;
    padding: 75px 0 155px;
  }

  .eqp-hero__copy {
    max-width: 760px;
  }

  .eqp-hero-stage {
    width: min(720px, 100%);
    min-height: 490px;
    margin-inline: auto;
    perspective: none;
  }

  .eqp-hero-stage__main {
    right: 6%;
    width: 88%;
    transform: none;
  }

  .eqp-section {
    padding: 100px 0;
  }

  .eqp-section-heading--split,
  .eqp-value-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .eqp-value-intro .eqp-eyebrow {
    grid-column: auto;
    margin-bottom: -5px;
  }

  .eqp-deployment-tab {
    grid-template-columns: 34px 1fr 12px;
    padding: 14px 12px;
  }

  .eqp-deployment-tab small {
    font-size: 10px;
  }

  .eqp-monitor,
  .eqp-monitor--hardware {
    grid-template-columns: 1fr;
  }

  .eqp-monitor--hardware > .eqp-image-trigger {
    grid-row: 2;
  }

  .eqp-recovery-stage {
    grid-template-columns: 1fr;
  }

  .eqp-recovery-main {
    height: 560px;
  }

  .eqp-recovery-support {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }

  .eqp-recovery-support figure {
    height: 330px;
  }

  .eqp-recovery-features article {
    padding: 26px;
  }

  .eqp-access-visuals {
    grid-template-columns: 1fr;
  }

  .eqp-access-visuals > a {
    max-width: 780px;
    margin-inline: auto;
  }

  .eqp-safeguard-layout {
    grid-template-columns: 1fr;
  }

  .eqp-review-visual {
    width: min(740px, 100%);
    margin-inline: auto;
  }

  .eqp-support-column {
    padding: 32px;
  }

  .eqp-support-column ul {
    grid-template-columns: 1fr;
  }

  .eqp-faq-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .eqp-faq-intro {
    position: relative;
    top: auto;
    max-width: 720px;
  }

  .eqp-final-cta__inner {
    grid-template-columns: 1fr;
  }

  .eqp-final-cta figure {
    width: min(760px, 100%);
    margin: 20px auto 0;
    border-radius: 18px;
    transform: none;
  }

  .eqp-final-cta figure img {
    border-radius: 0 0 17px 17px;
  }
}

@media (max-width: 767.98px) {
  .eqp-wrap {
    width: min(100% - 32px, 680px);
  }

  .eqp-hero__inner {
    padding-top: 56px;
  }

  .eqp-hero h1 {
    font-size: clamp(41px, 11.5vw, 60px);
    line-height: 1.02;
  }

  .eqp-hero__lead {
    font-size: 15px;
  }

  .eqp-hero-stage {
    min-height: 420px;
  }

  .eqp-hero-stage__main {
    top: 46px;
    right: 0;
    width: 100%;
  }

  .eqp-hero-stage__card--power {
    right: 8px;
    bottom: 22px;
    width: 260px;
  }

  .eqp-lifecycle {
    left: 8px;
    bottom: 62px;
  }

  .eqp-capability-wrap {
    margin-top: -98px;
  }

  .eqp-capability-rail {
    grid-template-columns: 1fr 1fr;
  }

  .eqp-capability-rail a {
    min-height: 92px;
  }

  .eqp-capability-rail a:nth-child(odd)::before {
    display: none;
  }

  .eqp-capability-rail a:nth-child(n+3) {
    border-top: 1px solid #e2e8f2;
  }

  .eqp-section {
    padding: 82px 0;
  }

  .eqp-product {
    padding-top: 108px;
  }

  .eqp-section-heading {
    margin-bottom: 44px;
  }

  .eqp-section-heading h2,
  .eqp-value-intro h2,
  .eqp-final-cta h2,
  .eqp-faq-intro h2 {
    font-size: clamp(34px, 9vw, 48px);
  }

  .eqp-section-heading > p,
  .eqp-section-heading > div + p {
    font-size: 14px;
  }

  .eqp-feature-ledger {
    display: block;
  }

  .eqp-feature-ledger article:nth-child(odd),
  .eqp-feature-ledger article:nth-child(even) {
    padding-inline: 4px;
    border-left: 0;
  }

  .eqp-deployment-tab {
    grid-template-columns: 38px 1fr 16px;
    padding: 17px 14px;
  }

  .eqp-deployment-tab.is-active {
    transform: none;
  }

  .eqp-deployment-tab small {
    font-size: 11px;
  }

  .eqp-monitor {
    gap: 18px;
    padding: 16px;
  }

  .eqp-monitor__copy {
    padding: 14px 6px;
  }

  .eqp-monitor--traffic > .eqp-image-trigger {
    max-height: 460px;
  }

  .eqp-recovery-main {
    height: 500px;
  }

  .eqp-recovery-support {
    grid-template-columns: 1fr;
  }

  .eqp-recovery-support figure {
    height: auto;
  }

  .eqp-recovery-features {
    grid-template-columns: 1fr;
  }

  .eqp-recovery-features article {
    min-height: auto;
  }

  .eqp-recovery-note {
    text-align: left;
  }

  .eqp-access-points {
    grid-template-columns: 1fr;
  }

  .eqp-access-points article,
  .eqp-access-points article + article,
  .eqp-access-points article:nth-child(3),
  .eqp-access-points article:nth-child(4) {
    padding: 27px 2px;
    border-top: 1px solid var(--eqp-line);
    border-left: 0;
  }

  .eqp-access-points article:first-child {
    border-top: 0;
  }

  .eqp-review-visual {
    height: 560px;
  }

  .eqp-value-statements {
    grid-template-columns: 1fr;
  }

  .eqp-value-statements article {
    min-height: auto;
  }

  .eqp-included {
    grid-template-columns: 1fr;
  }

  .eqp-support-compare {
    grid-template-columns: 1fr;
  }

  .eqp-support-column {
    min-height: auto;
  }

  .eqp-support-bridge {
    top: 50%;
  }

  .eqp-faq-item button {
    min-height: 72px;
    gap: 20px;
    font-size: 15px;
  }

  .eqp-faq-answer p {
    padding-right: 28px;
  }

  .eqp-final-cta {
    padding: 84px 0;
  }

  .eqp-lightbox {
    padding: 10px;
  }

  .eqp-lightbox__dialog {
    width: 100%;
    height: calc(100vh - 20px);
    height: calc(100dvh - 20px);
  }
}

@media (max-width: 479.98px) {
  .eqp-wrap {
    width: calc(100% - 28px);
  }

  .eqp-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .eqp-button {
    width: 100%;
  }

  .eqp-hero__inner {
    gap: 46px;
    padding-bottom: 170px;
  }

  .eqp-badge {
    font-size: 10px;
  }

  .eqp-hero-stage {
    min-height: 350px;
  }

  .eqp-hero-stage__main {
    padding: 0;
  }

  .eqp-hero-stage__card--power {
    right: 10px;
    bottom: 2px;
    width: 215px;
    transform: none;
  }

  .eqp-lifecycle {
    right: 10px;
    bottom: 45px;
    left: 10px;
    justify-content: center;
    padding: 11px 8px;
    font-size: 9px;
  }

  .eqp-lifecycle i {
    width: 10px;
  }

  .eqp-capability-rail a {
    min-height: 88px;
    gap: 9px;
    padding: 16px 11px;
  }

  .eqp-capability-rail a > i {
    font-size: 17px;
  }

  .eqp-capability-rail strong {
    font-size: 12px;
  }

  .eqp-capability-rail small {
    display: none;
  }

  .eqp-product-visual {
    padding: 5px;
  }

  .eqp-image-trigger__hint {
    top: 10px;
    right: 10px;
    padding: 7px 8px;
    font-size: 8px;
  }

  .eqp-deployment-tab {
    grid-template-columns: 30px 1fr 12px;
    gap: 10px;
  }

  .eqp-monitor--traffic > .eqp-image-trigger {
    max-height: 360px;
  }

  .eqp-monitor--traffic > .eqp-image-trigger img {
    margin-top: -60px;
  }

  .eqp-context-line {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .eqp-recovery-main {
    height: 420px;
  }

  .eqp-recovery-features article,
  .eqp-value-statements article {
    padding: 28px 24px;
  }

  .eqp-review-visual {
    height: 500px;
  }

  .eqp-support-column {
    padding: 28px 23px;
  }

  .eqp-support-column__head {
    grid-template-columns: 44px 1fr;
    gap: 13px;
  }

  .eqp-support-column__head > span {
    width: 44px;
    height: 44px;
  }

  .eqp-support-column__head h3 {
    font-size: 19px;
  }

  .eqp-lightbox__viewport {
    padding: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eqpanel-page *,
  .eqpanel-page *::before,
  .eqpanel-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Focused typography and layout revision: intentionally excludes .eqp-hero__nav
   and every shared header/footer ancestor. */
.eqp-hero__inner,
.eqp-capability-wrap,
.eqpanel-page main,
.eqp-lightbox {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.eqp-hero__inner :where(button, input, select, textarea),
.eqp-capability-wrap :where(button, input, select, textarea),
.eqpanel-page main :where(button, input, select, textarea),
.eqp-lightbox :where(button, input, select, textarea) {
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 0;
}

.eqp-hero__inner h1 {
  font-family: inherit;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.08;
}

.eqpanel-page main h2 {
  font-family: inherit;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.08;
}

.eqpanel-page main h3 {
  font-family: inherit;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.15;
}

.eqp-hero__inner p,
.eqp-capability-wrap p,
.eqpanel-page main p,
.eqp-lightbox p {
  font-weight: 400;
  letter-spacing: 0;
}

.eqp-button,
.eqp-faq-item button,
.eqp-deployment-tab {
  font-weight: 600;
}

.eqpanel-page .eqp-hero h1 {
  max-width: 760px;
  font-family: inherit;
  font-size: clamp(48px, 4vw, 64px);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.08;
}

.eqp-hero h1 > span {
  display: block;
}

.eqp-hero__inner {
  grid-template-columns: minmax(0, .95fr) minmax(580px, 1.05fr);
  gap: 30px;
}

.eqp-hero__lead,
.eqpanel-page main > .eqp-section p,
.eqp-final-cta__inner > div > p:not(.eqp-eyebrow) {
  font-size: 17px;
  line-height: 1.65;
}

.eqp-trust {
  font-size: 15px;
  font-weight: 600;
}

.eqp-button {
  font-size: 16px;
  font-weight: 600;
}

.eqp-badge,
.eqp-eyebrow,
.eqp-hero-stage__card > span,
.eqp-lifecycle,
.eqp-image-trigger__hint,
.eqp-feature-ledger article > span,
.eqp-monitor__copy > span,
.eqp-access-visuals > a > span,
.eqp-access-points article > span,
.eqp-safeguard-list article > span,
.eqp-review-visual__tag,
.eqp-value-statements article > span,
.eqp-support-column__head small {
  font-size: 12px;
}

.eqp-capability-rail strong {
  font-size: 14px;
  font-weight: 700;
}

.eqp-capability-rail small {
  font-size: 12px;
  line-height: 1.45;
}

.eqp-hero-stage__main {
  right: -12px;
  width: min(690px, 103%);
}

.eqp-section {
  padding: 104px 0;
}

.eqp-product {
  padding-top: 112px;
}

.eqp-access,
.eqp-faq {
  padding-top: 96px;
  padding-bottom: 96px;
}

.eqp-section-heading {
  margin-bottom: 48px;
}

.eqp-section-heading h2,
.eqp-value-intro h2,
.eqp-final-cta h2,
.eqp-faq-intro h2 {
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.08;
}

.eqp-section-heading > p,
.eqp-section-heading > div + p,
.eqp-value-intro > p:last-child,
.eqp-faq-intro > p:not(.eqp-eyebrow) {
  font-size: 17px;
  line-height: 1.65;
}

.eqp-feature-ledger p,
.eqp-monitor__copy p,
.eqp-context-line p,
.eqp-recovery-features p,
.eqp-access-points p,
.eqp-safeguard-list p,
.eqp-value-statements p,
.eqp-support-column li {
  font-size: 16px !important;
  line-height: 1.62;
}

.eqp-feature-ledger h3,
.eqp-monitor h3,
.eqp-context-line h3,
.eqp-access-points h3,
.eqp-safeguard-list h3,
.eqp-value-statements h3,
.eqp-recovery-features h3 {
  font-size: 19px;
  font-weight: 700;
}

.eqp-deployment-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.eqp-deployment-tab {
  display: grid;
  min-height: 112px;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 8px;
  padding: 17px 15px;
  border: 1px solid rgba(154, 188, 239, .28);
  border-radius: 10px;
  color: #dbe7f9;
  background: rgba(255, 255, 255, .045);
  text-align: left;
  transform: none;
}

.eqp-deployment-tab.is-active,
.eqp-deployment-tab[aria-selected="true"] {
  border-color: #8bb8ff;
  color: #fff;
  background: linear-gradient(135deg, rgba(1, 90, 255, .58), rgba(1, 90, 255, .22));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16), 0 10px 28px rgba(0, 38, 108, .3);
  transform: translateY(-2px);
}

.eqp-deployment-tab strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.eqp-deployment-tab small {
  margin-top: 4px;
  color: #c2d1e7;
  font-size: 13px;
  line-height: 1.45;
}

.eqp-deployment-tab.is-active small {
  color: #eef5ff;
}

.eqp-deployment-tabpanel {
  min-height: 790px;
}

.eqp-deployment-tabpanel[hidden] {
  display: none;
}

html:not(.js) .eqp-deployment-tabs {
  display: none;
}

html:not(.js) .eqp-deployment-tabpanel {
  display: block;
}

/* Recovery and value cards retain the dark palette with stronger contrast. */
.eqp-recovery .eqp-section-heading > p,
.eqp-recovery-features p,
.eqp-recovery-note,
.eqp-value-intro > p:last-child,
.eqp-value-statements p {
  color: rgba(255, 255, 255, .82);
}

.eqp-recovery-features {
  gap: 16px;
  border: 0;
  background: transparent;
}

.eqp-recovery-features article {
  border: 1px solid rgba(181, 207, 248, .22);
  border-radius: 10px;
  background: rgba(255, 255, 255, .085);
}

.eqp-recovery-features h3,
.eqp-value h2,
.eqp-value h3 {
  color: #fff !important;
}

.eqp-recovery-note {
  font-size: 13px !important;
}

/* Credentials and Reverse DNS use a deliberate 65/35 bento balance. */
.eqp-access-visuals {
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, .85fr);
  gap: 24px;
}

.eqp-access-points {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
  border: 0;
}

.eqp-access-points article,
.eqp-access-points article + article,
.eqp-access-points article:nth-child(3),
.eqp-access-points article:nth-child(4) {
  min-height: 210px;
  padding: 28px;
  border: 1px solid var(--eqp-line);
  border-radius: 10px;
  background: #f8fafd;
}

.eqp-access-points article > span {
  margin-bottom: 16px;
}

.eqp-value-statements {
  gap: 16px;
  border: 0;
  background: transparent;
}

.eqp-value-statements article {
  border: 1px solid rgba(181, 207, 248, .2);
  border-radius: 10px;
  background: rgba(255, 255, 255, .075);
}

.eqp-included {
  border-color: rgba(181, 207, 248, .22);
  background: rgba(255, 255, 255, .08);
}

.eqp-included strong {
  color: #fff;
}

.eqp-included small {
  color: rgba(255, 255, 255, .8);
  font-size: 15px;
  line-height: 1.6;
}

.eqp-support-column li {
  font-size: 15.5px;
}

.eqp-faq-layout {
  gap: 64px;
}

.eqpanel-page main .eqp-faq-item button:focus-visible {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  outline: 3px solid #21bfd4;
  outline-offset: 3px;
}

.eqp-final-cta {
  padding: 104px 0;
}

.eqp-lightbox__caption {
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 1199.98px) {
  .eqp-hero__inner {
    grid-template-columns: minmax(0, .95fr) minmax(510px, 1.05fr);
  }

  .eqp-deployment-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .eqp-deployment-tab {
    min-height: 102px;
  }
}

@media (max-width: 1099.98px) {
  .eqp-hero__inner {
    grid-template-columns: 1fr;
  }

  .eqp-hero-stage__main {
    right: 0;
    width: min(690px, 96%);
  }

  .eqp-section {
    padding: 80px 0;
  }

  .eqp-product {
    padding-top: 88px;
  }

  .eqp-access,
  .eqp-faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .eqp-final-cta {
    padding: 80px 0;
  }

  .eqp-access-visuals {
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, .8fr);
  }
}

@media (max-width: 767.98px) {
  .eqpanel-page .eqp-hero h1 {
    font-size: clamp(33px, 9.2vw, 40px);
    line-height: 1.1;
  }

  .eqp-section {
    padding: 60px 0;
  }

  .eqp-product,
  .eqp-access,
  .eqp-faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .eqp-section-heading {
    margin-bottom: 38px;
  }

  .eqp-final-cta {
    padding: 64px 0;
  }

  .eqp-access-visuals,
  .eqp-access-points {
    grid-template-columns: 1fr;
  }

  .eqp-access-points article,
  .eqp-access-points article + article,
  .eqp-access-points article:nth-child(3),
  .eqp-access-points article:nth-child(4) {
    min-height: auto;
    padding: 25px;
  }

  .eqp-faq-layout {
    gap: 38px;
  }

  .eqp-faq-item button {
    min-height: 70px;
    font-size: 18px;
  }
}

/* Premium hierarchy correction. This remains page-scoped and intentionally leaves
   the shared navigation, footer typography, and global site assets untouched. */
.eqp-hero__inner,
.eqp-capability-wrap,
.eqpanel-page main,
.eqp-lightbox {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.eqp-hero__inner :where(button, input, select, textarea),
.eqp-capability-wrap :where(button, input, select, textarea),
.eqpanel-page main :where(button, input, select, textarea),
.eqp-lightbox :where(button, input, select, textarea) {
  font-family: inherit;
}

.eqp-hero__inner :where(h1, h2, h3, p, a, button, span, strong, small, li),
.eqp-capability-wrap :where(h1, h2, h3, p, a, button, span, strong, small, li),
.eqpanel-page main :where(h1, h2, h3, p, a, button, span, strong, small, li),
.eqp-lightbox :where(h1, h2, h3, p, a, button, span, strong, small, li) {
  font-weight: 400;
}

.eqp-hero__inner :where(h1, h2, h3, strong),
.eqp-capability-wrap :where(h1, h2, h3, strong),
.eqpanel-page main :where(h1, h2, h3, strong),
.eqp-lightbox :where(h1, h2, h3, strong) {
  font-weight: 700;
}

.eqp-hero__inner :where(a, button),
.eqp-capability-wrap :where(a, button),
.eqpanel-page main :where(a, button),
.eqp-lightbox :where(a, button) {
  font-weight: 600;
}

.eqpanel-page .eqp-hero h1 {
  max-width: 760px;
  font-size: clamp(68px, 4vw, 72px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.01;
  white-space: nowrap;
}

.eqpanel-page main h2 {
  font-size: clamp(46px, 3.6vw, 52px);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.05;
}

.eqpanel-page main h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.015em;
  line-height: 1.18;
}

.eqp-hero__inner p,
.eqpanel-page main p,
.eqp-lightbox p {
  font-size: 17px;
  line-height: 1.65;
}

.eqp-badge,
.eqp-eyebrow,
.eqp-hero-stage__card > span,
.eqp-lifecycle,
.eqp-image-trigger__hint,
.eqp-feature-ledger article > span,
.eqp-monitor__copy > span,
.eqp-access-visuals > a > span,
.eqp-access-points article > span,
.eqp-safeguard-list article > span,
.eqp-review-visual__tag,
.eqp-value-statements article > span,
.eqp-support-column__head small {
  font-size: 12px;
  font-weight: 700 !important;
}

.eqpanel-page .eqp-hero__inner {
  width: min(1480px, calc(100% - 48px));
  min-height: 655px;
  grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
  gap: 28px;
  padding: 28px 0 100px;
}

.eqp-hero__copy {
  position: relative;
  z-index: 7;
}

.eqp-hero__lead {
  max-width: 670px;
  margin-top: 30px;
  font-size: 18px !important;
  line-height: 1.68 !important;
}

.eqp-actions {
  gap: 14px;
  margin-top: 36px;
}

.eqp-button {
  min-height: 58px;
  padding: 16px 25px;
  border-radius: 9px;
  font-size: 16px;
  font-weight: 600 !important;
}

.eqp-trust {
  gap: 10px;
  margin-top: 30px;
  font-size: 15.5px !important;
  font-weight: 600 !important;
}

.eqp-hero-stage {
  min-height: 540px;
}

.eqp-hero-stage__main {
  top: 54px;
  right: -14px;
  width: min(760px, 108%);
  padding: 0;
  box-shadow: 0 36px 82px rgba(0, 7, 25, .48);
}

.eqp-hero-stage__card {
  width: 190px;
  padding: 8px;
}

.eqp-hero-stage__card--power {
  right: -5px;
  bottom: 38px;
  width: 238px;
}

.eqp-lifecycle {
  left: -10px;
  bottom: 50px;
  font-size: 12px;
  font-weight: 700;
}

.eqp-capability-wrap {
  margin-top: -78px;
}

.eqp-capability-rail {
  border-color: #d9e2ef;
  box-shadow: 0 22px 52px rgba(11, 34, 76, .14);
}

.eqp-capability-rail a {
  min-height: 124px;
  gap: 15px;
  padding: 25px 18px;
}

.eqp-capability-rail a > i {
  font-size: 22px;
}

.eqp-capability-rail strong {
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.32;
}

.eqp-capability-rail small {
  margin-top: 5px;
  font-size: 12.5px;
  line-height: 1.42;
}

.eqp-section {
  padding: 116px 0;
}

.eqp-product {
  padding-top: 128px;
  padding-bottom: 120px;
}

.eqp-deployment {
  padding-top: 128px;
  padding-bottom: 128px;
}

.eqp-observability {
  padding-top: 124px;
  padding-bottom: 124px;
}

.eqp-recovery {
  padding-top: 128px;
  padding-bottom: 128px;
}

.eqp-access {
  padding-top: 112px;
  padding-bottom: 112px;
}

.eqp-safeguards,
.eqp-support {
  padding-top: 116px;
  padding-bottom: 116px;
}

.eqp-value {
  padding-top: 124px;
  padding-bottom: 124px;
}

.eqp-faq {
  padding-top: 112px;
  padding-bottom: 112px;
}

.eqp-section-heading {
  margin-bottom: 60px;
}

.eqp-section-heading > p,
.eqp-section-heading > div + p,
.eqp-value-intro > p:last-child,
.eqp-faq-intro > p:not(.eqp-eyebrow) {
  font-size: 17.5px !important;
  line-height: 1.66;
}

.eqp-section-heading--center > p:last-child {
  margin-top: 27px;
}

.eqp-product-layout {
  grid-template-columns: minmax(0, 1.3fr) minmax(390px, .96fr);
  gap: 64px;
}

.eqp-product-visual {
  padding: 12px;
  border-radius: 17px;
  box-shadow: 0 34px 76px rgba(19, 44, 85, .18);
}

.eqp-feature-ledger article {
  grid-template-columns: 46px 1fr;
  gap: 21px;
  padding: 26px 5px 27px;
}

.eqp-feature-ledger h3,
.eqp-monitor h3,
.eqp-context-line h3,
.eqp-access-points h3,
.eqp-safeguard-list h3,
.eqp-value-statements h3,
.eqp-recovery-features h3 {
  font-size: 21px;
  font-weight: 700;
}

.eqp-feature-ledger p,
.eqp-monitor__copy p,
.eqp-context-line p,
.eqp-recovery-features p,
.eqp-access-points p,
.eqp-safeguard-list p,
.eqp-value-statements p,
.eqp-support-column li {
  font-size: 16.5px !important;
  line-height: 1.64;
}

.eqp-deployment-tabs {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 0;
}

.eqp-deployment-tab {
  display: grid;
  min-height: 108px;
  grid-template-columns: 44px minmax(0, 1fr);
  align-content: center;
  align-items: start;
  gap: 14px;
  padding: 18px 17px;
  border-color: rgba(154, 188, 239, .28);
  color: #dbe7f9;
  background: rgba(255, 255, 255, .045);
  transform: none;
}

.eqp-deployment-tab.is-active,
.eqp-deployment-tab[aria-selected="true"] {
  border-color: #8bb8ff;
  color: #fff;
  background: linear-gradient(105deg, rgba(1, 90, 255, .52), rgba(1, 90, 255, .16));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14), 0 12px 30px rgba(0, 38, 108, .28);
  transform: translateX(4px);
}

.eqp-deployment-tab strong {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.eqp-deployment-tab small {
  margin-top: 6px;
  color: #c2d1e7;
  font-size: 13px;
  line-height: 1.45;
}

.eqp-deployment-tab.is-active small {
  color: #f1f6ff;
}

.eqp-deployment-tabpanel {
  min-height: 840px;
}

.eqp-monitor__copy {
  padding: 36px 38px;
}

.eqp-context-line {
  padding: 28px 32px;
}

.eqp-recovery-stage {
  gap: 28px;
}

.eqp-recovery-features {
  gap: 20px;
  margin-top: 36px;
}

.eqp-recovery-features article {
  padding: 32px;
}

.eqp-recovery-note {
  margin-top: 26px;
  font-size: 13px !important;
}

.eqp-access-visuals {
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, .85fr);
  gap: 28px;
}

.eqp-access-points {
  gap: 20px;
  margin-top: 38px;
}

.eqp-access-points article,
.eqp-access-points article + article,
.eqp-access-points article:nth-child(3),
.eqp-access-points article:nth-child(4) {
  min-height: 224px;
  padding: 32px;
}

.eqp-safeguard-layout {
  gap: 68px;
}

.eqp-safeguard-list article {
  padding: 28px 4px;
}

.eqp-review-visual__tag {
  padding: 12px 14px;
  font-size: 12.5px;
}

.eqp-value-intro {
  margin-bottom: 58px;
}

.eqp-value-statements {
  gap: 20px;
}

.eqp-value-statements article {
  min-height: 250px;
  padding: 34px;
}

.eqp-included {
  min-height: 100px;
  margin-top: 38px;
  padding: 25px 30px;
}

.eqp-included strong {
  font-size: 18px;
  font-weight: 700;
}

.eqp-support-compare {
  max-width: 1160px;
  gap: 32px;
}

.eqp-support-column {
  min-height: 600px;
  padding: 46px;
}

.eqp-support-column__head {
  grid-template-columns: 56px 1fr;
  gap: 20px;
  padding-bottom: 31px;
}

.eqp-support-column__head > span {
  width: 56px;
  height: 56px;
  font-size: 20px;
}

.eqp-support-column__head h3 {
  font-size: 23px;
  font-weight: 700;
}

.eqp-support-column ul {
  gap: 0 24px;
  margin-top: 26px;
}

.eqp-support-column li {
  padding-top: 14px;
  padding-bottom: 14px;
}

.eqp-faq-layout {
  gap: 72px;
}

.eqp-final-cta {
  padding: 128px 0;
}

.eqp-final-cta__inner {
  grid-template-columns: minmax(0, .84fr) minmax(500px, 1.16fr);
  gap: 72px;
}

.eqp-final-cta h2 {
  font-size: clamp(42px, 3.35vw, 48px);
  line-height: 1.06;
}

.eqp-final-cta__inner > div > p:not(.eqp-eyebrow) {
  margin-top: 28px;
  font-size: 18px;
}

.eqp-final-cta .eqp-actions {
  margin-top: 38px;
}

.eqp-final-cta figure {
  margin-right: -32px;
  transform: rotate(-1deg);
}

.eqp-customer-link {
  margin-top: 24px;
  font-size: 13px;
  font-weight: 600;
}

.eqp-lightbox__caption {
  font-size: 13px !important;
}

@media (max-width: 1199.98px) {
  .eqpanel-page .eqp-hero__inner {
    width: min(1120px, calc(100% - 40px));
    grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
  }

  .eqp-product-layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .eqp-deployment-tab {
    min-height: 104px;
  }

  .eqp-section,
  .eqp-access,
  .eqp-faq,
  .eqp-safeguards,
  .eqp-support {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .eqp-product,
  .eqp-deployment,
  .eqp-observability,
  .eqp-recovery,
  .eqp-value {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .eqp-final-cta {
    padding: 92px 0;
  }

  .eqp-final-cta__inner {
    grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
    gap: 42px;
  }
}

@media (max-width: 1099.98px) {
  .eqpanel-page .eqp-hero__inner {
    grid-template-columns: 1fr;
    gap: 64px;
    padding: 58px 0 154px;
  }

  .eqpanel-page .eqp-hero h1 {
    max-width: 820px;
    font-size: clamp(58px, 6.45vw, 68px);
    white-space: normal;
  }

  .eqp-hero__copy {
    max-width: 820px;
  }

  .eqp-hero-stage {
    width: min(820px, 100%);
    min-height: 555px;
  }

  .eqp-hero-stage__main {
    right: 2%;
    width: 96%;
  }

  .eqp-deployment-tab {
    min-height: 100px;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    padding: 15px 13px;
  }

  .eqp-deployment-tab strong {
    font-size: 16px;
  }

  .eqp-deployment-tabpanel {
    min-height: 660px;
  }

  .eqp-final-cta__inner {
    grid-template-columns: 1fr;
  }

  .eqp-final-cta figure {
    width: min(820px, 100%);
    margin: 18px auto 0;
  }
}

@media (max-width: 767.98px) {
  .eqp-wrap,
  .eqpanel-page .eqp-hero__inner {
    width: min(100% - 32px, 680px);
  }

  .eqpanel-page .eqp-hero__inner {
    gap: 50px;
    padding: 68px 0 132px;
  }

  .eqpanel-page .eqp-hero h1 {
    font-size: clamp(38px, 10.3vw, 44px);
    letter-spacing: -.032em;
    line-height: 1.04;
  }

  .eqpanel-page main h2 {
    font-size: clamp(36px, 9.4vw, 42px);
  }

  .eqpanel-page main h3 {
    font-size: 21px;
  }

  .eqp-hero__lead {
    font-size: 17px !important;
  }

  .eqp-button {
    min-height: 56px;
    padding: 15px 21px;
  }

  .eqp-hero-stage {
    min-height: 360px;
  }

  .eqp-hero-stage__main {
    top: 38px;
    right: 0;
    width: 100%;
  }

  .eqp-hero-stage__card--power {
    right: -4px;
    bottom: 18px;
    width: 168px;
  }

  .eqp-lifecycle {
    left: 7px;
    bottom: 25px;
    font-size: 10px;
  }

  .eqp-capability-rail a {
    min-height: 108px;
    gap: 11px;
    padding: 20px 14px;
  }

  .eqp-capability-rail strong {
    font-size: 14.5px;
  }

  .eqp-capability-rail small {
    font-size: 12px;
  }

  .eqp-section,
  .eqp-product,
  .eqp-access,
  .eqp-faq,
  .eqp-safeguards,
  .eqp-support {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .eqp-deployment,
  .eqp-observability,
  .eqp-recovery,
  .eqp-value {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .eqp-section-heading {
    margin-bottom: 42px;
  }

  .eqp-section-heading > p,
  .eqp-section-heading > div + p,
  .eqp-value-intro > p:last-child,
  .eqp-faq-intro > p:not(.eqp-eyebrow) {
    font-size: 17px !important;
  }

  .eqp-access-points article,
  .eqp-access-points article + article,
  .eqp-access-points article:nth-child(3),
  .eqp-access-points article:nth-child(4) {
    min-height: auto;
    padding: 28px;
  }

  .eqp-support-column {
    min-height: auto;
    padding: 32px 27px;
  }

  .eqp-support-column ul {
    grid-template-columns: 1fr;
  }

  .eqp-faq-layout {
    gap: 42px;
  }

  .eqpanel-page main .eqp-faq-item.is-open {
    margin-inline: -10px;
    padding-inline: 10px;
  }

  .eqpanel-page main .eqp-faq-item button {
    min-height: 76px;
    gap: 24px;
    padding: 20px 2px;
    font-size: 16px;
  }

  .eqpanel-page main .eqp-faq-item button i {
    font-size: 16px;
  }

  .eqpanel-page main .eqp-faq-answer p {
    font-size: 16px;
  }

  .eqp-final-cta {
    padding: 68px 0;
  }

  .eqp-final-cta h2 {
    font-size: clamp(36px, 9.3vw, 42px);
  }

  .eqp-final-cta__inner > div > p:not(.eqp-eyebrow) {
    font-size: 17px;
  }

}

/* Focused icon and EqServers accent polish. Approved page scale and section
   geometry remain unchanged. */
.eqp-sr-only {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.eqp-feature-icon {
  display: grid !important;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  margin: 0;
  border: 1px solid rgba(1, 90, 255, .14);
  border-radius: 11px;
  color: var(--eqp-blue) !important;
  background: rgba(1, 90, 255, .08);
  font-size: 18px !important;
  letter-spacing: 0 !important;
}

.eqp-feature-icon--orange {
  border-color: rgba(255, 122, 26, .2);
  color: #d95b06 !important;
  background: rgba(255, 122, 26, .12);
}

.eqp-feature-ledger article {
  grid-template-columns: 46px 1fr;
  align-items: start;
}

.eqp-feature-ledger article > .eqp-feature-icon,
.eqp-access-points article > .eqp-feature-icon,
.eqp-safeguard-list article > .eqp-feature-icon,
.eqp-value-statements article > .eqp-feature-icon {
  margin-bottom: 0;
  font-weight: 400 !important;
}

.eqp-deployment-tab {
  grid-template-columns: 46px minmax(0, 1fr);
}

.eqp-deployment-tab__icon {
  border-color: rgba(139, 184, 255, .28);
  color: #a8c9ff !important;
  background: rgba(1, 90, 255, .16);
}

.eqp-deployment-tab.is-active,
.eqp-deployment-tab[aria-selected="true"] {
  box-shadow: inset 3px 0 0 var(--eqp-orange), inset 0 0 0 1px rgba(255, 255, 255, .14), 0 12px 30px rgba(0, 38, 108, .28);
}

.eqp-deployment-tab.is-active .eqp-deployment-tab__icon,
.eqp-deployment-tab[aria-selected="true"] .eqp-deployment-tab__icon {
  border-color: rgba(255, 166, 102, .52);
  color: #ffab6e !important;
  background: rgba(255, 122, 26, .15);
}

.eqp-monitor-label {
  display: inline-flex !important;
  width: max-content;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(1, 90, 255, .14);
  border-radius: 8px;
  color: #0754dc !important;
  background: rgba(1, 90, 255, .08);
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
}

.eqp-monitor-label i {
  font-size: 13px;
}

.eqp-recovery .eqp-section-heading {
  margin-bottom: 34px;
}

.eqp-recovery .eqp-eyebrow,
.eqp-value .eqp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.eqp-recovery .eqp-eyebrow::before,
.eqp-value .eqp-eyebrow::before {
  width: 28px;
  height: 3px;
  flex: 0 0 28px;
  border-radius: 999px;
  background: var(--eqp-orange);
  content: "";
}

.eqp-recovery-ribbon {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  margin-bottom: 28px;
  border: 1px solid rgba(147, 184, 240, .26);
  border-left: 4px solid var(--eqp-orange);
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(90deg, rgba(255, 122, 26, .16), rgba(1, 90, 255, .12)), #0b244c;
}

.eqp-recovery-ribbon span {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .05em;
  text-align: center;
}

.eqp-recovery-ribbon span + span {
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.eqp-recovery-ribbon i {
  color: #ff9c55;
  font-size: 17px;
}

.eqp-recovery-features i {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(126, 172, 252, .24);
  border-radius: 11px;
  color: #9dc0ff;
  background: rgba(1, 90, 255, .15);
}

.eqp-recovery-features article:first-child i {
  border-color: rgba(255, 156, 85, .32);
  color: #ff9c55;
  background: rgba(255, 122, 26, .13);
}

.eqp-recovery-note {
  padding: 15px 18px;
  border-left: 3px solid var(--eqp-orange);
  border-radius: 0 8px 8px 0;
  color: #f3dfd1 !important;
  background: rgba(255, 122, 26, .08);
}

.eqp-recovery-note i {
  color: #ff9c55;
}

.eqp-access-points article,
.eqp-access-points article + article,
.eqp-access-points article:nth-child(3),
.eqp-access-points article:nth-child(4) {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  column-gap: 18px;
  align-content: start;
}

.eqp-access-points article > .eqp-feature-icon {
  grid-row: 1 / span 2;
}

.eqp-access-points article h3,
.eqp-access-points article p {
  grid-column: 2;
}

.eqp-access-points article p {
  margin-top: 9px;
}

.eqp-safeguard-list article {
  grid-template-columns: 46px 1fr;
  align-items: start;
}

.eqp-safeguard--warning {
  margin-left: -12px;
  padding-right: 12px !important;
  padding-left: 12px !important;
  border-left: 3px solid var(--eqp-orange);
  background: linear-gradient(90deg, rgba(255, 122, 26, .07), transparent 78%);
}

.eqp-value::after {
  position: absolute;
  right: -180px;
  bottom: -220px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 122, 26, .14), rgba(255, 122, 26, 0) 68%);
  content: "";
  pointer-events: none;
}

.eqp-value .eqp-wrap {
  z-index: 1;
}

.eqp-value-statements article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  column-gap: 19px;
  align-content: start;
}

.eqp-value-statements article > .eqp-feature-icon {
  grid-row: 1 / span 2;
  border-color: rgba(139, 184, 255, .25);
  color: #9fc2ff !important;
  background: rgba(1, 90, 255, .17);
}

.eqp-value-statements article > .eqp-feature-icon--orange {
  border-color: rgba(255, 156, 85, .3);
  color: #ff9c55 !important;
  background: rgba(255, 122, 26, .14);
}

.eqp-value-statements article h3,
.eqp-value-statements article p {
  grid-column: 2;
}

.eqp-included {
  grid-template-columns: 54px 1fr;
  align-items: center;
  border: 1px solid rgba(126, 172, 252, .32);
  border-left: 4px solid var(--eqp-orange);
  background: linear-gradient(100deg, rgba(10, 46, 112, .98), rgba(1, 90, 255, .52));
  box-shadow: 0 18px 44px rgba(0, 6, 24, .22);
}

.eqp-included > i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 156, 85, .35);
  border-radius: 50%;
  color: #ff9c55;
  background: rgba(255, 122, 26, .14);
  font-size: 21px;
}

.eqp-included__badge {
  display: inline-flex;
  width: max-content;
  margin-bottom: 8px;
  padding: 5px 8px;
  border-radius: 5px;
  color: #061634;
  background: #ff8b38;
  font-size: 11px;
  font-weight: 700 !important;
  letter-spacing: .11em;
}

.eqp-support-column {
  display: flex;
  flex-direction: column;
}

.eqp-support-column--team {
  border: 1px solid rgba(1, 90, 255, .55);
  border-top: 4px solid var(--eqp-orange);
  color: #fff;
  background: linear-gradient(145deg, #061634 0%, #0a2e70 58%, #015aff 150%);
  box-shadow: 0 26px 64px rgba(4, 22, 58, .24), inset -80px -80px 120px rgba(255, 122, 26, .045);
}

.eqp-support-column--team .eqp-support-column__head {
  border-bottom-color: rgba(255, 255, 255, .18);
}

.eqp-support-column--team .eqp-support-column__head > span {
  color: #ff9c55;
  border: 1px solid rgba(255, 156, 85, .34);
  background: rgba(255, 122, 26, .14);
}

.eqp-support-column--team .eqp-support-column__head small {
  color: #ffb37c;
}

.eqp-support-column--team .eqp-support-column__head h3 {
  color: #fff !important;
}

.eqp-support-column--team ul {
  margin-bottom: 30px;
}

.eqp-support-column--team li {
  color: #edf3ff;
  border-bottom-color: rgba(255, 255, 255, .14);
}

.eqp-support-column--team li::before {
  top: 16px;
  color: #ff9c55;
  content: "\f061";
}

.eqp-support-cta {
  display: inline-flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
  padding: 15px 20px;
  border: 1px solid #ff9b52;
  border-radius: 9px;
  color: #061634;
  background: #ff7a1a;
  box-shadow: 0 14px 30px rgba(255, 122, 26, .2);
  font-size: 16px;
  font-weight: 700 !important;
  line-height: 1.2;
  text-align: center;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.eqp-support-cta:hover {
  color: #061634;
  background: #ff9142;
  box-shadow: 0 17px 36px rgba(255, 122, 26, .28);
  transform: translateY(-2px);
}

.eqp-support-cta:focus-visible {
  outline-color: #fff !important;
  box-shadow: 0 0 0 3px #061634, 0 0 0 6px #fff;
}

.eqp-support-bridge span {
  color: #fff;
  border-color: #fff;
  background: linear-gradient(135deg, var(--eqp-blue), var(--eqp-orange));
  box-shadow: 0 12px 28px rgba(5, 35, 84, .2);
}

@media (max-width: 991.98px) {
  .eqp-recovery-ribbon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eqp-recovery-ribbon span:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-left: 0;
  }

  .eqp-recovery-ribbon span:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, .12);
  }
}

@media (max-width: 767.98px) {
  .eqp-feature-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 10px;
    font-size: 17px !important;
  }

  .eqp-access-points article,
  .eqp-access-points article + article,
  .eqp-access-points article:nth-child(3),
  .eqp-access-points article:nth-child(4),
  .eqp-value-statements article {
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 15px;
  }

  .eqp-safeguard-list article {
    grid-template-columns: 42px 1fr;
    gap: 15px;
  }

  .eqp-included {
    grid-template-columns: 46px 1fr;
    gap: 16px;
    padding: 22px 20px;
  }

  .eqp-included > i {
    width: 42px;
    height: 42px;
  }

  .eqp-support-cta {
    width: 100%;
  }
}

@media (max-width: 419.98px) {
  .eqp-recovery-ribbon {
    grid-template-columns: 1fr;
  }

  .eqp-recovery-ribbon span + span,
  .eqp-recovery-ribbon span:nth-child(3),
  .eqp-recovery-ribbon span:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-left: 0;
  }
}

/* Surgical footer-repair companion: page-local color and surface refinement.
   The approved hero, final CTA, and shared footer remain outside this scope. */
.eqpanel-page main > .eqp-section {
  --eqp-navy: #061634;
  --eqp-navy-soft: #0b2b5d;
  --eqp-blue: #015aff;
  --eqp-blue-soft: #eaf2ff;
  --eqp-surface: #f7f9fc;
  --eqp-line: #dde6f2;
  --eqp-orange: #ff7a1a;
}

.eqpanel-page main .eqp-feature-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid rgba(1, 90, 255, .14);
  border-radius: 10px;
  color: var(--eqp-blue) !important;
  background: rgba(1, 90, 255, .08);
  font-size: 16px !important;
}

.eqpanel-page main .eqp-feature-ledger article,
.eqpanel-page main .eqp-deployment-tab,
.eqpanel-page main .eqp-safeguard-list article {
  grid-template-columns: 40px minmax(0, 1fr);
}

.eqpanel-page main .eqp-access-points article,
.eqpanel-page main .eqp-access-points article + article,
.eqpanel-page main .eqp-access-points article:nth-child(3),
.eqpanel-page main .eqp-access-points article:nth-child(4),
.eqpanel-page main .eqp-value-statements article {
  grid-template-columns: 40px minmax(0, 1fr);
}

.eqpanel-page main .eqp-deployment-tab.is-active,
.eqpanel-page main .eqp-deployment-tab[aria-selected="true"] {
  border-color: rgba(126, 172, 252, .54);
  background: var(--eqp-navy-soft);
  box-shadow: inset 3px 0 0 var(--eqp-blue), inset 0 0 0 1px rgba(255, 255, 255, .1), 0 12px 30px rgba(6, 22, 52, .18);
}

.eqpanel-page main .eqp-deployment-tab.is-active .eqp-deployment-tab__icon,
.eqpanel-page main .eqp-deployment-tab[aria-selected="true"] .eqp-deployment-tab__icon {
  border-color: rgba(168, 201, 255, .42);
  color: #fff !important;
  background: rgba(1, 90, 255, .34);
}

.eqpanel-page main .eqp-deployment-tab:focus-visible {
  outline: 3px solid #8cb6ff;
  outline-offset: 4px;
}

.eqpanel-page main .eqp-context-line {
  border-left-color: var(--eqp-blue);
}

.eqpanel-page main .eqp-recovery .eqp-eyebrow::before,
.eqpanel-page main .eqp-value .eqp-eyebrow::before {
  background: #7eacfc;
}

.eqpanel-page main .eqp-recovery-ribbon {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 10px;
  color: #fff;
  background: rgba(11, 43, 93, .72);
}

.eqpanel-page main .eqp-recovery-ribbon span {
  color: #edf4ff;
}

.eqpanel-page main .eqp-recovery-ribbon span + span {
  border-left-color: rgba(255, 255, 255, .12);
}

.eqpanel-page main .eqp-recovery-ribbon i {
  color: #b9d2ff;
}

.eqpanel-page main .eqp-recovery-features article {
  border-radius: 14px;
  background: #071a38;
}

.eqpanel-page main .eqp-recovery-features i,
.eqpanel-page main .eqp-recovery-features article:first-child i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  color: #c5d9ff;
  background: rgba(255, 255, 255, .07);
  font-size: 16px;
}

.eqpanel-page main .eqp-recovery-note {
  border-left: 3px solid var(--eqp-orange);
  color: #d1ddec !important;
  background: rgba(255, 255, 255, .05);
}

.eqpanel-page main .eqp-recovery-note i {
  color: #b9d2ff;
}

.eqpanel-page main .eqp-safeguard--warning .eqp-feature-icon--orange {
  border-color: rgba(255, 122, 26, .2);
  color: var(--eqp-orange) !important;
  background: rgba(255, 122, 26, .12);
}

.eqpanel-page main .eqp-value::after {
  background: radial-gradient(circle, rgba(1, 90, 255, .11), rgba(1, 90, 255, 0) 68%);
}

.eqpanel-page main .eqp-value-statements article > .eqp-feature-icon,
.eqpanel-page main .eqp-value-statements article > .eqp-feature-icon--orange {
  border: 1px solid rgba(255, 255, 255, .1);
  color: #c5d9ff !important;
  background: rgba(255, 255, 255, .07);
}

.eqpanel-page main .eqp-included {
  grid-template-columns: 44px 1fr;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .06);
  box-shadow: 0 12px 30px rgba(6, 22, 52, .08);
  cursor: default;
}

.eqpanel-page main .eqp-included > i {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  color: #c5d9ff;
  background: rgba(255, 255, 255, .07);
  font-size: 17px;
}

.eqpanel-page main .eqp-included__badge {
  color: #061634;
  background: var(--eqp-orange);
}

.eqpanel-page main .eqp-support-column--team {
  border: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
  background: linear-gradient(145deg, #061634 0%, #0b2b5d 100%);
  box-shadow: 0 12px 30px rgba(6, 22, 52, .08);
}

.eqpanel-page main .eqp-support-column__head {
  grid-template-columns: 40px 1fr;
}

.eqpanel-page main .eqp-support-column__head > span,
.eqpanel-page main .eqp-support-column--team .eqp-support-column__head > span {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(1, 90, 255, .14);
  border-radius: 10px;
  color: var(--eqp-blue);
  background: rgba(1, 90, 255, .08);
  font-size: 16px;
}

.eqpanel-page main .eqp-support-column--team .eqp-support-column__head > span {
  border-color: rgba(255, 255, 255, .1);
  color: #c5d9ff;
  background: rgba(255, 255, 255, .07);
}

.eqpanel-page main .eqp-support-column--team .eqp-support-column__head small {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #c5d9ff;
}

.eqpanel-page main .eqp-support-column--team .eqp-support-column__head small::before {
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  background: var(--eqp-orange);
  content: "";
}

.eqpanel-page main .eqp-support-column--team li::before {
  color: #9fc2ff;
}

.eqpanel-page main .eqp-support-cta {
  color: #061634;
  background: var(--eqp-orange);
  box-shadow: 0 12px 30px rgba(6, 22, 52, .18);
}

.eqpanel-page main .eqp-support-cta:hover {
  color: #061634;
  background: #ff9142;
  box-shadow: 0 12px 30px rgba(6, 22, 52, .2);
}

.eqpanel-page main .eqp-support-bridge span {
  color: #fff;
  border-color: #fff;
  background: var(--eqp-navy-soft);
  box-shadow: 0 12px 30px rgba(6, 22, 52, .08);
}

.eqpanel-page main .eqp-product-visual,
.eqpanel-page main .eqp-recovery-main,
.eqpanel-page main .eqp-recovery-support figure,
.eqpanel-page main .eqp-access-visuals > a,
.eqpanel-page main .eqp-review-visual {
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(6, 22, 52, .15);
}

.eqpanel-page main .eqp-monitor,
.eqpanel-page main .eqp-context-line,
.eqpanel-page main .eqp-access-points article,
.eqpanel-page main .eqp-value-statements article,
.eqpanel-page main .eqp-support-column {
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(6, 22, 52, .08);
}

@media (max-width: 991.98px) {
  .eqpanel-page main .eqp-recovery-ribbon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 419.98px) {
  .eqpanel-page main .eqp-recovery-ribbon {
    grid-template-columns: 1fr;
  }
}

/* Major EqPanel product-page refinement. The approved hero, capability rail,
   final CTA, shared navigation, and shared footer are intentionally untouched. */
.eqp-visual-wrap {
  position: relative;
  z-index: 1;
  width: min(1360px, calc(100% - 48px));
  margin-inline: auto;
}

.eqpanel-page main :where(.eqp-product, .eqp-observability, .eqp-recovery, .eqp-access, .eqp-safeguards) > .eqp-wrap {
  width: min(1360px, calc(100% - 48px));
}

.eqpanel-page main :where(.eqp-product, .eqp-observability, .eqp-recovery, .eqp-access, .eqp-safeguards) > .eqp-wrap > .eqp-section-heading {
  width: min(1160px, 100%);
  margin-inline: auto;
}

/* Merged deployment story and mode overview. */
.eqpanel-page main .eqp-deployment {
  position: relative;
  overflow: hidden;
  padding: 126px 0 132px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 13%, rgba(1, 90, 255, .18), transparent 29%),
    linear-gradient(145deg, #020b1d 0%, #061634 52%, #092754 100%);
}

.eqpanel-page main .eqp-deployment::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .22;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(141, 181, 244, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(141, 181, 244, .08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 74%);
}

.eqpanel-page main .eqp-deployment-intro {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1160px, calc(100% - 48px));
  grid-template-columns: minmax(0, 560px) minmax(320px, 460px);
  column-gap: clamp(40px, 4vw, 56px);
  justify-content: start;
  align-items: end;
  margin-bottom: 60px;
}

.eqpanel-page main .eqp-deployment-intro .eqp-eyebrow {
  margin-bottom: 18px;
  color: #9fc2ff;
}

.eqpanel-page main .eqp-deployment-intro h2 {
  max-width: 640px;
  margin: 0;
  color: #fff !important;
  font-size: clamp(44px, 4.2vw, 62px);
  letter-spacing: -.052em;
  line-height: 1.02;
}

.eqpanel-page main .eqp-deployment-intro > p {
  width: 100%;
  max-width: 460px;
  justify-self: start;
  margin: 0 0 5px;
  color: #c9d7ea !important;
  font-size: 17px !important;
  line-height: 1.72;
}

.eqp-deployment-modes {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1.36fr) minmax(0, .86fr);
  gap: 16px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  background: rgba(12, 38, 81, .72);
  box-shadow: 0 24px 60px rgba(0, 5, 22, .24);
  backdrop-filter: blur(12px);
}

.eqp-deployment-mode {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 27px 25px 25px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 14px;
  background: rgba(255, 255, 255, .045);
}

.eqp-deployment-mode--custom {
  border-color: rgba(100, 157, 255, .58);
  background: linear-gradient(155deg, rgba(1, 90, 255, .16), rgba(255, 255, 255, .045));
}

.eqp-deployment-mode__topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.eqp-deployment-mode__label,
.eqp-deployment-mode__badge {
  color: #9fc2ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.4;
}

.eqp-deployment-mode__badge {
  padding: 5px 7px;
  border: 1px solid rgba(139, 184, 255, .42);
  border-radius: 6px;
  color: #dce9ff;
  background: rgba(1, 90, 255, .2);
  font-size: 9px;
  letter-spacing: .09em;
}

.eqp-deployment-mode__icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin: 25px 0 20px;
  border: 1px solid rgba(154, 194, 255, .28);
  border-radius: 10px;
  color: #b8d2ff;
  background: rgba(1, 90, 255, .16);
  font-size: 16px;
}

.eqp-deployment-mode h3 {
  margin: 0;
  color: #fff !important;
  font-size: 23px !important;
  line-height: 1.2;
}

.eqpanel-page main .eqp-deployment-mode > p {
  margin: 13px 0 0;
  color: #c4d2e7 !important;
  font-size: 14px !important;
  line-height: 1.6;
}

.eqp-deployment-mode ul {
  display: grid;
  gap: 10px;
  margin: auto 0 0;
  padding: 23px 0 0;
  list-style: none;
}

.eqp-deployment-mode li {
  position: relative;
  padding-left: 20px;
  color: #e6eefb;
  font-size: 13px;
  line-height: 1.45;
}

.eqp-deployment-mode li::before {
  position: absolute;
  top: .48em;
  left: 1px;
  width: 7px;
  height: 7px;
  border: 2px solid #9fc2ff;
  border-radius: 50%;
  content: "";
}

.eqpanel-page main .eqp-screenshot-viewport {
  --eqp-preview-position: 50% 0%;
  --eqp-preview-offset-x: 0px;
  --eqp-preview-offset-y: 0px;
  --eqp-preview-mobile-offset-y: var(--eqp-preview-offset-y);
  --eqp-preview-scale: 1;
  --eqp-preview-max-width: 100%;
  --eqp-preview-radius: 16px;
  --eqp-preview-background: #eaf0f7;
  --eqp-preview-fade-opacity: 1;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: var(--eqp-preview-radius);
  background: var(--eqp-preview-background);
  clip-path: inset(0 round var(--eqp-preview-radius));
  contain: paint;
  isolation: isolate;
}

.eqpanel-page main .eqp-screenshot-viewport > .eqp-screenshot-viewport__image {
  display: block;
  width: calc(100% - 4px);
  max-width: var(--eqp-preview-max-width);
  height: auto;
  max-height: none;
  margin: 2px auto 0;
  border-radius: calc(var(--eqp-preview-radius) - 3px);
  object-fit: contain;
  object-position: var(--eqp-preview-position);
  clip-path: inset(1px round calc(var(--eqp-preview-radius) - 3px));
  transform: translate3d(var(--eqp-preview-offset-x), var(--eqp-preview-offset-y), 0) scale(var(--eqp-preview-scale));
  transform-origin: var(--eqp-preview-position);
}

.eqpanel-page main .eqp-deployment-mode-visual {
  position: relative;
  align-self: center;
  overflow: hidden;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: var(--eqp-preview-background, rgba(255, 255, 255, .07));
  box-shadow: 0 24px 60px rgba(0, 5, 22, .25);
}

.eqpanel-page main .eqp-deployment-mode-visual > .eqp-screenshot-viewport__image {
  margin-top: 2px;
}

.eqp-deployment-tour-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 58px 0 18px;
  color: #b9d2ff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .13em;
}

.eqp-deployment-tour-label i {
  color: #72a7ff;
  font-size: 14px;
}

/* Integrated desktop Custom Install console. */
.eqp-deployment-console {
  position: relative;
  display: grid;
  grid-template-columns: 276px minmax(0, 1fr);
  gap: 18px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  background: #0a234b;
  box-shadow: 0 24px 60px rgba(0, 4, 18, .35);
}

.eqp-deployment-console::before {
  position: absolute;
  right: 5%;
  bottom: 6%;
  width: 68%;
  height: 66%;
  border-radius: 42%;
  background: rgba(1, 90, 255, .22);
  filter: blur(80px);
  content: "";
  pointer-events: none;
}

.eqp-deployment-tabs,
.eqp-deployment-stage {
  position: relative;
  z-index: 1;
}

.eqp-deployment-tabs {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.eqp-deployment-tablist {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.eqp-deployment-tablist::before {
  position: absolute;
  z-index: -1;
  top: 34px;
  bottom: 34px;
  left: 39px;
  width: 1px;
  background: rgba(157, 192, 245, .22);
  content: "";
}

.eqp-deployment-tab {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 78px;
  grid-template-columns: 40px minmax(0, 1fr) !important;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 14px;
  color: #d9e5f6;
  background: rgba(255, 255, 255, .025);
  box-shadow: none;
  font: inherit;
  text-align: left;
  transform: none;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.eqp-deployment-tab.is-active,
.eqp-deployment-tab[aria-selected="true"] {
  border-color: rgba(126, 172, 252, .72) !important;
  color: #fff;
  background: linear-gradient(110deg, rgba(1, 90, 255, .62), rgba(1, 90, 255, .22)) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08), 0 12px 30px rgba(0, 24, 70, .2) !important;
  transform: none;
}

.eqp-deployment-tab__icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(157, 195, 255, .2);
  border-radius: 10px;
  color: #b8d2ff;
  background: #0d2c5d;
  font-size: 15px;
}

.eqp-deployment-tab.is-active .eqp-deployment-tab__icon,
.eqp-deployment-tab[aria-selected="true"] .eqp-deployment-tab__icon {
  border-color: rgba(255, 255, 255, .3) !important;
  color: #fff !important;
  background: rgba(255, 255, 255, .14) !important;
}

.eqp-deployment-tab strong,
.eqp-deployment-tab small {
  display: block;
}

.eqp-deployment-tab strong {
  color: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.eqp-deployment-tab small {
  margin-top: 5px;
  color: #9fb2cd;
  font-size: 12px;
  line-height: 1.4;
}

.eqp-deployment-tab.is-active small,
.eqp-deployment-tab[aria-selected="true"] small {
  color: #e5efff;
}

.eqp-deployment-tab--post-install-start {
  margin-top: 10px;
}

.eqp-deployment-tab--post-install-start::before {
  position: absolute;
  top: -6px;
  right: 4px;
  left: 4px;
  height: 1px;
  background: rgba(157, 192, 245, .24);
  content: "";
  pointer-events: none;
}

.eqp-deployment-tab--complete:not(.is-active):not([aria-selected="true"]) .eqp-deployment-tab__icon {
  border-color: rgba(80, 207, 151, .28);
  color: #88e2b9;
  background: rgba(15, 92, 70, .26);
}

.eqpanel-page main .eqp-deployment .eqp-deployment-console .eqp-deployment-software-link,
.eqpanel-page main .eqp-deployment .eqp-deployment-console .eqp-deployment-software-link:visited {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(157, 195, 255, .2);
  border-radius: 10px;
  color: #b9d3ff;
  background: rgba(255, 255, 255, .035);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: border-color .18s ease, color .18s ease, background-color .18s ease;
}

.eqpanel-page main .eqp-deployment .eqp-deployment-console .eqp-deployment-software-link i {
  flex: 0 0 auto;
  font-size: 11px;
}

.eqpanel-page main .eqp-deployment .eqp-deployment-console .eqp-deployment-software-link:hover {
  border-color: rgba(157, 195, 255, .46);
  color: #fff;
  background: rgba(1, 90, 255, .14);
}

.eqp-deployment-tab:focus-visible,
.eqp-deployment-stage-footer button:focus-visible,
.eqp-deployment-product-header__action a:focus-visible,
.eqp-deployment-software-link:focus-visible,
.eqp-deployment-accordion button:focus-visible,
.eqp-deployment-mobile-viewer a:focus-visible {
  outline: 3px solid #a9c9ff !important;
  outline-offset: 3px;
}

.eqp-deployment-stage {
  min-width: 0;
}

.eqp-deployment-tabpanel {
  min-height: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

.js .eqp-deployment-tabpanel:not(.is-active) {
  display: none;
}

.eqp-deployment-viewer {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  background: #f6f8fc;
  box-shadow: 0 24px 60px rgba(0, 5, 22, .32);
  clip-path: inset(0 round 24px);
  contain: paint;
  isolation: isolate;
}

.eqp-deployment-product-header {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 18px;
  overflow: hidden;
  border-bottom: 1px solid #dce4ef;
  border-radius: 23px 23px 0 0;
  color: #516078;
  background: #f9fbfe;
  font-size: 12px;
}

.eqp-deployment-product-header__path,
.eqp-deployment-product-header__action,
.eqp-deployment-product-header__action a {
  display: flex;
  align-items: center;
}

.eqp-deployment-product-header__path {
  min-width: 0;
  gap: 8px;
  white-space: nowrap;
}

.eqp-deployment-product-header__path > span:first-child {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(1, 90, 255, .16);
  border-radius: 9px;
  color: #015aff;
  background: #eaf2ff;
}

.eqp-deployment-product-header__path strong {
  color: #0b1730;
  font-size: 13px;
}

.eqp-deployment-product-header__path > i {
  color: #9aa7ba;
  font-style: normal;
}

.eqp-deployment-product-header__action {
  flex: 0 0 auto;
  gap: 16px;
}

.eqp-deployment-product-header__action > span {
  color: #25334a;
  font-weight: 700;
}

.eqp-deployment-product-header__action a {
  gap: 7px;
  color: #015aff;
  font-weight: 700;
}

.eqp-deployment-preview,
[data-eqp-deploy-preview] {
  position: relative;
  display: block;
  width: calc(100% - 28px);
  margin: 14px 14px 16px;
  overflow: hidden;
  height: 513px;
  padding: 10px;
  border: 1px solid rgba(1, 90, 255, .18);
  border-radius: var(--eqp-preview-radius, 24px);
  background: var(--eqp-preview-background, #dfe8f4);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .55), 0 12px 28px rgba(6, 22, 52, .12);
  clip-path: inset(0 round var(--eqp-preview-radius, 24px));
  contain: paint;
  isolation: isolate;
  transform: translateZ(0);
}

.eqpanel-page main .eqp-deployment-preview img[data-eqp-deploy-image] {
  transition: opacity .18s ease, transform .18s ease;
}

.eqp-deployment-viewer.is-changing .eqp-deployment-preview img {
  opacity: .22;
  transform: translateY(7px);
}

.eqp-deployment-preview__fade,
.eqp-deployment-mobile-preview > span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: var(--eqp-preview-fade-height, 110px);
  background: linear-gradient(to bottom, transparent, var(--eqp-preview-background, #dfe8f4) 94%);
  opacity: var(--eqp-preview-fade-opacity, 1);
  pointer-events: none;
}

.eqp-deployment-preview__fade {
  border-radius: 0 0 calc(var(--eqp-preview-radius, 24px) - 1px) calc(var(--eqp-preview-radius, 24px) - 1px);
  clip-path: inset(0 round 0 0 calc(var(--eqp-preview-radius, 24px) - 1px) calc(var(--eqp-preview-radius, 24px) - 1px));
}

.eqpanel-page main .eqp-deployment .eqp-deployment-console .eqp-deployment-viewer[data-eqp-preview-mode="contained"] .eqp-deployment-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--eqp-preview-background, #e6edf6);
}

.eqpanel-page main .eqp-deployment .eqp-deployment-console .eqp-deployment-viewer[data-eqp-preview-mode="contained"] .eqp-deployment-preview img[data-eqp-deploy-image] {
  width: auto;
  max-width: min(calc(100% - 4px), var(--eqp-preview-max-width, 100%));
  height: auto;
  max-height: calc(100% - 20px);
  margin: auto;
  border-radius: calc(var(--eqp-preview-radius, 20px) - 3px);
  object-fit: contain;
  object-position: var(--eqp-preview-position, 50% 50%);
  clip-path: inset(1px round calc(var(--eqp-preview-radius, 20px) - 3px));
  transform: none;
}

.eqpanel-page main .eqp-deployment .eqp-deployment-console .eqp-deployment-viewer[data-eqp-preview-mode="contained"] .eqp-deployment-preview__fade {
  display: none;
}

.eqp-deployment-mobile-preview > span {
  border-radius: 0 0 19px 19px;
  clip-path: inset(0 round 0 0 19px 19px);
}

.eqp-deployment-stage-footer {
  display: grid;
  min-height: 138px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 22px 24px;
  overflow: hidden;
  border-top: 1px solid #dce4ef;
  border-radius: 0 0 23px 23px;
  color: #0b1730;
  background: #fff;
}

.eqp-deployment-stage-footer__copy {
  display: grid;
  min-width: 0;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.eqp-deployment-stage-footer__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(1, 90, 255, .14);
  border-radius: 10px;
  color: #015aff;
  background: #eaf2ff;
  font-size: 16px;
}

.eqp-deployment-stage-footer h3 {
  margin: 0;
  color: #0b1730 !important;
  font-size: 19px !important;
}

.eqpanel-page main .eqp-deployment-stage-footer p {
  max-width: 650px;
  margin: 7px 0 0;
  color: #536079 !important;
  font-size: 13px !important;
  line-height: 1.55;
}

.eqp-deployment-stage-footer__controls {
  display: flex;
  gap: 10px;
}

.eqp-deployment-stage-footer button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid #015aff;
  border-radius: 10px;
  color: #015aff;
  background: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.eqp-deployment-stage-footer button[data-eqp-deploy-next] {
  color: #fff;
  background: #015aff;
}

.eqp-deployment-stage-footer button:hover:not(:disabled) {
  color: #fff;
  background: #0644bf;
  border-color: #0644bf;
}

.eqp-deployment-stage-footer button:disabled {
  border-color: #cbd5e3;
  color: #8b98aa;
  background: #edf1f6;
  cursor: not-allowed;
  opacity: .78;
}

/* Mobile accordion is initialized as one-open-at-a-time by the page script. */
.eqp-deployment-accordion {
  display: none;
}

.eqp-deployment-accordion__item {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: rgba(9, 35, 74, .9);
}

.eqp-deployment-accordion__item--post-install-start {
  margin-top: 8px;
  border-top-color: rgba(157, 192, 245, .34);
}

.eqp-deployment-accordion__item > h3 {
  margin: 0;
}

.eqp-deployment-accordion__item > h3 > button {
  display: grid;
  width: 100%;
  min-height: 86px;
  grid-template-columns: 40px minmax(0, 1fr) 22px;
  gap: 13px;
  align-items: center;
  padding: 14px;
  border: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  text-align: left;
}

.eqp-deployment-accordion__item > h3 > button > span:nth-child(2) > strong,
.eqp-deployment-accordion__item > h3 > button > span:nth-child(2) > small {
  display: block;
}

.eqp-deployment-accordion__item > h3 > button strong {
  font-size: 15px;
}

.eqp-deployment-accordion__item > h3 > button small {
  margin-top: 5px;
  color: #aebed5;
  font-size: 12px;
  line-height: 1.4;
}

.eqp-deployment-accordion__item.is-open > h3 > button {
  background: rgba(1, 90, 255, .2);
}

.eqp-deployment-accordion__item > h3 > button > i {
  color: #9fc2ff;
  font-size: 12px;
  text-align: center;
}

.eqp-deployment-accordion__panel {
  padding: 0 12px 12px;
  background: transparent;
}

.js .eqp-deployment-accordion__panel:not(.is-open),
.js .eqp-deployment-accordion__fallback-copy {
  display: none;
}

.eqp-deployment-accordion__fallback-copy {
  margin: 0;
  padding: 0 6px 16px;
  color: #c5d3e7 !important;
  font-size: 14px !important;
}

.eqp-deployment-mobile-viewer {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 20px;
  background: #f6f8fc;
  clip-path: inset(0 round 20px);
  contain: paint;
  isolation: isolate;
}

.eqp-deployment-noscript-preview {
  display: block;
  overflow: hidden;
  height: 460px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 16px;
  background: #f6f8fc;
}

.eqp-deployment-mobile-viewer__header {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  overflow: hidden;
  border-bottom: 1px solid #dce4ef;
  border-radius: 19px 19px 0 0;
  color: #40506a;
  background: #fff;
  font-size: 10px;
  line-height: 1.35;
}

.eqp-deployment-mobile-viewer__header > span {
  font-weight: 700;
}

.eqp-deployment-mobile-viewer__header a {
  color: #015aff;
  font-weight: 800;
  text-align: right;
}

.eqp-deployment-mobile-preview,
[data-eqp-deploy-mobile-preview] {
  position: relative;
  display: block;
  width: calc(100% - 20px);
  margin: 10px 10px 12px;
  overflow: hidden;
  height: min(60vw, 410px);
  padding: 6px;
  border: 1px solid rgba(1, 90, 255, .18);
  border-radius: var(--eqp-preview-radius, 20px);
  background: var(--eqp-preview-background, #dfe8f4);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .55), 0 10px 24px rgba(6, 22, 52, .12);
  clip-path: inset(0 round var(--eqp-preview-radius, 20px));
  contain: paint;
  isolation: isolate;
  transform: translateZ(0);
}

.eqpanel-page main .eqp-deployment-mobile-preview img[data-eqp-deploy-mobile-image] {
  transform: translate3d(var(--eqp-preview-offset-x, 0), var(--eqp-preview-mobile-offset-y, var(--eqp-preview-offset-y, 0)), 0) scale(var(--eqp-preview-scale, 1));
}

.eqpanel-page main .eqp-deployment .eqp-deployment-mobile-viewer[data-eqp-preview-mode="contained"] .eqp-deployment-mobile-preview {
  display: flex;
  height: auto;
  aspect-ratio: var(--eqp-contained-preview-ratio, 16 / 9);
  align-items: center;
  justify-content: center;
  background: var(--eqp-preview-background, #e6edf6);
}

.eqpanel-page main .eqp-deployment .eqp-deployment-mobile-viewer[data-eqp-preview-mode="contained"] .eqp-deployment-mobile-preview img[data-eqp-deploy-mobile-image] {
  width: auto;
  max-width: min(calc(100% - 4px), var(--eqp-preview-max-width, 100%));
  height: auto;
  max-height: calc(100% - 12px);
  margin: auto;
  border-radius: calc(var(--eqp-preview-radius, 20px) - 3px);
  object-fit: contain;
  object-position: var(--eqp-preview-position, 50% 50%);
  clip-path: inset(1px round calc(var(--eqp-preview-radius, 20px) - 3px));
  transform: none;
}

.eqpanel-page main .eqp-deployment .eqp-deployment-mobile-viewer[data-eqp-preview-mode="contained"] .eqp-deployment-mobile-preview > span {
  display: none;
}

.eqpanel-page main .eqp-deployment-noscript-preview img {
  transform: translate3d(var(--eqp-preview-offset-x, 0), var(--eqp-preview-mobile-offset-y, var(--eqp-preview-offset-y, 0)), 0) scale(var(--eqp-preview-scale, 1));
}

.eqpanel-page main .eqp-deployment-noscript-preview--contained {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6edf6;
}

.eqpanel-page main .eqp-deployment-noscript-preview--contained img {
  width: auto;
  max-width: min(calc(100% - 4px), var(--eqp-preview-max-width, 100%));
  height: auto;
  max-height: calc(100% - 16px);
  margin: auto;
  border-radius: calc(var(--eqp-preview-radius, 16px) - 3px);
  object-fit: contain;
  object-position: var(--eqp-preview-position, 50% 50%);
  clip-path: inset(1px round calc(var(--eqp-preview-radius, 16px) - 3px));
  transform: none;
}

.eqpanel-page main .eqp-deployment .eqp-deployment-accordion > .eqp-deployment-software-link,
.eqpanel-page main .eqp-deployment .eqp-deployment-accordion > .eqp-deployment-software-link:visited {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 15px;
  border: 1px solid rgba(157, 195, 255, .24);
  border-radius: 12px;
  color: #c4d9ff;
  background: rgba(9, 35, 74, .9);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.eqp-deployment-noscript-preview {
  overflow: hidden;
  border-radius: 16px;
  isolation: isolate;
}

.eqpanel-page main .eqp-deployment-mobile-viewer > p {
  margin: 0;
  padding: 17px;
  overflow: hidden;
  border-radius: 0 0 19px 19px;
  color: #536079 !important;
  background: #fff;
  font-size: 13px !important;
  line-height: 1.55;
}

html:not(.js) .eqp-deployment-console {
  display: none;
}

html:not(.js) .eqp-deployment-accordion {
  display: grid;
  gap: 12px;
}

html:not(.js) .eqp-deployment-accordion__panel {
  display: block;
}

/* Consistent major product frames and wider product visuals. */
.eqpanel-page main :where(.eqp-product-visual, .eqp-monitor > .eqp-image-trigger, .eqp-recovery-main, .eqp-recovery-support figure, .eqp-access-visuals > a, .eqp-review-visual) {
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(6, 22, 52, .15);
}

.eqpanel-page main :where(.eqp-monitor, .eqp-context-line, .eqp-access-points article, .eqp-value-statements article, .eqp-support-column) {
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(6, 22, 52, .07);
}

.eqpanel-page main .eqp-image-trigger__hint {
  top: 14px;
  right: 14px;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 8px;
  color: #fff;
  background: rgba(6, 22, 52, .82);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .03em;
}

/* One Portal: broader visual, balanced ledger, and section-bounded sticky frame. */
.eqpanel-page main .eqp-product-layout {
  grid-template-columns: minmax(0, 1.34fr) minmax(390px, 1fr);
  gap: 48px;
  align-items: start;
}

.eqpanel-page main .eqp-product-visual {
  top: 112px;
  padding: 10px;
  border: 1px solid #dbe4f0;
  background: #f8fafd;
}

.eqpanel-page main .eqp-feature-ledger article {
  gap: 18px;
  padding: 23px 4px 24px;
}

/* Observability bento: both products and their server context share one grid. */
.eqpanel-page main .eqp-observability-stage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.eqpanel-page main .eqp-monitor {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid #dce5f1;
  background: rgba(255, 255, 255, .94);
}

.eqpanel-page main .eqp-monitor__copy {
  padding: 32px 32px 29px;
}

.eqpanel-page main .eqp-monitor > .eqp-image-trigger {
  overflow: hidden;
  max-height: none;
  margin-top: auto;
  padding: 8px;
  border: 0;
  border-top: 1px solid #dce5f1;
  border-radius: 0;
  background: #f8fafd;
  box-shadow: none;
}

.eqpanel-page main .eqp-monitor--hardware > .eqp-image-trigger {
  order: 2;
}

.eqpanel-page main .eqp-monitor--traffic > .eqp-image-trigger img {
  margin-top: 0;
}

.eqpanel-page main .eqp-monitor > .eqp-image-trigger img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.eqpanel-page main .eqp-context-line {
  grid-column: 1 / -1;
  max-width: none;
  margin: 0;
  padding: 25px 28px;
  border: 1px solid #dce5f1;
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
}

.eqpanel-page main .eqp-context-line > i {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(1, 90, 255, .14);
  border-radius: 10px;
  background: #eaf2ff;
}

/* Recovery: calm chips, cohesive imagery, and larger monochrome capabilities. */
.eqpanel-page main .eqp-recovery-ribbon {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  overflow: visible;
  margin-bottom: 24px;
  border: 0;
  background: transparent;
}

.eqpanel-page main .eqp-recovery-ribbon span {
  min-height: 56px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  color: #e5eefc;
  background: rgba(255, 255, 255, .055);
}

.eqpanel-page main .eqp-recovery-ribbon span + span {
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.eqpanel-page main .eqp-recovery-ribbon i {
  color: #b9d2ff;
}

.eqpanel-page main .eqp-recovery-stage {
  grid-template-columns: minmax(0, 1.28fr) minmax(340px, .72fr);
  gap: 20px;
}

.eqpanel-page main .eqp-recovery-main,
.eqpanel-page main .eqp-recovery-support figure {
  height: auto;
  min-height: 0;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .06);
}

.eqpanel-page main .eqp-recovery-main {
  height: auto;
  min-height: 0;
  contain: size paint;
  align-self: stretch;
}

.eqpanel-page main .eqp-recovery-main__viewport {
  position: absolute;
  inset: 10px;
  display: block;
  max-width: var(--eqp-preview-max-width, 100%);
  margin-inline: auto;
  overflow: hidden;
  border-radius: var(--eqp-preview-radius, 14px);
  background: var(--eqp-preview-background, #e8eef6);
  clip-path: inset(0 round var(--eqp-preview-radius, 14px));
  isolation: isolate;
}

.eqpanel-page main .eqp-recovery-main__viewport img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin: 10px auto 0;
  border-radius: 0;
  object-fit: contain;
  object-position: var(--eqp-preview-position, 50% 0%);
  clip-path: none;
  transform: translate3d(var(--eqp-preview-offset-x, 0), var(--eqp-preview-offset-y, 0), 0) scale(var(--eqp-preview-scale, 1));
  transform-origin: var(--eqp-preview-position, 50% 0%);
}

.eqpanel-page main .eqp-recovery-support {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: start;
  gap: 20px;
}

.eqpanel-page main .eqp-recovery-support__item--power {
  height: auto;
  min-height: 0;
  align-self: start;
}

.eqpanel-page main .eqp-recovery-support__item--power .eqp-recovery-support__preview {
  height: auto;
  aspect-ratio: 888 / 420;
}

.eqpanel-page main .eqp-recovery-support__preview {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  border-radius: var(--eqp-preview-radius, 14px);
  background: var(--eqp-preview-background, #e8eef6);
  clip-path: inset(0 round var(--eqp-preview-radius, 14px));
  contain: paint;
  isolation: isolate;
}

.eqpanel-page main .eqp-recovery-support__preview > .eqp-screenshot-viewport__image {
  display: block;
  width: calc(100% - 4px);
  max-width: var(--eqp-preview-max-width, 100%);
  height: auto;
  max-height: none;
  margin: 2px auto 0;
  border-radius: calc(var(--eqp-preview-radius, 14px) - 3px);
  object-fit: contain;
  object-position: var(--eqp-preview-position, 50% 0%);
  clip-path: inset(1px round calc(var(--eqp-preview-radius, 14px) - 3px));
  transform: translate3d(var(--eqp-preview-offset-x, 0), var(--eqp-preview-offset-y, 0), 0) scale(var(--eqp-preview-scale, 1));
}

.eqpanel-page main .eqp-recovery-support__item--rescue {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 0;
  align-self: start;
  justify-self: stretch;
  overflow: hidden;
  border-radius: 18px;
}

.eqpanel-page main .eqp-recovery-support__item--rescue .eqp-recovery-support__preview {
  height: auto;
  aspect-ratio: 889 / 558;
}

.eqpanel-page main .eqp-recovery-features {
  gap: 16px;
  margin-top: 28px;
  border: 0;
  background: transparent;
  overflow: visible;
}

.eqpanel-page main .eqp-recovery-features article {
  min-height: 285px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 14px;
  background: rgba(6, 25, 55, .9);
}

.eqpanel-page main .eqp-recovery-features i,
.eqpanel-page main .eqp-recovery-features article:first-child i {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 10px;
  color: #c5d9ff;
  background: rgba(255, 255, 255, .07);
}

.eqpanel-page main .eqp-recovery-features p {
  color: #c4d1e4 !important;
}

.eqpanel-page main .eqp-recovery .eqp-eyebrow::before {
  background: #7eacfc;
}

.eqpanel-page main .eqp-recovery-note {
  max-width: none;
  margin-top: 20px;
  padding: 15px 18px;
  border-left: 3px solid #ff7a1a;
  color: #d3deed !important;
  background: rgba(255, 255, 255, .05);
  text-align: left;
}

.eqpanel-page main .eqp-recovery-note i {
  color: #ff9c55;
}

/* Credentials and reverse DNS: 65/35 balance with an intentional DNS frame. */
.eqpanel-page main .eqp-access-visuals {
  grid-template-columns: minmax(0, 1.76fr) minmax(330px, 1fr);
  gap: 24px;
  align-items: stretch;
}

.eqpanel-page main .eqp-access-visuals > a {
  display: flex;
  min-height: 690px;
  flex-direction: column;
  padding: 10px;
  border: 1px solid #dce5f1;
  background: #f8fafd;
}

.eqpanel-page main .eqp-access-visuals > a > .eqp-product-frame__label {
  display: block;
  padding: 9px 10px 14px;
  color: #52627b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}

.eqpanel-page main .eqp-access-visuals > a > .eqp-image-trigger__hint {
  position: absolute;
  display: inline-flex;
  width: auto;
  padding: 8px 10px;
  color: #fff;
  letter-spacing: .03em;
}

.eqpanel-page main .eqp-access-visuals > a img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.eqpanel-page main .eqp-access-visuals > a:nth-child(2) img {
  margin: auto 0;
}

.eqpanel-page main .eqp-access-visuals > a > .eqp-product-frame__caption {
  display: block;
  margin-top: auto;
  padding: 16px 12px 8px;
  border-top: 1px solid #dce5f1;
  color: #5a6880;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
}

.eqpanel-page main .eqp-access-points {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
  border: 0;
}

.eqpanel-page main .eqp-access-points article,
.eqpanel-page main .eqp-access-points article + article,
.eqpanel-page main .eqp-access-points article:nth-child(3),
.eqpanel-page main .eqp-access-points article:nth-child(4) {
  min-height: 190px;
  padding: 28px;
  border: 1px solid #e0e7f1;
  border-radius: 14px;
  background: #fff;
}

/* Safeguards: balanced list and stable, top-aligned review preview. */
.eqpanel-page main .eqp-safeguard-layout {
  grid-template-columns: minmax(380px, .82fr) minmax(0, 1fr);
  gap: 48px;
}

.eqpanel-page main .eqp-safeguard-list article {
  padding: 25px 4px;
}

.eqpanel-page main .eqp-review-visual {
  top: 112px;
  height: 720px;
  padding: 10px;
  border: 1px solid #dce5f1;
  background: #fff;
}

.eqpanel-page main .eqp-review-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.eqpanel-page main .eqp-review-visual__tag {
  top: 20px;
  left: 20px;
  border-left: 3px solid #ff7a1a;
  color: #873614;
  background: rgba(255, 246, 239, .96);
}

/* Infrastructure value statements and the informational Included callout. */
.eqpanel-page main .eqp-value > .eqp-wrap {
  width: min(1160px, calc(100% - 48px));
}

.eqpanel-page main .eqp-value-statements {
  gap: 14px;
  border: 0;
  background: transparent;
  overflow: visible;
}

.eqpanel-page main .eqp-value-statements article {
  min-height: 225px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 14px;
  background: rgba(255, 255, 255, .045);
  box-shadow: 0 12px 30px rgba(0, 5, 22, .12);
}

.eqpanel-page main .eqp-value-statements article > .eqp-feature-icon {
  border: 1px solid rgba(255, 255, 255, .11);
  color: #c5d9ff !important;
  background: rgba(255, 255, 255, .07);
}

.eqpanel-page main .eqp-included {
  min-height: 92px;
  margin-top: 22px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .055);
  box-shadow: none;
  cursor: default;
}

.eqpanel-page main .eqp-included > i {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  color: #c5d9ff;
  background: rgba(255, 255, 255, .07);
}

.eqpanel-page main .eqp-included__badge {
  color: #061634;
  background: #ff7a1a;
}

/* Support comparison: equal cards with a non-overlapping text connector. */
.eqpanel-page main .eqp-support > .eqp-wrap {
  width: min(1160px, calc(100% - 48px));
}

.eqpanel-page main .eqp-support-compare {
  grid-template-columns: minmax(0, 1fr) 112px minmax(0, 1fr);
  gap: 18px;
  max-width: 1160px;
  align-items: stretch;
}

.eqpanel-page main .eqp-support-column {
  min-height: 610px;
  padding: 40px;
  border: 1px solid #dde5ef;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(6, 22, 52, .07);
}

.eqpanel-page main .eqp-support-column--panel {
  border-top: 1px solid #dde5ef;
}

.eqpanel-page main .eqp-support-column--team {
  border: 1px solid rgba(6, 22, 52, .18);
  color: #fff;
  background: #061634;
  box-shadow: 0 12px 30px rgba(6, 22, 52, .1);
}

.eqpanel-page main .eqp-support-column__head {
  min-height: 94px;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding-bottom: 24px;
}

.eqpanel-page main .eqp-support-column__head > span,
.eqpanel-page main .eqp-support-column--team .eqp-support-column__head > span {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(1, 90, 255, .14);
  border-radius: 10px;
  color: #015aff;
  background: rgba(1, 90, 255, .08);
}

.eqpanel-page main .eqp-support-column--team .eqp-support-column__head > span {
  border-color: rgba(33, 191, 212, .45);
  color: #21bfd4;
  background: rgba(33, 191, 212, .08);
}

.eqpanel-page main .eqp-support-column--team .eqp-support-column__head > span i {
  color: #21bfd4;
}

.eqpanel-page main .eqp-support-column--team .eqp-support-column__head small {
  color: #21bfd4;
}

.eqpanel-page main .eqp-support-column--team .eqp-support-column__head small::before {
  display: none;
}

.eqpanel-page main .eqp-support-column ul,
.eqpanel-page main .eqp-support-column--team ul {
  grid-template-columns: 1fr;
  margin-top: 20px;
}

.eqpanel-page main .eqp-support-column li {
  min-height: 50px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.eqpanel-page main .eqp-support-column--team li::before {
  color: #9fc2ff;
  content: "\f00c";
}

.eqp-support-connector {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  color: #64748b;
}

.eqp-support-connector::before,
.eqp-support-connector::after {
  position: absolute;
  left: 50%;
  width: 1px;
  height: calc(50% - 42px);
  background: #d7e0eb;
  content: "";
}

.eqp-support-connector::before {
  top: 0;
}

.eqp-support-connector::after {
  bottom: 0;
}

.eqp-support-connector span {
  display: block;
  padding: 8px 7px;
  border: 1px solid #d7e0eb;
  border-radius: 8px;
  background: #f7f9fc;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.35;
  text-align: center;
}

.eqpanel-page main .eqp-support-cta,
.eqpanel-page main .eqp-support-cta:visited,
.eqpanel-page main .eqp-support-cta:hover,
.eqpanel-page main .eqp-support-cta:focus-visible,
.eqpanel-page main .eqp-support-cta:active,
.eqpanel-page main .eqp-support-cta i {
  color: #fff !important;
}

.eqpanel-page main .eqp-support-cta {
  background: #ff7a1a;
  box-shadow: 0 12px 30px rgba(6, 22, 52, .16);
}

@media (max-width: 1199.98px) {
  .eqpanel-page main .eqp-product-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .eqpanel-page main .eqp-product-visual {
    position: relative;
    top: auto;
  }

  .eqp-deployment-console {
    grid-template-columns: 246px minmax(0, 1fr);
    padding: 16px;
  }

  .eqp-deployment-tab {
    min-height: 76px;
    padding: 10px 12px;
  }

  .eqp-deployment-stage-footer {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .eqp-deployment-stage-footer__controls {
    justify-content: flex-end;
  }
}

@media (max-width: 991.98px) {
  .eqp-visual-wrap,
  .eqpanel-page main :where(.eqp-product, .eqp-observability, .eqp-recovery, .eqp-access, .eqp-safeguards) > .eqp-wrap,
  .eqpanel-page main .eqp-support > .eqp-wrap,
  .eqpanel-page main .eqp-value > .eqp-wrap {
    width: min(100% - 40px, 760px);
  }

  .eqpanel-page main .eqp-deployment-intro {
    width: min(100% - 40px, 760px);
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .eqpanel-page main .eqp-deployment-intro > p {
    max-width: 690px;
  }

  .eqp-deployment-modes {
    grid-template-columns: 1fr;
  }

  .eqp-deployment-mode {
    min-height: 300px;
  }

  .eqp-deployment-mode-visual {
    width: 100%;
  }

  .eqp-deployment-console {
    display: none;
  }

  .js .eqp-deployment-accordion {
    display: grid;
    gap: 12px;
  }

  .eqpanel-page main .eqp-observability-stage {
    grid-template-columns: 1fr;
  }

  .eqpanel-page main .eqp-context-line {
    grid-column: auto;
  }

  .eqpanel-page main .eqp-recovery-stage {
    grid-template-columns: 1fr;
  }

  .eqpanel-page main .eqp-recovery-main {
    height: 620px;
  }

  .eqpanel-page main .eqp-recovery-support {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .eqpanel-page main .eqp-recovery-support figure {
    min-height: 0;
  }

  .eqpanel-page main .eqp-recovery-features {
    grid-template-columns: 1fr;
  }

  .eqpanel-page main .eqp-recovery-features article {
    min-height: auto;
  }

  .eqpanel-page main .eqp-access-visuals,
  .eqpanel-page main .eqp-safeguard-layout {
    grid-template-columns: 1fr;
  }

  .eqpanel-page main .eqp-access-visuals > a {
    min-height: 0;
  }

  .eqpanel-page main .eqp-access-visuals > a:nth-child(2) {
    min-height: 440px;
  }

  .eqpanel-page main .eqp-review-visual {
    position: relative;
    top: auto;
    height: 620px;
  }

  .eqpanel-page main .eqp-support-compare {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .eqp-support-connector {
    min-height: 54px;
  }

  .eqp-support-connector::before,
  .eqp-support-connector::after {
    top: 50%;
    width: calc(50% - 74px);
    height: 1px;
  }

  .eqp-support-connector::before {
    right: auto;
    left: 0;
  }

  .eqp-support-connector::after {
    right: 0;
    bottom: auto;
    left: auto;
  }

  .eqpanel-page main .eqp-support-column {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .eqp-visual-wrap,
  .eqpanel-page main :where(.eqp-product, .eqp-observability, .eqp-recovery, .eqp-access, .eqp-safeguards) > .eqp-wrap,
  .eqpanel-page main .eqp-support > .eqp-wrap,
  .eqpanel-page main .eqp-value > .eqp-wrap,
  .eqpanel-page main .eqp-deployment-intro {
    width: min(100% - 32px, 680px);
  }

  .eqpanel-page main .eqp-deployment {
    padding: 74px 0 78px;
  }

  .eqpanel-page main .eqp-deployment-intro {
    margin-bottom: 38px;
  }

  .eqpanel-page main .eqp-deployment-intro h2 {
    font-size: clamp(36px, 10.2vw, 44px);
  }

  .eqpanel-page main .eqp-deployment-intro > p {
    font-size: 16px !important;
  }

  .eqp-deployment-modes {
    gap: 12px;
    padding: 12px;
    border-radius: 18px;
  }

  .eqp-deployment-mode {
    min-height: 0;
    padding: 24px 21px;
  }

  .eqp-deployment-tour-label {
    margin-top: 42px;
  }

  .eqp-deployment-mobile-viewer__header {
    align-items: flex-start;
  }

  .eqpanel-page main .eqp-observability-stage {
    gap: 16px;
  }

  .eqpanel-page main .eqp-monitor__copy {
    padding: 26px 23px 24px;
  }

  .eqpanel-page main .eqp-context-line {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 22px;
  }

  .eqpanel-page main .eqp-recovery-ribbon {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .eqpanel-page main .eqp-recovery-ribbon span + span {
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  .eqpanel-page main .eqp-recovery-main {
    height: 480px;
  }

  .eqpanel-page main .eqp-recovery-support {
    grid-template-columns: 1fr;
  }

  .eqpanel-page main .eqp-recovery-support figure {
    min-height: 0;
  }

  .eqpanel-page main .eqp-recovery-support img {
    height: auto;
    object-fit: contain;
  }

  .eqpanel-page main .eqp-access-points {
    grid-template-columns: 1fr;
  }

  .eqpanel-page main .eqp-access-points article,
  .eqpanel-page main .eqp-access-points article + article,
  .eqpanel-page main .eqp-access-points article:nth-child(3),
  .eqpanel-page main .eqp-access-points article:nth-child(4) {
    min-height: 0;
    padding: 24px;
  }

  .eqpanel-page main .eqp-review-visual {
    height: min(142vw, 610px);
  }

  .eqpanel-page main .eqp-review-visual__tag {
    top: 18px;
    left: 18px;
    max-width: calc(100% - 110px);
  }

  .eqpanel-page main .eqp-value-statements {
    grid-template-columns: 1fr;
  }

  .eqpanel-page main .eqp-value-statements article {
    min-height: 0;
    padding: 26px;
  }

  .eqpanel-page main .eqp-support-column {
    padding: 30px 26px;
  }
}

@media (max-width: 419.98px) {
  .eqp-deployment-mobile-viewer__header {
    flex-direction: column;
  }

  .eqp-deployment-mobile-viewer__header a {
    text-align: left;
  }

  .eqpanel-page main .eqp-access-visuals > a:nth-child(2) {
    min-height: 380px;
  }
}

/* Approved production micro-balance refinements. */
.eqp-lifecycle-pillars h3 {
  color: #07152c;
  font-size: 23px;
}

.eqp-operations-tab.is-active,
.eqp-operations-tab[aria-selected="true"] {
  box-shadow: inset 4px 0 0 #66d5ef, 0 10px 24px rgba(1, 90, 255, .2);
}

@media (min-width: 1200px) {
  .eqpanel-page main .eqp-product-layout {
    gap: 34px;
  }

  .eqp-lifecycle-pillars > a {
    min-height: 136px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .eqp-operations-preview {
    height: var(--eqp-preview-height, 628px);
  }

  .eqp-operations-viewer__copy {
    min-height: 136px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .eqpanel-page main .eqp-support {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .eqpanel-page main .eqp-support > .eqp-wrap {
    width: min(1200px, calc(100% - 48px));
  }

  .eqpanel-page main .eqp-support-compare {
    width: 100%;
    max-width: 1200px;
  }

  .eqpanel-page main .eqp-support-column {
    padding: 36px 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .eqpanel-page main .eqp-product-layout {
    gap: 38px;
  }

  .eqp-operations-preview {
    height: var(--eqp-preview-height, 574px);
  }

  .eqp-operations-viewer__copy {
    min-height: 136px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .eqpanel-page main .eqp-support {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .eqpanel-page main .eqp-support-column {
    padding: 36px 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eqp-deployment-tab,
  .eqp-deployment-preview img,
  .eqp-deployment-stage-footer button {
    transition: none !important;
  }
}

/* ================================================================
   Round 3 narrative consolidation
   Page-local only: protected hero, capability rail, CTA and shell excluded.
   ================================================================ */

.eqpanel-page main > .eqp-section {
  padding: 104px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.eqpanel-page main > .eqp-section h2 {
  max-width: 760px;
  font-size: clamp(36px, 3.3vw, 48px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.eqpanel-page main > .eqp-section h3 {
  font-weight: 700;
  line-height: 1.24;
}

.eqpanel-page main > .eqp-section p,
.eqpanel-page main > .eqp-section li {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
}

.eqpanel-page main > .eqp-section a,
.eqpanel-page main > .eqp-section button {
  font-weight: 600;
}

.eqpanel-page main > .eqp-section .eqp-eyebrow,
.eqpanel-page main .eqp-support-column__head small {
  font-weight: 700;
}

.eqpanel-page main > .eqp-section .eqp-section-heading {
  margin-bottom: 48px;
}

.eqpanel-page main > .eqp-section .eqp-section-heading--split {
  grid-template-columns: minmax(0, 560px) minmax(320px, 460px);
  column-gap: clamp(40px, 4vw, 56px);
  justify-content: start;
}

.eqpanel-page main > .eqp-section .eqp-section-heading--split > p {
  width: 100%;
  max-width: 460px;
  justify-self: start;
}

/* One Portal: one dominant product image and four concise lifecycle links. */
.eqpanel-page main .eqp-product {
  background: #fff;
}

.eqpanel-page main .eqp-product-layout {
  grid-template-columns: minmax(0, 1.62fr) minmax(340px, .78fr);
  gap: 46px;
  align-items: start;
}

.eqpanel-page main .eqp-product-visual {
  position: sticky;
  display: flex;
  flex-direction: column;
  top: 108px;
  height: 700px;
  padding: 0;
  border: 1px solid #e2e7ef;
  border-radius: 20px;
  background: #f7f9fc;
  box-shadow: 0 20px 48px rgba(6, 22, 52, .09);
}

.eqp-mac-frame {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.eqp-final-cta__preview {
  display: flex;
  min-width: 0;
  height: 100%;
  flex: 1 1 auto;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.eqp-mac-toolbar {
  position: relative;
  display: flex;
  width: 100%;
  height: 30px;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(11, 23, 48, .12);
  background: #f1f3f6;
  line-height: 1;
}

.eqp-mac-toolbar__dots {
  position: absolute;
  left: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.eqp-mac-toolbar__dot {
  display: block;
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
}

.eqp-mac-toolbar__dot--red {
  background: #ff5f57;
}

.eqp-mac-toolbar__dot--yellow {
  background: #febc2e;
}

.eqp-mac-toolbar__dot--green {
  background: #28c840;
}

.eqp-mac-toolbar__title {
  position: absolute;
  left: 50%;
  max-width: calc(100% - 100px);
  overflow: hidden;
  color: #667085;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .015em;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform: translateX(-50%);
}

.eqp-mac-frame > img,
.eqp-mac-frame > .eqp-final-cta__preview > img {
  display: block;
  width: 100%;
  height: auto;
  min-width: 0;
  object-fit: contain;
}

.eqp-hero-stage__main.eqp-mac-frame > img {
  border-radius: 0 0 15px 15px;
}

.eqpanel-page main .eqp-product-visual .eqp-image-trigger__hint {
  top: 44px;
  right: 14px;
}

.eqpanel-page main .eqp-product-visual img {
  width: 100%;
  height: auto;
  max-height: calc(100% - 30px);
  border-radius: 0 0 19px 19px;
  object-fit: contain;
  object-position: center top;
}

.eqp-lifecycle-pillars {
  display: grid;
  border-top: 1px solid #dfe5ed;
}

.eqp-lifecycle-pillars > a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 142px;
  padding: 22px 4px;
  border-bottom: 1px solid #dfe5ed;
  color: #17243a;
  text-decoration: none;
  transition: color .18s ease, padding .18s ease;
}

.eqp-lifecycle-pillars > a > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  color: #015aff;
  background: #edf4ff;
}

.eqp-lifecycle-pillars h3 {
  margin: 0 0 6px;
  color: #0b1730;
  font-size: 22px;
}

.eqp-lifecycle-pillars p {
  margin: 0;
  color: #617086;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

.eqp-lifecycle-pillars > a > i {
  color: #9aa8bb;
  font-size: 13px;
}

/* Deployment: one cohesive surface with a compact mode selector. */
.eqpanel-page main .eqp-deployment {
  padding: 108px 0 96px;
}

.eqpanel-page main .eqp-deployment-intro {
  margin-bottom: 42px;
}

.eqpanel-page main .eqp-deployment-modes {
  grid-template-columns: minmax(250px, .75fr) minmax(440px, 1.25fr) minmax(250px, .75fr);
  gap: 0;
  padding: 16px;
  border: 1px solid rgba(164, 194, 239, .18);
  border-radius: 20px;
  background: rgba(255, 255, 255, .045);
  box-shadow: none;
}

.eqpanel-page main .eqp-deployment-mode,
.eqpanel-page main .eqp-deployment-mode--custom {
  min-height: 0;
  padding: 28px 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.eqpanel-page main .eqp-deployment-mode h3 {
  margin-top: 18px;
  font-size: 24px;
}

.eqpanel-page main .eqp-deployment-mode p {
  max-width: 330px;
  margin: 8px 0 0;
  color: #b8c5d9;
  font-size: 15px;
  line-height: 1.55;
}

.eqpanel-page main .eqp-deployment-mode-visual {
  display: flex;
  height: 310px;
  min-height: 310px;
  align-self: stretch;
  align-items: flex-start;
  justify-content: center;
  border: 1px solid rgba(173, 201, 242, .18);
  border-radius: 16px;
  background: #eaf0f7;
  box-shadow: none;
}

.eqpanel-page main .eqp-deployment-mode-visual img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-inline: auto;
  object-fit: contain;
  object-position: top center;
}

.eqpanel-page main .eqp-deployment-tour-label {
  margin: 40px 0 18px;
}

.eqpanel-page main .eqp-deployment-data-note {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.6;
}

.eqp-deployment-safeguards {
  scroll-margin-top: 110px;
  margin-top: 42px;
  padding-top: 30px;
  border-top: 1px solid rgba(168, 196, 236, .18);
}

.eqp-deployment-safeguards > p {
  margin: 0 0 16px;
  color: #90b8ff;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .12em;
  line-height: 1.4 !important;
}

.eqp-deployment-safeguards > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.eqp-deployment-safeguards span {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 11px;
  padding: 14px 16px;
  border-radius: 12px;
  color: #dce8f9;
  background: rgba(255, 255, 255, .055);
  font-size: 14px;
  line-height: 1.45;
}

.eqp-deployment-safeguards span i {
  flex: 0 0 auto;
  color: #8fb9ff;
}

.eqp-deployment-safeguards span:first-child i {
  color: #ff8b3d;
}

/* Everyday Operations: one shared viewer, four product states. */
.eqpanel-page main .eqp-operations {
  background: #f7f9fc;
}

.eqp-operations-console {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid #dfe5ed;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(6, 22, 52, .08);
}

.eqp-operations-tabs {
  display: grid;
  align-content: start;
  padding: 18px;
  border-right: 1px solid #e2e7ef;
  background: #fbfcfe;
}

.eqp-operations-tab {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  min-height: 88px;
  padding: 16px;
  border: 0;
  border-bottom: 1px solid #e3e8ef;
  color: #263650;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.eqp-operations-tab > span,
.eqp-operations-viewer__copy > span,
.eqp-operations-accordion button > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  color: #015aff;
  background: #edf4ff;
}

.eqp-operations-tab > i {
  color: #a0adbe;
  font-size: 12px;
}

.eqp-operations-tab.is-active,
.eqp-operations-tab[aria-selected="true"] {
  border-bottom-color: transparent;
  border-radius: 13px;
  color: #fff;
  background: #075fe9;
  box-shadow: 0 10px 24px rgba(1, 90, 255, .18);
}

.eqp-operations-tab.is-active > span,
.eqp-operations-tab[aria-selected="true"] > span {
  color: #fff;
  background: rgba(255, 255, 255, .16);
}

.eqp-operations-tab.is-active > i,
.eqp-operations-tab[aria-selected="true"] > i {
  color: #fff;
}

.eqp-operations-tab:focus-visible,
.eqp-operations-accordion button:focus-visible,
.eqp-operations-viewer a:focus-visible,
.eqp-operations-mobile-viewer a:focus-visible {
  outline: 3px solid #80abff;
  outline-offset: 3px;
}

.js .eqp-operations-panel:not(.is-active),
.js .eqp-operations-panel__fallback-copy,
.js .eqp-operations-accordion__fallback-copy {
  display: none;
}

.eqp-operations-viewer {
  overflow: hidden;
  background: #fff;
}

.eqp-operations-viewer__bar {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 20px;
  border-bottom: 1px solid #e1e6ee;
  color: #5f6e83;
  font-size: 13px;
}

.eqp-operations-viewer__bar span,
.eqp-operations-viewer__bar a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.eqp-operations-viewer__bar a {
  color: #015aff;
  text-decoration: none;
}

.eqp-operations-preview {
  position: relative;
  display: block;
  overflow: hidden;
  height: var(--eqp-preview-height, 590px);
  padding: 16px;
  background: var(--eqp-preview-background, #eef2f7);
  contain: paint;
  isolation: isolate;
}

.eqpanel-page main :is(.eqp-operations-preview, .eqp-operations-mobile-preview) {
  border-radius: 0;
  clip-path: inset(0);
}

.eqp-operations-preview img[data-eqp-operations-image] {
  transition: opacity .18s ease, transform .18s ease;
}

.eqp-operations-viewer[data-eqp-preview-mode="contained"] .eqp-operations-preview {
  display: flex;
  align-items: center;
  justify-content: center;
}

.eqp-operations-viewer[data-eqp-preview-mode="contained"] .eqp-operations-preview img[data-eqp-operations-image] {
  width: auto;
  max-width: min(calc(100% - 4px), var(--eqp-preview-max-width, 100%));
  height: auto;
  max-height: calc(100% - 32px);
  margin: auto;
  border-radius: calc(var(--eqp-preview-radius, 14px) - 3px);
  object-fit: contain;
  object-position: var(--eqp-preview-position, 50% 50%);
  clip-path: inset(1px round calc(var(--eqp-preview-radius, 14px) - 3px));
  transform: translate3d(var(--eqp-preview-offset-x, 0), var(--eqp-preview-offset-y, 0), 0);
}

.eqp-operations-viewer.is-changing .eqp-operations-preview img {
  opacity: .25;
  transform: translateY(6px);
}

.eqp-operations-preview > span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: var(--eqp-preview-fade-height, 74px);
  background: linear-gradient(to bottom, transparent, var(--eqp-preview-background, #eef2f7) 88%);
  opacity: var(--eqp-preview-fade-opacity, 1);
  pointer-events: none;
}

.eqp-operations-viewer[data-eqp-preview-mode="contained"] .eqp-operations-preview > span {
  display: none;
}

.eqp-operations-viewer__copy {
  display: grid;
  min-height: 152px;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 24px 28px;
  border-top: 1px solid #e1e6ee;
}

.eqp-operations-viewer__copy h3 {
  margin: 0 0 7px;
  color: #0b1730;
  font-size: 22px;
}

.eqp-operations-viewer__copy p {
  max-width: 820px;
  margin: 0;
  color: #5f6e83;
  font-size: 16px;
}

.eqp-operations-accordion {
  display: none;
}

/* Recovery and Support: keep only the information buyers need. */
.eqpanel-page main .eqp-recovery {
  padding: 100px 0 92px;
}

.eqpanel-page main .eqp-recovery-stage {
  margin-top: 22px;
}

.eqpanel-page main .eqp-recovery-commercial-note {
  margin: 18px 0 0;
  font-size: 13px;
  line-height: 1.6;
}

.eqpanel-page main .eqp-recovery-note {
  margin-top: 22px;
}

.eqpanel-page main .eqp-support {
  background: #fff;
}

.eqpanel-page main .eqp-support .eqp-section-heading {
  max-width: 900px;
  margin-bottom: 42px;
}

.eqpanel-page main .eqp-support-compare {
  grid-template-columns: minmax(0, 1fr) 88px minmax(0, 1fr);
  gap: 0;
}

.eqpanel-page main .eqp-support-column {
  min-height: 540px;
  padding: 40px;
  border: 1px solid #dfe5ed;
  border-radius: 18px;
  box-shadow: none;
}

.eqpanel-page main .eqp-support-column ul {
  gap: 0;
  margin-top: 26px;
}

.eqpanel-page main .eqp-support-column li {
  min-height: 56px;
  padding: 14px 0 14px 30px;
  border-bottom: 1px solid #e4e9f0;
  font-size: 16px;
}

.eqpanel-page main .eqp-support-connector {
  position: relative;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
}

.eqpanel-page main .eqp-support-connector::before {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 50%;
  width: 1px;
  background: #d8e0ea;
  content: "";
}

.eqpanel-page main .eqp-support-connector span {
  z-index: 1;
  padding: 10px 5px;
  color: #7d8ba0;
  background: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  writing-mode: vertical-rl;
}

.eqpanel-page main .eqp-support-column--panel {
  border-top: 3px solid #015aff;
}

.eqpanel-page main .eqp-support-column--team {
  border-top: 3px solid #21bfd4;
}

.eqpanel-page main .eqp-faq {
  padding: 96px 0 104px;
  background: #f7f9fc;
}

@media (max-width: 1199.98px) {
  .eqpanel-page main > .eqp-section .eqp-section-heading--split {
    gap: 44px;
  }

  .eqpanel-page main .eqp-product-layout {
    grid-template-columns: minmax(0, 1.35fr) minmax(330px, .85fr);
  }

  .eqpanel-page main .eqp-product-visual {
    height: 650px;
  }

  .eqp-operations-console {
    grid-template-columns: 230px minmax(0, 1fr);
  }

  .eqp-operations-preview {
    height: var(--eqp-preview-height, 540px);
  }

  .eqpanel-page main .eqp-support-compare {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .eqpanel-page main .eqp-support-connector {
    min-height: 50px;
  }

  .eqpanel-page main .eqp-support-connector::before {
    top: 50%;
    right: 16%;
    bottom: auto;
    left: 16%;
    width: auto;
    height: 1px;
  }

  .eqpanel-page main .eqp-support-connector span {
    writing-mode: horizontal-tb;
  }

  .eqpanel-page main .eqp-support-column {
    min-height: 0;
  }
}

@media (max-width: 1024px) {
  .eqpanel-page main > .eqp-section .eqp-section-heading--split,
  .eqpanel-page main .eqp-deployment-intro {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .eqpanel-page main > .eqp-section .eqp-section-heading--split > p,
  .eqpanel-page main .eqp-deployment-intro > p {
    max-width: 690px;
  }
}

@media (max-width: 991.98px) {
  .eqpanel-page main > .eqp-section {
    padding: 84px 0;
  }

  .eqpanel-page main > .eqp-section .eqp-section-heading--split {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .eqpanel-page main .eqp-product-layout {
    grid-template-columns: 1fr;
  }

  .eqpanel-page main .eqp-product-visual {
    position: relative;
    top: auto;
    height: min(82vw, 680px);
  }

  .eqp-lifecycle-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
  }

  .eqpanel-page main .eqp-deployment-modes {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .eqpanel-page main .eqp-deployment-mode {
    padding: 26px 22px;
  }

  .eqpanel-page main .eqp-deployment-mode-visual {
    height: min(112vw, 470px);
    min-height: 0;
  }

  .eqp-deployment-safeguards > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eqp-operations-console {
    display: none;
  }

  .eqp-operations-accordion {
    display: grid;
    overflow: hidden;
    border: 1px solid #dfe5ed;
    border-radius: 18px;
    background: #fff;
  }

  .eqp-operations-accordion__item + .eqp-operations-accordion__item {
    border-top: 1px solid #e1e6ee;
  }

  .eqp-operations-accordion h3 {
    margin: 0;
  }

  .eqp-operations-accordion button {
    display: grid;
    width: 100%;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 78px;
    padding: 16px 20px;
    border: 0;
    color: #17243a;
    background: #fff;
    text-align: left;
  }

  .eqp-operations-accordion__item.is-open > h3 button {
    color: #015aff;
    background: #f5f8fe;
  }

  .js .eqp-operations-accordion__panel:not(.is-open) {
    display: none;
  }

  .eqp-operations-mobile-viewer {
    padding: 0 16px 22px;
    background: #f5f8fe;
  }

  .eqp-operations-mobile-preview {
    position: relative;
    display: block;
    overflow: hidden;
    height: var(--eqp-preview-mobile-height, 460px);
    border: 1px solid #dfe5ed;
    background: var(--eqp-preview-background, #eef2f7);
    contain: paint;
    isolation: isolate;
  }

  .eqp-operations-mobile-preview img[data-eqp-operations-mobile-image],
  .eqpanel-page main .eqp-operations-mobile-viewer:is([data-eqp-view="Traffic"], [data-eqp-view="Hardware"]) .eqp-operations-mobile-preview img[data-eqp-operations-mobile-image] {
    transform: translate3d(var(--eqp-preview-offset-x, 0), var(--eqp-preview-mobile-offset-y, var(--eqp-preview-offset-y, 0)), 0) scale(var(--eqp-preview-scale, 1));
  }

  .eqp-operations-mobile-viewer[data-eqp-preview-mode="contained"] .eqp-operations-mobile-preview {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .eqp-operations-mobile-viewer[data-eqp-preview-mode="contained"] .eqp-operations-mobile-preview img[data-eqp-operations-mobile-image] {
    width: auto;
    max-width: min(calc(100% - 4px), var(--eqp-preview-max-width, 100%));
    height: auto;
    max-height: calc(100% - 16px);
    margin: auto;
    border-radius: calc(var(--eqp-preview-radius, 14px) - 3px);
    object-fit: contain;
    object-position: var(--eqp-preview-position, 50% 50%);
    clip-path: inset(1px round calc(var(--eqp-preview-radius, 14px) - 3px));
    transform: translate3d(var(--eqp-preview-offset-x, 0), var(--eqp-preview-mobile-offset-y, var(--eqp-preview-offset-y, 0)), 0);
  }

  .eqp-operations-mobile-preview .eqp-image-trigger__hint {
    top: 12px;
    right: 12px;
  }

  .eqp-operations-mobile-viewer > p {
    margin: 18px 4px 0;
    color: #5d6c81;
    font-size: 16px;
  }

  .eqpanel-page main .eqp-recovery-main {
    height: 560px;
  }
}

@media (max-width: 767.98px) {
  .eqpanel-page main > .eqp-section {
    padding: 70px 0;
  }

  .eqpanel-page main > .eqp-section h2 {
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.1;
  }

  .eqpanel-page main > .eqp-section p,
  .eqpanel-page main > .eqp-section li {
    font-size: 16px;
  }

  .eqpanel-page main > .eqp-section .eqp-section-heading {
    margin-bottom: 34px;
  }

  .eqp-lifecycle-pillars {
    grid-template-columns: 1fr;
  }

  .eqp-lifecycle-pillars > a {
    min-height: 116px;
  }

  .eqp-deployment-safeguards > div {
    grid-template-columns: 1fr;
  }

  .eqp-operations-mobile-preview {
    height: var(--eqp-preview-mobile-height, min(112vw, 440px));
  }

  .eqpanel-page main .eqp-recovery-main {
    height: min(126vw, 520px);
  }

  .eqpanel-page main .eqp-support-column {
    padding: 30px 24px;
  }
}

@media (max-width: 419.98px) {
  .eqp-mac-toolbar {
    height: 26px;
    flex-basis: 26px;
  }

  .eqp-mac-toolbar__dots {
    left: 10px;
    gap: 5px;
  }

  .eqp-mac-toolbar__dot {
    width: 8px;
    height: 8px;
    flex-basis: 8px;
  }

  .eqp-mac-toolbar__title {
    max-width: calc(100% - 86px);
    font-size: 9px;
  }

  .eqpanel-page main .eqp-product-visual .eqp-image-trigger__hint {
    top: 36px;
    right: 10px;
  }

  .eqpanel-page main .eqp-product-visual img {
    max-height: calc(100% - 26px);
  }

  .eqp-operations-accordion button {
    padding: 15px 16px;
  }

  .eqp-operations-mobile-viewer {
    padding: 0 12px 20px;
  }

  .eqp-operations-mobile-preview {
    height: var(--eqp-preview-mobile-height, 360px);
  }

}

/* Restrained page-local hover system; resting layouts and component geometry remain unchanged. */
.eqpanel-page .eqp-hero-stage__main,
.eqpanel-page .eqp-hero-stage__card--power,
.eqpanel-page .eqp-lifecycle,
.eqpanel-page .eqp-capability-rail a,
.eqpanel-page main .eqp-product-visual,
.eqpanel-page main .eqp-lifecycle-pillars > a,
.eqpanel-page main .eqp-deployment-mode,
.eqpanel-page main .eqp-deployment-mode-visual,
.eqpanel-page main .eqp-deployment-safeguards span,
.eqpanel-page main .eqp-recovery-ribbon span,
.eqpanel-page main .eqp-support-column,
.eqpanel-page main .eqp-final-cta figure {
  transition: translate 220ms cubic-bezier(.2, .7, .2, 1), border-color 220ms cubic-bezier(.2, .7, .2, 1), box-shadow 220ms cubic-bezier(.2, .7, .2, 1);
}

.eqpanel-page main .eqp-deployment-preview,
.eqpanel-page main .eqp-operations-preview,
.eqpanel-page main .eqp-recovery-main,
.eqpanel-page main .eqp-recovery-support figure {
  transition: border-color 220ms cubic-bezier(.2, .7, .2, 1), box-shadow 220ms cubic-bezier(.2, .7, .2, 1);
}

.eqpanel-page main .eqp-deployment-tab,
.eqpanel-page main .eqp-operations-tab {
  transition: translate 220ms cubic-bezier(.2, .7, .2, 1), border-color 220ms cubic-bezier(.2, .7, .2, 1), background-color 220ms cubic-bezier(.2, .7, .2, 1), box-shadow 220ms cubic-bezier(.2, .7, .2, 1);
}

.eqpanel-page .eqp-capability-rail a > i,
.eqpanel-page main .eqp-lifecycle-pillars > a > span,
.eqpanel-page main .eqp-lifecycle-pillars > a > i,
.eqpanel-page main .eqp-deployment-mode__icon,
.eqpanel-page main .eqp-deployment-tab__icon,
.eqpanel-page main .eqp-deployment-safeguards span i,
.eqpanel-page main .eqp-operations-tab > span,
.eqpanel-page main .eqp-operations-tab > i,
.eqpanel-page main .eqp-recovery-ribbon span i,
.eqpanel-page main .eqp-support-column__head > span {
  transition: translate 220ms cubic-bezier(.2, .7, .2, 1), border-color 220ms cubic-bezier(.2, .7, .2, 1), background-color 220ms cubic-bezier(.2, .7, .2, 1), box-shadow 220ms cubic-bezier(.2, .7, .2, 1), filter 220ms cubic-bezier(.2, .7, .2, 1);
}

.eqpanel-page main .eqp-image-trigger__hint {
  transition: opacity 220ms cubic-bezier(.2, .7, .2, 1), background-color 220ms cubic-bezier(.2, .7, .2, 1), box-shadow 220ms cubic-bezier(.2, .7, .2, 1);
}

.eqpanel-page main .eqp-deployment-accordion button,
.eqpanel-page main .eqp-operations-accordion button,
.eqpanel-page main [data-eqp-faq-button] {
  transition: background-color 220ms cubic-bezier(.2, .7, .2, 1), box-shadow 220ms cubic-bezier(.2, .7, .2, 1), color 220ms cubic-bezier(.2, .7, .2, 1);
}

@media (hover: hover) and (pointer: fine) {
  .eqpanel-page .eqp-hero-stage__main:hover {
    translate: 0 -2px;
    border-color: rgba(158, 192, 248, .58);
    box-shadow: 0 38px 82px rgba(0, 7, 25, .54);
  }

  .eqpanel-page .eqp-hero-stage__card--power:hover {
    translate: 0 -2px;
    border-color: rgba(146, 183, 242, .42);
    box-shadow: 0 28px 56px rgba(0, 8, 28, .42);
  }

  .eqpanel-page .eqp-lifecycle:hover {
    translate: 0 -2px;
    border-color: rgba(153, 187, 242, .44);
    box-shadow: 0 19px 40px rgba(0, 8, 28, .34);
  }

  .eqpanel-page .eqp-capability-rail a:hover {
    translate: 0 -3px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(1, 90, 255, .24), 0 9px 20px rgba(6, 22, 52, .12);
  }

  .eqpanel-page .eqp-capability-rail a:hover > i {
    translate: 0 -1px;
  }

  .eqpanel-page main .eqp-product-visual:hover {
    translate: 0 -2px;
    border-color: #c8d7ea;
    box-shadow: 0 26px 58px rgba(6, 22, 52, .14);
  }

  .eqpanel-page main .eqp-lifecycle-pillars > a:hover {
    translate: 0 -4px;
    border-color: #cbd8e8;
    box-shadow: 0 12px 24px rgba(6, 22, 52, .09);
  }

  .eqpanel-page main .eqp-lifecycle-pillars > a:hover > span {
    box-shadow: inset 0 0 0 1px rgba(1, 90, 255, .18), 0 7px 16px rgba(1, 90, 255, .12);
  }

  .eqpanel-page main .eqp-lifecycle-pillars > a:hover > i {
    translate: 3px 0;
  }

  .eqpanel-page main .eqp-deployment-mode:hover {
    translate: 0 -4px;
    box-shadow: inset 0 0 0 1px rgba(140, 183, 250, .2), 0 13px 28px rgba(0, 8, 28, .18);
  }

  .eqpanel-page main .eqp-deployment-mode:hover .eqp-deployment-mode__icon {
    translate: 0 -2px;
  }

  .eqpanel-page main .eqp-deployment-mode-visual:hover {
    translate: 0 -3px;
    border-color: rgba(173, 201, 242, .38);
    box-shadow: 0 14px 30px rgba(0, 8, 28, .22);
  }

  .eqpanel-page main .eqp-deployment-tab:not(.is-active):not([aria-selected="true"]):hover {
    translate: 3px 0;
    border-color: rgba(151, 190, 249, .42);
    background: rgba(255, 255, 255, .065);
    box-shadow: 0 9px 20px rgba(0, 12, 40, .15);
  }

  .eqpanel-page main .eqp-deployment-tab:not(.is-active):not([aria-selected="true"]):hover .eqp-deployment-tab__icon {
    border-color: rgba(157, 195, 255, .38);
    box-shadow: 0 6px 14px rgba(1, 90, 255, .14);
  }

  .eqpanel-page main .eqp-deployment-tab:is(.is-active, [aria-selected="true"]):hover {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1), 0 15px 34px rgba(0, 24, 70, .28) !important;
  }

  .eqpanel-page main .eqp-deployment-preview:hover {
    border-color: rgba(1, 90, 255, .34);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .68), 0 16px 34px rgba(6, 22, 52, .17);
  }

  .eqpanel-page main .eqp-deployment-safeguards span:hover {
    translate: 0 -3px;
    border-color: rgba(143, 185, 255, .38);
    box-shadow: 0 11px 24px rgba(0, 5, 22, .2);
  }

  .eqpanel-page main .eqp-deployment-safeguards span:hover i {
    translate: 0 -1px;
    filter: brightness(1.12);
  }

  .eqpanel-page main .eqp-deployment-accordion button:hover {
    background: rgba(1, 90, 255, .16);
  }

  .eqpanel-page main .eqp-deployment-accordion button:hover i {
    color: #fff;
  }

  .eqpanel-page main .eqp-operations-tab:not(.is-active):not([aria-selected="true"]):hover {
    translate: 3px 0;
    border-bottom-color: #cbd8e8;
    background: #f7faff;
    box-shadow: inset 0 0 0 1px rgba(1, 90, 255, .08);
  }

  .eqpanel-page main .eqp-operations-tab:not(.is-active):not([aria-selected="true"]):hover > span {
    box-shadow: 0 6px 14px rgba(1, 90, 255, .12);
  }

  .eqpanel-page main .eqp-operations-tab:not(.is-active):not([aria-selected="true"]):hover > i {
    translate: 3px 0;
  }

  .eqpanel-page main .eqp-operations-tab:is(.is-active, [aria-selected="true"]):hover {
    box-shadow: inset 4px 0 0 #66d5ef, 0 13px 30px rgba(1, 90, 255, .24);
  }

  .eqpanel-page main .eqp-operations-preview:hover {
    box-shadow: inset 0 0 0 1px rgba(1, 90, 255, .22), 0 14px 30px rgba(6, 22, 52, .13);
  }

  .eqpanel-page main .eqp-operations-accordion button:hover {
    background: #f5f8fe;
  }

  .eqpanel-page main .eqp-operations-accordion button:hover > span {
    box-shadow: 0 6px 14px rgba(1, 90, 255, .12);
  }

  .eqpanel-page main .eqp-operations-accordion button:hover > i {
    color: #015aff;
  }

  .eqpanel-page main .eqp-recovery-ribbon span:hover {
    translate: 0 -3px;
    border-color: rgba(159, 194, 250, .34);
    box-shadow: 0 11px 24px rgba(0, 3, 14, .28);
  }

  .eqpanel-page main .eqp-recovery-ribbon span:hover i {
    translate: 0 -1px;
    filter: brightness(1.14);
  }

  .eqpanel-page main .eqp-recovery-main:hover,
  .eqpanel-page main .eqp-recovery-support figure:hover {
    border-color: rgba(159, 194, 250, .3);
    box-shadow: 0 28px 66px rgba(0, 3, 14, .42);
  }

  .eqpanel-page main .eqp-support-column:hover {
    translate: 0 -4px;
    border-color: #cad7e7;
    box-shadow: 0 17px 38px rgba(6, 22, 52, .11);
  }

  .eqpanel-page main .eqp-support-column--team:hover {
    border-color: rgba(255, 255, 255, .14);
    border-top-color: #21bfd4;
    box-shadow: 0 18px 40px rgba(6, 22, 52, .2);
  }

  .eqpanel-page main .eqp-support-column:hover .eqp-support-column__head > span {
    translate: 0 -1px;
    box-shadow: 0 7px 16px rgba(1, 90, 255, .12);
  }

  .eqpanel-page main [data-eqp-faq-button]:hover {
    background: rgba(1, 90, 255, .035);
    box-shadow: inset 0 -1px 0 #cbd8e8;
  }

  .eqpanel-page main [data-eqp-faq-button]:hover i {
    transform: scale(1.05);
  }

  .eqpanel-page main .eqp-faq-item.is-open [data-eqp-faq-button]:hover i {
    transform: rotate(45deg) scale(1.05);
  }

  .eqpanel-page main .eqp-final-cta figure:hover {
    translate: 0 -2px;
    border-color: rgba(173, 201, 244, .58);
    box-shadow: 0 21px 50px rgba(0, 4, 20, .34), 0 0 34px rgba(1, 90, 255, .13);
  }

  .eqpanel-page main :is(.eqp-product-visual, .eqp-deployment-mode-visual, .eqp-deployment-preview, .eqp-operations-preview, .eqp-recovery-main):hover .eqp-image-trigger__hint {
    opacity: 1;
    background: rgba(6, 22, 52, .94);
    box-shadow: 0 8px 20px rgba(6, 22, 52, .22);
  }
}

@media (prefers-reduced-motion: reduce) {
  .eqpanel-page .eqp-hero-stage__main,
  .eqpanel-page .eqp-hero-stage__card--power,
  .eqpanel-page .eqp-lifecycle,
  .eqpanel-page .eqp-capability-rail a,
  .eqpanel-page .eqp-capability-rail a > i,
  .eqpanel-page main .eqp-product-visual,
  .eqpanel-page main .eqp-lifecycle-pillars > a,
  .eqpanel-page main .eqp-lifecycle-pillars > a > span,
  .eqpanel-page main .eqp-lifecycle-pillars > a > i,
  .eqpanel-page main .eqp-deployment-mode,
  .eqpanel-page main .eqp-deployment-mode-visual,
  .eqpanel-page main .eqp-deployment-mode__icon,
  .eqpanel-page main .eqp-deployment-tab,
  .eqpanel-page main .eqp-deployment-tab__icon,
  .eqpanel-page main .eqp-deployment-safeguards span,
  .eqpanel-page main .eqp-deployment-safeguards span i,
  .eqpanel-page main .eqp-operations-tab,
  .eqpanel-page main .eqp-operations-tab > span,
  .eqpanel-page main .eqp-operations-tab > i,
  .eqpanel-page main .eqp-recovery-ribbon span,
  .eqpanel-page main .eqp-recovery-ribbon span i,
  .eqpanel-page main .eqp-support-column,
  .eqpanel-page main .eqp-support-column__head > span,
  .eqpanel-page main .eqp-final-cta figure {
    translate: none !important;
    transition-duration: .001ms !important;
  }

  .eqpanel-page main [data-eqp-faq-button]:hover i {
    transform: none !important;
  }

  .eqpanel-page main .eqp-faq-item.is-open [data-eqp-faq-button]:hover i {
    transform: rotate(45deg) !important;
  }

  .eqp-lifecycle-pillars > a,
  .eqp-operations-tab,
  .eqp-operations-preview img {
    transition: none !important;
  }
}
