/* ===== Buttons ===== */

.register-btn{
display:inline-block;
margin-top:40px;
background:#facc15;
color:#000;
padding:14px 32px;
border-radius:8px;
font-weight:700;
text-decoration:none;
transition:all .3s ease;
margin-top:50px;
text-decoration:none;

}

.register-btn:hover{

transform:translateY(-3px);

box-shadow:0 10px 25px rgba(250,204,21,0.25);

}


/* ===== Price Box ===== */

.course-price-box{

background:#0f172a;

padding:30px;

border-radius:10px;

border:1px solid rgba(255,255,255,0.05);

text-align:center;

max-width:400px;

margin:40px auto;

}

.price{

font-size:28px;

margin:15px 0;

color:#facc15;

font-weight:700;

}


/* ===== Cards ===== */

.card{

background:#0f172a;

padding:25px;

border-radius:10px;

border:1px solid rgba(255,255,255,0.05);

transition:all .3s ease;

}

.card:hover{

transform:translateY(-6px);

border-color:#facc15;

}
.section-link {
    font-size: 0.9rem;
    color: #a5b4fc;
    text-decoration: none;
    transition: color 0.2s ease;
}

.section-link:hover {
    color: #c4b5fd;
}
