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

html{
scroll-behavior:smooth;
}

body{
font-family:'Poppins',sans-serif;
background:#050816;
color:white;
overflow-x:hidden;
}

.hero{
position:relative;
min-height:85vh;

display:flex;
align-items:center;
justify-content:center;

padding:40px;

background:
radial-gradient(circle at top left,#3b0764 0%,transparent 40%),
radial-gradient(circle at bottom right,#1d4ed8 0%,transparent 40%),
#050816;

overflow:hidden;
}

.hero-container{
position:relative;
z-index:10;

max-width:900px;

text-align:center;
}

.badge{
display:inline-block;

padding:12px 20px;

border:1px solid rgba(255,255,255,.15);

background:rgba(255,255,255,.05);

backdrop-filter:blur(12px);

border-radius:50px;

font-size:14px;

margin-bottom:25px;
}

.hero h1{

font-size:52px;

line-height:1.15;

font-weight:700;

margin-bottom:25px;

}

.subtitle{

font-size:22px;

line-height:1.8;

color:#cbd5e1;

max-width:800px;

margin:auto;

margin-bottom:40px;

}

.cta-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

.btn-primary{

background:#7c3aed;

color:white;

padding:18px 32px;

border-radius:14px;

text-decoration:none;

font-weight:600;

transition:.3s;

}

.btn-primary:hover{

transform:translateY(-3px);

}

.btn-secondary{

border:1px solid rgba(255,255,255,.2);

background:rgba(255,255,255,.05);

color:white;

padding:18px 32px;

border-radius:14px;

text-decoration:none;

transition:.3s;

}

.btn-secondary:hover{

transform:translateY(-3px);

}

.glow{

position:absolute;

border-radius:50%;

filter:blur(100px);

}

.glow1{

width:300px;
height:300px;

background:#7c3aed;

top:-50px;
left:-50px;

}

.glow2{

width:300px;
height:300px;

background:#2563eb;

bottom:-50px;
right:-50px;

}

@media (max-width:768px){

.hero{
padding:20px;
min-height:auto;
}

.hero-container{
width:100%;
}

.hero h1{
font-size:42px;
line-height:1.2;
word-break:break-word;
}

.subtitle{
font-size:18px;
line-height:1.7;
}

.badge{
font-size:12px;
padding:10px 16px;
}

.cta-buttons{
flex-direction:column;
align-items:center;
}

.btn-primary,
.btn-secondary{
width:100%;
max-width:320px;
}

.transformation h2,
.process-heading,
.why-heading,
.faq-heading,
.cta-box h2{
font-size:32px;
line-height:1.3;
}

.transform-card,
.audience-card,
.process-card,
.why-card,
.faq-item{
padding:24px;
}

.arrow{
display:none;
}

.cta-box{
padding:35px 20px;
}

.cta-box p{
font-size:18px;
}
}

.transformation{
padding:120px 20px;
background:#081120;
text-align:center;
}

.section-title{
color:#7c3aed;
font-weight:600;
text-align:center;
font-size:18px;  
margin-bottom:20px;
}

.transformation h2{
font-size:42px;
margin-bottom:60px;
}

.transform-grid{
display:flex;
justify-content:center;
align-items:center;
gap:40px;
flex-wrap:wrap;
}

.transform-card{
width:320px;
padding:30px;
border-radius:24px;
background:rgba(255,255,255,.05);
backdrop-filter:blur(12px);
text-align:left;
}

.before{
border:1px solid rgba(255,80,80,.25);
}

.after{
border:1px solid rgba(0,255,120,.25);
}

.transform-card h3{
margin-bottom:20px;
}

.transform-card ul{
list-style:none;
}

.transform-card li{
margin:15px 0;
font-size:18px;
}

.arrow{
font-size:50px;
color:#7c3aed;
}


.audience{
padding:120px 20px;
background:#050816;
}

.audience-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:30px;
max-width:1000px;
margin:auto;
}

.audience-card{
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
padding:35px;
border-radius:24px;
}

.audience-card h3{
font-size:28px;
margin-bottom:25px;
}

.audience-card ul{
list-style:none;
}

.audience-card li{
margin:14px 0;
color:#cbd5e1;
}

.featured{
border:1px solid rgba(124,58,237,.45);
box-shadow:0 0 40px rgba(124,58,237,.15);
}

.process{
padding:120px 20px;
background:#081120;
text-align:center;
}

.process-heading{
font-size:48px;
margin-bottom:50px;
}

.process-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
gap:25px;
max-width:1200px;
margin:auto;
}

.process-card{
background:rgba(255,255,255,.05);
padding:35px;
border-radius:24px;
border:1px solid rgba(255,255,255,.08);
}

.step-number{
width:60px;
height:60px;
margin:auto;
margin-bottom:20px;
border-radius:50%;
background:#7c3aed;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
font-weight:bold;
}

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

.process-card p{
color:#cbd5e1;
line-height:1.6;
}

.why-us{
padding:120px 20px;
background:#050816;
text-align:center;
}

.why-heading{
font-size:48px;
margin-bottom:50px;
}

.why-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
max-width:1200px;
margin:auto;
}

.why-card{
background:rgba(255,255,255,.05);
padding:35px;
border-radius:24px;
border:1px solid rgba(255,255,255,.08);
text-align:center;
}

.why-card h3{
font-size:24px;
margin:20px 0;
}

.why-card p{
color:#cbd5e1;
line-height:1.7;
}

.floating-whatsapp{
position:fixed;
right:25px;
bottom:25px;

width:65px;
height:65px;

background:#25D366;

border-radius:50%;

display:flex;
align-items:center;
justify-content:center;

font-size:30px;

text-decoration:none;

z-index:9999;

box-shadow:0 10px 30px rgba(37,211,102,.4);
}

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

.faq{
padding:120px 20px;
background:#081120;
}

.faq-heading{
text-align:center;
font-size:42px;
margin-bottom:50px;
}

.faq-container{
max-width:900px;
margin:auto;
}

.faq-item{
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
padding:30px;
border-radius:20px;
margin-bottom:20px;
}

.faq-item h3{
margin-bottom:15px;
font-size:22px;
}

.faq-item p{
color:#cbd5e1;
line-height:1.8;
}

.final-cta{
padding:120px 20px;
background:#050816;
}

.cta-box{
max-width:900px;
margin:auto;
text-align:center;
padding:60px;
border-radius:30px;

background:
linear-gradient(
135deg,
rgba(124,58,237,.15),
rgba(37,99,235,.15)
);

border:1px solid rgba(255,255,255,.08);
}

.cta-box h2{
font-size:48px;
margin-bottom:20px;
}

.cta-box p{
font-size:20px;
color:#cbd5e1;
margin-bottom:35px;
}

.footer{
padding:60px 20px;
background:#030712;
text-align:center;
}

.footer h3{
font-size:28px;
margin-bottom:10px;
}

.footer p{
color:#94a3b8;
}

.footer-links{
margin:25px 0;
}

.footer-links a{
color:white;
text-decoration:none;
padding:10px 20px;
border:1px solid rgba(255,255,255,.1);
border-radius:12px;
}

.copyright{
margin-top:25px;
font-size:14px;
}

@media (max-width:768px){

.hero{
padding:25px 15px;
}

.hero h1{
font-size:36px !important;
line-height:1.2;
}

.subtitle{
font-size:18px;
line-height:1.6;
}

.badge{
font-size:11px;
padding:10px 14px;
}

.btn-primary,
.btn-secondary{
width:100%;
max-width:100%;
}

.transformation h2,
.process-heading,
.why-heading,
.faq-heading,
.cta-box h2{
font-size:28px !important;
line-height:1.3;
}

.transform-card,
.audience-card,
.process-card,
.why-card,
.faq-item{
width:100%;
padding:20px;
}

.transform-grid,
.audience-grid,
.process-grid,
.why-grid{
gap:20px;
}

.cta-box{
padding:30px 15px;
}

.footer h3{
font-size:22px;
}

}
