```css
body{
background:#050816;
color:#ffffff;
font-family:'Inter',sans-serif;
}

/* HERO */

.jaipur-hero{
background:
radial-gradient(circle at top right,#1d4ed8 0%,transparent 30%),
radial-gradient(circle at bottom left,#7c3aed 0%,transparent 30%),
#050816;
color:#ffffff;
}

.hero-badge{
display:inline-block;
padding:10px 18px;
border-radius:50px;
background:rgba(255,255,255,0.08);
border:1px solid rgba(255,255,255,0.1);
font-size:14px;
font-weight:600;
color:#ffffff;
}

.hero-title{
font-size:64px;
font-weight:800;
line-height:1.1;
color:#ffffff;
}

.gradient-text{
background:linear-gradient(90deg,#60a5fa,#c084fc);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.hero-description{
font-size:20px;
color:#ffffff;
line-height:1.8;
margin-top:20px;
}

.btn-premium{
background:linear-gradient(90deg,#2563eb,#7c3aed);
color:#ffffff;
padding:14px 28px;
border-radius:14px;
font-weight:700;
border:none;
transition:.3s;
}

.btn-premium:hover{
transform:translateY(-3px);
color:#ffffff;
}

.btn-outline-premium{
border:1px solid rgba(220, 226, 186, 0.2);
padding:14px 28px;
border-radius:14px;
color:#ffffff;
font-weight:600;
}

.hero-card{
position:relative;
padding:40px;
border-radius:28px;
background:rgba(255,255,255,0.05);
backdrop-filter:blur(16px);
border:1px solid rgba(255,255,255,0.08);
overflow:hidden;
color:#ffffff;
}

.hero-card-glow{
position:absolute;
width:300px;
height:300px;
background:#2563eb;
filter:blur(120px);
opacity:.25;
top:-100px;
right:-100px;
}

.feature-item{
display:flex;
gap:18px;
margin-bottom:28px;
position:relative;
z-index:2;

}

.feature-icon{
width:58px;
height:58px;
border-radius:16px;
display:flex;
align-items:center;
justify-content:center;
background:linear-gradient(135deg,#2563eb,#7c3aed);
font-size:22px;
flex-shrink:0;
}

.feature-item h5{
font-weight:700;
margin-bottom:6px;

}

.feature-item p{
color:#ffffff;
margin:0;
}

.stat-box{
padding:20px;
border-radius:20px;
background:rgba(255,255,255,0.05);
text-align:center;
}

.stat-box h3{
font-size:32px;
font-weight:800;
}

.stat-box p{
color:#b6bdd1;
margin:0;
}

/* SERVICES */

.services-section{
background:#0a1022;
}

.section-title{
font-size:48px;
font-weight:800;
color:#ffffff;
}

.section-subtitle{
color:#b6bdd1;
font-size:18px;
}

.service-card{
padding:35px;
border-radius:24px;
background:rgba(255,255,255,0.04);
border:1px solid rgba(255,255,255,0.08);
transition:.3s;
height:100%;
}

.service-card:hover{
transform:translateY(-8px);
border-color:#2563eb;
}

.service-icon{
font-size:42px;
margin-bottom:20px;
background:linear-gradient(135deg,#60a5fa,#a855f7);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.service-card h4{
font-weight:700;
margin-bottom:14px;
color:#ffffff;
}

.service-card p{
color:#b6bdd1;
line-height:1.7;
}

/* MOBILE */

@media(max-width:768px){

.hero-title{
font-size:42px;
}

.section-title{
font-size:34px;
color:#ffffff;
}

.hero-description{
font-size:17px;
}

}


/* INDUSTRIES */

.industries-section{
background:#050816;
}

.industry-card{
height:100%;
padding:32px;
border-radius:24px;
background:rgba(255,255,255,0.04);
border:1px solid rgba(255,255,255,0.08);
transition:.3s;
text-align:center;
}

.industry-card:hover{
transform:translateY(-8px);
border-color:#7c3aed;
}

.industry-icon{
font-size:42px;
margin-bottom:20px;
background:linear-gradient(135deg,#60a5fa,#c084fc);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.industry-card h4{
font-weight:700;
margin-bottom:14px;
color:#ffffff;
}

.industry-card p{
color:#b6bdd1;
line-height:1.7;
}

/* WHY US */

.why-us-section{
background:#0a1022;
}

.why-description{
font-size:18px;
color:#b6bdd1;
line-height:1.9;
margin-bottom:30px;
}

.why-list{
display:flex;
flex-direction:column;
gap:18px;
color:#ffffff;
}

.why-item{
display:flex;
align-items:center;
gap:14px;
font-size:17px;
font-weight:500;
}

.why-item i{
color:#60a5fa;
font-size:20px;
}

.results-card{
padding:40px;
border-radius:28px;
background:rgba(255,255,255,0.05);
border:1px solid rgba(255,255,255,0.08);
}

.result-box{
display:flex;
justify-content:space-between;
padding:28px;
margin-bottom:20px;
border-radius:20px;
background:rgba(255,255,255,0.04);
}

.result-box h4{
font-size:42px;
font-weight:800;
margin-bottom:10px;
background:linear-gradient(90deg,#60a5fa,#c084fc);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
color:#ffffff;
}

.result-box p{
color:#b6bdd1;
margin:0;
}

/* CTA */

.premium-cta{
padding:100px 0;
background:
radial-gradient(circle at top,#1d4ed8 0%,transparent 35%),
#050816;
}

.cta-box{
padding:70px 40px;
border-radius:30px;
background:rgba(255,255,255,0.05);
border:1px solid rgba(255,255,255,0.08);
}

.cta-box h2{
font-size:52px;
font-weight:800;
margin-bottom:20px;
color:#ffffff;
}

.cta-box p{
font-size:20px;
color:#ffffff;
max-width:760px;
margin:auto;
line-height:1.8;
}

/* FAQ */

.faq-section{
background:#0a1022;
}

.custom-accordion .accordion-item{
background:rgba(255,255,255,0.04);
border:1px solid rgba(255,255,255,0.08);
margin-bottom:20px;
border-radius:18px;
overflow:hidden;
}

.custom-accordion .accordion-button{
background:transparent;
color:#fff;
font-weight:700;
padding:24px;
box-shadow:none;
}

.custom-accordion .accordion-button:not(.collapsed){
background:rgba(255,255,255,0.03);
color:#fff;
}

.custom-accordion .accordion-body{
color:#b6bdd1;
padding:24px;
line-height:1.8;
}

/* WHATSAPP */

.floating-whatsapp{
position:fixed;
right:24px;
bottom:24px;
width:65px;
height:65px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
background:#25D366;
color:#fff;
font-size:34px;
z-index:9999;
box-shadow:0 15px 40px rgba(0,0,0,0.35);
transition:.3s;
text-decoration:none;
}

.floating-whatsapp:hover{
transform:scale(1.1);
color:#fff;
}

/* MOBILE */

@media(max-width:768px){

.cta-box{
padding:50px 25px;
}

.cta-box h2{
font-size:34px;
color:#ffffff;
}

.result-box{
flex-direction:column;
gap:20px;
}

}

