*{
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: 120px;
    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;
}

@media (max-width:768px){

.credibility p{
    font-size:16px;
    line-height:1.5;
}

}

.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;
}

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

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

.testimonial-intro{
    max-width:700px;
    margin:0 auto 60px auto;
    color:#cccccc;
}

.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.testimonial-card{
    background:#111;
    padding:30px;
    border-radius:20px;
    border:1px solid #222;
}

.testimonial-card img{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:20px;
}

.stars{
    color:#25D366;
    margin-bottom:15px;
}

.testimonial-card p{
    color:#cccccc;
    line-height:1.8;
    margin-bottom:20px;
}

.testimonial-card h4{
    color:white;
}

.testimonial-card span{
    color:#2f6dff;
}

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

.video-wrapper{
    max-width:900px;
    margin:40px auto;
}

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

.pricing-page h1{
    font-size:52px;
    margin-bottom:60px;
}

.pricing-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    max-width:1000px;
    margin:auto;
}

.pricing-card{
    background:#111;
    padding:40px;
    border-radius:20px;
    border:1px solid #222;
}

.pricing-card.featured{
    border:2px solid #25D366;
}

.price{
    font-size:52px;
    color:#25D366;
    margin:30px 0;
    font-weight:700;
}

.price span{
    font-size:18px;
    color:#cccccc;
}

.pricing-card ul{
    list-style:none;
    margin:30px 0;
}

.pricing-card li{
    margin:15px 0;
    color:#cccccc;
}

.pricing-guarantee {
    max-width: 800px;
    margin: 80px auto;
    text-align: center;
}

.pricing-guarantee h3 {
    font-size: 2rem;
    margin-bottom: 25px;
}

.pricing-guarantee p {
    line-height: 2;
    color: #ccc;
    font-size: 1.1rem;
}

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

.pricing-faq h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.5rem;
}

.pricing-faq h3 {
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 10px;
}

.pricing-faq p {
    color: #cccccc;
    line-height: 1.8;
}

.pricing-testimonial {
    max-width: 900px;
    margin: 100px auto;
    text-align: center;
    background: #111;
    padding: 50px;
    border-radius: 20px;
}

.pricing-testimonial p {
    color: #ddd;
    font-size: 1.15rem;
    line-height: 1.8;
}

.pricing-testimonial h4 {
    margin-top: 25px;
    font-size: 1.3rem;
}

.pricing-cta,
.limited-slots {
    max-width: 900px;
    margin: 100px auto;
    text-align: center;
    padding: 0 20px;
}

.pricing-cta h2,
.limited-slots h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.cta-benefits {
    margin: 40px 0;
}

.cta-benefits p {
    font-size: 1.2rem;
    margin: 15px 0;
    color: #e5e5e5;
}

.limited-slots p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #cccccc;
    margin-bottom: 25px;
}

.pricing-subtitle {
    font-size: 1.3rem;
    color: #cccccc;
    text-align: center;
    max-width: 800px;
    margin: 30px auto 80px auto;
}

/* TESTIMONIALS PAGE */

.testimonials-page {
    max-width: 1300px;
    margin: 0 auto;
    padding: 120px 40px;
    text-align: center;
}

.testimonials-page h1 {
    font-size: 4rem;
    margin-bottom: 20px;
}

.testimonial-subtitle {
    font-size: 1.3rem;
    color: #cccccc;
    margin-bottom: 80px;
}

.video-section {
    margin-bottom: 100px;
}

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

.video-container iframe {
    border-radius: 20px;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(380px,1fr));
    gap: 40px;
    margin-bottom: 100px;
    align-items: stretch;
}

.testimonial-card {
    background: #111;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #222;
}

.testimonial-card img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
}

.testimonial-card h3 {
    margin-bottom: 5px;
}

.country {
    color: #27d866;
    margin-bottom: 20px;
}

.testimonial-card p {
    line-height: 1.8;
}

.results-section {
    margin: 100px 0;
}

.results-section h2 {
    margin-bottom: 40px;
}

.results-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    max-width: 700px;
    margin: 0 auto;
    gap: 20px;
    font-size: 1.2rem;
}

.testimonial-cta {
    margin-top: 100px;
}

.testimonial-cta h2 {
    margin-bottom: 20px;
}

.testimonial-cta p {
    margin-bottom: 30px;
}

.testimonial-page-link {
    text-align: center;
    margin-top: 50px;
}

/* ==========================================
   TRANSFORMATION PAGE
========================================== */

.transformation-hero{
    padding:120px 20px 80px;
    text-align:center;
    max-width:900px;
    margin:auto;
}

.transformation-hero h1{
    font-size:4rem;
    margin-bottom:20px;
    font-weight:800;
}

.transformation-hero p{
    font-size:1.2rem;
    color:#cccccc;
}

.story-section,
.before-after,
.timeline-section,
.lessons-section,
.gallery-section,
.final-message,
.cta-section{
    padding:80px 20px;
    max-width:1200px;
    margin:auto;
    text-align:center;
}

.story-content{
    max-width:850px;
    margin:auto;
}

.story-content p{
    color:#cccccc;
    line-height:1.8;
    margin-bottom:20px;
}

.before-after-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
    gap:40px;
    margin-top:50px;
}

.before-card,
.after-card{
    background:#111;
    padding:20px;
    border-radius:20px;
}

.before-card img,
.after-card img{
    width:100%;
    height:650px;
    object-fit:cover;
    border-radius:15px;
}

.before-card h3,
.after-card h3{
    margin-top:20px;
    color:#2ee66b;
}

.timeline{
    max-width:800px;
    margin:auto;
}

.timeline-item{
    background:#111;
    padding:25px;
    margin-bottom:20px;
    border-radius:15px;
}

.timeline-item h3{
    color:#2ee66b;
}

.lessons-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
    margin-top:40px;
}

.lesson-card{
    background:#111;
    padding:30px;
    border-radius:15px;
}

.lesson-card h3{
    color:#2ee66b;
    margin-bottom:15px;
}

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
    margin-top:50px;
}

.gallery-grid img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center top;
    border-radius: 12px;
}

.gallery-grid img:hover{
    transform:scale(1.03);
}

.final-message{
    max-width:800px;
}

.final-message p{
    color:#cccccc;
    line-height:1.8;
}

.cta-section{
    padding-bottom:120px;
}

.btn-primary{
    display:inline-block;
    margin-top:25px;
    background:#2ee66b;
    color:#000;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
}

.btn-primary:hover{
    transform:translateY(-2px);
}

.transformation-stat{
    text-align:center;
    margin-bottom:40px;
}

.transformation-stat h3{
    font-size:48px;
    color:#2ee66b;
}

.transformation-stat p{
    color:#cccccc;
}

/* Age Progression Section */

.age-section{
    max-width:1100px;
    margin:100px auto;
    text-align:center;
    padding:0 20px;
}

.age-section h2{
    font-size:2.2rem;
    margin-bottom:50px;
    color:#fff;
}

.age-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.age-box{
    background:#111;
    padding:30px;
    border-radius:15px;
    border:1px solid rgba(255,255,255,0.08);
}

.age-box h3{
    color:#2ee66b;
    font-size:2.5rem;
    margin-bottom:15px;
}

.age-box p{
    color:#ccc;
    line-height:1.6;
}

.transformation-stat{
    text-align:center;
    margin-bottom:40px;
}

.transformation-stat h2{
    color:#2ee66b;
    font-size:4rem;
    font-weight:800;
}

.results-section {
    padding: 80px 20px;
    background: #000;
    text-align: center;
}

.results-section h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 50px;
    text-transform: uppercase;
}

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

.result-card {
    background: #111;
    border: 1px solid #1f4fff;
    border-radius: 12px;
    padding: 30px 20px;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.result-card:hover {
    transform: translateY(-5px);
    border-color: #33ff66;
    box-shadow: 0 0 20px rgba(51,255,102,0.2);
}

/* MOBILE MENU */

.menu-toggle{
    display:none;
    background:none;
    border:none;
    color:white;
    font-size:36px;
    cursor:pointer;
}

.mobile-whatsapp{
    display:none;
}

/* MOBILE */

@media (max-width:768px){

header{
    padding:15px 20px;
}

.logo img{
    height:55px;
}

.menu-toggle{
    display:block;
}

.desktop-whatsapp{
    display:none;
}

nav{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#000;
    flex-direction:column;
    text-align:center;
    padding:20px 0;
    border-top:1px solid #222;
}

nav.active{
    display:flex;
}

nav a{
    margin:15px 0;
    font-size:20px;
}

.mobile-whatsapp{
    display:inline-block;
    background:#25D366;
    color:white;
    padding:12px 20px;
    border-radius:50px;
    margin-top:20px;
}

}

@media (max-width:768px){

.hero{
    flex-direction:column-reverse;
    text-align:center;
    padding:40px 20px;
}

.hero-image img{
    width:100%;
    max-width:350px;
}

.hero h1{
    font-size:3.5rem;
    line-height:0.95;
}

.hero-buttons{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.btn-secondary{
    margin-left:0;
}

}

/* ==========================================
   MOBILE OPTIMIZATION
========================================== */

@media (max-width:768px){

body{
    overflow-x:hidden;
}

section{
    overflow-x:hidden;
}

/* Stats */

.stats{
    grid-template-columns:repeat(2,1fr);
    padding:40px 20px;
    gap:15px;
}

.stat-box{
    padding:20px;
}

.stat-box h2{
    font-size:32px;
}

/* Why Clients Choose */

.trust-grid{
    grid-template-columns:1fr;
}

.trust-section{
    padding:60px 20px;
}

.trust-section h2{
    font-size:2.2rem;
    line-height:1.2;
}

/* Why 50 Section */

.why50{
    flex-direction:column;
    padding:60px 20px;
}

.why50-image img{
    width:100%;
}

.why50-content h2{
    font-size:2rem;
}

.benefits{
    grid-template-columns:1fr;
}

/* Transformation */

.results{
    padding:60px 20px;
}

.results-grid{
    grid-template-columns:1fr;
}

/* Programs */

.program-grid{
    grid-template-columns:1fr;
}

/* About */

.about-preview{
    flex-direction:column;
    padding:60px 20px;
}

.about-image img{
    width:100%;
}

/* Certifications */

.cert-grid{
    grid-template-columns:1fr;
}

/* Testimonials */

.testimonial-grid{
    grid-template-columns:1fr;
}

/* Result Cards Section */

.results-section .results-grid{
    grid-template-columns:1fr;
}

/* Video */

.video-wrapper iframe{
    height:250px;
}

/* Footer */

footer{
    padding:30px 20px;
}

}

.hero-buttons a{
    width:100%;
    text-align:center;
}

/* FOOTER */

.site-footer{
    background:#0a0a0a;
    text-align:center;
    padding:50px 20px;
    border-top:1px solid rgba(255,255,255,0.08);
}

.site-footer h3{
    color:#ffffff;
    margin-bottom:20px;
    font-size:28px;
}

.site-footer p{
    color:#cccccc;
    margin:12px 0;
    line-height:1.7;
    font-size:16px;
}

.site-footer a{
    color:#2f6dff;
    text-decoration:none;
}

.site-footer a:hover{
    text-decoration:underline;
}

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

/* MOBILE MENU */

.hamburger{
    display:none;
    background:none;
    border:none;
    color:white;
    font-size:34px;
    cursor:pointer;
}

@media(max-width:768px){

.navbar{
    position:sticky;
    top:0;
    z-index:9999;
    background:#000;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:12px 20px;
    border-bottom:1px solid rgba(255,255,255,0.08);
}

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

.hamburger{
    display:block;
    background:none;
    border:none;
    color:white;
    font-size:34px;
    cursor:pointer;
    padding:0;
    margin:0;
}

.nav-menu{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#000;
    flex-direction:column;
    text-align:center;
    padding:10px 0;
    border-top:1px solid rgba(255,255,255,0.1);
}

.nav-menu.active{
    display:flex;
}

.nav-menu a{
    padding:16px;
    font-size:18px;
    color:white;
}

    .whatsapp-btn{
        display:none;
    }
}

/* MOBILE PRICING PAGE */

@media (max-width: 768px) {

    .pricing-grid{
        display:flex;
        flex-direction:column;
        gap:25px;
        padding:0 20px;
    }

    .pricing-card{
        width:100%;
        max-width:100%;
        margin:0 auto;
    }

    .pricing-page h1{
        font-size:42px;
        line-height:1.1;
        text-align:center;
        padding:0 20px;
    }

    .pricing-subtitle{
        text-align:center;
        padding:0 20px;
        font-size:18px;
    }

    .pricing-card h2{
        font-size:28px;
    }

    .price{
        font-size:52px;
    }

    .cta-benefits{
        padding:0 20px;
    }

    .pricing-cta h2,
    .limited-slots h2{
        font-size:38px;
        line-height:1.2;
        text-align:center;
    }

    .limited-slots,
    .pricing-cta{
        padding-left:20px;
        padding-right:20px;
    }

}

/* MOBILE PAGE TITLES */

@media (max-width: 768px) {

    .page-title,
    .hero-title,
    .section-title {

        font-size: 42px !important;
        line-height: 1.1;
        word-break: break-word;
        overflow-wrap: break-word;
        padding: 0 15px;
    }

}

@media (max-width:768px){

    h1{
        font-size:42px !important;
        line-height:1.1 !important;
        word-break:break-word;
    }

    h2{
        font-size:34px !important;
        line-height:1.2 !important;
    }

}