/*==================================================
SOLUTIONS HERO
==================================================*/

.solutions-hero{

    padding:140px 0 80px;

    position:relative;

    overflow:hidden;

    background:
    radial-gradient(circle at 20% 10%,rgba(0,170,255,.10),transparent 35%),
    radial-gradient(circle at 80% 80%,rgba(0,120,255,.08),transparent 40%),
    linear-gradient(180deg,#071321 0%,#091826 100%);

}

.solutions-hero::before{

    content:"";

    position:absolute;

    width:700px;
    height:700px;

    left:-250px;
    top:-250px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(0,170,255,.12),
    transparent 70%);

    filter:blur(90px);

}

.solutions-hero .section-header{

    max-width:900px;

    margin:auto;

    text-align:center;

    position:relative;

    z-index:2;

}

.solutions-hero h1{

    font-size:72px;

    line-height:1.1;

    font-weight:800;

    color:#fff;

    margin:28px 0;

}

.solutions-hero h1 span{

    color:#23b8ff;

}

.solutions-hero p{

    max-width:760px;

    margin:auto;

    font-size:20px;

    line-height:1.9;

    color:#9fb5d1;

}


/*==================================================
SOLUTION TABS
==================================================*/

.solution-tabs{

    margin-top:70px;

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:18px;

}

.solution-tab{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    color:#dbe8f8;

    padding:18px 26px;

    border-radius:18px;

    font-size:15px;

    font-weight:700;

    cursor:pointer;

    transition:.35s;

    display:flex;

    align-items:center;

    gap:12px;

    backdrop-filter:blur(12px);

}

.solution-tab i{

    color:#22b6ff;

    font-size:18px;

}

.solution-tab:hover{

    transform:translateY(-6px);

    border-color:#23b8ff;

    box-shadow:0 18px 40px rgba(0,170,255,.18);

}

.solution-tab.active{

    background:linear-gradient(135deg,#1670ff,#00b8ff);

    color:#fff;

    border:none;

    box-shadow:0 18px 40px rgba(0,170,255,.35);

}

.solution-tab.active i{

    color:#fff;

}

/*==================================================
SOLUTION CONTENT
==================================================*/

.solution-content{
    padding:120px 20px;
    background:#081321;
    position:relative;
    overflow:hidden;
}

.solution-content::before{

    content:"";

    position:absolute;

    width:900px;
    height:900px;

    right:-350px;
    top:-250px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(0,170,255,.08),
    transparent 70%);

    filter:blur(90px);

}

.solution-layout{

    display:grid;

    grid-template-columns:1fr 500px;

    gap:60px;

    align-items:center;

    position:relative;

    z-index:2;

}

.solution-label{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:rgba(0,170,255,.12);

    color:#4fc3ff;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:24px;

}

.solution-left h2{

    font-size:56px;

    line-height:1.1;

    color:#fff;

    font-weight:800;

    margin-bottom:24px;

}

.solution-left p{

    color:#9fb5d1;

    font-size:19px;

    line-height:1.9;

    margin-bottom:45px;

    max-width:650px;

}

/*==================================================
FEATURES
==================================================*/

.solution-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin-bottom:45px;

}

.solution-feature{

    display:flex;

    align-items:center;

    gap:14px;

    padding:18px 22px;

    border-radius:18px;

    background:rgba(255,255,255,.04);

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

}

.solution-feature:hover{

    transform:translateX(8px);

    border-color:#22b6ff;

    background:rgba(0,170,255,.08);

}

.solution-feature i{

    color:#23b8ff;

    font-size:18px;

}

.solution-feature span{

    color:#fff;

    font-weight:600;

}

.solution-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

}

/*==================================================
SOLUTION DASHBOARD
==================================================*/

.solution-dashboard{

    background:rgba(255,255,255,.06);

    backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.10);

    border-radius:30px;

    overflow:hidden;

    box-shadow:
    0 40px 90px rgba(0,0,0,.35),
    0 0 50px rgba(0,170,255,.08);

    transition:.4s;

}

.solution-dashboard:hover{

    transform:translateY(-10px);

    box-shadow:
    0 55px 110px rgba(0,0,0,.45),
    0 0 60px rgba(0,170,255,.20);

}

.solution-dashboard-top{

    display:flex;

    align-items:center;

    gap:12px;

    padding:22px 28px;

    background:rgba(255,255,255,.05);

    border-bottom:1px solid rgba(255,255,255,.06);

}

.solution-dashboard-top span{

    width:12px;

    height:12px;

    border-radius:50%;

    background:#ffffff55;

}

.solution-dashboard-top strong{

    margin-left:18px;

    color:#fff;

    font-size:16px;

    font-weight:700;

}

.solution-dashboard-body{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:22px;

    padding:32px;

}

.dashboard-stat{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    border-radius:22px;

    padding:26px;

    transition:.35s;

}

.dashboard-stat:hover{

    transform:translateY(-8px);

    border-color:#22b6ff;

    background:rgba(0,170,255,.08);

}

.dashboard-stat small{

    display:block;

    color:#9fc7ea;

    font-size:14px;

    margin-bottom:14px;

}

.dashboard-stat strong{

    display:block;

    color:#fff;

    font-size:36px;

    font-weight:800;

}

@media(max-width:1100px){

.solution-layout{

    grid-template-columns:1fr;

    gap:70px;

}

.solution-right{

    max-width:650px;

    margin:auto;

}

}

@media(max-width:768px){

.solution-features{

    grid-template-columns:1fr;

}

.solution-left h2{

    font-size:40px;

}

.solution-left p{

    font-size:17px;

}

.solution-dashboard-body{

    grid-template-columns:1fr;

}

}

/*==================================================
WHY THIS SOLUTION
==================================================*/

.solution-benefits{

    padding:140px 0;

    background:
    radial-gradient(circle at 15% 20%,rgba(0,170,255,.08),transparent 35%),
    linear-gradient(180deg,#091826,#081321);

    position:relative;

    overflow:hidden;

}

.solution-benefits .section-header{

    max-width:900px;

    margin:0 auto 90px;

    text-align:center;

}

.solution-benefits .section-header h2{

    font-size:58px;

    color:#fff;

    font-weight:800;

    line-height:1.15;

    margin:25px 0;

}

.solution-benefits .section-header h2 span{

    color:#23b8ff;

}

.solution-benefits .section-header p{

    max-width:760px;

    margin:auto;

    color:#9fb5d1;

    font-size:19px;

    line-height:1.9;

}
/*==================================================
BENEFIT CARDS
==================================================*/

.benefit-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:35px;

}

.benefit-card{

    padding:40px;

    border-radius:26px;

    background:linear-gradient(
        145deg,
        rgba(18,35,58,.95),
        rgba(10,22,40,.95)
    );

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

    position:relative;

    overflow:hidden;

}

.benefit-card::before{

    content:"";

    position:absolute;

    width:180px;
    height:180px;

    right:-80px;
    top:-80px;

    border-radius:50%;

    background:rgba(0,170,255,.05);

}

.benefit-card:hover{

    transform:translateY(-10px);

    border-color:#22b6ff;

    box-shadow:0 25px 60px rgba(0,170,255,.18);

}

.benefit-icon{

    width:72px;

    height:72px;

    border-radius:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    background:rgba(0,170,255,.10);

    margin-bottom:25px;

}

.benefit-icon i{

    font-size:30px;

    color:#22b6ff;

}

.benefit-card h3{

    color:#fff;

    font-size:28px;

    margin-bottom:18px;

    font-weight:800;

}

.benefit-card p{

    color:#9fb5d1;

    line-height:1.9;

    font-size:17px;

}

@media(max-width:992px){

.benefit-grid{

grid-template-columns:1fr;

}

.solution-benefits .section-header h2{

font-size:42px;

}

}
/*==================================================
TAILORED SOLUTIONS
==================================================*/

.tailored-solutions{

    padding:160px 0;

    background:
    radial-gradient(circle at 20% 30%,rgba(0,170,255,.10),transparent 35%),
    linear-gradient(180deg,#081321,#091a2b);

    position:relative;

    overflow:hidden;

}

.tailored-card{

    display:grid;

    grid-template-columns:480px 1fr;

    gap:80px;

    padding:70px;

    border-radius:36px;

    background:rgba(255,255,255,.05);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.08);

    box-shadow:0 40px 90px rgba(0,0,0,.35);

}

.tailored-left h2{

    font-size:58px;

    line-height:1.1;

    color:#fff;

    font-weight:800;

    margin:25px 0;

}

.tailored-left h2 span{

    color:#23b8ff;

}

.tailored-left p{

    color:#9fb5d1;

    font-size:19px;

    line-height:1.9;

    margin-bottom:40px;

}

.tailored-right{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:24px;

}

.tailored-item{

    display:flex;

    gap:18px;

    padding:28px;

    border-radius:22px;

    background:rgba(255,255,255,.04);

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

}

.tailored-item:hover{

    transform:translateY(-8px);

    border-color:#22b6ff;

    background:rgba(0,170,255,.08);

    box-shadow:0 20px 45px rgba(0,170,255,.18);

}

.tailored-item i{

    font-size:34px;

    color:#23b8ff;

    min-width:40px;

}

.tailored-item h3{

    color:#fff;

    font-size:22px;

    margin-bottom:10px;

    font-weight:700;

}

.tailored-item p{

    color:#9fb5d1;

    line-height:1.7;

    font-size:16px;

}

@media(max-width:1100px){

.tailored-card{

    grid-template-columns:1fr;

    padding:45px;

}

.tailored-right{

    grid-template-columns:1fr;

}

}

@media(max-width:768px){

.tailored-left h2{

    font-size:42px;

}

}
/*==================================================
IMPLEMENTATION PROCESS
==================================================*/

.implementation-process{

    padding:150px 0;

    background:#081321;

    position:relative;

    overflow:hidden;

}

.process-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-top:80px;

}

.process-card{

    position:relative;

    background:linear-gradient(
        145deg,
        rgba(18,35,58,.95),
        rgba(10,22,40,.95)
    );

    border:1px solid rgba(255,255,255,.08);

    border-radius:26px;

    padding:40px 35px;

    transition:.35s;

    overflow:hidden;

}

.process-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:5px;

    height:100%;

    background:linear-gradient(#00b8ff,#1670ff);

}

.process-card:hover{

    transform:translateY(-10px);

    border-color:#23b8ff;

    box-shadow:0 25px 60px rgba(0,170,255,.18);

}

.process-number{

    width:68px;

    height:68px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    font-weight:800;

    color:#fff;

    background:linear-gradient(135deg,#1670ff,#00b8ff);

    margin-bottom:30px;

}

.process-card h3{

    color:#fff;

    font-size:26px;

    margin-bottom:18px;

    font-weight:800;

}

.process-card p{

    color:#9fb5d1;

    font-size:17px;

    line-height:1.8;

}

@media(max-width:1200px){

.process-grid{

    grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.process-grid{

    grid-template-columns:1fr;

}

}

/*==================================================
BUSINESS IMPACT
==================================================*/

.business-impact{

    padding:160px 0;

    position:relative;

    overflow:hidden;

    background:
    radial-gradient(circle at 50% 20%,rgba(0,170,255,.10),transparent 35%),
    linear-gradient(180deg,#091826,#081321);

}




.impact-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-top:80px;

}

.impact-card{

    padding:45px 30px;

    border-radius:28px;

    text-align:center;

    background:rgba(255,255,255,.05);

    backdrop-filter:blur(16px);

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

    position:relative;

    overflow:hidden;

}

.impact-card::before{

    content:"";

    position:absolute;

    width:220px;
    height:220px;

    right:-120px;
    top:-120px;

    border-radius:50%;

    background:rgba(0,170,255,.06);

}

.impact-card:hover{

    transform:translateY(-12px);

    border-color:#22b6ff;

    box-shadow:0 30px 70px rgba(0,170,255,.22);

}

.impact-card h3{

    font-size:64px;

    font-weight:800;

    color:#23b8ff;

    margin-bottom:18px;

    line-height:1;

}

.impact-card span{

    display:block;

    color:#fff;

    font-size:22px;

    font-weight:700;

    margin-bottom:18px;

}

.impact-card p{

    color:#9fb5d1;

    line-height:1.8;

    font-size:16px;

}


@media(max-width:1200px){

.impact-grid{

    grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.impact-grid{

    grid-template-columns:1fr;

}

.impact-card h3{

    font-size:52px;

}

}
/*==================================================
BUSINESS IMPACT
==================================================*/

...impact-card css...

@media(max-width:768px){

    .impact-grid{

        grid-template-columns:1fr;

    }

    .impact-card h3{

        font-size:52px;

    }

}

/* BURAYA EKLE */

/*==================================================
TARGET INDUSTRIES
==================================================*/

.target-industries{

    padding:160px 0;

    background:
    radial-gradient(circle at 20% 20%,rgba(0,170,255,.08),transparent 35%),
    linear-gradient(180deg,#081321,#091826);

    position:relative;

    overflow:hidden;

}

.industry-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:80px;

}

.industry-card{

    padding:40px;

    border-radius:26px;

    background:rgba(255,255,255,.05);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

    text-align:center;

}

.industry-card:hover{

    transform:translateY(-10px);

    border-color:#22b6ff;

    box-shadow:0 20px 60px rgba(0,170,255,.18);

}

.industry-card i{

    font-size:42px;

    color:#22b6ff;

    margin-bottom:25px;

}

.industry-card h3{

    color:#fff;

    font-size:24px;

    margin-bottom:16px;

    font-weight:800;

}

.industry-card p{

    color:#9fb5d1;

    line-height:1.8;

    font-size:16px;

}

@media(max-width:1100px){

    .industry-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:768px){

    .industry-grid{

        grid-template-columns:1fr;

    }

}

/*==================================================
WHY CHOOSE
==================================================*/


.why-choose{

    padding:170px 0;

    position:relative;

    overflow:hidden;

    background:
    radial-gradient(circle at 20% 20%,rgba(0,170,255,.08),transparent 35%),
    radial-gradient(circle at 80% 80%,rgba(37,99,235,.08),transparent 35%),
    linear-gradient(180deg,#071321,#08131f);

}

.choose-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:80px;

}

.choose-card{

    padding:42px;

    border-radius:26px;

    background:rgba(255,255,255,.05);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

    position:relative;

    overflow:hidden;

}

.choose-card::before{

    content:"";

    position:absolute;

    width:220px;
    height:220px;

    right:-120px;
    top:-120px;

    border-radius:50%;

    background:rgba(0,170,255,.05);

}

.choose-card:hover{

    transform:translateY(-12px);

    border-color:#22b6ff;

    box-shadow:0 25px 70px rgba(0,170,255,.20);

}

.choose-card i{

    font-size:42px;

    color:#20b8ff;

    margin-bottom:24px;

}

.choose-card h3{

    color:#fff;

    font-size:24px;

    font-weight:800;

    margin-bottom:16px;

}

.choose-card p{

    color:#9fb5d1;

    line-height:1.9;

    font-size:16px;

}

.bottom-message{

    margin-top:100px;

    padding:70px;

    border-radius:34px;

    text-align:center;

    background:linear-gradient(135deg,#1670ff,#00b8ff);

    color:#fff;

    box-shadow:0 30px 80px rgba(0,170,255,.30);

}

.bottom-message h3{

    font-size:48px;

    font-weight:800;

    margin-bottom:22px;

}

.bottom-message p{

    max-width:900px;

    margin:0 auto 40px;

    font-size:20px;

    line-height:1.9;

}

.bottom-message .btn{

    background:#fff;

    color:#1670ff;

}

@media(max-width:1200px){

.choose-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.choose-grid{

grid-template-columns:1fr;

}

.bottom-message{

padding:50px 30px;

}

.bottom-message h3{

font-size:34px;

}

.bottom-message p{

font-size:17px;

}

}
/*==================================================
CONNECTED ECOSYSTEM
==================================================*/

.ecosystem-showcase{

    padding:180px 0;

    position:relative;

    overflow:hidden;

    background:
    radial-gradient(circle at 20% 20%,rgba(0,170,255,.08),transparent 35%),
    radial-gradient(circle at 80% 80%,rgba(37,99,235,.08),transparent 35%),
    linear-gradient(180deg,#08131f,#071321);

}

.ecosystem-wrapper{

    position:relative;

    width:950px;

    height:950px;

    margin:120px auto 0;

}

.center-platform{

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

    width:260px;

    height:260px;

    border-radius:50%;

    background:linear-gradient(135deg,#1670ff,#00b8ff);

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    color:#fff;

    border:2px solid rgba(255,255,255,.15);

    box-shadow:0 0 90px rgba(0,170,255,.45);

    animation:pulseCenter 5s infinite;

}
.center-platform::after{

    content:"";

    position:absolute;

    width:340px;

    height:340px;

    border-radius:50%;

    border:2px solid rgba(34,182,255,.12);

    animation:ring 5s infinite;

}

.center-platform h3{

    font-size:54px;

    line-height:1;

    font-weight:800;

}

.center-platform small{

    margin-top:12px;

    font-size:15px;

    letter-spacing:1px;

}

.eco-box{

    position:absolute;

    width:170px;

    height:170px;

    border-radius:26px;

    background:rgba(255,255,255,.05);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.08);

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    transition:.35s;

}

.eco-box:hover{

    transform:translateY(-8px) scale(1.05);

    border-color:#22b6ff;

    box-shadow:0 20px 60px rgba(0,170,255,.25);

}

.eco-box i{

    font-size:42px;

    color:#20b8ff;

    margin-bottom:18px;

}

.eco-box span{

    color:#fff;

    font-weight:700;

}

.engineering{

top:0;

left:50%;

transform:translateX(-50%);

}

.planning{

top:90px;

right:120px;

}

.production{

top:50%;

right:0;

transform:translateY(-50%);

}

.inventory{

bottom:90px;

right:120px;

}

.quality{

bottom:0;

left:50%;

transform:translateX(-50%);

}

.purchasing{

bottom:90px;

left:120px;

}

.crm{

top:50%;

left:0;

transform:translateY(-50%);

}

.finance{

top:90px;

left:120px;

}

.analytics{

top:230px;

right:40px;

}

.mobile{

bottom:230px;

left:40px;

}

.api{

bottom:230px;

right:40px;

}

@keyframes pulseCenter{

0%,100%{

transform:translate(-50%,-50%) scale(1);

box-shadow:0 0 70px rgba(0,170,255,.35);

}

50%{

transform:translate(-50%,-50%) scale(1.06);

box-shadow:0 0 120px rgba(0,170,255,.60);

}

}

/*=========================================
ECOSYSTEM CONNECTIONS
=========================================*/

.ecosystem-wrapper::before{

    content:"";

    position:absolute;

    inset:160px;

    border:2px dashed rgba(34,182,255,.12);

    border-radius:50%;

}

.ecosystem-wrapper::after{

    content:"";

    position:absolute;

    inset:270px;

    border:2px dashed rgba(34,182,255,.08);

    border-radius:50%;

}

.eco-box:hover{

    transform:translateY(-10px) scale(1.08);

    border-color:#27b7ff;

    background:rgba(18,45,70,.95);

    box-shadow:
    0 0 35px rgba(39,183,255,.35),
    0 0 80px rgba(39,183,255,.18);

}
/*==================================================
COMPARISON
==================================================*/

.comparison-section{

    padding:170px 0;

    background:
    radial-gradient(circle at 15% 20%,rgba(255,70,70,.05),transparent 35%),
    radial-gradient(circle at 85% 80%,rgba(0,170,255,.08),transparent 35%),
    linear-gradient(180deg,#071321,#08131f);

}

.comparison-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:45px;

    margin-top:90px;

}

.comparison-old,
.comparison-new{

    border-radius:30px;

    padding:55px;

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

}

.comparison-old{

    background:rgba(255,70,70,.05);

}

.comparison-new{

    background:rgba(0,170,255,.06);

}

.comparison-old:hover,
.comparison-new:hover{

    transform:translateY(-10px);

}

.comparison-old h3,
.comparison-new h3{

    font-size:34px;

    margin-bottom:40px;

    color:#fff;

}

.comparison-old ul,
.comparison-new ul{

    list-style:none;

    padding:0;

    margin:0;

}

.comparison-old li,
.comparison-new li{

    display:flex;

    align-items:center;

    gap:16px;

    padding:18px 0;

    color:#d6e2f2;

    border-bottom:1px solid rgba(255,255,255,.08);

}

.comparison-old li:last-child,
.comparison-new li:last-child{

    border-bottom:none;

}

.comparison-old i{

    color:#ff5a5a;

    font-size:20px;

}

.comparison-new i{

    color:#20d17b;

    font-size:20px;

}

@media(max-width:992px){

.comparison-grid{

grid-template-columns:1fr;

}

}
/*==================================================
FAQ
==================================================*/

.faq-section{

    padding:170px 0;

    background:#08131f;

}

.faq-list{

    max-width:950px;

    margin:90px auto 0;

}

.faq-item{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    border-radius:22px;

    padding:30px 35px;

    margin-bottom:20px;

    transition:.35s;

}

.faq-item:hover{

    border-color:#22b6ff;

    transform:translateY(-5px);

    box-shadow:0 15px 45px rgba(0,170,255,.18);

}

.faq-item h3{

    color:#fff;

    font-size:24px;

    font-weight:700;

    margin-bottom:15px;

}

.faq-item p{

    color:#9fb5d1;

    line-height:1.9;

    font-size:17px;

}
@media(max-width:768px){

.faq-item{

padding:25px;

}

.faq-item h3{

font-size:20px;

}

.faq-item p{

font-size:16px;

}

}



/*==================================================
FINAL CTA
==================================================*/

.final-cta{

    padding:180px 0;

    background:
    radial-gradient(circle at 50% 50%,rgba(0,170,255,.12),transparent 45%),
    linear-gradient(180deg,#071321,#08131f);

}

.final-cta-card{

    position:relative;

    overflow:hidden;

    text-align:center;

    padding:100px 80px;

    border-radius:36px;

    background:rgba(255,255,255,.05);

    backdrop-filter:blur(22px);

    border:1px solid rgba(255,255,255,.10);

    box-shadow:0 35px 90px rgba(0,0,0,.35);

}

.final-cta-card::before{

    content:"CERP ONE";

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

    font-size:170px;

    font-weight:900;

    color:rgba(255,255,255,.03);

    white-space:nowrap;

    pointer-events:none;

}

.final-cta h2{

    position:relative;

    z-index:2;

    font-size:72px;

    color:#fff;

    line-height:1.1;

    margin:25px 0;

}

.final-cta h2 span{

    color:#21b8ff;

}

.final-cta p{

    position:relative;

    z-index:2;

    max-width:850px;

    margin:auto;

    color:#9fb5d1;

    font-size:21px;

    line-height:1.9;

}

.final-buttons{

    position:relative;

    z-index:2;

    display:flex;

    justify-content:center;

    gap:20px;

    margin-top:50px;

    flex-wrap:wrap;

}
/*==============================
COMMON
==============================*/

.section-badge{

    display:inline-block;

    padding:10px 20px;

    border-radius:50px;

    background:rgba(0,170,255,.12);

    color:#22b6ff;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:25px;

}

.solution-left{

    max-width:650px;

}

.solution-right{

    width:100%;

}
/* FIX */

.section-header{
    max-width:900px;
    margin:0 auto 80px;
    text-align:center;
}

.section-header h2{
    font-size:58px;
    line-height:1.15;
    color:#fff;
    font-weight:800;
    margin:25px 0;
}

.section-header h2 span{
    color:#23b8ff;
}

.section-header p{
    max-width:760px;
    margin:auto;
    font-size:19px;
    line-height:1.9;
    color:#9fb5d1;
}

.section-badge{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(0,170,255,.12);
    color:#4fc3ff;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}
