/* ===================================================================
 * LiveSpark PC guide page
 * =================================================================*/

html,
body {
  overflow-x: hidden;
}

.pc-guide-nav {
  gap: 22px;
}

.pc-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 900;
  line-height: 1;
}

.pc-hero {
  position: relative;
  padding: 56px 0 34px;
}

.pc-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  gap: 42px;
}

.pc-hero-copy {
  min-width: 0;
}

.pc-hero-grid > *,
.pc-check-grid > *,
.pc-answer-panel,
.pc-answer-panel * {
  min-width: 0;
}

.pc-hero h1 {
  margin: 14px 0 16px;
  max-width: 780px;
  font-size: clamp(36px, 5.4vw, 62px);
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.pc-hero-lead {
  max-width: 640px;
  margin: 0;
  color: var(--text-2);
  font-size: clamp(15px, 1.55vw, 17px);
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.pc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.pc-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.pc-hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  color: #dce7ff;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.085);
  font-size: 12px;
  font-weight: 800;
}

.pc-hero-visual {
  position: relative;
  min-width: 0;
  min-height: 380px;
  padding: 1px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(77, 137, 255, 0.52), rgba(168, 85, 247, 0.44), rgba(34, 211, 238, 0.46));
  box-shadow:
    0 40px 92px -34px rgba(110, 99, 255, 0.58),
    0 22px 54px -30px rgba(34, 211, 238, 0.45);
  overflow: hidden;
}

.pc-hero-visual > img {
  position: absolute;
  inset: 1px;
  z-index: 2;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  object-fit: cover;
  border-radius: calc(var(--radius-xl) - 1px);
}

.pc-hero-visual > img.is-hidden {
  display: none;
}

.pc-setup-illustration {
  position: absolute;
  inset: 1px;
  display: grid;
  place-items: center;
  min-height: 100%;
  border-radius: calc(var(--radius-xl) - 1px);
  background:
    radial-gradient(ellipse 68% 54% at 55% 38%, rgba(77, 137, 255, 0.28), transparent 66%),
    radial-gradient(ellipse 64% 58% at 20% 90%, rgba(236, 72, 153, 0.17), transparent 68%),
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(160deg, #151a35 0%, #070914 100%);
  background-size: auto, auto, 42px 42px, 42px 42px, auto;
  overflow: hidden;
}

.pc-setup-illustration::before,
.pc-setup-illustration::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
  pointer-events: none;
}

.pc-setup-illustration::before {
  width: 220px;
  height: 220px;
  right: -42px;
  top: -38px;
  background: rgba(168, 85, 247, 0.28);
}

.pc-setup-illustration::after {
  width: 180px;
  height: 180px;
  left: -42px;
  bottom: -38px;
  background: rgba(34, 211, 238, 0.22);
}

.pc-monitor {
  position: relative;
  z-index: 1;
  width: min(72%, 420px);
  aspect-ratio: 16 / 10;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.12), transparent 44%),
    linear-gradient(135deg, rgba(77, 137, 255, 0.16), rgba(168, 85, 247, 0.2)),
    #0a0d1b;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 26px 70px -28px rgba(0, 0, 0, 0.85);
}

.pc-monitor::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -74px;
  width: 28%;
  height: 74px;
  transform: translateX(-50%);
  border-radius: 0 0 18px 18px;
  background: linear-gradient(180deg, rgba(170, 190, 255, 0.28), rgba(170, 190, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.pc-monitor::after {
  content: "";
  position: absolute;
  left: 22%;
  right: 22%;
  bottom: -88px;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.pc-live-bar {
  position: absolute;
  left: 18px;
  top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff3b6a, #a855f7);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 0 22px rgba(236, 72, 153, 0.38);
}

.pc-live-bar span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #fff;
}

.pc-screen-grid {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 64px;
  bottom: 62px;
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}

.pc-screen-grid span {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.pc-screen-grid span:first-child {
  grid-row: 1 / 3;
  background:
    radial-gradient(ellipse 70% 70% at 50% 36%, rgba(94, 234, 212, 0.22), transparent 62%),
    rgba(255, 255, 255, 0.07);
}

.pc-overlay-pill {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 11px 14px;
  border-radius: 14px;
  color: #dff7ff;
  background: rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.pc-tower {
  position: absolute;
  z-index: 1;
  right: 9%;
  bottom: 70px;
  width: 86px;
  height: 190px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 72%, rgba(34, 211, 238, 0.36), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03)),
    #0a0d1b;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 54px -30px rgba(0, 0, 0, 0.9);
}

.pc-tower span {
  position: absolute;
  left: 50%;
  width: 42px;
  height: 42px;
  transform: translateX(-50%);
  border-radius: 999px;
  border: 1px solid rgba(94, 234, 212, 0.45);
  box-shadow: 0 0 20px rgba(34, 211, 238, 0.24) inset, 0 0 16px rgba(34, 211, 238, 0.18);
}

.pc-tower span:first-child {
  top: 26px;
}

.pc-tower span:last-child {
  top: 78px;
}

.pc-keyboard {
  position: absolute;
  z-index: 1;
  left: 18%;
  right: 24%;
  bottom: 42px;
  height: 34px;
  transform: skewX(-10deg);
  border-radius: 12px;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.18) 0 8px, transparent 8px 14px),
    rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.pc-section-heading,
.pc-picks-head {
  text-align: center;
  margin-bottom: 22px;
}

.pc-section-heading .eyebrow,
.pc-picks-head .eyebrow {
  display: inline-flex;
}

.pc-section-heading h2,
.pc-picks-head h2,
.pc-check-copy h2 {
  margin: 0;
  font-size: clamp(26px, 3.6vw, 38px);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.pc-picks-head p {
  max-width: 740px;
  margin: 14px auto 0;
  color: var(--text-2);
  font-size: 15px;
  line-height: 1.85;
}

.pc-picks-section {
  padding-top: 26px;
}

.pc-quick-spec {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 auto 26px;
}

.pc-quick-spec span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 12px;
  border-radius: 999px;
  color: #dff7ff;
  background: rgba(255, 255, 255, 0.052);
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.pc-pick-list {
  display: grid;
  gap: 22px;
}

.pc-pick-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: 0;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(ellipse 80% 90% at 100% 0%, rgba(94, 234, 212, 0.12), transparent 66%),
    radial-gradient(ellipse 70% 80% at 0% 100%, rgba(168, 85, 247, 0.16), transparent 66%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.018)),
    rgba(22, 26, 50, 0.58);
  border: 1px solid rgba(170, 190, 255, 0.18);
  box-shadow: var(--shadow-card);
}

.pc-pick-card:nth-child(even) {
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
}

.pc-pick-card:nth-child(even) .pc-pick-media {
  order: 2;
}

.pc-pick-card::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(170, 190, 255, 0.48), transparent);
}

.pc-pick-media {
  position: relative;
  min-height: 390px;
  background:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px),
    radial-gradient(ellipse 80% 72% at 50% 44%, rgba(77, 137, 255, 0.22), transparent 68%),
    #070914;
  background-size: 48px 48px, 48px 48px, auto, auto;
  overflow: hidden;
}

.pc-pick-media img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  opacity: 0.92;
}

.pc-pick-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 34px;
}

.pc-pick-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #dce7ff;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pc-pick-meta span {
  color: var(--brand-cyan);
}

.pc-pick-maker {
  margin: 0 0 6px;
  color: var(--text-3);
  font-size: 13px;
  font-weight: 800;
}

.pc-pick-body h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.32;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.pc-pick-fit {
  margin: 12px 0 20px;
  color: #bfefff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
}

.pc-pick-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 0 0 18px;
}

.pc-pick-specs div {
  min-width: 0;
  padding: 11px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.048);
  border: 1px solid rgba(255, 255, 255, 0.075);
}

.pc-pick-specs dt {
  color: var(--brand-cyan);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pc-pick-specs dd {
  margin: 5px 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.pc-pick-reason {
  margin: 0 0 22px;
  color: var(--text-2);
  font-size: 14px;
  line-height: 1.85;
}

.pc-pick-body .btn {
  width: fit-content;
  margin-top: auto;
}

.pc-picks-note {
  margin: 18px 0 0;
  color: var(--text-3);
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
}

.pc-answer-panel {
  padding: 36px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(ellipse 70% 90% at 100% 0%, rgba(94, 234, 212, 0.12), transparent 66%),
    radial-gradient(ellipse 70% 90% at 0% 100%, rgba(168, 85, 247, 0.18), transparent 66%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.018)),
    rgba(22, 26, 50, 0.58);
  border: 1px solid rgba(170, 190, 255, 0.2);
  box-shadow: var(--shadow-card);
}

.pc-spec-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.pc-spec-card {
  min-width: 0;
  min-height: 128px;
  padding: 20px 18px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pc-spec-card span,
.pc-use-top span,
.brand-card-kicker {
  display: block;
  color: var(--brand-cyan);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pc-spec-card strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.32;
  overflow-wrap: anywhere;
}

.pc-spec-card-wide {
  background:
    radial-gradient(ellipse 70% 90% at 100% 0%, rgba(255, 197, 107, 0.14), transparent 62%),
    rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 197, 107, 0.2);
}

.pc-answer-copy {
  max-width: 780px;
  margin: 24px auto 0;
  color: var(--text-2);
  text-align: center;
  font-size: 14.5px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.pc-hero .section-title,
.pc-use-section .section-title,
#why .section-title,
#brands .section-title,
#faq .section-title,
.pc-guide-nav,
.section-sub {
  overflow-wrap: anywhere;
}

.pc-risk-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pc-risk-grid article,
.pc-use-card,
.pc-brand-card {
  position: relative;
  min-width: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.015)),
    var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.pc-risk-grid article {
  padding: 26px 22px;
}

.pc-risk-grid article::before,
.pc-use-card::before,
.pc-brand-card::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(170, 190, 255, 0.42), transparent);
}

.pc-card-index {
  display: block;
  margin-bottom: 22px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(190, 206, 255, 0.5);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
}

.pc-risk-grid h3,
.pc-use-card h3,
.pc-brand-card h3 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.pc-risk-grid p,
.pc-use-card p,
.pc-brand-card p,
.pc-check-copy p {
  margin: 0;
  color: var(--text-2);
  font-size: 14px;
  line-height: 1.85;
  overflow-wrap: anywhere;
}

.pc-use-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0)),
    rgba(6, 8, 20, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.045);
  border-bottom: 1px solid rgba(255, 255, 255, 0.045);
}

.pc-use-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pc-use-card {
  padding: 28px 24px;
}

.pc-use-card-strong {
  background:
    radial-gradient(ellipse 84% 72% at 100% 0%, rgba(94, 234, 212, 0.15), transparent 64%),
    radial-gradient(ellipse 84% 72% at 0% 100%, rgba(236, 72, 153, 0.13), transparent 64%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.018)),
    rgba(22, 26, 50, 0.6);
  border-color: rgba(170, 190, 255, 0.24);
}

.pc-use-top {
  margin-bottom: 20px;
}

.pc-use-top span {
  margin-bottom: 8px;
}

.pc-use-card dl {
  display: grid;
  gap: 9px;
  margin: 0 0 18px;
}

.pc-use-card dl div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 9px 11px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.048);
  border: 1px solid rgba(255, 255, 255, 0.075);
}

.pc-use-card dt {
  color: var(--text-3);
  font-size: 12px;
  font-weight: 800;
}

.pc-use-card dd {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.pc-message-band {
  padding-top: 26px;
  padding-bottom: 26px;
}

.pc-message-panel {
  padding: 30px 32px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(90deg, rgba(77, 137, 255, 0.16), rgba(168, 85, 247, 0.14), rgba(34, 211, 238, 0.12)),
    rgba(22, 26, 50, 0.45);
  border: 1px solid rgba(170, 190, 255, 0.18);
}

.pc-message-panel .eyebrow {
  margin-bottom: 12px;
}

.pc-message-panel p {
  margin: 0;
  color: var(--text-2);
  font-size: 15px;
  line-height: 1.95;
}

.pc-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pc-brand-card {
  display: flex;
  flex-direction: column;
}

.brand-card-media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(ellipse 72% 74% at 50% 35%, var(--brand-glow, rgba(77, 137, 255, 0.24)), transparent 68%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    #0b0e1d;
  overflow: hidden;
}

.brand-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-card-media.has-fallback::before {
  content: "";
  width: 48%;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.14), transparent 46%),
    linear-gradient(135deg, rgba(77, 137, 255, 0.32), rgba(168, 85, 247, 0.28));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 44px -28px rgba(0, 0, 0, 0.85);
}

.brand-fallback-label {
  position: absolute;
  z-index: 1;
  color: rgba(255, 255, 255, 0.76);
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(28px, 5vw, 54px);
  font-weight: 900;
  letter-spacing: 0.04em;
}

.brand-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
}

.brand-card-kicker {
  color: var(--brand-mint);
}

.brand-card-body h3 {
  margin-bottom: 0;
}

.brand-card-body p strong {
  color: #fff;
}

.brand-card-actions {
  margin-top: auto;
}

.brand-card-actions .btn {
  width: 100%;
}

.pc-check-section {
  background:
    radial-gradient(ellipse 80% 90% at 100% 0%, rgba(255, 197, 107, 0.08), transparent 66%),
    rgba(6, 8, 20, 0.24);
}

.pc-check-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: 42px;
  align-items: center;
}

.pc-check-copy p {
  max-width: 480px;
  margin-top: 18px;
}

.pc-check-list {
  display: grid;
  gap: 10px;
}

.pc-check-list span {
  position: relative;
  display: block;
  min-width: 0;
  padding: 15px 16px 15px 50px;
  border-radius: 14px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.052);
  border: 1px solid rgba(255, 255, 255, 0.085);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.pc-check-list span::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  border-radius: 8px;
  color: #07101a;
  background: var(--brand-mint);
  font-size: 13px;
  font-weight: 900;
}

.pc-faq {
  max-width: 900px;
}

.pc-consult-cta {
  align-items: start;
}

.pc-caution {
  margin: 14px 0 0;
  color: var(--text-3);
  font-size: 12px;
  line-height: 1.8;
}

.pc-affiliate-note {
  padding: 4px 0 48px;
}

.pc-affiliate-note p {
  margin: 0;
  color: var(--text-muted);
  font-size: 11.5px;
  line-height: 1.8;
}

.pc-affiliate-note p + p {
  margin-top: 4px;
}

.faq-chevron {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 22px;
  line-height: 1;
}

@media (max-width: 1080px) {
  .pc-guide-nav .nav-link {
    display: none;
  }

  .pc-hero-grid,
  .pc-check-grid {
    grid-template-columns: 1fr;
  }

  .pc-hero-visual {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }

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

  .pc-quick-spec {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-pick-card,
  .pc-pick-card:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .pc-pick-card:nth-child(even) .pc-pick-media {
    order: 0;
  }

  .pc-spec-card-wide {
    grid-column: 1 / -1;
  }

  .pc-risk-grid,
  .pc-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-use-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .pc-hero {
    padding-top: 38px;
  }

  .pc-brand-grid,
  .pc-risk-grid {
    grid-template-columns: 1fr;
  }

  .pc-setup-illustration,
  .pc-hero-visual {
    min-height: 300px;
  }
}

@media (max-width: 560px) {
  .pc-guide-nav {
    margin-right: 0;
  }

  .pc-guide-nav .nav-cta {
    display: none !important;
  }

  .pc-hero h1 {
    font-size: clamp(29px, 8.2vw, 34px);
    line-height: 1.24;
  }

  .pc-hero {
    padding: 34px 0 18px;
  }

  .pc-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .pc-hero-actions .btn-secondary,
  .pc-hero-badges,
  .pc-hero-visual {
    display: none;
  }

  .pc-hero-actions .btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    min-height: 54px;
    padding-top: 12px;
    padding-bottom: 12px;
    white-space: normal;
  }

  .pc-answer-panel {
    padding: 26px 18px;
    border-radius: 20px;
  }

  .pc-hero-grid,
  #recommended-pcs .container,
  #why .container,
  #use-cases .container,
  .pc-message-band .container,
  #brands .container,
  .pc-check-section .container,
  #faq .container,
  #contact.container,
  .pc-affiliate-note .container {
    width: calc(100vw - 72px) !important;
    max-width: calc(100vw - 72px) !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-width: 0;
  }

  .pc-answer-panel,
  .pc-risk-grid,
  .pc-use-grid,
  .pc-brand-grid,
  .pc-faq {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
  }

  .pc-section-heading h2,
  .pc-picks-head h2,
  .pc-check-copy h2,
  .section-title {
    font-size: 23px;
    line-height: 1.45;
  }

  .pc-hero-lead,
  .pc-answer-copy,
  .section-sub,
  .pc-risk-grid p,
  .pc-use-card p,
  .pc-brand-card p,
  .faq-body {
    word-break: normal;
  }

  .pc-section-heading h2,
  .pc-picks-head h2,
  .pc-check-copy h2,
  .section-title {
    word-break: normal;
  }

  .pc-quick-spec {
    grid-template-columns: 1fr;
  }

  .pc-pick-body {
    padding: 24px 18px;
  }

  .pc-pick-media,
  .pc-pick-media img {
    min-height: 220px;
  }

  .pc-pick-specs {
    grid-template-columns: 1fr;
  }

  .pc-pick-body .btn {
    width: 100%;
  }

  .pc-spec-grid {
    grid-template-columns: 1fr;
  }

  .pc-spec-card {
    min-height: 112px;
  }

  .pc-use-card dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .pc-message-panel {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .pc-check-grid {
    gap: 28px;
  }

  .pc-setup-illustration,
  .pc-hero-visual {
    min-height: 330px;
    width: 100%;
    max-width: 100%;
  }

  .pc-monitor {
    width: 74%;
  }

  .pc-tower {
    width: 66px;
    height: 150px;
    right: 7%;
    bottom: 58px;
  }

  .pc-tower span {
    width: 31px;
    height: 31px;
  }

  .pc-keyboard {
    left: 12%;
    right: 22%;
  }
}
