.elementor-450 .elementor-element.elementor-element-aeaf5ea:not(.elementor-motion-effects-element-type-background), .elementor-450 .elementor-element.elementor-element-aeaf5ea > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.finaleaseinsurancegroup.com/wp-content/uploads/2022/05/0270_637844140262927235.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-450 .elementor-element.elementor-element-aeaf5ea > .elementor-background-overlay{background-color:#021024;opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-450 .elementor-element.elementor-element-aeaf5ea > .elementor-container{min-height:400px;}.elementor-450 .elementor-element.elementor-element-aeaf5ea{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-2em;margin-bottom:0em;}.elementor-450 .elementor-element.elementor-element-1fa617c{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:0em;--margin-bottom:0em;--margin-left:0em;--margin-right:0em;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-450 .elementor-element.elementor-element-612374b{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-a47fd77 */.li-page-header.li-pure-gold {

    text-align: center;
    position: relative;
}

.li-header-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.li-header-subtitle {
    color: rgba(209, 160, 25, 0.75); /* Soft gold accent tone */
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    margin-bottom: 12px;
    animation: fadeInDown 0.8s ease-out;
}

.li-header-title {
    color: #D1A019; /* Pure Gold */
    font-size: 64px;
    font-weight: 900;
    line-height: 1.1;
    margin: 0 0 24px 0;
    letter-spacing: -1.5px;
    text-transform: capitalize;
    animation: fadeInUp 0.8s ease-out;
    text-shadow: 0 2px 10px rgba(209, 160, 25, 0.1); /* Subtle premium text dimension */
}

.li-header-divider {
    height: 4px;
    width: 60px;
    background-color: #D1A019; /* Pure Gold */
    margin: 0 auto;
    border-radius: 2px;
    animation: scaleIn 1s ease-out;
}

/* Header Specific Animations */
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-15px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes scaleIn {
    from { transform: scaleX(0); opacity: 0; }
    to { transform: scaleX(1); opacity: 1; }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .li-page-header.li-pure-gold {
        padding: 60px 20px 10px 20px;
    }
    .li-header-title {
        font-size: 44px;
        letter-spacing: -1px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-612374b *//* Core Styling Architecture - Premium Light Mode */
.li-landing-wrapper {
    background-color: #f8fafc; /* Clean, ultra-light slate canvas */
    color: #2d3748; /* Deep charcoal for premium body readability */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

/* Background Atmospheric Subtle Accents */
.li-landing-wrapper::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(3, 36, 80, 0.03) 0%, rgba(255, 255, 255, 0) 70%);
    top: -10%;
    right: -10%;
    pointer-events: none;
}

/* Hero Elements */
.li-hero {
    max-width: 1200px;
    margin: 0 auto 100px auto;
}

.li-hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

.li-badge {
    background-color: rgba(209, 160, 25, 0.12);
    border: 1px solid rgba(209, 160, 25, 0.6);
    color: #b0830b; /* Darker gold variance for clear contrast on light canvas */
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
    margin-bottom: 24px;
}

.li-main-title {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 800;
    color: #032450; /* Signature Navy */
    margin: 0 0 24px 0;
    letter-spacing: -1px;
}

.li-lead {
    font-size: 19px;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 40px;
}

/* CTAs */
.li-cta-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.li-btn-primary {
    background-color: #032450;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 20px rgba(3, 36, 80, 0.2);
}

.li-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(209, 160, 25, 0.35);
    background-color: #D1A019; /* Fluid color swapping on hover */
}

.li-btn-secondary {
    border: 2px solid rgba(3, 36, 80, 0.2);
    color: #032450;
    padding: 14px 32px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.li-btn-secondary:hover {
    background-color: rgba(3, 36, 80, 0.05);
    border-color: #032450;
}

/* Floating Metrics (Visuals Column) */
.li-hero-visuals {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
}

.li-metric-card {
    background: #ffffff;
    border: 1px solid rgba(3, 36, 80, 0.08);
    border-radius: 16px;
    padding: 30px;
    position: relative;
    box-shadow: 0 15px 45px rgba(3, 36, 80, 0.06);
}

.li-card-glow {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(209, 160, 25, 0.04) 0%, transparent 60%);
    pointer-events: none;
}

.li-metric-tag {
    font-size: 11px;
    color: #D1A019;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.li-metric-num {
    font-size: 48px;
    font-weight: 900;
    color: #032450;
    margin: 8px 0;
}

.li-metric-desc {
    color: #4a5568;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

/* Data Sections / Info Panels */
.li-data-section {
    max-width: 1200px;
    margin: 0 auto;
}

.li-section-title {
    font-size: 36px;
    font-weight: 800;
    color: #032450;
    text-align: center;
    margin-bottom: 12px;
}

.li-section-subtitle {
    font-size: 16px;
    color: #718096;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px auto;
    line-height: 1.5;
}

.li-data-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.li-interactive-row {
    background: #ffffff;
    border: 1px solid rgba(3, 36, 80, 0.06);
    border-radius: 12px;
    padding: 35px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
}

.li-interactive-row:hover {
    transform: scale(1.008) translateY(-2px);
    background: #ffffff;
    border-color: rgba(3, 36, 80, 0.15);
    box-shadow: 0 20px 40px rgba(3, 36, 80, 0.05);
}

.li-active-accent {
    border-left: 4px solid #D1A019;
    background: linear-gradient(90deg, rgba(209, 160, 25, 0.02) 0%, #ffffff 100%);
}

.li-row-type {
    font-size: 12px;
    color: #b0830b;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 6px;
}

.li-interactive-row h3 {
    font-size: 24px;
    margin: 0 0 16px 0;
    color: #032450;
}

.li-interactive-row p {
    color: #4a5568;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 20px;
}

.li-data-bullets {
    margin: 0;
    padding-left: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.li-data-bullets li {
    color: #4a5568;
    font-size: 14px;
    line-height: 1.5;
}

.li-data-bullets strong {
    color: #032450;
}

/* Custom CSS Micro-Animation Rigging */
.li-animate-float {
    animation: floatAnimation 6s ease-in-out infinite;
}
.li-delay-1 {
    animation-delay: 3s;
}

@keyframes floatAnimation {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-12px); box-shadow: 0 25px 50px rgba(3, 36, 80, 0.1); }
    100% { transform: translateY(0px); }
}

/* Responsive Structural Adaptations */
@media (max-width: 992px) {
    .li-hero-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .li-main-title {
        font-size: 42px;
    }
    .li-data-bullets {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */