.ccsw-fbf4db03-wrapper {
    position: relative;
    width: 100%;
}

.ccsw-fbf4db03-sticky-container {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}

.ccsw-fbf4db03-deck {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ccsw-fbf4db03-card {
    position: absolute;
    width: 420px;
    min-height: 300px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: none;
    will-change: transform, opacity;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
}

.ccsw-fbf4db03-card-inner {
    padding: 40px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ccsw-fbf4db03-icon {
    margin-bottom: 20px;
    line-height: 1;
}

.ccsw-fbf4db03-title {
    font-size: 24px;
    font-weight: 700;
    color: #1E293B;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.ccsw-fbf4db03-desc {
    font-size: 16px;
    color: #64748B;
    margin: 0;
    line-height: 1.6;
    flex: 1;
}

.ccsw-fbf4db03-counter {
    font-size: 13px;
    font-weight: 600;
    color: #94A3B8;
    margin-top: 24px;
    letter-spacing: 0.05em;
}

@media (max-width: 767px) {
    .ccsw-fbf4db03-card {
        width: 90vw !important;
        min-height: 250px !important;
    }

    .ccsw-fbf4db03-card-inner {
        padding: 28px;
    }

    .ccsw-fbf4db03-title {
        font-size: 20px;
    }

    .ccsw-fbf4db03-desc {
        font-size: 14px;
    }
}
