body {
    font-family: "Poppins", sans-serif;
    background: linear-gradient(120deg, #a1a1a1 0%, #05153b 100%);
    margin: 0;
    color: #fff;
}

.main-welcome {
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    text-align: center;
}

.bg-beranda-utama {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: brightness(0.5) blur(10px);
}

.wrap-welcome {
    background: rgba(255, 255, 255, 0.12);
    padding: 50px 40px;
    border-radius: 22px;
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    max-width: 800px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.portal-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #7ad5ff;
}

.intro-text {
    font-size: 15px;
    margin-bottom: 30px;
    color: #ddd;
}

.menu-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 22px;
}

.card-portal {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 28px 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

.card-portal i {
    color: #08acf4;
    margin-bottom: 8px;
}

.card-portal:hover {
    transform: translateY(-8px) scale(1.03);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 12px 28px rgba(0,0,0,0.35);
}

.title-card-portal {
    font-size: 18px;
    font-weight: 600;
}

.komentar-card-portal {
    margin-top: 8px;
    font-size: 13px;
    opacity: 0.9;
}

.portal-pengguna-sekolah {
    margin-top: 35px;
    font-size: 15px;
    background: rgba(0,0,0,0.35);
    padding: 10px 18px;
    border-radius: 10px;
    display: inline-block;
}
