.freddie-header {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e9eef5;
    padding: 12px 24px;
    box-sizing: border-box;
}

.freddie-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.freddie-logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.freddie-logo {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.freddie-brand-text {
    display: flex;
    flex-direction: column;
}

.freddie-name {
    font-size: 22px;
    font-weight: 700;
    color: #1769e0;
    line-height: 1.1;
}

.freddie-tagline {
    font-size: 12px;
    color: #6b7280;
    margin-top: 3px;
}
