/* Data Build professional page */
.databuild-hero .rag-hero-title {
    font-size: clamp(1.85rem, 3.5vw, 2.75rem);
}

.databuild-knowledge {
    max-width: 720px;
    margin: 0 auto;
}

.databuild-knowledge p {
    margin: 0 0 1.1em;
    font-size: 1rem;
    color: #bbbbbb;
    line-height: 1.75;
}

.databuild-knowledge p:last-child {
    margin-bottom: 0;
}

.databuild-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.databuild-list-item {
    padding: 24px 22px;
    background: rgba(0, 212, 255, 0.06);
    border: 1px solid rgba(0, 212, 255, 0.22);
    border-radius: 14px;
}

.databuild-list-item h3 {
    margin: 0 0 10px;
    font-size: 1.05rem;
    color: #00d4ff;
}

.databuild-list-item p {
    margin: 0;
    font-size: 0.92rem;
    color: #bbbbbb;
    line-height: 1.6;
}

.databuild-automation {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
}

.databuild-automation span {
    padding: 12px 18px;
    background: rgba(0, 212, 255, 0.08);
    border: 1px solid rgba(0, 212, 255, 0.25);
    border-radius: 999px;
    font-size: 0.9rem;
    color: #dddddd;
}

.databuild-cta {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 36px;
}

@media (max-width: 768px) {
    .databuild-list {
        grid-template-columns: 1fr;
    }
}
