body{
    background:#fff;
}

/* =========================
   HERO SECTION
========================= */

.hero-section{
    min-height:100vh;
    position:relative;
    display:flex;
    align-items:center;
    overflow:hidden;
    background:
    linear-gradient(135deg,#081120,#0f172a);
    color:#fff;
}

.hero-overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:
    radial-gradient(circle at top right,
    rgba(13,110,253,0.15),
    transparent 30%);
}

.hero-content{
    position:relative;
    z-index:2;
}

.hero-badge{
    display:inline-block;
    background:rgba(255,255,255,0.08);
    padding:12px 22px;
    border-radius:50px;
    margin-bottom:25px;
    border:1px solid rgba(255,255,255,0.1);
}

.hero-content h1{
    font-size:4.5rem;
    font-weight:800;
    line-height:1.2;
}

.highlight{
    color:#67b3ff;
}

.hero-content p{
    margin-top:25px;
    color:#d6dfeb;
    line-height:2;
    font-size:1.08rem;
    max-width:700px;
}

.seo-intro{
    margin-top:24px;
    max-width:760px;
}

.seo-intro h2{
    font-size:1.35rem;
    font-weight:700;
    line-height:1.4;
    margin-bottom:10px;
    color:#fff;
}

.seo-intro p{
    margin-top:0;
    margin-bottom:10px;
    font-size:1rem;
    max-width:none;
    color:#e5edf9;
}

.seo-link-row{
    margin:0 0 8px;
    font-size:1rem;
    color:#e5edf9;
}

.seo-course-link{
    color:#67b3ff;
    font-weight:600;
    text-decoration:none;
}

.seo-course-link:hover{
    color:#9ed0ff;
    text-decoration:underline;
}

.seo-address{
    margin:0;
    color:#f4f7fb;
    line-height:1.7;
}

.seo-address strong{
    color:#fff;
}

.hero-buttons{
    margin-top:35px;
}

.hero-btn{
    padding:15px 34px;
    border-radius:50px;
    margin-right:15px;
    font-weight:600;
}

.hero-stats{
    display:flex;
    gap:20px;
    margin-top:50px;
    flex-wrap:wrap;
}

.stat-box{
    background:rgba(255,255,255,0.08);
    padding:22px 28px;
    border-radius:24px;
    backdrop-filter:blur(10px);
}

.stat-box h3{
    font-weight:800;
    margin-bottom:5px;
}

.hero-image{
    position:relative;
    z-index:2;
}

.hero-image img{
    border-radius:35px;
    box-shadow:0 25px 60px rgba(0,0,0,0.35);
}

/* =========================
   SECTION TITLE
========================= */

.section-title{
    text-align:center;
    margin-bottom:70px;
}

.section-title h2{
    font-size:3rem;
    font-weight:800;
    margin-bottom:18px;
}

.section-title p{
    color:#667085;
    max-width:800px;
    margin:auto;
    line-height:1.9;
}

/* =========================
   WHY SECTION
========================= */

.why-section{
    padding:120px 0;
}

.feature-card{
    background:#fff;
    border-radius:30px;
    padding:45px 35px;
    text-align:center;
    transition:0.5s;
    height:100%;
    box-shadow:0 15px 45px rgba(0,0,0,0.06);
}

.feature-card:hover{
    transform:translateY(-12px);
}

.feature-icon{
    width:90px;
    height:90px;
    margin:auto;
    margin-bottom:25px;
    border-radius:24px;
    background:linear-gradient(135deg,#0d6efd,#6610f2);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:38px;
}

.feature-card h4{
    font-weight:700;
    margin-bottom:18px;
}

.feature-card p{
    color:#667085;
    line-height:1.9;
}

/* =========================
   COURSES PREVIEW
========================= */

.courses-preview{
    padding:120px 0;
    background:
    linear-gradient(rgba(4,10,25,0.88),
    rgba(4,10,25,0.92)),
    url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?q=80&w=1600&auto=format&fit=crop')
    center/cover no-repeat;
}

.course-box{
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.08);
    border-radius:28px;
    padding:40px 30px;
    text-align:center;
    color:#fff;
    transition:0.5s;
    height:100%;
}

.course-box:hover{
    transform:translateY(-12px);
}

.course-box i{
    font-size:45px;
    color:#67b3ff;
}

.course-box h4{
    margin-top:25px;
    font-weight:700;
}

.course-box p{
    margin-top:15px;
    color:#dce3ef;
    line-height:1.8;
}

/* =========================
   SUCCESS SECTION
========================= */

.success-section{
    padding:120px 0;
}

.success-content{
    padding-left:30px;
}

.mini-title{
    color:#0d6efd;
    font-weight:700;
    letter-spacing:1px;
}

.success-content h2{
    font-size:3rem;
    font-weight:800;
    margin-top:20px;
    line-height:1.3;
}

.success-content p{
    margin-top:25px;
    color:#667085;
    line-height:2;
}

.success-list{
    margin-top:30px;
}

.success-item{
    display:flex;
    align-items:center;
    margin-bottom:18px;
}

.success-item i{
    color:#0d6efd;
    margin-right:12px;
}

/* =========================
   CTA SECTION
========================= */

.cta-section{
    padding:110px 0;
}

.cta-box{
    background:linear-gradient(135deg,#0d6efd,#6610f2);
    border-radius:35px;
    padding:80px 50px;
    text-align:center;
    color:#fff;
}

.cta-box h2{
    font-size:3rem;
    font-weight:800;
}

.cta-box p{
    margin-top:25px;
    line-height:2;
    max-width:800px;
    margin-inline:auto;
}

.cta-btn{
    margin-top:35px;
    border:none;
    background:#fff;
    color:#0d6efd;
    padding:16px 38px;
    border-radius:50px;
    font-weight:700;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .hero-content h1,
    .section-title h2,
    .success-content h2,
    .cta-box h2{
        font-size:2.5rem;
    }

    .success-content{
        padding-left:0;
        margin-top:50px;
    }
}

@media(max-width:768px){

    .hero-section{
        padding:140px 0 100px;
    }

    .hero-content h1{
        font-size:2.2rem;
    }

    .hero-stats{
        flex-direction:column;
    }

    .section-title h2,
    .success-content h2,
    .cta-box h2{
        font-size:2rem;
    }

    .cta-box{
        padding:60px 25px;
    }
}

/* =========================
   GLOBAL ANIMATIONS
========================= */

.hero-image{
    animation:floatImage 5s ease-in-out infinite;
}

@keyframes floatImage{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-15px);
    }

    100%{
        transform:translateY(0px);
    }
}

/* =========================
   BUTTON EFFECTS
========================= */

.hero-btn,
.cta-btn,
.btn-primary{
    transition:all 0.4s ease;
}

.hero-btn:hover,
.cta-btn:hover,
.btn-primary:hover{

    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(13,110,253,0.35);

}

/* =========================
   FEATURE CARD EFFECT
========================= */

.feature-card{
    position:relative;
    overflow:hidden;
}

.feature-card::before{

    content:'';
    position:absolute;
    width:250px;
    height:250px;

    background:
    radial-gradient(circle,
    rgba(13,110,253,0.08),
    transparent);

    top:-120px;
    right:-120px;

    transition:0.5s;
}

.feature-card:hover::before{

    transform:scale(1.3);

}

/* =========================
   COURSE BOX EFFECT
========================= */

.course-box{
    position:relative;
    overflow:hidden;
}

.course-box::before{

    content:'';
    position:absolute;
    width:200px;
    height:200px;

    background:
    radial-gradient(circle,
    rgba(255,255,255,0.08),
    transparent);

    top:-100px;
    right:-100px;

    transition:0.5s;
}

.course-box:hover::before{

    transform:scale(1.5);

}

/* =========================
   IMAGE STYLING
========================= */

.success-image{
    position:relative;
}

.success-image::before{

    content:'';
    position:absolute;

    width:100%;
    height:100%;

    border-radius:35px;

    border:4px solid rgba(13,110,253,0.15);

    top:25px;
    left:25px;

    z-index:-1;
}

/* =========================
   CTA EFFECT
========================= */

.cta-box{
    position:relative;
    overflow:hidden;
}

.cta-box::before{

    content:'';
    position:absolute;

    width:350px;
    height:350px;

    background:rgba(255,255,255,0.08);

    border-radius:50%;

    top:-150px;
    right:-100px;
}

.cta-box::after{

    content:'';
    position:absolute;

    width:250px;
    height:250px;

    background:rgba(255,255,255,0.06);

    border-radius:50%;

    bottom:-120px;
    left:-80px;
}


/* =========================
   EXTRA RESPONSIVE
========================= */

@media(max-width:576px){

    .hero-badge{
        font-size:13px;
    }

    .hero-content p{
        font-size:15px;
    }

    .feature-card,
    .course-box{
        padding:35px 25px;
    }

    .stat-box{
        width:100%;
        text-align:center;
    }

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

    .hero-btn{
        width:100%;
        margin-right:0;
    }

    .cta-btn{
        width:100%;
    }

}