.rf-container-14bae71f {
    font-family: 'Montserrat', sans-serif;
    padding: 60px 20px;
    box-sizing: border-box;
}

.rf-heading-14bae71f {
    margin: 0;
    font-weight: 700;
}

.rf-top-title-14bae71f {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 35px;
}

/* Areas 6-column Grid */
.rf-grid-14bae71f {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    margin-bottom: 60px;
}

.rf-card-14bae71f {
    background: #ffffff;
    border: 1px solid rgba(33, 68, 98, 0.1);
    border-radius: 8px;
    padding: 20px 10px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    display: block;
}

a.rf-card-14bae71f {
    cursor: pointer;
}

.rf-card-14bae71f:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.rf-pin-14bae71f {
    display: inline-block;
    margin-bottom: 10px;
}

.rf-card-name-14bae71f {
    font-weight: 600;
    font-size: 1rem;
}

/* Split Row */
.rf-bottom-split-14bae71f {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

/* Left anchor callout (35%) */
.rf-left-anchor-14bae71f {
    flex: 0 0 35%;
    max-width: 35%;
}

.rf-anchor-card-14bae71f {
    background: #214462;
    padding: 40px 30px;
    border-radius: 12px;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(33, 68, 98, 0.15);
}

.rf-anchor-label-14bae71f {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
    margin: 0 0 10px 0;
}

.rf-phone-link-14bae71f {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 25px;
}

.rf-phone-link-14bae71f:hover {
    text-decoration: underline;
}

.rf-btn-14bae71f {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    border-radius: 6px;
    background-color: #E11C09;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.rf-btn-14bae71f:hover {
    background-color: #ffffff;
    color: #E11C09;
    border-color: #E11C09;
}

/* Right FAQ Accordion (65%) */
.rf-right-faqs-14bae71f {
    flex: 1;
}

.rf-faq-main-title-14bae71f {
    font-size: 1.8rem;
    margin-bottom: 25px;
}

.rf-accordion-14bae71f {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.rf-faq-item-14bae71f {
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid rgba(33, 68, 98, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

.rf-faq-item-14bae71f[open] {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
}

.rf-faq-trigger-14bae71f {
    padding: 20px 25px;
    font-weight: 700;
    font-size: 1.05rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
}

.rf-faq-trigger-14bae71f::-webkit-details-marker {
    display: none;
}

.rf-faq-icon-14bae71f {
    position: relative;
    width: 14px;
    height: 14px;
}

.rf-faq-icon-14bae71f::before,
.rf-faq-icon-14bae71f::after {
    content: '';
    position: absolute;
    background-color: #214462;
    transition: transform 0.3s ease;
}

/* Horizontal line */
.rf-faq-icon-14bae71f::before {
    top: 6px;
    left: 0;
    width: 14px;
    height: 2px;
}

/* Vertical line */
.rf-faq-icon-14bae71f::after {
    top: 0;
    left: 6px;
    width: 2px;
    height: 14px;
}

.rf-faq-item-14bae71f[open] .rf-faq-icon-14bae71f::after {
    transform: rotate(90deg);
    opacity: 0;
}

.rf-faq-content-14bae71f {
    padding: 0 25px 25px 25px;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4A5568;
    border-top: 1px solid rgba(33, 68, 98, 0.05);
}

.rf-faq-content-14bae71f p {
    margin: 15px 0 0 0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .rf-grid-14bae71f {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .rf-grid-14bae71f {
        grid-template-columns: repeat(2, 1fr);
    }
    .rf-bottom-split-14bae71f {
        flex-direction: column;
    }
    .rf-left-anchor-14bae71f {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}
