/* AI Integration & Machine Learning page */

.ai-page-hero {
    background: linear-gradient(135deg, #09090b 0%, #18181b 50%, color-mix(in srgb, var(--accent-color, #635bff), #09090b 75%) 100%);
    color: #fff;
    padding: 72px 0 64px;
}

.ai-page-hero h1 {
    color: #fff;
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    font-weight: 700;
    max-width: 720px;
    letter-spacing: -0.02em;
}

.ai-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #a5b4fc;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
}

.ai-lead {
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.72);
    max-width: 640px;
    margin-bottom: 0;
}

.ai-cap-card {
    height: 100%;
    padding: 28px 24px;
    background: #fff;
    border: 1px solid rgba(9, 9, 11, 0.08);
    border-radius: 16px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.ai-cap-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(9, 9, 11, 0.08);
}

.ai-cap-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    font-size: 22px;
    color: var(--accent-color, #635bff);
    background: color-mix(in srgb, var(--accent-color, #635bff), transparent 88%);
    border-radius: 12px;
}

.ai-cap-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.ai-cap-card p {
    font-size: 14px;
    color: #71717a;
    line-height: 1.65;
    margin: 0;
}

.ai-use-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
}

.ai-use-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.55;
    color: #3f3f46;
}

.ai-use-list i {
    color: var(--accent-color, #635bff);
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.ai-tech-box {
    padding: 32px;
    background: #fff;
    border: 1px solid rgba(9, 9, 11, 0.08);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(9, 9, 11, 0.06);
}

.ai-tech-box h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.ai-tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ai-tech-tags span {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #3f3f46;
    background: #f4f4f5;
    border-radius: 8px;
}

.ai-process-card {
    height: 100%;
    padding: 24px;
    background: #fff;
    border: 1px solid rgba(9, 9, 11, 0.08);
    border-radius: 16px;
}

.ai-process-num {
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    color: var(--accent-color, #635bff);
    margin-bottom: 12px;
}

.ai-process-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.ai-process-card p {
    font-size: 14px;
    color: #71717a;
    line-height: 1.6;
    margin: 0;
}

.ai-cta-band {
    background: linear-gradient(135deg, var(--accent-color, #635bff) 0%, #8b5cf6 100%);
    color: #fff;
}

.ai-cta-band h2 {
    color: #fff;
    font-weight: 700;
}

.ai-cta-band p {
    color: rgba(255, 255, 255, 0.85);
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.ai-cta-band .btn-outline-light:hover {
    color: var(--accent-color, #635bff);
    background: #fff;
}
