
.glp{
max-width:1280px;
margin:0 auto;
font-family:Arial,Helvetica,sans-serif;
color:#1d2736;
font-size:16px;
line-height:1.7;
}
.glp *{box-sizing:border-box;}
.glp img{max-width:100%;}
.glp h1,.glp h2,.glp h3{
margin-top:0;
color:#14243b;
line-height:1.22;
}
.glp h1{font-size:46px;margin-bottom:18px;}
.glp h2{font-size:32px;margin-bottom:16px;}
.glp h3{font-size:20px;margin-bottom:10px;}
.glp p{margin-top:0;margin-bottom:15px;}
.gl-container{max-width:1140px;margin:0 auto;}
.gl-section{padding:72px 28px;}
.gl-section-light{background:#f5f8fc;}
.gl-section-dark{background:#10233e;color:#fff;}
.gl-section-dark h2,.gl-section-dark h3{color:#fff;}
.gl-center{text-align:center;}
.gl-intro{
max-width:820px;
margin:0 auto 38px;
text-align:center;
color:#5c6878;
}
.gl-eyebrow{
display:inline-block;
color:#0b58b5;
font-size:13px;
font-weight:700;
text-transform:uppercase;
letter-spacing:.8px;
margin-bottom:12px;
}

/* BUTTONS */

.gl-buttons{margin-top:28px;}
.gl-btn{
display:inline-block;
padding:14px 23px;
border-radius:5px;
font-weight:700;
text-decoration:none!important;
margin:5px 8px 5px 0;
transition:.2s;
}
.gl-btn-primary{
background:#0a56ad;
color:#fff!important;
}
.gl-btn-primary:hover{background:#08468f;}
.gl-btn-secondary{
background:#fff;
border:1px solid #0a56ad;
color:#0a56ad!important;
}

/* HERO */

.gl-hero{
padding:72px 34px;
background:linear-gradient(135deg,#f5f8fc 0%,#edf3fb 100%);
}
.gl-hero-grid{
display:grid;
grid-template-columns:1.02fr .98fr;
gap:52px;
align-items:center;
}
.gl-hero-sub{
font-size:19px;
color:#47566a;
max-width:680px;
}
.gl-hero-image{position:relative;}
.gl-hero-image img{
width:100%;
height:490px;
display:block;
object-fit:cover;
border-radius:12px;
box-shadow:0 14px 38px rgba(16,35,62,.14);
}
.gl-image-label{
position:absolute;
left:20px;
bottom:20px;
background:rgba(12,32,58,.9);
color:white;
padding:10px 15px;
border-radius:5px;
font-size:14px;
font-weight:bold;
}

/* TRUST */

.gl-trust{
margin-top:34px;
display:grid;
grid-template-columns:repeat(4,1fr);
background:#fff;
border:1px solid #e1e7ef;
border-radius:8px;
overflow:hidden;
}
.gl-trust-item{
padding:20px 14px;
text-align:center;
border-right:1px solid #e1e7ef;
}
.gl-trust-item:last-child{border-right:none;}
.gl-trust-main{
display:block;
font-size:22px;
color:#0a56ad;
font-weight:bold;
}
.gl-trust-sub{
display:block;
font-size:13px;
color:#6b7480;
margin-top:3px;
}

/* GRIDS */

.gl-grid-4{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}
.gl-grid-3{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:22px;
}
.gl-grid-2{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:28px;
}
.gl-card{
background:#fff;
border:1px solid #e0e6ee;
border-radius:9px;
padding:26px;
height:100%;
}
.gl-card p{color:#596574;}
.gl-card a{
color:#0a56ad;
font-weight:700;
text-decoration:none;
}

/* MACHINE CARDS */

.gl-machine-card{
overflow:hidden;
border-radius:10px;
background:#fff;
border:1px solid #e0e6ee;
}
.gl-machine-card img{
width:100%;
height:280px;
object-fit:cover;
display:block;
}
.gl-machine-content{padding:25px;}
.gl-machine-content p{color:#5b6675;}

/* CAPABILITY TABLE */

.gl-cap-table{
width:100%;
border-collapse:collapse;
border:1px solid #e0e6ee;
background:#fff;
}
.gl-cap-table th,.gl-cap-table td{
padding:15px 18px;
border-bottom:1px solid #e0e6ee;
text-align:left;
vertical-align:top;
}
.gl-cap-table th{
width:31%;
background:#f3f7fb;
color:#18283e;
}

/* FACTORY */

.gl-factory-wide{
position:relative;
margin-top:34px;
border-radius:12px;
overflow:hidden;
}
.gl-factory-wide img{
width:100%;
height:470px;
object-fit:cover;
display:block;
}
.gl-factory-overlay{
position:absolute;
left:0;
right:0;
bottom:0;
padding:80px 34px 30px;
background:linear-gradient(to top,rgba(7,24,45,.92),rgba(7,24,45,0));
color:white;
}
.gl-factory-overlay h3{
color:#fff;
font-size:25px;
margin-bottom:5px;
}

/* QUALITY */

.gl-quality-grid{
display:grid;
grid-template-columns:1.2fr .8fr;
gap:22px;
}
.gl-quality-main,.gl-quality-side{
position:relative;
overflow:hidden;
border-radius:10px;
}
.gl-quality-main img,.gl-quality-side img{
width:100%;
height:440px;
object-fit:cover;
display:block;
}
.gl-photo-caption{
position:absolute;
bottom:0;
left:0;
right:0;
color:#fff;
background:linear-gradient(to top,rgba(5,22,44,.88),rgba(5,22,44,0));
padding:60px 20px 18px;
font-weight:bold;
}

/* CHECK */

.gl-check{
list-style:none;
margin:18px 0 0;
padding:0;
}
.gl-check li{
position:relative;
padding:7px 0 7px 28px;
}
.gl-check li:before{
content:"✓";
position:absolute;
left:0;
top:7px;
color:#0a56ad;
font-weight:bold;
}

/* CASE */

.gl-case-wrap{
background:#fff;
border:1px solid #e0e6ee;
border-radius:12px;
padding:38px;
box-shadow:0 8px 26px rgba(16,35,62,.06);
}
.gl-case-top{
display:grid;
grid-template-columns:.8fr 1.2fr;
gap:42px;
align-items:center;
}
.gl-case-highlight{
background:#10233e;
color:#fff;
border-radius:10px;
padding:32px;
text-align:center;
}
.gl-case-big{
font-size:54px;
font-weight:700;
line-height:1;
display:block;
}
.gl-case-big-label{
font-size:14px;
opacity:.82;
margin-top:10px;
display:block;
}
.gl-case-stats{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:12px;
margin-top:28px;
}
.gl-case-stat{
background:#eef4fb;
padding:16px 14px;
border-radius:6px;
text-align:center;
font-size:13px;
}
.gl-case-stat strong{
display:block;
color:#0a56ad;
font-size:18px;
margin-bottom:2px;
}

/* PROCESS */

.gl-process{
display:grid;
grid-template-columns:repeat(7,1fr);
gap:10px;
}
.gl-process-item{
background:#fff;
border:1px solid #e1e6ed;
border-radius:8px;
padding:18px 12px;
text-align:center;
}
.gl-process-item strong{
color:#0a56ad;
font-size:13px;
display:block;
margin-bottom:8px;
}
.gl-process-item span{font-size:14px;}

/* CONTACT */

.gl-contact-cta{
max-width:850px;
margin:0 auto;
text-align:center;
}
.gl-contact-cta h2{font-size:35px;}
.gl-contact-info{
margin-top:28px;
padding:26px;
border:1px solid rgba(255,255,255,.25);
border-radius:8px;
}
.gl-contact-info a{
color:#fff;
font-weight:bold;
}
.gl-contact-note{
color:#cfd9e7;
font-size:14px;
}

/* MOBILE */

@media(max-width:900px){
.gl-hero-grid,
.gl-quality-grid,
.gl-grid-3,
.gl-grid-4,
.gl-grid-2,
.gl-process,
.gl-case-top{
grid-template-columns:1fr 1fr;
}
.glp h1{font-size:36px;}
}

@media(max-width:620px){
.gl-section{padding:48px 18px;}
.gl-hero{padding:45px 18px;}
.glp h1{font-size:31px;}
.glp h2{font-size:26px;}

.gl-hero-grid,
.gl-quality-grid,
.gl-grid-3,
.gl-grid-4,
.gl-grid-2,
.gl-process,
.gl-trust,
.gl-case-top,
.gl-case-stats{
grid-template-columns:1fr;
}

.gl-trust-item{
border-right:none;
border-bottom:1px solid #e1e7ef;
}

.gl-hero-image img,
.gl-quality-main img,
.gl-quality-side img,
.gl-factory-wide img{
height:280px;
}

.gl-machine-card img{height:240px;}

.gl-cap-table th,
.gl-cap-table td{
display:block;
width:100%;
}

.gl-btn{
width:100%;
text-align:center;
margin:5px 0;
}
}
