@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@700;800&display=swap');

.logo {
    text-align: center;
    margin-bottom: 15px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.brand-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: linear-gradient(135deg, #60a5fa, #2563eb);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(37, 99, 235, .28);
}

.brand-icon span {
    font-family: 'Manrope', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
}

.brand-text h2 {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
}

.brand-text .logo-text {
    color: #2563eb;
}

.brand-text p {
    margin-top: 5px;
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
}
