/* Breadcrumb */
.breadcrumb{padding:.75rem 1rem;font-size:.8125rem;color:#666;max-width:1280px;margin:0 auto}
.breadcrumb a{color:#1a1a2e;text-decoration:none}
.breadcrumb span{color:#333;font-weight:500}

/* Block 2: Hero left-right split */
.pd-hero{max-width:1280px;margin:0 auto;padding:1rem}
.pd-hero-grid{display:flex;flex-direction:column;gap:1.5rem}
.pd-hero-left{flex:0 0 100%}
.pd-hero-right{flex:1}

/* Carousel */
.carousel{position:relative;overflow:hidden;border-radius:8px;background:#f5f5f5;max-width:400px;margin:0 auto;min-height:300px}
.carousel-track{display:flex;transition:transform .4s ease}
.carousel-slide{flex:0 0 100%}
.carousel-slide img{width:100%;height:auto;display:block}
.carousel-prev,.carousel-next{position:absolute;top:50%;transform:translateY(-50%);z-index:2;background:rgba(0,0,0,.4);color:#fff;border:none;width:44px;height:44px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}
.carousel-prev{left:8px}.carousel-next{right:8px}
.carousel-prev:hover,.carousel-next:hover{background:rgba(0,0,0,.6)}
.carousel-dots{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:2}
.carousel-dot{width:10px;height:10px;border-radius:50%;border:none;background:rgba(255,255,255,.5);cursor:pointer;padding:0;min-width:10px;min-height:10px}
.carousel-dot.active{background:#fff}

/* Right side info */
.pd-hero-right h1{font-size:1.5rem;color:#1a1a2e;margin-bottom:.375rem;line-height:1.2}
.pd-subtitle{font-size:1rem;color:#555;margin-bottom:.75rem;line-height:1.4}
.pd-desc{font-size:.875rem;color:#666;line-height:1.6;margin-bottom:1rem}
.pd-key-specs{list-style:none;padding:0;margin:0 0 1rem;display:grid;grid-template-columns:1fr 1fr;gap:.375rem;font-size:.8125rem}
.pd-key-specs li{background:#f5f7f9;padding:.5rem .625rem;border-radius:4px}
.pd-key-specs li strong{display:block;font-size:.6875rem;text-transform:uppercase;color:#1a1a2e;letter-spacing:.04em}
.pd-key-specs li span{color:#333}

/* Block 3: Applications */
.pd-applications{max-width:1280px;margin:2rem auto;padding:0 1rem}
.pd-applications h2{font-size:1rem;text-align:left;margin-bottom:.75rem;color:#1a1a2e}
.pd-tags{display:flex;flex-wrap:wrap;gap:.5rem}
.pd-tags span{background:#e8edf2;color:#1a1a2e;padding:.375rem .75rem;border-radius:100px;font-size:.8125rem;font-weight:600}

/* Block 4: Full specs */
.pd-specs-full{max-width:1280px;margin:2rem auto;padding:0 1rem}
.pd-specs-full h2{font-size:1.125rem;margin-bottom:.75rem;color:#1a1a2e}
.pd-specs-full table{width:100%;border-collapse:collapse;font-size:.8125rem}
.pd-specs-full td{padding:.625rem .75rem;border-bottom:1px solid #f0f0f0}
.pd-specs-full td:first-child{font-weight:600;color:#1a1a2e;width:180px}
.pd-specs-full dl{font-size:.8125rem}
.pd-specs-full dl div{padding:.5rem 0;border-bottom:1px solid #f0f0f0;display:flex;gap:.5rem}
.pd-specs-full dl dt{font-weight:600;color:#1a1a2e;min-width:120px;flex-shrink:0}
.pd-specs-full dl dd{margin:0;color:#555}

/* Block 5: FAQ section */
.pd-faq{max-width:900px;margin:2rem auto;padding:0 1rem}
.pd-faq h2{font-size:1.125rem;margin-bottom:.75rem;color:#1a1a2e}

/* Trust strip */
.pd-trust{max-width:1280px;margin:2rem auto;padding:0 1rem;text-align:center;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}
.pd-trust div{background:#f5f7f9;padding:1rem;border-radius:8px;font-size:.75rem;color:#666}
.pd-trust div strong{display:block;font-size:1.5rem;color:#1a1a2e}

/* Bottom CTA */
.pd-cta-bottom{text-align:center;padding:2rem 1rem;background:#f5f7f9;margin-top:2rem}
.pd-cta-bottom h2{color:#1a1a2e;font-size:1.125rem;margin-bottom:.375rem}
.pd-cta-bottom p{color:#666;font-size:.875rem;margin-bottom:1rem}

/* Desktop */
@media(min-width:768px){
  .pd-hero-grid{flex-direction:row;align-items:flex-start}
  .pd-hero-left{flex:0 0 55%}
  .pd-hero-right h1{font-size:2rem}
  .pd-key-specs{grid-template-columns:1fr 1fr}
  .pd-trust{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:767px){
  .pd-specs-full table{display:none}
  .pd-specs-full dl{display:block}
}
@media(min-width:768px){
  .pd-specs-full dl{display:none}
}