/* HERO */

.hero-about{
background-image:url("../hero-led-visual-usa.webp");
}

.about-hero{
height:40vh;
min-height:260px;
background:linear-gradient(
rgba(10,15,20,.75),
rgba(10,15,20,.85)
),
url("../hero-led-visual-usa.webp") center/cover no-repeat;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
}

.about-hero-inner{
max-width:700px;
padding:20px;
}

.about-hero p{
color:#9aa6b2;
margin-top:10px;
}


/* INTRO */

.about-intro{
padding:90px 20px;
background:#11161c;
}

.about-intro p{
max-width:800px;
margin-top:18px;
color:#9aa6b2;
line-height:1.7;
}


/* PARTNER GRID */

.about-partner{
padding:90px 20px;
background:#0f151c;
}

.about-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:24px;
margin-top:40px;
}

.about-card{
background:#161e27;
padding:24px;
border-radius:8px;
transition:.25s ease;
}

.about-card h3{
margin-bottom:10px;
}

.about-card p{
color:#9aa6b2;
line-height:1.6;
font-size:14.5px;
}

.about-card:hover{
transform:translateY(-4px);
box-shadow:0 8px 20px rgba(0,0,0,.35);
}

.about-card h3::before{
content:"";
display:block;
width:40px;
height:3px;
background:#ff5a1f;
margin-bottom:12px;
}


/* LOCATION */

.about-location{
padding:80px 20px;
background:#11161c;
}

.about-location p{
max-width:750px;
margin-top:15px;
color:#9aa6b2;
}


/* WARRANTY */

.about-warranty{
padding:80px 20px;
background:#0f151c;
}

.about-warranty p{
max-width:750px;
margin-top:15px;
color:#9aa6b2;
}


/* CTA */

.about-cta{
padding:100px 20px;
background:#111827;
text-align:center;
}

.about-cta p{
margin:15px 0 30px 0;
color:#9aa6b2;
}

/* ================================
ABOUT CREDIBILITY STRIP
================================ */

.about-credibility{
background:#0f141a;
padding:30px 20px;
}

.about-credibility .credibility-grid{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
gap:20px;
font-weight:600;
color:#d6dde5;
text-align:center;
max-width:1100px;
margin:auto;
}

/* ================================
ABOUT METRICS STRIP
================================ */

.about-metrics{
background:#11161c;
padding:50px 20px;
}

.metrics-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:30px;
text-align:center;
max-width:1000px;
margin:auto;
}

.metric h3{
font-size:32px;
margin-bottom:8px;
color:#ff5a1f;
}

.metric p{
color:#9aa6b2;
font-size:14px;
}

/* MODULE COLOR CONSISTENCY */

.module-consistency{
padding:100px 20px;
background:#11161c;
}

/* dedicated container instead of global .container */

.consistency-container{
max-width:900px;
margin:0 auto;
text-align:left;
}

.module-consistency h2{
text-align:center;
margin-bottom:35px;
}

.consistency-lead{
font-size:1.05rem;
line-height:1.8;
color:#d6dde5;
}

.module-consistency p{
margin-bottom:18px;
line-height:1.7;
color:#9aa6b2;
}

.consistency-highlight{
font-weight:600;
color:#e6edf5;
margin-top:20px;
}

.consistency-benefits{
margin-top:15px;
padding-left:20px;
}

.consistency-benefits li{
margin-bottom:8px;
}

.consistency-graphic{
margin:60px auto;
text-align:center;
}

.consistency-graphic img{
width:100%;
max-width:1100px;
border-radius:14px;
box-shadow:0 40px 100px rgba(0,0,0,.6);
}

/* ENGINEERING DIVIDER */

.engineering-divider{
text-align:center;
margin:100px auto 50px auto;
font-size:0.9rem;
letter-spacing:3px;
text-transform:uppercase;
color:#7f8a96;
position:relative;
max-width:900px;
}

.engineering-divider:before,
.engineering-divider:after{
content:"";
position:absolute;
top:50%;
width:35%;
height:1px;
background:rgba(255,255,255,0.1);
}

.engineering-divider:before{
left:0;
}

.engineering-divider:after{
right:0;
}

/* LIFETIME WARRANTY */

.lifetime-warranty{
padding:100px 20px;
background:#0f151c;
}

.warranty-intro{
max-width:800px;
margin:0 auto 40px auto;
text-align:center;
color:#9aa6b2;
}

.warranty-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:24px;
margin-top:30px;
}

.warranty-card{
background:#161e27;
padding:24px;
border-radius:6px;
}

.warranty-card h3{
margin-bottom:10px;
}

.warranty-card p{
color:#9aa6b2;
font-size:14.5px;
line-height:1.6;
}

/* US LOCATION */

.us-location{
padding:90px 20px;
background:#11161c;
}

.us-location p{
max-width:800px;
margin:0 auto 18px auto;
color:#9aa6b2;
line-height:1.7;
}