.header-first {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 10px;
    background: #ffffff;
    border-top: 1px solid rgba(0,0,0,0.06);
}

.header-first img {
    width: 90px;
    height: auto;
    border-radius: 10px;
}

.header-first-text {
    font-size: 2.2rem;
    color: #334155;
    max-width: 620px;
    margin-right: 1rem;
}

.header-first-btn {
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    background: #4f46e5;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    transition: opacity .2s;
    white-space: nowrap;
}

.call-button {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.call-button img {
    width: 120px;
    height: auto;
    margin-right: 10px;
}
