/* =========================
   CASOS DE EXITO
========================= */
.breadcrumb-bar--success-stories { background: var(--pymes-blue); }
.home-success-stories { background: var(--pymes-bg-light); }
.home-success-stories .courses-carousel__track { gap: 30px; }
.home-success-stories .courses-carousel__slide { flex-basis: calc((100% - 60px) / 3); }
.home-success-stories .courses-carousel__arrow { width: 26px; height: 26px; background: transparent; border-radius: 50%; color: transparent; opacity: 1; position: absolute; }
.home-success-stories .courses-carousel__arrow:disabled { opacity: 1; }
.home-success-stories .courses-carousel__arrow::before { content: ""; position: absolute; inset: 0; display: block; background-position: center; background-repeat: no-repeat; background-size: 26px 26px; }
.home-success-stories .courses-carousel__arrow--prev::before { background-image: url('../../img/defaults/Vector.svg'); }
.home-success-stories .courses-carousel__arrow--next::before { background-image: url('../../img/defaults/Vector (1).svg'); }
.home-success-stories .courses-carousel__arrow-icon { opacity: 0; width: 0; height: 0; overflow: hidden; }
.success-story-slide { padding-top: 32px; padding-bottom: 34px; }
.home-success-stories .courses-carousel__track-wrap { padding-bottom: 34px; margin-bottom: -32px; }
.home-success-stories .courses-carousel__slide { padding-bottom: 34px; box-sizing: border-box; }
.success-stories-page { position: relative; min-height: 60vh; background: #ffffff; }
.success-stories-landing { position: relative; padding-top: 34px; padding-bottom: 0; isolation: isolate; }
.success-stories-landing::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    z-index: -1;
    height: 420px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 210px, rgba(255,255,255,.55) 300px, rgba(255,255,255,.88) 360px, #ffffff 420px),
        #ffffff url('../../img/search/fondosinresultadobusqueda.png') top center / cover no-repeat;
}
.success-stories-landing__hero { max-width: 860px; margin: 0 auto 34px; text-align: center; }
.success-stories-landing__eyebrow {text-align: center; min-height: 28px; color:#004D73; font-size: 16px; font-weight: 500; font-style: normal; letter-spacing: .04em; }
.success-stories-landing__title { margin: 14px 0 12px; color: rgba(0,77,115,1); font-size: var(--pymes-fs-title-md); line-height: 1.15; }
.success-stories-landing__summary { margin: 0; color: var(--pymes-black-75); font-size: var(--pymes-fs-body); line-height: 1.7; }
.success-stories-landing__summary > * { margin: 0 0 14px; }
.success-stories-landing__summary > *:last-child { margin-bottom: 0; }
.success-stories-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px; margin-bottom: 34px; align-items: stretch; }
.success-story-card { position: relative; display: flex; flex-direction: column; min-height: 100%; padding: 58px 24px 22px; border-radius: 18px; background: #ffffff; box-shadow: var(--pymes-shadow); text-align: center; }
.success-story-card--landing {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-areas:
        "quote quote"
        "avatar header"
        "body body"
        "footer footer";
    column-gap: 16px;
    row-gap: 24px;
    align-items: start;
    min-height: 350px;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 16px 32px rgba(12,12,13,.10), 0 4px 4px rgba(12,12,13,.05);
    text-align: left;
    overflow: hidden;
}
.success-story-card__inner { display: flex; flex-direction: column; min-height: 100%; padding-top: 28px; }
.success-story-card__header { display: flex; flex-direction: column; }
.success-story-card__body { flex: 1 1 auto; display: flex; align-items: flex-start; }
.success-story-card--home { width: 100%; min-height: 323px; padding: 68px 24px 24px; border-radius: 16px; box-shadow: var(--pymes-shadow); overflow: visible; text-align: center; }
.success-story-card--home::after { display: none; }
.success-story-card__avatar { position: absolute; top: -24px; left: 50%; width: 56px; height: 56px; border: 0; border-radius: 50%; overflow: hidden; transform: translateX(-50%); background: #d8eef8; }
.success-story-card--landing .success-story-card__avatar {
    position: static;
    grid-area: avatar;
    width: 64px;
    height: 64px;
    border-width: 0;
    transform: none;
    z-index: 1;
}
.success-story-card--home .success-story-card__avatar { top: -32px; width: 64px; height: 64px; border-width: 0; z-index: 2; }
.success-story-card__avatar img { width: 100%; height: 100%; object-fit: cover; }
.success-story-card__quote { margin-bottom: 12px; color: var(--pymes-blue); line-height: 1; }
.success-story-card__quote-svg { width: 44px; height: 32px; display: block; }
.success-story-card--landing .success-story-card__quote {
    grid-area: quote;
    justify-self: end;
    width: 40px;
    height: 40px;
    margin: 0;
    background: url('../../img/defaults/quotes.svg') center/contain no-repeat;
    color: transparent;
}
.success-story-card--landing .success-story-card__quote-svg { display: none; }
.success-story-card--home .success-story-card__quote { position: absolute; top: 24px; left: 24px; width: 40px; height: 40px; margin: 0; background: url('../../img/defaults/quotes.svg') center/contain no-repeat; color: transparent; }
.success-story-card--home .success-story-card__quote-svg { display: none; }
.success-story-card__name { margin: 0 0 6px; color: var(--pymes-black); font-size: var(--pymes-fs-title-sm); line-height: 1.25; }
.success-story-card--landing .success-story-card__inner { display: contents; padding-top: 0; }
.success-story-card--landing .success-story-card__header {
    grid-area: header;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    min-width: 0;
}
.success-story-card--landing .success-story-card__name { padding-left: 0; margin: 0; color: #343434; font-size: 20px; font-weight: 500; line-height: 1.2; letter-spacing: 0; }
.success-story-card--landing .success-story-card__name,
.success-story-card--landing .success-story-card__role {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.success-story-card--home .success-story-card__inner { padding-top: 4px; }
.success-story-card--home .success-story-card__name { margin-bottom: 2px; color: #343434; font-family: "Sen",sans-serif; font-size: 20px; font-weight: 500; line-height: 1.2; text-align: center; }
.success-story-card__role { margin: 0 0 12px; color: var(--pymes-black-75); font-size: var(--pymes-fs-body); line-height: 1.55; }
.success-story-card--landing .success-story-card__role { padding-left: 0; margin: 0; color: #6b6b6b; font-size: 16px; font-weight: 400; line-height: 1.2; }
.success-story-card--home .success-story-card__role { margin-bottom: 0; color: #6b6b6b; font-family: "Sen",sans-serif; font-size: 16px; font-weight: 400; line-height: 1.2; text-align: center; }
.success-story-card__stars { display: flex; align-items: center; justify-content: center; gap: 3px; margin-bottom: 14px; color: rgba(50,166,222,.20); line-height: 1; }
.success-story-card--landing .success-story-card__stars { justify-content: flex-start; padding-left: 0; gap: 2px; margin: 0; padding-top: 2px; }
.success-story-card__star { width: 16px; height: 16px; display: inline-flex; color: inherit; }
.success-story-card--landing .success-story-card__star { width: 18px; height: 18px; background: url('../../img/defaults/Star_empty.svg') center/contain no-repeat; color: transparent; }
.success-story-card__star svg { width: 100%; height: 100%; display: block; }
.success-story-card--landing .success-story-card__star svg { display: none; }
.success-story-card--landing .success-story-card__star.is-active { background-image: url('../../img/defaults/Star.svg'); }
.success-story-card--home .success-story-card__stars { margin-bottom: 16px; gap: 2px; margin-top: 16px; }
.success-story-card--home .success-story-card__star { width: 18px; height: 18px; background: url('../../img/defaults/Star_empty.svg') center/contain no-repeat; color: transparent; }
.success-story-card--home .success-story-card__star svg { display: none; }
.success-story-card--home .success-story-card__star.is-active { background-image: url('../../img/defaults/Star.svg'); }
.success-story-card__stars .is-active { color: #35a8ea; }
.success-story-card__text { margin: 0; color: var(--pymes-black-75); font-size: var(--pymes-fs-body); line-height: 1.7; }
.success-story-card--landing .success-story-card__body { grid-area: body; padding-top: 0; }
.success-story-card--landing .success-story-card__text { flex: 1 1 auto; width: 100%; max-width: 100%; margin: 0; color: #333333; font-size: 16px; font-weight: 400; line-height: 1.2; letter-spacing: 0; text-align: left; text-wrap: pretty; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden; }
.success-story-card--home .success-story-card__text { color: #333333; font-family: "Sen",sans-serif; font-size: 16px; font-weight: 400; line-height: 1.32; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }
.success-story-card__footer { margin-top: auto; padding-top: 18px; }
.success-story-card--landing .success-story-card__footer { grid-area: footer; margin-top: 0; padding-top: 0; }
.success-story-card--home .success-story-card__footer { display: none; }
.success-story-card__button { display: inline-flex; align-items: center; justify-content: center; min-width: 120px; min-height: 36px; padding: 0 16px; border: 0; border-radius: 6px; background: #1d85f0; color: #ffffff; font-size: var(--pymes-fs-badge); font-weight: 700; text-decoration: none; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.success-story-card--landing .success-story-card__button { width: 100%; min-width: 0; min-height: 48px; padding: 0 20px; border-radius: 6px; background: rgba(0,136,255,.2); color: #0088ff; font-size: 18px; font-weight: 400; line-height: 24px; }
.success-story-card--landing .success-story-card__button:hover { background: #c7e6f5; color: #0088FF; transform: none; }
.success-story-card__button:hover { background: #166ed0; transform: translateY(-1px); color: #ffffff; }
.success-story-card--home .success-story-card__button { min-width: 108px; min-height: 34px; border-radius: 7px; font-size: 12px; }
.community-cta {
    width: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    box-sizing: border-box;
    min-height: 0;
    padding-top: 42px;
    padding-bottom: 36px;
    padding-left: max(24px, calc((100vw - 1540px) / 2));
    padding-right: max(24px, calc((100vw - 1540px) / 2));
    background-position: center;
    background-size: cover;
    border-radius: 0;
    overflow: hidden;
}
.community-cta__inner {
    width: min(100%, 1540px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, .72fr);
    align-items: center;
    gap: 26px;
}
.community-cta__content { max-width: 640px; }
.community-cta__eyebrow {
    margin: 0 0 8px;
    color: #1c688f;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
}
.community-cta__content h2 {
    margin: 0 0 18px;
    color: #0b5788;
    font-size: var(--pymes-fs-title-md);
    line-height: 1.06;
    letter-spacing: -.02em;
    font-size: 32px;
}
.community-cta__text {
    max-width: 640px;
    margin: 0 0 20px;
    color: rgba(27,26,25,.80);
    font-size: var(--pymes-fs-body-lg);
    font-weight: 400;
    line-height: 1.42;
}
.community-cta__text p { margin: 0 0 14px; }
.community-cta__text p:last-child { margin-bottom: 0; }
.community-cta__figure { display: flex; justify-content: flex-end; align-items: center; margin: 0; }
.community-cta__figure img {
    width: auto;
    max-width: 360px;
    height: auto;
    object-fit: contain;
}
.community-cta__button {
    min-width: 150px;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 8px;
    font-size: var(--pymes-fs-body-lg);
    font-weight: 700;
}
.community-cta--success-stories { margin-top: 32px; }
.community-cta--about {
    padding-left: 0;
    padding-right: 0;
}
.community-cta--about .community-cta__inner {
    width: min(100% - 40px, var(--pymes-container));
}
.community-cta--contact {
    padding-left: 0;
    padding-right: 0;
}
.community-cta--contact .community-cta__inner {
    width: min(100% - 40px, var(--pymes-container));
}
.community-cta--related-initiatives {
    padding-left: max(24px, calc((100vw - 1320px) / 2));
    padding-right: max(24px, calc((100vw - 1320px) / 2));
}
.success-stories-page .page-numbers { margin-top: 30px; }
.success-stories-page .page-numbers a,
.success-stories-page .page-numbers span { background: #ffffff; color: var(--pymes-black); box-shadow: 0 8px 18px rgba(27,26,25,.08); }
.success-stories-page .page-numbers .current { background: var(--pymes-blue); color: #ffffff; }
.success-story-modal { position: fixed; inset: 0; z-index: 9998; display: flex; align-items: center; justify-content: center; padding: calc(24px + env(safe-area-inset-top, 0px)) 24px calc(24px + env(safe-area-inset-bottom, 0px)); }
.success-story-modal[hidden] { display: none; }
.success-story-modal__backdrop { position: absolute; inset: 0; background: rgba(10,18,28,.64); }
.success-story-modal__dialog { position: relative; z-index: 1; width: min(100%, 648px); max-height: min(calc(100dvh - 48px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px)), 860px); display: flex; flex-direction: column; border-radius: 8px; background: #ffffff; box-shadow: 0 30px 70px rgba(16,24,40,.26); overflow: hidden; overscroll-behavior: contain; }
.success-story-modal__close { position: absolute; top: 22px; right: 22px; width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; border: 0; padding: 0; background: transparent; color: #343434; cursor: pointer; z-index: 2; }
.success-story-modal__close svg { width: 16px; height: 16px; display: block; }
.success-story-modal__body { flex: 1 1 auto; min-height: 0; overflow: auto; padding: 0; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
.success-story-modal__content { padding: 24px 24px 48px 48px; }
.success-story-modal__header { display: flex; align-items: center; gap: 24px; margin-bottom: 32px; padding-right: 36px; }
.success-story-modal__avatar { width: 80px; height: 80px; flex: 0 0 80px; border-radius: 50%; overflow: hidden; background: #d8eef8; }
.success-story-modal__avatar img { width: 100%; height: 100%; object-fit: cover; }
.success-story-modal__heading { min-width: 0; }
.success-story-modal__title { margin: 0 0 6px; color: #343434; font-size: 24px; font-weight: 500; line-height: 1.08; }
.success-story-modal__subtitle { margin: 0; color: #6b6b6b; font-size: 20px; font-weight: 400; line-height: 1.2; }
.success-story-modal__title,
.success-story-modal__subtitle {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.success-story-modal__testimonial { position: relative; margin: 0 0 32px; padding: 32px; border-radius: 8px; background: rgba(22,181,255,.25); color: #004d73; font-size: 24px; font-weight: 400; line-height: 1.2; }
.success-story-modal__testimonial::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 34px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgba(22,181,255,.25);
}
.success-story-modal__testimonial p { position: relative; z-index: 1; margin: 0; }
.success-story-modal__sections { display: grid; gap: 24px; }
.success-story-modal__section { display: grid; gap: 12px; }
.success-story-modal__section-heading { display: flex; align-items: center; gap: 12px; }
.success-story-modal__section-icon { width: 24px; height: 24px; flex: 0 0 24px; }
.success-story-modal__section-icon img,
.success-story-modal__section-icon svg { width: 100%; height: 100%; display: block; }
.success-story-modal__section-title { margin: 0; color: #343434; font-size: 16px; font-weight: 600; line-height: 1.2; }
.success-story-modal__story { color: #4d4d4d; font-size: 16px; line-height: 1.32; }
.success-story-modal__story > *:first-child { margin-top: 0; }
.success-story-modal__story > *:last-child { margin-bottom: 0; }
.success-story-modal__story p { margin-bottom: 12px; }
.success-story-modal__section--contact { gap: 10px; }
.success-story-modal__links { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 0; padding-left: 36px; }
.success-story-modal__icon-link { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; background: #c1dceb; color: #ffffff; box-shadow: none; transition: transform .2s ease, background-color .2s ease; }
.success-story-modal__icon-link:hover { transform: translateY(-1px); background: #9fcde6; }
.success-story-modal__icon-link svg { width: 20px; height: 20px; display: block; }
.success-story-single-page__header { text-align: center; }
.success-story-single-page__panel { max-width: 720px; margin: 0 auto; }

@media (max-width:1100px) {
    .success-stories-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width:767px) {
    .success-stories-landing {
        padding-top: 32px;
    }
    .success-stories-landing .container {
        width: min(100% - 32px, var(--pymes-container));
    }
    .success-stories-landing__hero {
        max-width: 343px;
        margin: 0 auto 32px;
    }
    .success-stories-landing__eyebrow {
        min-height: 0;
        padding: 0;
        border-radius: 0;
        background: transparent;
        color: rgba(0,77,115,.75);
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0;
        text-transform: none;
    }
    .success-stories-landing__title {
        margin: 6px 0 0;
        color: #004d73;
        font-size: 24px;
        line-height: 1.2;
        font-weight: 600;
    }
    .success-stories-landing__summary {
        margin-top: 0;
        color: #333333;
        font-size: 16px;
        line-height: 1.2;
    }
    .success-stories-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 32px;
        justify-items: center;
    }
    .success-story-card--landing {
        display: grid;
        grid-template-columns: 64px minmax(0, 1fr);
        grid-template-areas:
            "quote quote"
            "avatar header"
            "body body"
            "footer footer";
        column-gap: 4px;
        row-gap: 0;
        align-items: start;
        width: min(100%, 343px);
        min-height: 369px;
        padding: 24px;
        border-radius: 16px;
    }
    .success-story-card--landing .success-story-card__text {
        font-size: 16px;
        line-height: 1.2;
        -webkit-line-clamp: 6;
    }
    .success-story-card--landing .success-story-card__avatar {
        position: static;
        grid-area: avatar;
        width: 64px;
        height: 64px;
        transform: none;
    }
    .success-story-card--landing .success-story-card__quote {
        grid-area: quote;
        justify-self: end;
        width: 40px;
        height: 40px;
        margin: 0 0 4px 0 !important;
        position: static;
    }
    .success-story-card--landing .success-story-card__inner {
        display: contents;
        padding-top: 0;
    }
    .success-story-card--landing .success-story-card__header {
        grid-area: header;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        min-width: 0;
        margin: 0 0 16px 0 !important;
    }
    .success-story-card--landing .success-story-card__name {
        padding-left: 0;
        margin: 0;
        font-size: 20px;
        line-height: 1.2;
        white-space: nowrap;
    }
    .success-story-card--landing .success-story-card__role {
        padding-left: 0;
        margin: 4px 0 6px;
        font-size: 16px;
        line-height: 1.2;
        white-space: nowrap;
    }
    .success-story-card--landing .success-story-card__stars {
        grid-area: auto;
        justify-content: flex-start;
        padding-left: 0;
        margin: 0;
    }
    .success-story-card--landing .success-story-card__body {
        grid-area: body;
        padding-top: 0;
        margin: 0 0 24px 0 !important;
    }
    .success-story-card--landing .success-story-card__footer {
        grid-area: footer;
        width: 100%;
        padding-top: 0 !important;
    }
    .success-story-card--landing .success-story-card__button {
        width: 100%;
        justify-content: center;
        min-height: 48px;
        padding: 0 20px;
        border-radius: 6px;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }
    .success-stories-page .page-numbers {
        gap: 5px;
        margin-top: 0;
    }
    .success-stories-page .page-numbers a,
    .success-stories-page .page-numbers span {
        min-width: 32px;
        min-height: 32px;
        padding: 0 8px;
    }
    .home-success-stories .courses-carousel__track { gap: 16px; }
    .home-success-stories .courses-carousel__slide { flex-basis: min(320px, calc(100% - 44px)); }
    .success-story-slide { padding-top: 32px; padding-bottom: 34px; }
    .home-success-stories .courses-carousel__track-wrap { padding-bottom: 32px; margin-bottom: 0; }
    .home-success-stories .courses-carousel__slide { padding-bottom: 0; box-sizing: border-box; }
    .home-success-stories .section-heading { margin-bottom: 24px; padding-inline: 0; }
    .home-success-stories .section-heading__left { gap: 10px; align-items: flex-start; }
    .home-success-stories .section-heading__icon { width: 24px; height: 24px; color: #343330; }
    .home-success-stories .section-heading__title { color: #333333; font-family: "Sen",sans-serif; font-size: 16px; font-weight: 500; line-height: 1.2; }
    .home-success-stories .section-heading__link { width: 32px; min-width: 32px; min-height: 32px; border-radius: 6px; background: #d9eefc; color: transparent; }
    .home-success-stories .section-heading__link:hover { background: #cde7fb; color: transparent; }
    .home-success-stories .section-heading__link::before { width: 9px; height: 9px; border-top-color: #1d85f0; border-right-color: #1d85f0; }
    .home-success-stories .courses-carousel__dots { padding-top: 0; margin-top: 0; gap: 10px; }
    .home-success-stories .courses-carousel__dot { width: 9px; height: 9px; background: rgba(27,26,25,.20); }
    .home-success-stories .courses-carousel__dot.is-active { background: rgba(27,26,25,.72); }
    .success-story-card--home { width: 320px; min-width: 320px; max-width: 320px; height: 292px; min-height: 292px; padding: 54px 24px 24px; margin: 0 auto; border-radius: 16px; box-shadow: var(--pymes-shadow); box-sizing: border-box; }
    .success-story-card--home .success-story-card__quote { top: 22px; left: 24px; width: 40px; height: 40px; }
    .success-story-card--home .success-story-card__avatar { top: -31px; width: 62px; height: 62px; border-width: 0; }
    .success-story-card--home .success-story-card__name { margin-top: 4px; color: #343434; font-family: "Sen",sans-serif; font-size: 20px; font-weight: 500; line-height: 1.2; margin-bottom: 0; }
    .success-story-card--home .success-story-card__role { color: #6b6b6b; font-family: "Sen",sans-serif; font-size: 16px; font-weight: 400; line-height: 1.2; }
    .success-story-card--home .success-story-card__stars { margin-bottom: 16px; gap: 2px; }
    .success-story-card--home .success-story-card__star { width: 18px; height: 18px; }
    .success-story-card--home .success-story-card__text { color: #333333; font-family: "Sen",sans-serif; font-size: 16px; font-weight: 400; line-height: 1.32; -webkit-line-clamp: 4; }
    .community-cta {
        min-height: 0;
        padding: 24px 20px;
    }
    .community-cta--success-stories {
        margin-top: 40px;
        padding: 40px 32px;
    }
    .community-cta--success-stories .community-cta__inner {
        width: 100%;
        gap: 24px;
    }
    .community-cta--success-stories .community-cta__content {
        max-width: none;
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .community-cta--success-stories .community-cta__eyebrow {
        margin: 0 0 6px 0;
        color: rgba(0,77,115,.75);
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
    }
    .community-cta--success-stories .community-cta__content h2 {
        margin: 0 0 24px 0;
        color: #004d73;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2;
    }
    .community-cta--success-stories .community-cta__text {
        margin: 0 0 24px 0;
        color: #333333;
        font-size: 16px;
        line-height: 1.2;
    }
    .community-cta--success-stories .community-cta__text p {
        margin: 0;
    }
    .community-cta--success-stories .community-cta__text p + p {
        margin-top: 19px;
    }
    .community-cta--success-stories .community-cta__text strong,
    .community-cta--success-stories .community-cta__text b {
        font-weight: 600;
    }
    .community-cta--success-stories .community-cta__button {
        width: 100%;
        min-height: 48px;
        border-radius: 6px;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }
    .community-cta__inner {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .community-cta--about {
        padding-left: 0;
        padding-right: 0;
    }
    .community-cta--about .community-cta__inner {
        width: min(100% - 18px, var(--pymes-container));
    }
    .community-cta--contact .community-cta__inner {
        width: 100%;
    }
    .community-cta--contact {
        padding: 40px 32px;
    }
    .community-cta--contact .community-cta__content {
        max-width: none;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .community-cta--contact .community-cta__eyebrow {
        margin: 0;
        color: rgba(0,77,115,.75);
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
    }
    .community-cta--contact .community-cta__content h2 {
        margin: 0;
        color: #004d73;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2;
    }
    .community-cta--contact .community-cta__text {
        margin: 0;
        color: #333333;
        font-size: 16px;
        line-height: 1.2;
    }
    .community-cta--contact .community-cta__text p {
        margin: 0;
    }
    .community-cta--contact .community-cta__text p + p {
        margin-top: 19px;
    }
    .community-cta--contact .community-cta__text strong,
    .community-cta--contact .community-cta__text b {
        font-weight: 600;
    }
    .community-cta--contact .community-cta__button {
        width: 100%;
        min-height: 48px;
        border-radius: 6px;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }
    .community-cta__content { max-width: none; text-align: left; }
    .community-cta__eyebrow { font-size: var(--pymes-fs-overline); line-height: 1.35; }
    .community-cta__content h2 { margin-bottom: 14px; font-size: var(--pymes-fs-title-md); line-height: 1.08; }
    .community-cta__text { margin-bottom: 18px; font-size: var(--pymes-fs-body-lg); line-height: 1.58; }
    .community-cta__button { width: 100%; min-height: 48px; font-size: var(--pymes-fs-body-lg); }
    .community-cta__figure { display: none; }
    .success-story-modal {
        align-items: flex-start;
        padding: calc(16px + env(safe-area-inset-top, 0px)) 16px calc(16px + env(safe-area-inset-bottom, 0px));
    }
    .success-story-modal__dialog {
        width: min(100%, 343px);
        height: calc(var(--success-story-modal-vh, 100dvh) - 32px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
        max-height: none;
        border-radius: 16px;
    }
    .success-story-modal__close {
        top: 24px;
        right: 24px;
        width: 24px;
        height: 24px;
        color: #343434;
        z-index: 3;
    }
    .success-story-modal__close svg {
        width: 24px;
        height: 24px;
    }
    .success-story-modal__body {
        flex: 1 1 auto;
        min-height: 0;
        padding: 0;
        touch-action: pan-y;
    }
    .success-story-modal__content { padding: 48px 24px 24px; }
    .success-story-modal__header {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-bottom: 24px;
        padding-right: 0;
        text-align: center;
    }
    .success-story-modal__avatar {
        width: 80px;
        height: 80px;
        flex-basis: 80px;
    }
    .success-story-modal__heading {
        width: 100%;
    }
    .success-story-modal__title {
        margin-bottom: 4px;
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
    }
    .success-story-modal__subtitle {
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
    }
    .success-story-modal__testimonial {
        margin-bottom: 32px;
        padding: 16px;
        font-size: 16px;
        line-height: 1.32;
        text-align: center;
        font-weight: 500;
    }
    .success-story-modal__testimonial::before {
        top: -13px;
        left: 50%;
        transform: translateX(-50%);
        border-left-width: 8px;
        border-right-width: 8px;
        border-bottom-width: 13px;
    }
    .success-story-modal__sections { gap: 32px; }
    .success-story-modal__section { gap: 16px; }
    .success-story-modal__section-heading { gap: 10px; }
    .success-story-modal__section-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
    }
    .success-story-modal__story {
        font-size: 16px;
        line-height: 1.2;
    }
    .success-story-modal__story p { margin-bottom: 14px; }
    .success-story-modal__links {
        gap: 16px;
        padding-left: 0;
    }
    .success-story-modal__icon-link {
        width: 44px;
        height: 44px;
        background: #c1dceb;
    }
    .success-story-modal__icon-link svg {
        width: 24px;
        height: 24px;
    }
}
    .success-story-card--home .success-story-card__inner { gap:0; }
