*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:Arial, sans-serif;
line-height:1.6;
color:#1d2935;
background:#ffffff;
}

img{
max-width:100%;
display:block;
}

a{
text-decoration:none;
color:inherit;
}

.container{
width:min(1180px, 92%);
margin:auto;
}

.skip-link{
position:absolute;
left:-9999px;
top:auto;
}

.skip-link:focus{
left:20px;
top:20px;
background:#000;
color:#fff;
padding:10px 14px;
z-index:999;
}

.header{
background:#ffffff;
border-bottom:1px solid #e8edf2;
position:sticky;
top:0;
z-index:100;
}

.nav{
display:flex;
justify-content:space-between;
align-items:center;
padding:22px 0;
gap:30px;
}

.logo{
font-size:15px;
font-weight:700;
max-width:320px;
line-height:1.3;
}

.menu{
display:flex;
list-style:none;
gap:28px;
flex-wrap:wrap;
}

.menu a{
font-size:14px;
font-weight:600;
transition:opacity .3s ease;
}

.menu a:hover{
opacity:.7;
}

.hero{
position:relative;
min-height:88vh;
display:flex;
align-items:center;
overflow:hidden;
}

.hero-image{
position:absolute;
width:100%;
height:100%;
object-fit:cover;
}

.hero-overlay{
position:absolute;
inset:0;
background:rgba(8,20,30,.60);
}

.hero-content{
position:relative;
z-index:2;
color:#ffffff;
padding:120px 0;
}

.hero h1{
font-size:clamp(38px, 6vw, 72px);
line-height:1.05;
max-width:850px;
margin-bottom:26px;
font-weight:700;
}

.hero p{
font-size:20px;
max-width:760px;
margin-bottom:38px;
opacity:.92;
}

.hero-buttons{
display:flex;
gap:16px;
flex-wrap:wrap;
}

.btn-primary,
.btn-secondary{
padding:16px 28px;
border-radius:8px;
font-weight:700;
transition:.3s ease;
}

.btn-primary{
background:#ffffff;
color:#10212f;
}

.btn-primary:hover{
background:#dfe8ef;
}

.btn-secondary{
border:1px solid rgba(255,255,255,.5);
color:#ffffff;
}

.btn-secondary:hover{
background:rgba(255,255,255,.12);
}

.services{
padding:110px 0;
}

.services h2,
.about h2,
.contact h2{
font-size:42px;
margin-bottom:50px;
color:#10212f;
}

.services-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:28px;
}

.card{
background:#f4f7fa;
padding:40px;
border-radius:18px;
}

.card h3{
font-size:24px;
margin-bottom:16px;
color:#10212f;
}

.about{
padding:110px 0;
background:#fbfcfd;
}

.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.about-image{
border-radius:20px;
height:100%;
object-fit:cover;
min-height:500px;
}

.about p{
margin-bottom:22px;
font-size:17px;
}

.company-data{
list-style:none;
margin-top:30px;
}

.company-data li{
margin-bottom:12px;
}

.contact{
padding:110px 0;
}

.contact-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:start;
}

.contact p{
margin-bottom:26px;
font-size:18px;
}

.contact iframe{
width:100%;
height:420px;
border:0;
border-radius:18px;
}

.footer{
background:#10212f;
color:#ffffff;
padding:34px 0;
}

.footer-content{
display:flex;
justify-content:space-between;
align-items:center;
gap:20px;
flex-wrap:wrap;
}

.footer-links{
display:flex;
gap:20px;
list-style:none;
flex-wrap:wrap;
}

.footer-links a{
opacity:.9;
}

.footer-links a:hover{
opacity:1;
}

@media(max-width:900px){

.services-grid,
.about-grid,
.contact-grid{
grid-template-columns:1fr;
}

.hero{
min-height:auto;
}

.hero-content{
padding:160px 0 120px;
}

.hero h1{
font-size:46px;
}

.hero p{
font-size:18px;
}

.services,
.about,
.contact{
padding:80px 0;
}

.services h2,
.about h2,
.contact h2{
font-size:34px;
margin-bottom:36px;
}

.nav{
flex-direction:column;
align-items:flex-start;
}

.menu{
gap:18px;
}

.about-image{
min-height:320px;
}

}
.kitdigital-footer{
    width:100%;
    background:#ffffff;
    padding:40px 20px 60px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.kitdigital-inner{
    width:100%;
    max-width:1100px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.kitdigital-inner img{
    width:100%;
    max-width:1000px;
    height:auto;
    display:block;
}