/* ====================================
RESET
==================================== */

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:'Inter',sans-serif;
background:#ffffff;
color:#111827;
overflow-x:hidden;
line-height:1.7;
}

a{
text-decoration:none;
}

ul{
list-style:none;
}

.container{
width:90%;
max-width:1280px;
margin:auto;
}

/* ====================================
HEADER
==================================== */

header{
position:fixed;
top:0;
left:0;
width:100%;
z-index:999;
background:rgba(255,255,255,.9);
backdrop-filter:blur(12px);
border-bottom:1px solid #edf2f7;
}

.navbar{
display:flex;
justify-content:space-between;
align-items:center;
padding:10px 0;
}

.logo{
font-size:30px;
font-weight:800;
color:#2563eb;
}

nav ul{
display:flex;
gap:40px;
}

nav ul li a{
color:#111827;
font-weight:600;
transition:.3s;
}

nav ul li a:hover

.header-btn{
background:#111827;
color:#fff;
padding:14px 24px;
border-radius:50px;
font-weight:600;
}

/* ====================================
HERO
==================================== */

.hero{
position:relative;
padding-top:150px;
min-height:100vh;
display:flex;
align-items:center;
overflow:hidden;
background:#ffffff;
}

.hero::before{
content:'';
position:absolute;
right:-250px;
top:-100px;
width:850px;
height:850px;
background:
radial-gradient(
circle,
rgba(255,122,0,.18),
transparent 70%
);
filter:blur(60px);
}

.hero::after{
content:'';
position:absolute;
left:-150px;
bottom:-150px;
width:500px;
height:500px;
background:
radial-gradient(
circle,
rgba(37,99,235,.08),
transparent 70%
);
filter:blur(80px);
}

.hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;
position:relative;
z-index:2;
}

.hero-tag{
display:inline-block;
padding:10px 18px;
background:#fff7ed;
border:1px solid #fed7aa;
border-radius:50px;
font-size:13px;
font-weight:700;
color:#ea580c;
margin-bottom:25px;
}

.hero-content h1{
font-size:76px;
line-height:1;
font-weight:800;
letter-spacing:-3px;
margin-bottom:25px;
max-width:700px;
}

.hero-content p{
font-size:20px;
color:#64748b;
max-width:620px;
margin-bottom:40px;
}

.hero-buttons{
display:flex;
gap:18px;
margin-bottom:50px;
}

.btn-primary{
background:#111827;
color:#fff;
padding:16px 34px;
border-radius:60px;
font-weight:700;
transition:.3s;
}

.btn-primary:hover{
transform:translateY(-3px);
}

.btn-secondary{
padding:16px 34px;
border:1px solid #dbe2ea;
border-radius:60px;
color:#111827;
font-weight:600;
background:#fff;
}

.hero-stats{
display:flex;
gap:50px;
}

.hero-stats h3{
font-size:42px;
font-weight:800;
color:#111827;
}

.hero-stats span{
color:#64748b;
font-size:14px;
}

.hero-visual{
display:flex;
justify-content:center;
align-items:center;
position:relative;
}

.glow-circle{
position:absolute;
width:500px;
height:500px;
background:
radial-gradient(
circle,
rgba(255,122,0,.20),
transparent 70%
);
filter:blur(80px);
}

#earthContainer{
width:650px;
height:650px;
position:relative;
z-index:2;
}

/* ====================================
TRUSTED
==================================== */

.trusted{
padding:70px 0;
border-top:1px solid #edf2f7;
border-bottom:1px solid #edf2f7;
background:#fff;
}

.trusted p{
text-align:center;
margin-bottom:35px;
font-weight:600;
color:#64748b;
}

.trusted-grid{
display:flex;
justify-content:space-between;
gap:20px;
}

.trusted-grid div{
font-size:22px;
font-weight:700;
color:#cbd5e1;
}

/* ====================================
SECTION HEADINGS
==================================== */

.section-heading{
text-align:center;
margin-bottom:80px;
}

.section-heading span{
display:block;
color:#ea580c;
font-weight:700;
font-size:13px;
letter-spacing:2px;
margin-bottom:15px;
}

.section-heading h2{
font-size:56px;
line-height:1.15;
max-width:850px;
margin:auto;
}

/* ====================================
SERVICES
==================================== */

.services{
padding:140px 0;
}

.services-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.service-card{
background:#fff;
padding:40px;
border-radius:28px;
border:1px solid #edf2f7;
transition:.4s;
}

.service-card:hover{
transform:translateY(-8px);
box-shadow:0 25px 50px rgba(0,0,0,.06);
}

.icon{
font-size:42px;
margin-bottom:20px;
}

.service-card h3{
font-size:24px;
margin-bottom:15px;
}

.service-card p{
color:#64748b;
}

/* ====================================
ABOUT
==================================== */

.about{
padding:140px 0;
background:#f8fafc;
}

.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;
}

.small-heading{
display:block;
color:#ea580c;
font-weight:700;
margin-bottom:15px;
}

.about-grid h2{
font-size:56px;
line-height:1.1;
margin-bottom:20px;
}

.about-grid p{
color:#64748b;
margin-bottom:25px;
}

.about-grid ul{
display:flex;
flex-direction:column;
gap:14px;
}

.about-card{
background:#fff;
padding:40px;
border-radius:30px;
box-shadow:0 20px 50px rgba(0,0,0,.05);
}

.metric{
padding:25px;
border-bottom:1px solid #edf2f7;
}

.metric:last-child{
border:none;
}

.metric h3{
font-size:42px;
margin-bottom:8px;
color:#2563eb;
}

/* ====================================
PROCESS
==================================== */

.process-tabs{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    margin-top:50px;
    border:1px solid #e5e7eb;
    border-radius:16px;
    overflow:hidden;
}

.tab{
    background:#fff;
    border:none;
    padding:22px;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    color:#64748b;
    transition:.3s;
}

.tab.active{
    background:#2563eb;
    color:#fff;
}

.progress-bar{
    height:8px;
    background:#e5e7eb;
    border-radius:50px;
    margin:30px 0 60px;
    overflow:hidden;
}

.progress-fill{
    width:20%;
    height:100%;
    background:
    linear-gradient(
        90deg,
        #ff7a00,
        #2563eb
    );
    transition:.5s;
}

.process-content{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.content-left h3{
    font-size:56px;
    margin:20px 0;
}

.content-left p{
    font-size:20px;
    color:#64748b;
    line-height:1.8;
}

.content-right img{
    width:100%;
    border-radius:24px;
    box-shadow:
    0 20px 50px rgba(0,0,0,.08);
}

/* ====================================
CTA
==================================== */

.cta{
padding:140px 0;
text-align:center;
background:#f8fafc;
}

.cta h2{
font-size:64px;
line-height:1.1;
max-width:900px;
margin:auto;
margin-bottom:20px;
}

.cta p{
max-width:650px;
margin:auto;
color:#64748b;
margin-bottom:35px;
}

/* ====================================
FOOTER
==================================== */

footer{
padding:40px 0;
border-top:1px solid #edf2f7;
text-align:center;
color:#64748b;
}

/* ====================================
RESPONSIVE
==================================== */

@media(max-width:1100px){

.hero-grid,
.about-grid{
grid-template-columns:1fr;
}

.hero-content{
text-align:center;
}

.hero-content p{
margin:auto auto 40px;
}

.hero-buttons{
justify-content:center;
}

.hero-stats{
justify-content:center;
}

.services-grid{
grid-template-columns:1fr 1fr;
}

.process-grid{
grid-template-columns:1fr 1fr;
}

#earthContainer{
width:500px;
height:500px;
}

.hero-content h1{
font-size:58px;
}

}

@media(max-width:768px){

nav{
display:none;
}

.hero-content h1{
font-size:42px;
}

.section-heading h2,
.about-grid h2,
.cta h2{
font-size:36px;
}

.services-grid,
.process-grid{
grid-template-columns:1fr;
}

.hero-buttons{
flex-direction:column;
}

.hero-stats{
flex-direction:column;
text-align:center;
}

#earthContainer{
width:350px;
height:350px;
}

}
