﻿:root {
    --ink: #2E3A59;
    --muted: #5A6C86;
    --accent: #3A7BD5;
    --bg1: #ffffff;
    --bg2: #f5f5f5;
    --bg3: #DDE8F7;
    --edge: #E0E6F0;
}

.solutions-grid {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(3,1fr);
}

@media (max-width: 992px) {
    .solutions-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width: 576px) {
    .solutions-grid {
        grid-template-columns: 1fr;
    }
}

.solution-card {
    background: linear-gradient(180deg, var(--bg1) 0%, var(--bg2) 50%, #efefef 100%);
    border-radius: 18px;
    padding: 36px 36px;
    border: 1px solid var(--edge);
    box-shadow: 0 8px 22px rgba(46, 58, 89, .08);
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.solution-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 18px 0;
    width: 100%;
}

.solution-title-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

    .solution-title-text .title-top {
        font-weight: 800;
        color: #a0a7b4;
        font-size: 1.4rem;
    }

    .solution-title-text .title-bottom {
        font-weight: 800;
        color: #3A7BD5;
        font-size: 1.5rem;
        padding-bottom: 5px;
    }

.solution-title i {
    font-size: 1.8rem;
    color: #1f549e;
    margin-left: 8px;
}

.solution-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

    .solution-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        color: var(--muted);
        line-height: 1.55;
        font-size:14px;
    }

.solution-icon {
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid var(--accent);
    display: grid;
    place-items: center;
    color: var(--accent);
    font-size: 16px;
}


:root {
    --primary: #3A7BD5; 
    --primary2: #2C3E5D;
    --g100: #F5F7FA;
    --g200: #D9E1EC;
    --g900: #2E3A59;
    --g50b: #F2F6FC;
    --cool500: #6A88B1; 
    --cool100: #E7F0FB;
    --cool80: #E1F0FF;
    --softBlue: #9EC9F5;
    --gold: #E4B343;
    --coral: #FF8A80;
}

.plan-pane {
    display: none
}

@keyframes paneFadeSlide {
    from {
        opacity: 0;
        transform: translateY(8px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.plan-pane.is-active .card-surface {
    animation: cardPop .35s ease both
}

.plan-pane.is-active .col-md-6:nth-child(1) .card-surface {
    animation-delay: .05s
}

.plan-pane.is-active .col-md-6:nth-child(2) .card-surface {
    animation-delay: .12s
}

.plan-pane.is-active .col-md-6:nth-child(3) .card-surface {
    animation-delay: .19s
}

@@keyframes cardPop {
    from {
        opacity: 0;
        transform: translateY(6px) scale(.98)
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

@media (prefers-reduced-motion: reduce) {
    .plan-pane.is-active, .plan-pane.is-active .card-surface {
        animation: none !important
    }
}

.card-surface {
    background: linear-gradient(180deg,#ffffff 0%, var(--g50b) 100%);
    border: 1px solid var(--primary);
    box-shadow: 0 12px 36px rgba(44,62,93,.08);
    transition: .25s transform ease, .25s box-shadow ease, .25s border-color ease;
}

    .card-surface:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 48px rgba(58,123,213,.18);
        border-color: var(--softBlue)
    }

.wet-abonelik-table {
    position: relative;
    overflow: hidden
}

    .wet-abonelik-table .price {
        font-weight: 800;
        font-size: 32px;
        color: var(--primary)
    }

    .wet-abonelik-table .validity {
        font-size: .9rem;
        color: var(--cool500)
    }

.p-table .pricing-table-header {
    padding: 18px 18px 8px
}

.r-24 {
    border-radius: 24px
}

.h-100 {
    height: 100%
}

.mt-30 {
    margin-top: 30px
}


.plan-desc {
    padding: 14px 22px 0;
    text-align: center;
    color: var(--g900)
}

    .plan-desc p {
        margin: .35rem 0;
        font-size: 1.1rem
    }

.btn-theme {
    background: #D9E1EC;
    transition: .2s
}

    .btn-theme:hover {
        background: var(--primary2);
        border-color: var(--primary2);
        color: #fff
    }

.btn-ghost {
    background: var(--g50b);
    border: 1px solid var(--cool100);
    color: var(--primary2)
}

    .btn-ghost:hover {
        background: var(--cool80)
    }

.txt-muted {
    color: var(--cool500);
}

.icon-circle {
    --icon-size: 84px;
    --icon-bg: var(--c-g5, #E1F0FF);
    --icon-color: var(--c-primary, #3A7BD5);
    width: var(--icon-size);
    height: var(--icon-size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--icon-bg);
    color: var(--icon-color);
    line-height: 1;
}

.statistic-number .metric-label {
    display: inline-block;
    margin-top: 14px; 
    font-size: 44px;
}

@media (max-width:576px) {
    .icon-circle {
        --icon-size: 70px;
    }

    .statistic-number .metric-label {
        font-size: 36px;
    }
}

.gradient-switch .nav-link {
    border-radius: 999px;
    font-weight: 600;
    color: var(--c-ink);
    background: transparent;
}

    .gradient-switch .nav-link:hover {
        background: var(--c-g3);
    }

    .gradient-switch .nav-link.active {
        color: #fff !important;
        background: linear-gradient(135deg, var(--c-primary), var(--c-primary-2));
        box-shadow: 0 6px 14px rgba(58,123,213,.25);
        border: 0;
    }

#modeSwitchContent {
    margin-top: 10px;
}

/* YAN YANA TUT: wrap'i kapat, metni tek satır yap */
.gradient-switch {
    flex-wrap: nowrap !important; /* Bootstrap'in wrap'ini ez */
    overflow-x: auto; /* Gerekirse yatay kaydır */
    -webkit-overflow-scrolling: touch; /* iOS pürüzsüz scroll */
}

    .gradient-switch::-webkit-scrollbar {
        display: none;
    }
    /* mobilde çubuk gizle */
    .gradient-switch .nav-link {
        white-space: nowrap; /* buton metni tek satır */
    }

/* XS ekranda scroll istemiyorsan: %50 - %50 sabitle */
@media (max-width: 576px) {
    .gradient-switch {
        overflow-x: visible;
        width: 100%;
    }

        .gradient-switch .nav-item {
            flex: 1 0 0;
        }
        /* her item eşit genişlik */
        .gradient-switch .nav-link {
            width: 100%;
            padding: .5rem .75rem; /* dar padding */
            font-size: .95rem; /* ufak yazı */
        }
}

