/* ============================================================================
   QUIÉNES SOMOS — REDISEÑO INTERNO
   ----------------------------------------------------------------------------
   Basado en:
   - Sección problemas / diagnóstico financiero
   - Sección beneficios de la Ley de Insolvencia
   Reglas:
   - No usar rem.
   - No usar clamp().
   - Todo en px.
   - Contenido textual desde BD.
   ============================================================================ */


/* ============================================================================
   01. BANNER INTERNO
   ============================================================================ */

.gar-about-hero {
    position: relative;
    min-height: 250px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--gar-primary-deep);
    font-family: var(--gar-font-body);
}

.gar-about-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.34;
    transform: scale(1.06);
}

.gar-about-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(
            90deg,
            rgba(0, 50, 71, 0.96) 0%,
            rgba(0, 90, 127, 0.86) 52%,
            rgba(0, 50, 71, 0.82) 100%
        );
}

.gar-about-hero__decor {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
}

.gar-about-hero__shape {
    position: absolute;
    display: block;
    border: 1px solid rgba(216, 184, 109, 0.18);
    background: rgba(216, 184, 109, 0.08);
}

.gar-about-hero__shape--one {
    top: 52px;
    right: 8%;
    width: 118px;
    height: 118px;
    border-radius: 30px;
    transform: rotate(18deg);
}

.gar-about-hero__shape--two {
    left: 9%;
    bottom: -52px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
}

.gar-about-hero .container {
    position: relative;
    z-index: 5;
}

.gar-about-hero__content {
    max-width: 760px;
    margin: 0 auto;
    padding: 74px 0;
    text-align: center;
}

.gar-about-hero__content h1 {
    margin: 0;
    color: var(--gar-secondary);
    font-family: var(--gar-font-hero);
    font-size: 58px;
    font-weight: 800;
    line-height: 64px;
}

.gar-about-hero__breadcrumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.80);
    font-family: var(--gar-font-display);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.gar-about-hero__breadcrumb a {
    color: var(--gar-white);
    text-decoration: none;
    transition: color var(--gar-transition-fast);
}

.gar-about-hero__breadcrumb a:hover {
    color: var(--gar-secondary-light);
    text-decoration: none;
}

.gar-about-hero__breadcrumb span {
    color: var(--gar-secondary-light);
}

.gar-about-hero__breadcrumb strong {
    color: rgba(255, 255, 255, 0.74);
    font-weight: 600;
}


/* ============================================================================
   02. ¿POR QUÉ NOSOTROS? — Estilo problemas
   ============================================================================ */

.gar-about-why {
    position: relative;
    overflow: hidden;
    padding: var(--gar-section-padding);
    background:
        radial-gradient(circle at 8% 18%, rgba(216, 184, 109, 0.10), transparent 28%),
        radial-gradient(circle at 88% 82%, rgba(0, 90, 127, 0.08), transparent 30%),
        linear-gradient(180deg, #f7f8f6 0%, var(--gar-cream) 100%);
    color: var(--gar-text);
    font-family: var(--gar-font-body);
}

.gar-about-why .container {
    position: relative;
    z-index: 3;
}

.gar-about-why__decor {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.gar-about-why__decor-statue {
    position: absolute;
    left: -44px;
    bottom: -70px;
    width: 285px;
    height: auto;
    color: rgba(0, 90, 127, 0.055);
}

.gar-about-why__shape {
    position: absolute;
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(216, 184, 109, 0.20);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.42);
    color: rgba(0, 90, 127, 0.13);
    box-shadow: 0 20px 50px rgba(0, 90, 127, 0.06);
    transform: rotate(-8deg);
}

.gar-about-why__shape i {
    font-size: 32px;
    line-height: 1;
}

.gar-about-why__shape--one {
    top: 10%;
    left: 7%;
}

.gar-about-why__shape--two {
    left: 45%;
    bottom: 9%;
    width: 92px;
    height: 92px;
    color: rgba(216, 184, 109, 0.17);
    transform: rotate(10deg);
}

.gar-about-why__shape--three {
    right: 7%;
    bottom: 12%;
    color: rgba(0, 90, 127, 0.11);
    transform: rotate(12deg);
}

.gar-about-why__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
    gap: 72px;
    align-items: start;
}

.gar-about-why__media,
.gar-about-why__content {
    position: relative;
    z-index: 2;
}

.gar-about-why__media {
    padding-top: 25px;
}

.gar-about-why__collage {
    position: relative;
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    grid-template-rows: 255px 255px;
    gap: 20px;
    min-height: 540px;
}

.gar-about-why__frame {
    position: absolute;
    top: -24px;
    left: -24px;
    z-index: 1;
    width: 74%;
    height: calc(100% - 16px);
    border: 2px solid rgba(0, 90, 127, 0.46);
    border-radius: 78px 0 78px 78px;
}

.gar-about-why__photo,
.gar-about-why__visual-card {
    position: relative;
    z-index: 2;
}

.gar-about-why__photo {
    margin: 0;
    overflow: hidden;
    background: var(--gar-white);
    box-shadow: 0 22px 58px rgba(0, 90, 127, 0.13);
}

.gar-about-why__photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition:
        transform var(--gar-transition-smooth),
        filter var(--gar-transition-smooth);
}

.gar-about-why__photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0, 90, 127, 0.02),
            rgba(0, 90, 127, 0.18)
        );
    opacity: 0.72;
    pointer-events: none;
}

.gar-about-why__photo--vertical {
    grid-column: 1;
    grid-row: 1 / 3;
    border-radius: 72px 0 72px 72px;
}

.gar-about-why__photo--vertical img {
    object-position: 44% center;
}

.gar-about-why__photo--top {
    grid-column: 2;
    grid-row: 1;
    border-radius: 0 72px 0 72px;
}

.gar-about-why__visual-card {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
    overflow: hidden;
    border-radius: 0 72px 72px 0;
    background:
        linear-gradient(145deg, var(--gar-primary-light), var(--gar-primary));
    color: var(--gar-white);
    box-shadow: 0 22px 58px rgba(0, 90, 127, 0.17);
}

.gar-about-why__visual-card::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.gar-about-why__visual-card::after {
    content: '';
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 26px;
    height: 2px;
    background: linear-gradient(90deg, var(--gar-secondary), transparent);
}

.gar-about-why__visual-icon {
    position: relative;
    z-index: 2;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border-radius: 50%;
    background: var(--gar-secondary);
    color: var(--gar-primary-deep);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.gar-about-why__visual-icon i {
    font-size: 23px;
    line-height: 1;
}

.gar-about-why__visual-card strong {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 0;
    color: var(--gar-white);
    font-family: var(--gar-font-hero);
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
}

.gar-about-why__seal {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 86px;
    height: 86px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 4px solid var(--gar-cream);
    border-radius: 50%;
    background:
        radial-gradient(circle, var(--gar-primary-light) 0%, var(--gar-primary-deep) 72%);
    box-shadow: 0 16px 36px rgba(0, 90, 127, 0.24);
    transform: translate(-50%, -50%);
}

.gar-about-why__seal::before {
    content: 'GARAVITO';
    position: absolute;
    inset: 8px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 14px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.72);
    font-family: var(--gar-font-display);
    font-size: 7px;
    font-weight: 800;
    line-height: 1;
}

.gar-about-why__seal span {
    padding-top: 11px;
    color: var(--gar-white);
    font-family: var(--gar-font-hero);
    font-size: 23px;
    font-weight: 800;
    line-height: 1;
}

.gar-about-why__collage:hover .gar-about-why__photo img {
    transform: scale(1.04);
    filter: saturate(1.05);
}

.gar-about-why__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 22px;
    padding: 8px 19px;
    border: 1px solid rgba(216, 184, 109, 0.42);
    border-radius: 999px;
    background: rgba(216, 184, 109, 0.12);
    color: var(--gar-secondary-dark);
    font-family: var(--gar-font-display);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.gar-about-why__eyebrow-dot {
    width: 9px;
    height: 9px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--gar-secondary);
    box-shadow: 0 0 0 5px rgba(216, 184, 109, 0.14);
}

.gar-about-why__title {
    position: relative;
    max-width: 710px;
    margin: 0;
    color: var(--gar-primary-deep);
    font-family: var(--gar-font-hero);
    font-size: 50px;
    font-weight: 800;
    line-height: 55px;
}

.gar-about-why__title span,
.gar-about-why__title em,
.gar-about-why__title i,
.gar-about-why__title b,
.gar-about-why__title strong {
    color: var(--gar-secondary-dark);
}

.gar-about-why__dynamic {
    max-width: 760px;
    margin-top: 16px;
    color: var(--gar-text-soft);
    font-size: 16px;
    line-height: 27px;
}

.gar-about-why__dynamic p {
    margin: 0 0 16px;
    color: var(--gar-text-soft);
    font-size: 16px;
    line-height: 27px;
}

.gar-about-why__dynamic strong,
.gar-about-why__dynamic b {
    color: var(--gar-primary-deep);
    font-family: var(--gar-font-display);
    font-weight: 700;
}

.gar-about-why__dynamic a {
    color: var(--gar-primary);
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 90, 127, 0.22);
    transition:
        color var(--gar-transition-fast),
        border-color var(--gar-transition-fast);
}

.gar-about-why__dynamic a:hover {
    color: var(--gar-secondary-dark);
    border-color: var(--gar-secondary-dark);
    text-decoration: none;
}

.gar-about-why__dynamic ul,
.gar-about-why__dynamic ol {
    display: grid;
    gap: 14px;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.gar-about-why__dynamic li {
    position: relative;
    display: block;
    min-height: 78px;
    padding: 18px 22px 18px 82px;
    border: 1px solid rgba(232, 221, 200, 0.96);
    border-radius: var(--gar-radius-md);
    background: rgba(255, 255, 255, 0.88);
    color: var(--gar-text-soft);
    font-size: 14px;
    line-height: 20px;
    box-shadow: 0 10px 28px rgba(0, 90, 127, 0.06);
    transition:
        transform var(--gar-transition-smooth),
        box-shadow var(--gar-transition-smooth),
        border-color var(--gar-transition-smooth),
        background var(--gar-transition-smooth);
}

.gar-about-why__dynamic li::before {
    content: '\F26E';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background:
        linear-gradient(135deg, var(--gar-primary-deep), var(--gar-primary-light));
    color: var(--gar-white);
    font-family: "bootstrap-icons";
    font-size: 22px;
    line-height: 1;
    box-shadow: 0 12px 24px rgba(0, 90, 127, 0.18);
}

.gar-about-why__dynamic li:hover {
    background: var(--gar-white);
    border-color: rgba(216, 184, 109, 0.70);
    box-shadow: var(--gar-shadow-medium);
    transform: translateX(8px);
}


/* ============================================================================
   03. MISIÓN Y VISIÓN — Estilo beneficios sin video
   ============================================================================ */

.gar-about-purpose {
    position: relative;
    overflow: hidden;
    padding: 109px 0;
    background:
        radial-gradient(circle at 92% 10%, rgba(216, 184, 109, 0.14), transparent 30%),
        radial-gradient(circle at 8% 90%, rgba(0, 90, 127, 0.10), transparent 34%),
        linear-gradient(180deg, #edf4f6 0%, #f7f4ec 100%);
    font-family: var(--gar-font-body);
}

.gar-about-purpose .container {
    position: relative;
    z-index: 2;
    max-width: 1220px;
}

.gar-about-purpose__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.gar-about-purpose__pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle, rgba(0, 90, 127, 0.10) 1px, transparent 1px),
        radial-gradient(circle, rgba(216, 184, 109, 0.10) 1px, transparent 1px);
    background-size: 22px 22px, 22px 22px;
    background-position: 0 0, 11px 11px;
    opacity: 0.34;
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 82%, transparent);
    mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 82%, transparent);
}

.gar-about-purpose__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(95px);
    opacity: 0.58;
}

.gar-about-purpose__glow--two {
    left: -210px;
    bottom: -250px;
    width: 560px;
    height: 560px;
    background: radial-gradient(circle, rgba(0, 90, 127, 0.16), transparent 70%);
}

.gar-about-purpose__shape {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.gar-about-purpose__shape--two {
    left: 5%;
    bottom: 12%;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(216, 184, 109, 0.10);
    border-radius: 50%;
    background: rgba(216, 184, 109, 0.08);
}

.gar-about-purpose__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.9fr);
    align-items: start;
    gap: 74px;
}

.gar-about-purpose__content {
    max-width: 650px;
}

.gar-about-purpose__list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.gar-about-purpose__item {
    position: relative;
    min-height: 150px;
    overflow: hidden;
    padding: 26px 28px 26px 92px;
    border: 1px solid rgba(0, 90, 127, 0.08);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 240, 0.90));
    box-shadow:
        0 16px 38px rgba(0, 90, 127, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.78);
    transition:
        transform var(--gar-transition-smooth),
        box-shadow var(--gar-transition-smooth),
        border-color var(--gar-transition-smooth);
}

.gar-about-purpose__item:hover {
    border-color: rgba(216, 184, 109, 0.42);
    box-shadow: 0 24px 54px rgba(0, 90, 127, 0.14);
    transform: translateX(8px);
}

.gar-about-purpose__item-number {
    position: absolute;
    top: 26px;
    left: 24px;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--gar-secondary), var(--gar-secondary-dark));
    color: var(--gar-primary-deep);
    font-family: var(--gar-font-hero);
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    box-shadow:
        0 10px 22px rgba(216, 184, 109, 0.22),
        0 0 0 6px rgba(216, 184, 109, 0.12);
}

.gar-about-purpose__item-content h2 {
    margin: 0 0 12px;
    color: var(--gar-primary-deep);
    font-family: var(--gar-font-hero);
    font-size: 32px;
    font-weight: 800;
    line-height: 38px;
}

.gar-about-purpose__item-content h2 span,
.gar-about-purpose__item-content h2 b,
.gar-about-purpose__item-content h2 strong {
    color: var(--gar-secondary-dark);
}

.gar-about-purpose__dynamic {
    color: var(--gar-text-soft);
    font-size: 15px;
    line-height: 25px;
}

.gar-about-purpose__dynamic p {
    margin: 0 0 12px;
    color: var(--gar-text-soft);
    font-size: 15px;
    line-height: 25px;
}

.gar-about-purpose__dynamic p:last-child {
    margin-bottom: 0;
}

.gar-about-purpose__dynamic strong,
.gar-about-purpose__dynamic b {
    color: var(--gar-primary-deep);
    font-family: var(--gar-font-display);
    font-weight: 700;
}

.gar-about-purpose__dynamic a {
    color: var(--gar-primary);
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 90, 127, 0.22);
    transition:
        color var(--gar-transition-fast),
        border-color var(--gar-transition-fast);
}

.gar-about-purpose__dynamic a:hover {
    color: var(--gar-secondary-dark);
    border-color: var(--gar-secondary-dark);
    text-decoration: none;
}

.gar-about-purpose__dynamic ul,
.gar-about-purpose__dynamic ol {
    display: flex;
    flex-direction: column;
    gap: 12px;
    counter-reset: garPurposeItem;
    list-style: none !important;
    margin: 16px 0 0 !important;
    padding: 0 !important;
}

.gar-about-purpose__dynamic li {
    position: relative;
    counter-increment: garPurposeItem;
    overflow: hidden;
    margin: 0 !important;
    padding: 15px 18px 15px 66px !important;
    border: 1px solid rgba(0, 90, 127, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    color: var(--gar-text-soft);
    font-size: 14px;
    line-height: 22px;
    list-style: none !important;
}

.gar-about-purpose__dynamic li::before {
    content: counter(garPurposeItem, decimal-leading-zero);
    position: absolute;
    top: 50%;
    left: 14px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--gar-secondary), var(--gar-secondary-dark));
    color: var(--gar-primary-deep);
    font-family: var(--gar-font-hero);
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    transform: translateY(-50%);
}

.gar-about-purpose__media {
    position: relative;
}

.gar-about-purpose__media-shell {
    position: relative;
    max-width: 570px;
    margin-left: auto;
}

.gar-about-purpose__media-card {
    position: relative;
}

.gar-about-purpose__media-card::before {
    content: "";
    position: absolute;
    inset: 30px -22px -22px 36px;
    z-index: 0;
    border: 1px solid var(--gar-secondary);
    border-radius: 36px;
}

.gar-about-purpose__image-wrap {
    position: relative;
    z-index: 2;
    overflow: hidden;
    aspect-ratio: 4 / 4.25;
    border: 8px solid rgba(255, 255, 255, 0.90);
    border-radius: 36px;
    background: var(--gar-primary);
    box-shadow:
        0 32px 75px rgba(0, 90, 127, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.gar-about-purpose__image-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.02);
    transition:
        transform 800ms ease,
        filter 800ms ease;
}

.gar-about-purpose__image-wrap:hover img {
    filter: saturate(1.08);
    transform: scale(1.075);
}

.gar-about-purpose__image-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            180deg,
            rgba(0, 90, 127, 0.18) 0%,
            rgba(0, 90, 127, 0.05) 36%,
            rgba(0, 90, 127, 0.30) 72%,
            rgba(0, 50, 71, 0.72) 100%
        );
    pointer-events: none;
}


/* ============================================================================
   04. RESPONSIVE
   ============================================================================ */

@media (max-width: 1199px) {
    .gar-about-why__grid {
        gap: 54px;
    }

    .gar-about-why__collage {
        grid-template-rows: 235px 235px;
        min-height: 500px;
    }

    .gar-about-why__visual-card {
        padding: 26px;
    }

    .gar-about-why__title {
        font-size: 46px;
        line-height: 51px;
    }

    .gar-about-purpose__grid {
        grid-template-columns: minmax(0, 1fr) minmax(390px, 0.88fr);
        gap: 51px;
    }
}

@media (max-width: 991px) {
    .gar-about-hero {
        min-height: 300px;
    }

    .gar-about-hero__content {
        padding: 62px 0;
    }

    .gar-about-hero__content h1 {
        font-size: 48px;
        line-height: 55px;
    }

    .gar-about-why {
        padding: var(--gar-section-padding-tablet);
    }

    .gar-about-why__grid {
        display: flex;
        flex-direction: column;
        gap: 52px;
    }

    .gar-about-why__content {
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
    }

    .gar-about-why__media {
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
        padding-top: 0;
    }

    .gar-about-why__title {
        max-width: 680px;
        font-size: 42px;
        line-height: 47px;
    }

    .gar-about-purpose {
        padding: var(--gar-section-padding-tablet);
    }

    .gar-about-purpose__grid {
        grid-template-columns: 1fr;
        gap: 61px;
    }

    .gar-about-purpose__content {
        max-width: 760px;
        margin: 0 auto;
    }

    .gar-about-purpose__media-shell {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .gar-about-hero {
        min-height: 270px;
    }

    .gar-about-hero__content {
        padding: 54px 0;
        text-align: left;
    }

    .gar-about-hero__content h1 {
        font-size: 40px;
        line-height: 46px;
    }

    .gar-about-hero__breadcrumb {
        justify-content: flex-start;
        font-size: 14px;
    }

    .gar-about-why {
        padding: var(--gar-section-padding-mobile);
    }

    .gar-about-why__grid {
        gap: 38px;
    }

    .gar-about-why__content {
        text-align: left;
    }

    .gar-about-why__eyebrow {
        gap: 9px;
        margin-bottom: 17px;
        padding: 7px 15px;
        font-size: 11px;
    }

    .gar-about-why__title {
        font-size: 38px;
        line-height: 43px;
    }

    .gar-about-why__dynamic {
        margin-top: 25px;
    }

    .gar-about-why__dynamic p {
        font-size: 15px;
        line-height: 25px;
    }

    .gar-about-why__dynamic ul,
    .gar-about-why__dynamic ol {
        gap: 12px;
    }

    .gar-about-why__dynamic li {
        min-height: auto;
        padding: 15px 15px 15px 73px;
        border-radius: 14px;
        font-size: 14px;
        line-height: 20px;
    }

    .gar-about-why__dynamic li::before {
        top: 16px;
        left: 16px;
        width: 38px;
        height: 38px;
        font-size: 17px;
    }

    .gar-about-why__collage {
        width: 100%;
        max-width: 540px;
        min-height: 352px;
        display: grid;
        grid-template-columns: 1.08fr 0.92fr;
        grid-template-rows: 155px 185px;
        gap: 13px;
        margin: 0 auto;
    }

    .gar-about-why__frame {
        top: -9px;
        left: -9px;
        width: 74%;
        height: calc(100% - 6px);
        display: block;
        border-width: 1px;
        border-radius: 44px 0 44px 44px;
    }

    .gar-about-why__photo--vertical {
        grid-column: 1;
        grid-row: 1 / 3;
        height: auto;
        border-radius: 42px 0 42px 42px;
    }

    .gar-about-why__photo--top {
        grid-column: 2;
        grid-row: 1;
        height: auto;
        border-radius: 0 42px 0 42px;
    }

    .gar-about-why__visual-card {
        grid-column: 2;
        grid-row: 2;
        min-height: auto;
        padding: 16px 15px;
        border-radius: 0 42px 42px 0;
    }

    .gar-about-why__visual-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 13px;
    }

    .gar-about-why__visual-icon i {
        font-size: 17px;
    }

    .gar-about-why__visual-card strong {
        font-size: 18px;
        line-height: 20px;
    }

    .gar-about-why__seal {
        top: 47%;
        left: 52%;
        width: 70px;
        height: 70px;
    }

    .gar-about-why__seal::before {
        inset: 7px;
        padding-top: 11px;
        font-size: 5px;
    }

    .gar-about-why__seal span {
        padding-top: 10px;
        font-size: 18px;
    }

    .gar-about-purpose {
        padding: var(--gar-section-padding-mobile);
    }

    .gar-about-purpose__content {
        text-align: left;
    }

    .gar-about-purpose__item {
        min-height: auto;
        padding: 24px 20px 24px 82px;
    }

    .gar-about-purpose__item-number {
        top: 24px;
        left: 20px;
        width: 42px;
        height: 42px;
        border-radius: 15px;
        font-size: 15px;
    }

    .gar-about-purpose__item-content h2 {
        font-size: 27px;
        line-height: 32px;
    }

    .gar-about-purpose__dynamic,
    .gar-about-purpose__dynamic p {
        font-size: 14px;
        line-height: 23px;
    }

    .gar-about-purpose__media-card::before {
        inset: 20px -8px -14px 18px;
        border-radius: 28px;
    }

    .gar-about-purpose__image-wrap {
        aspect-ratio: 4 / 4.35;
        border-width: 6px;
        border-radius: 30px;
    }
}

@media (max-width: 575px) {
    .gar-about-hero__content h1 {
        font-size: 35px;
        line-height: 41px;
    }

    .gar-about-why {
        padding: var(--gar-section-padding-small);
    }

    .gar-about-why__decor-statue {
        opacity: 0.45;
    }

    .gar-about-why__shape {
        display: none;
    }

    .gar-about-why__grid {
        gap: 34px;
    }

    .gar-about-why__eyebrow {
        padding: 7px 14px;
        font-size: 10px;
        line-height: 14px;
    }

    .gar-about-why__eyebrow-dot {
        width: 8px;
        height: 8px;
    }

    .gar-about-why__title {
        font-size: 34px;
        line-height: 41px;
    }

    .gar-about-why__dynamic,
    .gar-about-why__dynamic p {
        font-size: 15px;
        line-height: 24px;
    }

    .gar-about-why__dynamic li {
        padding: 14px 14px 14px 65px;
        font-size: 13px;
        line-height: 19px;
    }

    .gar-about-why__dynamic li::before {
        top: 15px;
        left: 14px;
        width: 34px;
        height: 34px;
        font-size: 15px;
    }

    .gar-about-why__dynamic li:hover {
        transform: translateY(-2px);
    }

    .gar-about-why__collage {
        grid-template-columns: 1.05fr 0.95fr;
        grid-template-rows: 132px 162px;
        gap: 10px;
        min-height: 307px;
    }

    .gar-about-why__frame {
        top: -7px;
        left: -7px;
        border-radius: 34px 0 34px 34px;
    }

    .gar-about-why__photo--vertical {
        border-radius: 34px 0 34px 34px;
    }

    .gar-about-why__photo--top {
        border-radius: 0 34px 0 34px;
    }

    .gar-about-why__visual-card {
        padding: 14px;
        border-radius: 0 34px 34px 0;
    }

    .gar-about-why__visual-card::before {
        top: -58px;
        right: -58px;
        width: 130px;
        height: 130px;
    }

    .gar-about-why__visual-card::after {
        left: 14px;
        right: 14px;
        bottom: 12px;
    }

    .gar-about-why__visual-icon {
        width: 34px;
        height: 34px;
        margin-bottom: 10px;
    }

    .gar-about-why__visual-icon i {
        font-size: 15px;
    }

    .gar-about-why__visual-card strong {
        font-size: 15px;
        line-height: 17px;
    }

    .gar-about-why__seal {
        top: 47%;
        left: 52%;
        width: 60px;
        height: 60px;
        border-width: 3px;
    }

    .gar-about-why__seal::before {
        inset: 6px;
        padding-top: 9px;
        font-size: 4px;
    }

    .gar-about-why__seal span {
        padding-top: 8px;
        font-size: 16px;
    }

    .gar-about-purpose {
        padding: var(--gar-section-padding-small);
    }

    .gar-about-purpose__item {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .gar-about-purpose__item-number {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 16px;
    }

    .gar-about-purpose__item-content h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .gar-about-purpose__dynamic ul li,
    .gar-about-purpose__dynamic ol li {
        padding: 14px 14px 14px 60px !important;
        font-size: 14px;
        line-height: 21px;
    }

    .gar-about-purpose__dynamic li::before {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .gar-about-purpose__image-wrap {
        aspect-ratio: 4 / 4.1;
    }
}

/* FIN QUIÉNES SOMOS — REDISEÑO INTERNO */