body {
    font-family: 'Inter', sans-serif;
    background: #fdfdfd;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.hero-section {
    background: linear-gradient(135deg, #5b48ff, #7366ff);
    padding: 60px 0;
}

.hero-logo {
    width: 350px;
    border-radius: 12px;
    box-shadow: 0 4px 15px #00000040;
}

.hero-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.2rem;
    font-weight: 300;
}

.hero-note {
    background: #ffffff26;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 1.05rem;
    backdrop-filter: blur(6px);
}

.section-light {
    background: #f3f3ff;
}

.section-white {
    background: #fff;
}

.section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.info-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 14px #00000030;
}

.footer {
    background: #2b2b2b;
}

.staff-tag {
    margin-top: 20px;
    font-weight: 600;
    padding: 8px 18px;
    display: inline-block;
    background: #ffffff1a;
    border-radius: 8px;
}
