:root{
    --values-blue:#083f78;
    --values-dark:#062f5c;
    --values-orange:#ff7a3d;
    --values-sea:#8fd3df;
    --values-text:#5f7188;
    --values-border:#e6edf5;
    --values-soft:#f6f9fd;
    --values-white:#ffffff;
}
html,
body{
    margin:0;
    padding:0;
    overflow-x:hidden;
    background:#edf4fb;
}
body{
    background:#fff;
    color:var(--values-text);
}

.values-page{
    overflow:hidden;
    background:
        radial-gradient(circle at top right, rgba(255,122,61,.09), transparent 28%),
        linear-gradient(135deg,#ffffff 0%,#f6fbff 48%,#eef6fb 100%);
}

.values-container{
    width:min(1180px, calc(100% - 40px));
    margin:0 auto;
}

/* HERO */

.values-hero{
    position:relative;
    padding:110px 0 80px;
}

.values-hero::before{
    content:"";
    position:absolute;
    top:-180px;
    right:-160px;
    width:560px;
    height:560px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(143,211,223,.32), transparent 68%);
    pointer-events:none;
}

.values-header{
    position:relative;
    z-index:2;
    max-width:820px;
    margin:0 auto 56px;
    text-align:center;
}

.values-tag{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:0 18px;
    margin-bottom:20px;
    border-radius:999px;
    color:var(--values-orange);
    background:rgba(255,122,61,.10);
    border:1px solid rgba(255,122,61,.18);
    font-size:var(--fs-xs);
    font-weight:var(--fw-semibold);
    letter-spacing:2.4px;
    text-transform:uppercase;
}

.values-header h1{
    margin:0;
    color:var(--values-blue);
    font-size:clamp(var(--fs-3xl), 4vw, var(--fs-4xl));
    font-weight:var(--fw-bold);
    line-height:var(--lh-tight);
    letter-spacing:-.04em;
}

.values-header p{
    max-width:700px;
    margin:20px auto 0;
    color:var(--values-text);
    font-size:var(--fs-base);
    font-weight:var(--fw-regular);
    line-height:var(--lh-relaxed);
}

/* GRID */

.values-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}

/* CARD */

.value-card{
    position:relative;
    min-height:330px;
    overflow:hidden;
    border-radius:30px;
    background:#fff;
    border:1px solid rgba(255,255,255,.48);
    box-shadow:0 18px 42px rgba(8,63,120,.08);
    cursor:pointer;
    transition:.42s cubic-bezier(.16,1,.3,1);
}

.value-card::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:
        linear-gradient(
            180deg,
            rgba(8,63,120,.08) 0%,
            rgba(8,63,120,.48) 52%,
            rgba(8,63,120,.92) 100%
        );
    transition:.38s ease;
}

.value-card::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    z-index:3;
    width:0;
    height:5px;
    background:var(--values-orange);
    transition:.42s ease;
}

.value-card:hover{
    transform:translateY(-10px);
    box-shadow:0 28px 58px rgba(8,63,120,.15);
}

.value-card:hover::before{
    background:
        linear-gradient(
            180deg,
            rgba(255,122,61,.12) 0%,
            rgba(8,63,120,.86) 100%
        );
}

.value-card:hover::after{
    width:100%;
}

/* CARD BACKGROUNDS */

.value-card-blue{
    background:
        linear-gradient(
            135deg,
            rgba(8,63,120,.14),
            rgba(8,63,120,.06)
        ),
        url("/assets/img/Degerlerimiz/b9d90c55-187d-4d45-a072-464e6c01bedf.jfif")
        center/cover no-repeat;
}

.value-card-orange{
    background:
        linear-gradient(
            135deg,
            rgba(255,122,61,.18),
            rgba(8,63,120,.08)
        ),
        url("/assets/img/Degerlerimiz/8f86277e-c366-4a94-ab46-78041b7cd878.png")
        center/cover no-repeat;
}

.value-card-sea{
    background:
        linear-gradient(
            135deg,
            rgba(143,211,223,.18),
            rgba(8,63,120,.10)
        ),
        url("/assets/img/Degerlerimiz/1770556934283.jfif")
        center/cover no-repeat;
}

.value-card-dark{
    background:
        linear-gradient(
            135deg,
            rgba(6,47,92,.22),
            rgba(8,63,120,.10)
        ),
        url("/assets/img/Degerlerimiz/3b844407-b61a-4d19-b850-db269c322389.png")
        center/cover no-repeat;
}


.value-card-green{
    background:
        linear-gradient(
            135deg,
            rgba(29,128,96,.20),
            rgba(8,63,120,.10)
        ),
        url("/assets/img/Degerlerimiz/e74f094c-011c-439e-9aa1-23695be5cfc0.png")
        center/cover no-repeat;
}

.value-card-light{
    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.08),
            rgba(8,63,120,.18)
        ),
        url("/assets/img/Degerlerimiz/0a008517-74e1-4ff0-b765-9815c3733fa8.png")
        center/cover no-repeat;
}
.value-overlay{
    position:absolute;
    inset:0;
    z-index:2;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:32px;
    color:#fff;
}

.value-overlay i{
    width:54px;
    height:54px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    border-radius:18px;
    color:#fff;
    background:linear-gradient(135deg,var(--values-orange),#ff9b66);
    font-size:var(--fs-xl);
    box-shadow:0 14px 28px rgba(255,122,61,.26);
    transition:.38s ease;
}

.value-card:hover .value-overlay i{
    transform:translateY(-8px) scale(1.08);
    background:#fff;
    color:var(--values-orange);
}

.value-overlay h3{
    margin:0;
    color:#fff;
    font-size:var(--fs-xl);
    font-weight:var(--fw-bold);
    line-height:1.18;
    letter-spacing:-.02em;
}

.value-overlay p{
    max-height:0;
    opacity:0;
    overflow:hidden;
    margin:0;
    color:rgba(255,255,255,.84);
    font-size:var(--fs-sm);
    font-weight:var(--fw-regular);
    line-height:var(--lh-normal);
    transition:.38s ease;
}

.value-card:hover .value-overlay p{
    max-height:130px;
    opacity:1;
    margin-top:12px;
}

/* CTA */

.values-cta{
    padding:0 0 80px;
}

.values-cta-box{
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
    padding:44px;
    border-radius:30px;
    color:#fff;
    background:
        radial-gradient(circle at top right, rgba(255,122,61,.24), transparent 30%),
        linear-gradient(135deg,#083f78,#0a5598);
    box-shadow:0 26px 68px rgba(8,63,120,.20);
}

.values-cta-box span{
    display:inline-block;
    margin-bottom:10px;
    color:#ffb089;
    font-size:var(--fs-xs);
    font-weight:var(--fw-semibold);
    letter-spacing:2px;
    text-transform:uppercase;
}

.values-cta-box h2{
    margin:0;
    color:#fff;
    font-size:var(--fs-3xl);
    font-weight:var(--fw-bold);
    line-height:1.18;
    letter-spacing:-.035em;
}

.values-cta-box p{
    max-width:650px;
    margin:12px 0 0;
    color:rgba(255,255,255,.78);
    font-size:var(--fs-base);
    line-height:var(--lh-relaxed);
}

.values-cta-box a{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:14px 22px;
    border-radius:999px;
    color:var(--values-blue);
    background:#fff;
    text-decoration:none;
    font-size:var(--fs-sm);
    font-weight:var(--fw-semibold);
    transition:.28s ease;
}

.values-cta-box a:hover{
    transform:translateY(-4px);
    color:#fff;
    background:var(--values-orange);
}

/* RESPONSIVE */

@media(max-width:1100px){
    .values-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .values-cta-box{
        flex-direction:column;
        align-items:flex-start;
    }
}

@media(max-width:700px){
    .values-container{
        width:min(100% - 28px,1180px);
    }

    .values-hero{
        padding:95px 0 58px;
    }

    .values-header{
        margin-bottom:34px;
    }

    .values-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .value-card{
        min-height:300px;
        border-radius:24px;
    }

    .value-overlay{
        padding:26px;
    }

    .value-overlay p{
        max-height:130px;
        opacity:1;
        margin-top:10px;
    }

    .values-cta{
        padding-bottom:60px;
    }

    .values-cta-box{
        padding:28px;
        border-radius:24px;
    }

    .values-cta-box h2{
        font-size:var(--fs-2xl);
    }
}
/* Tüm tarayıcılar için kaydırma çubuğunu gizler */
html, body {
    /* Chrome, Safari, Edge ve Opera için */
    ::-webkit-scrollbar {
        display: none;
    }
    
    /* Firefox için */
    scrollbar-width: none;
    
    /* Internet Explorer ve eski Edge için */
    -ms-overflow-style: none;
}