.hero-home{
background-image:url("../hero-led-visual-usa.webp");
}

.hero{
background:url("../hero-led-visual-usa.webp") center/cover no-repeat;
min-height:75vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
position:relative;
}

.hero::before{
content:"";
position:absolute;
inset:0;
background:rgba(0,0,0,.65);
}

.hero-content{
position:relative;
z-index:2;
max-width:700px;
}

.credibility-strip{
background:#11161c;
padding:40px 20px;
}

.credibility-grid{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
gap:20px;
font-weight:600;
}

.flagship-container{
max-width:1200px;
margin:auto;
display:flex;
gap:80px;
align-items:center;
flex-wrap:wrap;
}

.flagship-image img{
width:100%;
max-width:420px;
border-radius:16px;
}

.cta{
background:#111827;
text-align:center;
padding:100px 20px;
}

.engineer-cta{
background:#0f151c;
text-align:center;
padding:90px 20px;
}

/* ================================
RENTAL & TOURING SECTION
================================ */

.stage-section{
padding:90px 20px;
background:#0f151c;
}

.stage-content{
max-width:1200px;
margin:0 auto;
display:flex;
gap:80px;
align-items:center;
flex-wrap:wrap;
}

.stage-text{
flex:1;
}

.stage-text p{
margin-top:15px;
color:#9aa6b2;
line-height:1.6;
}

.stage-image{
flex:1;
}

.stage-image img{
width:100%;
border-radius:16px;
box-shadow:0 30px 80px rgba(0,0,0,.6);
}

/* BRAND POSITIONING */

.brand-positioning{
padding:55px 20px;
background:#11161c;
text-align:center;
border-top:1px solid rgba(255,255,255,0.05);
border-bottom:1px solid rgba(255,255,255,0.05);
}

.brand-positioning p{
max-width:850px;
margin:0 auto;
font-size:1.05rem;
line-height:1.8;
color:#c9d3dc;
}