:root{
--primary:#1E3A5F;
--secondary:#2A7BCB;
--accent:#D62828;
--light:#f4f6f9;
--dark:#0f172a;
}

*{margin:0;padding:0;box-sizing:border-box;}

body{
font-family:'Inter',sans-serif;
background:var(--light);
color:var(--dark);
line-height:1.6;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

nav{
position:fixed;
width:100%;
background:white;
border-bottom:1px solid #e5e7eb;
z-index:1000;
}

.nav-content{
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 0;
flex-wrap:wrap;
}

.brand{
display:flex;
align-items:center;
gap:10px;
font-weight:800;
font-size:20px;
color:var(--primary);
}

.brand img{
height:42px;
}

.nav-links{
display:flex;
gap:20px;
flex-wrap:wrap;
}

.nav-links a{
text-decoration:none;
color:var(--dark);
font-weight:500;
transition:0.3s;
}

.nav-links a:hover{
color:var(--secondary);
}

.btn-nav{
padding:8px 16px;
background:var(--primary);
color:white !important;
border-radius:8px;
}

.hero{
position:relative;
padding:160px 0 100px;
background:linear-gradient(135deg,var(--primary),var(--secondary));
color:white;
overflow:hidden;
}

.overlay{
position:absolute;
inset:0;
background:radial-gradient(circle at 20% 30%,rgba(255,255,255,0.08),transparent 50%);
}

.hero-grid{
display:grid;
gap:50px;
align-items:center;
position:relative;
z-index:2;
}

.hero-text h1{
font-size:clamp(2rem,4vw,3rem);
font-weight:800;
margin-bottom:20px;
}

.hero-text p{
opacity:0.9;
}

.hero-buttons{
margin-top:30px;
display:flex;
gap:15px;
flex-wrap:wrap;
}

.btn-primary{
padding:12px 24px;
background:white;
color:var(--primary);
border-radius:10px;
text-decoration:none;
font-weight:600;
transition:0.3s;
}

.btn-primary:hover{
transform:translateY(-3px);
box-shadow:0 10px 20px rgba(0,0,0,0.2);
}

.btn-secondary{
padding:12px 24px;
border:1px solid white;
color:white;
border-radius:10px;
text-decoration:none;
transition:0.3s;
}

.btn-secondary:hover{
background:rgba(255,255,255,0.1);
}

.hero-visual{
display:grid;
gap:20px;
}

.glass-card{
background:rgba(255,255,255,0.15);
backdrop-filter:blur(10px);
padding:20px;
border-radius:14px;
text-align:center;
transition:0.3s;
}

.glass-card:hover{
transform:translateY(-6px);
}

section{
padding:110px 0;
}

h2{
text-align:center;
margin-bottom:50px;
font-size:26px;
color:var(--primary);
}

.impact-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap:30px;
text-align:center;
}

.impact-grid h3{
color:var(--secondary);
font-size:26px;
}

.service-grid{
display:grid;
gap:30px;
}

.service-card{
background:white;
padding:30px;
border-radius:16px;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
transition:0.3s;
}

.service-card:hover{
transform:translateY(-6px);
box-shadow:0 15px 35px rgba(0,0,0,0.08);
}

.soft{
background:#eef2f7;
}

.process-grid{
display:grid;
gap:30px;
margin-top:40px;
text-align:center;
}

.process-grid span{
display:block;
font-weight:700;
color:var(--secondary);
margin-bottom:8px;
}

.cta{
background:linear-gradient(135deg,var(--secondary),var(--primary));
color:white;
text-align:center;
}

footer{
background:var(--dark);
color:white;
text-align:center;
padding:30px;
}

/* Animations */
.fade-in,.slide-up{
opacity:0;
transform:translateY(25px);
transition:all 0.7s ease;
}

.visible{
opacity:1;
transform:translateY(0);
}

.delay-1{transition-delay:0.2s;}
.delay-2{transition-delay:0.4s;}

@media(min-width:900px){
.hero-grid{grid-template-columns:1fr 1fr;}
.service-grid{grid-template-columns:repeat(3,1fr);}
.process-grid{grid-template-columns:repeat(4,1fr);}
}


.service-card ul{
margin-top:15px;
padding-left:18px;
color:#475569;
}

.industry-grid{
display:grid;
gap:25px;
}

.industry-card{
background:white;
padding:25px;
border-radius:14px;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
}

.tech-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(120px,1fr));
gap:20px;
margin-top:40px;
text-align:center;
}

.tech-grid div{
background:white;
padding:15px;
border-radius:12px;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
font-weight:500;
}

@media(min-width:900px){
.industry-grid{grid-template-columns:repeat(4,1fr);}
}


/* Refined Tech Colors */
.tech-item{
background:white;
padding:16px;
border-radius:12px;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
font-weight:600;
transition:all 0.5s ease;
opacity:0;
transform:translateY(20px);
}

.tech-item.visible{
opacity:1;
transform:translateY(0);
}

.tech-item:hover{
background:linear-gradient(135deg,#1E3A5F,#3A8DFF);
color:white;
transform:translateY(-6px);
box-shadow:0 15px 30px rgba(30,58,95,0.25);
}


.service-img{
width:100%;
height:180px;
object-fit:cover;
border-radius:14px;
margin-bottom:18px;
box-shadow:0 8px 20px rgba(0,0,0,0.06);
}


body{
font-family:'Manrope',sans-serif;
}

.service-card{
overflow:hidden;
}

.service-img{
width:100%;
height:200px;
object-fit:cover;
border-radius:16px;
margin-bottom:20px;
transition:transform 0.6s ease;
}

.service-card:hover .service-img{
transform:scale(1.05);
}

@media(max-width:768px){
.service-img{
height:180px;
}
}



/* --- MICRO SPACING REFINEMENT --- */

section{
padding:130px 0;
}

.hero{
padding:180px 0 130px;
}

h1{
line-height:1.15;
letter-spacing:-0.5px;
}

h2{
margin-bottom:60px;
letter-spacing:-0.3px;
}

.hero-text p{
margin-top:20px;
font-size:18px;
max-width:620px;
}

.service-card{
padding:35px;
}

.service-card h3{
margin-top:10px;
margin-bottom:12px;
}

.service-card p{
margin-bottom:12px;
}

.industry-card{
padding:30px;
}

.industry-card h4{
margin-bottom:10px;
}

.tech-grid{
margin-top:60px;
gap:24px;
}

.cta{
padding:140px 0;
}

footer{
padding:40px 0;
font-size:14px;
letter-spacing:0.3px;
}

@media(max-width:768px){
section{
padding:100px 0;
}

.hero{
padding:150px 0 100px;
}

h2{
margin-bottom:40px;
}
}

