*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: Arial, sans-serif;
    background: #ffffff;
    color: #111;
}

/* NAVBAR */

.navbar{
    height: 105px;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 9%;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    position: sticky;
    top: 0;
    z-index: 100;
}

.logo-box{
    display: flex;
    align-items: center;
    gap: 14px;
}

.logo-icon{
    width: 62px;
    height: 62px;
    background: #5876c9;
    color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 800;
}

.logo-text{
    font-size: 28px;
    color: #5876c9;
    line-height: 1;
}

.logo-text span{
    display: block;
    font-weight: 800;
}

.menu{
    display: flex;
    gap: 30px;
}

.menu a{
    text-decoration: none;
    color: #111;
    font-size: 18px;
    font-weight: 500;
}

.menu a:hover{
    color: #08c6c9;
}

/* HERO */

.hero{
    height: 620px;
    background:
        linear-gradient(rgba(7,35,60,.68), rgba(7,35,60,.68)),
        url('/static/images/hero.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.hero-overlay{
    width: 100%;
    padding-left: 9%;
}

.hero-content{
    max-width: 650px;
    color: white;
}

.hero-content h1{
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: 800;
}

.hero-content p{
    font-size: 22px;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 35px;
}

.hero-btn,
.more-btn,
.mission-card a{
    display: inline-block;
    background: #08c6c9;
    color: white;
    padding: 13px 34px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
}

/* INFO BOX */

.info-box{
    width: 72%;
    margin: -70px auto 60px;
    background: #5a78cf;
    border-radius: 8px;
    padding: 45px 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    position: relative;
    z-index: 5;
}

.info-title h2{
    font-size: 34px;
    line-height: 1.3;
}

.info-items{
    display: flex;
    gap: 28px;
}

.info-item{
    width: 135px;
    height: 135px;
    background: #11c6c9;
    border-radius: 10px;
    text-align: center;
    padding: 18px 10px;
    font-weight: 700;
}

.info-item:nth-child(2){
    background: #b7de65;
}

.info-item:nth-child(3){
    background: #ff6b6b;
}

.info-icon{
    font-size: 42px;
    margin-bottom: 10px;
}

/* ABOUT */

.about-section{
    width: 70%;
    margin: 0 auto 70px;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 70px;
    align-items: center;
}

.small-title{
    display: inline-block;
    font-weight: 700;
    border-bottom: 3px solid #08c6c9;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.about-text h2,
.partners-section h2,
.advantages-right h2{
    font-size: 38px;
    margin-bottom: 25px;
}

.about-text p{
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 25px;
}

.about-card{
    background: #dce8ff;
    border-radius: 12px;
    padding: 30px;
    min-height: 260px;
}

.circle{
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background: #4d86ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 55px;
    margin-bottom: 20px;
}

.about-line{
    height: 8px;
    background: #9aa8ff;
    width: 70%;
    margin: 12px 0;
}

.about-line.short{
    width: 48%;
}

.mini-icons{
    display: flex;
    gap: 12px;
    font-size: 28px;
    margin: 18px 0;
}

.doc-row{
    display: flex;
    gap: 15px;
}

.doc-row div{
    width: 90px;
    height: 80px;
    background: white;
    border-radius: 8px;
}

/* MISSION */

.mission-section{
    width: 52%;
    margin: 40px auto 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #5a78cf;
    border-radius: 7px;
    overflow: hidden;
}

.mission-card{
    padding: 32px 40px;
    color: white;
}

.mission-card.darker{
    background: #6383dc;
}

.mission-card h2{
    font-size: 26px;
    margin-bottom: 15px;
}

.mission-card p{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 18px;
}

/* ADVANTAGES */

.advantages{
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
    margin-top: 30px;
}

.advantages-left{
    background:
        linear-gradient(rgba(10,50,80,.15), rgba(10,50,80,.15)),
        url('/static/images/hero.jpg');
    background-size: cover;
    background-position: center;
}

.advantages-right{
    background:
        linear-gradient(rgba(68,98,180,.88), rgba(68,98,180,.88)),
        url('/static/images/hero.jpg');
    background-size: cover;
    background-position: center;
    padding: 55px 70px;
    color: white;
}

.adv-item{
    display: flex;
    gap: 22px;
    margin-bottom: 24px;
    align-items: flex-start;
}

.adv-item span{
    font-size: 42px;
}

.adv-item h3{
    font-size: 25px;
    margin-bottom: 7px;
}

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

/* PARTNERS */

.partners-section{
    background: #eef2f5;
    padding: 55px 12%;
}

.partners{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 45px;
    margin-top: 35px;
    flex-wrap: wrap;
}

.partners img{
    max-width: 170px;
    max-height: 150px;
    object-fit: contain;
    background: white;
    padding: 12px;
    border-radius: 8px;
}

/* SOCIAL */

.follow-section{
    background: #eef2f5;
    padding: 55px 10%;
    text-align: center;
}

.follow-section h2{
    font-size: 34px;
    margin-bottom: 35px;
}

.socials{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px;
}

.socials a{
    background: white;
    padding: 24px 35px;
    border-radius: 14px;
    text-decoration: none;
    color: black;
    font-size: 22px;
    font-weight: 700;
}

/* FOOTER */

.footer{
    background: #5a78cf;
    color: white;
    padding: 45px 9%;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.3fr;
    gap: 60px;
}

.footer-icon{
    font-size: 75px;
    font-weight: 800;
}

.footer p{
    font-size: 17px;
    line-height: 1.6;
}

.footer h3{
    margin-bottom: 15px;
    font-size: 24px;
}

.footer a{
    display: block;
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 17px;
}

/* MOBILE */

@media(max-width: 900px){
    .navbar{
        height: auto;
        padding: 20px;
        flex-direction: column;
        gap: 20px;
    }

    .menu{
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .hero{
        height: auto;
        min-height: 560px;
        padding: 70px 20px;
    }

    .hero-overlay{
        padding-left: 0;
    }

    .hero-content h1{
        font-size: 42px;
    }

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

    .info-box,
    .about-section,
    .mission-section{
        width: 90%;
        grid-template-columns: 1fr;
    }

    .info-box{
        display: block;
        padding: 30px;
    }

    .info-items{
        margin-top: 25px;
        flex-direction: column;
    }

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

    .advantages-left{
        min-height: 300px;
    }

    .advantages-right{
        padding: 35px 25px;
    }

    .partners{
        justify-content: center;
    }

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

    .footer{
        grid-template-columns: 1fr;
    }
}
```css
/* STATS */

.stats-section{
    width: 72%;
    margin: 0 auto 70px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.stat-box{
    background: #ffffff;
    border-radius: 14px;
    padding: 32px 20px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0,0,0,.10);
    border-top: 5px solid #08c6c9;
}

.stat-box h2{
    font-size: 42px;
    color: #5876c9;
    margin-bottom: 8px;
}

.stat-box p{
    font-size: 17px;
    font-weight: 700;
}

/* MUSEUM */

.museum-section{
    padding: 70px 10%;
    background: #f6f8fc;
    text-align: center;
}

.museum-section h2,
.news-section h2,
.students-section h2,
.author-section h2,
.contact-section h2{
    font-size: 38px;
    margin-bottom: 35px;
}

.museum-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.museum-card{
    background: white;
    padding: 45px 20px;
    border-radius: 18px;
    font-size: 24px;
    font-weight: 800;
    box-shadow: 0 12px 30px rgba(0,0,0,.10);
}

/* NEWS */

.news-section{
    padding: 70px 10%;
    background: white;
    text-align: center;
}

.news-card{
    max-width: 780px;
    margin: 0 auto;
    background: #eef2f5;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.news-card h3{
    font-size: 26px;
    margin-bottom: 12px;
    color: #5876c9;
}

.news-card p{
    font-size: 18px;
    line-height: 1.6;
}

/* STUDENTS */

.students-section{
    padding: 75px 10%;
    background: white;
    text-align: center;
}

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

.student-card{
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,.12);
    transition: .3s;
}

.student-card:hover{
    transform: translateY(-8px);
}

.student-card img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    background: #eef2f5;
}

.student-card h3{
    font-size: 22px;
    margin: 18px 0 8px;
}

.student-card p{
    font-size: 16px;
    color: #555;
    margin-bottom: 18px;
}

.student-card a{
    display: inline-block;
    margin-bottom: 25px;
    background: #08c6c9;
    color: white;
    text-decoration: none;
    padding: 11px 24px;
    border-radius: 8px;
    font-weight: 700;
}

/* AUTHOR */

.author-section{
    padding: 70px 10%;
    background: #f6f8fc;
    text-align: center;
}

.author-card{
    max-width: 820px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,.10);
}

.author-card h3{
    font-size: 28px;
    color: #5876c9;
    margin-bottom: 15px;
}

.author-card p{
    font-size: 18px;
    line-height: 1.7;
}

/* CONTACT */

.contact-section{
    padding: 70px 10%;
    background: white;
    text-align: center;
}

.contact-section form{
    max-width: 650px;
    margin: 0 auto;
    display: grid;
    gap: 18px;
}

.contact-section input,
.contact-section textarea{
    width: 100%;
    padding: 16px;
    border: 1px solid #d5dce8;
    border-radius: 10px;
    font-size: 17px;
    outline: none;
}

.contact-section textarea{
    min-height: 140px;
    resize: vertical;
}

.contact-section button{
    background: #5876c9;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
}

/* MOBILE EXTRA */

@media(max-width: 900px){
    .stats-section,
    .museum-grid,
    .students-grid{
        width: 90%;
        grid-template-columns: 1fr;
    }

    .stats-section{
        margin: 0 auto 50px;
    }

    .museum-section h2,
    .news-section h2,
    .students-section h2,
    .author-section h2,
    .contact-section h2{
        font-size: 30px;
    }
}
```
.footer-brand{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

.footer-brand h2{
    font-size:32px;
    color:white;
}

.socials a{
    transition:0.3s;
}

.socials a:hover{
    transform:translateY(-5px);
    color:#5876c9;
}

.footer{
    background:#5876c9;
    color:white;
}

.footer p{
    line-height:1.7;
}
.socials a{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
}

.socials img{
    width:28px;
    height:28px;
}
/* ADMIN PANEL */

.page-head{
    padding:50px 10% 20px;
}

.page-head h1{
    font-size:42px;
    color:#111;
}

.page-head p{
    font-size:18px;
    color:#555;
}

.admin-wrap{
    width:90%;
    margin:0 auto 60px;
}

.admin-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-bottom:35px;
}

.stat{
    background:white;
    padding:25px;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,.1);
}

.stat h3{
    font-size:17px;
    color:#555;
    margin-bottom:10px;
}

.stat strong{
    font-size:34px;
    color:#5876c9;
}

.admin-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:30px;
}

.admin-panel{
    background:white;
    padding:30px;
    border-radius:18px;
    box-shadow:0 10px 35px rgba(0,0,0,.1);
}

.admin-panel h2{
    font-size:28px;
    margin-bottom:25px;
}

.admin-panel table{
    width:100%;
    border-collapse:collapse;
}

.admin-panel th,
.admin-panel td{
    padding:14px;
    border-bottom:1px solid #ddd;
    text-align:left;
}

.admin-panel th{
    background:#f3f6fb;
    color:#5876c9;
}

.admin-panel input,
.admin-panel textarea{
    width:100%;
    padding:13px;
    border:1px solid #ccd3df;
    border-radius:10px;
    font-size:16px;
}

.form-group{
    margin-bottom:18px;
}

.form-group label{
    display:block;
    font-weight:700;
    margin-bottom:7px;
}

.full-btn{
    width:100%;
}

.small-btn{
    padding:8px 14px;
    font-size:14px;
}

.danger-btn{
    background:#ef4444;
    color:white;
    padding:8px 14px;
    font-size:14px;
}

.student-detail{
    padding:70px 10%;
}

.student-detail-card{
    display:grid;
    grid-template-columns:350px 1fr;
    gap:40px;
    background:white;
    padding:35px;
    border-radius:20px;
    box-shadow:0 12px 35px rgba(0,0,0,.12);
}

.student-detail-card img{
    width:100%;
    height:350px;
    object-fit:cover;
    border-radius:18px;
}

.student-detail-info h1{
    font-size:38px;
    margin-bottom:20px;
}

.student-detail-info p{
    font-size:18px;
    line-height:1.7;
    margin-bottom:10px;
}

.student-description{
    margin:25px 0;
    color:#444;
}

@media(max-width:900px){
    .admin-stats,
    .admin-grid,
    .student-detail-card{
        grid-template-columns:1fr;
    }
}
/* LOGIN PAGE */

.login-wrap{
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 20px;
    background: linear-gradient(135deg, #eef2ff, #f8fafc);
}

.login-card{
    width: 100%;
    max-width: 430px;
    background: white;
    padding: 38px;
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
}

.login-card h2{
    font-size: 32px;
    color: #5876c9;
    text-align: center;
    margin-bottom: 10px;
}

.login-card p{
    text-align: center;
    color: #555;
    margin-bottom: 28px;
    line-height: 1.6;
}

.login-card .form-group{
    margin-bottom: 20px;
}

.login-card label{
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
}

.login-card input{
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ccd3df;
    border-radius: 12px;
    font-size: 16px;
    outline: none;
}

.login-card input:focus{
    border-color: #5876c9;
    box-shadow: 0 0 0 3px rgba(88,118,201,.15);
}

.full-btn{
    width: 100%;
    background: #5876c9;
    color: white;
    border: none;
    padding: 14px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
}

.full-btn:hover{
    background: #4664b8;
}

.alert-danger{
    background: #fee2e2;
    color: #b91c1c;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 18px;
    text-align: center;
}
/* MODERN LOGIN */

.login-wrap{
    min-height: 75vh;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:60px 20px;
    background:linear-gradient(135deg,#eef2ff,#f8fafc);
}

.login-card{
    width:100%;
    max-width:450px;
    background:#fff;
    border-radius:24px;
    padding:40px;
    box-shadow:0 20px 60px rgba(0,0,0,.12);
}

.login-card h2{
    text-align:center;
    color:#5876c9;
    font-size:36px;
    margin-bottom:10px;
}

.login-card p{
    text-align:center;
    color:#666;
    margin-bottom:30px;
}

.form-group{
    margin-bottom:20px;
}

.form-group label{
    display:block;
    margin-bottom:8px;
    font-weight:700;
}

.login-card input{
    width:100%;
    height:52px;
    border:2px solid #e5e7eb;
    border-radius:14px;
    padding:0 15px;
    font-size:16px;
    transition:.3s;
}

.login-card input:focus{
    border-color:#5876c9;
    outline:none;
}

.password-box{
    position:relative;
}

.password-box input{
    padding-right:55px;
}

.show-pass{
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    border:none;
    background:none;
    cursor:pointer;
    font-size:22px;
}

.full-btn{
    width:100%;
    height:54px;
    border:none;
    border-radius:14px;
    background:#5876c9;
    color:white;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}

.full-btn:hover{
    background:#4565bc;
}

.alert-danger{
    background:#fee2e2;
    color:#b91c1c;
    padding:12px;
    border-radius:12px;
    margin-bottom:20px;
    text-align:center;
}
/* STUDENT DASHBOARD FINAL */

.sd-page{
    padding:70px 8%;
    background:linear-gradient(135deg,#eef2ff,#ffffff);
}

.sd-header{
    margin-bottom:35px;
}

.sd-header span{
    display:inline-block;
    color:#5876c9;
    font-weight:800;
    border-bottom:3px solid #08c6c9;
    padding-bottom:8px;
    margin-bottom:14px;
}

.sd-header h1{
    font-size:50px;
    margin-bottom:12px;
    color:#111827;
}

.sd-header p{
    font-size:20px;
    color:#4b5563;
}

.sd-cards{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
    margin-bottom:40px;
}

.sd-card{
    background:#ffffff;
    border-radius:22px;
    padding:28px;
    box-shadow:0 18px 50px rgba(0,0,0,.10);
    border:1px solid #eef2ff;
    transition:.3s;
}

.sd-card:hover{
    transform:translateY(-6px);
}

.sd-icon{
    font-size:36px;
    margin-bottom:14px;
}

.sd-card p{
    color:#6b7280;
    font-weight:700;
    margin-bottom:8px;
}

.sd-card h2{
    font-size:30px;
    color:#5876c9;
}

.sd-main{
    background:#ffffff;
    border-radius:26px;
    padding:42px;
    box-shadow:0 20px 55px rgba(0,0,0,.10);
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:35px;
}

.sd-main h2{
    font-size:36px;
    margin-bottom:14px;
    color:#111827;
}

.sd-main p{
    font-size:18px;
    line-height:1.7;
    color:#374151;
}

.sd-buttons{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
}

.sd-buttons a{
    display:inline-block;
    background:#5876c9;
    color:white;
    text-decoration:none;
    padding:15px 24px;
    border-radius:14px;
    font-weight:800;
    transition:.3s;
}

.sd-buttons a:hover{
    background:#4565bc;
    transform:translateY(-4px);
}

.sd-buttons .sd-danger{
    background:#ef4444;
}

.sd-buttons .sd-danger:hover{
    background:#dc2626;
}

@media(max-width:900px){

    .sd-cards{
        grid-template-columns:1fr;
    }

    .sd-main{
        flex-direction:column;
        align-items:flex-start;
    }

    .sd-header h1{
        font-size:36px;
    }
}
/* PREMIUM DESIGN UPDATE */

body{
    background:#f8fafc;
}

.navbar{
    backdrop-filter: blur(14px);
    background:rgba(255,255,255,.92);
    border-bottom:1px solid #eef2ff;
}

.menu a{
    position:relative;
}

.menu a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-8px;
    width:0;
    height:3px;
    background:#08c6c9;
    border-radius:50px;
    transition:.3s;
}

.menu a:hover::after{
    width:100%;
}

.hero-content h1{
    text-shadow:0 8px 25px rgba(0,0,0,.35);
}

.hero-btn,
.more-btn,
.btn,
.mission-card a{
    box-shadow:0 12px 28px rgba(8,198,201,.28);
    transition:.3s;
}

.hero-btn:hover,
.more-btn:hover,
.btn:hover,
.mission-card a:hover{
    transform:translateY(-4px);
}

.info-box,
.mission-section,
.admin-panel,
.login-card,
.student-detail-card,
.sd-card,
.sd-main,
.stat-box,
.news-card,
.author-card,
.student-card{
    box-shadow:0 18px 55px rgba(15,23,42,.12);
}

.info-item,
.student-card,
.museum-card,
.stat-box,
.partners img{
    transition:.3s;
}

.info-item:hover,
.student-card:hover,
.museum-card:hover,
.stat-box:hover,
.partners img:hover{
    transform:translateY(-8px);
}

/* PARTNERS PREMIUM */

.partners-section{
    background:linear-gradient(135deg,#eef2ff,#ffffff);
    text-align:center;
}

.partners-section .small-title{
    color:#5876c9;
}

.partners-section h2{
    font-size:46px;
    margin-bottom:15px;
}

.partners{
    justify-content:center;
    gap:35px;
}

.partners img{
    width:230px;
    height:155px;
    max-width:none;
    max-height:none;
    object-fit:contain;
    background:white;
    padding:24px;
    border-radius:22px;
    box-shadow:0 18px 45px rgba(15,23,42,.12);
    border:1px solid #e5e7eb;
}

.partners img:hover{
    box-shadow:0 25px 65px rgba(88,118,201,.22);
}

/* SOCIAL PREMIUM */

.follow-section{
    background:linear-gradient(135deg,#f8fafc,#eef2ff);
}

.follow-section h2{
    font-size:42px;
}

.socials a{
    box-shadow:0 12px 35px rgba(15,23,42,.10);
    transition:.3s;
}

.socials a:hover{
    transform:translateY(-7px);
    color:#5876c9;
}

/* FOOTER PREMIUM */

.footer{
    background:linear-gradient(135deg,#5876c9,#304fa5);
    border-top:5px solid #08c6c9;
}

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

/* RESPONSIVE PREMIUM */

@media(max-width:900px){
    .partners img{
        width:100%;
        max-width:260px;
        height:150px;
    }

    .partners-section h2{
        font-size:34px;
    }
}
```css
/* STUDENT LIST */

.students-page{
    padding:70px 8%;
}

.students-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
}

.student-card{
    background:white;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 18px 50px rgba(0,0,0,.10);
    transition:.3s;
}

.student-card:hover{
    transform:translateY(-8px);
}

.student-card img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.student-info{
    padding:24px;
}

.student-info h3{
    margin-bottom:10px;
    font-size:24px;
}

.student-info p{
    margin-bottom:8px;
}
```
.portfolio-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:25px;
    margin-top:40px;
}

.portfolio-card{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.1);
    border-radius:20px;
    padding:25px;
    backdrop-filter:blur(10px);
}

.portfolio-card h3{
    margin-bottom:15px;
}

.portfolio-card:hover{
    transform:translateY(-5px);
    transition:.3s;
}
/* ACADEMIC / REFLECTION CARDS */

.students-page{
    padding:70px 8%;
    background:#f8fafc;
}

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

.portfolio-card{
    background:white;
    border-radius:22px;
    padding:28px;
    box-shadow:0 18px 45px rgba(15,23,42,.12);
    border:1px solid #e5e7eb;
    transition:.3s;
}

.portfolio-card:hover{
    transform:translateY(-7px);
    box-shadow:0 25px 60px rgba(88,118,201,.22);
}

.portfolio-card h3{
    font-size:24px;
    color:#5876c9;
    margin-bottom:14px;
}

.portfolio-card p,
.portfolio-card li{
    font-size:17px;
    line-height:1.6;
    color:#374151;
}

.portfolio-card ul{
    padding-left:20px;
}

.portfolio-card a{
    display:inline-block;
    margin-top:15px;
    background:#08c6c9;
    color:white;
    text-decoration:none;
    padding:11px 22px;
    border-radius:10px;
    font-weight:700;
}
.profile-btn{
    display:inline-block;
    margin-top:15px;
    background:linear-gradient(135deg,#5876c9,#08c6c9);
    color:white;
    text-decoration:none;
    padding:12px 24px;
    border-radius:12px;
    font-weight:800;
    box-shadow:0 12px 28px rgba(8,198,201,.25);
    transition:.3s;
}

.profile-btn:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 40px rgba(88,118,201,.35);
}

.partners a{
    display:block;
    transition:.3s;
}

.partners a:hover{
    transform:translateY(-8px) scale(1.04);
}
.partners a{
    display:block;
    transition:.3s;
}

.partners a:hover{
    transform:translateY(-8px) scale(1.05);
}

.partners img{
    transition:.3s;
}

.partners img:hover{
    box-shadow:0 20px 50px rgba(88,118,201,.25);
}
.about-page{
    padding:70px 8%;
    background:linear-gradient(135deg,#f8fafc,#eef2ff);
}

.about-hero{
    max-width:950px;
    margin:0 auto 45px;
    text-align:center;
}

.about-hero h1{
    font-size:48px;
    color:#111827;
    margin:15px 0;
}

.about-hero p{
    font-size:20px;
    line-height:1.7;
    color:#374151;
}

.about-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:28px;
}

.about-info-card{
    background:white;
    padding:32px;
    border-radius:24px;
    box-shadow:0 18px 50px rgba(15,23,42,.12);
    border:1px solid #e5e7eb;
    transition:.3s;
}

.about-info-card:hover{
    transform:translateY(-7px);
}

.about-info-card h2{
    font-size:26px;
    margin-bottom:18px;
    color:#5876c9;
}

.about-info-card p,
.about-info-card li{
    font-size:18px;
    line-height:1.7;
    color:#374151;
}

.about-info-card ul{
    padding-left:22px;
}
.about-banner{
    height:300px;
    background:url('/static/images/museum-bg.jpg');
    background-size:cover;
    background-position:center;
    position:relative;
}

.about-overlay{
    height:100%;
    background:rgba(50,80,180,.55);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color:white;
}

.about-overlay h1{
    font-size:52px;
}

.about-card{
    max-width:1000px;
    margin:50px auto;
    background:white;
    padding:40px;
    border-radius:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.1);
}

.author-card{
    display:flex;
    gap:25px;
    align-items:center;
    margin-top:30px;
}

.author-card img{
    width:140px;
    height:140px;
    border-radius:50%;
    object-fit:cover;
}
.about-profile-card{
    width:90%;
    max-width:1200px;
    margin:50px auto;
}
.about-profile-card{
    width:90%;
    max-width:1200px;
    margin:50px auto;
}

.profile-person{
    display:flex;
    gap:30px;
    align-items:center;
    margin-top:40px;
    padding-top:30px;
    border-top:1px solid #eee;
}

.profile-person img{
    width:180px;
    height:180px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid #4f6ddf;
}
.about-profile-card{
    width:90%;
    max-width:1200px;
    margin:60px auto;
    background:#fff;
    border-radius:25px;
    padding:50px;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
}

.profile-person{
    display:flex;
    gap:40px;
    align-items:center;
    margin-bottom:40px;
}

.profile-person:last-child{
    margin-bottom:0;
}

.profile-person img{
    width:220px;
    height:220px;
    border-radius:50%;
    object-fit:cover;
    border:5px solid #4f6ddf;
}

.profile-person h3{
    font-size:30px;
    color:#4f6ddf;
    margin-bottom:15px;
}

.profile-person p{
    font-size:18px;
    line-height:1.8;
}
/* VIRTUAL MUZEY */

.page-header{
    text-align:center;
    padding:60px 20px 40px;
}

.page-header h1{
    font-size:48px;
    color:#1e40af;
    margin-bottom:15px;
}

.page-header p{
    max-width:800px;
    margin:auto;
    font-size:18px;
    color:#555;
}

.museum-grid{
    max-width:1300px;
    margin:auto;
    padding:40px 20px 80px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:30px;
}

.museum-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.1);
    transition:.3s;
}

.museum-card:hover{
    transform:translateY(-10px);
}

.museum-card img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}

.museum-content{
    padding:25px;
}

.museum-content h3{
    color:#1e40af;
    margin-bottom:15px;
    font-size:24px;
}

.museum-content p{
    line-height:1.7;
    color:#555;
}

.museum-btn{
    display:inline-block;
    margin-top:20px;
    padding:12px 25px;
    background:#2563eb;
    color:white;
    text-decoration:none;
    border-radius:10px;
    font-weight:600;
}

.museum-btn:hover{
    background:#1d4ed8;
}
