/* ===================================
   STUDY PLAN PAGE
=================================== */

.study-plan-page{

    padding:120px 0 100px;

}

/* ===================================
   CONTAINER
=================================== */

.study-plan-page .container{

    width:min(1100px,92%);
    margin:0 auto;

}

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

.study-plan-hero{

    text-align:center;
    margin-bottom:70px;

}

.study-plan-hero .section-tag{

    display:inline-block;

    padding:10px 20px;

    border-radius:999px;

    background:rgba(99,102,241,.12);

    border:1px solid rgba(99,102,241,.35);

    color:#8b84ff;

    font-weight:600;

}

.study-plan-hero h1{

    margin:28px auto;

    max-width:900px;

    font-size:clamp(2.5rem,5vw,4.5rem);

    line-height:1.15;

    font-weight:800;

    background:linear-gradient(
        90deg,
        #ffffff,
        #8d84ff,
        #4da3ff
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

}

.study-plan-hero .hero-text{

    max-width:780px;

    margin:auto;

    color:#d4daf3;

    font-size:1.15rem;

    line-height:2;

}

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

.study-preview-card{

    position:relative;

    max-width:460px;

    margin:70px auto;

    padding:22px;

    background:rgba(18,24,47,.72);

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

    border-radius:30px;

    backdrop-filter:blur(18px);

    box-shadow:0 20px 60px rgba(76,99,255,.18);

}

.study-preview-image{

    width:100%;

    display:block;

    border-radius:18px;

}

.preview-placeholder{

    padding:80px 30px;

    text-align:center;

}

.preview-placeholder h2{

    color:#ffffff;

    margin-bottom:15px;

    font-size:2rem;

}

.preview-placeholder p{

    color:#cfd5ec;

    line-height:1.9;

}

/* ===================================
   COMING SOON
=================================== */

.coming-soon-badge{

    position:absolute;

    top:18px;

    right:18px;

    padding:8px 16px;

    border-radius:999px;

    background:linear-gradient(
        90deg,
        #675bff,
        #964dff
    );

    color:#ffffff;

    font-size:.82rem;

    font-weight:700;

    box-shadow:0 0 20px rgba(103,91,255,.35);

}

/* ===================================
   CONTENT
=================================== */

.study-info-section,
.study-features-section,
.study-vision-section{

    margin-top:70px;

}

.study-info-section .container,
.study-features-section .container,
.study-vision-section .container{

    padding:45px;

    background:rgba(18,24,47,.72);

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

    border-radius:28px;

    backdrop-filter:blur(18px);

}

.study-info-section h2,
.study-features-section h2,
.study-vision-section h2{

    margin-bottom:25px;

    font-size:2rem;

    background:linear-gradient(
        90deg,
        #8f84ff,
        #5ca9ff
    );

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}

.study-info-section p,
.study-features-section p,
.study-vision-section p{

    color:#d4daf3;

    font-size:1.1rem;

    line-height:2;

    margin-bottom:22px;

}

/* ===================================
   FEATURES LIST
=================================== */

.study-features-section ul{

    margin-top:20px;

    padding-left:25px;

}

.study-features-section li{

    margin:14px 0;

    color:#edf1ff;

    font-size:1.08rem;

    line-height:1.8;

}

/* ===================================
   BLOCKQUOTE
=================================== */

.study-vision-section blockquote{

    margin-top:35px;

    padding:28px;

    border-left:5px solid #6f5cff;

    border-radius:18px;

    background:rgba(103,92,255,.08);

    color:#ffffff;

    font-size:1.15rem;

    font-style:italic;

    line-height:2;

    box-shadow:0 0 30px rgba(103,91,255,.15);

}

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

@media (max-width:768px){

    .study-plan-page{

        padding:100px 0 80px;

    }

    .study-preview-card{

        max-width:100%;

        padding:16px;

        border-radius:22px;

    }

    .coming-soon-badge{

        top:14px;

        right:14px;

        padding:6px 12px;

        font-size:.72rem;

    }

    .study-plan-hero h1{

        font-size:2.2rem;

    }

    .study-plan-hero .hero-text{

        font-size:1.05rem;

        line-height:1.9;

    }

    .study-info-section .container,
    .study-features-section .container,
    .study-vision-section .container{

        padding:28px;

    }

    .study-info-section h2,
    .study-features-section h2,
    .study-vision-section h2{

        font-size:1.6rem;

    }

    .study-info-section p,
    .study-features-section p,
    .study-vision-section p{

        font-size:1rem;

    }

    .study-features-section li{

        font-size:1rem;

    }

    .study-vision-section blockquote{

        font-size:1rem;

        padding:22px;

    }

  }
