.single-dich-vu .service-cta-banner {
    clear: both;
    margin-top: 48px;
}

.service-success-gallery-wall,
.service-success-gallery-wall button,
.passport-wall-modal,
.passport-wall-modal button,
.passport-wall-modal a {
    font-family: inherit;
    letter-spacing: 0;
}

.service-success-gallery-wall {
    clear: both;
    margin-top: 28px;
    margin-bottom: 56px;
    padding: 42px 34px 36px;
    overflow: hidden;
    color: #fff;
    background: #071b31;
    border: 1px solid #173954;
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(5, 22, 39, 0.18);
}

.passport-wall-heading {
    max-width: 780px;
    margin: 0 auto 28px;
    text-align: center;
}

.passport-wall-kicker {
    display: inline-block;
    margin-bottom: 9px;
    color: #ff8a34;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.passport-wall-heading h2 {
    margin: 0 0 10px;
    color: #ffcd00;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.25;
}

.passport-wall-heading p {
    margin: 0;
    color: #c9d6e3;
    font-size: 14px;
}

.passport-wall-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 24px;
    padding: 18px 12px;
    background: #0b2745;
    border: 1px solid #193e61;
    border-radius: 6px;
}

.passport-wall-stats div {
    min-width: 0;
    padding: 0 12px;
    text-align: center;
    border-right: 1px solid #244766;
}

.passport-wall-stats div:last-child {
    border-right: 0;
}

.passport-wall-stats strong,
.passport-wall-stats span {
    display: block;
}

.passport-wall-stats strong {
    color: #ffcd00;
    font-size: 22px;
    line-height: 1.2;
}

.passport-wall-stats span {
    margin-top: 4px;
    color: #c8d4df;
    font-size: 11px;
}

.passport-wall-filter-panel {
    margin-bottom: 24px;
    padding: 16px;
    background: #0b2745;
    border: 1px solid #193e61;
    border-radius: 6px;
}

.service-success-gallery-wall:not(.is-passport-wall-ready) .passport-wall-filter-panel {
    display: none;
}

.passport-wall-filter-toggle {
    display: none;
}

.passport-wall-filter-options {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    max-width: 920px;
    margin: 0 auto;
}

.passport-wall-filter-options button {
    min-width: 0;
    min-height: 40px;
    padding: 8px 10px;
    overflow: hidden;
    color: #dce7ef;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #102d49;
    border: 1px solid #34546f;
    border-radius: 4px;
    cursor: pointer;
}

.passport-wall-filter-options button:hover,
.passport-wall-filter-options button:focus-visible,
.passport-wall-filter-options button.is-active {
    color: #071b31;
    background: #ff8a34;
    border-color: #ff8a34;
    outline: 2px solid transparent;
}

.passport-wall-filter-toggle:focus-visible,
.passport-wall-filter-options button:focus-visible,
.passport-wall-actions button:focus-visible,
.passport-wall-actions a:focus-visible,
.passport-wall-modal button:focus-visible,
.passport-wall-modal a:focus-visible {
    outline: 3px solid #ffcd00;
    outline-offset: 2px;
}

.passport-wall-filter-panel[hidden] {
    display: none;
}

.passport-wall-result-count {
    min-height: 18px;
    margin: 11px 0 0;
    color: #c9d6e3;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.passport-wall-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.passport-wall-card {
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 5px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.22);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.passport-wall-card[hidden] {
    display: none;
}

.passport-wall-card:hover,
.passport-wall-card:focus-within {
    z-index: 1;
    box-shadow: 0 13px 24px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

.passport-wall-card a {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.passport-wall-card a:focus-visible {
    outline: 3px solid #ffcd00;
    outline-offset: -3px;
}

.passport-wall-card-image {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #e9eef2;
}

.passport-wall-card-image img,
.passport-wall-card-image noscript img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
}

.passport-wall-card:hover .passport-wall-card-image > img,
.passport-wall-card:focus-within .passport-wall-card-image > img {
    transform: scale(1.04);
}

.passport-wall-card-country {
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 2;
    max-width: calc(100% - 14px);
    padding: 4px 7px;
    overflow: hidden;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #e76518;
    border-radius: 3px;
}

.passport-wall-review-badge {
    position: absolute;
    right: 7px;
    bottom: 7px;
    z-index: 2;
    max-width: calc(100% - 14px);
    padding: 4px 6px;
    overflow: hidden;
    color: #0b3a28;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #dff4e8;
    border: 1px solid #8fcaaa;
    border-radius: 3px;
}

.passport-wall-card-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 16px 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    background: rgba(3, 15, 27, 0.54);
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.passport-wall-card:hover .passport-wall-card-overlay,
.passport-wall-card:focus-within .passport-wall-card-overlay {
    opacity: 1;
    transform: translateY(0);
}

.passport-wall-card-copy {
    display: block;
    min-height: 58px;
    padding: 10px;
    background: #0e2d4a;
}

.passport-wall-card-copy strong {
    display: -webkit-box;
    overflow: hidden;
    color: #fff;
    font-size: 11px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.passport-wall-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 26px;
}

.passport-wall-actions button,
.passport-wall-actions a {
    min-height: 40px;
    padding: 9px 18px;
    color: #071b31;
    font-size: 12px;
    font-weight: 800;
    line-height: 20px;
    text-decoration: none;
    background: #ffcd00;
    border: 1px solid #ffcd00;
    border-radius: 4px;
    cursor: pointer;
}

.passport-wall-actions a {
    color: #fff;
    background: transparent;
    border-color: #718ba1;
}

.passport-wall-empty {
    margin: 22px 0 0;
    color: #c9d6e3;
    text-align: center;
}

body.passport-wall-modal-open {
    overflow: hidden;
}

.passport-wall-modal {
    width: min(920px, calc(100vw - 32px));
    max-width: 920px;
    max-height: calc(100vh - 32px);
    padding: 0;
    overflow: hidden;
    color: #172534;
    background: #fff;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.passport-wall-modal:not([open]) {
    display: none;
}

.passport-wall-modal::backdrop {
    background: rgba(0, 0, 0, 0.68);
}

.passport-wall-modal-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    max-height: calc(100vh - 32px);
    overflow-y: auto;
}

.passport-wall-modal-media {
    min-height: 480px;
    background: #e7edf2;
}

.passport-wall-modal-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 480px;
    max-height: calc(100vh - 32px);
    object-fit: contain;
}

.passport-wall-modal-content {
    position: relative;
    align-self: stretch;
    padding: 42px 34px 32px;
    overflow-wrap: anywhere;
    background: #fff;
}

.passport-wall-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    color: #172534;
    font-size: 26px;
    line-height: 1;
    background: #eef2f5;
    border: 1px solid #cbd7df;
    border-radius: 50%;
    cursor: pointer;
}

.passport-wall-modal-kicker {
    display: block;
    margin-bottom: 8px;
    color: #d95d13;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.passport-wall-modal h3 {
    margin: 0 42px 20px 0;
    color: #10263a;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.35;
}

.passport-wall-modal-meta {
    display: grid;
    gap: 9px;
    margin: 0 0 20px;
}

.passport-wall-modal-meta div {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
    padding-bottom: 9px;
    border-bottom: 1px solid #e2e8ed;
}

.passport-wall-modal-meta dt,
.passport-wall-modal-meta dd {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
}

.passport-wall-modal-meta dt {
    color: #52687a;
    font-weight: 600;
}

.passport-wall-modal-meta dd {
    color: #172534;
    font-weight: 700;
}

.passport-wall-modal-content > p {
    margin: 0 0 24px;
    color: #3f5262;
    font-size: 14px;
    line-height: 1.65;
}

.passport-wall-modal-review {
    margin: 0 0 18px;
    padding: 13px 14px;
    color: #3f5262;
    background: #f2f7f4;
    border-left: 3px solid #16724b;
    border-radius: 4px;
}

.passport-wall-modal-review[hidden] {
    display: none;
}

.passport-wall-modal-review strong,
.passport-wall-modal-review p,
.passport-wall-modal-review a {
    display: block;
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

.passport-wall-modal-review strong {
    color: #173f30;
}

.passport-wall-modal-review p {
    margin: 5px 0 8px;
}

.passport-wall-modal-review a {
    color: #12613f;
    font-weight: 800;
    text-decoration: none;
}

.passport-wall-modal-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    color: #071b31;
    font-size: 13px;
    font-weight: 800;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    background: #ffcd00;
    border: 1px solid #eabf00;
    border-radius: 4px;
}

@media (max-width: 1199px) {
    .passport-wall-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .passport-wall-filter-options {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .passport-wall-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .single-dich-vu .service-cta-banner {
        margin-top: 36px;
    }

    .service-success-gallery-wall {
        margin-right: -10px;
        margin-left: -10px;
        padding: 30px 14px;
        border-radius: 6px;
    }

    .service-success-gallery-wall:not(.is-passport-wall-ready) .passport-wall-card:nth-child(n+7) {
        display: none;
    }

    .passport-wall-heading h2 {
        font-size: 20px;
    }

    .passport-wall-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 0;
    }

    .passport-wall-stats div:nth-child(2) {
        border-right: 0;
    }

    .passport-wall-filter-panel {
        padding: 13px 10px;
    }

    .passport-wall-filter-toggle {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 42px;
        padding: 9px 42px 9px 12px;
        color: #fff;
        font-size: 13px;
        font-weight: 800;
        line-height: 22px;
        text-align: left;
        background: #102d49;
        border: 1px solid #34546f;
        border-radius: 4px;
        cursor: pointer;
    }

    .passport-wall-filter-toggle::after {
        position: absolute;
        top: 50%;
        right: 15px;
        width: 8px;
        height: 8px;
        content: '';
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: translateY(-65%) rotate(45deg);
        transition: transform 160ms ease;
    }

    .passport-wall-filter-toggle[aria-expanded="true"]::after {
        transform: translateY(-25%) rotate(225deg);
    }

    .passport-wall-filter-options {
        display: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 10px;
    }

    .passport-wall-filter-options.is-open {
        display: grid;
    }

    .passport-wall-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .passport-wall-card-copy {
        min-height: 58px;
    }

    .passport-wall-modal {
        width: calc(100vw - 20px);
        max-height: calc(100vh - 20px);
    }

    .passport-wall-modal-layout {
        grid-template-columns: minmax(0, 1fr);
        max-height: calc(100vh - 20px);
    }

    .passport-wall-modal-media {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .passport-wall-modal-media img {
        min-height: 0;
        max-height: 42vh;
    }

    .passport-wall-modal-content {
        padding: 34px 20px 24px;
    }

    .passport-wall-modal h3 {
        margin-right: 36px;
        font-size: 19px;
    }

    .passport-wall-modal-meta div {
        grid-template-columns: 82px minmax(0, 1fr);
    }

    .passport-wall-modal-cta {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .passport-wall-card,
    .passport-wall-card-image img,
    .passport-wall-card-overlay {
        transition: none;
    }
}
