.cs-09d09453-wrapper {
    background-color: #0c0a07;
    padding: 80px 0;
    width: 100%;
    box-sizing: border-box;
}

.cs-09d09453-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.cs-09d09453-header {
    margin-bottom: 70px;
}

.cs-09d09453-eyebrow-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.cs-09d09453-eyebrow {
    font-size: 11px;
    letter-spacing: 0.18em;
    font-weight: 500;
    color: #b38e5d;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}

.cs-09d09453-eyebrow::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: #b38e5d;
    margin-right: 12px;
}

.cs-09d09453-header-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: flex-start;
}

.cs-09d09453-title {
    margin: 0;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 300;
    font-family: 'Cormorant Garamond', 'Playfair Display', serif;
}

.cs-09d09453-title-regular {
    color: #ffffff;
}

.cs-09d09453-title-italic {
    font-style: italic;
    color: #b38e5d;
}

.cs-09d09453-desc-wrapper {
    padding-top: 10px;
}

.cs-09d09453-desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #9e9c98;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.cs-09d09453-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.cs-09d09453-grid-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cs-09d09453-icon-wrapper {
    margin-bottom: 25px;
}

.cs-09d09453-icon-box {
    width: 50px;
    height: 50px;
    border: 1px solid #b38e5d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b38e5d;
    font-size: 16px;
    transition: all 0.3s ease;
}

.cs-09d09453-icon-box svg {
    width: 16px;
    height: 16px;
    fill: #b38e5d;
    transition: all 0.3s ease;
}

.cs-09d09453-grid-item:hover .cs-09d09453-icon-box {
    background-color: #b38e5d;
    color: #0c0a07;
}

.cs-09d09453-grid-item:hover .cs-09d09453-icon-box svg {
    fill: #0c0a07;
}

.cs-09d09453-feature-title {
    font-size: 20px;
    margin: 0 0 15px 0;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Cormorant Garamond', 'Playfair Display', serif;
}

.cs-09d09453-feature-desc {
    font-size: 14px;
}

/* RESPONSIVE DESIGN */
@media (max-width: 1024px) {
    .cs-09d09453-header-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .cs-09d09453-grid {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .cs-09d09453-wrapper {
        padding: 60px 0;
    }
    .cs-09d09453-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .cs-09d09453-title {
        font-size: 32px;
    }
}
