
/* HEADER REDESIGN */
.header{
background:white;
border-bottom:1px solid #eee;
position:sticky;
top:0;
z-index:100;
box-shadow:0 6px 18px rgba(0,0,0,0.06);
}

.header-inner{
max-width:1300px;
margin:0 auto;
display:flex;
align-items:center;
justify-content:space-between;
padding:18px 40px;
}

.logo-area{
display:flex;
align-items:center;
}

.logo{height:90px}

.nav-menu{
display:flex;
gap:28px;
align-items:center;
}

.nav-menu a{
padding:10px 6px;
font-weight:600;
text-decoration:none;
color:#333;
position:relative;
transition:color .25s;
}

.nav-menu a:hover{
color:#2e1b55;
}

.lang-switch{
display:flex;
gap:8px;
margin-left:20px;
}

.lang-switch a{
padding:8px 12px;
border-radius:6px;
font-weight:600;
text-decoration:none;
color:#333;
background:#f4f5f8;
transition:all .2s;
}

.lang-switch a:hover{
background:#2e1b55;
color:white;
}


.header{
background:white;
border-bottom:1px solid #eee;
position:sticky;
top:0;
z-index:10;
box-shadow:0 4px 12px rgba(0,0,0,0.04);
}

.header-inner{
display:flex;
justify-content:space-between;
align-items:center;
padding:22px 90px;
max-width:1300px;
margin:0 auto;
}

nav a{
margin:0 20px;
font-weight:600;
text-decoration:none;
color:#333;
transition:color .2s;
}

nav a:hover{
color:#2e1b55;
}


html{scroll-behavior:smooth}

body{
font-family:'Inter',sans-serif;
margin:0;
color:#222;
line-height:1.6;
}





.logo{height:90px}



.hero{
display:flex;
min-height:75vh;
}

.hero-text{
flex:1;
background:#0f0f18;
color:white;
padding:100px 80px;
display:flex;
flex-direction:column;
justify-content:center;
}

.hero-image{
flex:1;
}

.hero-image img{
width:100%;
height:100%;
object-fit:cover;
}

.btn{
display:inline-block;
margin-top:30px;
padding:16px 32px;
background:#2e1b55;
color:white;
border-radius:6px;
text-decoration:none;
font-weight:600;
}

.btn-light{
background:white;
color:#0f0f18;
}

.trustbar{
padding:70px 80px;
background:#f8f9fc;
}

.trust-grid{
display:flex;
gap:40px;
justify-content:center;
max-width:1100px;
margin:0 auto;
}

.services{
padding:100px 80px;
background:#f7f7f7;
text-align:center;
}

.cards{
display:flex;
gap:30px;
margin-top:40px;
}

.card{
background:white;
border-radius:8px;
overflow:hidden;
box-shadow:0 8px 20px rgba(0,0,0,0.06);
flex:1;
transition:all .25s;
}

.card:hover{
transform:translateY(-8px);
box-shadow:0 14px 28px rgba(0,0,0,0.12);
}

.card img{
width:100%;
height:220px;
object-fit:cover;
}

.card h3{padding:20px 20px 0}
.card p{padding:0 20px 15px}

.industries{
padding:90px 80px;
text-align:center;
background:#eef2ff;
}

.industry-grid{
display:flex;
gap:30px;
justify-content:center;
margin-top:40px;
flex-wrap:wrap;
}

.industry-card{
background:white;
padding:30px 25px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
width:170px;
text-align:center;
transition:all .25s;
}

.icon{
font-size:36px;
margin-bottom:10px;
}

.about{
display:flex;
gap:60px;
padding:100px 80px;
background:#f7f7f7;
align-items:center;
}

.about-image img{
width:320px;
border-radius:8px;
}

.cta{
background:#2e1b55;
color:white;
text-align:center;
padding:90px 80px;
}

.contact{
padding:90px 80px;
text-align:center;
background:white;
}

footer{
background:#111;
color:white;
padding:60px 80px;
border-top:1px solid rgba(255,255,255,0.15);
}

.footer-grid{
display:flex;
gap:60px;
}

footer a{
color:white;
text-decoration:none;
}

@media(max-width:900px){

.hero{flex-direction:column}
.cards{flex-direction:column}
.about{flex-direction:column}
.trust-grid{
display:flex;
gap:40px;
justify-content:center;
max-width:1100px;
margin:0 auto;
}
.footer-grid{flex-direction:column}

.about-image img{width:100%}

}

.lang{font-weight:600}
.lang a{margin-left:8px;text-decoration:none;color:#333}

.trust-grid div{
background:white;
padding:30px 40px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
text-align:center;
flex:1;
}

.trust-grid h3{
font-size:28px;
margin-bottom:8px;
color:#2e1b55;
}

.trust-grid p{
font-weight:500;
color:#444;
}

.industry-card:hover{
transform:translateY(-6px);
box-shadow:0 16px 32px rgba(0,0,0,0.12);
}

.industry-grid{
display:flex;
gap:40px;
justify-content:center;
margin-top:50px;
flex-wrap:wrap;
}

.industries{
padding:100px 80px;
text-align:center;
background:#eef2ff;
}

.industry-card p{
margin-top:8px;
font-weight:600;
color:#333;
}

.nav-menu a::after{
content:'';
position:absolute;
left:0;
bottom:-6px;
width:0%;
height:2px;
background:#2e1b55;
transition:width .25s ease;
}

.nav-menu a:hover::after{
width:100%;
}

.footer-grid{
display:flex;
justify-content:space-between;
align-items:center;
gap:40px;
}

.footer-right{
display:flex;
justify-content:flex-end;
}

.footer-logo{
height:85px;
opacity:0.95;
}

.how-we-work{
padding:100px 80px;
background:#f8f9fc;
text-align:center;
}

.how-grid{
display:flex;
gap:40px;
margin-top:50px;
justify-content:center;
flex-wrap:wrap;
}

.how-step{
background:white;
padding:35px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
max-width:320px;
text-align:left;
border-top:4px solid #2e1b55;
transition:transform .25s, box-shadow .25s;
}

.how-step h3{
color:#2e1b55;
margin-bottom:10px;
}

.how-step:hover{
transform:translateY(-6px);
box-shadow:0 18px 35px rgba(0,0,0,0.12);
}

.how-step h3{
color:#2e1b55;
margin-bottom:12px;
font-weight:700;
}


/* VERSION 20 – stronger headings */
.hero-text h1{
font-size:56px;
line-height:1.1;
font-weight:700;
}

section h2{
font-size:36px;
font-weight:700;
margin-bottom:20px;
}

.industry-desc{
font-size:14px;
margin-top:8px;
color:#555;
line-height:1.5;
}

.industry-card strong{
display:block;
font-size:16px;
margin-bottom:4px;
}

.europe-projects{
padding:100px 80px;
background:#f8f9fc;
text-align:center;
}

.europe-intro{
max-width:750px;
margin:20px auto 40px auto;
color:#555;
line-height:1.6;
}

.country-grid{
display:flex;
gap:20px;
flex-wrap:wrap;
justify-content:center;
}

.country{
padding:10px 18px;
border-radius:20px;
background:white;
box-shadow:0 6px 16px rgba(0,0,0,0.08);
font-weight:600;
font-size:14px;
}

/* Country hover effect */
.country{
padding:10px 18px;
border-radius:20px;
background:white;
box-shadow:0 6px 16px rgba(0,0,0,0.08);
font-weight:600;
font-size:14px;
transition:transform .2s, box-shadow .2s, background .2s;
}

.country:hover{
transform:translateY(-3px);
box-shadow:0 12px 24px rgba(0,0,0,0.12);
background:#eef2ff;
}



.about-caption{
margin-top:8px;
font-size:14px;
color:#555;
text-align:center;
}

/* Contact redesign */
.contact{
padding:100px 80px;
background:#f8f9fc;
text-align:center;
}

.contact-card{
display:flex;
justify-content:center;
gap:40px;
margin-top:40px;
flex-wrap:wrap;
}

.contact-item{
background:white;
padding:35px;
border-radius:12px;
box-shadow:0 12px 30px rgba(0,0,0,0.08);
max-width:260px;
transition:transform .25s, box-shadow .25s;
}

.contact-item:hover{
transform:translateY(-6px);
box-shadow:0 20px 40px rgba(0,0,0,0.12);
}

.contact-item h3{
margin-bottom:10px;
color:#2e1b55;
}

.contact-btn{
display:inline-block;
margin-top:12px;
padding:10px 18px;
background:#2e1b55;
color:white;
text-decoration:none;
border-radius:6px;
font-weight:600;
transition:background .2s, transform .2s;
}

.contact-btn:hover{
background:#46307d;
transform:translateY(-2px);
}

.map-container{
margin-top:50px;
border-radius:12px;
overflow:hidden;
box-shadow:0 12px 30px rgba(0,0,0,0.12);
max-width:900px;
margin-left:auto;
margin-right:auto;
}


/* Mobile layout fixes */
@media(max-width:900px){

.header-inner{
padding:16px 20px;
}

.hero-text{
padding:60px 25px;
}

.trustbar,
.services,
.industries,
.about,
.contact,
.cta,
.europe-projects{
padding:60px 25px;
}

.logo{
height:60px;
}

}
