.ps-17b44808-wrapper {
    position: relative;
    background: linear-gradient(90deg, var(--ps-left-color, #ff0d1a) 0%, var(--ps-right-color, #0d5bff) 100%);
    border-radius: 12px;
    padding: 1.5px;
    box-sizing: border-box;
    margin: 20px auto;
    max-width: 1200px;
}

.ps-17b44808-container {
    background: #050508;
    border-radius: 11px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    color: #ffffff;
    font-family: 'Montserrat', 'Segoe UI', Roboto, sans-serif;
}

.ps-17b44808-left {
    flex: 1 1 60%;
    padding: 40px;
    box-sizing: border-box;
}

.ps-17b44808-right {
    flex: 1 1 40%;
    position: relative;
    min-height: 380px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px 30px;
    box-sizing: border-box;
}

/* Glowing overlay on the image block */
.ps-17b44808-right::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.1) 100%);
    z-index: 1;
}

.ps-17b44808-right-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

/* Badge styles */
.ps-17b44808-header-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 5px;
    flex-wrap: wrap;
}

.ps-17b44808-badge {
    background: linear-gradient(135deg, #cc0e18, #990008);
    color: #ffffff;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    font-size: 20px;
    padding: 6px 20px;
    transform: skewX(-12deg);
    display: inline-block;
    letter-spacing: 1px;
}

.ps-17b44808-badge span {
    transform: skewX(12deg);
    display: inline-block;
}

.ps-17b44808-title {
    font-size: 28px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    margin: 0;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.ps-17b44808-subtitle {
    color: #ff0d1a;
    font-size: 14px;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.ps-17b44808-desc {
    color: #cccccc;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 35px;
}

/* Feature grid */
.ps-17b44808-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    position: relative;
}

.ps-17b44808-feature-col {
    text-align: center;
    padding: 0 10px;
    border-right: 1px solid rgba(255,255,255,0.15);
    box-sizing: border-box;
}

.ps-17b44808-feature-col:last-child {
    border-right: none;
}

/* Glow icons */
.ps-17b44808-icon-wrapper {
    font-size: 40px;
    margin-bottom: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    color: var(--ps-icon-color, #ff0d1a);
    filter: drop-shadow(0 0 8px var(--ps-icon-color, #ff0d1a));
}

.ps-17b44808-icon-wrapper svg,
.ps-17b44808-icon-wrapper i {
    width: 45px;
    height: 45px;
    font-size: 45px;
    line-height: 45px;
    fill: currentColor;
    display: block;
}

.ps-17b44808-feat-title {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0 0 8px 0;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.ps-17b44808-feat-title strong {
    color: var(--ps-icon-color, #ff0d1a);
}

.ps-17b44808-feat-desc {
    font-size: 12px;
    color: #aaaaaa;
    line-height: 1.4;
    margin: 0;
}

/* Vision section */
.ps-17b44808-vision-badge {
    background: linear-gradient(135deg, #cc0e18, #990008);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    font-style: italic;
    padding: 4px 15px;
    display: inline-block;
    text-transform: uppercase;
    transform: skewX(-12deg);
    margin-bottom: 15px;
}

.ps-17b44808-vision-badge span {
    transform: skewX(12deg);
    display: inline-block;
}

.ps-17b44808-vision-title {
    font-size: 20px;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1.3;
    color: #ffffff;
    margin: 0;
}

.ps-17b44808-vision-title strong,
.ps-17b44808-vision-title b {
    color: #ff0d1a;
}

/* Responsiveness */
@media(max-width: 991px) {
    .ps-17b44808-left {
        flex: 1 1 100%;
    }
    .ps-17b44808-right {
        flex: 1 1 100%;
        min-height: 320px;
    }
    .ps-17b44808-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 0;
    }
    .ps-17b44808-feature-col:nth-child(2n) {
        border-right: none;
    }
}

@media(max-width: 480px) {
    .ps-17b44808-features {
        grid-template-columns: 1fr;
    }
    .ps-17b44808-feature-col {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding-bottom: 20px;
    }
    .ps-17b44808-feature-col:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}
