.elementor-72 .elementor-element.elementor-element-2dee703{--display:flex;}.elementor-72 .elementor-element.elementor-element-fa099d7{--display:flex;}.elementor-72 .elementor-element.elementor-element-de22559{--display:flex;}.elementor-72 .elementor-element.elementor-element-713e43b{--display:flex;}.elementor-72 .elementor-element.elementor-element-f06d1ec{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4247701 *//* ============================================================
   GLOBAL THEME — RankForesight / Easy AI
   Applies to all pages: Home, Platform, Use Cases, Docs, FAQ
   Clean, modular, responsive, Elementor-safe
============================================================ */

/* ------------------------------
   GLOBAL LAYOUT + WRAPPERS
------------------------------ */
.rf-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ------------------------------
   TYPOGRAPHY SYSTEM
------------------------------ */
body {
    font-family: 'Inter', Arial, sans-serif;
    color: #1A1A1A;
    line-height: 1.55;
}

h1, h2, h3 {
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 700;
    color: #0B3D91;
    line-height: 1.2;
}

h1 { font-size: 44px; }
h2 { font-size: 30px; margin-bottom: 14px; }
h3 { font-size: 20px; margin-bottom: 10px; }

p {
    font-size: 16px;
    margin-bottom: 18px;
}

/* ------------------------------
   LINKS
------------------------------ */
a {
    color: #0B3D91;
    text-decoration: none;
    transition: color .2s ease;
}

a:hover {
    color: #0078D4;
}

/* ------------------------------
   BUTTON SYSTEM
------------------------------ */
.rf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 26px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: 0.25s ease-in-out;
    border: 1px solid transparent;
}

.rf-btn-primary {
    background: #0B3D91;
    color: #FFF;
    box-shadow: 0 5px 14px rgba(0, 60, 140, 0.3);
}

.rf-btn-primary:hover {
    background: #08408A;
    transform: translateY(-3px);
}

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

.rf-btn-secondary:hover {
    background: #028CC0;
    transform: translateY(-3px);
}

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

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

/* ------------------------------
   HERO BLOCKS
------------------------------ */
.rf-hero,
.rf-home-hero {
    text-align: center;
    padding: 120px 0 80px;
    background: #F7F8FF;
}

.rf-lead,
.rf-hero-lead {
    font-size: 18px;
    max-width: 800px;
    margin: 14px auto 30px;
    color: #333;
}

/* ------------------------------
   USE CASES & VALUE GRID
------------------------------ */
.rf-grid,
.rf-value-grid,
.rf-arch-grid {
    display: grid;
    gap: 24px;
}

.rf-grid {
    grid-template-columns: repeat(3, 1fr);
}

.rf-value-grid {
    grid-template-columns: repeat(4, 1fr);
}

.rf-arch-grid {
    grid-template-columns: repeat(3, 1fr);
}

/* ------------------------------
   CARDS
------------------------------ */
.rf-card,
.rf-value-card,
.rf-arch-col {
    background: #FFF;
    padding: 26px;
    border-radius: 12px;
    border: 1px solid #E4E4E4;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.rf-card:hover,
.rf-value-card:hover,
.rf-arch-col:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.10);
}

.rf-more {
    display: inline-block;
    margin-top: 12px;
    font-weight: 600;
}

/* ------------------------------
   CTA SECTION
------------------------------ */
.rf-cta {
    background: #0B3D91;
    color: #FFF;
    text-align: center;
    padding: 80px 0;
    border-top: 4px solid #0078D4;
}

.rf-cta h2 {
    color: #FFF;
}

.rf-cta p {
    color: #E9E9E9;
    font-size: 18px;
}

/* ------------------------------
   WARP SPEED ANIMATION LAYER
------------------------------ */
#rf-warp-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    opacity: 0;
    background: radial-gradient(circle, #00A3E0 0%, #0B3D91 70%, #000 100%);
    transform: scale(1);
    transition: opacity .15s ease-out, transform .50s ease-out;
    z-index: 999999;
}

.rf-warp-active #rf-warp-overlay {
    opacity: 1;
    transform: scale(9);
    filter: blur(12px);
}

/* ------------------------------
   RESPONSIVE BEHAVIOR
------------------------------ */

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

@media(max-width: 700px) {
    h1 { font-size: 32px; }
    h2 { font-size: 26px; }

    .rf-grid,
    .rf-value-grid,
    .rf-arch-grid {
        grid-template-columns: 1fr;
    }

    .rf-btn {
        width: 100%;
        text-align: center;
    }
}

/* ============================================================
   END GLOBAL THEME
============================================================ *//* End custom CSS */