.elementor-58381 .elementor-element.elementor-element-eca8f7a{--display:flex;}.elementor-58381 .elementor-element.elementor-element-a52be01{--display:flex;}.elementor-58381 .elementor-element.elementor-element-fb37a8c{max-width:label_off !important;}/* Start of your custom CSS rules for html, class: .elementor-element-fb37a8c */ /* ==========================================
   FINLENSY LANDING PAGE
========================================== */

.finlensy-page{
    --bg:#011B32;
    --card:#0d2335;
    --primary:#007672;
    --text:#D6ECEC;
    --muted:#9db0c3;
    --border:rgba(255,255,255,.08);

    font-family:'Roboto',sans-serif;
    background:var(--bg);
    color:var(--text);
    border-radius:18px;
    overflow:hidden;
}

.finlensy-page *,
.finlensy-page *::before,
.finlensy-page *::after{
    box-sizing:border-box;
}

.f-container{
    width:100%;
    max-width:1280px;
    margin:auto;
    padding:0 70px;
}

/* ==========================================
   BUTTON
========================================== */

.f-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 36px;
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 400;
    transition: .35s;

    white-space: nowrap;   /* Prevent text wrapping */
    min-width: 170px;      /* Optional: ensure enough width */
    text-align: center;
}

.f-btn:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 40px rgba(0,118,114,.35);
}

/* ==========================================
   HERO
========================================== */

.f-hero{
    position:relative;
    overflow:hidden;
    min-height:780px;
    display:flex;
    align-items:center;
    padding:120px 0;

    background:
    linear-gradient(
        90deg,
        rgba(1,10,20,.92) 0%,
        rgba(1,10,20,.85) 45%,
        rgba(1,10,20,.45) 100%
    ),
    url("https://stolvix.com/wp-content/uploads/2026/06/71-backgrund-service-1.webp") center center/cover no-repeat;
}

.f-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.18);
}

.f-hero .f-container{
    position:relative;
    z-index:2;
}

.f-hero-wrap{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
}

.f-hero-content{
    flex:0 0 48%;
}

.f-logo{
    font-size:38px;
    font-weight:400;
    color:#59d7d2;
    margin-bottom:12px;
    line-height:1;
}

.f-hero h1{
    font-size:45px;
    font-weight:400;
    line-height:1.05;
    color:#fff;
    max-width:620px;
    margin:0 0 25px;
}

.f-hero p{
    font-size:18px;
    line-height:1.9;
    color:#d7e7f2;
    max-width:560px;
    margin-bottom:25px;
}

.f-hero p:last-of-type{
    margin-bottom:45px;
}

.f-hero-img{
    flex:0 0 52%;
    text-align:right;
}

.f-hero-img img{
    width:100%;
    max-width:760px;
    display:block;
    margin-left:auto;
    filter:drop-shadow(0 35px 70px rgba(0,0,0,.45));
    animation:floatImage 6s ease-in-out infinite;
}

@keyframes floatImage{
    0%{transform:translateY(0);}
    50%{transform:translateY(-12px);}
    100%{transform:translateY(0);}
}

/* ==========================================
   ABOUT
========================================== */

.f-about{
    padding:90px 0;
    border-bottom:1px solid var(--border);
}

.f-about-wrap{
    display:grid;
    grid-template-columns:1fr 1.4fr;
    gap:70px;
}

.f-about h2{
    font-size:40px;
    line-height:1.2;
    color:#fff;
}

.f-about h3{
    font-size:30px;
    margin-bottom:22px;
    color:#fff;
}

.f-about p{
    color:var(--muted);
    font-size:18px;
    line-height:1.9;
    margin-bottom:22px;
}

/* ==========================================
   SECTION TITLE
========================================== */

.f-center{
    text-align:center;
    font-size:40px;
    margin-bottom:55px;
    color:#fff;
}

/* ==========================================
   FEATURES
========================================== */

.f-features{
    padding:90px 0;
}

.f-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.f-card{
    display:flex;
    flex-direction:column;
    height:100%;
    padding:30px;
    background:var(--card);
    border:1px solid var(--border);
    border-radius:16px;
    transition:.3s;
}

.f-card:hover{
    transform:translateY(-6px);
    border-color:var(--primary);
    box-shadow:0 20px 45px rgba(0,0,0,.35);
}

.f-card i{
    width:58px;
    height:58px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    background:rgba(37,208,216,.15);
    color:var(--primary);
    font-size:24px;
}

.f-card h3{
    font-size:22px;
    margin-bottom:14px;
    color:#fff;
}

.f-card p{
    color:var(--muted);
    line-height:1.8;
    margin:0;
}

/* ==========================================
   CTA BANNER
========================================== */

.f-banner{
    padding:90px 0;
}

.f-banner-box{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:50px;
    background:var(--card);
    border:1px solid var(--border);
    border-radius:20px;
    padding:50px;
}

.f-banner-box h2{
    font-size:40px;
    margin-bottom:15px;
    color:#fff;
}

.f-banner-box p{
    color:var(--muted);
    line-height:1.8;
}

.f-banner-box .price{
    color:var(--primary);
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.f-disclaimer{
    margin-top:40px;
    padding:30px;
    border:1px solid var(--border);
    border-radius:16px;
    background:#092338;
}

.f-disclaimer strong{
    display:block;
    margin-bottom:15px;
    color:#fff;
}

.f-disclaimer p{
    margin:0;
    color:var(--muted);
    line-height:1.8;
}

/* ==========================================
   WHY
========================================== */

.f-why{
    padding:90px 0;
}
.f-why .f-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:24px;
}

.f-why .f-card{
    grid-column:span 2;
}

/* Last two cards */
.f-why .f-card:nth-child(4){
    grid-column:2 / span 2;
}

.f-why .f-card:nth-child(5){
    grid-column:4 / span 2;
}

/* ==========================================
   FINAL CTA
========================================== */

.f-final{
    padding:100px 0;
}

.f-final-box{
    position:relative;
    text-align:center;
    padding:120px 60px;
    border-radius:24px;
    overflow:hidden;
    border:1px solid rgba(69,198,255,.18);

    background:
    linear-gradient(rgba(0,18,36,.55),rgba(0,18,36,.55)),
    url("https://stolvix.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-1-2026-10_10_52-PM.png") center center/cover no-repeat;
}

.f-final-box::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.15);
}

.f-final-box>*{
    position:relative;
    z-index:2;
}

.f-final-box h2{
    font-size:46px;
    font-weight:400;
    margin:0 0 35px;
    color:#fff;
}

/* ==========================================
   TABLET
========================================== */

@media (max-width:991px){

    .f-container{
        padding:0 30px;
    }

    .f-hero-wrap{
        flex-direction:column;
        text-align:center;
        gap:50px;
    }

    .f-about-wrap{
        grid-template-columns:1fr;
        gap:40px;
    }

    .f-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .f-banner-box{
        flex-direction:column;
        text-align:center;
    }

    .f-hero h1{
        font-size:42px;
    }

    .f-about h2,
    .f-center{
        font-size:34px;
    }

    .f-banner-box h2{
        font-size:30px;
    }

    .f-final-box h2{
        font-size:34px;
    }
    .f-why .f-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .f-why .f-card,
    .f-why .f-card:nth-child(4),
    .f-why .f-card:nth-child(5){
        grid-column:auto;
    }

}

/* ==========================================
   MOBILE
========================================== */

@media (max-width:767px){

    .f-container{
        padding:0 20px;
    }

    .f-hero,
    .f-about,
    .f-features,
    .f-banner,
    .f-why,
    .f-final{
        padding:60px 0;
    }

    .f-grid{
        grid-template-columns:1fr;
    }

    .f-hero h1{
        font-size:34px;
    }

    .f-about h2,
    .f-center{
        font-size:28px;
    }

    .f-about h3{
        font-size:24px;
    }

    .f-banner-box{
        padding:35px 25px;
    }

    .f-banner-box h2{
        font-size:24px;
    }

    .f-banner-box .price{
        font-size:20px;
    }

    .f-final-box{
        padding:60px 25px;
    }

    .f-final-box h2{
        font-size:28px;
    }

    .f-btn{
        width:100%;
    }
    .f-why .f-grid{
        grid-template-columns:1fr;
    }
} /* End of your custom CSS rules */