/* [IRIDIAN AI LAYER] CSS del bloc IaFeaturesV1 — familia ia*v1 (graella serveis, JS-free).
 * Tot scoped sota .iaLayer-iafeaturesv1. Sense CSS global, sense tocar CSS legacy.
 */
.iaLayer-iafeaturesv1 {
    --iafeat-accent: var(--xp-leaf-text);
    --iafeat-ink: var(--xp-text-strong);
    --iafeat-ink-2: var(--xp-text);
    --iafeat-hairline: var(--xp-border);
    /* max-width: 1040px; */
    margin: 0 auto;
    /* padding: 44px 20px; */
    padding: 44px 0;
    font-family: var(--ial-font-base, var(--xp-font-body));
    color: var(--iafeat-ink);
}
.iaLayer-iafeaturesv1 .iafeat-title {
    margin: 0 0 45px;
    /* font-size: clamp(1.5rem, 3vw, 2rem);
    letter-spacing: -.02em;
    font-weight: 700; */
    text-align: center;
}
.iaLayer-iafeaturesv1 .iafeat-intro {
    margin: 0 auto 30px;
    max-width: 60ch;
    text-align: center;
    color: var(--iafeat-ink-2);
    font-size: 1rem;
    line-height: 1.5;
}
.iaLayer-iafeaturesv1 .iafeat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 22px;
}
.iaLayer-iafeaturesv1 .iafeat-item {
    padding: 22px 20px;
    border: 1px solid var(--iafeat-hairline);
    border-radius: var(--xp-r-sm);
    background: var(--xp-paper);
}
.iaLayer-iafeaturesv1 .iafeat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px; height: 54px;
    border-radius: var(--xp-r-sm);
    background: rgba(0,113,227,.08);
    color: var(--iafeat-accent);
    font-size: 1.3rem;
    margin-bottom: 20px;
}
/* [2026-06-10] Icona via picker Iconify → SVG inline ({{ iailayer_icon }}). Hereta el color. */
.iaLayer-iafeaturesv1 .iafeat-icon svg {
    width: 34px; height: 34px;
    fill: currentColor; color: currentColor;
}
.iaLayer-iafeaturesv1 .iafeat-name {
    margin: 0 0 6px;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: -.01em;
}
.iaLayer-iafeaturesv1 .iafeat-text {
    color: var(--iafeat-ink-2);
    /* font-size: .96rem;
    line-height: 1.55; */
}
.iaLayer-iafeaturesv1 .iafeat-text > :first-child { margin-top: 0; }
.iaLayer-iafeaturesv1 .iafeat-text > :last-child { margin-bottom: 0; }
@media (max-width: 600px) { .iaLayer-iafeaturesv1 { padding: 30px 14px; } }
