.sp-ccbbeec8-container {
    padding: 60px 24px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.sp-ccbbeec8-header {
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.sp-ccbbeec8-subtitle {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #cca43b;
    font-weight: 700;
    margin-bottom: 12px;
}

.sp-ccbbeec8-title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    color: #111111;
    margin: 0 0 16px 0;
}

.sp-ccbbeec8-description {
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
    margin: 0;
}

.sp-ccbbeec8-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

@media (max-width: 991px) {\n    .sp-ccbbeec8-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .sp-ccbbeec8-grid {
        grid-template-columns: 1fr;
    }
    .sp-ccbbeec8-title {
        font-size: 28px;
    }
}

.sp-ccbbeec8-card {
    background: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 12px;
    padding: 35px 25px;
    transition: all 0.3s ease;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.sp-ccbbeec8-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
    border-color: #cca43b;
}

.sp-ccbbeec8-card-icon,
.sp-ccbbeec8-card-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    margin-bottom: 24px;
}

.sp-ccbbeec8-card-icon {
    width: 54px;
    border-radius: 10px;
    background: #fdfaf2;
}

.sp-ccbbeec8-card-logo img {
    max-height: 54px;
    width: auto;
    object-fit: contain;
}

.sp-ccbbeec8-card-icon i {
    font-size: 22px;
    color: #cca43b;
}

.sp-ccbbeec8-card-icon svg {
    width: 22px;
    height: 22px;
    fill: #cca43b;
}

.sp-ccbbeec8-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    margin: 0 0 12px 0;
}

.sp-ccbbeec8-card-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #555555;
    margin: 0;
}

.sp-ccbbeec8-cta-wrapper {
    margin-top: 30px;
}

.sp-ccbbeec8-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #111111;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 30px;
    transition: all 0.25s ease;
}

.sp-ccbbeec8-btn:hover {
    background-color: #cca43b;
    color: #ffffff;
    transform: translateY(-1px);
}

.sp-ccbbeec8-arrow {
    transition: transform 0.25s ease;
}

.sp-ccbbeec8-btn:hover .sp-ccbbeec8-arrow {
    transform: translateX(4px);
}
