.product-page {
  background: #f5f8fb;
  color: #162236;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.product-page #page-content {
  background: #f5f8fb;
}

.product-page a {
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.pdp-shell {
  width: min(100% - 2rem, 1180px);
  margin: 0 auto;
}

.pdp-hero {
  background:
    linear-gradient(135deg, rgba(0, 48, 88, 0.98), rgba(7, 69, 104, 0.96)),
    #003058;
  color: #fff;
  padding: clamp(2.5rem, 6vw, 5.25rem) 0 clamp(2.25rem, 5vw, 4.5rem);
}

.pdp-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(18rem, 0.82fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.pdp-hero__copy,
.pdp-section-heading {
  display: grid;
  gap: clamp(0.85rem, 1.6vw, 1.2rem);
  align-content: start;
}

.pdp-eyebrow {
  width: fit-content;
  margin: 0;
  padding: 0.44rem 0.9rem;
  border-radius: 999px;
  background: rgba(25, 165, 111, 0.15);
  color: #16835b;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pdp-hero .pdp-eyebrow {
  color: #6ff0bd;
  background: rgba(111, 240, 189, 0.14);
}

.pdp-hero h1 {
  max-width: 12ch;
  color: #fff;
  font-size: clamp(2.65rem, 7vw, 5.2rem);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.pdp-hero__lede {
  max-width: 46rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.68;
}

.pdp-review-summary {
  display: inline-grid;
  grid-template-columns: auto minmax(0, 1fr);
  width: fit-content;
  align-items: center;
  gap: 0.75rem;
  max-width: min(100%, 27rem);
  padding: 0.72rem 0.9rem;
  border-radius: 8px;
  background: #fff;
  color: #003058;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(0, 13, 33, 0.22);
}

.pdp-review-summary__stars {
  color: #d99512;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.pdp-review-summary__copy {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}

.pdp-review-summary__copy small {
  color: #486174;
  font-size: 0.78rem;
  font-weight: 700;
}

.pdp-hero__actions,
.pdp-final-cta__box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

.pdp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  border-radius: 8px;
  padding: 1.08rem 1.75rem;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.pdp-button--primary {
  min-width: min(100%, 21rem);
  background: linear-gradient(135deg, #19a56f, #087ea4);
  color: #fff;
  box-shadow: 0 16px 34px rgba(25, 165, 111, 0.28);
}

.pdp-hero__actions .pdp-button,
.pdp-final-cta__box .pdp-button {
  min-width: min(100%, 24rem);
  min-height: 70px;
  padding-inline: 2.4rem;
}

.pdp-button--secondary {
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.pdp-button:hover,
.pdp-button:focus-visible {
  transform: translateY(-2px);
}

.pdp-button:focus-visible,
.pdp-text-link:focus-visible,
.pdp-review-summary:focus-visible {
  outline: 3px solid rgba(30, 158, 217, 0.7);
  outline-offset: 3px;
}

.pdp-trust-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem 1.2rem;
  max-width: 42rem;
  margin: 0.2rem 0 0;
  padding: 0;
  list-style: none;
}

.pdp-trust-row li {
  display: inline-grid;
  grid-template-columns: 1.1rem minmax(0, 1fr);
  gap: 0.55rem;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
}

.pdp-trust-row li::before {
  content: "";
  width: 0.75rem;
  height: 0.42rem;
  border-left: 2px solid #6ff0bd;
  border-bottom: 2px solid #6ff0bd;
  transform: rotate(-45deg) translateY(-1px);
}

.pdp-purchase-notes span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
  font-weight: 700;
}

.pdp-hero__media {
  display: grid;
  gap: 1rem;
  justify-items: center;
}

.pdp-product-frame {
  width: min(100%, 440px);
  padding: clamp(0.8rem, 2vw, 1.3rem);
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 24px 60px rgba(0, 13, 33, 0.28);
}

.pdp-product-frame img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.pdp-quick-facts {
  width: min(100%, 440px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.pdp-quick-facts div {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
  padding: 0.85rem 0.65rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  text-align: center;
}

.pdp-quick-facts strong {
  color: #fff;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  line-height: 1;
}

.pdp-quick-facts span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 700;
}

.pdp-section {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.pdp-section--intro,
.pdp-section--compare,
.pdp-section--reviews {
  background: #fff;
}

.pdp-section--bundles {
  background: #eef5f9;
}

.pdp-section-heading h2,
.pdp-final-cta h2 {
  color: #0f253d;
  font-size: clamp(2rem, 4.5vw, 3.35rem);
  line-height: 1.08;
  text-wrap: balance;
}

.pdp-section-heading p,
.pdp-final-cta p {
  max-width: 48rem;
  color: #536173;
  font-size: clamp(1rem, 1.7vw, 1.16rem);
  line-height: 1.72;
}

.pdp-section-heading--center {
  justify-items: center;
  text-align: center;
  margin: 0 auto clamp(1.5rem, 4vw, 2.6rem);
}

.pdp-section-heading--center p {
  margin-inline: auto;
}

.pdp-two-column,
.pdp-facts-grid,
.pdp-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}

.pdp-value-grid,
.pdp-comparison-grid,
.pdp-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.pdp-value-card,
.pdp-comparison-card,
.pdp-review-card,
.pdp-faq-list details {
  border-radius: 8px;
  border: 1px solid #dce7ee;
  background: #fff;
  box-shadow: 0 14px 34px rgba(13, 30, 45, 0.08);
}

.pdp-value-card {
  display: grid;
  gap: 0.55rem;
  padding: clamp(1rem, 2vw, 1.25rem);
}

.pdp-value-card span {
  color: #003058;
  font-weight: 800;
}

.pdp-value-card p,
.pdp-comparison-card p,
.pdp-review-card p,
.pdp-faq-list p,
.pdp-routine-list span {
  color: #5d6b7c;
  line-height: 1.62;
}

.pdp-bundle-wrap {
  max-width: 1040px;
  margin: 0 auto;
}

.product-page .pdp-pricing-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 2vw, 1.15rem);
  align-items: stretch;
}

.product-page .price-option {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: clamp(1.05rem, 2vw, 1.35rem);
  border-radius: 8px;
  background: #fff;
  color: #132238;
  border: 1px solid #d8e2ea;
  box-shadow: 0 18px 46px rgba(13, 30, 45, 0.12);
}

.product-page .price-option.featured {
  border: 2px solid #19a56f;
  box-shadow: 0 22px 52px rgba(25, 165, 111, 0.18);
}

.product-page .price-option h4,
.product-page .price-main {
  color: #0f253d;
}

.product-page .option-header {
  display: grid;
  grid-template-rows: 2.05rem auto;
  gap: 0.55rem;
  align-content: start;
}

.product-page .option-header h4 {
  grid-row: 2;
}

.product-page .option-label {
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 1.9rem;
  box-sizing: border-box;
  padding: 0 0.9rem;
  color: #fff;
  background: #17a777;
}

.product-page .pricing {
  gap: 0.28rem;
  color: #132238;
}

.product-page .price-main {
  font-size: clamp(2.05rem, 5vw, 2.55rem);
  line-height: 1;
}

.product-page .price-per,
.product-page .price-supply {
  color: #4a6073;
}

.product-page .price-compare {
  color: #8a99a8;
}

.product-page .savings,
.product-page .shipping {
  color: #17a777;
  font-weight: 800;
}

.product-page .purchase-btn {
  margin-top: auto;
  min-height: 64px;
  border-radius: 8px;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.product-page .price-option.featured .purchase-btn {
  min-height: 68px;
}

.product-page .purchase-btn.tertiary {
  background: #003058;
  color: #fff;
  border: 1px solid #003058;
  box-shadow: 0 12px 28px rgba(0, 48, 88, 0.22);
}

.pdp-purchase-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
  margin-top: 1.25rem;
}

.pdp-purchase-notes span {
  background: #fff;
  border-color: #dce7ee;
  color: #355066;
}

.pdp-spec-list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
}

.pdp-spec-list div {
  display: grid;
  grid-template-columns: minmax(9rem, 0.45fr) minmax(0, 1fr);
  gap: 0.75rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid #dce7ee;
}

.pdp-spec-list dt {
  color: #0f253d;
  font-weight: 800;
}

.pdp-spec-list dd {
  margin: 0;
  color: #536173;
}

.pdp-facts-media {
  padding: clamp(0.75rem, 2vw, 1.1rem);
  border-radius: 8px;
  background: #fff;
  border: 1px solid #dce7ee;
  box-shadow: 0 18px 46px rgba(13, 30, 45, 0.1);
}

.pdp-facts-media img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.pdp-comparison-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pdp-comparison-card {
  display: grid;
  gap: 0.7rem;
  align-content: start;
  padding: clamp(1.05rem, 2vw, 1.35rem);
}

.pdp-comparison-card h3 {
  color: #0f253d;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.pdp-comparison-card span {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  padding: 0.42rem 0.65rem;
  border-radius: 8px;
  background: #edf8f3;
  color: #16835b;
  font-size: 0.82rem;
  font-weight: 800;
}

.pdp-comparison-card--featured {
  border: 2px solid rgba(25, 165, 111, 0.52);
  background: linear-gradient(180deg, #ffffff, #f0fbf6);
  box-shadow: 0 18px 42px rgba(25, 165, 111, 0.12);
}

.pdp-comparison-card--featured h3 {
  color: #0d6b4b;
}

.pdp-comparison-card--caution {
  border: 1px solid rgba(191, 57, 57, 0.32);
  background: linear-gradient(180deg, #fff, #fff7f7);
}

.pdp-comparison-card--caution h3 {
  color: #9f2e2e;
}

.pdp-comparison-card--caution span {
  background: #fff0f0;
  color: #9f2e2e;
}

.product-page .site-footer {
  margin-top: 0;
  width: 100%;
  overflow: hidden;
}

.pdp-text-link {
  width: fit-content;
  color: #087ea4;
  font-weight: 800;
}

.pdp-routine-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: routine;
}

.pdp-routine-list li {
  display: grid;
  grid-template-columns: minmax(6.4rem, auto) minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
  padding: 1rem;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #dce7ee;
  box-shadow: 0 12px 30px rgba(13, 30, 45, 0.08);
}

.pdp-routine-list strong {
  color: #003058;
  font-weight: 800;
  white-space: nowrap;
}

.pdp-routine-list b {
  color: #0f253d;
}

.pdp-review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-page .reviews-grid.pdp-review-grid {
  margin-top: 0;
}

.product-page .reviews-grid .review-card {
  min-width: 0;
}

.product-page .pdp-reviews-footer {
  margin-top: clamp(1.25rem, 3vw, 2rem);
}

.product-page .pdp-reviews-footer .reviews-note {
  margin-top: 1rem;
}

.pdp-review-card {
  display: grid;
  gap: 0.75rem;
  padding: clamp(1rem, 2vw, 1.25rem);
}

.pdp-review-card__top {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: center;
}

.pdp-review-card__top strong,
.pdp-review-card h3 {
  color: #0f253d;
}

.pdp-review-card__top span {
  color: #d58b1f;
  font-size: 0.9rem;
  white-space: nowrap;
}

.pdp-review-card h3 {
  font-size: 1.12rem;
}

.pdp-review-card small {
  color: #6c7b8a;
  font-weight: 700;
}

.pdp-faq-list {
  display: grid;
  gap: 0.75rem;
}

.pdp-faq-list details {
  padding: 0.95rem 1rem;
}

.pdp-faq-list summary {
  cursor: pointer;
  color: #0f253d;
  font-weight: 800;
}

.pdp-faq-list p {
  margin-top: 0.65rem;
}

.pdp-final-cta {
  padding: clamp(2rem, 4vw, 3.25rem) 0;
  background: #003058;
  color: #fff;
}

.pdp-final-cta__box {
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}

.pdp-final-cta .pdp-eyebrow {
  color: #6ff0bd;
  background: rgba(111, 240, 189, 0.14);
}

.pdp-final-cta h2 {
  color: #fff;
  margin-top: 0.6rem;
}

.pdp-final-cta p {
  color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 1050px) {
  .pdp-hero__grid,
  .pdp-two-column,
  .pdp-facts-grid,
  .pdp-faq-grid {
    grid-template-columns: 1fr;
  }

  .pdp-hero h1,
  .pdp-hero__lede,
  .pdp-section-heading p {
    max-width: 100%;
  }

  .product-page .pdp-pricing-options,
  .pdp-comparison-grid,
  .pdp-review-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .pdp-shell {
    width: min(100% - 1.25rem, 1180px);
  }

  .pdp-hero {
    padding-top: 2rem;
  }

  .pdp-hero__grid {
    gap: 1.75rem;
  }

  .pdp-hero__actions,
  .pdp-final-cta__box {
    align-items: stretch;
  }

  .pdp-button {
    width: 100%;
    min-height: 64px;
  }

  .pdp-purchase-notes span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .pdp-trust-row {
    grid-template-columns: 1fr;
  }

  .pdp-quick-facts {
    grid-template-columns: 1fr;
  }

  .pdp-value-grid {
    grid-template-columns: 1fr;
  }

  .pdp-spec-list div,
  .pdp-routine-list li {
    grid-template-columns: 1fr;
  }
}
