/* Sistem Nasıl Çalışır başlangıcı */

.sm27-how-final{
    position:relative!important;
    width:100%!important;
    padding:84px 0 92px!important;
    overflow:hidden!important;
    background:
        radial-gradient(circle at 12% 16%,rgba(66,133,244,.070),transparent 30%),
        radial-gradient(circle at 86% 18%,rgba(52,168,83,.055),transparent 28%),
        linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;
    color:#0f172a!important;
    font-family:Arial,Helvetica,sans-serif!important;
    scroll-margin-top:130px!important;
}

.sm27-how-final-bg{
    position:absolute!important;
    inset:0!important;
    z-index:0!important;
    pointer-events:none!important;
}

.sm27-how-orbit{
    position:absolute!important;
    border-radius:50%!important;
    pointer-events:none!important;
}

.sm27-how-orbit-blue{
    left:-300px!important;
    top:0!important;
    width:700px!important;
    height:700px!important;
    border:1px solid rgba(66,133,244,.060)!important;
    box-shadow:
        0 0 0 44px rgba(66,133,244,.018),
        0 0 0 92px rgba(66,133,244,.012)!important;
}

.sm27-how-orbit-green{
    right:-320px!important;
    bottom:-260px!important;
    width:680px!important;
    height:680px!important;
    border:1px solid rgba(52,168,83,.060)!important;
    box-shadow:
        0 0 0 44px rgba(52,168,83,.016),
        0 0 0 92px rgba(52,168,83,.010)!important;
}

.sm27-how-dots{
    position:absolute!important;
    width:150px!important;
    height:90px!important;
    opacity:.25!important;
    background-image:radial-gradient(circle,rgba(66,133,244,.35) 1.5px,transparent 2px)!important;
    background-size:15px 15px!important;
}

.sm27-how-dots-left{
    left:4%!important;
    top:22%!important;
}

.sm27-how-dots-right{
    right:5%!important;
    top:16%!important;
}

.sm27-how-final-container{
    position:relative!important;
    z-index:3!important;
    width:min(100% - 64px,1500px)!important;
    margin:0 auto!important;
}

/* Başlık alanı */

.sm27-how-final-head{
    max-width:900px!important;
    margin:0 auto 42px!important;
    text-align:center!important;
}

.sm27-how-kicker{
    min-height:40px!important;
    padding:0 18px!important;
    margin:0 auto 18px!important;
    border-radius:999px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    color:#0b63ce!important;
    background:rgba(238,244,255,.92)!important;
    border:1px solid rgba(66,133,244,.18)!important;
    box-shadow:0 8px 20px rgba(66,133,244,.06)!important;
    font-size:14px!important;
    line-height:1!important;
    font-weight:850!important;
    letter-spacing:-.015em!important;
}

.sm27-how-kicker i{
    width:11px!important;
    height:11px!important;
    min-width:11px!important;
    border-radius:50%!important;
    background:#4285f4!important;
    box-shadow:0 0 0 5px rgba(66,133,244,.14)!important;
}

.sm27-how-final-head h2{
    max-width:760px!important;
    margin:0 auto!important;
    color:#0f172a!important;
    font-size:clamp(38px,3.9vw,62px)!important;
    line-height:1.06!important;
    font-weight:900!important;
    letter-spacing:-.062em!important;
    text-wrap:balance!important;
    text-shadow:none!important;
}

.sm27-how-final-line{
    width:210px!important;
    height:4px!important;
    margin:20px auto 22px!important;
    display:flex!important;
    overflow:hidden!important;
    border-radius:999px!important;
    background:#e5e7eb!important;
}

.sm27-how-final-line span{
    height:100%!important;
    display:block!important;
}

.sm27-how-final-line .b1{
    width:25%!important;
    background:#4285f4!important;
}

.sm27-how-final-line .b2{
    width:22%!important;
    background:#ea4335!important;
}

.sm27-how-final-line .b3{
    width:23%!important;
    background:#fbbc05!important;
}

.sm27-how-final-line .b4{
    width:30%!important;
    background:#34a853!important;
}

.sm27-how-final-head p{
    max-width:760px!important;
    margin:0 auto!important;
    color:#5a6981!important;
    font-size:17px!important;
    line-height:1.72!important;
    font-weight:500!important;
    letter-spacing:-.012em!important;
    text-wrap:pretty!important;
}

/* Kart grid */

.sm27-how-final-grid{
    width:100%!important;
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:24px!important;
    align-items:stretch!important;
}

.sm27-how-card{
    position:relative!important;
    min-width:0!important;
    min-height:420px!important;
    border-radius:24px!important;
    background:rgba(255,255,255,.95)!important;
    border:1px solid rgba(218,220,224,.92)!important;
    box-shadow:0 18px 48px rgba(60,64,67,.070)!important;
    overflow:hidden!important;
    transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease!important;
}

.sm27-how-card::before{
    content:""!important;
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:0!important;
    height:4px!important;
    z-index:2!important;
}

.sm27-how-card-blue::before{
    background:#4285f4!important;
}

.sm27-how-card-green::before{
    background:#34a853!important;
}

.sm27-how-card-yellow::before{
    background:#fbbc05!important;
}

.sm27-how-card-red::before{
    background:#ea4335!important;
}

.sm27-how-card:hover{
    transform:translateY(-5px)!important;
    box-shadow:0 28px 76px rgba(60,64,67,.11)!important;
    border-color:rgba(66,133,244,.26)!important;
}

.sm27-how-card-green:hover{
    border-color:rgba(52,168,83,.28)!important;
}

.sm27-how-card-yellow:hover{
    border-color:rgba(251,188,5,.30)!important;
}

.sm27-how-card-red:hover{
    border-color:rgba(234,67,53,.28)!important;
}

.sm27-how-link{
    width:100%!important;
    height:100%!important;
    min-height:420px!important;
    padding:24px 24px 24px!important;
    display:flex!important;
    flex-direction:column!important;
    text-decoration:none!important;
    color:inherit!important;
}

.sm27-how-card-top{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    margin-bottom:18px!important;
}

.sm27-how-step{
    color:#0f172a!important;
    font-size:28px!important;
    line-height:1!important;
    font-weight:950!important;
    letter-spacing:-.055em!important;
}

.sm27-how-label{
    min-height:34px!important;
    padding:0 14px!important;
    border-radius:999px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:12px!important;
    line-height:1!important;
    font-weight:850!important;
    letter-spacing:-.01em!important;
}

.sm27-how-card-blue .sm27-how-label{
    color:#3b82f6!important;
    background:#eef4ff!important;
    border:1px solid rgba(66,133,244,.16)!important;
}

.sm27-how-card-green .sm27-how-label{
    color:#16833b!important;
    background:#edf9f0!important;
    border:1px solid rgba(52,168,83,.16)!important;
}

.sm27-how-card-yellow .sm27-how-label{
    color:#b77909!important;
    background:#fff8dd!important;
    border:1px solid rgba(251,188,5,.20)!important;
}

.sm27-how-card-red .sm27-how-label{
    color:#d93025!important;
    background:#fff1f0!important;
    border:1px solid rgba(234,67,53,.16)!important;
}

.sm27-how-visual{
    position:relative!important;
    height:120px!important;
    margin-bottom:22px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
}

.sm27-how-visual::before{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    width:170px!important;
    height:105px!important;
    transform:translate(-50%,-50%)!important;
    border-radius:50%!important;
    pointer-events:none!important;
}

.sm27-how-card-blue .sm27-how-visual::before{
    background:radial-gradient(circle,rgba(66,133,244,.12),transparent 70%)!important;
}

.sm27-how-card-green .sm27-how-visual::before{
    background:radial-gradient(circle,rgba(52,168,83,.12),transparent 70%)!important;
}

.sm27-how-card-yellow .sm27-how-visual::before{
    background:radial-gradient(circle,rgba(251,188,5,.14),transparent 70%)!important;
}

.sm27-how-card-red .sm27-how-visual::before{
    background:radial-gradient(circle,rgba(234,67,53,.12),transparent 70%)!important;
}

.sm27-how-visual img{
    position:relative!important;
    z-index:2!important;
    width:100%!important;
    max-width:240px!important;
    height:120px!important;
    object-fit:contain!important;
    display:block!important;
}

.sm27-how-icon{
    position:relative!important;
    z-index:2!important;
    width:104px!important;
    height:104px!important;
    border-radius:28px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#ffffff!important;
    border:1px solid rgba(218,220,224,.94)!important;
}

.sm27-how-card-blue .sm27-how-icon{
    color:#4285f4!important;
    box-shadow:0 18px 40px rgba(66,133,244,.12)!important;
}

.sm27-how-card-green .sm27-how-icon{
    color:#34a853!important;
    box-shadow:0 18px 40px rgba(52,168,83,.12)!important;
}

.sm27-how-card-yellow .sm27-how-icon{
    color:#e2a300!important;
    box-shadow:0 18px 40px rgba(251,188,5,.13)!important;
}

.sm27-how-card-red .sm27-how-icon{
    color:#ea4335!important;
    box-shadow:0 18px 40px rgba(234,67,53,.12)!important;
}

.sm27-how-icon svg{
    width:42px!important;
    height:42px!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:2.2!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
}

.sm27-how-body{
    display:flex!important;
    flex-direction:column!important;
    flex:1 1 auto!important;
}

.sm27-how-body h3{
    margin:0!important;
    color:#0f172a!important;
    font-size:22px!important;
    line-height:1.16!important;
    font-weight:900!important;
    letter-spacing:-.038em!important;
    text-wrap:balance!important;
}

.sm27-how-body p{
    margin:14px 0 0!important;
    color:#5a6981!important;
    font-size:15.5px!important;
    line-height:1.62!important;
    font-weight:500!important;
    letter-spacing:-.010em!important;
}

.sm27-how-footer{
    min-height:48px!important;
    margin-top:auto!important;
    padding-top:22px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:14px!important;
    font-size:15.5px!important;
    line-height:1!important;
    font-weight:850!important;
    letter-spacing:-.018em!important;
}

.sm27-how-card-blue .sm27-how-footer{
    color:#0b63ce!important;
}

.sm27-how-card-green .sm27-how-footer{
    color:#16833b!important;
}

.sm27-how-card-yellow .sm27-how-footer{
    color:#b77909!important;
}

.sm27-how-card-red .sm27-how-footer{
    color:#d93025!important;
}

.sm27-how-footer svg{
    width:19px!important;
    height:19px!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:2.3!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
    transition:transform .22s ease!important;
}

.sm27-how-card:hover .sm27-how-footer svg{
    transform:translateX(4px)!important;
}

/* 1450 altı */

@media (min-width:1200px) and (max-width:1450px){
    .sm27-how-final{
        padding:76px 0 84px!important;
    }

    .sm27-how-final-container{
        width:min(100% - 44px,1280px)!important;
    }

    .sm27-how-final-grid{
        gap:20px!important;
    }

    .sm27-how-card{
        min-height:398px!important;
    }

    .sm27-how-link{
        min-height:398px!important;
        padding:22px 20px 22px!important;
    }

    .sm27-how-body h3{
        font-size:20px!important;
    }

    .sm27-how-body p{
        font-size:14.5px!important;
    }
}

/* Tablet */

@media (min-width:768px) and (max-width:1199px){
    .sm27-how-final{
        padding:72px 0 80px!important;
    }

    .sm27-how-final-container{
        width:min(100% - 36px,980px)!important;
    }

    .sm27-how-final-head{
        margin-bottom:34px!important;
    }

    .sm27-how-final-head h2{
        font-size:clamp(34px,6.6vw,52px)!important;
    }

    .sm27-how-final-head p{
        font-size:16px!important;
    }

    .sm27-how-final-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:22px!important;
    }

    .sm27-how-card,
    .sm27-how-link{
        min-height:390px!important;
    }
}

/* Mobil */

@media (max-width:767px){
    .sm27-how-final{
        padding:60px 0 68px!important;
    }

    .sm27-how-orbit,
    .sm27-how-dots{
        display:none!important;
    }

    .sm27-how-final-container{
        width:min(100% - 24px,560px)!important;
    }

    .sm27-how-final-head{
        margin-bottom:28px!important;
    }

    .sm27-how-kicker{
        min-height:36px!important;
        padding:0 16px!important;
        margin-bottom:16px!important;
        font-size:13px!important;
    }

    .sm27-how-final-head h2{
        max-width:100%!important;
        font-size:clamp(32px,9.2vw,42px)!important;
        line-height:1.08!important;
        letter-spacing:-.055em!important;
    }

    .sm27-how-final-line{
        width:178px!important;
        margin:18px auto 18px!important;
    }

    .sm27-how-final-head p{
        max-width:100%!important;
        font-size:15.2px!important;
        line-height:1.66!important;
    }

    .sm27-how-final-grid{
        grid-template-columns:1fr!important;
        gap:18px!important;
    }

    .sm27-how-card{
        min-height:auto!important;
        border-radius:22px!important;
    }

    .sm27-how-link{
        min-height:auto!important;
        padding:22px 20px 22px!important;
    }

    .sm27-how-step{
        font-size:26px!important;
    }

    .sm27-how-visual{
        height:110px!important;
        margin-bottom:20px!important;
    }

    .sm27-how-icon{
        width:94px!important;
        height:94px!important;
        border-radius:24px!important;
    }

    .sm27-how-icon svg{
        width:38px!important;
        height:38px!important;
    }

    .sm27-how-body h3{
        font-size:21px!important;
    }

    .sm27-how-body p{
        font-size:15px!important;
        line-height:1.58!important;
    }

    .sm27-how-footer{
        padding-top:20px!important;
        font-size:15px!important;
    }
}

/* Küçük mobil */

@media (max-width:420px){
    .sm27-how-final-head h2{
        font-size:31px!important;
    }

    .sm27-how-body h3{
        font-size:20px!important;
    }

    .sm27-how-body p{
        font-size:14.5px!important;
    }
}

/* Sistem Nasıl Çalışır bitişi */
/* Sistem Nasıl Çalışır final üst boşluk düzeltme başlangıcı */

.sm27-how-final{
    scroll-margin-top:150px!important;
    padding-top:112px!important;
}

@media (max-width:767px){
    .sm27-how-final{
        scroll-margin-top:120px!important;
        padding-top:82px!important;
    }
}

/* Sistem Nasıl Çalışır final üst boşluk düzeltme bitişi */