.prop-features-ffa9a9c1-wrapper {
    width: 100%;
    background-color: #1e2d24;
    padding: 100px 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #ffffff;
    overflow: hidden;
}

.prop-features-ffa9a9c1-container {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    padding: 0 40px;
    align-items: center;
}

/* Left Content */
.prop-features-ffa9a9c1-left {
    display: flex;
    flex-direction: column;
}

.prop-features-ffa9a9c1-tag {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #e9be65;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.prop-features-ffa9a9c1-headline {
    font-size: 52px;
    line-height: 1.15;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 32px 0;
}

.prop-features-ffa9a9c1-lead {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 20px 0;
}

.prop-features-ffa9a9c1-support {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 48px 0;
}

/* Animated Bullet List */
.prop-features-ffa9a9c1-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.prop-features-ffa9a9c1-bullet {
    padding: 24px 0 24px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.prop-features-ffa9a9c1-bullet.reveal-active {
    opacity: 1;
    transform: translateY(0);
}

.prop-features-ffa9a9c1-bullet::before {
    content: "–";
    position: absolute;
    left: 0;
    color: #e9be65;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

/* Right Overlapping Images */
.prop-features-ffa9a9c1-right {
    position: relative;
    width: 100%;
    height: 600px;
}

.prop-features-ffa9a9c1-main-img {
    width: 90%;
    height: 520px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.prop-features-ffa9a9c1-overlap-box {
    position: absolute;
    bottom: 0;
    left: -10%;
    width: 50%;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    z-index: 10;
}

.prop-features-ffa9a9c1-overlap-img {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.prop-features-ffa9a9c1-overlap-card {
    background-color: #f6f4f0;
    padding: 20px 24px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #1a1a1a;
    text-transform: uppercase;
    text-align: left;
}

@media (max-width: 1024px) {
    .prop-features-ffa9a9c1-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .prop-features-ffa9a9c1-right {
        height: 500px;
    }
    .prop-features-ffa9a9c1-main-img {
        width: 100%;
        height: 420px;
    }
    .prop-features-ffa9a9c1-overlap-box {
        left: 5%;
        width: 45%;
    }
}

@media (max-width: 600px) {
    .prop-features-ffa9a9c1-headline {
        font-size: 36px;
    }
    .prop-features-ffa9a9c1-lead {
        font-size: 18px;
    }
    .prop-features-ffa9a9c1-overlap-box {
        position: relative;
        left: 0;
        width: 100%;
        margin-top: 20px;
    }
    .prop-features-ffa9a9c1-right {
        height: auto;
    }
}
