.header-brand {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 12px 16px;
    border-radius: 14px;
    background: linear-gradient(130deg, rgba(255, 255, 255, 0.96), rgba(239, 248, 214, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.globant-logo {
    width: 248px;
    max-width: 100%;
    height: auto;
    background: transparent;
    border: 0;
    padding: 0;
    box-shadow: none;
}

.header-copy h1 {
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(191, 215, 50, 0.52);
    color: var(--accent);
    background: rgba(191, 215, 50, 0.08);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.subtitle {
    color: var(--text-muted);
    font-size: 1.02rem;
    line-height: 1.45;
    max-width: 740px;
}

.header-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.chip {
    display: inline-flex;
    align-items: center;
    padding: 5px 11px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.05);
    color: #d7dee4;
    font-size: 0.76rem;
    font-weight: 500;
}

.header-health {
    min-width: 220px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.header-side {
    min-width: 0;
    display: grid;
    gap: 14px;
}

.header-language {
    display: grid;
    gap: 6px;
    justify-items: end;
}

.header-language label {
    color: #d7dee4;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.language-select {
    width: 100%;
    min-width: 170px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(8, 11, 15, 0.62);
    color: #f6f8fa;
    font-family: var(--font-body);
    font-size: 0.9rem;
}

.language-select:focus {
    outline: none;
    border-color: rgba(191, 215, 50, 0.7);
    box-shadow: 0 0 0 3px rgba(191, 215, 50, 0.12);
}

.health-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
    color: #d7dee4;
    font-size: 0.88rem;
    flex-wrap: wrap;
}

.health-item span:first-child {
    min-width: 0;
    flex: 1 1 auto;
}

.health-item .badge {
    flex: 0 0 auto;
}
