@charset "UTF-8";.hero-lb{background:linear-gradient(135deg,var(--color-secondary) 0,#0d1b2a 100%);color:#fff;padding:100px 0 80px;position:relative;overflow:hidden}.hero-lb::after{content:"";position:absolute;top:0;right:0;width:40%;height:100%;background:linear-gradient(180deg,rgba(200,16,46,.15),transparent);pointer-events:none}.hero-lb .eyebrow{font-size:13px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.6);margin-bottom:20px}.hero-lb h1{color:#fff;font-size:44px;max-width:700px;margin-bottom:20px}.hero-lb .hero-sub{font-size:17px;color:rgba(255,255,255,.8);max-width:620px;line-height:1.7;margin-bottom:32px}.hero-cta-group{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:48px}.hero-stats{display:flex;flex-wrap:nowrap;gap:0;border-top:1px solid rgba(255,255,255,.15);padding-top:32px}.hero-stat{flex:1 1 0;text-align:center;min-width:0;padding:0 16px;border-right:1px solid rgba(255,255,255,.12)}.hero-stat:last-child{border-right:none}.hero-stat .stat-val{display:block;font-size:32px;font-weight:800;color:#fff}.hero-stat .stat-lbl{display:block;font-size:13px;color:rgba(255,255,255,.6);margin-top:4px}@media (max-width:768px){.hero-lb{padding:60px 0 48px}.hero-lb h1{font-size:28px}.hero-stats{flex-wrap:wrap}.hero-stat{flex:0 0 50%;margin-bottom:16px;border-right:none}}.trust-bar-lb{background:var(--color-accent);padding:40px 0;border-bottom:1px solid var(--color-border)}.trust-grid{display:flex;flex-wrap:nowrap;gap:0}.trust-item{flex:1 1 0;text-align:center;min-width:0;padding:0 20px;border-right:1px solid var(--color-border)}.trust-item:last-child{border-right:none}.trust-number{display:block;font-size:28px;font-weight:800;color:var(--color-primary)}.trust-label{display:block;font-size:13px;color:var(--color-text-muted);margin-top:4px}@media (max-width:768px){.trust-grid{flex-wrap:wrap}.trust-item{flex:0 0 50%;margin-bottom:16px;border-right:none}}.products-home{background:var(--color-white)}.product-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;transition:var(--transition);cursor:pointer;height:100%}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px);border-color:var(--color-primary)}.product-card-img{position:relative;overflow:hidden;background:var(--color-accent)}.product-card-body{padding:20px}.product-card-body h3{font-size:20px;margin-bottom:8px}.product-card-body p{font-size:14px;color:var(--color-text-muted);line-height:1.6;margin-bottom:16px}.product-spec-row{display:flex;gap:16px;margin-bottom:16px}.product-spec-item{flex:1;font-size:12px;color:var(--color-text-muted)}.product-spec-item strong{display:block;font-size:15px;color:var(--color-primary)}.product-card-action{display:flex;gap:8px}.btn-card-inquiry,.btn-card-spec{flex:1;text-align:center;padding:10px;font-size:13px;font-weight:600;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition)}.btn-card-inquiry{background:var(--color-primary);color:#fff}.btn-card-inquiry:hover{background:var(--color-primary-dark)}.btn-card-spec{background:0 0;color:var(--color-primary);border:1px solid var(--color-primary)}.btn-card-spec:hover{background:var(--color-primary);color:#fff}.cert-badge{display:inline-block;padding:3px 8px;background:var(--color-accent);border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:11px;font-weight:600;color:var(--color-text-muted);margin-bottom:8px}.case-studies-preview{background:var(--color-bg-light)}.case-card{background:var(--color-white);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition);height:100%}.case-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.case-card-img{overflow:hidden}.case-card-body{padding:20px}.case-card-body h4{font-size:18px;margin-bottom:8px}.case-card-body p{font-size:14px;color:var(--color-text-muted);line-height:1.6}.case-result{display:flex;gap:16px;margin-top:12px;padding-top:12px;border-top:1px solid var(--color-border)}.case-result-item strong{display:block;font-size:18px;color:var(--color-primary)}.case-result-item{font-size:12px;color:var(--color-text-muted)}.features-lb{background:var(--color-white)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}@media (max-width:992px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.feature-grid{grid-template-columns:1fr}}.feature-item{padding:28px;border:1px solid var(--color-border);border-radius:var(--radius-md);transition:var(--transition)}.feature-item:hover{border-color:var(--color-primary);box-shadow:var(--shadow-sm)}.feature-icon{width:48px;height:48px;background:rgba(200,16,46,.08);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.feature-icon svg{width:24px;height:24px;fill:var(--color-primary);stroke:var(--color-primary);stroke-width:0}.feature-item h4{font-size:18px;margin-bottom:8px}.feature-item p{font-size:14px;color:var(--color-text-muted);line-height:1.6;margin:0}.industries-lb{background:var(--color-bg-light)}.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}@media (max-width:992px){.industry-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.industry-grid{grid-template-columns:1fr}}.industry-card{background:var(--color-white);border-radius:var(--radius-md);padding:24px;border:1px solid var(--color-border);transition:var(--transition);text-align:center}.industry-card:hover{border-color:var(--color-primary);box-shadow:var(--shadow-sm)}.industry-icon{font-size:32px;display:block;margin-bottom:12px}.industry-card h4{font-size:16px;margin-bottom:8px}.industry-card p{font-size:13px;color:var(--color-text-muted);line-height:1.5;margin:0}.testimonials-lb{background:var(--color-secondary);color:#fff;padding:80px 0}.testimonial-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-md);padding:32px}.testimonial-card blockquote{font-size:16px;line-height:1.7;font-style:italic;color:rgba(255,255,255,.9);margin:0 0 20px;padding:0;border:none}.testimonial-author{display:flex;align-items:center;gap:12px}.author-avatar{width:40px;height:40px;border-radius:50%;background:var(--color-primary);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;color:#fff}.author-info strong{display:block;color:#fff;font-size:15px}.author-info span{font-size:13px;color:rgba(255,255,255,.6)}.cta-lb{background:var(--color-primary);color:#fff;padding:80px 0;text-align:center}.cta-lb h2{color:#fff;margin-bottom:16px}.cta-lb p{color:rgba(255,255,255,.85);font-size:17px;max-width:600px;margin:0 auto 32px}.cta-btn-group{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}