/* ai-landing.css — посадочная /ai (Стрела ИИ Агент) */

body.strela-page-ai {
    background: var(--appl-bg, #f5f6fa);
}

.ail-hero {
    padding-top: 14px;
}

.ail-hero-banner {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 0 0 16px;
    background: #eef1f6;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
}

.ail-about-p {
    margin: 0 0 12px;
    color: var(--appl-text2, #5b6478);
    font-size: 15px;
    line-height: 1.55;
}

.ail-about-p:last-child {
    margin-bottom: 0;
}

.ail-faq {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ail-faq-item {
    border: 1px solid var(--appl-line, rgba(15, 23, 42, .1));
    border-radius: 12px;
    background: var(--appl-tile, rgba(15, 23, 42, .035));
    padding: 0 14px;
}

.ail-faq-item summary {
    cursor: pointer;
    list-style: none;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 0;
    color: var(--appl-text, #0f172a);
}

.ail-faq-item summary::-webkit-details-marker {
    display: none;
}

.ail-faq-item summary::after {
    content: '+';
    float: right;
    color: var(--appl-text2, #5b6478);
    font-weight: 700;
}

.ail-faq-item[open] summary::after {
    content: '−';
}

.ail-faq-item p {
    margin: 0 0 14px;
    color: var(--appl-text2, #5b6478);
    font-size: 14px;
    line-height: 1.45;
}

a.ail-related {
    text-decoration: none;
    color: inherit;
    transition: border-color .15s ease, transform .15s ease;
}

a.ail-related:hover {
    border-color: rgba(245, 179, 1, .45);
}

@media (min-width: 768px) {
    .ail-hero-banner {
        border-radius: 18px;
        margin-bottom: 18px;
    }
}
