/* ═══════════════════════════════════════════
   RL Landing Page – Common Section Styles
   ═══════════════════════════════════════════ */

/* Global Design Token Overrides */
/* Higher Specificity to kill theme teal leak */
div.rl-hf-title h1,
div.rl-hf-title h2,
div.rl-hf-title h3,
div.rl-hf-title h4,
div.rl-hf-title .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;
    margin-bottom: 20px !important;
    transition: color 0.3s ease;
}

.rl-hf-text,
.rl-hf-text p,
.rl-hf-text .elementor-text-editor {
    color: #333333 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #444444 !important;
}

.rl-hf-text strong {
    color: #000000 !important;
    font-weight: 700 !important;
}


/* Audience & Benefit Card Interactions */
.rl-audience-card, .rl-benefit-card, .rl-results-card {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    background: transparent;
    border-radius: 20px;
    transition: transform 0.44s cubic-bezier(0.2, 1, 0.3, 1), background 0.4s ease, box-shadow 0.4s ease;
}

.rl-audience-card:hover, .rl-benefit-card:hover, .rl-results-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.6) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.rl-audience-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.rl-audience-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: brightness(0);
}


/* Results Grid (Section 07) */
.rl-results-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Final CTA (Section 08) */
.rl-cta-grid {
    position: relative;
    display: grid !important;
    grid-template-columns: 1fr 1px 1fr !important;
    gap: 0 !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 1180px;
    margin: 0 auto;
}

.rl-cta-col {
    padding: 0 60px !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    min-height: 280px !important;
    justify-content: flex-start;
}

.rl-cta-divider {
    grid-column: 2;
    width: 1px !important;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 20%, rgba(0,0,0,0.15) 80%, rgba(0,0,0,0) 100%) !important;
    height: 85% !important;
    align-self: center !important;
}

.rl-cta-marker {
    position: absolute !important;
    top: 0 !important;
    right: 20px !important;
    font-family: 'Gilroy Medium', sans-serif !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #D4C9FB !important; /* Brand Purple */
    opacity: 1 !important;
    z-index: 10 !important;
}

/* Response for Mobile */
@media (max-width: 767px) {
    .rl-cta-grid {
        grid-template-columns: 1fr !important;
        gap: 60px !important;
    }
    .rl-cta-divider {
        display: none !important;
    }
}

/* Pill Buttons */
.rl-btn-pill-solid .elementor-button,
.rl-btn-pill-outline .elementor-button {
    border-radius: 40px !important;
    padding: 20px 35px !important; /* Slightly larger */
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100%;
    max-width: 400px;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 13px !important;
    transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1) !important;
}

.rl-btn-pill-solid .elementor-button {
    background-color: #000000 !important;
    color: #FFFFFF !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.rl-btn-pill-solid .elementor-button:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    background-color: #1a1a1a !important;
}

.rl-btn-pill-outline .elementor-button {
    background-color: transparent !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
}

.rl-btn-pill-outline .elementor-button:hover {
    background-color: #000000 !important;
    color: #FFFFFF !important;
    transform: scale(1.02);
}

.rl-btn-pill-solid .elementor-button-icon,
.rl-btn-pill-outline .elementor-button-icon {
    margin-left: 20px;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.rl-btn-pill-solid .elementor-button:hover .elementor-button-icon,
.rl-btn-pill-outline .elementor-button:hover .elementor-button-icon {
    transform: translateX(5px);
}

.rl-results-label {
    display: block;
    margin-top: 15px;
}

/* Responsive Gaps */
@media (max-width: 1024px) {
    .elementor-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
