/* ============================================================
   LED Products — led-products.css  v3.0
   Brand colours: Black #000000 / Green #00a651 / White #ffffff
   Place in: wp-content/themes/astra/
   ============================================================ */
.lp-page *,.lp-page *::before,.lp-page *::after{box-sizing:border-box;}
.lp-page{font-family:'DM Sans',-apple-system,sans-serif;color:#111827;max-width:1140px;margin:0 auto;padding:0 24px 60px;-webkit-font-smoothing:antialiased;}

/* STATS STRIP */
.lp-stats-strip{background:#000000;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw;}
.lp-stats-inner{max-width:1140px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr);}
.lp-stat-item{padding:28px 24px;border-right:1px solid rgba(255,255,255,.12);}
.lp-stat-item:last-child{border-right:none;}
.lp-stat-val{font-size:30px;font-weight:700;color:#fff;letter-spacing:-.02em;line-height:1;margin-bottom:4px;}
.lp-stat-lbl{font-size:11px;color:rgba(255,255,255,.6);font-weight:500;text-transform:uppercase;letter-spacing:.06em;}

/* TRUST BAR */
.lp-trust-bar{background:#f9fafb;border-bottom:1px solid #e5e7eb;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw;}
.lp-trust-inner{max-width:1140px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;gap:28px;flex-wrap:wrap;}
.lp-trust-item{display:flex;align-items:center;gap:7px;font-size:13px;color:#4b5563;font-weight:500;white-space:nowrap;}
.lp-trust-icon{width:18px;height:18px;background:#e6f7ef;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#007a3d;font-size:10px;flex-shrink:0;}

/* FILTER BAR */
.lp-filter-bar{display:flex;align-items:center;gap:10px;margin-bottom:28px;flex-wrap:wrap;margin-top:32px;padding-bottom:20px;border-bottom:1px solid #e5e7eb;}
.lp-filter-label{font-size:12px;color:#9ca3af;font-weight:500;flex-shrink:0;}
.lp-filters{display:flex;gap:6px;flex-wrap:wrap;}
.lp-pill{font-size:12px;font-family:inherit;padding:5px 14px;border-radius:99px;border:1px solid #e5e7eb;background:#fff;color:#6b7280;cursor:pointer;font-weight:500;transition:all .15s;}
.lp-pill:hover{border-color:#00a651;color:#00a651;}
.lp-pill.active{background:#00a651;border-color:#00a651;color:#fff;}
.lp-result-count{font-size:12px;color:#9ca3af;font-family:'DM Mono',monospace;margin-left:auto;}

/* GRID */
.lp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px;}

/* CARD */
.lp-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,border-color .2s,transform .2s;box-shadow:0 1px 3px rgba(0,0,0,.05);}
.lp-card::before{content:'';display:block;height:3px;background:#00a651;transform:scaleX(0);transform-origin:left;transition:transform .3s;}
.lp-card:hover{box-shadow:0 6px 20px rgba(0,166,81,.12);border-color:#a8e6c3;transform:translateY(-2px);}
.lp-card:hover::before{transform:scaleX(1);}
.lp-card-img{background:#f9fafb;height:200px;display:flex;align-items:center;justify-content:center;padding:20px;border-bottom:1px solid #e5e7eb;position:relative;overflow:hidden;}
.lp-card-img img{max-height:170px;max-width:100%;object-fit:contain;transition:transform .25s;}
.lp-card:hover .lp-card-img img{transform:scale(1.05);}
.lp-img-placeholder{font-size:12px;color:#9ca3af;}
.lp-app-badge{position:absolute;top:10px;left:10px;font-size:10px;font-weight:600;background:rgba(0,166,81,.1);color:#007a3d;padding:3px 8px;border-radius:99px;}
.lp-card-body{padding:14px 16px;flex:1;display:flex;flex-direction:column;gap:10px;}
.lp-card-name{font-size:14px;font-weight:500;color:#111827;line-height:1.4;}
.lp-card-tags{display:flex;gap:5px;flex-wrap:wrap;}
.lp-tag{font-size:11px;font-weight:500;padding:3px 8px;border-radius:6px;background:#e6f7ef;color:#007a3d;}
.lp-tag-power{background:#e6f7ef;color:#007a3d;}
.lp-tag-cct{background:#fffbeb;color:#92400e;}
.lp-tag-ip{background:#f3f4f6;color:#374151;}
.lp-card-details{font-size:12px;color:#6b7280;line-height:1.6;margin-top:2px;}

/* CARD FOOTER — 3 buttons */
.lp-card-footer{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px;padding:10px 16px 14px;border-top:1px solid #e5e7eb;margin-top:auto;}
.lp-btn-wa{font-size:11px;font-family:inherit;font-weight:600;padding:8px 6px;border:none;border-radius:6px;background:#00a651;color:#fff;text-align:center;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:background .15s;cursor:pointer;}
.lp-btn-wa:hover{background:#007a3d;color:#fff;}
.lp-btn-sheet{font-size:11px;font-family:inherit;font-weight:500;padding:8px 6px;border:1px solid #e5e7eb;border-radius:6px;background:transparent;color:#6b7280;text-align:center;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:all .15s;cursor:pointer;}
.lp-btn-sheet:hover{border-color:#6b7280;color:#111827;}
.lp-btn-quote{font-size:11px;font-family:inherit;font-weight:600;padding:8px 6px;border:1px solid #00a651;border-radius:6px;background:transparent;color:#00a651;text-align:center;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:all .15s;cursor:pointer;}
.lp-btn-quote:hover{background:#e6f7ef;}

/* EMPTY */
.lp-empty,.lp-no-results{grid-column:1/-1;text-align:center;padding:48px;font-size:14px;color:#9ca3af;background:#f9fafb;border-radius:14px;border:1px dashed #e5e7eb;}
.lp-reset-btn{font-family:inherit;font-size:13px;font-weight:500;color:#00a651;background:none;border:none;cursor:pointer;text-decoration:underline;margin-left:6px;}

/* CTA BANNER */
.lp-cta{background:#000000;border-radius:14px;padding:36px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:16px;flex-wrap:wrap;position:relative;overflow:hidden;}
.lp-cta::before{content:'';position:absolute;right:-40px;top:50%;transform:translateY(-50%);width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(0,166,81,.2) 0%,transparent 65%);}
.lp-cta-title{font-size:18px;font-weight:600;color:#fff;margin-bottom:6px;position:relative;z-index:1;}
.lp-cta-desc{font-size:14px;color:rgba(255,255,255,.7);line-height:1.6;position:relative;z-index:1;}
.lp-cta-btns{display:flex;gap:10px;flex-shrink:0;position:relative;z-index:1;}
.lp-cta-btn{background:#00a651;color:#fff;font-size:14px;font-weight:600;font-family:inherit;padding:12px 24px;border-radius:10px;text-decoration:none;white-space:nowrap;transition:background .15s;}
.lp-cta-btn:hover{background:#007a3d;color:#fff;}
.lp-cta-btn-outline{background:transparent;color:#fff;font-size:14px;font-weight:600;font-family:inherit;padding:12px 24px;border-radius:10px;text-decoration:none;border:1px solid rgba(255,255,255,.35);white-space:nowrap;transition:all .15s;}
.lp-cta-btn-outline:hover{background:rgba(255,255,255,.1);}

/* RESPONSIVE */
@media(max-width:960px){.lp-stats-inner{grid-template-columns:repeat(2,1fr);}.lp-grid{grid-template-columns:repeat(2,1fr);}.lp-trust-inner{gap:16px;}}
@media(max-width:600px){.lp-page{padding:0 16px 48px;}.lp-stats-inner{padding:0 16px;grid-template-columns:1fr 1fr;}.lp-grid{grid-template-columns:1fr;}.lp-card-footer{grid-template-columns:1fr 1fr;}.lp-btn-wa{grid-column:1/-1;}.lp-cta{padding:24px;flex-direction:column;}.lp-cta-btns{width:100%;}.lp-cta-btn,.lp-cta-btn-outline{width:100%;text-align:center;}}
