:root{
--bg:#fff;
--panel:#f5f5f5;
--panel2:#ececec;
--text:#000000;
--muted:#333333;
--line:#dedede;
--yellow:#f5c518;
--yellow2:#e0b214;
}

*{
box-sizing:border-box;
}

html, body{
margin:0;
padding:0;
}

body{
margin:0;
font-family:Arial,Helvetica,sans-serif;
color:var(--text);
line-height:1.5;
font-size:18px;
font-weight:600;
background:
linear-gradient(rgba(255,255,255,0.55), rgba(255,255,255,0.55)),
url("generator-background.png") no-repeat center center fixed;
background-size:cover;
}

a{
text-decoration:none;
color:inherit;
}

.wrap{
max-width:1180px;
margin:0 auto;
padding:0 24px;
}

header{
background:#000;
color:#fff;
border-bottom:1px solid #222;
}

footer{
background:#000;
color:#fff;
border-top:1px solid #222;
border-bottom:none;
padding:24px 0;
font-size:14px;
font-weight:600;
}

header a,
footer a,
header .brand,
footer .wrap,
footer p,
footer div,
nav a{
color:#fff;
}

nav a:hover,
footer a:hover{
color:var(--yellow);
}

.nav{
display:flex;
justify-content:space-between;
align-items:center;
min-height:80px;
gap:18px;
position:relative;
}

.brand{
display:flex;
align-items:center;
gap:0;
font-size:0;
line-height:0;
}

.mark{
display:block;
width:420px;
height:76px;
margin:0;
padding:0;
background:url("New_icon.png") no-repeat center center;
background-size:contain;
border:none;
border-radius:0;
flex:0 0 auto;
}

nav{
display:flex;
gap:20px;
flex-wrap:wrap;
font-size:16px;
font-weight:600;
line-height:1;
}

nav a:hover{
color:var(--yellow);
}

.hero{
padding:72px 0;
background:linear-gradient(180deg,#fff,#fafafa);
}

.grid{
display:grid;
grid-template-columns:1.1fr .9fr;
gap:28px;
align-items:center;
}

h1,
h2,
h3{
color:var(--text);
}

h1{
font-size:clamp(48px,7vw,78px);
line-height:1.02;
margin:0 0 16px;
font-weight:700;
}

.lead{
font-size:22px;
color:var(--muted);
margin-bottom:26px;
max-width:620px;
font-weight:600;
}

.btn{
display:inline-block;
padding:16px 26px;
border-radius:14px;
font-weight:700;
border:2px solid var(--text);
margin-right:12px;
font-size:16px;
}

.primary{
background:var(--yellow);
border-color:var(--yellow);
color:#000000;
}

.primary:hover{
background:var(--yellow2);
}

.secondary:hover{
background:#f7f7f7;
}

.card{
background:var(--panel);
border:1px solid var(--line);
border-radius:22px;
padding:26px;
font-weight:600;
}

.stats{
display:grid;
grid-template-columns:1fr 1fr;
gap:12px;
margin-top:16px;
}

.stat{
background:#fff;
border:1px solid var(--line);
border-radius:18px;
padding:16px;
font-weight:700;
}

.stat strong{
display:block;
font-size:24px;
margin-bottom:4px;
}

.section{
padding:64px 0;
}

.section-title{
display:flex;
justify-content:space-between;
gap:18px;
align-items:end;
margin-bottom:26px;
}

.section-title h2{
font-size:38px;
margin:0;
line-height:1.1;
font-weight:700;
}

.section-title p{
margin:0;
max-width:600px;
color:var(--muted);
font-weight:600;
}

.cards{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:16px;
}

.service,
.panel{
background:#fff;
border:1px solid var(--line);
border-radius:20px;
}

.service{
padding:20px;
min-height:185px;
font-weight:600;
display:flex;
flex-direction:column;
}

.panel{
padding:22px;
font-weight:600;
}

.service-top{
display:flex;
align-items:center;
gap:14px;
margin-bottom:12px;
}

.icon{
width:70px;
height:70px;
border-radius:16px;
background:var(--yellow);
margin-bottom:0;
flex:0 0 auto;
}

.icon-maintenance{
background:url("maintenance_icon.png") no-repeat center center;
background-size:contain;
background-repeat:no-repeat;
}

.icon-fuelmanagement{
background:url("fuel_management.png") no-repeat center center;
background-size:contain;
background-repeat:no-repeat;
}

.icon-repairs{
background:url("repairs_icon.png") no-repeat center center;
background-size:contain;
background-repeat:no-repeat;
}

.icon-loadbank{
background:url("loadbank_icon.png") no-repeat center center;
background-size:contain;
background-repeat:no-repeat;
}

.icon-Asset_aid{
background:url("asset_aid.png") no-repeat center center;
background-size:contain;
background-repeat:no-repeat;
}

.icon-Fuel_sample{
background:url("fuel_sample.png") no-repeat center center;
background-size:contain;
background-repeat:no-repeat;
}

.icon-oil{
background:url("oil_icon.png") no-repeat center center;
background-size:contain;
background-repeat:no-repeat;
}

.icon-coolant{
background:url("coolant_icon.png") no-repeat center center;
background-size:contain;
background-repeat:no-repeat;
}

.service-top h3{
margin:0;
font-size:22px;
line-height:1.1;
}

p,
li{
color:var(--muted);
font-weight:600;
}

ul{
padding-left:18px;
margin:0;
}

li{
margin:10px 0;
}

.grid2{
display:grid;
grid-template-columns:1fr 1fr;
gap:18px;
}

.contact-grid{
display:grid;
grid-template-columns:.9fr 1.1fr;
gap:18px;
}

input,
textarea{
width:100%;
padding:14px 16px;
border-radius:14px;
border:1px solid var(--line);
font:inherit;
color:var(--text);
background:#fff;
margin-bottom:12px;
font-weight:600;
}

textarea{
min-height:160px;
resize:vertical;
}

.page{
padding:56px 0;
}

.page-hero{
padding:42px 0 18px;
border-bottom:1px solid var(--line);
}

.page-hero h1{
font-size:clamp(36px,6vw,56px);
margin:0 0 8px;
font-weight:700;
}

.page-hero p{
margin:0;
color:var(--muted);
font-weight:600;
}

body.about-page{
background:
linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.4)),
url("about-background.png") no-repeat center center fixed;
background-size:cover;
}

body.services-page{
background:
linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.4)),
url("services-background.png") no-repeat center center fixed;
background-size:cover;
}

body.contact-page{
background:
linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.4)),
url("contact-background.png") no-repeat center center fixed;
background-size:cover;
}

footer .wrap{
text-align:center;
}

footer a{
color:#fff;
}

footer a:hover{
color:var(--yellow);
}

.cookie-banner{
position:fixed;
left:20px;
right:20px;
bottom:20px;
max-width:520px;
margin:0 auto;
background:#fff;
border:1px solid var(--line);
border-radius:18px;
padding:18px 20px;
box-shadow:0 14px 40px rgba(0,0,0,.12);
z-index:9999;
}

.cookie-banner p{
margin:0 0 14px;
color:var(--muted);
font-size:15px;
}

.cookie-actions{
display:flex;
gap:10px;
flex-wrap:wrap;
justify-content:flex-end;
}

.cookie-actions .btn{
margin-right:0;
padding:12px 18px;
font-size:15px;
}

.menu-toggle{
display:none;
background:none;
border:none;
color:#fff;
font-size:34px;
cursor:pointer;
line-height:1;
}

@media(max-width:920px){
.grid,
.cards,
.grid2,
.contact-grid{
grid-template-columns:1fr;
}

.section-title{
flex-direction:column;
align-items:start;
}

nav{
display:none;
}

.site-nav{
display:none;
position:absolute;
top:80px;
left:0;
width:100%;
background:#000;
padding:16px 24px;
flex-direction:column;
gap:14px;
z-index:1000;
}

.site-nav.open{
display:flex;
}

.menu-toggle{
display:block;
position:absolute;
top:22px;
left:24px;
z-index:1001;
}

.service-top{
align-items:flex-start;
}
}