section[data-cattype="87776"] {
    padding: 60px 0;
    background: #f4f5f7;
}

[data-cattype="87776"] .ap-badge {
    display: inline-block;
    background: #ffc107;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 10px;
}

[data-cattype="87776"] .ap-title {
    font-weight: 700;
    color: #2c5aa0;
    letter-spacing: 2px;
}

[data-cattype="87776"] .ap-contact-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s;
}

[data-cattype="87776"] .ap-contact-card:hover {
    transform: translateY(-6px);
}

[data-cattype="87776"] .ap-contact-img {
    position: relative;
    overflow: hidden;
}

[data-cattype="87776"] .ap-contact-img img {
    width: 100%;
    transition: 0.4s;
}

[data-cattype="87776"] .ap-contact-card:hover img {
    transform: scale(1.05);
}

[data-cattype="87776"] .ap-play-btn {
    position: absolute;
    bottom: -20px;
    right: 20px;
    background: #2ecc71;
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
}

[data-cattype="87776"] .ap-contact-body {
    padding: 20px;
}

[data-cattype="87776"] .ap-subtitle {
    font-size: 12px;
    color: #888;
}

[data-cattype="87776"] .ap-city {
    font-weight: 600;
    margin: 5px 0 10px;
}

[data-cattype="87776"] .ap-divider {
    height: 1px;
    background: #eee;
    margin: 10px 0;
}

[data-cattype="87776"] .ap-row {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 8px;
}

[data-cattype="87776"] .ap-row .icon {
    margin-right: 8px;
}

[data-cattype="87776"] .ap-row a {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 767px) {
    [data-cattype="87776"] .ap-contact-card {
        margin-bottom: 20px;
    }
}