.elementor-129 .elementor-element.elementor-element-7449d7a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-26926a2 *//* ====================================
   AMS PIPELINE PAGE
==================================== */

.ams-container{
    max-width:1200px;
    margin:0 auto;
    padding:0 24px;
}

.ams-label{
    display:inline-block;
    padding:8px 18px;
    border-radius:30px;
    background:rgba(14,136,211,.08);
    color:#0E88D3;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.ams-pipeline-hero{
    padding:120px 0;
    text-align:center;
    background:linear-gradient(135deg,#0E88D3,#1357D5);
    color:#fff;
}

.ams-pipeline-hero h1{
    font-size:72px;
    line-height:1.1;
    margin:25px auto;
    max-width:900px;
    font-weight:800;
}

.ams-pipeline-hero p{
    max-width:800px;
    margin:auto;
    font-size:20px;
    line-height:1.8;
    opacity:.95;
}

.ams-hero-buttons{
    margin-top:40px;
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.ams-btn-primary{
    background:#F0274A;
    color:#fff;
    text-decoration:none;
    padding:16px 34px;
    border-radius:10px;
    font-weight:700;
    transition:.3s;
}

.ams-btn-primary:hover{
    transform:translateY(-3px);
}

.ams-btn-secondary{
    background:#fff;
    color:#1357D5;
    text-decoration:none;
    padding:16px 34px;
    border-radius:10px;
    font-weight:700;
}

/* sections */

.ams-pipeline-intro,
.ams-timeline,
.ams-categories,
.ams-ecosystem,
.ams-why,
.ams-faq,
.ams-final-cta{
    padding:100px 0;
}

.ams-pipeline-intro{
    text-align:center;
    background:#fff;
}

.ams-pipeline-intro h2,
.ams-timeline h2,
.ams-categories h2,
.ams-ecosystem h2,
.ams-why h2,
.ams-faq h2{
    font-size:48px;
    text-align:center;
    margin-bottom:25px;
    font-weight:800;
    color:#1F2937;
}

.ams-pipeline-intro p{
    max-width:850px;
    margin:auto;
    font-size:18px;
    line-height:1.8;
    color:#4B5563;
}

/* timeline */

.ams-timeline{
    background:#F7F9FC;
}

.ams-timeline-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin-top:70px;
}

.ams-stage{
    background:#fff;
    border-radius:20px;
    padding:40px 30px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
    transition:.3s;
    position:relative;
}

.ams-stage:hover{
    transform:translateY(-10px);
}

.ams-stage-number{
    width:70px;
    height:70px;
    background:#1357D5;
    color:#fff;
    border-radius:50%;
    margin:0 auto 25px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:800;
}

.ams-stage h3{
    margin-bottom:15px;
    font-size:24px;
}

/* cards */

.ams-card-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:60px;
}

.ams-card{
    background:#fff;
    border-radius:20px;
    padding:35px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
    transition:.3s;
    border-top:4px solid #0E88D3;
}

.ams-card:hover{
    transform:translateY(-8px);
}

.ams-card h3{
    color:#1357D5;
    margin-bottom:15px;
    font-size:24px;
}

.ams-card p{
    color:#4B5563;
    line-height:1.8;
}

/* ecosystem */

.ams-ecosystem{
    background:#fff;
}

.ams-flow{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:25px;
    flex-wrap:wrap;
    margin-top:60px;
}

.ams-flow div{
    background:#1357D5;
    color:#fff;
    padding:18px 30px;
    border-radius:12px;
    font-weight:700;
    position:relative;
}

.ams-flow div:not(:last-child)::after{
    content:"→";
    position:absolute;
    right:-20px;
    top:50%;
    transform:translateY(-50%);
    color:#F0274A;
    font-size:24px;
}

/* why */

.ams-why{
    background:#F7F9FC;
}

/* banner */

.ams-banner{
    padding:120px 0;
    background:linear-gradient(135deg,#1357D5,#0E88D3);
    text-align:center;
}

.ams-banner h2{
    color:#fff;
    font-size:64px;
    line-height:1.2;
    font-weight:800;
}

/* faq */

.ams-faq details{
    background:#fff;
    margin-bottom:15px;
    border-radius:12px;
    padding:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.ams-faq summary{
    cursor:pointer;
    font-weight:700;
    font-size:18px;
}

.ams-faq p{
    margin-top:15px;
    color:#4B5563;
}

/* CTA */

.ams-final-cta{
    text-align:center;
    background:#fff;
}

.ams-final-cta h2{
    font-size:56px;
    margin-bottom:20px;
    font-weight:800;
}

.ams-final-cta p{
    font-size:18px;
    color:#4B5563;
    margin-bottom:30px;
}

/* responsive */

@media(max-width:1024px){

    .ams-timeline-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .ams-card-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .ams-pipeline-hero h1{
        font-size:54px;
    }
}

@media(max-width:768px){

    .ams-timeline-grid,
    .ams-card-grid{
        grid-template-columns:1fr;
    }

    .ams-pipeline-hero{
        padding:90px 0;
    }

    .ams-pipeline-hero h1{
        font-size:40px;
    }

    .ams-banner h2{
        font-size:40px;
    }

    .ams-pipeline-intro h2,
    .ams-timeline h2,
    .ams-categories h2,
    .ams-ecosystem h2,
    .ams-why h2,
    .ams-faq h2,
    .ams-final-cta h2{
        font-size:34px;
    }

    .ams-flow{
        flex-direction:column;
    }

    .ams-flow div::after{
        display:none;
    }
}

.ams-label{
    display:inline-block;
    padding:10px 20px;
    background:rgba(255,255,255,0.15);
    border:1px solid rgba(255,255,255,0.25);
    border-radius:50px;
    color:#FFFFFF;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    margin-bottom:25px;
}/* End custom CSS */