```css id="kanpur-premium-css"

body{
background:#050816;
color:#ffffff;
font-family:'Inter',sans-serif;
overflow-x:hidden;
}

.kanpur-hero{
background:
radial-gradient(circle at top right,#1d4ed8 0%,transparent 35%),
radial-gradient(circle at bottom left,#7c3aed 0%,transparent 30%),
#050816;
position:relative;
}

.hero-badge{
display:inline-block;
padding:12px 20px;
border-radius:50px;
background:rgba(255,255,255,0.06);
border:1px solid rgba(255,255,255,0.08);
font-size:14px;
font-weight:600;
letter-spacing:.4px;
color:#dbeafe;
}

.hero-title{
font-size:68px;
font-weight:800;
line-height:1.1;
letter-spacing:-2px;
}

.gradient-text{
background:linear-gradient(90deg,#60a5fa,#c084fc);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.hero-description{
font-size:20px;
line-height:1.9;
color:#b6bdd1;
margin-top:24px;
max-width:620px;
}

/* BUTTONS */

.btn-premium{
background:linear-gradient(90deg,#2563eb,#7c3aed);
color:#fff;
padding:15px 32px;
border-radius:14px;
font-weight:700;
border:none;
transition:.3s ease;
box-shadow:0 15px 40px rgba(37,99,235,.35);
}

.btn-premium:hover{
transform:translateY(-4px);
color:#fff;
box-shadow:0 20px 50px rgba(37,99,235,.45);
}

.btn-outline-premium{
border:1px solid rgba(255,255,255,0.12);
padding:15px 32px;
border-radius:14px;
font-weight:600;
color:#fff;
transition:.3s ease;
background:rgba(255,255,255,0.03);
backdrop-filter:blur(10px);
}

.btn-outline-premium:hover{
background:rgba(255,255,255,0.08);
color:#fff;
transform:translateY(-3px);
}

/* STATS */

.stat-box{
padding:28px 18px;
border-radius:22px;
background:rgba(255,255,255,0.04);
border:1px solid rgba(255,255,255,0.06);
text-align:center;
backdrop-filter:blur(10px);
transition:.3s;
}

.stat-box:hover{
transform:translateY(-5px);
border-color:#2563eb;
}

.stat-box h3{
font-size:34px;
font-weight:800;
margin-bottom:8px;
background:linear-gradient(90deg,#60a5fa,#c084fc);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
color:#fff;
}

.stat-box p{
margin:0;
color:#b6bdd1;
font-size:15px;
}

/* HERO CARD */

.hero-card{
position:relative;
padding:45px;
border-radius:30px;
background:rgba(255,255,255,0.05);
border:1px solid rgba(255,255,255,0.08);
overflow:hidden;
backdrop-filter:blur(18px);
}

.hero-card-glow{
position:absolute;
width:320px;
height:320px;
background:#2563eb;
filter:blur(120px);
opacity:.25;
top:-120px;
right:-120px;
}

.hero-card h4{
font-size:30px;
font-weight:800;
position:relative;
z-index:2;
color:#fff;
}

.feature-item{
display:flex;
gap:18px;
margin-bottom:28px;
position:relative;
z-index:2;
}

.feature-icon{
width:62px;
height:62px;
border-radius:18px;
background:linear-gradient(135deg,#2563eb,#7c3aed);
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
flex-shrink:0;
box-shadow:0 10px 30px rgba(37,99,235,.3);
}

.feature-item h5{
font-size:20px;
font-weight:700;
margin-bottom:8px;
color:#fff;
}

.feature-item p{
color:#b6bdd1;
line-height:1.7;
margin:0;
}

/* SERVICES */

.services-section{
background:#0a1022;
position:relative;
}

.section-title{
font-size:52px;
font-weight:800;
line-height:1.2;
margin-bottom:18px;
color:#fff;
}

.section-subtitle{
font-size:18px;
color:#b6bdd1;
max-width:700px;
margin:auto;
line-height:1.8;
}

.service-card{
height:100%;
padding:38px;
border-radius:28px;
background:rgba(255,255,255,0.04);
border:1px solid rgba(255,255,255,0.08);
transition:.35s ease;
position:relative;
overflow:hidden;
color:#fff;
}

.service-card::before{
content:"";
position:absolute;
width:180px;
height:180px;
background:#2563eb;
filter:blur(90px);
opacity:.12;
top:-60px;
right:-60px;
}

.service-card:hover{
transform:translateY(-10px);
border-color:#2563eb;
}

.service-icon{
font-size:46px;
margin-bottom:24px;
position:relative;
z-index:2;
background:linear-gradient(135deg,#60a5fa,#c084fc);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.service-card h4{
font-size:24px;
font-weight:700;
margin-bottom:16px;
position:relative;
z-index:2;
color:#ffffff;
}

.service-card p{
color:#b6bdd1;
line-height:1.8;
position:relative;
z-index:2;
}

/* INDUSTRIES */

.industries-section{
background:#050816;
}

.industry-card{
height:100%;
padding:34px;
border-radius:26px;
background:rgba(255,255,255,0.04);
border:1px solid rgba(255,255,255,0.08);
transition:.3s ease;
text-align:center;
}

.industry-card:hover{
transform:translateY(-8px);
border-color:#7c3aed;
}

.industry-icon{
font-size:44px;
margin-bottom:22px;
background:linear-gradient(135deg,#60a5fa,#c084fc);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.industry-card h4{
font-size:22px;
font-weight:700;
margin-bottom:14px;
color:#fff;
}

.industry-card p{
color:#b6bdd1;
line-height:1.8;
}

/* WHY US */

.why-us-section{
background:#0a1022;
}

.why-description{
font-size:18px;
line-height:1.9;
color:#b6bdd1;
margin-bottom:30px;
}

.why-list{
display:flex;
flex-direction:column;
gap:18px;
}

.why-item{
display:flex;
align-items:center;
gap:14px;
font-size:17px;
font-weight:500;
color:#b6bdd1;
}

.why-item i{
color:#60a5fa;
font-size:20px;
}

.results-card{
padding:42px;
border-radius:30px;
background:rgba(255,255,255,0.05);
border:1px solid rgba(255,255,255,0.08);
backdrop-filter:blur(14px);
}

.results-card h3{
font-size:30px;
font-weight:800;
color:#fff;
}

.result-box{
display:flex;
justify-content:space-between;
padding:28px;
margin-bottom:20px;
border-radius:22px;
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:#fff;
}

.result-box p{
margin:0;
color:#b6bdd1;
}

/* CTA */

.premium-cta{
padding:110px 0;
background:
radial-gradient(circle at top,#1d4ed8 0%,transparent 35%),
#050816;
color:#fff;
}

.cta-box{
padding:75px 45px;
border-radius:32px;
background:rgba(255,255,255,0.05);
border:1px solid rgba(255,255,255,0.08);
backdrop-filter:blur(16px);
color:#fff;
}

.cta-box h2{
font-size:56px;
font-weight:800;
margin-bottom:20px;
color:#fff;
}

.cta-box p{
font-size:20px;
line-height:1.9;
color:#b6bdd1;
max-width:760px;
margin:auto;
}

/* 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);
border-radius:18px;
overflow:hidden;
margin-bottom:22px;
}

.custom-accordion .accordion-button{
background:transparent;
color:#fff;
font-weight:700;
padding:24px;
box-shadow:none;
font-size:18px;
}

.custom-accordion .accordion-button:not(.collapsed){
background:rgba(255,255,255,0.03);
color:#fff;
}

.custom-accordion .accordion-button::after{
filter:brightness(100);
}

.custom-accordion .accordion-body{
padding:24px;
color:#b6bdd1;
line-height:1.9;
font-size:16px;
}

/* FLOATING WHATSAPP */

.floating-whatsapp{
position:fixed;
right:24px;
bottom:24px;
width:68px;
height:68px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
background:#25D366;
color:#fff;
font-size:36px;
z-index:9999;
text-decoration:none;
box-shadow:0 15px 40px rgba(0,0,0,.35);
transition:.3s ease;
}

.floating-whatsapp:hover{
transform:scale(1.12);
color:#fff;
}

/* MOBILE */

@media(max-width:991px){

.hero-title{
font-size:52px;
}

.section-title{
font-size:42px;
}

.cta-box h2{
font-size:40px;
color:#fff;
}

}

@media(max-width:768px){

.hero-title{
font-size:42px;
line-height:1.2;
}

.hero-description{
font-size:17px;
}

.section-title{
font-size:34px;
}

.section-subtitle{
font-size:16px;
}

.hero-card{
padding:32px;
}

.feature-item{
flex-direction:column;
}

.result-box{
flex-direction:column;
gap:20px;
}

.cta-box{
padding:50px 28px;
}

.cta-box h2{
font-size:32px;
color:#fff;
}

.cta-box p{
font-size:17px;
}

.btn-premium,
.btn-outline-premium{
width:100%;
text-align:center;
color:#fff;
}

}
