.ps-page {
  background: #fff;
  padding-top: 100px;
}

.ps-hero {
  padding: 1.4rem 0 4rem;
}

.ps-hero-title {
  font-size: clamp(2.2rem, 4.6vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -0.045em;
  font-weight: 800;
  color: var(--brand);
  margin: 1rem 0 0.9rem;
  max-width: 680px;
}

.ps-hero-copy {
  font-size: 1.03rem;
  line-height: 1.8;
  color: var(--muted);
  max-width: 640px;
  margin-bottom: 0;
}

.ps-hero-visual {
  min-height: 360px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #fcfeff 0%, #eef7fb 100%);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ps-hero-img {
  width: 100%;
  max-height: 350px;
  object-fit: contain;
}

.entry-card {
  display: block;
  height: 100%;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  color: inherit;
}

.entry-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  color: inherit;
}

.entry-card h3 {
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--brand);
  margin: 0 0 0.55rem;
}

.entry-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
  font-size: 0.95rem;
}

.solution-card {
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 1.25rem;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.solution-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.solution-card.featured {
  box-shadow: var(--shadow-lg);
}

.solution-card-img {
  width: 100%;
  height: 190px;
  object-fit: contain;
  border-radius: 18px;
  background: #f7fbfc;
  border: 1px solid rgba(10, 63, 81, 0.08);
  padding: 1rem;
}

.mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.9rem;
}

.mini-tags span {
  display: inline-flex;
  align-items: center;
  padding: 0.46rem 0.8rem;
  border-radius: 999px;
  background: var(--brand-3);
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 700;
}

.product-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.product-tab {
  min-width: 170px;
  padding: 1rem 1rem;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px;
  color: var(--brand);
  font-weight: 700;
  box-shadow: var(--shadow);
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  justify-content: center;
  transition: all 0.25s ease;
}

.product-tab i {
  font-size: 1.05rem;
}

.product-tab:hover,
.product-tab.active {
  border-color: var(--brand);
  box-shadow: 0 0 0 2px rgba(10, 63, 81, 0.08);
}

.product-card-new {
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.product-card-new:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.product-card-new.featured-product {
  box-shadow: var(--shadow-lg);
}

.product-card-media {
  background: #f8fbfc;
  padding: 1rem;
  border-bottom: 1px solid rgba(10, 63, 81, 0.06);
}

.product-card-media img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  display: block;
}

.product-card-body {
  padding: 1.25rem 1.25rem 1.3rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-type {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  color: var(--brand-2);
  margin-bottom: 0.45rem;
}

.product-name {
  font-size: 1.16rem;
  line-height: 1.34;
  font-weight: 800;
  color: var(--brand);
  margin: 0 0 0.7rem;
}

.product-name small {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--muted);
  margin-left: 0.15rem;
}

.product-purpose {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 0.95rem;
}

.product-price-new {
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--brand);
  margin-bottom: 1rem;
}

.product-tags-new {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.product-tags-new span {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: #eaf6f8;
  color: #1f3440;
  font-size: 0.83rem;
  font-weight: 600;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: auto;
}

.feature-highlight {
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(180deg, #fcfeff 0%, #f4fbfd 100%);
  box-shadow: var(--shadow-lg);
  padding: 2.2rem;
}

.feature-highlight-img {
  width: 100%;
  max-height: 320px;
  object-fit: contain;
  display: block;
}

.decision-box {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 2rem;
}

.decision-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.decision-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0.95rem 1.2rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--bg-soft);
  color: var(--brand);
  font-weight: 700;
  transition: all 0.25s ease;
}

.decision-pill:hover {
  color: var(--brand);
  border-color: var(--brand);
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .ps-hero {
    padding: 1rem 0 3rem;
  }

  .ps-hero-visual {
    min-height: 300px;
  }

  .product-tab {
    min-width: calc(50% - 0.45rem);
  }

  .solution-card-img,
  .product-card-media img {
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  .ps-hero-title {
    font-size: 2.15rem;
  }

  .ps-hero-visual {
    min-height: 240px;
    padding: 1rem;
  }

  .solution-card-img,
  .product-card-media img {
    height: 185px;
  }

  .product-tab {
    min-width: 100%;
  }

  .feature-highlight,
  .decision-box {
    padding: 1.4rem;
  }

  .product-actions {
    flex-direction: column;
  }

  .product-actions .btn {
    width: 100%;
  }
}
