.pc-explore-page .home-center__inner{
  width:100%;
}

.pc-explore-page .pc-page-layout{
  display:grid;
  grid-template-columns:var(--pc-side-w) minmax(0, 1fr);
  grid-template-areas:"side main";
  gap:var(--pc-side-gap);
  align-items:start;
}

.pc-explore-page .home-side{
  grid-area:side;
  justify-self:stretch;
}

.pc-explore-page .pc-explore-main{
  grid-area:main;
  min-width:0;
  max-width:1120px;
}

.pc-explore-page .pc-explore-head{
  margin-bottom:34px;
}

.pc-explore-page .pc-explore-kicker{
  margin:0 0 10px;
  font-size:12px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#6b7280;
}

.pc-explore-page .pc-explore-head h1{
  margin:0;
  font-size:clamp(34px, 5vw, 56px);
  line-height:1.03;
  letter-spacing:-.03em;
  font-weight:550;
  color:#111827;
}

.pc-explore-page .pc-explore-head p{
  max-width:620px;
  margin:12px 0 0;
  font-size:18px;
  line-height:1.6;
  color:#4b5563;
}

.pc-explore-page .pc-explore-section{
  margin-top:34px;
}

.pc-explore-page .pc-explore-section__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:14px;
}

.pc-explore-page .pc-explore-section__head h2{
  margin:0;
  font-size:26px;
  line-height:1.12;
  letter-spacing:-.03em;
  font-weight:650;
  color:#111827;
}

.pc-explore-page .pc-explore-count{
  flex:0 0 auto;
  color:#6b7280;
  font-size:16px;
  line-height:1.2;
  font-weight:500;
}

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

.pc-explore-page .pc-explore-card:hover{
  transform:translateY(-2px);
  border-color:#d1d5db;
  box-shadow:0 14px 34px rgba(17, 24, 39, .08);
}

.pc-explore-page .pc-explore-card__meta{
  margin-bottom:14px;
  color:#6b7280;
  font-size:12px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.03em;
  text-transform:uppercase;
}

.pc-explore-page .pc-explore-card p{
  margin:10px 0 0;
  color:#6b7280;
  font-size:14px;
  line-height:1.5;
}

.pc-explore-page .pc-explore-empty{
  grid-column:1 / -1;
  padding:18px;
  border:1px solid #e5e7eb;
  border-radius:22px;
  background:#fff;
  color:#6b7280;
  font-size:15px;
  line-height:1.5;
}

@media (max-width:980px){
  .pc-explore-page .pc-page-layout{
    display:block;
  }

  .pc-explore-page .home-side{
    position:static;
    top:auto;
    height:auto;
    min-height:0;
  }

  .pc-explore-page .pc-explore-main{
    max-width:none;
    padding-left:18px;
    padding-right:18px;
  }
}

@media (max-width:820px){
  .pc-explore-page .pc-explore-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:640px){
  .pc-explore-page .pc-explore-main{
    padding:34px 14px 56px;
  }

  .pc-explore-page .pc-explore-head{
    margin-bottom:28px;
  }

  .pc-explore-page .pc-explore-head h1{
    font-size:clamp(32px, 10vw, 44px);
  }

  .pc-explore-page .pc-explore-head p{
    font-size:16px;
  }

  .pc-explore-page .pc-explore-section__head{
    align-items:flex-start;
  }

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

  .pc-explore-page .pc-explore-card{
    min-height:132px;
    border-radius:20px;
  }
}

.pc-explore-page .pc-explore-main {
  max-width: 980px;
  padding-bottom: 40px;
}

.pc-explore-hero {
  max-width: 760px;
  margin: 28px 0 34px;
}

.pc-explore-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 650;
}

.pc-explore-hero p {
  margin: 0;
  font-size: 18px;
  padding-left: 3px;
  line-height: 1.7;
  color: #4b5563;
}

.pc-explore-section {
  margin-top: 34px;
}

.pc-explore-section__head {
  margin-bottom: 14px;
}

.pc-explore-section__head h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -0.035em;
  color: #111827;
}

.pc-explore-section__sub {
  max-width: 620px;
  margin: 7px 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: #6b7280;
}

.pc-explore-card {
  min-height: 128px;
}

.pc-explore-card p {
  margin-top: 10px;
  line-height: 1.45;
}

.pc-explore-promise {
  max-width: 760px;
  margin: 42px 0 20px;
  padding: 22px 24px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
}

.pc-explore-promise h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #111827;
}

.pc-explore-promise p {
  margin: 9px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #5f6673;
}

@media (max-width: 720px) {
  .pc-explore-hero {
    margin-top: 18px;
  }

  .pc-explore-section {
    margin-top: 30px;
  }

  .pc-explore-card {
    min-height: auto;
  }
}

/* Uniform Explore cards with section colors */

.pc-explore-page .pc-explore-section {
  --pc-explore-accent: #2563eb;
  --pc-explore-accent-border: rgba(37, 99, 235, 0.22);
  --pc-explore-card-bg: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.pc-explore-page .pc-explore-section--rankings {
  --pc-explore-accent: #111827;
  --pc-explore-accent-border: rgba(17, 24, 39, 0.18);
  --pc-explore-card-bg: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.pc-explore-page .pc-explore-section--best {
  --pc-explore-accent: #2563eb;
  --pc-explore-accent-border: rgba(37, 99, 235, 0.22);
  --pc-explore-card-bg: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.pc-explore-page .pc-explore-section--brand {
  --pc-explore-accent: #7c3aed;
  --pc-explore-accent-border: rgba(124, 58, 237, 0.22);
  --pc-explore-card-bg: linear-gradient(180deg, #ffffff 0%, #fbf8ff 100%);
}

.pc-explore-page .pc-explore-section--worth {
  --pc-explore-accent: #059669;
  --pc-explore-accent-border: rgba(5, 150, 105, 0.22);
  --pc-explore-card-bg: linear-gradient(180deg, #ffffff 0%, #f7fdf9 100%);
}

.pc-explore-page .pc-explore-section--compare {
  --pc-explore-accent: #ea580c;
  --pc-explore-accent-border: rgba(234, 88, 12, 0.24);
  --pc-explore-card-bg: linear-gradient(180deg, #ffffff 0%, #fff9f5 100%);
}

.pc-explore-page .pc-explore-card {
  position: relative;
  min-height: 132px;
  padding: 18px;
  border-radius: 22px;
  background: var(--pc-explore-card-bg);
  color: #111827;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
  transition:
    transform 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease;
}

.pc-explore-page .pc-explore-card::before {
  content: "";
  display: block;
  width: 34px;
  height: 4px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--pc-explore-accent);
  opacity: 0.95;
}

.pc-explore-page .pc-explore-card:hover {
  transform: translateY(-2px);
  border-color: var(--pc-explore-accent-border);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);
}

.pc-explore-page .pc-explore-card strong {
  display: block;
  color: #111827;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.pc-explore-page .pc-explore-card p {
  margin: 10px 0 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
}