.atendimento-section-a4t7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
    width: calc(100% - 16px);
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    height: auto;
    min-height: auto;
    background: #282834;
    border-radius: 20px;
    overflow: hidden;
}

.atendimento-text-a4t7 {
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    background: transparent;
    border-radius: 0;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    opacity: 1;
    transform: none;
}

.atendimento-badge-a4t7 {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 2px 16px 2px 2px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: none;
    border-radius: 999px;
    width: fit-content;
}

.atendimento-badge-a4t7::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 999px;
    padding: 1px;
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.04) 25%, rgba(255, 255, 255, 0.04) 75%, rgba(255, 255, 255, 0.50) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

.atendimento-badge-icon-a4t7 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
}

.atendimento-badge-gradient-a4t7 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.atendimento-badge-logo-a4t7 {
    position: relative;
    width: 20px;
    height: 20px;
    object-fit: contain;
    z-index: 1;
}

.atendimento-badge-text-a4t7 {
    font-size: 16px;
    font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
    font-feature-settings: 'ss04' on, 'case' on;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0px;
}

.atendimento-headline-a4t7 {
    font-size: 32px;
    font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
    font-feature-settings: 'ss04' on, 'case' on;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #fff;
}

.atendimento-image-a4t7 {
    position: relative;
    width: 100%;
    height: 328px;
    min-height: 328px;
    max-height: 328px;
    border-radius: 12px;
    overflow: hidden;
    opacity: 1;
    transform: none;
}

.atendimento-bg-a4t7 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.atendimento-chat-a4t7 {
    position: absolute;
    top: 5%;
    right: 5%;
    left: 5%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: none;
}

.chat-bubble-a4t7 {
    display: flex;
    gap: 16px;
    align-items: flex-end;
    padding: 12px;
    background: rgba(40, 40, 52, 0.4);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.chat-bubble-visible-a4t7 {
    opacity: 1;
    transform: translateY(0);
}

.chat-bubble-user-a4t7 {
    margin-left: 0;
    border-bottom-right-radius: 4px;
    transition-delay: 0s;
}

.chat-bubble-support-a4t7 {
    margin-right: 0;
    border-bottom-left-radius: 4px;
    transition-delay: 0.4s;
}

.chat-text-a4t7 {
    flex: 1;
    font-size: 13px;
    font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
    font-feature-settings: 'ss04' on, 'case' on;
    line-height: 1.4;
    color: #fff;
}

.chat-meta-a4t7 {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}

.chat-time-a4t7 {
    font-size: 12px;
    color: #fff;
    opacity: 0.8;
}

.chat-check-a4t7 {
    width: 12px;
    height: 12px;
    opacity: 0.8;
}

@media (min-width: 1024px) {
    .atendimento-section-a4t7 {
        flex-direction: row;
        height: calc(100vh - 16px);
        min-height: 600px;
        width: calc(100% - 16px);
        background: #282834;
        border-radius: 20px;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        gap: 0;
    }

    .nav-header ~ .atendimento-section-a4t7,
    .nav-header ~ div .atendimento-section-a4t7,
    .nav-header ~ section .atendimento-section-a4t7,
    .nav-header ~ main .atendimento-section-a4t7 {
        height: calc(100vh - 76px);
    }

    .atendimento-text-a4t7 {
        width: 50%;
        height: auto;
        min-height: unset;
        max-height: unset;
        background: transparent;
        border-radius: 0;
        padding: 40px;
    }

    .atendimento-headline-a4t7 {
        font-size: clamp(40px, 5vw, 72px);
    }

    .atendimento-badge-text-a4t7 {
        font-size: 16px;
    }

    .atendimento-image-a4t7 {
        width: 50%;
        height: auto;
        min-height: unset;
        max-height: unset;
        border-radius: 12px;
        margin: 8px 8px 8px 0;
    }

    .atendimento-chat-a4t7 {
        top: 40px;
        right: 40px;
        left: auto;
        max-width: 360px;
    }

    .chat-bubble-user-a4t7 {
        margin-left: 40px;
    }

    .chat-bubble-support-a4t7 {
        margin-right: 40px;
    }

    .chat-bubble-a4t7 {
        padding: 16px;
    }

    .chat-text-a4t7 {
        font-size: 14px;
    }
}
