.ai-assistant-page {
    background: #f4f7fb;
    color: #132033;
}

.ai-assistant-section {
    padding: 64px 0;
}

.ai-assistant-shell {
    background: #ffffff;
    border: 1px solid rgba(0, 53, 116, 0.14);
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(19, 32, 51, 0.08);
    overflow: hidden;
}

.ai-assistant-header {
    background: linear-gradient(135deg, #003574, #0b6b8f);
    color: #ffffff;
    padding: 30px 34px;
}

.ai-assistant-kicker {
    display: block;
    margin-bottom: 8px;
    color: #bfe7d4;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ai-assistant-header h2 {
    margin: 0;
    font-size: 32px;
    line-height: 1.2;
}

.ai-assistant-placeholder {
    padding: 32px;
}

.ai-assistant-empty {
    border: 1px dashed rgba(0, 53, 116, 0.28);
    border-radius: 14px;
    background: #f8fbff;
    padding: 28px;
}

.ai-assistant-empty h3 {
    margin: 0 0 10px;
    color: #003574;
    font-size: 24px;
}

.ai-assistant-empty p {
    margin: 0;
    color: #4b5b70;
    font-size: 18px;
    line-height: 1.65;
}

@keyframes blink {
    0%,
    100% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .ai-assistant-section {
        padding: 36px 0;
    }

    .ai-assistant-header,
    .ai-assistant-placeholder {
        padding: 22px;
    }

    .ai-assistant-header h2 {
        font-size: 25px;
    }
}
