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

body{
background:#050505;
color:white;
font-family:'Inter',sans-serif;
}

header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 80px;

    position: sticky;
    top: 0;
    z-index: 1000;

    background: #000;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}


html {
    scroll-behavior: smooth;
}

.logo img {
    height: 140px;
    width: auto;
}

nav a{
color:white;
text-decoration:none;
margin:0 15px;
}

.hero{
display:flex;
align-items:center;
justify-content:space-between;
padding:80px 8%;
}

.hero-content{
max-width:600px;
}

.small-title{
color:#2f6dff;
letter-spacing:2px;
margin-bottom:20px;
}

.hero h1{
font-size:80px;
font-family:'Oswald',sans-serif;
line-height:0.95;
}

.hero h1 span{
color:#2f6dff;
}

.hero-text{
margin-top:25px;
font-size:20px;
line-height:1.7;
}

.hero-image img{
width:500px;
border-radius:20px;
}

.btn-primary{
background:#2f6dff;
padding:15px 30px;
display:inline-block;
margin-top:30px;
color:white;
text-decoration:none;
border-radius:8px;
}

.btn-secondary{
border:2px solid #2f6dff;
padding:15px 30px;
display:inline-block;
margin-top:30px;
margin-left:15px;
color:white;
text-decoration:none;
border-radius:8px;
}

.stats{
display:grid;
grid-template-columns:repeat(4,1fr);
padding:60px 8%;
gap:20px;
}

.stat-box{
background:#101010;
padding:30px;
text-align:center;
border:1px solid #222;
}

.stat-box h2{
font-size:42px;
color:#2f6dff;
}

.programs{
padding:100px 8%;
}

.programs h2{
text-align:center;
margin-bottom:50px;
}

.program-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.card{
background:#101010;
padding:30px;
border-radius:10px;
}

.about-preview{
display:flex;
align-items:center;
padding:100px 8%;
gap:60px;
}

.about-image img{
width:450px;
border-radius:15px;
}

.about-content{
max-width:600px;
}

.about-content p{
margin-top:20px;
line-height:1.8;
}

.transformation{
padding:100px 8%;
text-align:center;
}

.transformation h2{
font-size:50px;
}

.transformation h3{
color:#2f6dff;
margin-bottom:40px;
}

.transform-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:30px;
}

.transform-grid img{
width:100%;
border-radius:15px;
}

.cta{
padding:100px 8%;
text-align:center;
}

footer{
padding:40px;
text-align:center;
background:black;
}

.floating-whatsapp{
position:fixed;
right:25px;
bottom:25px;
background:#25D366;
width:60px;
height:60px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
text-decoration:none;
font-size:28px;
}

.whatsapp-btn {
    background: #25D366;
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
}

.credibility {
    margin: 30px 0;
}

.credibility p {
    color: #ffffff;
    margin: 10px 0;
    font-size: 18px;
}

.coach-info {
    margin: 30px 0;
    padding: 20px;
    border-left: 4px solid #1e5eff;
    background: rgba(255,255,255,0.05);
}

.coach-info h3 {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 10px;
}

.coach-info p {
    color: #cccccc;
    line-height: 1.6;
}

.why50{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:60px;
    padding:100px 10%;
    background:#0d0d0d;
}

.why50-image img{
    width:450px;
    border-radius:20px;
}

.why50-content{
    max-width:600px;
}

.why50-content h2{
    font-size:48px;
    margin-bottom:20px;
    color:white;
}

.why50-content p{
    font-size:18px;
    line-height:1.8;
    color:#cccccc;
    margin-bottom:20px;
}

.benefits{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-top:30px;
}

.benefit-box{
    background:#111;
    border:1px solid #1e5eff;
    padding:20px;
    border-radius:12px;
    color:white;
    font-weight:600;
    text-align:center;
}

.trust-section {
    padding: 100px 10%;
    text-align: center;
    background: #050505;
}

.trust-section h2 {
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 60px;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.trust-card {
    background: #111111;
    padding: 35px;
    border-radius: 15px;
    border: 1px solid #222222;
}

.trust-card h3 {
    color: #25D366;
    margin-bottom: 15px;
}

.trust-card p {
    color: #cccccc;
    line-height: 1.6;
}

nav a {
    color: white;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
}

nav a:hover {
    color: #2563ff;
}

nav a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #2563ff;
    left: 0;
    bottom: -8px;
    transition: 0.3s;
}

nav a:hover::after {
    width: 100%;
}

.coach-badge {
    color: #25D366;
    font-weight: 600;
    margin-bottom: 12px;
}

html{
    scroll-behavior:smooth;
}

.results{
    padding:100px 10%;
    text-align:center;
    background:#0d0d0d;
}

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

.results-intro{
    max-width:800px;
    margin:0 auto 50px auto;
    color:#cccccc;
    line-height:1.8;
}

.results-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
}

.result-card{
    background:#111;
    border-radius:15px;
    padding:20px;
}

.result-card img{
    width:100%;
    border-radius:15px;
}

.result-card h3{
    margin-top:20px;
    color:#25D366;
}

.certifications{
    padding:100px 10%;
    text-align:center;
}

.certifications h2{
    margin-bottom:50px;
}

.cert-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.cert-card{
    background:#111;
    border:1px solid #1e5eff;
    padding:25px;
    border-radius:15px;
}

