/* [XP V3 2026-08-26] xpbandaexperiencia — banda oscura a dos columnas. */

.iaLayer-xpbandaexperiencia {
    position: relative;
    overflow: hidden;
    background: radial-gradient(120% 150% at 82% 0%,
        var(--xpbe-bg-1, #1D4B39) 0%,
        var(--xpbe-bg-2, #14372B) 62%);
    color: var(--xpbe-title, #FBF7EF);
    padding: 60px 15px;
}

.iaLayer-xpbandaexperiencia .xpbe-arch {
    position: absolute;
    width: 280px;
    height: 140px;
    border-radius: 140px 140px 0 0;
    background: var(--xpbe-arch, rgba(140, 198, 63, 0.12));
    bottom: 0;
    right: 60px;
    pointer-events: none;
}

.iaLayer-xpbandaexperiencia .xpbe-inner {
    position: relative;
    max-width: var(--xpbe-max, 1400px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 44px;
    align-items: center;
}

.iaLayer-xpbandaexperiencia .xpbe-eyebrow {
    margin: 0;
    color: var(--xpbe-eyebrow, #8CC63F);
    font-family: var(--xp-font-body, "Work Sans", sans-serif);
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    line-height: 1.2;
}

.iaLayer-xpbandaexperiencia .xpbe-title {
    font-family: var(--xp-font-heading, "Outfit", sans-serif);
    font-size: 38px;
    font-weight: 600;
    color: var(--xpbe-title, #FBF7EF);
    line-height: 1.12;
    margin: 12px 0 0;
    max-width: 520px;
    text-wrap: balance;
}

.iaLayer-xpbandaexperiencia .xpbe-note {
    margin-top: 12px;
    max-width: 520px;
    color: var(--xpbe-note, rgba(251, 247, 239, 0.65));
    font-family: var(--xp-font-body, "Work Sans", sans-serif);
    font-size: 14px;
    line-height: 1.7;
}

.iaLayer-xpbandaexperiencia .xpbe-body {
    color: var(--xpbe-text, rgba(251, 247, 239, 0.78));
    font-family: var(--xp-font-body, "Work Sans", sans-serif);
    font-size: 15px;
    line-height: 1.75;
    text-wrap: pretty;
}

.iaLayer-xpbandaexperiencia .xpbe-highlight {
    margin-top: 14px;
    color: var(--xpbe-highlight, #8CC63F);
    font-family: var(--xp-font-body, "Work Sans", sans-serif);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.75;
    text-wrap: pretty;
}

/* El tema declara `main p { font-family; font-size; font-weight; color }`, asi que
   los parrafos del texto enriquecido ignoran lo puesto en el contenedor. Sin esto
   el cuerpo saldria en color oscuro sobre la banda verde. */
.iaLayer-xpbandaexperiencia .xpbe-note > p,
.iaLayer-xpbandaexperiencia .xpbe-body > p,
.iaLayer-xpbandaexperiencia .xpbe-highlight > p {
    margin: 0;
    font-family: var(--xp-font-body, "Work Sans", sans-serif);
    letter-spacing: normal;
}
.iaLayer-xpbandaexperiencia .xpbe-note > p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--xpbe-note, rgba(251, 247, 239, 0.65));
}
.iaLayer-xpbandaexperiencia .xpbe-body > p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
    color: var(--xpbe-text, rgba(251, 247, 239, 0.78));
}
.iaLayer-xpbandaexperiencia .xpbe-highlight > p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.75;
    color: var(--xpbe-highlight, #8CC63F);
}
.iaLayer-xpbandaexperiencia .xpbe-note > p + p,
.iaLayer-xpbandaexperiencia .xpbe-body > p + p,
.iaLayer-xpbandaexperiencia .xpbe-highlight > p + p { margin-top: 12px; }

@media (max-width: 991px) {
    .iaLayer-xpbandaexperiencia { padding: 44px 15px; }
    .iaLayer-xpbandaexperiencia .xpbe-inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .iaLayer-xpbandaexperiencia .xpbe-title { font-size: 30px; max-width: none; }
    .iaLayer-xpbandaexperiencia .xpbe-note { max-width: none; }
    .iaLayer-xpbandaexperiencia .xpbe-arch { right: 16px; width: 200px; height: 100px; }
}
