.switch-maintenance-body {
  --switch-red: #e60012;
  --switch-red-deep: #9d0010;
  --switch-cyan: #00b9d8;
  --switch-cyan-soft: #dff8fc;
  --switch-ink: #071f3a;
  --switch-line: #d8e2ee;
  --switch-soft: #f4f7fb;
  --ps5-blue: var(--switch-red);
  --ps5-cyan: var(--switch-cyan);
}

.switchm-page {
  background: #ffffff;
}

.switchm-hero {
  background:
    radial-gradient(circle at 14% 18%, rgba(230, 0, 18, .34), transparent 28rem),
    radial-gradient(circle at 92% 70%, rgba(0, 185, 216, .24), transparent 28rem),
    linear-gradient(132deg, #07111f 0%, #071f3a 55%, #092f4b 100%);
}

.switchm-hero::after {
  border-color: rgba(0, 185, 216, .18);
  box-shadow: 0 0 0 4rem rgba(0, 185, 216, .025), 0 0 0 8rem rgba(230, 0, 18, .02);
}

.switchm-hero .ps5m-kicker {
  color: #dff8fc;
}

.switchm-hero .ps5m-btn--primary {
  background: #ffffff;
  color: var(--switch-ink);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .22);
}

.switchm-hero .ps5m-btn--secondary {
  border-color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .08);
  color: #ffffff;
}

.switchm-hero .ps5m-hero-trust i {
  color: #72e8f7;
}

.switchm-page .ps5m-card-icon,
.switchm-page .ps5m-price-details article > i {
  background: #ffe9ec;
  color: var(--switch-ink);
}

.switchm-page .ps5m-layer-list article {
  border-left-color: var(--switch-red);
}

.switchm-page .ps5m-scope-label {
  background: #ffe9ec;
}

.switchm-page .ps5m-model-check i,
.switchm-page .ps5m-local address i,
.switchm-page .ps5m-area-card > div i {
  color: var(--switch-red);
}

.switchm-page .ps5m-area-card > div span {
  background: #fff4f5;
}

.switchm-page .ps5m-decision-card li::before,
.switchm-page .ps5m-process-list li::before {
  background: var(--switch-red);
}

.switchm-page .ps5m-process-list li::before {
  box-shadow: 0 0 0 1px var(--switch-red);
}

.switchm-page .ps5m-inline-cta {
  background: #fff4f5;
}

.switchm-page .ps5m-inline-cta a,
.switchm-page .ps5m-btn--dark {
  border-color: #f1a9b0;
  background: #ffe9ec;
}

.switchm-console-stage {
  display: grid;
  min-height: clamp(19rem, 70vw, 30rem);
  align-content: center;
  padding: clamp(1rem, 4vw, 2rem) clamp(.65rem, 3vw, 1.4rem) 5.8rem;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, .11), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .035));
}

.switchm-console-stage::before {
  position: absolute;
  inset: 12% 9% 24%;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 2.2rem rgba(255, 255, 255, .016), 0 0 0 4.4rem rgba(255, 255, 255, .01);
  content: '';
}

.switchm-device {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(42px, .18fr) minmax(0, .64fr) minmax(42px, .18fr);
  width: min(100%, 480px);
  margin: 0 auto;
  filter: drop-shadow(0 28px 30px rgba(0, 0, 0, .34));
  transform: rotate(-2deg);
  transition: transform 240ms cubic-bezier(.23, 1, .32, 1), filter 240ms ease;
}

.switchm-joy,
.switchm-screen {
  min-width: 0;
  aspect-ratio: 1 / 1.62;
}

.switchm-joy {
  position: relative;
  border: 2px solid rgba(255, 255, 255, .14);
}

.switchm-joy--left {
  border-radius: 1.5rem .35rem .35rem 1.5rem;
  background: linear-gradient(155deg, #5fe4f2, var(--switch-cyan));
}

.switchm-joy--right {
  border-radius: .35rem 1.5rem 1.5rem .35rem;
  background: linear-gradient(155deg, #ff4b5a, var(--switch-red));
}

.switchm-screen {
  position: relative;
  z-index: 2;
  display: grid;
  aspect-ratio: 1.62 / 1;
  border: .55rem solid #080f19;
  place-items: center;
  background: #091627;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .09);
}

.switchm-screen-ui {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: clamp(.55rem, 3vw, 1.1rem);
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    radial-gradient(circle at 78% 20%, rgba(0, 185, 216, .32), transparent 45%),
    linear-gradient(145deg, #071f3a, #0b3151);
  background-size: 18px 18px, 18px 18px, auto, auto;
}

.switchm-screen-ui > span,
.switchm-screen-ui > strong,
.switchm-screen-ui > small {
  color: #ffffff;
}

.switchm-screen-ui > span {
  color: #72e8f7;
  font-size: clamp(.36rem, 1.5vw, .58rem);
  font-weight: 900;
  letter-spacing: .08em;
}

.switchm-screen-ui > strong {
  margin-top: .2rem;
  font-family: var(--font-heading, 'Kanit', sans-serif);
  font-size: clamp(.72rem, 3vw, 1.35rem);
  line-height: 1;
}

.switchm-screen-ui > div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .2rem;
  align-items: end;
  height: 32%;
  margin: .55rem 0;
}

.switchm-screen-ui > div i {
  display: block;
  border-radius: 999px 999px .2rem .2rem;
  background: linear-gradient(to top, var(--switch-red), #ff6672);
}

.switchm-screen-ui > div i:nth-child(1) { height: 32%; }
.switchm-screen-ui > div i:nth-child(2) { height: 48%; }
.switchm-screen-ui > div i:nth-child(3) { height: 66%; }
.switchm-screen-ui > div i:nth-child(4) { height: 82%; }
.switchm-screen-ui > div i:nth-child(5) { height: 100%; background: linear-gradient(to top, var(--switch-cyan), #72e8f7); }

.switchm-screen-ui > small {
  font-size: clamp(.28rem, 1.25vw, .48rem);
  font-weight: 850;
  letter-spacing: .04em;
}

.switchm-joy > span,
.switchm-joy > i,
.switchm-joy > b {
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}

.switchm-joy > span {
  top: 21%;
  width: 42%;
  aspect-ratio: 1;
  border: 4px solid #18212d;
  border-radius: 50%;
  background: #2c3540;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .1), 0 3px 6px rgba(0, 0, 0, .3);
}

.switchm-joy > i {
  top: 49%;
  width: 14%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #18212d;
  box-shadow: -.8rem 0 #18212d, .8rem 0 #18212d, 0 -.8rem #18212d, 0 .8rem #18212d;
}

.switchm-joy > b {
  bottom: 12%;
  width: 24%;
  height: 7%;
  border-radius: 999px;
  background: rgba(7, 31, 58, .7);
}

.switchm-console-stage figcaption {
  z-index: 3;
}

.switchm-console-stage figcaption span {
  color: #72e8f7;
}

.switchm-airflow-card {
  align-self: stretch;
  border: 1px solid var(--switch-line);
  border-radius: 1.25rem;
  padding: clamp(1.15rem, 5vw, 2rem);
  background:
    linear-gradient(rgba(7, 31, 58, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 31, 58, .035) 1px, transparent 1px),
    linear-gradient(145deg, #ffffff, #f5fbfd);
  background-size: 24px 24px, 24px 24px, auto;
  box-shadow: 0 24px 60px rgba(7, 31, 58, .1);
}

.switchm-airflow-head {
  display: grid;
  gap: .25rem;
}

.switchm-airflow-head span {
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.switchm-airflow-head strong {
  font-family: var(--font-heading, 'Kanit', sans-serif);
  font-size: clamp(1.25rem, 4vw, 1.8rem);
  line-height: 1.12;
}

.switchm-airflow-map {
  display: grid;
  grid-template-columns: auto minmax(3.5rem, 1fr) auto minmax(3.5rem, 1fr) auto;
  gap: .55rem;
  align-items: center;
  margin: clamp(1.6rem, 7vw, 3rem) 0;
}

.switchm-airflow-map > span {
  color: var(--switch-red);
}

.switchm-airflow-fan {
  display: grid;
  max-width: 7.5rem;
  aspect-ratio: 1;
  place-items: center;
  border: .5rem solid #d7e3eb;
  border-radius: 50%;
  background: #071f3a;
  box-shadow: 0 16px 30px rgba(7, 31, 58, .18);
}

.switchm-airflow-fan i {
  color: #ffffff;
  font-size: clamp(1.7rem, 8vw, 3.5rem);
}

.switchm-airflow-fins {
  height: min(8rem, 25vw);
  border: .35rem solid #bccbd6;
  border-radius: .6rem;
  background: repeating-linear-gradient(90deg, #8295a5 0 3px, #d9e2e8 3px 8px);
  box-shadow: 0 16px 30px rgba(7, 31, 58, .12);
}

.switchm-airflow-card > p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.62;
}

.switchm-lag-grid {
  display: grid;
  gap: .75rem;
}

.switchm-lag-grid article {
  position: relative;
  min-width: 0;
  border: 1px solid var(--switch-line);
  border-radius: 1rem;
  padding: 1.15rem;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(7, 31, 58, .045);
  transition: transform 180ms cubic-bezier(.23, 1, .32, 1), border-color 180ms ease, box-shadow 180ms ease;
}

.switchm-lag-grid article > i {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1.2rem;
  place-items: center;
  border-radius: .75rem;
  background: var(--switch-cyan-soft);
  color: var(--switch-ink);
}

.switchm-lag-grid .switchm-lag-card--thermal > i {
  background: #ffe9ec;
}

.switchm-lag-number {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-family: var(--font-heading, 'Kanit', sans-serif);
  font-size: .75rem;
  font-weight: 800;
}

.switchm-lag-grid h3,
.switchm-temperature-scale h3 {
  margin: 0;
  color: var(--switch-ink);
  font-family: var(--font-heading, 'Kanit', sans-serif);
  font-size: 1.16rem;
  line-height: 1.2;
}

.switchm-lag-grid p,
.switchm-temperature-scale p {
  margin: .5rem 0 0;
  color: var(--switch-ink);
  font-size: .9rem;
  line-height: 1.62;
}

.switchm-lag-grid small {
  display: inline-flex;
  margin-top: 1rem;
  border-radius: 999px;
  padding: .38rem .62rem;
  background: #f0f5f9;
  font-size: .7rem;
  font-weight: 900;
}

.switchm-normal-heat-layout {
  display: grid;
  gap: 1.5rem;
}

.switchm-normal-heat h2 {
  max-width: 16ch;
  margin: 0;
  color: var(--switch-ink);
  font-family: var(--font-heading, 'Kanit', sans-serif);
  font-size: clamp(1.85rem, 6.4vw, 3.35rem);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.04;
  text-wrap: balance;
}

.switchm-temperature-scale {
  display: grid;
  gap: 0;
  border: 1px solid var(--switch-line);
  border-radius: 1.15rem;
  padding: .4rem 1.1rem;
  background: #ffffff;
  box-shadow: 0 20px 46px rgba(7, 31, 58, .07);
}

.switchm-temperature-scale article {
  display: grid;
  grid-template-columns: 1rem minmax(0, 1fr);
  gap: .85rem;
  border-bottom: 1px solid var(--switch-line);
  padding: 1rem 0;
}

.switchm-temperature-scale article:last-child {
  border-bottom: 0;
}

.switchm-temp-dot {
  width: .78rem;
  height: .78rem;
  margin-top: .25rem;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px currentColor;
}

.switchm-temp-dot--normal { color: #15803d; background: #22c55e; }
.switchm-temp-dot--watch { color: #a16207; background: #eab308; }
.switchm-temp-dot--stop { color: #b91c1c; background: #ef4444; }

.switchm-model-grid article:first-child {
  border-color: #9cdce7;
  background: linear-gradient(155deg, #effcfe, #ffffff 66%);
}

.switchm-model-grid article:nth-child(2) {
  border-color: #f2b6bb;
  background: linear-gradient(155deg, #fff4f5, #ffffff 66%);
}

.switchm-quote-value {
  display: grid;
  gap: .3rem;
  margin: 1.4rem 0 .9rem;
}

.switchm-quote-value span {
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.switchm-quote-value strong {
  max-width: 13ch;
  font-family: var(--font-heading, 'Kanit', sans-serif);
  font-size: clamp(2rem, 8vw, 3.9rem);
  letter-spacing: -.045em;
  line-height: .95;
}

.switchm-page :where(a, button):focus-visible {
  outline-color: #f59e0b;
}

@media (hover: hover) and (pointer: fine) {
  .switchm-console-stage:hover .switchm-device {
    filter: drop-shadow(0 34px 34px rgba(0, 0, 0, .4));
    transform: rotate(0deg) translateY(-3px);
  }

  .switchm-lag-grid article:hover {
    border-color: #ef9aa2;
    box-shadow: 0 18px 38px rgba(7, 31, 58, .09);
    transform: translateY(-2px);
  }
}

@media (min-width: 620px) {
  .switchm-lag-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .switchm-model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 800px) {
  .switchm-normal-heat-layout {
    grid-template-columns: minmax(0, .82fr) minmax(360px, 1.18fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
  }
}

@media (min-width: 1100px) {
  .switchm-model-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  .switch-maintenance-body footer .footer-content {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .switch-maintenance-body footer .footer-content > * {
    min-width: 0;
    max-width: 100%;
  }

  .switchm-console-stage {
    min-height: 18rem;
    padding-right: .45rem;
    padding-left: .45rem;
  }

  .switchm-device {
    grid-template-columns: minmax(36px, .18fr) minmax(0, .64fr) minmax(36px, .18fr);
  }

  .switchm-screen {
    border-width: .4rem;
  }

  .switchm-joy > i {
    box-shadow: -.55rem 0 #18212d, .55rem 0 #18212d, 0 -.55rem #18212d, 0 .55rem #18212d;
  }

  .switchm-airflow-map {
    gap: .3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .switchm-device,
  .switchm-lag-grid article {
    transition: none;
  }
}
