/* =========================
   SERVICES HERO
========================= */

.services-hero{
position:relative;
overflow:hidden;
padding:140px 0 120px;
background:
linear-gradient(
135deg,
#0f172a 0%,
#1e1b4b 40%,
#6a28bf 100%
);
text-align:center;
}

.services-hero .hero-badge{
display:inline-flex;
padding:12px 22px;
border-radius:50px;
background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.15);
backdrop-filter:blur(15px);
color:#fff;
font-weight:600;
margin-bottom:25px;
}

.services-hero h1{
font-size:72px;
color:#fff;
font-weight:800;
line-height:1.1;
max-width:950px;
margin:auto;
}

.services-hero h1 span{
background:
linear-gradient(
90deg,
#fff,
#d8b4fe
);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.services-hero p{
max-width:750px;
margin:30px auto;
font-size:20px;
color:#e2e8f0;
line-height:1.8;
}

/* =========================
   ORBS
========================= */

.orb{
position:absolute;
border-radius:50%;
filter:blur(90px);
opacity:.55;
animation:float 10s ease-in-out infinite;
}

.orb1{
width:350px;
height:350px;
background:#9333ea;
left:-100px;
top:50px;
}

.orb2{
width:280px;
height:280px;
background:#ec4899;
right:-50px;
top:120px;
}

@keyframes float{
0%,100%{
transform:translateY(0);
}
50%{
transform:translateY(-40px);
}
}

/* =========================
   SECTION TITLE
========================= */

.section-title{
text-align:center;
margin-bottom:60px;
}

.section-title h2{
font-size:48px;
margin-bottom:15px;
}

.section-title p{
max-width:700px;
margin:auto;
}

/* =========================
   SERVICES GRID
========================= */

.services-section{
padding:120px 0;
background:#fff;
}

.services-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.service-card{
background:#fff;
padding:35px;
border-radius:24px;
box-shadow:
0 10px 30px rgba(0,0,0,.05);
transition:.4s;
position:relative;
overflow:hidden;
}

.service-card:hover{
transform:translateY(-10px);
box-shadow:
0 25px 50px rgba(106,40,191,.15);
}

.service-card::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:4px;
background:
linear-gradient(
90deg,
#6a28bf,
#9333ea
);
}

.service-card i{
font-size:42px;
color:#6a28bf;
margin-bottom:20px;
}

.service-card h3{
font-size:24px;
margin-bottom:15px;
}

.service-card p{
line-height:1.8;
margin-bottom:20px;
}

.service-card a{
color:#6a28bf;
font-weight:700;
}

/* =========================
   PROCESS
========================= */

.process-section{
padding:120px 0;
background:#fafafa;
}

.process-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.process-card{
background:white;
padding:35px;
border-radius:24px;
text-align:center;
box-shadow:
0 10px 25px rgba(0,0,0,.05);
transition:.3s;
}

.process-card:hover{
transform:translateY(-8px);
}

.process-number{
width:70px;
height:70px;
border-radius:50%;
background:#6a28bf;
color:white;
display:flex;
align-items:center;
justify-content:center;
font-weight:700;
margin:0 auto 20px;
}

/* =========================
   TECH STACK
========================= */

.tech-section{
padding:120px 0;
}

.tech-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.tech-item{
padding:25px;
background:white;
text-align:center;
border-radius:18px;
font-weight:700;
box-shadow:
0 10px 25px rgba(0,0,0,.05);
transition:.3s;
}

.tech-item:hover{
transform:translateY(-8px);
}

/* =========================
   WHY CHOOSE US
========================= */

.why-section{
padding:120px 0;
background:#fafafa;
}

.why-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.why-card{
background:white;
padding:35px;
border-radius:24px;
text-align:center;
box-shadow:
0 10px 25px rgba(0,0,0,.05);
transition:.3s;
}

.why-card:hover{
transform:translateY(-8px);
}

.why-card i{
font-size:40px;
color:#6a28bf;
margin-bottom:15px;
}

/* =========================
   INDUSTRIES
========================= */

.industry-section{
padding:120px 0;
}

.industry-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.industry-card{
padding:25px;
text-align:center;
border-radius:18px;
background:white;
font-weight:600;
box-shadow:
0 10px 25px rgba(0,0,0,.05);
transition:.3s;
}

.industry-card:hover{
transform:translateY(-8px);
}

/* =========================
   CTA
========================= */

.final-cta{
padding:120px 0;
text-align:center;
background:
linear-gradient(
135deg,
#0f172a,
#6a28bf
);
}

.final-cta h2{
font-size:58px;
color:white;
max-width:900px;
margin:auto;
}

.final-cta p{
margin:25px auto;
color:#cbd5e1;
}

.hero-btn{
display:inline-flex;
padding:16px 30px;
border-radius:12px;
font-weight:700;
margin:10px;
transition:.3s;
}

.primary-btn{
background:white;
color:#6a28bf;
}

.secondary-btn{
border:1px solid rgba(255,255,255,.25);
color:white;
}

/* =========================
   REVEAL ANIMATION
========================= */

.hidden-reveal{
opacity:0;
transform:translateY(40px);
transition:.8s;
}

.show{
opacity:1;
transform:translateY(0);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

.services-grid,
.process-grid,
.tech-grid,
.why-grid,
.industry-grid{
grid-template-columns:1fr 1fr;
}

.services-hero h1{
font-size:52px;
}

}

@media(max-width:768px){

.services-grid,
.process-grid,
.tech-grid,
.why-grid,
.industry-grid{
grid-template-columns:1fr;
}

.services-hero{
padding:100px 0;
}

.services-hero h1{
font-size:38px;
}

.section-title h2,
.final-cta h2{
font-size:32px;
}

}

.service-cta-block{
padding:120px 20px;
background:
linear-gradient(
135deg,
#0f172a,
#1e1b4b,
#6a28bf
);
position:relative;
overflow:hidden;
}

.service-cta-inner{
max-width:1300px;
margin:auto;
display:grid;
grid-template-columns:1fr 500px;
gap:60px;
align-items:center;
position:relative;
z-index:2;
}

.service-cta-glow{
position:absolute;
width:500px;
height:500px;
background:#9333ea;
filter:blur(140px);
opacity:.35;
top:-100px;
left:-100px;
}

.cta-badge{
display:inline-flex;
padding:10px 22px;
border-radius:50px;
background:rgba(255,255,255,.1);
border:1px solid rgba(255,255,255,.15);
color:white;
font-weight:600;
margin-bottom:25px;
}

.service-cta-text h2{
font-size:58px;
line-height:1.1;
color:white;
margin-bottom:20px;
}

.service-cta-text h2 span{
color:#d8b4fe;
}

.service-cta-text p{
font-size:20px;
line-height:1.8;
color:#e2e8f0;
margin-bottom:30px;
}

.cta-benefits{
display:grid;
grid-template-columns:1fr 1fr;
gap:18px;
margin-bottom:30px;
}

.benefit-item{
background:rgba(255,255,255,.08);
padding:16px;
border-radius:14px;
color:white;
backdrop-filter:blur(15px);
}

.whatsapp-btn{
display:inline-flex;
align-items:center;
gap:10px;
padding:16px 28px;
background:#25D366;
color:white;
font-weight:700;
border-radius:12px;
text-decoration:none;
}

.service-cta-form{
background:white;
padding:40px;
border-radius:28px;
box-shadow:
0 20px 60px rgba(0,0,0,.15);
}

.service-cta-form h3{
font-size:32px;
margin-bottom:25px;
}

.service-cta-form label{
display:block;
margin-top:15px;
margin-bottom:8px;
font-weight:600;
}

.service-cta-form input{
width:100%;
height:56px;
border:1px solid #e5e7eb;
border-radius:12px;
padding:0 16px;
}

.service-cta-form input:focus{
outline:none;
border-color:#6a28bf;
}

.service-cta-form button{
width:100%;
height:58px;
margin-top:20px;
border:none;
border-radius:14px;
background:
linear-gradient(
135deg,
#6a28bf,
#9333ea
);
color:white;
font-size:17px;
font-weight:700;
cursor:pointer;
}

.service-note{
margin-top:15px;
text-align:center;
color:#64748b;
}

.service-success{
text-align:center;
padding:30px;
}

.success-icon{
font-size:60px;
margin-bottom:15px;
}

.service-error{
background:#fee2e2;
color:#b91c1c;
padding:12px;
border-radius:10px;
margin-bottom:15px;
}

@media(max-width:991px){

.service-cta-inner{
grid-template-columns:1fr;
}

.service-cta-text h2{
font-size:42px;
}

.cta-benefits{
grid-template-columns:1fr;
}

}

