.orgs-page {
    --org-ink: #062f4f;
    --org-deep: #031d3a;
    --org-blue: #007c92;
    --org-teal: #00a6a6;
    --org-orange: #f26a21;
    --org-line: rgba(6, 47, 79, .14);
    --org-soft: #f3f7f9;
    --org-muted: #607080;
    overflow: hidden;
    background: #fff;
    color: #172b3a;
    font-family: Inter, Arial, Helvetica, sans-serif;
}

.orgs-page a:focus-visible {
    outline: 3px solid rgba(242, 106, 33, .4);
    outline-offset: 4px;
}

.orgs-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: clamp(500px, 48vw, 610px);
    align-items: center;
    overflow: hidden;
    padding: clamp(76px, 8vw, 110px) 4%;
    background: var(--org-deep);
    color: #fff;
}

.orgs-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: url("/images/eventos/expologistica-2025-recap/expo-2025-apertura-autoridades.webp") 68% 45% / cover no-repeat;
    filter: saturate(.82) contrast(1.02);
}

.orgs-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(3, 29, 58, .96) 0%, rgba(3, 29, 58, .9) 42%, rgba(3, 29, 58, .56) 72%, rgba(3, 29, 58, .38) 100%),
        linear-gradient(0deg, rgba(3, 29, 58, .28), rgba(3, 29, 58, .08));
}

.orgs-hero-inner {
    width: 92%;
    margin: 0 auto;
}

.orgs-hero-copy {
    max-width: 790px;
}

.orgs-eyebrow,
.orgs-section-label {
    display: block;
    color: var(--org-orange);
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.35;
    text-transform: uppercase;
}

.orgs-eyebrow {
    margin-bottom: 18px;
    color: #b7e9ed;
}

.orgs-hero h1 {
    max-width: 830px;
    margin: 0;
    color: #fff;
    font-size: clamp(46px, 5vw, 70px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-wrap: balance;
}

.orgs-hero p {
    max-width: 720px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(16px, 1.25vw, 18px);
    font-weight: 450;
    line-height: 1.65;
}

.orgs-hero-actions,
.orgs-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.orgs-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.orgs-button:hover {
    transform: translateY(-1px);
}

.orgs-button--primary {
    border-color: var(--org-orange);
    background: var(--org-orange);
    color: #fff;
}

.orgs-button--secondary {
    border-color: rgba(255, 255, 255, .42);
    background: rgba(3, 29, 58, .28);
    color: #fff;
}

.orgs-button--outline {
    border-color: rgba(255, 255, 255, .5);
    background: transparent;
    color: #fff;
}

.orgs-partner-nav {
    border-bottom: 1px solid var(--org-line);
    background: #fff;
}

.orgs-partner-nav__inner {
    width: 92%;
    min-height: 118px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 30px;
    align-items: center;
}

.orgs-partner-nav__label {
    color: var(--org-muted);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}

.orgs-partner-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.orgs-partner {
    display: flex;
    min-width: 0;
    min-height: 74px;
    align-items: center;
    justify-content: center;
    padding: 8px 22px;
    border-left: 1px solid var(--org-line);
    color: var(--org-ink);
    text-decoration: none;
}

.orgs-partner:hover {
    background: var(--org-soft);
}

.orgs-partner__logo {
    display: grid;
    width: 168px;
    height: 72px;
    place-items: center;
}

.orgs-partner__logo img {
    display: block;
    width: auto;
    max-width: 158px;
    height: auto;
    max-height: 58px;
    object-fit: contain;
}

.orgs-partner--basc-el-salvador .orgs-partner__logo img {
    max-width: 106px;
    max-height: 102px;
    transform: translateY(-8px);
}

.orgs-proof {
    padding: clamp(64px, 7vw, 94px) 4%;
    background: var(--org-soft);
}

.orgs-proof__inner {
    width: 92%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
    gap: clamp(44px, 6vw, 84px);
    align-items: center;
}

.orgs-proof h2,
.orgs-grid-heading h2,
.orgs-cta h2 {
    margin: 12px 0 0;
    color: var(--org-ink);
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.04;
    text-wrap: balance;
}

.orgs-proof__copy > p {
    max-width: 660px;
    margin: 20px 0 0;
    color: #415464;
    font-size: 16px;
    line-height: 1.7;
}

.orgs-proof__focus {
    margin-top: 28px;
    border-top: 1px solid var(--org-line);
}

.orgs-proof__focus div {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid var(--org-line);
}

.orgs-proof__focus span {
    color: var(--org-orange);
    font-size: 11px;
    font-weight: 800;
}

.orgs-proof__focus strong {
    color: var(--org-ink);
    font-size: 14px;
    font-weight: 700;
}

.orgs-proof__media {
    margin: 0;
}

.orgs-proof__media img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 20px 46px rgba(3, 29, 58, .12);
}

.orgs-proof__media figcaption {
    margin-top: 10px;
    color: var(--org-muted);
    font-size: 12px;
    line-height: 1.45;
}

.orgs-grid-section {
    padding: clamp(68px, 7vw, 96px) 4% clamp(78px, 8vw, 112px);
    background: #fff;
    scroll-margin-top: 112px;
}

.orgs-grid-heading,
.orgs-grid {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
}

.orgs-grid-heading {
    margin-bottom: 36px;
}

.orgs-grid-heading h2 {
    max-width: 760px;
}

.orgs-grid-heading p {
    max-width: 690px;
    margin: 14px 0 0;
    color: var(--org-muted);
    font-size: 15px;
    line-height: 1.6;
}

.orgs-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.org-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    padding: 26px;
    border: 1px solid var(--org-line);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(6, 47, 79, .06);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.org-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--org-blue), var(--org-teal));
}

.org-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 124, 146, .34);
    box-shadow: 0 20px 46px rgba(6, 47, 79, .1);
}

.org-card-mark {
    display: grid;
    width: 100%;
    height: 112px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 4px;
    background: var(--org-soft);
}

.org-card-mark img {
    display: block;
    width: auto;
    max-width: 210px;
    height: auto;
    max-height: 68px;
    object-fit: contain;
}

.org-card-mark.org-logo-basc-el-salvador img {
    max-width: 92px;
    max-height: 92px;
}

.org-card-heading > span,
.org-card-contribution > span {
    display: block;
    color: var(--org-muted);
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
}

.org-card-heading h3 {
    margin: 8px 0 0;
    color: var(--org-ink);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.08;
}

.org-card-heading p {
    min-height: 44px;
    margin: 7px 0 0;
    color: var(--org-muted);
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.45;
}

.org-card-contribution {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--org-line);
}

.org-card-contribution > span {
    color: var(--org-accent, var(--org-blue));
}

.org-card-contribution p {
    margin: 8px 0 0;
    color: #334958;
    font-size: 14px;
    line-height: 1.55;
}

.org-card-facts {
    margin: 18px 0 0;
    border-top: 1px solid var(--org-line);
}

.org-card-facts div {
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px solid var(--org-line);
}

.org-card-facts dt {
    color: var(--org-muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
}

.org-card-facts dd {
    margin: 0;
    color: var(--org-ink);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.org-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: auto;
    padding-top: 22px;
}

.org-card-actions a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    gap: 7px;
    color: var(--org-ink);
    font-size: 12.5px;
    font-weight: 800;
    text-decoration: none;
}

.org-card-actions .org-card-site {
    color: var(--org-blue);
}

.org-card-actions svg {
    width: 13px;
    height: 13px;
    flex: none;
}

.orgs-cta {
    padding: clamp(62px, 7vw, 88px) 4%;
    background: var(--org-deep);
    color: #fff;
}

.orgs-cta-inner {
    width: 92%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: center;
}

.orgs-cta h2 {
    max-width: 760px;
    color: #fff;
    font-size: clamp(30px, 3.5vw, 46px);
}

.orgs-cta p {
    max-width: 700px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    line-height: 1.6;
}

.orgs-cta-actions {
    justify-content: flex-end;
    margin-top: 0;
}

.sticky-mobile-cta.orgs-sticky-hidden {
    transform: translateY(110%);
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 1023px) {
    .orgs-proof__inner,
    .orgs-grid,
    .orgs-cta-inner {
        grid-template-columns: 1fr;
    }

    .orgs-proof__media {
        max-width: 760px;
    }

    .orgs-grid {
        max-width: 720px;
    }

    .orgs-cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .orgs-hero {
        min-height: 0;
        padding: 64px 20px 54px;
    }

    .orgs-hero::before {
        background-position: 58% center;
    }

    .orgs-hero::after {
        background: linear-gradient(90deg, rgba(3, 29, 58, .96), rgba(3, 29, 58, .82));
    }

    .orgs-hero-inner,
    .orgs-proof__inner,
    .orgs-grid-heading,
    .orgs-grid,
    .orgs-cta-inner {
        width: 100%;
    }

    .orgs-eyebrow {
        margin-bottom: 14px;
        font-size: 10.5px;
    }

    .orgs-hero h1 {
        font-size: 34px;
        line-height: 1.04;
    }

    .orgs-hero p {
        margin-top: 18px;
        font-size: 15.5px;
        line-height: 1.58;
    }

    .orgs-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 24px;
    }

    .orgs-button {
        width: 100%;
    }

    .orgs-partner-nav__inner {
        width: auto;
        min-height: 96px;
        margin: 0 20px;
        display: block;
    }

    .orgs-partner-nav__label {
        display: none;
    }

    .orgs-partner-list {
        height: 96px;
    }

    .orgs-partner {
        min-height: 96px;
        padding: 8px 6px;
    }

    .orgs-partner:first-child {
        border-left: 0;
    }

    .orgs-partner__logo {
        width: 96px;
        height: 68px;
    }

    .orgs-partner__logo img {
        max-width: 92px;
        max-height: 48px;
    }

    .orgs-partner--basc-el-salvador .orgs-partner__logo img {
        max-width: 78px;
        max-height: 76px;
        transform: translateY(-4px);
    }

    .orgs-proof,
    .orgs-grid-section,
    .orgs-cta {
        padding-right: 20px;
        padding-left: 20px;
    }

    .orgs-proof {
        padding-top: 50px;
        padding-bottom: 54px;
    }

    .orgs-proof__inner {
        gap: 30px;
    }

    .orgs-proof h2,
    .orgs-grid-heading h2 {
        font-size: 30px;
        line-height: 1.08;
    }

    .orgs-proof__copy > p {
        margin-top: 16px;
        font-size: 14.5px;
        line-height: 1.62;
    }

    .orgs-proof__focus {
        margin-top: 22px;
    }

    .orgs-proof__focus div {
        padding: 11px 0;
    }

    .orgs-proof__media figcaption {
        font-size: 11.5px;
    }

    .orgs-grid-section {
        padding-top: 54px;
        padding-bottom: 70px;
        scroll-margin-top: 88px;
    }

    .orgs-grid-heading {
        margin-bottom: 26px;
    }

    .orgs-grid-heading p {
        font-size: 14px;
    }

    .org-card {
        padding: 22px;
    }

    .org-card-mark {
        height: 100px;
        margin-bottom: 20px;
    }

    .org-card-mark img {
        max-width: 190px;
        max-height: 62px;
    }

    .org-card-mark.org-logo-basc-el-salvador img {
        max-width: 82px;
        max-height: 82px;
    }

    .org-card-heading h3 {
        font-size: 24px;
    }

    .org-card-heading p {
        min-height: 0;
    }

    .org-card-facts div {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    .org-card-actions {
        margin-top: 0;
    }

    .orgs-cta {
        padding-top: 54px;
        padding-bottom: 78px;
    }

    .orgs-cta h2 {
        font-size: 30px;
    }

    .orgs-cta-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    body:has(.orgs-page) .sticky-mobile-cta {
        padding: 8px 14px;
        transition: transform .2s ease, opacity .2s ease;
    }

    body:has(.orgs-page) .sticky-mobile-cta a {
        min-height: 44px;
        border-radius: 6px;
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .orgs-button,
    .org-card,
    .sticky-mobile-cta {
        transition: none;
    }
}
