/* Dedicated SEO product detail pages */
.product-detail-hero {
  padding: 3rem 0 2.5rem;
  background: linear-gradient(180deg, #f4f6fb 0%, #fff 100%);
}
.product-detail-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}
.product-detail-hero-copy {
  min-width: 0;
}
.product-detail-breadcrumb {
  margin-bottom: 0.75rem;
}
.product-detail-title {
  margin-bottom: 0.5rem;
}
.product-detail-lead {
  max-width: 42rem;
}
.product-detail-hero-actions {
  margin-top: 1.25rem;
}
.product-detail-hero-media {
  position: relative;
  aspect-ratio: 4 / 3;
  max-height: 420px;
  background: #f0f4fa;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 40, 100, 0.12);
}
.product-detail-hero-media img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: contain;
  object-position: center;
  background: #f0f4fa;
}
.product-detail-showcase {
  padding-top: 0;
}
.product-detail-showcase .product-showcase {
  max-width: 1120px;
  margin: 0 auto;
}
.product-detail-showcase .product-media {
  aspect-ratio: 4 / 3;
  max-height: 480px;
}
.product-detail-showcase .product-media-asset {
  object-fit: contain;
  background: #f8fafc;
}
.product-detail-showcase .product-item-media img {
  object-fit: contain;
  background: #f8fafc;
}
.product-detail-keywords {
  color: #0057a8;
  font-weight: 600;
  font-size: 0.95rem;
  margin: 0.5rem 0 0.75rem;
}
.product-detail-section {
  padding: 2.75rem 0;
}
.product-detail-section--alt {
  background: #f7f9fc;
}
.product-detail-section h2 {
  margin-bottom: 1.25rem;
}
.product-detail-prose p,
.product-detail-prose li {
  line-height: 1.7;
  color: #333;
}
.product-detail-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.product-detail-feature-grid > div {
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 10px;
  padding: 1rem;
}
.product-detail-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0.75rem 1.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-detail-benefits li {
  background: #fff;
  border-left: 4px solid #0057a8;
  padding: 0.85rem 1rem;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.product-detail-specs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
.product-detail-spec {
  display: flex;
  gap: 0.75rem;
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 10px;
  padding: 1rem;
}
.product-detail-spec p {
  margin: 0.25rem 0 0;
  color: #555;
}
.product-detail-variants {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}
.product-detail-variant {
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 12px;
  padding: 1rem;
}
.product-detail-variant img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  margin-bottom: 0.75rem;
}
.product-detail-faqs details {
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 10px;
  padding: 0.9rem 1rem;
  margin-bottom: 0.75rem;
}
.product-detail-faqs summary {
  font-weight: 600;
  cursor: pointer;
}
.product-detail-faqs p {
  margin: 0.75rem 0 0;
  color: #444;
  line-height: 1.65;
}
.product-detail-demo-wrap {
  max-width: 720px;
}
.product-demo-form {
  background: #fff;
  border: 1px solid #dce5f0;
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 8px 28px rgba(0, 50, 120, 0.08);
}
.product-demo-title {
  margin: 0 0 0.35rem;
  color: #003a75;
}
.product-demo-sub {
  margin: 0 0 1rem;
  color: #555;
}
.product-demo-grid {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.product-demo-grid input,
.product-demo-grid textarea {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 1px solid #ccd6e4;
  border-radius: 8px;
  font: inherit;
  box-sizing: border-box;
}
.product-demo-ok { color: #1aa463; margin: 0.75rem 0 0; }
.product-demo-err { color: #dc3545; margin: 0.75rem 0 0; }
.product-detail-related {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
.product-detail-related-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 12px;
  padding: 1rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.product-detail-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 40, 100, 0.1);
}
.product-detail-related-card img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}
.product-detail-related-card h3 {
  margin: 0.5rem 0 0.25rem;
  font-size: 1.05rem;
}
.product-detail-related-card p {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
}

/* Sticky conversion bar */
.site-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  display: none;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
  padding: 0.65rem 1rem;
  background: rgba(0, 40, 90, 0.96);
  color: #fff;
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.18);
}
.site-sticky-cta a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.site-sticky-cta a.primary {
  background: #1aa463;
  border-color: #1aa463;
}
.site-mobile-cta {
  display: none;
  position: fixed;
  right: 1rem;
  bottom: 5.5rem;
  z-index: 89;
  flex-direction: column;
  gap: 0.5rem;
}
.site-mobile-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 3rem;
  padding: 0 0.85rem;
  border-radius: 999px;
  background: #0057a8;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.8rem;
  box-shadow: 0 8px 20px rgba(0, 50, 120, 0.28);
}
.site-mobile-cta a.wa { background: #25d366; }
.site-mobile-cta a.call { background: #003a75; }
body.has-sticky-cta { padding-bottom: 4.5rem; }

@media (min-width: 901px) {
  .site-sticky-cta { display: flex; }
}
@media (max-width: 900px) {
  .product-detail-hero-grid { grid-template-columns: 1fr; }
  .product-detail-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .product-detail-hero-actions .btn {
    width: 100%;
    text-align: center;
  }
  .product-detail-showcase .product-showcase-featured {
    grid-template-columns: 1fr;
  }
  .product-detail-showcase .product-media {
    order: -1;
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
  }
  .site-mobile-cta { display: flex; }
}
