.wcu-f3c96e44-wrapper {
    background-color: #111111;
    padding: 100px 5%;
    font-family: var(--e-global-typography-primary-font-family, 'Inter', sans-serif);
}
.wcu-f3c96e44-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
}
@media (min-width: 1024px) {
    .wcu-f3c96e44-container {
        flex-direction: row;
        align-items: center;
        gap: 80px;
    }
    .wcu-f3c96e44-col-left, .wcu-f3c96e44-col-right {
        width: 50%;
    }
}

/* Left Column Text */
.wcu-f3c96e44-subheading {
    color: #9CA3AF;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: 500;
}
.wcu-f3c96e44-heading {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 32px;
    font-weight: 500;
}
@media (min-width: 768px) {
    .wcu-f3c96e44-heading { font-size: 56px; }
}
.wcu-f3c96e44-desc {
    color: #9CA3AF;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 48px;
}

/* Features Grid */
.wcu-f3c96e44-features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
}
.wcu-f3c96e44-feature {
    width: 100%;
}
@media (min-width: 600px) {
    .wcu-f3c96e44-feature { width: calc(50% - 15px); }
}
.wcu-f3c96e44-icon-wrap {
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 18px;
    margin-bottom: 20px;
}
.wcu-f3c96e44-icon-wrap svg {
    width: 20px;
    height: 20px;
    fill: #FFF;
}
.wcu-f3c96e44-feature-title {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}
.wcu-f3c96e44-feature-desc {
    color: #9CA3AF;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 300;
}

/* Right Column Image & Glass Card */
.wcu-f3c96e44-image-container {
    position: relative;
    width: 100%;
    min-height: 500px;
    border-radius: 40px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
@media (min-width: 1024px) {
    .wcu-f3c96e44-image-container {
        min-height: 700px;
    }
}
.wcu-f3c96e44-image-overlay {
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
    pointer-events: none;
}
.wcu-f3c96e44-floating-card {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    background-color: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 24px;
    padding: 30px;
}
@media (max-width: 600px) {
    .wcu-f3c96e44-floating-card {
        left: 20px; right: 20px; bottom: 20px; padding: 20px;
    }
}
.wcu-f3c96e44-card-title {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.wcu-f3c96e44-card-desc {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}