*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Inter,Arial,sans-serif;
}

html{
scroll-behavior:smooth;
}

body{
background:#07111f;
color:#fff;
line-height:1.6;
}

a{
text-decoration:none;
color:inherit;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

/* NAVBAR */

header{
position:fixed;
top:0;
width:100%;
z-index:999;
background:rgba(7,17,31,.9);
backdrop-filter:blur(14px);
border-bottom:1px solid rgba(255,255,255,.08);
}

.navbar{
height:78px;
display:flex;
justify-content:space-between;
align-items:center;
}

.logo{
font-size:27px;
font-weight:900;
letter-spacing:-1px;
}

.logo span{
color:#39d98a;
}

.nav-links{
display:flex;
gap:30px;
align-items:center;
}

.nav-links a{
color:#c9d3df;
font-size:14px;
transition:.3s;
}

.nav-links a:hover{
color:#39d98a;
}

.nav-btn{
background:#39d98a;
color:#06131d !important;
padding:11px 20px;
border-radius:8px;
font-weight:800;
}

/* HERO */

.hero{
min-height:100vh;
display:flex;
align-items:center;
padding-top:100px;
position:relative;
overflow:hidden;
}

.hero:before{
content:"";
position:absolute;
width:500px;
height:500px;
background:#39d98a;
opacity:.12;
filter:blur(120px);
top:100px;
left:-150px;
}

.hero:after{
content:"";
position:absolute;
width:450px;
height:450px;
background:#3988ff;
opacity:.12;
filter:blur(130px);
right:-120px;
bottom:50px;
}

.hero-grid{
display:grid;
grid-template-columns:1.15fr .85fr;
gap:70px;
align-items:center;
position:relative;
z-index:2;
}

.badge{
display:inline-block;
padding:8px 15px;
border:1px solid rgba(57,217,138,.35);
background:rgba(57,217,138,.08);
color:#62e7a4;
border-radius:30px;
font-size:13px;
margin-bottom:22px;
}

.hero h1{
font-size:clamp(44px,6vw,74px);
line-height:1.03;
letter-spacing:-3px;
margin-bottom:24px;
}

.hero h1 span{
color:#39d98a;
}

.hero-text{
color:#aebdcb;
font-size:18px;
max-width:650px;
margin-bottom:32px;
}

.buttons{
display:flex;
gap:14px;
flex-wrap:wrap;
}

.btn{
display:inline-block;
padding:15px 25px;
border-radius:8px;
font-weight:800;
transition:.3s;
}

.btn-primary{
background:#39d98a;
color:#06131d;
}

.btn-primary:hover{
transform:translateY(-3px);
}

.btn-outline{
border:1px solid #34475c;
color:white;
}

.btn-outline:hover{
border-color:#39d98a;
color:#39d98a;
}

/* HERO CARD */

.hero-card{
background:linear-gradient(145deg,#101f32,#0b1727);
border:1px solid rgba(255,255,255,.09);
border-radius:22px;
padding:28px;
box-shadow:0 30px 80px rgba(0,0,0,.4);
}

.card-top{
display:flex;
justify-content:space-between;
margin-bottom:25px;
}

.status{
color:#39d98a;
font-size:13px;
}

.dashboard{
background:#07111f;
border-radius:14px;
padding:22px;
}

.dashboard h3{
margin-bottom:20px;
}

.chart{
height:150px;
display:flex;
align-items:end;
gap:9px;
border-bottom:1px solid #26374b;
}

.bar{
flex:1;
background:#39d98a;
border-radius:5px 5px 0 0;
}

.metrics{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:10px;
margin-top:20px;
}

.metric{
background:#101f32;
padding:15px;
border-radius:10px;
}

.metric small{
color:#8393a5;
}

.metric strong{
display:block;
margin-top:5px;
}

/* SECTION */

section{
padding:100px 0;
}

.section-heading{
text-align:center;
max-width:750px;
margin:0 auto 55px;
}

.section-heading h2{
font-size:44px;
line-height:1.1;
margin-bottom:15px;
}

.section-heading p{
color:#93a4b6;
}

/* SERVICES */

.services{
background:#091625;
}

.service-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}

.service-card{
background:#0e1c2d;
border:1px solid #1c2d40;
border-radius:16px;
padding:30px;
transition:.3s;
}

.service-card:hover{
transform:translateY(-7px);
border-color:#39d98a;
}

.icon{
width:52px;
height:52px;
border-radius:12px;
display:flex;
align-items:center;
justify-content:center;
background:rgba(57,217,138,.1);
color:#39d98a;
font-size:24px;
margin-bottom:22px;
}

.service-card h3{
font-size:21px;
margin-bottom:10px;
}

.service-card p{
color:#8fa0b2;
font-size:14px;
}

/* PROCESS */

.process-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.process{
text-align:center;
padding:20px;
}

.number{
width:55px;
height:55px;
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 20px;
border-radius:50%;
background:#39d98a;
color:#06131d;
font-weight:900;
}

.process h3{
margin-bottom:8px;
}

.process p{
color:#8fa0b2;
font-size:14px;
}

/* WHY */

.why{
background:#091625;
}

.why-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.why h2{
font-size:44px;
line-height:1.1;
margin-bottom:20px;
}

.why-text{
color:#9aabbc;
margin-bottom:25px;
}

.check{
display:flex;
gap:12px;
margin:14px 0;
color:#d9e3ec;
}

.check span{
color:#39d98a;
font-weight:bold;
}

/* STATS */

.stats{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
text-align:center;
}

.stat{
padding:25px;
border-right:1px solid #26374b;
}

.stat:last-child{
border-right:0;
}

.stat strong{
font-size:38px;
color:#39d98a;
}

.stat p{
color:#91a0af;
}

/* CTA */

.cta{
padding:80px 0;
}

.cta-box{
text-align:center;
padding:70px 30px;
border-radius:25px;
background:linear-gradient(135deg,#10273a,#0d1b2c);
border:1px solid #24394c;
}

.cta-box h2{
font-size:46px;
margin-bottom:15px;
}

.cta-box p{
color:#9aabba;
max-width:650px;
margin:0 auto 30px;
}

/* CONTACT */

.contact{
background:#091625;
}

.contact-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:30px;
}

.contact-card{
background:#0e1c2d;
padding:35px;
border-radius:16px;
border:1px solid #1c2d40;
}

.contact-card h3{
font-size:25px;
margin-bottom:20px;
}

.contact-item{
margin:18px 0;
}

.contact-item small{
color:#7f91a4;
display:block;
}

.contact-item strong{
font-size:17px;
}

/* FORM */

form{
display:grid;
gap:15px;
}

input,
textarea,
select{
width:100%;
padding:15px;
background:#07111f;
border:1px solid #26384c;
color:white;
border-radius:8px;
outline:none;
}

textarea{
min-height:130px;
resize:vertical;
}

input:focus,
textarea:focus,
select:focus{
border-color:#39d98a;
}

.logoImg{
    width: 200px;
    height: 65px;
    object-fit: cover;
}

.logoImg img{
    width: 100%;
    height: 100%;
}

/* FOOTER */

footer{
background:#050d17;
padding:35px 0;
color:#718295;
text-align:center;
}

.footer-logo{
color:white;
font-size:24px;
font-weight:900;
margin-bottom:10px;
place-items: center;
}

.footer-logo span{
color:#39d98a;
}

/* MOBILE */

@media(max-width:900px){

.nav-links{
display:none;
}

.hero-grid,
.why-grid,
.contact-grid{
grid-template-columns:1fr;
}

.service-grid{
grid-template-columns:1fr 1fr;
}

.process-grid{
grid-template-columns:1fr 1fr;
}

.stats{
grid-template-columns:1fr 1fr;
}

.stat{
border-right:0;
}
}

@media(max-width:600px){

section{
padding:70px 0;
}

.hero h1{
letter-spacing:-2px;
}

.service-grid,
.process-grid,
.stats{
grid-template-columns:1fr;
}

.section-heading h2,
.why h2,
.cta-box h2{
font-size:34px;
}

.hero-card{
padding:18px;
}
}