.pb-apps-container-b9503ba8 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 520px;
    background-color: #fcfcfc;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.pb-apps-col-left-b9503ba8 {
    flex: 1 1 50%;
    min-width: 320px;
    padding: 80px 10% 80px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
}

.pb-apps-col-right-b9503ba8 {
    flex: 1 1 50%;
    min-width: 320px;
    position: relative;
    min-height: 400px;
}

/* Typography styles */
.pb-apps-sub-b9503ba8 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
    display: block;
}

.pb-apps-title-b9503ba8 {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 24px 0;
}

.pb-apps-body-b9503ba8 {
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 32px 0;
}

/* Checklist Styling */
.pb-apps-checklist-b9503ba8 {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
}

.pb-apps-check-item-b9503ba8 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.pb-apps-check-item-b9503ba8:hover {
    transform: translateX(8px);
}

.pb-apps-check-icon-b9503ba8 {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    flex-shrink: 0;
}

.pb-apps-check-text-b9503ba8 {
    font-size: 16px;
    font-weight: 700;
}

/* CTA Buttons */
.pb-apps-actions-b9503ba8 {
    margin-bottom: 40px;
}

.pb-apps-btn-b9503ba8 {
    display: inline-block;
    padding: 16px 36px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.pb-apps-btn-b9503ba8:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 24px rgba(0,0,0,0.12);
}

/* Stat badge container & layout */
.pb-apps-badge-row-b9503ba8 {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.pb-apps-badge-card-b9503ba8 {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 12px 24px;
    border-radius: 12px 0 0 12px;
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #eaeaea;
    border-right: none;
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 10;
    transition: transform 0.3s ease;
}

.pb-apps-badge-card-b9503ba8:hover {
    transform: translateX(-10px);
}

.pb-apps-badge-text-b9503ba8 {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.pb-apps-badge-prefix-b9503ba8 {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888888;
}

.pb-apps-badge-val-b9503ba8 {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
}

.pb-apps-badge-play-b9503ba8 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f4f6f8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.pb-apps-badge-play-b9503ba8:hover {
    transform: scale(1.1);
}

/* Right side Image & Overlays */
.pb-apps-right-img-wrap-b9503ba8 {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.pb-apps-right-img-wrap-b9503ba8 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 8s ease;
}

.pb-apps-right-img-wrap-b9503ba8:hover img {
    transform: scale(1.08);
}

/* Gradient & Angled Overlay Mask */
.pb-apps-right-overlay-b9503ba8 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 0.9;
    transition: opacity 0.5s ease;
}

.pb-apps-right-img-wrap-b9503ba8:hover .pb-apps-right-overlay-b9503ba8 {
    opacity: 0.95;
}

/* Large Block Overlay Text positioned at bottom right */
.pb-apps-right-text-b9503ba8 {
    position: absolute;
    bottom: -15px;
    right: -10px;
    font-size: 82px;
    font-weight: 900;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.12);
    letter-spacing: -2px;
    line-height: 0.9;
    pointer-events: none;
    white-space: nowrap;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    user-select: none;
}

/* Animations */
.pb-fade-up-b9503ba8 {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.pb-apps-col-left-b9503ba8.pb-visible-b9503ba8 .pb-fade-up-b9503ba8 {
    opacity: 1;
    transform: translateY(0);
}

/* Mobile responsive modifications */
@media (max-width: 991px) {
    .pb-apps-title-b9503ba8 {
        font-size: 36px;
    }
    .pb-apps-right-text-b9503ba8 {
        font-size: 56px;
    }
    .pb-apps-badge-card-b9503ba8 {
        position: relative;
        right: auto;
        bottom: auto;
        border-radius: 12px;
        border: 1px solid #eaeaea;
        margin-top: 20px;
        align-self: flex-start;
    }
}
