*{
margin:0;
padding:0;
box-sizing:border-box;
font-family: 'Inter', sans-serif;
}

body{
background:#ffffff;
color:#222;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

/* HEADER */

.header{
padding:20px 0;
}

.nav{
display:flex;
align-items:center;
justify-content:space-between;
}

.logo img{
height:40px;
}

.btn-header{
background:#0b0b2b;
color:#fff;
padding:12px 28px;
border-radius:30px;
text-decoration:none;
font-weight:600;
border:2px solid #ff5ca8;
box-shadow:0 5px 15px rgba(0,0,0,0.15);
}


/* HERO */

.hero{
background:#f3e9ee;
padding:16px 0;
}

.hero-wrapper{
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
}

.hero-left{
max-width:550px;
}

/* rating */

.rating{
display:inline-block;
background:#ffa600;
color:#fff;
padding:6px 16px;
border-radius:20px;
font-size:14px;
margin-bottom:20px;
font-weight:600;
}

.rating span{
margin-left:6px;
}

/* heading */

.hero h1{
font-size:48px;
line-height:1.2;
font-weight:800;
margin-bottom:20px;
}

.pink{
color:#ff5ca8;
}

.gradient{
background:linear-gradient(90deg,#3c79ff,#ff5ca8);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.hero p{
font-size:16px;
color:#6b6b6b;
line-height:1.6;
margin-bottom:30px;
}

/* button */

.btn-primary{
display:inline-block;
background:#0b0b2b;
color:#fff;
padding:16px 32px;
border-radius:40px;
text-decoration:none;
font-weight:600;
box-shadow:0 10px 20px rgba(0,0,0,0.15);
margin-bottom:25px;
}

/* features */

.hero-features{
display:flex;
gap:25px;
font-size:14px;
color:#333;
}

.feature{
display:flex;
align-items:center;
gap:6px;
}

/* image */

.hero-right img{
width:420px;
max-width:100%;
}


/* ====================
RESPONSIVE
==================== */

@media (max-width:1000px){

.hero-wrapper{
flex-direction:column;
text-align:center;
}

.hero-left{
max-width:100%;
}

.hero-features{
justify-content:center;
flex-wrap:wrap;
}

.hero-right img{
width:320px;
}

.hero h1{
font-size:36px;
}

}

@media (max-width:600px){

.hero{
padding:60px 0;
}

.hero h1{
font-size:28px;
}

.btn-primary{
padding:14px 26px;
}

.rating{
font-size:12px;
}

}
/*  */
.influencer-section{
padding:80px 20px;
background:linear-gradient(90deg,#1d6fd8,#4a6fdd,#ff4f7c);
text-align:center;
color:white;
font-family:Inter,sans-serif;
}

.container{
max-width:1200px;
margin:auto;
}

.influencer-header{
display:flex;
align-items:center;
justify-content:center;
gap:15px;
}

.influencer-header h2{
font-size:34px;
font-weight:800;
}

.subtitle{
margin-top:10px;
font-size:16px;
opacity:.9;
}

.laurel{
font-size:26px;
}

/* video container */

.testimonial-wrapper{
background:white;
margin-top:40px;
border-radius:20px;
padding:40px;
display:flex;
justify-content:center;
gap:40px;
flex-wrap:wrap;
}

.testimonial-card{
width:260px;
}

/* video box */

.video-box{
position:relative;
border-radius:16px;
overflow:hidden;
background:#000;
}

/* video */

.client-video{
width:100%;
height:420px;
object-fit:cover;
display:block;
}

/* client label */

.client-tag{
position:absolute;
top:10px;
left:50%;
transform:translateX(-50%);
background:#1d6fd8;
color:white;
padding:6px 14px;
border-radius:8px;
font-size:13px;
z-index:2;
}

/* play button */

.play-btn{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
width:60px;
height:60px;
background:white;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:20px;
color:#333;
cursor:pointer;
box-shadow:0 5px 15px rgba(0,0,0,0.3);
z-index:3;
}

/* responsive */

@media(max-width:900px){

.testimonial-wrapper{
gap:25px;
}

}

@media(max-width:600px){

.influencer-header h2{
font-size:24px;
}

.testimonial-card{
width:100%;
max-width:320px;
}

.client-video{
height:380px;
}

}
/*  */
.growth-section{
padding:80px 20px;
background:#f4eef6;
text-align:center;
}

.growth-title{
font-size:36px;
font-weight:700;
}

.growth-title span{
background:linear-gradient(90deg,#6c7cff,#ff4fa2);
-webkit-background-clip:text;
color:transparent;
}

.growth-subtitle{
margin-top:10px;
color:#666;
margin-bottom:40px;
}

.growth-cards{
display:flex;
gap:25px;
justify-content:center;
flex-wrap:wrap;
}

.growth-card{
width:340px;
background:#fff;
border-radius:18px;
padding:25px;
border:2px solid #f2d7e7;
box-shadow:0 10px 20px rgba(0,0,0,0.05);
}

.inner-box{
border:1px solid #eee;
padding:15px;
border-radius:12px;
margin-bottom:20px;
}

.target-box{
margin-bottom:15px;
text-align:left;
}

.tags{
display:flex;
flex-wrap:wrap;
gap:8px;
margin-top:8px;
}

.tags span{
background:#f1f1f1;
padding:6px 12px;
border-radius:20px;
font-size:12px;
}

.tags .active{
background:#ff4fa2;
color:white;
}

.step{
display:inline-block;
border:2px solid #ff4fa2;
color:#ff4fa2;
padding:4px 14px;
border-radius:20px;
font-size:12px;
margin-bottom:10px;
}

.growth-card h3{
margin:8px 0;
font-size:18px;
}

.growth-card p{
font-size:14px;
color:#666;
}

.chart{
text-align:left;
margin-bottom:20px;
}

.bar{
margin:10px 0;
}

.progress{
height:10px;
border-radius:20px;
margin-top:4px;
}

.purple{background:#d6b4ff;width:80%;}
.blue{background:#a6c7ff;width:60%;}
.green{background:#b9f0da;width:40%;}
.yellow{background:#ffe4a6;width:70%;}
.gray{background:#ddd;width:30%;}

.activity-bars{
display:flex;
align-items:flex-end;
gap:15px;
height:120px;
margin-top:15px;
}

.bar-vertical{
width:12px;
height:90px;
background:#69e0b6;
border-radius:10px;
}

.bar-vertical.small{
height:40px;
background:#ffc777;
}

.growth-btn{
margin-top:40px;
padding:14px 40px;
border:none;
border-radius:30px;
color:white;
background:linear-gradient(90deg,#1e2cff,#ff4fa2);
cursor:pointer;
}

.growth-btn:hover{
opacity:0.9;
}

/* Responsive */

@media(max-width:900px){

.growth-cards{
flex-direction:column;
align-items:center;
}

.growth-card{
width:90%;
}

}

@media(max-width:600px){

.growth-title{
font-size:28px;
}

}
.trusted-section{
background:#f5f6f7;
padding:80px 20px;
font-family:Inter, sans-serif;
text-align:center;
}

.trusted-container{
max-width:1100px;
margin:auto;
}

/* badge */

.badge{
display:inline-block;
background:#f2e7d9;
color:#c88929;
padding:8px 20px;
border-radius:20px;
font-size:14px;
margin-bottom:20px;
}

/* heading */

.trusted-title{
font-size:32px;
font-weight:700;
margin-bottom:30px;
}

.blue{
color:#1e73e8;
}

.pink{
color:#ff5aa5;
}

.purple{
color:#a54cff;
}

/* button */

.start-btn{
background:#0d1235;
color:white;
padding:12px 30px;
border-radius:30px;
border:2px solid #ff4c9a;
font-weight:600;
cursor:pointer;
margin-bottom:40px;
}

/* logos */

.brand-logos{
display:flex;
justify-content:center;
align-items:center;
gap:40px;
flex-wrap:wrap;
margin-bottom:50px;
}

.brand-logos img{
height:30px;
opacity:.7;
}

/* stats */

.stats-count{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.stats-box{
background:#0b2c44;
border-radius:10px;
padding:25px;
color:white;
box-shadow:0 4px 10px rgba(0,0,0,0.15);
}

.stats-box h3{
color:#ff61c7;
font-size:26px;
margin-bottom:8px;
}

.stats-box p{
font-size:14px;
opacity:.9;
}

/* responsive */

@media(max-width:900px){

.stats-count{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:500px){

.trusted-title{
font-size:24px;
}

.stats-count{
grid-template-columns:1fr;
}

.brand-logos{
gap:25px;
}

}
/*  */
.results-section{
background:#f4f5f6;
padding:80px 20px;
font-family:Inter,sans-serif;
text-align:center;
}

.results-container{
max-width:1200px;
margin:auto;
}

/* label */

.results-label{
display:inline-block;
background:#1e73e8;
color:white;
padding:6px 14px;
border-radius:20px;
font-size:13px;
margin-bottom:15px;
}

/* title */

.results-title{
font-size:34px;
font-weight:700;
margin-bottom:50px;
}

.results-title span{
background:linear-gradient(90deg,#5a79ff,#ff4f7c);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

/* grid */

.results-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
margin-bottom:40px;
}

/* card */

.result-card{
background:#0c3550;
color:white;
padding:20px;
border-radius:10px;
text-align:left;
box-shadow:0 4px 10px rgba(0,0,0,0.15);
}

/* profile */

.profile{
display:flex;
align-items:center;
gap:10px;
margin-bottom:20px;
}

.profile img{
width:40px;
height:40px;
border-radius:50%;
object-fit:cover;
}

.profile h4{
font-size:15px;
margin:0;
}

.profile span{
font-size:12px;
opacity:.7;
}

/* stats */

.stats{
display:flex;
justify-content:space-between;
border-top:1px solid rgba(255,255,255,0.2);
padding-top:15px;
}

.stats p{
font-size:11px;
opacity:.7;
}

.stats h5{
font-size:15px;
margin-top:5px;
}

/* button */

.start-btn{
background:#0b1335;
color:white;
padding:12px 28px;
border-radius:30px;
border:2px solid #ff4f9a;
font-weight:600;
cursor:pointer;
}

/* responsive */

@media(max-width:1000px){

.results-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:600px){

.results-grid{
grid-template-columns:1fr;
}

.results-title{
font-size:26px;
}

}
/* PACKAGE SECTION */

.package-section{
padding:80px 20px;
background:#f4eef6;
text-align:center;
}

.package-title{
font-size:34px;
font-weight:700;
}

.package-title span{
background:linear-gradient(90deg,#6c7cff,#ff4fa2);
-webkit-background-clip:text;
color:transparent;
}

.package-subtitle{
margin-top:10px;
color:#666;
margin-bottom:50px;
}

.package-wrapper{
display:flex;
justify-content:center;
}

.package-card{
background:#fff;
border-radius:20px;
padding:40px 30px;
width:360px;
border:2px solid #f2d7e7;
box-shadow:0 15px 30px rgba(0,0,0,0.05);
}

.package-price{
font-size:40px;
font-weight:700;
margin-bottom:10px;
color:#ff4fa2;
}

.package-price span{
font-size:16px;
color:#777;
}

.package-card h3{
margin-bottom:20px;
}

.package-features{
list-style:none;
padding:0;
margin-bottom:25px;
}

.package-features li{
padding:10px 0;
border-bottom:1px solid #eee;
font-size:15px;
}

.package-btn{
padding:14px 40px;
border:none;
border-radius:30px;
background:linear-gradient(90deg,#1e2cff,#ff4fa2);
color:white;
font-size:16px;
cursor:pointer;
}

.package-btn:hover{
opacity:0.9;
}


/* FOOTER */

.site-footer{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 40px;
background:#ffffff;
border-top:1px solid #eee;
flex-wrap:wrap;
}

.footer-logo img{
height:40px;
}

.footer-contact{
font-size:16px;
font-weight:500;
}

.footer-social a{
margin-left:15px;
font-size:20px;
color:#ff4fa2;
text-decoration:none;
}


/* RESPONSIVE */

@media(max-width:900px){

.package-card{
width:90%;
}

.site-footer{
flex-direction:column;
gap:15px;
text-align:center;
}

.footer-social a{
margin:0 10px;
}

}

@media(max-width:600px){

.package-title{
font-size:26px;
}

.package-price{
font-size:32px;
}

.package-features li{
font-size:14px;
}

}
.mentor-section{
padding:80px 20px;
background:#ffffff;
font-family:Inter,sans-serif;
}

.mentor-container{
max-width:1100px;
margin:auto;
}

.mentor-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}

/* image */

.mentor-image img{
width:100%;
border-radius:15px;
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

/* content */

.mentor-label{
background:#e8f1ff;
color:#1e73e8;
padding:6px 14px;
border-radius:20px;
font-size:13px;
display:inline-block;
margin-bottom:15px;
}

.mentor-content h2{
font-size:32px;
margin-bottom:15px;
}

.mentor-content h2 span{
background:linear-gradient(90deg,#4c79ff,#ff4f7c);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.mentor-content p{
color:#555;
line-height:1.6;
margin-bottom:20px;
}

/* points */

.mentor-points{
list-style:none;
padding:0;
margin-bottom:25px;
}

.mentor-points li{
margin-bottom:10px;
font-size:15px;
}

/* button */

.mentor-btn{
background:#0b1335;
color:white;
padding:12px 28px;
border-radius:30px;
border:2px solid #ff4f9a;
cursor:pointer;
font-weight:600;
}
.highlight-name{
font-weight:700;
background:linear-gradient(90deg,#4c79ff,#ff4f7c);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}


/* responsive */

@media(max-width:900px){

.mentor-grid{
grid-template-columns:1fr;
text-align:center;
}

.mentor-image{
order:-1;
}

}
/* Tablet View */
@media (max-width: 1024px) {

.package-wrapper{
display:flex;
flex-wrap:wrap;
gap:20px;
justify-content:center;
}

.package-card{
width:45%;
}

.package-title{
font-size:32px;
}

.package-subtitle{
font-size:16px;
}

}


/* Mobile View */
@media (max-width: 768px) {

.package-wrapper{
flex-direction:column;
align-items:center;
}

.package-card{
width:90%;
margin-bottom:20px;
}

.package-title{
font-size:28px;
text-align:center;
}

.package-subtitle{
text-align:center;
padding:0 15px;
}

.package-price{
font-size:28px;
}

.package-card h3{
font-size:20px;
}

.package-features li{
font-size:15px;
}

.package-btn{
width:100%;
padding:12px;
}

}


/* Small Mobile */
@media (max-width: 480px){

.package-title{
font-size:24px;
}

.package-price{
font-size:24px;
}

.package-card{
padding:20px;
}

.package-features li{
font-size:14px;
}

}