@import url('../seo-context-links.css?v=20260630c');

/* ── PlayStation Servisi — Workshop Editorial (design-only refresh) ── */
.category-playstation-service {
  --mx-container: 1180px;
  --ps-bg: #0A0C0F;
  --ps-surface: #13161C;
  --ps-surface-2: #1A1E26;
  --ps-light: #EEF0F3;
  --ps-light-card: #FFFFFF;
  --ps-text: #12141A;
  --ps-text-muted: #5C6370;
  --ps-text-on-dark: #F2F4F7;
  --ps-text-muted-dark: #A3AAB6;
  --ps-accent: #0A84FF;
  --ps-accent-soft: rgba(10, 132, 255, 0.14);
  --ps-accent-hover: #0070DB;
  --ps-blue: var(--ps-accent);
  --ps-blue-hover: var(--ps-accent-hover);
  --ps-border: rgba(255, 255, 255, 0.09);
  --ps-border-light: #D8DCE3;
  --ps-whatsapp: #25D366;
  --ps-radius: 12px;
  --ps-radius-sm: 8px;
  --ps-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ps-font: "Jost", "Segoe UI", system-ui, sans-serif;
  /* Aliases for PS5 / article markup that still uses --ps-hub-* tokens */
  --ps-hub-bg: var(--ps-bg);
  --ps-hub-surface: var(--ps-surface);
  --ps-hub-border: var(--ps-border);
  --ps-hub-text: var(--ps-text-on-dark);
  --ps-hub-muted: var(--ps-text-muted-dark);
  --ps-hub-white: #ffffff;
  --ps-hub-blue: var(--ps-accent);
  --ps-hub-blue-dark: var(--ps-accent-hover);
  --ps-hub-blue-glow: rgba(10, 132, 255, 0.35);
  --ps-hub-ps4: #7b2cbf;
  --ps-hub-ps4-glow: rgba(123, 44, 191, 0.3);
  --ps-hub-whatsapp: var(--ps-whatsapp);
  --ps-hub-radius: var(--ps-radius);
  --ps-hub-ease: var(--ps-ease);
  background:
    radial-gradient(ellipse 80% 50% at 100% -10%, rgba(10, 132, 255, 0.08), transparent 55%),
    var(--ps-bg);
  color: var(--ps-text-on-dark);
  font-family: var(--ps-font);
  overflow-x: clip;
}

.ps-hub-page.site-page {
  width: 100%;
  padding: 0;
  max-width: none;
  margin: 0;
}

.ps-hub-page .mx-container {
  width: min(100% - 2rem, var(--mx-container));
  max-width: var(--mx-container);
  margin-inline: auto;
}

/* Reveal */
.ps-hub-page .ps-hub-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s var(--ps-ease), transform 0.55s var(--ps-ease);
  transition-delay: var(--ps-hub-delay, 0s);
}
.ps-hub-page .ps-hub-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Section themes */
.ps-hub-section--light {
  background:
    linear-gradient(180deg, #F4F5F7 0%, var(--ps-light) 100%);
  color: var(--ps-text);
}
.ps-hub-section--dark {
  background: var(--ps-bg);
  color: var(--ps-text-on-dark);
}
.ps-hub-section--light .ps-hub-section-title {
  color: var(--ps-text) !important;
  -webkit-text-fill-color: var(--ps-text) !important;
  background: transparent !important;
}
.ps-hub-section--light .ps-hub-section-lead { color: var(--ps-text-muted); }
.ps-hub-section--dark .ps-hub-section-title,
.ps-hub-section--dark h2,
.ps-hub-section--dark h3 {
  color: var(--ps-text-on-dark) !important;
  -webkit-text-fill-color: var(--ps-text-on-dark) !important;
  background: transparent !important;
}
.ps-hub-section--dark .ps-hub-section-lead,
.ps-hub-section--dark p { color: var(--ps-text-muted-dark); }

.ps-hub-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--ps-accent-soft);
  color: var(--ps-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ps-hub-section--dark .ps-hub-eyebrow {
  background: rgba(10, 132, 255, 0.18);
  color: #8EC8FF;
}
.ps-hub-guide .ps-hub-eyebrow {
  background: rgba(10, 132, 255, 0.1);
  color: var(--ps-accent);
}
.ps-hub-eyebrow--ps5 {
  background: rgba(10, 132, 255, 0.18);
  color: #93c5fd;
}
.ps-hub-section-title--left { text-align: left; }

/* Typography */
.ps-hub-section-head {
  max-width: 40rem;
  margin: 0 0 2.25rem;
  position: relative;
  padding-left: 1rem;
}
.ps-hub-section-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.15em;
  width: 3px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--ps-accent), transparent);
}
.ps-hub-section-head--left { text-align: left; margin-inline: 0; }
.ps-hub-section-title {
  margin: 0;
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.category-playstation-service .ps-hub-section--dark .ps-hub-section-title,
.category-playstation-service .ps-hub-symptoms .ps-hub-section-title,
.category-playstation-service .ps-hub-hero__title {
  color: #F2F4F7 !important;
  -webkit-text-fill-color: #F2F4F7 !important;
  background: transparent !important;
  background-image: none !important;
}
.category-playstation-service .ps-hub-section--light .ps-hub-section-title {
  color: var(--ps-text) !important;
  -webkit-text-fill-color: var(--ps-text) !important;
  background: transparent !important;
}
.ps-hub-section-lead {
  margin: 0.7rem 0 0;
  font-size: 1.02rem;
  line-height: 1.7;
}

/* Buttons */
.ps-hub-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.4rem;
  border-radius: var(--ps-radius-sm);
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  transition: background 0.2s ease, transform 0.2s var(--ps-ease), border-color 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  cursor: pointer;
}
.ps-hub-btn:hover { transform: translateY(-1px); }
.ps-hub-btn--sm { padding: 0.65rem 1.1rem; font-size: 0.875rem; }
.ps-hub-btn--primary {
  background: var(--ps-accent);
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(10, 132, 255, 0.28);
}
.ps-hub-btn--primary:hover { background: var(--ps-accent-hover); }
.ps-hub-btn--secondary {
  background: rgba(255, 255, 255, 0.04);
  color: var(--ps-text-on-dark) !important;
  border: 1px solid var(--ps-border);
  backdrop-filter: blur(8px);
}
.ps-hub-section--light .ps-hub-btn--secondary {
  color: var(--ps-text) !important;
  border-color: var(--ps-border-light);
  background: #fff;
}
.ps-hub-btn--secondary:hover {
  border-color: var(--ps-accent);
  color: var(--ps-accent) !important;
}
.ps-hub-btn--whatsapp {
  background: var(--ps-whatsapp);
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.28);
}
.ps-hub-btn--whatsapp:hover { filter: brightness(1.06); }
.ps-hub-btn--outline {
  background: rgba(255, 255, 255, 0.06);
  color: var(--ps-text-on-dark) !important;
  border: 1px solid var(--ps-border);
}
.ps-hub-btn--outline:hover {
  border-color: rgba(10, 132, 255, 0.4);
  background: rgba(10, 132, 255, 0.12);
}

/* Breadcrumb */
.ps-hub-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1.75rem;
  font-size: 0.8rem;
  color: rgba(242, 244, 247, 0.65);
}
.ps-hub-breadcrumb a {
  color: rgba(242, 244, 247, 0.65);
  text-decoration: none;
}
.ps-hub-breadcrumb a:hover { color: #fff; text-decoration: underline; }
.ps-hub-breadcrumb [aria-current="page"] { color: #fff; font-weight: 600; }

/* ── Hero: full-bleed workshop plane (hub only) ── */
.ps-hub-page:not(.playstation-article-page) .ps-hub-hero {
  position: relative;
  isolation: isolate;
  min-height: min(88vh, 720px);
  display: flex;
  align-items: flex-end;
  padding: clamp(5.5rem, 12vw, 7.5rem) 0 clamp(2.5rem, 5vw, 3.75rem);
  overflow: hidden;
  background: #07090C;
}
.ps-hub-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ps-hub-hero__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  transform: scale(1.02);
  animation: ps-hub-hero- ken 18s var(--ps-ease) both;
}
.ps-hub-hero__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(7, 9, 12, 0.94) 0%, rgba(7, 9, 12, 0.78) 42%, rgba(7, 9, 12, 0.35) 72%, rgba(7, 9, 12, 0.55) 100%),
    linear-gradient(0deg, rgba(7, 9, 12, 0.88) 0%, transparent 42%);
}
.ps-hub-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
}
.ps-hub-hero__content { max-width: 38rem; }
.ps-hub-hero__brand {
  margin: 0 0 0.85rem;
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.2;
}
.ps-hub-hero__brand::after {
  content: "";
  display: block;
  width: 3.25rem;
  height: 3px;
  margin-top: 0.65rem;
  border-radius: 2px;
  background: var(--ps-accent);
  animation: ps-hub-bar-in 0.7s 0.15s var(--ps-ease) both;
}
.ps-hub-hero__title {
  margin: 0;
  font-size: clamp(2rem, 5.5vw, 3.15rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: transparent !important;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}
.ps-hub-hero__lead {
  margin: 1.1rem 0 0;
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.7;
  color: rgba(242, 244, 247, 0.82);
  max-width: 34rem;
}
.ps-hub-hero__trust {
  list-style: none;
  margin: 1.4rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.ps-hub-hero__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.78rem;
  color: rgba(242, 244, 247, 0.78);
  backdrop-filter: blur(10px);
}
.ps-hub-hero__trust-item i { color: #8EC8FF; font-size: 0.72rem; }
.ps-hub-hero__trust-item strong { color: #fff; font-weight: 700; }
.ps-hub-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}
.ps-hub-hero__phone {
  margin: 1.15rem 0 0;
  font-size: 0.95rem;
  color: rgba(242, 244, 247, 0.7);
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.ps-hub-hero__phone a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.01em;
}
.ps-hub-hero__phone a:hover { color: #8EC8FF; }

@keyframes ps-hub-hero-ken {
  from { transform: scale(1.06); }
  to { transform: scale(1.02); }
}
@keyframes ps-hub-bar-in {
  from { width: 0; opacity: 0; }
  to { width: 3.25rem; opacity: 1; }
}

/* Symptom selector */
.ps-hub-symptoms {
  padding: clamp(1.75rem, 3.5vw, 2.75rem) 0;
  background: var(--ps-surface);
  border-top: 1px solid var(--ps-border);
  border-bottom: 1px solid var(--ps-border);
  color: var(--ps-text-on-dark);
}
.ps-hub-symptoms .ps-hub-section-title,
.ps-hub-symptoms h2 {
  color: #F2F4F7 !important;
  -webkit-text-fill-color: #F2F4F7 !important;
  background: transparent !important;
  background-image: none !important;
}
.ps-hub-symptoms__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}
@media (min-width: 640px) { .ps-hub-symptoms__grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 960px) { .ps-hub-symptoms__grid { grid-template-columns: repeat(5, 1fr); } }
.ps-hub-symptom {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 0.95rem;
  border-radius: var(--ps-radius-sm);
  background: linear-gradient(165deg, var(--ps-surface-2), var(--ps-bg));
  border: 1px solid var(--ps-border);
  color: #F2F4F7 !important;
  -webkit-text-fill-color: #F2F4F7 !important;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 600;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s var(--ps-ease);
}
.ps-hub-symptom span {
  color: #F2F4F7 !important;
  -webkit-text-fill-color: #F2F4F7 !important;
  background: transparent !important;
}
.ps-hub-symptom i {
  color: #8EC8FF !important;
  font-size: 0.9rem;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--ps-accent-soft);
}
.ps-hub-symptom:hover {
  border-color: rgba(10, 132, 255, 0.55);
  background: rgba(10, 132, 255, 0.12);
  transform: translateY(-2px);
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
.ps-hub-symptom:hover span {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

/* Featured snippet */
.ps-hub-snippet-band {
  padding: 1.25rem 0 1.75rem;
  background: var(--ps-light);
}
.ps-hub-featured-snippet {
  margin: 0;
  padding: 1.25rem 1.4rem;
  border-radius: var(--ps-radius);
  background: var(--ps-light-card);
  border: 1px solid var(--ps-border-light);
  border-left: 3px solid var(--ps-accent);
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--ps-text);
  box-shadow: 0 10px 30px rgba(18, 20, 26, 0.04);
}

/* What we do */
.ps-hub-services { padding: clamp(2.75rem, 5.5vw, 4.25rem) 0; }
.ps-hub-what-we-do {
  display: grid;
  gap: 1rem;
}
@media (min-width: 640px) { .ps-hub-what-we-do { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .ps-hub-what-we-do { grid-template-columns: repeat(3, 1fr); } }
.ps-hub-what-item {
  position: relative;
  padding: 1.35rem 1.3rem 1.3rem;
  border-radius: var(--ps-radius);
  background: var(--ps-light-card);
  border: 1px solid var(--ps-border-light);
  overflow: hidden;
  transition: transform 0.25s var(--ps-ease), box-shadow 0.25s ease, border-color 0.25s ease;
}
.ps-hub-what-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ps-accent), transparent 80%);
  opacity: 0.85;
}
.ps-hub-what-item:hover {
  transform: translateY(-3px);
  border-color: rgba(10, 132, 255, 0.35);
  box-shadow: 0 16px 40px rgba(18, 20, 26, 0.08);
}
.ps-hub-what-item__title {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--ps-text);
  line-height: 1.35;
}
.ps-hub-what-item__desc {
  margin: 0.55rem 0 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--ps-text-muted);
}
.ps-hub-what-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-top: 0.9rem;
  font-size: 0.8125rem;
}
.ps-hub-what-item__price { font-weight: 700; color: var(--ps-accent); }
.ps-hub-what-item__duration { color: var(--ps-text-muted); }
.ps-hub-what-item__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.95rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ps-accent);
  text-decoration: none;
}
.ps-hub-what-item__link:hover { text-decoration: underline; }

/* Prices */
.ps-hub-prices { padding: clamp(2.75rem, 5.5vw, 4.25rem) 0; }
.ps-hub-table-wrap {
  overflow-x: auto;
  border-radius: var(--ps-radius);
  border: 1px solid var(--ps-border);
  background: var(--ps-surface);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}
.ps-hub-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.ps-hub-table th,
.ps-hub-table td {
  padding: 0.95rem 1.1rem;
  text-align: left;
  border-bottom: 1px solid var(--ps-border);
}
.ps-hub-table th {
  background: rgba(255, 255, 255, 0.03);
  color: var(--ps-text-muted-dark);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.ps-hub-table tbody tr:hover td { background: rgba(10, 132, 255, 0.05); }
.ps-hub-table tbody tr:last-child td { border-bottom: none; }
.ps-hub-table td { color: var(--ps-text-on-dark); }
.ps-hub-table__model {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  background: var(--ps-accent-soft);
  color: #8EC8FF;
}
.ps-hub-prices__note {
  margin: 1.1rem 0 0;
  font-size: 0.875rem;
  color: var(--ps-text-muted-dark);
}

/* EEAT */
.ps-hub-eeat { padding: clamp(2.75rem, 5.5vw, 4.25rem) 0; }
.ps-hub-eeat__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .ps-hub-eeat__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .ps-hub-eeat__grid { grid-template-columns: repeat(3, 1fr); } }
.ps-hub-eeat__item {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.25rem;
  border-radius: var(--ps-radius);
  background: var(--ps-light-card);
  border: 1px solid var(--ps-border-light);
  transition: border-color 0.2s ease, transform 0.2s var(--ps-ease);
}
.ps-hub-eeat__item:hover {
  border-color: rgba(10, 132, 255, 0.35);
  transform: translateY(-2px);
}
.ps-hub-eeat__item i {
  color: var(--ps-accent);
  font-size: 1.15rem;
  margin-bottom: 0.3rem;
}
.ps-hub-eeat__item strong { font-size: 0.92rem; color: var(--ps-text); }
.ps-hub-eeat__item span { font-size: 0.8125rem; line-height: 1.55; color: var(--ps-text-muted); }

/* Technical approach */
.ps-hub-technical { padding: clamp(2.75rem, 5.5vw, 4.25rem) 0; }
.ps-hub-technical__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
@media (min-width: 768px) { .ps-hub-technical__list { grid-template-columns: repeat(2, 1fr); } }
.ps-hub-technical__item {
  display: flex;
  gap: 0.95rem;
  padding: 1.15rem 1.2rem;
  border-radius: var(--ps-radius);
  background: var(--ps-surface);
  border: 1px solid var(--ps-border);
}
.ps-hub-technical__num {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  color: #fff;
  background: var(--ps-accent);
}
.ps-hub-technical__item h3 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 650;
  color: var(--ps-text-on-dark) !important;
}
.ps-hub-technical__item p {
  margin: 0.4rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: var(--ps-text-muted-dark) !important;
}

/* Process */
.ps-hub-process { padding: clamp(2.75rem, 5.5vw, 4.25rem) 0; }
.ps-hub-process__timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  counter-reset: none;
}
@media (min-width: 768px) { .ps-hub-process__timeline { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .ps-hub-process__timeline { grid-template-columns: repeat(4, 1fr); } }
.ps-hub-process__step {
  position: relative;
  padding: 1.4rem 1.3rem;
  border-radius: var(--ps-radius);
  background: var(--ps-light-card);
  border: 1px solid var(--ps-border-light);
  height: 100%;
}
.ps-hub-process__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.5rem;
  margin-bottom: 0.75rem;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 800;
  color: #fff;
  background: var(--ps-text);
  letter-spacing: 0.02em;
}
.ps-hub-process__body h3 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--ps-text-on-dark) !important;
}
.ps-hub-process__body p {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--ps-text-muted-dark) !important;
}
.ps-hub-section--light .ps-hub-process__body h3 {
  color: var(--ps-text) !important;
}
.ps-hub-section--light .ps-hub-process__body p {
  color: var(--ps-text-muted) !important;
}

/* Models */
.ps-hub-models { padding: clamp(2.25rem, 4.5vw, 3.25rem) 0; }
.ps-hub-models__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.ps-hub-models__list li {
  padding: 0.55rem 1.05rem;
  border-radius: 999px;
  background: var(--ps-surface);
  border: 1px solid var(--ps-border);
  font-size: 0.875rem;
  font-weight: 600;
  color: #F2F4F7 !important;
}

/* Local SEO */
.ps-hub-local { padding: clamp(2.25rem, 4.5vw, 3.25rem) 0; }
.ps-hub-local__inner { max-width: 42rem; }
.ps-hub-local__inner p {
  margin: 0.8rem 0 0;
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--ps-text-muted);
}
.ps-hub-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--ps-accent);
  text-decoration: none;
}
.ps-hub-link-arrow:hover { text-decoration: underline; }

/* Kargo */
.ps-hub-kargo { padding: clamp(2.25rem, 4.5vw, 3.25rem) 0; }
.ps-hub-kargo__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
  max-width: 38rem;
}
.ps-hub-kargo__steps li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  border-radius: var(--ps-radius-sm);
  background: var(--ps-surface);
  border: 1px solid var(--ps-border);
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #F2F4F7 !important;
}
.ps-hub-kargo__num {
  flex-shrink: 0;
  width: 1.65rem;
  height: 1.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ps-accent);
  color: #fff !important;
  font-size: 0.75rem;
  font-weight: 800;
}

/* Before/after */
.ps-hub-before-after { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.ps-hub-before-after__showcase { margin: 0 0 2rem; }
.ps-hub-before-after__panels {
  display: grid;
  gap: 1rem;
  align-items: center;
}
@media (min-width: 768px) { .ps-hub-before-after__panels { grid-template-columns: 1fr auto 1fr; gap: 1.15rem; } }
.ps-hub-before-after__panel {
  position: relative;
  border-radius: var(--ps-radius);
  overflow: hidden;
  border: 1px solid var(--ps-border-light);
  background: #fff;
  box-shadow: 0 12px 36px rgba(18, 20, 26, 0.06);
}
.ps-hub-before-after__label {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 1;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(10, 12, 15, 0.82);
  backdrop-filter: blur(6px);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FCA5A5;
}
.ps-hub-before-after__label--after { color: #86EFAC; }
.ps-hub-before-after__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.ps-hub-before-after__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--ps-accent);
  color: #fff;
  font-size: 0.85rem;
}
.ps-hub-before-after__caption {
  margin: 0.85rem 0 0;
  font-size: 0.9rem;
  color: var(--ps-text-muted);
  line-height: 1.55;
}

/* Reviews */
.ps-hub-reviews { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.ps-hub-reviews__grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) { .ps-hub-reviews__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .ps-hub-reviews__grid { grid-template-columns: repeat(3, 1fr); } }
.ps-hub-review {
  margin: 0;
  padding: 1.35rem;
  border-radius: var(--ps-radius);
  background: var(--ps-surface);
  border: 1px solid var(--ps-border);
}
.ps-hub-review__stars {
  color: #F5C542;
  font-size: 0.8rem;
  margin-bottom: 0.7rem;
  display: flex;
  gap: 0.15rem;
}
.ps-hub-review__text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--ps-text-muted-dark) !important;
}
.ps-hub-review__name {
  margin-top: 0.95rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--ps-text-on-dark) !important;
}

/* Blog guides */
.ps-hub-guides { padding: clamp(2.25rem, 4.5vw, 3.25rem) 0; }
.ps-hub-guides__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}
@media (min-width: 640px) { .ps-hub-guides__list { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .ps-hub-guides__list { grid-template-columns: repeat(4, 1fr); } }
.ps-hub-guides__list a {
  display: block;
  padding: 0.9rem 1.05rem;
  border-radius: var(--ps-radius-sm);
  background: var(--ps-light-card);
  border: 1px solid var(--ps-border-light);
  color: var(--ps-text) !important;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  transition: border-color 0.2s ease, transform 0.2s var(--ps-ease);
}
.ps-hub-guides__list a:hover {
  border-color: var(--ps-accent);
  color: var(--ps-accent) !important;
  transform: translateY(-2px);
}

/* Internal links section */
.ps-hub-issues { padding: clamp(2.25rem, 4.5vw, 3.25rem) 0; }

/* Guide (long-form) */
.ps-hub-guide {
  padding: clamp(2.75rem, 5.5vw, 4.25rem) 0;
  background: var(--ps-light);
  color: var(--ps-text);
}
.ps-hub-guide .ps-hub-section-head { text-align: left; }
.ps-hub-guide .ps-hub-section-lead { color: var(--ps-text-muted); }
.ps-hub-guide__body {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
  margin-top: 2rem;
}
.ps-hub-guide__section {
  display: grid;
  gap: 1.35rem;
  align-items: center;
}
@media (min-width: 900px) {
  .ps-hub-guide__section { grid-template-columns: 1.1fr 0.9fr; }
  .ps-hub-guide__section--reverse .ps-hub-guide__content { order: 2; }
  .ps-hub-guide__section--reverse .ps-hub-guide__figure { order: 1; }
}
.ps-hub-guide__heading {
  margin: 0 0 0.8rem;
  font-size: clamp(1.15rem, 2.5vw, 1.4rem);
  font-weight: 700;
  color: var(--ps-text) !important;
  line-height: 1.3;
}
.ps-hub-guide__text {
  margin: 0 0 0.8rem;
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--ps-text-muted);
}
.ps-hub-guide .ps-hub-featured-snippet {
  background: var(--ps-light-card);
  border: 1px solid var(--ps-border-light);
  color: var(--ps-text);
}
.ps-hub-guide__text a { color: var(--ps-accent); font-weight: 600; }
.ps-hub-guide__text strong { color: var(--ps-text); }
.ps-hub-guide__figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--ps-radius);
  aspect-ratio: 3/2;
  background: #fff;
  border: 1px solid var(--ps-border-light);
  box-shadow: 0 14px 40px rgba(18, 20, 26, 0.06);
}
.ps-hub-guide__img { width: 100%; height: 100%; object-fit: cover; display: block; }

.ps-hub-inline-cta {
  margin: 1.6rem 0;
  padding: 1.4rem 1.45rem;
  border-radius: var(--ps-radius);
  background:
    radial-gradient(ellipse 70% 80% at 0% 0%, rgba(10, 132, 255, 0.18), transparent 55%),
    var(--ps-surface);
  border: 1px solid var(--ps-border);
  color: var(--ps-text-on-dark);
}
.ps-hub-inline-cta__inner {
  display: grid;
  gap: 1rem;
}
@media (min-width: 720px) {
  .ps-hub-inline-cta__inner {
    grid-template-columns: 1.4fr auto;
    align-items: center;
  }
}
.ps-hub-inline-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8EC8FF !important;
  -webkit-text-fill-color: #8EC8FF !important;
}
.ps-hub-inline-cta__title {
  margin: 0.4rem 0 0;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: transparent !important;
}
.ps-hub-inline-cta__text {
  margin: 0.5rem 0 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.88) !important;
}
.ps-hub-inline-cta__keyword {
  color: #93c5fd !important;
  -webkit-text-fill-color: #93c5fd !important;
  font-weight: 700;
}
.ps-hub-inline-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

/* PS4 platform */
.ps-hub-platform { padding: clamp(2.25rem, 4.5vw, 3.25rem) 0; }
.ps-hub-platform__banner {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  padding: 1.6rem;
  border-radius: var(--ps-radius);
  background: var(--ps-light-card);
  border: 1px solid var(--ps-border-light);
  box-shadow: 0 12px 36px rgba(18, 20, 26, 0.05);
}
@media (min-width: 768px) { .ps-hub-platform__banner { grid-template-columns: 1.2fr 0.8fr; } }
.ps-hub-platform__title {
  margin: 0;
  font-size: clamp(1.25rem, 2.5vw, 1.55rem);
  font-weight: 700;
  color: var(--ps-text);
}
.ps-hub-platform__lead {
  margin: 0.7rem 0 1.1rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--ps-text-muted);
}
.ps-hub-platform__visual img {
  display: block;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  object-fit: contain;
}
.ps-hub-ps4-cards {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.1rem;
}
@media (min-width: 640px) { .ps-hub-ps4-cards { grid-template-columns: repeat(2, 1fr); } }
.ps-hub-ps4-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.2rem;
  border-radius: var(--ps-radius);
  background: var(--ps-light-card);
  border: 1px solid var(--ps-border-light);
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s var(--ps-ease);
}
.ps-hub-ps4-card:hover {
  border-color: var(--ps-accent);
  transform: translateY(-2px);
}
.ps-hub-ps4-card__title { font-size: 0.95rem; font-weight: 700; color: var(--ps-text); }
.ps-hub-ps4-card__desc { font-size: 0.8125rem; color: var(--ps-text-muted); }
.ps-hub-ps4-card__price { font-size: 0.8125rem; font-weight: 700; color: var(--ps-accent); margin-top: 0.4rem; }

/* FAQ */
.ps-hub-faq { padding: clamp(2.75rem, 5.5vw, 4.25rem) 0; }
.ps-hub-faq__list { display: grid; gap: 1.15rem; max-width: 48rem; }
.ps-hub-faq-block {
  padding: 1.15rem 1.25rem;
  border-radius: var(--ps-radius-sm);
  background: var(--ps-light-card);
  border: 1px solid var(--ps-border-light);
}
.ps-hub-faq-block__question {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--ps-text) !important;
  line-height: 1.4;
}
.ps-hub-faq-block__answer {
  margin-top: 0.55rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--ps-text-muted) !important;
}
.ps-hub-faq-block__answer a { color: var(--ps-accent); }

/* Final CTA */
.ps-hub-cta { padding: clamp(2.75rem, 5.5vw, 4.25rem) 0 clamp(3.25rem, 6vw, 5.25rem); }
.ps-hub-cta__inner {
  display: grid;
  gap: 1.5rem;
  padding: clamp(1.6rem, 3.5vw, 2.25rem);
  border-radius: var(--ps-radius);
  background:
    radial-gradient(ellipse 60% 80% at 100% 0%, rgba(10, 132, 255, 0.16), transparent 55%),
    var(--ps-surface);
  border: 1px solid var(--ps-border);
}
@media (min-width: 768px) {
  .ps-hub-cta__inner { grid-template-columns: 1.4fr 1fr; align-items: center; }
}
.ps-hub-cta__title {
  margin: 0;
  font-size: clamp(1.3rem, 2.6vw, 1.65rem);
  font-weight: 700;
  color: var(--ps-text-on-dark) !important;
}
.ps-hub-cta__copy p {
  margin: 0.7rem 0 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--ps-text-muted-dark) !important;
}
.ps-hub-cta__phone a {
  color: #ffffff !important;
  font-weight: 800;
  font-size: 1.15rem;
  text-decoration: none;
}
.ps-hub-cta__phone a:hover { color: #8EC8FF; }
.ps-hub-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

/* Sticky mobile CTA */
.ps-hub-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
  background: rgba(10, 12, 15, 0.96);
  border-top: 1px solid var(--ps-border);
  backdrop-filter: blur(12px);
  transform: translateY(100%);
  transition: transform 0.3s var(--ps-ease);
}
.ps-hub-sticky-cta.is-visible { transform: translateY(0); }
.ps-hub-sticky-cta__inner {
  display: flex;
  gap: 8px;
  max-width: 400px;
  margin: 0 auto;
}
.ps-hub-sticky-cta__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border-radius: var(--ps-radius-sm);
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
.ps-hub-sticky-cta__btn--wa { background: var(--ps-whatsapp); }
.ps-hub-sticky-cta__btn--phone { background: var(--ps-accent); }
@media (min-width: 900px) { .ps-hub-sticky-cta { display: none !important; } }
.ps-hub-page { padding-bottom: 4.25rem; }
@media (min-width: 900px) { .ps-hub-page { padding-bottom: 0; } }

/* Mobile table */
@media (max-width: 767px) {
  .ps-hub-table thead { display: none; }
  .ps-hub-table tr {
    display: block;
    margin-bottom: 0.75rem;
    border: 1px solid var(--ps-border);
    border-radius: var(--ps-radius-sm);
    overflow: hidden;
    background: var(--ps-surface);
  }
  .ps-hub-table td {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid var(--ps-border);
  }
  .ps-hub-table td::before {
    content: attr(data-label);
    font-weight: 700;
    color: var(--ps-text-muted-dark);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .ps-hub-table td:last-child { border-bottom: none; }
  .ps-hub-before-after__divider {
    transform: rotate(90deg);
  }
  .ps-hub-page:not(.playstation-article-page) .ps-hub-hero {
    min-height: min(78vh, 620px);
    align-items: flex-end;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .ps-hub-page .ps-hub-reveal { opacity: 1; transform: none; transition: none; }
  .ps-hub-hero__bg-img { animation: none; transform: none; }
  .ps-hub-hero__brand::after { animation: none; }
  .ps-hub-btn:hover,
  .ps-hub-symptom:hover,
  .ps-hub-what-item:hover { transform: none; }
}

/* Full-width main */
body.category-playstation-service main.ps-hub-page.site-page {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Service link grid on dark bg */
.ps-hub-section--dark .mx-service-links a { color: var(--ps-text-on-dark); }
.ps-hub-section--dark .mx-service-links__card {
  background: var(--ps-surface);
  border-color: var(--ps-border);
}

/* ═══════════════════════════════════════════════════════════════
   PS5 service + PlayStation article subpages (grid hero layout)
   Restored after hub redesign hid/removed these component styles.
   ═══════════════════════════════════════════════════════════════ */

/* Dark page default: titles must stay light (no --light/--dark wrappers) */
.playstation-article-page .ps-hub-section-title,
.playstation-article-page .ps-hub-location__title,
.playstation-article-page .ps-hub-cta__title,
.playstation-article-page h2,
.playstation-article-page h3 {
  color: #F2F4F7 !important;
  -webkit-text-fill-color: #F2F4F7 !important;
  background: transparent !important;
  background-image: none !important;
}
.playstation-article-page .ps-hub-section-lead,
.playstation-article-page .ps-hub-split__copy p,
.playstation-article-page .ps-hub-location__card p,
.playstation-article-page .ps-hub-cta__copy p {
  color: var(--ps-text-muted-dark) !important;
  -webkit-text-fill-color: var(--ps-text-muted-dark) !important;
}
.playstation-article-page .ps-hub-split__copy p strong,
.playstation-article-page .ps-hub-location__card strong,
.playstation-article-page .ps-hub-callout strong {
  color: #F2F4F7 !important;
}

.playstation-article-page .ps-hub-hero {
  position: relative;
  isolation: isolate;
  min-height: 0;
  display: block;
  align-items: initial;
  padding: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(2.5rem, 5vw, 3.5rem);
  overflow: hidden;
  background: transparent;
}
.playstation-article-page .ps-hub-hero__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 70% 10%, rgba(10, 132, 255, 0.22), transparent 58%),
    radial-gradient(ellipse 50% 40% at 10% 90%, rgba(123, 44, 191, 0.12), transparent 52%);
}
.playstation-article-page .ps-hub-hero__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, var(--mx-container));
  max-width: var(--mx-container);
  margin-inline: auto;
}
.ps-hub-hero__grid {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: center;
  width: 100%;
}
@media (min-width: 960px) {
  .ps-hub-hero__grid { grid-template-columns: 1.05fr 0.95fr; }
}
.ps-hub-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(10, 132, 255, 0.15);
  border: 1px solid rgba(10, 132, 255, 0.25);
  color: #93c5fd;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.playstation-article-page .ps-hub-hero__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: clamp(1.65rem, 4vw, 2.65rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--ps-hub-white) !important;
  -webkit-text-fill-color: var(--ps-hub-white) !important;
  background: transparent !important;
  text-shadow: none;
}
.ps-hub-hero__title-accent {
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  font-weight: 700;
  color: #60a5fa;
  -webkit-text-fill-color: #60a5fa;
}
.playstation-article-page .ps-hub-hero__lead {
  margin: 1rem 0 0;
  max-width: none;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ps-hub-muted);
}
.playstation-article-page .ps-hub-hero__lead strong { color: var(--ps-hub-text); }
.ps-hub-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}
.ps-hub-stat {
  flex: 1;
  min-width: 6.5rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: var(--ps-hub-surface);
  border: 1px solid var(--ps-hub-border);
  text-align: center;
}
.ps-hub-stat strong {
  display: block;
  font-size: 1.05rem;
  color: var(--ps-hub-white);
}
.ps-hub-stat span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.75rem;
  color: var(--ps-hub-muted);
}
.ps-hub-hero__visual { width: 100%; }
.ps-hub-hero__card {
  position: relative;
  width: 100%;
  border-radius: calc(var(--ps-hub-radius) + 4px);
  overflow: hidden;
  border: 1px solid var(--ps-hub-border);
  background: var(--ps-hub-surface);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}
.ps-hub-hero__card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ps-hub-hero__chip {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(6, 10, 20, 0.85);
  border: 1px solid rgba(10, 132, 255, 0.35);
  color: #93c5fd;
  font-size: 0.75rem;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

/* Trust strip */
.ps-hub-trust {
  margin-top: -1.75rem;
  position: relative;
  z-index: 2;
  padding-bottom: 0.5rem;
}
.ps-hub-trust__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .ps-hub-trust__list { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
.ps-hub-trust__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.25rem;
  padding: 1rem 0.75rem;
  border-radius: 16px;
  background: rgba(12, 18, 34, 0.95);
  border: 1px solid var(--ps-hub-border);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.ps-hub-trust__item i {
  font-size: 1.1rem;
  color: var(--ps-hub-blue);
  margin-bottom: 0.25rem;
}
.ps-hub-trust__value {
  font-size: 0.9375rem;
  font-weight: 800;
  color: var(--ps-hub-white);
}
.ps-hub-trust__label {
  font-size: 0.75rem;
  color: var(--ps-hub-muted);
}

/* Service cards */
.ps-hub-services--ps5 {
  background: linear-gradient(180deg, transparent, rgba(10, 132, 255, 0.04) 50%, transparent);
}
.ps-hub-services__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px) {
  .ps-hub-services__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1100px) {
  .ps-hub-services__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.ps-hub-services__grid--compact {
  max-width: 960px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ps-hub-services__grid--compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.ps-hub-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: var(--ps-hub-radius);
  overflow: hidden;
  background: var(--ps-hub-surface);
  border: 1px solid var(--ps-hub-border);
  transition: transform 0.25s var(--ps-hub-ease), border-color 0.25s ease, box-shadow 0.25s ease;
}
.ps-hub-service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(10, 132, 255, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}
.ps-hub-service-card--hot { border-color: rgba(10, 132, 255, 0.3); }
.ps-hub-service-card__badge {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 2;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: var(--ps-hub-blue);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.ps-hub-service-card__media {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(10, 132, 255, 0.08), rgba(0, 0, 0, 0.2));
}
.ps-hub-service-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.75rem;
  transition: transform 0.35s var(--ps-hub-ease);
}
.ps-hub-service-card:hover .ps-hub-service-card__media img { transform: scale(1.04); }
.ps-hub-service-card__icon {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(10, 132, 255, 0.85);
  color: #fff;
  font-size: 0.8rem;
}
.ps-hub-service-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem;
  flex: 1;
}
.ps-hub-service-card__title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--ps-hub-white);
  line-height: 1.3;
}
.ps-hub-service-card__desc {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--ps-hub-muted);
  flex: 1;
}
.ps-hub-service-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.35rem;
  padding-top: 0.65rem;
  border-top: 1px solid var(--ps-hub-border);
}
.ps-hub-service-card__price {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #60a5fa;
}
.ps-hub-service-card__arrow {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(10, 132, 255, 0.15);
  color: #60a5fa;
  font-size: 0.65rem;
  transition: transform 0.2s var(--ps-hub-ease);
}
.ps-hub-service-card:hover .ps-hub-service-card__arrow { transform: translateX(3px); }
.ps-hub-service-card--link {
  padding: 1.25rem;
}
.ps-hub-service-card--link .ps-hub-service-card__title {
  margin: 0;
  color: var(--ps-hub-white) !important;
}
.ps-hub-service-card--link .ps-hub-service-card__desc {
  margin: 0.35rem 0 0;
}
.ps-hub-service-card--link .ps-hub-service-card__arrow {
  margin-top: 0.85rem;
  align-self: flex-start;
}
.ps-hub-service-card:not(a):not(.ps-hub-service-card--link),
article.ps-hub-service-card {
  cursor: default;
  padding: 1.25rem;
}
.ps-hub-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 12px;
  background: rgba(10, 132, 255, 0.15);
  color: #60a5fa;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

/* Issues */
.ps-hub-issues__card {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: var(--ps-hub-radius);
  background: rgba(10, 132, 255, 0.06);
  border: 1px solid rgba(10, 132, 255, 0.15);
}
.ps-hub-issues__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}
@media (min-width: 640px) {
  .ps-hub-issues__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.ps-hub-issues__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--ps-hub-text);
}
.ps-hub-issues__list i {
  color: #60a5fa;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

/* Callouts */
.ps-hub-callout {
  max-width: 900px;
  margin: 1.75rem auto 0;
  padding: 1rem 1.25rem;
  border-radius: 14px;
  background: rgba(10, 132, 255, 0.08);
  border: 1px solid rgba(10, 132, 255, 0.2);
  text-align: center;
  color: var(--ps-hub-muted);
}
.ps-hub-callout i {
  color: #60a5fa;
  margin-right: 0.35rem;
}
.ps-hub-callout--inline {
  margin-top: 1.25rem;
  text-align: left;
}

/* Price cards */
.ps-hub-price-cards {
  display: grid;
  gap: 1rem;
  max-width: 960px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ps-hub-price-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.ps-hub-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 1.25rem;
  border-radius: var(--ps-hub-radius);
  background: var(--ps-hub-surface);
  border: 1px solid var(--ps-hub-border);
  transition: transform 0.25s var(--ps-hub-ease), border-color 0.25s ease, box-shadow 0.25s ease;
}
.ps-hub-price-card:hover {
  transform: translateY(-4px);
  border-color: rgba(10, 132, 255, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}
.ps-hub-price-card--featured {
  border-color: rgba(10, 132, 255, 0.4);
  background: linear-gradient(180deg, rgba(10, 132, 255, 0.12), var(--ps-hub-surface));
}
.ps-hub-price-card__tag {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: var(--ps-hub-blue);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
}
.ps-hub-price-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 14px;
  background: rgba(10, 132, 255, 0.15);
  color: #60a5fa;
  font-size: 1.15rem;
  margin-bottom: 0.85rem;
}
.ps-hub-price-card__title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--ps-hub-white);
  line-height: 1.35;
}
.ps-hub-price-card__amount {
  margin: 0.85rem 0 0;
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--ps-hub-white);
}

/* Split / process */
.ps-hub-split {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background: rgba(255, 255, 255, 0.02);
}
.ps-hub-split__grid {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}
@media (min-width: 900px) {
  .ps-hub-split__grid { grid-template-columns: 1fr 1fr; }
}
.ps-hub-split__copy p {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--ps-hub-muted);
}
.ps-hub-split__copy p strong { color: var(--ps-hub-text); }
.ps-hub-split__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
.ps-hub-split__step {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: var(--ps-hub-surface);
  border: 1px solid var(--ps-hub-border);
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--ps-hub-text);
}
.ps-hub-split__step-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 10px;
  background: rgba(10, 132, 255, 0.15);
  color: #60a5fa;
}
.ps-hub-split--process .ps-hub-process__timeline {
  grid-template-columns: 1fr;
}

/* Location */
.ps-hub-location {
  padding: 0 0 clamp(2rem, 4vw, 3rem);
}
.ps-hub-location__card {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border-radius: var(--ps-hub-radius);
  text-align: center;
  background: linear-gradient(135deg, rgba(10, 132, 255, 0.1), rgba(6, 10, 20, 0.6));
  border: 1px solid rgba(10, 132, 255, 0.22);
}
.ps-hub-location__title {
  margin: 0.75rem 0 0.5rem;
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 800;
  color: var(--ps-hub-white);
}
.ps-hub-location__card p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--ps-hub-muted);
}

/* FAQ accordion (details) */
.ps-hub-faq__grid {
  display: grid;
  gap: 0.75rem;
  max-width: 900px;
  margin: 0 auto;
}
.ps-hub-faq-item {
  border-radius: 14px;
  background: var(--ps-hub-surface);
  border: 1px solid var(--ps-hub-border);
  overflow: hidden;
}
.ps-hub-faq-item__question,
.ps-hub-faq-item summary {
  padding: 1rem 1.15rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--ps-hub-white);
  cursor: pointer;
  list-style: none;
}
.ps-hub-faq-item summary::-webkit-details-marker { display: none; }
.ps-hub-faq-item[open] summary {
  border-bottom: 1px solid var(--ps-hub-border);
  margin-bottom: 0;
  padding-bottom: 0.85rem;
}
.ps-hub-faq-item__answer {
  padding: 0 1.15rem 1rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--ps-hub-muted);
}
.ps-hub-faq-item__answer a { color: #60a5fa; }
.ps-hub-faq__more {
  margin: 1.5rem 0 0;
  text-align: center;
}
.ps-hub-faq__more a {
  color: #93c5fd;
  text-decoration: none;
  font-weight: 600;
}
.ps-hub-faq__more a:hover { text-decoration: underline; }

/* CTA extras used on PS5 page */
.ps-hub-cta__list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}
.ps-hub-cta__list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--ps-hub-text);
}
.ps-hub-cta__list i { color: #4ade80; }
.ps-hub-cta__copy p {
  margin: 0.7rem 0 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--ps-text-muted-dark) !important;
}

.ps-hub-table__row--ps5 td:first-child {
  border-left: 3px solid var(--ps-hub-blue);
}

@media (prefers-reduced-motion: reduce) {
  .playstation-article-page .ps-hub-reveal,
  .ps5-service-page .ps-hub-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .ps-hub-service-card:hover,
  .ps-hub-price-card:hover { transform: none; }
}
