```css id="kochi-premium-css"

body{
background:#04111f;
color:#ffffff;
font-family:'Inter',sans-serif;
overflow-x:hidden;
}

/* HERO */

.kochi-hero{
background:
radial-gradient(circle at top right,#0ea5e9 0%,transparent 32%),
radial-gradient(circle at bottom left,#14b8a6 0%,transparent 30%),
#04111f;
position:relative;
}

.hero-badge{
display:inline-block;
padding:12px 22px;
border-radius:50px;
background:rgba(255,255,255,0.05);
border:1px solid rgba(255,255,255,0.08);
font-size:14px;
font-weight:600;
letter-spacing:.5px;
color:#d1fae5;
backdrop-filter:blur(12px);
}

.hero-title{
font-size:68px;
font-weight:800;
line-height:1.08;
letter-spacing:-2px;
}

.gradient-text{
background:linear-gradient(90deg,#38bdf8,#2dd4bf);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.hero-description{
font-size:20px;
line-height:1.9;
color:#b6c2cf;
margin-top:24px;
max-width:640px;
}

/* BUTTONS */

.btn-premium{
background:linear-gradient(90deg,#0ea5e9,#14b8a6);
color:#fff;
padding:15px 34px;
border-radius:14px;
font-weight:700;
border:none;
transition:.35s ease;
box-shadow:0 16px 40px rgba(14,165,233,.35);
}

.btn-premium:hover{
transform:translateY(-4px);
color:#fff;
box-shadow:0 20px 50px rgba(14,165,233,.45);
}

.btn-outline-premium{
border:1px solid rgba(255,255,255,0.12);
padding:15px 34px;
border-radius:14px;
font-weight:600;
color:#fff;
background:rgba(255,255,255,0.03);
backdrop-filter:blur(10px);
transition:.3s ease;
}

.btn-outline-premium:hover{
background:rgba(255,255,255,0.08);
transform:translateY(-3px);
color:#fff;
}

/* 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;
transition:.3s ease;
backdrop-filter:blur(12px);
}

.stat-box:hover{
transform:translateY(-5px);
border-color:#14b8a6;
}

.stat-box h3{
font-size:34px;
font-weight:800;
margin-bottom:8px;
background:linear-gradient(90deg,#38bdf8,#2dd4bf);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
color: #ffffff;

}

.stat-box p{
margin:0;
font-size:15px;
color:#b6c2cf;
}

/* HERO CARD */

.hero-card{
position:relative;
padding:46px;
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:#14b8a6;
filter:blur(120px);
opacity:.22;
top:-120px;
right:-120px;
}

.hero-card h4{
font-size:30px;
font-weight:800;
position:relative;
z-index:2;
color: #ffffff;
}

.feature-item{
display:flex;
gap:18px;
margin-bottom:28px;
position:relative;
z-index:2;
}

.feature-icon{
width:62px;
height:62px;
border-radius:18px;
display:flex;
align-items:center;
justify-content:center;
background:linear-gradient(135deg,#0ea5e9,#14b8a6);
font-size:24px;
flex-shrink:0;
box-shadow:0 10px 30px rgba(20,184,166,.3);
}

.feature-item h5{
font-size:20px;
font-weight:700;
margin-bottom:8px;
}

.feature-item p{
margin:0;
line-height:1.7;
color:#b6c2cf;
}

/* SERVICES */

.services-section{
background:#081827;
position:relative;
}

.section-title{
font-size:52px;
font-weight:800;
line-height:1.2;
margin-bottom:18px;
color:#fff;
}

.section-subtitle{
font-size:18px;
line-height:1.8;
color:#b6c2cf;
max-width:720px;
margin:auto;
}

.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);
position:relative;
overflow:hidden;
transition:.35s ease;
}

.service-card::before{
content:"";
position:absolute;
width:180px;
height:180px;
background:#14b8a6;
filter:blur(90px);
opacity:.12;
top:-60px;
right:-60px;
}

.service-card:hover{
transform:translateY(-10px);
border-color:#14b8a6;
}

.service-icon{
font-size:46px;
margin-bottom:24px;
position:relative;
z-index:2;
background:linear-gradient(135deg,#38bdf8,#2dd4bf);
-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{
line-height:1.8;
color:#b6c2cf;
position:relative;
z-index:2;
}

/* INDUSTRIES */

.industries-section{
background:#04111f;
}

.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);
text-align:center;
transition:.3s ease;
}

.industry-card:hover{
transform:translateY(-8px);
border-color:#0ea5e9;
}

.industry-icon{
font-size:44px;
margin-bottom:22px;
background:linear-gradient(135deg,#38bdf8,#2dd4bf);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.industry-card h4{
font-size:22px;
font-weight:700;
margin-bottom:14px;
color: #ffffff;

}

.industry-card p{
line-height:1.8;
color:#b6c2cf;
}

/* WHY US */

.why-us-section{
background:#081827;
}

.why-description{
font-size:18px;
line-height:1.9;
color:#b6c2cf;
margin-bottom:30px;
}

.why-list{
display:flex;
flex-direction:column;
gap:18px;
color:#b6c2cf;
}

.why-item{
display:flex;
align-items:center;
gap:14px;
font-size:17px;
font-weight:500;
}

.why-item i{
color:#2dd4bf;
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(16px);
}

.results-card h3{
font-size:30px;
font-weight:800;
color: #ffffff;

}

.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,#38bdf8,#2dd4bf);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
color:#fff;
}

.result-box p{
margin:0;
color:#b6c2cf;
}

/* CTA */

.premium-cta{
padding:110px 0;
background:
radial-gradient(circle at top,#14b8a6 0%,transparent 35%),
#04111f;
}

.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(18px);
}

.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:#b6c2cf;
max-width:760px;
margin:auto;
}

/* FAQ */

.faq-section{
background:#081827;
}

.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;
font-size:18px;
box-shadow:none;
}

.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;
line-height:1.9;
font-size:16px;
color:#b6c2cf;
}

/* 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;
}

}
```
