.ibp-page-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 133px 24px 0px;
    position: relative;
}

.ibp-page-back-link {
    position: absolute;
    top: 133px;
    left: 24px;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9e1e7;
    border-radius: 999px;
    background: #ffffff;
    color: #17181a;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    z-index: 2;
}

.ibp-page-back-link:hover,
.ibp-page-back-link:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
    background: #f8fbff;
    color: #0071e3;
    outline: none;
}

.ibp-page-back-link svg {
    width: 18px;
    height: 18px;
    display: block;
}

.ibp-motion-enabled [data-ibp-reveal] {
    opacity: 0;
    transform: translate3d(0, 34px, 0);
    filter: blur(4px);
    transition:
        opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.75s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--ibp-reveal-delay, 0ms);
    will-change: transform, opacity, filter;
}

.ibp-motion-enabled [data-ibp-reveal="left"] {
    transform: translate3d(-42px, 0, 0);
}

.ibp-motion-enabled [data-ibp-reveal="right"] {
    transform: translate3d(42px, 0, 0);
}

.ibp-motion-enabled [data-ibp-reveal].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
}

.ibp-page-hero {
    max-width: 760px;
    margin: 0 auto 52px;
    text-align: center;
}

.ibp-page-mark {
    width: 132px;
    height: 132px;
    margin: 0 auto 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0171E3;
    box-shadow: 0 22px 44px rgba(1, 113, 227, 0.18);
}

.ibp-page-mark-icon {
    width: 58px;
    height: 58px;
    display: block;
    filter: brightness(0) invert(1);
}

.ibp-page-title {
    margin: 0;
    color: #09090b;
    font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.ibp-page-subtitle {
    max-width: 560px;
    margin: 16px auto 0;
    color: #3f3f46;
    font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.ibp-mobile-break {
    display: none;
}

.ibp-page-panel {
    max-width: 760px;
    margin: 0 auto;
    padding: 34px;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
}

.ibp-page-panel-header {
    margin-bottom: 20px;
}

.ibp-page-panel-kicker {
    margin: 0 0 8px;
    color: #0071e3;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ibp-page-panel-title {
    margin: 0;
    color: #111827;
    font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.ibp-partners-list {
    display: grid;
    gap: 12px;
}

.ibp-partner-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.ibp-partner-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.ibp-partner-flag {
    display: block;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 4px;
}

.ibp-partner-text {
    min-width: 0;
}

.ibp-partner-name {
    color: #111827;
    font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
}

.ibp-partner-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 126px;
    min-height: 38px;
    padding: 7px 12px;
    border: 1px solid #59d870;
    border-radius: 999px;
    background: rgba(37, 211, 102, 0.08);
    color: #111827;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.ibp-partner-whatsapp:hover,
.ibp-partner-whatsapp:focus-visible {
    transform: translateY(-1px);
    background: rgba(37, 211, 102, 0.16);
    border-color: #7ae48e;
    color: #111827;
    outline: none;
}

.ibp-partner-whatsapp-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.ibp-page-map-section {
    padding: 0 0 16px;
}

.ibp-map-directory {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    align-items: start;
}

.ibp-world-map {
    position: relative;
    width: 100%;
    margin: 0;
}

.ibp-world-map-image {
    display: block;
    width: 100%;
    height: auto;
}

.ibp-map-marker {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 12px;
    border: 2px solid #0171e3;
    border-radius: 999px;
    background: #0f0f10;
    color: #ffffff;
    font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    transform: translate(-50%, -50%);
    box-shadow: 0 8px 18px rgba(1, 113, 227, 0.16);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease,
        border-color 0.22s ease;
}

.ibp-map-marker:hover,
.ibp-map-marker:focus-visible {
    transform: translate(-50%, -58%) scale(1.06);
    box-shadow: 0 16px 30px rgba(1, 113, 227, 0.24);
    background: #0171e3;
    border-color: #6db0ff;
    outline: none;
}

.ibp-page-shell--directory .ibp-map-marker {
    cursor: pointer;
}

.ibp-page-shell--directory .ibp-map-marker.is-active {
    transform: translate(-50%, -58%) scale(1.06);
    box-shadow: 0 16px 30px rgba(1, 113, 227, 0.24);
    background: #0171e3;
    border-color: #6db0ff;
}

.ibp-map-marker-europe {
    top: 28%;
    left: 53%;
}

.ibp-map-marker-spain {
    top: 49%;
    left: 46%;
}

.ibp-map-marker-middle-east {
    top: 54%;
    left: 61%;
    min-width: 112px;
}

.ibp-map-marker-hk {
    top: 52%;
    left: 75%;
    min-width: 56px;
}

.ibp-directory-list {
    width: 100%;
    max-width: none;
    margin: 0;
    display: grid;
    gap: 12px;
}

.ibp-directory-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: #000000;
    box-shadow: none;
    transition: border-color 0.22s ease, box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.ibp-directory-card::after {
    content: "";
    position: absolute;
    inset: -1px;
    border: 2px solid transparent;
    border-radius: inherit;
    pointer-events: none;
    transition: border-color 0.22s ease;
}

.ibp-directory-card:hover,
.ibp-directory-card:focus-within {
    border-color: rgba(255, 255, 255, 0.16);
}

.ibp-directory-card:hover::after,
.ibp-directory-card:focus-within::after {
    border-color: rgba(1, 113, 227, 0.62);
}

.ibp-page-shell--directory .ibp-directory-card.is-dimmed {
    background: #000000;
    border-color: rgba(255, 255, 255, 0.1);
}

.ibp-directory-card-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
}

.ibp-page-shell--directory .ibp-directory-card.is-active {
    background: #000000;
    border-color: #3b9dff;
    box-shadow: 0 0 16px rgba(1, 113, 227, 0.35), 0 0 4px rgba(30, 144, 255, 0.25);
    transform: translateY(-2px) scale(1.015);
}

.ibp-page-shell--directory .ibp-directory-card.is-active::after {
    border-color: #4da8ff;
}

.ibp-directory-card-main {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    min-width: 0;
    flex-wrap: nowrap;
    width: auto;
    flex: 1 1 auto;
}

.ibp-directory-card-copy {
    display: flex;
    align-items: baseline;
    gap: 6px;
    min-width: 0;
    flex: 0 1 auto;
    flex-wrap: wrap;
}

.ibp-directory-card-name {
    color: #ffffff;
    font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.15;
}

.ibp-directory-card-descriptor {
    color: rgba(255, 255, 255, 0.88);
    font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.15;
}

.ibp-directory-card-flags {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    flex-shrink: 0;
}

.ibp-directory-card-flag {
    display: block;
    width: 25px;
    height: 17px;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.ibp-directory-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 126px;
    min-height: 40px;
    padding: 8px 16px;
    border: 1.5px solid #74cf68;
    border-radius: 999px;
    background: #3c3c3c;
    color: #ffffff;
    font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.ibp-directory-whatsapp:hover,
.ibp-directory-whatsapp:focus-visible {
    background: #4a4a4a;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(116, 207, 104, 0.14);
    outline: none;
}

.ibp-directory-whatsapp-icon {
    width: 18px;
    height: 18px;
    display: block;
}

.ibp-page-map-section-stacked .ibp-map-directory {
    max-width: none;
    display: block;
}

.ibp-page-map-section-stacked .ibp-world-map {
    width: 100%;
    margin: 0 auto 34px;
}

.ibp-page-shell--directory .ibp-world-map[data-ibp-reveal],
.ibp-page-shell--directory .ibp-world-map[data-ibp-reveal].is-visible {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
    will-change: auto;
}

.ibp-page-map-section-stacked .ibp-directory-list {
    max-width: 760px;
    margin: 0 auto;
}

@media only screen and (min-width: 992px) {
    .ibp-page-shell--directory .ibp-page-map-section-stacked .ibp-map-directory {
        display: grid;
        grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
        gap: 28px;
        align-items: start;
    }

    .ibp-page-shell--directory .ibp-page-map-section-stacked .ibp-world-map {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .ibp-page-shell--directory .ibp-page-map-section-stacked .ibp-directory-list {
        max-width: none;
        margin: 0;
    }

    .ibp-page-shell--directory .ibp-directory-card-content {
        align-items: center;
        gap: 14px;
        padding: 12px 16px;
    }

    .ibp-page-shell--directory .ibp-directory-card-main {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .ibp-page-shell--directory .ibp-directory-card-copy {
        width: 100%;
        gap: 4px;
    }

    .ibp-page-shell--directory .ibp-directory-card-name,
    .ibp-page-shell--directory .ibp-directory-card-descriptor,
    .ibp-page-shell--directory .ibp-directory-whatsapp {
        font-size: 14px;
        line-height: 1.25;
    }

    .ibp-page-shell--directory .ibp-directory-card-name {
        font-weight: 600;
    }

    .ibp-page-shell--directory .ibp-directory-card-descriptor {
        font-weight: 400;
    }

    .ibp-page-shell--directory .ibp-directory-whatsapp {
        min-width: 112px;
        min-height: 36px;
        padding: 8px 14px;
    }

    .ibp-page-shell--directory .ibp-directory-whatsapp span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991.98px) {
    .ibp-page-shell {
        padding: 108px 20px 88px;
    }

    .ibp-page-back-link {
        top: 108px;
        left: 20px;
    }

    .ibp-map-directory {
        gap: 28px;
    }

    .ibp-map-marker {
        min-height: 42px;
        padding: 9px 14px;
        font-size: 15px;
    }

    .ibp-page-map-section-stacked .ibp-directory-list {
        max-width: 720px;
    }
}

@media only screen and (max-width: 767.98px) {
    .ibp-mobile-break {
        display: inline;
    }

    .ibp-page-shell {
        padding: 96px 16px 72px;
    }

    .ibp-page-back-link {
        top: 96px;
        left: 16px;
        width: 40px;
        height: 40px;
    }

    .ibp-page-mark {
        width: 110px;
        height: 110px;
        margin-bottom: 24px;
    }

    .ibp-page-mark-icon {
        width: 48px;
        height: 48px;
    }

    .ibp-page-subtitle {
        font-size: 18px;
    }

    .ibp-page-map-section {
        padding-bottom: 0;
    }

    .ibp-map-directory {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ibp-page-map-section-stacked .ibp-world-map {
        margin-bottom: 28px;
    }

    .ibp-page-map-section-stacked .ibp-directory-list {
        max-width: none;
    }

    .ibp-map-marker {
        min-height: 30px;
        padding: 0 12px;
        border-width: 1.5px;
        font-size: 14px;
    }

    .ibp-map-marker-middle-east {
        min-width: 108px;
    }

    .ibp-map-marker-hk {
        min-width: 52px;
    }

    .ibp-page-shell--directory .ibp-map-marker-spain {
        top: 43%;
        left: 40%;
    }

    .ibp-page-shell--directory .ibp-map-marker-hk {
        top: 41%;
        left: 75%;
        min-width: 68px;
    }

    .ibp-page-shell--directory .ibp-map-marker-middle-east {
        top: 58%;
        left: 59%;
        min-width: 128px;
    }

    .ibp-directory-card-content {
        flex-direction: column;
        align-items: stretch;
    }

    .ibp-directory-card-main {
        flex-wrap: wrap;
    }

    .ibp-directory-card-flags {
        flex-wrap: wrap;
    }

    .ibp-directory-card-name,
    .ibp-directory-card-descriptor {
        font-size: 16px;
    }

    .ibp-directory-whatsapp {
        min-width: 118px;
        align-self: flex-start;
    }

    .ibp-directory-card:hover .ibp-directory-card-content,
    .ibp-directory-card:focus-within .ibp-directory-card-content {
        transform: none;
    }

    .ibp-page-shell--directory .ibp-directory-card-content {
        flex-direction: row;
        align-items: center;
    }

    .ibp-page-shell--directory .ibp-directory-card-main {
        flex: 1 1 auto;
        min-width: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .ibp-page-shell--directory .ibp-directory-whatsapp {
        flex-shrink: 0;
        align-self: center;
    }

    .ibp-page-shell--directory .ibp-directory-whatsapp span {
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ibp-motion-enabled [data-ibp-reveal] {
        opacity: 1;
        transform: none;
        filter: none;
        transition: none;
    }

    .ibp-map-marker,
    .ibp-directory-card,
    .ibp-directory-card-content,
    .ibp-directory-whatsapp {
        transition: none;
    }
}
