/* ═══════════════════════════════════════════
   RL Benefits Grid – Bulletproof Styling
   ═══════════════════════════════════════════ */

/* 1. Force Section Background */
body .rl-benefits-section {
    background-color: #FFF5FD !important;
    background-image: none !important; /* Kill any theme gradients */
}

/* 2. Illustration Boxes */
body .rl-benefits-section .rl-illustration-box {
    background-color: #D4C9FB !important;
    border-radius: 30px !important;
    padding: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 25px !important;
    aspect-ratio: 16 / 10 !important;
    overflow: hidden !important;
    transition: transform 0.4s cubic-bezier(0.2, 1, 0.3, 1) !important;
}

body .rl-benefits-section .rl-illustration-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    filter: none !important; /* Ensure no theme filters */
}

/* 3. Typography Force (Kill Teal) */
body .rl-benefits-section .rl-hf-title,
body .rl-benefits-section .rl-benefit-title,
body .rl-benefits-section h1,
body .rl-benefits-section h2,
body .rl-benefits-section h3,
body .rl-benefits-section h4,
body .rl-benefits-section .elementor-heading-title {
    color: #000000 !important;
    font-family: 'Gilroy Medium', sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: -0.04em !important;
    line-height: 1.1 !important;
}

body .rl-benefits-section .rl-hf-text,
body .rl-benefits-section p,
body .rl-benefits-section .elementor-text-editor {
    color: #333333 !important;
    font-family: 'Gilroy Medium', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}

/* 4. Card Hover Interactions */
body .rl-benefits-section .rl-benefit-card {
    transition: transform 0.44s cubic-bezier(0.2, 1, 0.3, 1) !important;
}

body .rl-benefits-section .rl-benefit-card:hover {
    transform: translateY(-8px) !important;
}

body .rl-benefits-section .rl-benefit-card:hover .rl-illustration-box {
    transform: scale(1.02) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05) !important;
}
