body{
    background:#f5f7fb;
}

.college-archive-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.college-carousel-wrap{
    display:flex;
    gap:24px;
    overflow-x:auto;
    scrollbar-width:none;
    scroll-behavior:smooth;
}

.college-carousel-wrap::-webkit-scrollbar{
    display:none;
}

.college-carousel-wrap .premium-college-card{
    min-width:420px;
}

.premium-college-card{
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    border:1px solid #edf2f7;
    box-shadow:0 10px 30px rgba(15,23,42,.06);
    position:relative;
}

.premium-card-image-wrap{
    position:relative;
    height:260px;
}

.premium-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.featured-badge{
    position:absolute;
    top:18px;
    left:18px;
    background:linear-gradient(135deg,#0066ff,#00b4ff);
    color:#fff;
    padding:10px 18px;
    border-radius:14px;
    font-size:14px;
    font-weight:700;
}

.image-count-badge{
    position:absolute;
    right:18px;
    bottom:18px;
    background:rgba(0,0,0,.7);
    color:#fff;
    padding:8px 12px;
    border-radius:16px;
    font-size:12px;
}

.premium-card-content{
    padding:22px;
}

.premium-card-top{
    display:flex;
    justify-content:space-between;
    gap:18px;
    margin-bottom:18px;
}

.premium-college-info h3{
    margin:0 0 12px;
    font-size:22px;
    line-height:1.4;
}

.premium-college-info h3 a{
    text-decoration:none;
    color:#111827;
}

.college-location{
    font-size:14px;
    color:#64748b;
}

.premium-rating-box{
    min-width:110px;
    border:1px solid #e5e7eb;
    border-radius:16px;
    padding:14px;
    text-align:center;
}

.premium-rating-box strong{
    display:block;
    font-size:22px;
    margin-bottom:6px;
}

.premium-rating-box span{
    font-size:12px;
    color:#64748b;
}

.premium-meta-row{
       display: flex;
    align-items: center;
    gap: 0px;
    padding: 5px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    font-size: 13px;
    color: #64748b;
}

.admission-open{
    color:#16a34a;
    font-weight:600;
}

.premium-action-icons{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin:20px 0;
}

.action-icon-box{
    text-decoration:none;
    border-radius:18px;
    padding:16px 10px;
    text-align:center;
    border:1px solid #e5e7eb;
}

.action-icon-box span{
    display:block;
    font-size:22px;
    margin-bottom:8px;
}

.action-icon-box p{
    margin:0;
    font-size:13px;
    color:#475569;
    font-weight:600;
}

.blue{background:#eff6ff;}
.green{background:#ecfdf5;}
.purple{background:#f5f3ff;}

.premium-bottom-buttons{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    margin-bottom:20px;
}

.premium-view-btn,
.premium-apply-btn{
    height:56px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:16px;
    font-weight:700;
}

.premium-view-btn{
    background:linear-gradient(135deg,#0066ff,#00b4ff);
    color:#fff;
}

.premium-apply-btn{
    border:2px solid #2563eb;
    color:#2563eb;
    background:#fff;
}

.premium-footer-points{
    display:flex;
    flex-direction:column;
    gap:10px;
    padding-top:18px;
    border-top:1px solid #e5e7eb;
    font-size:13px;
    color:#64748b;
}

.college-popup{
    position:fixed;
    inset:0;
    z-index:9999;
    display:none;
    align-items:center;
    justify-content:center;
}

.college-popup.active{
    display:flex;
}

.college-popup-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.6);
}

.college-popup-box{
    position:relative;
    background:#fff;
    width:100%;
    max-width:520px;
    border-radius:24px;
    padding:28px;
    z-index:2;
    max-height:90vh;
    overflow:auto;
}

.popup-close{
    position:absolute;
    top:12px;
    right:12px;
    width:40px;
    height:40px;
    border:none;
    border-radius:50%;
    background:#f3f4f6;
    font-size:24px;
    cursor:pointer;
}

@media(max-width:1200px){
    .college-archive-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){
    .college-archive-grid{
        grid-template-columns:1fr;
    }

    .premium-bottom-buttons{
        grid-template-columns:1fr;
    }
}


.red{
    background:#fef2f2;
}

.video-popup{
    position:fixed;
    inset:0;
    z-index:99999;
    display:none;
    align-items:center;
    justify-content:center;
}

.video-popup.active{
    display:flex;
}

.video-popup-box{
    position:relative;
    width:90%;
    max-width:900px;
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    z-index:2;
}

.video-responsive{
    position:relative;
    padding-bottom:56.25%;
    height:0;
}

.video-responsive iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
}
