.product-showcase{padding:clamp(3rem,6vw,5rem) 0;border-bottom:1px solid rgba(34,148,237,.12)}.product-showcase-inner{width:100%;max-width:1400px;margin-inline:auto;padding-inline:var(--padding-inline-section)}.product-showcase-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:clamp(1.5rem,4vw,3rem);align-items:center;min-height:clamp(520px,82vh,960px)}.product-showcase-copy,.product-showcase-visual{min-width:0;display:flex;flex-direction:column;justify-content:center}.product-showcase-visual{align-items:center;position:relative}.product-eyebrow{font-size:clamp(.65rem,1.5vw,.75rem);letter-spacing:.22em;text-transform:uppercase;color:var(--accent-glow);margin-bottom:.75rem}.product-showcase-copy h1{font-size:clamp(2rem,4.5vw,3.5rem);font-weight:700;line-height:1.05;color:#f8fafc;margin:0 0 .5rem;letter-spacing:-.02em}.product-tagline{font-size:clamp(.95rem,2vw,1.15rem);color:var(--accent-glow);font-weight:600;margin-bottom:1rem}.product-description{font-size:clamp(.85rem,1.6vw,.95rem);line-height:1.75;color:var(--secondary-text-color);max-width:36rem;margin-bottom:clamp(1.25rem,3vw,2rem)}.product-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(.5rem,1.5vw,.75rem);margin-bottom:clamp(1.25rem,3vw,2rem)}.product-metric{background:var(--surface-color);border:1px solid var(--border-color);border-radius:12px;padding:clamp(.65rem,2vw,1rem) .5rem;text-align:center;transition:border-color .2s,box-shadow .2s}.product-metric:hover{border-color:rgba(34,148,237,.45);box-shadow:0 0 24px rgba(34,148,237,.08)}.product-metric-value{display:block;font-size:clamp(1.25rem,2.8vw,1.65rem);font-weight:700;color:#f8fafc;line-height:1.1}.product-metric-unit{font-size:clamp(.7rem,1.4vw,.85rem);font-weight:500;color:var(--accent-glow)}.product-metric-label{display:block;font-size:clamp(.6rem,1.2vw,.7rem);letter-spacing:.08em;text-transform:uppercase;color:var(--secondary-text-color);margin-top:.35rem}.product-pillars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.5rem,1.5vw,.75rem);margin-bottom:clamp(1.25rem,3vw,1.75rem)}.product-pillar{border-radius:12px;padding:clamp(.75rem,2vw,1rem);border:1px solid var(--border-color);background:linear-gradient(145deg,rgba(255,255,255,.04),rgba(255,255,255,.01));min-width:0}.product-pillar-tag{display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.2rem .55rem;border-radius:999px;margin-bottom:.5rem}.product-pillar-tag.performance{color:#60a5fa;background:rgba(34,148,237,.15);border:1px solid rgba(34,148,237,.35)}.product-pillar-tag.sustainable{color:#4ade80;background:rgba(74,222,128,.1);border:1px solid rgba(74,222,128,.3)}.product-pillar-tag.smart{color:#a78bfa;background:rgba(167,139,250,.1);border:1px solid rgba(167,139,250,.3)}.product-pillar h3{font-size:clamp(.8rem,1.6vw,.9rem);color:#f1f5f9;margin-bottom:.35rem}.product-pillar p{font-size:clamp(.72rem,1.4vw,.78rem);line-height:1.5;color:var(--secondary-text-color);margin:0}.product-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:clamp(1.25rem,3vw,1.75rem)}.product-feature-chip{font-size:clamp(.65rem,1.3vw,.72rem);padding:.35rem .75rem;border-radius:999px;border:1px solid var(--border-color);color:var(--secondary-text-color);background:rgba(15,23,42,.5)}.product-cta{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.product-cta .specs-button{margin:0}.product-price{margin-top:1rem;font-size:.85rem;color:var(--secondary-text-color)}.product-price strong{color:#f8fafc;font-size:1rem}.product-showcase-visual:before{content:"";position:absolute;inset:5% 0;background:radial-gradient(circle,rgba(34,148,237,.14) 0,transparent 68%);pointer-events:none;z-index:0}.product-showcase .product-viewer{position:relative;z-index:1;width:100%;max-width:min(100%,520px);height:auto!important;max-height:min(72vh,520px);aspect-ratio:1;margin-inline:auto;background:transparent!important;border:1px solid rgba(34,148,237,.2);border-radius:16px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 24px 48px rgba(0,0,0,.45)}.product-showcase .viewer-hint{text-align:center;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--secondary-text-color);margin-top:.75rem}@media (max-width:1100px){.product-showcase-grid{grid-template-columns:1fr;min-height:auto;gap:2rem}.product-showcase .product-viewer{max-width:min(100%,440px);max-height:min(50vh,440px)}.product-pillars{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:768px){.product-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.product-pillars{grid-template-columns:1fr}.product-showcase .product-viewer{max-width:min(100%,360px);max-height:min(45vh,360px)}}@media (max-width:480px){.product-showcase{padding:2.5rem 0}.product-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.product-cta{flex-direction:column;align-items:stretch}.product-cta .specs-button{text-align:center}}