.ps5-maintenance-body {
  --ps5-navy: #071f3a;
  --ps5-blue: #1d4ed8;
  --ps5-cyan: #38bdf8;
  --ps5-line: #d8e2ee;
  --ps5-soft: #f4f7fb;
  --ps5-white: #ffffff;
  background: var(--ps5-soft);
}

.ps5-maintenance-body .breadcrumb-container {
  background: #ffffff;
  border-bottom: 1px solid rgba(7, 31, 58, 0.08);
}

.ps5m-page,
.ps5m-page * {
  box-sizing: border-box;
}

.ps5m-page {
  overflow: clip;
  background: var(--ps5-white);
  color: var(--ps5-navy);
}

.ps5m-page img {
  max-width: 100%;
  height: auto;
}

.ps5m-page section {
  content-visibility: visible !important;
  contain-intrinsic-size: none !important;
}

.ps5m-main :where(h2, h3, p, li, dt, dd, span, strong, small, address, a),
.ps5m-section-nav a,
.ps5m-page .faq-page-content :where(h2, p, span, button, div),
.ps5m-page .service-ticket-section :where(h2, p, span, a),
.ps5m-page .comments-section-container :where(h2, h3, h5, p, span, a, button, input, textarea),
.ps5m-page .contact :where(h2, h3, p, span, strong, a, button) {
  color: var(--ps5-navy);
}

.ps5m-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(3.25rem, 9vw, 6.75rem) 0 clamp(3rem, 8vw, 6rem);
  background:
    radial-gradient(circle at 16% 16%, rgba(37, 99, 235, 0.38), transparent 28rem),
    radial-gradient(circle at 92% 72%, rgba(56, 189, 248, 0.22), transparent 28rem),
    linear-gradient(132deg, #020817 0%, #071f3a 54%, #0b3158 100%);
}

.ps5m-hero::after {
  position: absolute;
  z-index: -1;
  right: -7rem;
  bottom: -11rem;
  width: 27rem;
  height: 27rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(255, 255, 255, 0.018), 0 0 0 8rem rgba(255, 255, 255, 0.012);
  content: '';
}

.ps5m-hero-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 88%);
  mask-image: linear-gradient(to bottom, #000 0%, transparent 88%);
}

.ps5m-hero-layout {
  display: grid;
  gap: 2.25rem;
  align-items: center;
}

.ps5m-kicker,
.ps5m-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.85rem;
  color: var(--ps5-navy);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.085em;
  line-height: 1.25;
  text-transform: uppercase;
}

.ps5m-kicker {
  color: #bae6fd;
}

.ps5m-hero h1 {
  max-width: 15ch;
  margin: 0;
  color: #ffffff;
  font-family: var(--font-heading, 'Kanit', sans-serif);
  font-size: clamp(2.35rem, 9.5vw, 4.75rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
}

.ps5m-lead {
  max-width: 660px;
  margin: 1.3rem 0 0;
  color: #dbeafe;
  font-size: clamp(1rem, 2.1vw, 1.16rem);
  line-height: 1.68;
}

.ps5m-hero-actions {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.65rem;
}

.ps5m-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3rem;
  border: 1px solid transparent;
  border-radius: 0.8rem;
  padding: 0.78rem 1rem;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 180ms cubic-bezier(0.23, 1, 0.32, 1), border-color 180ms ease;
}

.ps5m-btn--primary {
  background: #38bdf8;
  color: #041423;
  box-shadow: 0 16px 36px rgba(56, 189, 248, 0.22);
}

.ps5m-btn--secondary {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
}

.ps5m-btn--dark {
  width: 100%;
  margin-top: 1.25rem;
  border-color: #a8c3e8;
  background: #dbeafe;
  color: var(--ps5-navy);
}

.ps5m-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.9rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.ps5m-hero-trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  color: #e0f2fe;
  font-size: 0.78rem;
  font-weight: 800;
}

.ps5m-hero-trust i {
  color: #7dd3fc;
}

.ps5m-hero-visual {
  position: relative;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.5rem;
  padding: 0.65rem;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.ps5m-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.12 / 1;
  border-radius: 1.05rem;
  object-fit: cover;
  object-position: 53% 52%;
}

.ps5m-hero-visual figcaption {
  position: absolute;
  right: 1.1rem;
  bottom: 1.1rem;
  left: 1.1rem;
  border: 1px solid rgba(186, 230, 253, 0.22);
  border-radius: 0.9rem;
  padding: 0.85rem 0.95rem;
  background: rgba(3, 15, 30, 0.88);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.ps5m-hero-visual picture {
  display: block;
}

.ps5m-hero-visual figcaption span,
.ps5m-hero-visual figcaption strong {
  display: block;
  color: #ffffff;
}

.ps5m-hero-visual figcaption span {
  margin-bottom: 0.15rem;
  color: #7dd3fc;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ps5m-hero-visual figcaption strong {
  font-size: 0.82rem;
  line-height: 1.3;
}

.ps5m-section-nav {
  position: sticky;
  z-index: 50;
  top: 66px;
  overflow: hidden;
  border-bottom: 1px solid var(--ps5-line);
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.ps5m-section-nav .container {
  display: flex;
  overflow-x: auto;
  padding-top: 0.72rem;
  padding-bottom: 0.72rem;
  scrollbar-width: none;
}

.ps5m-section-nav .container::-webkit-scrollbar {
  display: none;
}

.ps5m-section-nav a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 2.75rem;
  border-right: 1px solid var(--ps5-line);
  padding: 0 0.9rem;
  font-size: 0.78rem;
  font-weight: 850;
  text-decoration: none;
}

.ps5m-section-nav a:first-child {
  padding-left: 0;
}

.ps5m-section-nav a:last-child {
  border-right: 0;
}

.ps5m-section {
  scroll-margin-top: 8rem;
  padding: clamp(3.75rem, 8vw, 6.5rem) 0;
}

.ps5m-section:nth-child(even) {
  background: var(--ps5-soft);
}

.ps5m-heading {
  max-width: 760px;
  margin-bottom: clamp(1.8rem, 4vw, 3rem);
}

.ps5m-heading h2,
.ps5m-media-copy h2,
.ps5m-liquid h2,
.ps5m-price-card h2,
.ps5m-local h2 {
  margin: 0;
  color: var(--ps5-navy);
  font-family: var(--font-heading, 'Kanit', sans-serif);
  font-size: clamp(1.85rem, 6.4vw, 3.35rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.04;
  text-wrap: balance;
}

.ps5m-heading > p,
.ps5m-heading--split > p,
.ps5m-intro {
  margin: 0.95rem 0 0;
  color: var(--ps5-navy);
  font-size: 1rem;
  line-height: 1.72;
}

.ps5m-symptom-grid {
  display: grid;
  gap: 0.75rem;
}

.ps5m-symptom-card {
  position: relative;
  min-width: 0;
  border: 1px solid var(--ps5-line);
  border-radius: 1rem;
  padding: 1.15rem;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(7, 31, 58, 0.045);
  transition: transform 180ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 180ms ease, border-color 180ms ease;
}

.ps5m-card-icon {
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 1rem;
  place-items: center;
  border-radius: 0.72rem;
  background: #eaf2ff;
  color: #1d4ed8;
}

.ps5m-symptom-card > span {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ps5m-symptom-card h3,
.ps5m-included-list h3,
.ps5m-layer-list h3,
.ps5m-liquid-decisions h3,
.ps5m-model-grid h3,
.ps5m-price-details h3,
.ps5m-decision-card h3,
.ps5m-process-list h3,
.ps5m-evidence h3,
.ps5m-related-grid h3,
.ps5m-area-card h3 {
  margin: 0;
  color: var(--ps5-navy);
  font-family: var(--font-heading, 'Kanit', sans-serif);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.2;
}

.ps5m-symptom-card p,
.ps5m-included-list p,
.ps5m-layer-list p,
.ps5m-liquid-decisions p,
.ps5m-model-grid p,
.ps5m-price-details p,
.ps5m-decision-card p,
.ps5m-process-list p,
.ps5m-evidence p,
.ps5m-related-grid p,
.ps5m-area-card p {
  margin: 0.5rem 0 0;
  color: var(--ps5-navy);
  font-size: 0.92rem;
  line-height: 1.62;
}

.ps5m-note {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  margin-top: 1rem;
  border: 1px solid #f7c77a;
  border-radius: 0.9rem;
  padding: 1rem;
  background: #fffbeb;
}

.ps5m-note i {
  margin-top: 0.2rem;
  color: #b45309;
}

.ps5m-note p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
}

.ps5m-included-layout,
.ps5m-media-layout,
.ps5m-liquid-layout,
.ps5m-price-layout,
.ps5m-local-layout {
  display: grid;
  gap: 1.35rem;
}

.ps5m-included-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ps5m-included-list li {
  display: grid;
  grid-template-columns: 2.55rem minmax(0, 1fr);
  gap: 0.9rem;
  border-top: 1px solid var(--ps5-line);
  padding: 1rem 0;
}

.ps5m-included-list li:last-child {
  border-bottom: 1px solid var(--ps5-line);
}

.ps5m-included-list li > span,
.ps5m-process-list li > span {
  color: var(--ps5-navy);
  font-family: var(--font-heading, 'Kanit', sans-serif);
  font-size: 0.82rem;
  font-weight: 800;
}

.ps5m-scope-card {
  align-self: start;
  border: 1px solid rgba(7, 31, 58, 0.14);
  border-radius: 1.15rem;
  padding: 1.25rem;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(7, 31, 58, 0.09);
}

.ps5m-scope-label {
  display: inline-flex;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  padding: 0.38rem 0.65rem;
  background: #dbeafe;
  font-size: 0.67rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ps5m-scope-card h3 {
  margin: 0;
  font-family: var(--font-heading, 'Kanit', sans-serif);
  font-size: 1.35rem;
  line-height: 1.18;
}

.ps5m-scope-card > p {
  margin: 0.75rem 0 0;
  font-size: 0.92rem;
  line-height: 1.62;
}

.ps5m-scope-card dl {
  display: grid;
  margin: 1.15rem 0 0;
}

.ps5m-scope-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--ps5-line);
  padding: 0.72rem 0;
}

.ps5m-scope-card dt,
.ps5m-scope-card dd {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 800;
}

.ps5m-scope-card dd {
  text-align: right;
}

.ps5m-scope-card > a,
.ps5m-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 2.75rem;
  margin-top: 0.7rem;
  font-weight: 900;
  text-decoration: none;
}

.ps5m-media-layout {
  align-items: center;
}

.ps5m-layer-list {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.ps5m-layer-list article {
  border-left: 3px solid #2563eb;
  padding: 0.45rem 0 0.45rem 0.9rem;
}

.ps5m-layer-list article > span,
.ps5m-liquid-decisions article > span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--ps5-navy);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ps5m-image-card {
  position: relative;
  margin: 0;
  border: 1px solid var(--ps5-line);
  border-radius: 1.35rem;
  padding: 0.65rem;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(7, 31, 58, 0.12);
}

.ps5m-image-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 0.95rem;
  object-fit: cover;
}

.ps5m-image-card figcaption {
  display: grid;
  gap: 0.18rem;
  padding: 0.85rem 0.45rem 0.25rem;
}

.ps5m-image-card figcaption strong,
.ps5m-image-card figcaption span {
  color: var(--ps5-navy);
}

.ps5m-image-card figcaption span {
  font-size: 0.82rem;
  line-height: 1.45;
}

.ps5m-liquid-layout {
  align-items: start;
}

.ps5m-liquid-decisions {
  display: grid;
  gap: 0.7rem;
}

.ps5m-liquid-decisions article {
  border: 1px solid var(--ps5-line);
  border-radius: 1rem;
  padding: 1rem;
  background: #ffffff;
}

.ps5m-model-grid {
  display: grid;
  gap: 0.75rem;
}

.ps5m-model-grid article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--ps5-line);
  border-radius: 1rem;
  padding: 1.15rem;
  background: #ffffff;
}

.ps5m-model-grid article > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid var(--ps5-line);
  padding-bottom: 0.8rem;
}

.ps5m-model-grid article > div span {
  font-weight: 950;
}

.ps5m-model-grid article > div small {
  font-size: 0.67rem;
  font-weight: 800;
}

.ps5m-model-check {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  margin-top: auto;
  padding-top: 1rem;
  font-size: 0.77rem;
  font-weight: 850;
}

.ps5m-model-check i {
  color: #16a34a;
}

.ps5m-price-card {
  align-self: stretch;
  border: 1px solid #b9c8da;
  border-radius: 1.25rem;
  padding: clamp(1.25rem, 5vw, 2rem);
  background: linear-gradient(145deg, #ffffff, #eef5ff);
  box-shadow: 0 24px 60px rgba(7, 31, 58, 0.1);
}

.ps5m-price-value {
  display: flex;
  gap: 0.45rem;
  align-items: baseline;
  margin: 1.4rem 0 0.8rem;
}

.ps5m-price-value > span,
.ps5m-price-value > small {
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ps5m-price-value strong {
  font-family: var(--font-heading, 'Kanit', sans-serif);
  font-size: clamp(3.1rem, 13vw, 5.1rem);
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.ps5m-price-value--range {
  flex-wrap: wrap;
}

.ps5m-price-value--range > span {
  flex: 0 0 100%;
}

.ps5m-price-value--range strong {
  font-size: clamp(2.25rem, 8.5vw, 4.15rem);
  white-space: nowrap;
}

.ps5m-price-card > p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.62;
}

.ps5m-price-details {
  display: grid;
  gap: 0;
}

.ps5m-price-details article {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  gap: 0.75rem;
  border-bottom: 1px solid var(--ps5-line);
  padding: 1rem 0;
}

.ps5m-price-details article > i {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border-radius: 0.65rem;
  background: #eaf2ff;
  color: #1d4ed8;
}

.ps5m-decision-grid {
  display: grid;
  gap: 0.8rem;
}

.ps5m-decision-card {
  border: 1px solid var(--ps5-line);
  border-radius: 1.05rem;
  padding: 1.2rem;
  background: #ffffff;
}

.ps5m-decision-card > span {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  margin-bottom: 1.15rem;
  border-radius: 999px;
  padding: 0.38rem 0.65rem;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ps5m-decision-card--maintenance > span {
  background: #dcfce7;
}

.ps5m-decision-card--repair > span {
  background: #ffedd5;
}

.ps5m-decision-card ul {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.ps5m-decision-card li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.9rem;
}

.ps5m-decision-card li::before {
  position: absolute;
  top: 0.56em;
  left: 0;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: #2563eb;
  content: '';
}

.ps5m-inline-cta {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  border: 1px solid var(--ps5-navy);
  border-radius: 1rem;
  padding: 1.1rem;
  background: #eaf2ff;
}

.ps5m-inline-cta strong,
.ps5m-inline-cta span {
  display: block;
}

.ps5m-inline-cta span {
  margin-top: 0.25rem;
  font-size: 0.85rem;
  line-height: 1.5;
}

.ps5m-inline-cta a {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.7rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid #a8c3e8;
  background: #dbeafe;
  color: var(--ps5-navy);
  font-weight: 900;
  text-decoration: none;
}

.ps5m-process-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.ps5m-process-list li {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  border-top: 1px solid var(--ps5-line);
  padding: 1rem 0;
}

.ps5m-process-list li h3,
.ps5m-process-list li p {
  grid-column: 2;
}

.ps5m-evidence {
  display: grid;
  gap: 1.2rem;
  align-items: center;
  margin-top: 2.5rem;
  border: 1px solid var(--ps5-line);
  border-radius: 1.2rem;
  padding: 0.7rem;
  background: #ffffff;
}

.ps5m-evidence figure {
  margin: 0;
}

.ps5m-evidence img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  border-radius: 0.85rem;
  object-fit: cover;
}

.ps5m-evidence > div {
  padding: 0.55rem;
}

.ps5m-evidence h3 {
  font-size: 1.45rem;
}

.ps5m-evidence ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.ps5m-evidence li {
  border: 1px solid var(--ps5-line);
  border-radius: 999px;
  padding: 0.38rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 850;
}

.ps5m-local-layout {
  align-items: center;
}

.ps5m-local address {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.25rem;
  font-style: normal;
}

.ps5m-local address :where(span, a) {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  width: fit-content;
  font-size: 0.9rem;
  text-decoration: none;
}

.ps5m-local address a {
  min-height: 2.75rem;
}

.ps5m-local address i {
  width: 1rem;
  color: #1d4ed8;
  text-align: center;
}

.ps5m-area-card {
  border: 1px solid var(--ps5-line);
  border-radius: 1.15rem;
  padding: 1.2rem;
  background: #ffffff;
  box-shadow: 0 20px 46px rgba(7, 31, 58, 0.07);
}

.ps5m-area-card > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 1rem;
}

.ps5m-area-card > div span {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  border-radius: 0.55rem;
  padding: 0.55rem;
  background: #f0f6ff;
  font-size: 0.72rem;
  font-weight: 800;
}

.ps5m-area-card > div i {
  color: #2563eb;
}

.ps5m-related-grid {
  display: grid;
  gap: 0.75rem;
}

.ps5m-related-grid > a {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--ps5-line);
  border-radius: 1rem;
  padding: 1.1rem;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(7, 31, 58, 0.04);
  text-decoration: none;
  transition: transform 180ms cubic-bezier(0.23, 1, 0.32, 1), border-color 180ms ease, box-shadow 180ms ease;
}

.ps5m-related-grid > a > span {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  margin-top: auto;
  padding-top: 1rem;
  font-size: 0.8rem;
  font-weight: 900;
}

.ps5m-page .faq-page-content {
  scroll-margin-top: 8rem;
}

.ps5m-page .faq-page-content .faq-answer-inner,
.ps5m-page .faq-page-content .faq-answer-inner * {
  color: var(--ps5-navy);
}

.ps5m-page .service-ticket-section.ticket-cta-section,
.ps5m-page .comments-section-container,
.ps5m-page .contact {
  background: #ffffff !important;
}

.ps5m-page .contact .description-text,
.ps5m-page .contact [style*="#64748b"] {
  color: var(--ps5-navy) !important;
}

.ps5m-page .service-ticket-section .ticket-cta-copy span,
.ps5m-page .comments-section-container :where(h2, h3, h5, p, span, a, button, label),
.ps5m-page .comments-section-container :where(input, textarea) {
  color: var(--ps5-navy) !important;
}

.ps5m-page :where(.comments-section-container, .contact) .btn-primary {
  border-color: #a8c3e8 !important;
  background: #dbeafe !important;
  color: var(--ps5-navy) !important;
}

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

@media (hover: hover) and (pointer: fine) {
  .ps5m-btn:hover,
  .ps5m-related-grid > a:hover,
  .ps5m-symptom-card:hover {
    transform: translateY(-2px);
  }

  .ps5m-btn:hover {
    box-shadow: 0 18px 38px rgba(7, 31, 58, 0.18);
  }

  .ps5m-related-grid > a:hover,
  .ps5m-symptom-card:hover {
    border-color: #a9c7ee;
    box-shadow: 0 18px 38px rgba(7, 31, 58, 0.09);
  }

  .ps5m-section-nav a:hover,
  .ps5m-scope-card > a:hover,
  .ps5m-text-link:hover {
    text-decoration: underline;
    text-underline-offset: 0.22em;
  }
}

@media (min-width: 560px) {
  .ps5m-hero-actions {
    display: flex;
    flex-wrap: wrap;
  }

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

  .ps5m-symptom-card--feature {
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(155deg, #dbeafe, #ffffff 70%);
  }

  .ps5m-layer-list,
  .ps5m-decision-grid,
  .ps5m-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .ps5m-inline-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .ps5m-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.5rem;
  }

  .ps5m-evidence {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }
}

@media (min-width: 800px) {
  .ps5m-hero-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.78fr);
    gap: clamp(2rem, 5vw, 4.5rem);
  }

  .ps5m-heading--split {
    display: grid;
    max-width: none;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
    gap: 2rem;
    align-items: end;
  }

  .ps5m-heading--split > p {
    margin: 0;
  }

  .ps5m-included-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.62fr);
    gap: clamp(2rem, 5vw, 4rem);
  }

  .ps5m-scope-card {
    position: sticky;
    top: 9rem;
  }

  .ps5m-media-layout,
  .ps5m-liquid-layout,
  .ps5m-price-layout,
  .ps5m-local-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(2rem, 5vw, 4.5rem);
  }

  .ps5m-media-layout .ps5m-image-card {
    order: -1;
  }

  .ps5m-process-list {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0;
  }

  .ps5m-process-list li {
    position: relative;
    display: block;
    border-top: 2px solid #bfd2ea;
    padding: 1.2rem 0.75rem 0 0;
  }

  .ps5m-process-list li::before {
    position: absolute;
    top: -0.35rem;
    left: 0;
    width: 0.6rem;
    height: 0.6rem;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: #2563eb;
    box-shadow: 0 0 0 1px #2563eb;
    content: '';
  }

  .ps5m-process-list h3 {
    margin-top: 0.55rem;
    font-size: 0.95rem;
  }

  .ps5m-process-list p {
    font-size: 0.78rem;
  }

  .ps5m-related-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1080px) {
  .ps5m-symptom-grid {
    grid-template-columns: 1.25fr repeat(2, minmax(0, 1fr));
  }

  .ps5m-symptom-card--feature {
    grid-row: span 2;
  }
}

@media (max-width: 390px) {
  .ps5m-area-card > div {
    grid-template-columns: 1fr;
  }
}

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