/* ==============================
   GENERAL
============================== */
.leftColZone, .rightColZone {display: none!important;}
.EmailRequestForm {width: 50%; margin: 0 auto; height: 1100px;}
.eo-logo-grid {display: none;}

/* ==============================
   HERO
============================== */

.eo-hero{

    background:
    linear-gradient(90deg,
    #ffffff 0%,
    #eef7fd 40%,
    #d7effc 65%,
    #86cff8 100%);

    padding:90px 40px;

    overflow:hidden;

}

.eo-hero-content{

    max-width:1200px;

    margin:auto;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:60px;

}

.eo-hero-left{

    flex:1;

}

.eo-logo{

    width:180px;

    margin-bottom:35px;

}

.eo-hero h1{

    font-size:64px;

    line-height:1.05;

    font-weight:800;

    color:#111;

    margin:0 0 30px;

}

.eo-hero h1 span{

    color:#1188d8;

}

.eo-hero p{

    max-width:520px;

    font-size:18px;

    line-height:1.7;

    color:#555;

    margin-bottom:40px;

}

.eo-btn{

    display:inline-block;

    background:#168fdc;

    color:#fff;

    text-decoration:none;

    padding:18px 34px;

    border-radius:8px;

    font-weight:700;

    transition:.25s;

}

.eo-btn:hover{

    background:#066db2;

}

.eo-hero-right{

    flex:1;

    text-align:center;

}

.eo-dashboard{

    width:100%;

    max-width:650px;

    border-radius:10px;

    box-shadow:0 30px 60px rgba(0,0,0,.18);

}

@media (max-width:900px){

.eo-hero{

padding:70px 25px;

}

.eo-hero-content{

flex-direction:column;

text-align:center;

}

.eo-hero p{

margin:auto auto 35px;

}

.eo-hero h1{

font-size:46px;

}

.eo-dashboard{

margin-top:40px;

}

}

/* ============================
   VIDEO SECTION
============================ */

.eo-video{

    background:#0f1824;

    padding:90px 40px;

}

.eo-video-wrapper{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:1.1fr .9fr;

    gap:70px;

    align-items:center;

}

.eo-video-container{

    position:relative;

    overflow:hidden;

    border-radius:8px;

    box-shadow:0 20px 50px rgba(0,0,0,.35);

}

.eo-video-container::before{

    content:"";

    display:block;

    padding-top:56.25%;

}

.eo-video-container iframe{

    position:absolute;

    inset:0;

    width:100%;

    height:100%;

}

.eo-video-right h2{

    color:#fff;

    font-size:46px;

    line-height:1.1;

    margin-bottom:28px;

    font-weight:800;

}

.eo-video-right p{

    color:#aab6c5;

    font-size:18px;

    line-height:1.8;

    margin-bottom:24px;

}

.eo-highlight{

    color:#ffffff !important;

    font-weight:700;

}

.eo-video-link{

    display:inline-block;

    margin-top:20px;

    color:#f4b324;

    font-size:22px;

    font-weight:700;

    text-decoration:none;

    transition:.25s;

}

.eo-video-link span{

    margin-left:10px;

    transition:.25s;

}

.eo-video-link:hover{

    color:#ffd05c;

}

.eo-video-link:hover span{

    transform:translateY(5px);

}

@media (max-width:900px){

.eo-hero{

padding:70px 25px;

}

.eo-hero-content{

flex-direction:column;

text-align:center;

}

.eo-hero p{

margin:auto auto 35px;

}

.eo-hero h1{

font-size:46px;

}

.eo-dashboard{

margin-top:40px;

}

}

/* ===================================
   FEATURES SECTION
=================================== */

.eo-features{

    background:
    linear-gradient(145deg,
    #0096df,
    #148fd0,
    #0c7fbd);

    padding:90px 35px;

}

.eo-features-inner{

    max-width:1180px;

    margin:auto;

    text-align:center;

}

.eo-features-logo{

    width:210px;

    margin-bottom:25px;

}

.eo-features h2{

    color:#fff;

    font-size:54px;

    font-weight:800;

    margin-bottom:25px;

}

.eo-features-intro{

    max-width:760px;

    margin:0 auto 70px;

    color:#d8eefb;

    font-size:19px;

    line-height:1.8;

}

.eo-card-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:28px;

}

.eo-card{

    background:#fff;

    border-radius:14px;

    padding:34px;

    text-align:left;

    box-shadow:
    0 12px 40px rgba(0,0,0,.16);

    transition:.3s;

}

.eo-card:hover{

    transform:translateY(-8px);

    box-shadow:
    0 24px 50px rgba(0,0,0,.25);

}

.eo-icon{

    width:52px;

    height:52px;

    border-radius:12px;

    background:#33b44a;

    color:white;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    margin-bottom:22px;

}

.eo-card h3{

    font-size:24px;

    color:#222;

    margin-bottom:14px;

    font-weight:700;

}

.eo-card p{

    color:#666;

    line-height:1.7;

    font-size:17px;

}

@media (max-width:1000px){

.eo-card-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media (max-width:700px){

.eo-features{

padding:70px 25px;

}

.eo-features h2{

font-size:40px;

}

.eo-features-intro{

font-size:17px;

margin-bottom:50px;

}

.eo-card-grid{

grid-template-columns:1fr;

}

.eo-card{

text-align:center;

}

.eo-icon{

margin:0 auto 20px;

}

}

/*===================================
COMPARISON
===================================*/

.eo-comparison{

    padding:110px 35px;

    background:
    linear-gradient(#ffffff,#f6f8fb);

}

.eo-comparison-inner{

    max-width:1180px;

    margin:auto;

    text-align:center;

}

.eo-comparison h2{

    font-size:54px;

    color:#111;

    margin-bottom:80px;

    font-weight:800;

}

.eo-compare-wrap{

    display:flex;

    justify-content:center;

    align-items:center;

    position:relative;

    margin-bottom:60px;

}

.eo-problems{

    width:390px;

    background:#fff5f5;

    border-left:6px solid #e74b4b;

    border-radius:14px;

    padding:45px;

    text-align:left;

    box-shadow:
    0 15px 35px rgba(0,0,0,.08);

    position:relative;

    left:40px;

    z-index:1;

}

.eo-problems h3{

    color:#d33232;

    margin-bottom:28px;

    font-size:28px;

}

.eo-problems ul{

    padding:0;

    list-style:none;

}

.eo-problems li{

    margin:18px 0;

    color:#555;

    line-height:1.6;

}

.eo-problems li:before{

    content:"✕";

    color:#d33;

    margin-right:12px;

}

.eo-solution{

    width:700px;

    background:#111d2c;

    color:white;

    border-radius:16px;

    padding:55px;

    text-align:left;

    position:relative;

    z-index:2;

    box-shadow:
    0 30px 60px rgba(0,0,0,.22);

}

.eo-solution-logo{

    width:180px;

    display:block;

    margin-bottom:30px;

}

.eo-solution h3{

    font-size:30px;

    margin-bottom:35px;

    border-bottom:2px solid #1f97e6;

    padding-bottom:18px;

}

.eo-solution ul{

    list-style:none;

    padding:0;

}

.eo-solution li{

    margin:18px 0;

    line-height:1.7;

}

.eo-solution li:before{

    content:"✓";

    color:#2bb6ff;

    margin-right:12px;

}

@media(max-width:980px){

.eo-compare-wrap{

flex-direction:column;

gap:35px;

}

.eo-problems{

left:0;

width:100%;

}

.eo-solution{

width:100%;

}

}

@media(max-width:700px){

.eo-comparison{

padding:70px 25px;

}

.eo-comparison h2{

font-size:40px;

margin-bottom:45px;

}

.eo-problems,
.eo-solution{

padding:35px;

}

.eo-problems h3,
.eo-solution h3{

font-size:24px;

}

}

/*=====================================
TRUSTED
=====================================*/

.eo-trusted{

    background:#ffffff;

    padding:100px 35px;

}

.eo-trusted-inner{

    max-width:1200px;

    margin:auto;

    text-align:center;

}

.eo-section-label{

    display:inline-block;

    color:#1794de;

    font-size:13px;

    letter-spacing:3px;

    font-weight:700;

    margin-bottom:20px;

}

.eo-trusted h2{

    font-size:50px;

    margin-bottom:25px;

    color:#111;

    font-weight:800;

}

.eo-trusted-intro{

    max-width:760px;

    margin:0 auto 70px;

    color:#666;

    font-size:18px;

    line-height:1.8;

}

.eo-logo-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.eo-logo-card{

    background:#fff;

    border-radius:16px;

    padding:45px;

    box-shadow:

        0 12px 40px rgba(0,0,0,.08);

    transition:.3s;

}

.eo-logo-card:hover{

    transform:translateY(-8px);

    box-shadow:

        0 24px 60px rgba(0,0,0,.15);

}

.eo-logo-card img{

    height:65px;

    margin-bottom:30px;

    object-fit:contain;

}

.eo-logo-card h3{

    font-size:24px;

    margin-bottom:18px;

    color:#222;

}

.eo-logo-card p{

    color:#666;

    line-height:1.7;

    font-size:17px;

}

@media(max-width:900px){

.eo-logo-grid{

grid-template-columns:1fr;

}

.eo-trusted{

padding:70px 25px;

}

.eo-trusted h2{

font-size:38px;

}

}





/*==================================
BOTTOM CTA
==================================*/

.eo-bottom-cta{

    background:#00A2E8;

    padding:90px 35px;

}

.eo-bottom-cta-inner{

    max-width:850px;

    margin:auto;

    text-align:center;

}

.eo-bottom-cta h2{

    color:#fff;

    font-size:54px;

    font-weight:800;

    line-height:1.15;

    margin-bottom:28px;

}

.eo-bottom-cta p{

    color:#e8f7ff;

    font-size:20px;

    line-height:1.8;

    margin-bottom:45px;

}

.eo-bottom-cta .eo-btn{

    display:inline-block;

    padding:18px 40px;

    background:#ffffff;

    color:#0096df;

    border-radius:8px;

    text-decoration:none;

    font-weight:700;

    transition:.25s;

}

.eo-bottom-cta .eo-btn:hover{

    background:#f2f2f2;

}

@media(max-width:700px){

.eo-bottom-cta{

padding:70px 25px;

}

.eo-bottom-cta h2{

font-size:38px;

}

.eo-bottom-cta p{

font-size:18px;

}

}