h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Oswald", sans-serif;
  font-weight: 600;
}
p {
  font-family: "Poppins", "Roboto Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
div,
span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

/* Scoped styles (no tag or :root selectors) */
.pcp-page-wrapper {
  padding: 28px;
  color: #111827;
}

.pcp-card {
  max-width: 1380px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  gap: 0;
  align-items: stretch;
}

/* left / right 50% split */
.pcp-left {
  width: 50%;
  position: relative;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 420px;
}

.pcp-left .pcp-img-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.pcp-left .pcp-img-wrap img.pcp-main-img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  display: block;
}

/* Get details floating button top-right of the image area */
.pcp-get-details-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #6e2e1e;
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(16, 110, 234, 0.14);
  cursor: pointer;
  z-index: 30;
}

.pcp-get-details-btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

/* right side content */
.pcp-right {
  width: 50%;
  padding: 34px 42px;
  box-sizing: border-box;
}

.pcp-title {
  margin: 0 0 18px 0;
  font-size: 22px;
  font-weight: 700;
  color: #6e2e1e;
}

.pcp-specs-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 22px;
}
.pcp-specs-table td {
  padding: 14px 16px;
  border: 1px solid #eef2f6;
  vertical-align: middle;
  font-size: 15px;
}
.pcp-specs-table td:first-child {
  width: 38%;
  background: #fbfcfd;
  font-weight: 600;
  color: #475569;
}
.pcp-specs-table td:last-child {
  background: #ffffff;
  color: #111827;
}

.pcp-about {
  max-width: 1350px;
  margin: 18px auto; /* center align with auto left-right */
  line-height: 1.7;
  color: #182235;
  font-size: 15px;
  padding: 0 40px; /* inner space from left-right */
}

.pcp-about h3 {
  margin-left: 10px;
  font-size: 22px;
  color: #333333;
}
.pcp-about p {
  margin-left: 10px;
  font-size: 17px;
}

/* responsive: stack columns on small screens */
@media (max-width: 880px) {
  .pcp-card {
    flex-direction: column;
  }
  .pcp-left,
  .pcp-right {
    width: 100%;
  }
  .pcp-left {
    min-height: 260px;
  }
  .pcp-right {
    padding: 20px;
  }
  .pcp-get-details-btn {
    top: 12px;
    right: 12px;
    padding: 8px 10px;
  }
}

/* small phones: tighten spacing */
@media (max-width: 420px) {
  .pcp-page-wrapper {
    padding: 14px;
  }
  .pcp-right {
    padding: 16px;
  }
  .pcp-title {
    font-size: 18px;
  }
  .pcp-specs-table td {
    padding: 10px;
    font-size: 14px;
  }
  .pcp-about {
    width: 100%;
    margin: 10px 5px; /* center align with auto left-right */
    line-height: 1.7;
    color: #182235;
    font-size: 15px;
    padding: 0 10px; /* inner space from left-right */
  }
}

/* small helper for visually-hidden text */
/* .pcp-visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
} */
