.elementor-13 .elementor-element.elementor-element-b815acf{--display:flex;}.elementor-13 .elementor-element.elementor-element-8a70f6d{--display:flex;}.elementor-13 .elementor-element.elementor-element-f8f33d9{--display:flex;}.elementor-13 .elementor-element.elementor-element-61847c5{--display:flex;}.elementor-13 .elementor-element.elementor-element-bfed6b5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d126af5 *//* =====================================================
   GLOBAL LAYOUT WRAPPER
===================================================== */
.rf-home-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}


/* =====================================================
   HERO SECTION
===================================================== */
.rf-home-hero {
    padding: 120px 0 80px;
    background: #f7f7ff;
    text-align: center;
}

.rf-home-hero h1 {
    font-size: 42px;
    line-height: 1.15;
    color: #0B3D91;
    font-weight: 700;
    margin-bottom: 20px;
}

.rf-hero-lead {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 30px;
    color: #222;
    line-height: 1.6;
}

.rf-hero-cta-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 15px;
}

.rf-hero-subnote {
    font-size: 13px;
    color: #555;
    margin-top: 10px;
}


/* =====================================================
   VALUE SECTION
===================================================== */
.rf-home-value {
    padding: 60px 0;
    background: #ffffff;
    text-align: center;
}

.rf-home-value h2 {
    font-size: 30px;
    font-weight: 700;
    color: #0B3D91;
    margin-bottom: 16px;
}

.rf-section-intro {
    font-size: 16px;
    max-width: 900px;
    color: #333;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.rf-value-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

.rf-value-card {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    padding: 22px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
    text-align: left;
}

.rf-value-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #0B3D91;
    font-weight: 700;
}

.rf-value-card p {
    font-size: 14px;
    color: #333;
    line-height: 1.55;
}

.rf-value-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 10px;
}


/* =====================================================
   ARCHITECTURE SECTION
===================================================== */
.rf-home-architecture {
    padding: 60px 0;
    background: #f9fafc;
    text-align: center;
}

.rf-home-architecture h2 {
    font-size: 30px;
    font-weight: 700;
    color: #0B3D91;
    margin-bottom: 16px;
}

.rf-arch-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.rf-arch-col {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    padding: 22px;
    text-align: left;
}

.rf-arch-col h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #0B3D91;
    font-weight: 700;
}

.rf-arch-col p {
    font-size: 14px;
    color: #333;
    line-height: 1.55;
}


/* =====================================================
   FAQ SECTION
===================================================== */
.rf-home-faq {
    padding: 60px 0;
    background: #ffffff;
}

.rf-home-faq h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #0B3D91;
}

.rf-faq-item {
    margin-bottom: 28px;
}

.rf-home-faq .rf-faq-item h3 {
    font-size: 18px;
    margin-bottom: 6px;
    color: #0B3D91;
    font-weight: 700;
}

.rf-home-faq .rf-faq-item p {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

.rf-faq-cta {
    margin-top: 20px;
    text-align: center;
}


/* =====================================================
   BUTTONS
===================================================== */
.rf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 24px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform 0.18s ease,
                box-shadow 0.18s ease,
                background 0.18s ease,
                color 0.18s ease;
}

.rf-btn-primary {
    background: #0B3D91;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(11,61,145,0.3);
}

.rf-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(11,61,145,0.35);
}

.rf-btn-secondary {
    background: #00A3E0;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0,163,224,0.3);
}

.rf-btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,163,224,0.35);
}

.rf-btn-ghost {
    background: transparent;
    color: #0B3D91;
    border-color: #0B3D91;
}

.rf-btn-ghost:hover {
    background: #0B3D91;
    color: #ffffff;
}

@media (max-width: 700px) {
    .rf-btn {
        width: 100%;
    }
}


/* =====================================================
   RESPONSIVE GRID FIXES
===================================================== */
@media (max-width: 1024px) {
    .rf-value-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .rf-arch-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .rf-home-hero {
        padding-top: 100px;
    }
    .rf-home-hero h1 {
        font-size: 32px;
    }
}

@media (max-width: 700px) {
    .rf-value-grid {
        grid-template-columns: 1fr;
    }
    .rf-arch-grid {
        grid-template-columns: 1fr;
    }
    .rf-hero-cta-row,
    .rf-value-cta-row {
        flex-direction: column;
        align-items: stretch;
    }
}/* End custom CSS */