/* ============================================================
   PIVO — alt sayfa stilleri (hizmet, hakkımızda, referanslar,
   blog, iletişim, demo). site.css'ten sonra yüklenir.
   Hizmet kimlik rengi --hz değişkeniyle sayfaya verilir.
   ============================================================ */

/* ---------- Sayfa hero ---------- */
.sayfa-hero {
    background: linear-gradient(180deg, color-mix(in srgb, var(--hz, var(--teal)) 8%, #f2f7f8) 0%, var(--bg) 100%);
    padding: 44px 0 52px;
    overflow: hidden;
}

.kirinti {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12.5px;
    font-family: var(--font-head);
    font-weight: 500;
    color: var(--body);
    margin-bottom: 26px;
}

    .kirinti a {
        color: var(--body);
        transition: color .2s ease;
    }

        .kirinti a:hover {
            color: var(--teal-bright);
        }

    .kirinti .k-ayrac {
        opacity: .55;
        font-weight: 700;
    }

    .kirinti .k-aktif {
        color: var(--hz, var(--teal));
        font-weight: 600;
    }

.sayfa-hero-ic {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 48px;
    align-items: center;
}

.sh-etiket {
    display: inline-block;
    font-family: var(--font-head);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: var(--hz, var(--teal-bright));
    margin-bottom: 14px;
}

.sayfa-hero h1 {
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 800;
    letter-spacing: .5px;
    margin-bottom: 4px;
}

    .sayfa-hero h1 .hz-vurgu {
        display: block;
        color: var(--hz, var(--teal-bright));
    }

.sh-cizgi {
    display: block;
    width: 64px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--hz, var(--teal-bright)), color-mix(in srgb, var(--hz, var(--teal-bright)) 12%, transparent));
    margin: 14px 0 18px;
}

.sayfa-hero .sh-ozet {
    max-width: 520px;
    font-size: 15.5px;
    margin-bottom: 28px;
}

.sh-aksiyon {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.sh-gorsel {
    display: grid;
    place-items: center;
}

    .sh-gorsel img {
        max-width: 100%;
        width: auto;
        max-height: 380px;
    }

.sh-panel {
    width: 100%;
    border-radius: 22px;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    display: grid;
    place-items: center;
}

    .sh-panel img {
        width: 100%;
        height: auto;
        max-height: none;
    }

/* Kısa hero (blog, iletişim gibi görselsiz sayfalar) */
.sayfa-hero.sh-duz {
    padding-bottom: 44px;
}

    .sayfa-hero.sh-duz .sayfa-hero-ic {
        grid-template-columns: 1fr;
    }

    .sayfa-hero.sh-duz .sh-ozet {
        margin-bottom: 0;
        max-width: 640px;
    }

/* ---------- Özellik kartları ---------- */
.oz-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.oz-kart {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 22px 18px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

    .oz-kart:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow);
        border-color: color-mix(in srgb, var(--hz, var(--teal)) 35%, var(--line));
    }

.oz-ikon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: color-mix(in srgb, var(--hz, var(--teal)) 9%, #fff);
    color: var(--hz, var(--teal));
    display: grid;
    place-items: center;
    margin-bottom: 14px;
}

    .oz-ikon svg {
        width: 24px;
        height: 24px;
    }

.oz-kart h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
}

.oz-kart p {
    font-size: 13px;
    line-height: 1.55;
}

/* ---------- Avantaj bloğu (panel + liste) ---------- */
.av-blok {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 56px;
    align-items: center;
}

.av-panel {
    border-radius: 22px;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}

    .av-panel img {
        width: 100%;
        display: block;
    }

.av-icerik h2 {
    font-size: clamp(21px, 2.2vw, 27px);
    font-weight: 800;
    margin-bottom: 22px;
}

    .av-icerik h2 span {
        color: var(--hz, var(--teal-bright));
    }

.av-liste li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px dashed var(--line);
    font-family: var(--font-head);
    font-size: 14.5px;
    font-weight: 600;
    color: var(--ink);
}

    .av-liste li:last-child {
        border-bottom: none;
    }

.av-chk {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--hz, var(--teal)) 12%, #fff);
    color: var(--hz, var(--teal));
    display: grid;
    place-items: center;
}

    .av-chk svg {
        width: 14px;
        height: 14px;
    }

.av-icerik .btn {
    margin-top: 24px;
}

/* ---------- Süreç adımları ---------- */
.surec-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.surec-kart {
    position: relative;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 26px 22px 24px;
    overflow: hidden;
}

    .surec-kart::before {
        content: "";
        position: absolute;
        inset: 0 auto 0 0;
        width: 4px;
        background: linear-gradient(180deg, var(--hz, var(--teal-bright)), color-mix(in srgb, var(--hz, var(--teal-bright)) 25%, #fff));
    }

.surec-no {
    display: block;
    font-family: var(--font-head);
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    color: color-mix(in srgb, var(--hz, var(--teal)) 22%, #e6eef0);
    margin-bottom: 12px;
}

.surec-kart h4 {
    font-size: 15px;
    margin-bottom: 8px;
}

.surec-kart p {
    font-size: 13.5px;
}

/* ---------- Diğer hizmetler ---------- */
.dh-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.dh-kart {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 20px 18px;
    transition: transform .25s ease, box-shadow .25s ease;
}

    .dh-kart:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow);
    }

.dh-ikon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: color-mix(in srgb, var(--kr, var(--teal)) 10%, #fff);
    color: var(--kr, var(--teal));
}

    .dh-ikon svg {
        width: 22px;
        height: 22px;
    }

.dh-kart b {
    font-family: var(--font-head);
    font-size: 13.5px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.35;
}

.dh-kart .arr {
    margin-top: auto;
    color: var(--kr, var(--teal));
    font-weight: 700;
    transition: transform .22s ease;
}

.dh-kart:hover .arr {
    transform: translateX(4px);
}

/* ---------- Hizmetler genel bakış kartları ---------- */
.hzl-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.hzl-kart {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 28px 26px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

    .hzl-kart:hover {
        transform: translateY(-5px);
        box-shadow: var(--shadow-lg);
        border-color: color-mix(in srgb, var(--kr, var(--teal)) 35%, var(--line));
    }

.hzl-ikon {
    width: 54px;
    height: 54px;
    border-radius: 15px;
    background: color-mix(in srgb, var(--kr, var(--teal)) 10%, #fff);
    color: var(--kr, var(--teal));
    display: grid;
    place-items: center;
    margin-bottom: 18px;
}

    .hzl-ikon svg {
        width: 27px;
        height: 27px;
    }

.hzl-kart h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

.hzl-kart > p {
    font-size: 13.5px;
    margin-bottom: 16px;
}

.hzl-ozellikler {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
}

    .hzl-ozellikler span {
        font-family: var(--font-head);
        font-size: 11px;
        font-weight: 600;
        color: var(--kr, var(--teal));
        background: color-mix(in srgb, var(--kr, var(--teal)) 8%, #fff);
        border: 1px solid color-mix(in srgb, var(--kr, var(--teal)) 22%, #fff);
        border-radius: 999px;
        padding: 4px 11px;
        white-space: nowrap;
    }

.hzl-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-head);
    font-size: 13.5px;
    font-weight: 700;
    color: var(--kr, var(--teal));
}

    .hzl-link .arr {
        transition: transform .22s ease;
    }

.hzl-kart:hover .hzl-link .arr {
    transform: translateX(4px);
}

/* ---------- Rakamlar bandı ---------- */
.rakamlar {
    background: linear-gradient(115deg, var(--navy) 0%, #123a4a 100%);
    border-radius: 22px;
    padding: 44px 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    position: relative;
    overflow: hidden;
}

    .rakamlar::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: radial-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px);
        background-size: 22px 22px;
        pointer-events: none;
    }

.rk {
    position: relative;
    text-align: center;
}

    .rk b {
        display: block;
        font-family: var(--font-head);
        font-size: clamp(26px, 2.6vw, 36px);
        font-weight: 800;
        color: #fff;
        margin-bottom: 6px;
    }

        .rk b span {
            color: var(--neon);
        }

    .rk small {
        font-family: var(--font-head);
        font-size: 12.5px;
        font-weight: 600;
        letter-spacing: .6px;
        color: rgba(255, 255, 255, .72);
    }

/* ---------- Alt CTA bandı ---------- */
.alt-cta {
    background: linear-gradient(115deg, var(--navy) 0%, #123a4a 100%);
    position: relative;
    overflow: hidden;
    padding: 52px 0;
    margin-top: 40px;
}

    .alt-cta::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: radial-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px);
        background-size: 24px 24px;
        pointer-events: none;
    }

.alt-cta-ic {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.alt-cta h3 {
    color: #fff;
    font-size: clamp(19px, 2.2vw, 26px);
    font-weight: 800;
    margin-bottom: 6px;
}

    .alt-cta h3 span {
        color: var(--neon);
    }

.alt-cta p {
    color: rgba(255, 255, 255, .75);
    font-size: 14.5px;
    max-width: 560px;
}

.alt-cta-btnlar {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* ---------- Hakkımızda ---------- */
.hk-hikaye {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 56px;
    align-items: center;
}

.hk-marka {
    display: grid;
    place-items: center;
}

    .hk-marka svg {
        width: min(100%, 300px);
        filter: drop-shadow(0 18px 40px rgba(17, 97, 107, .25));
    }

.hk-metin h2 {
    font-size: clamp(21px, 2.2vw, 27px);
    font-weight: 800;
    margin-bottom: 18px;
}

    .hk-metin h2 span {
        color: var(--teal-bright);
    }

.hk-metin p {
    margin-bottom: 14px;
    font-size: 15px;
}

.mv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.mv-kart {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 30px 28px;
    position: relative;
    overflow: hidden;
}

    .mv-kart::before {
        content: "";
        position: absolute;
        inset: 0 auto 0 0;
        width: 4px;
        background: linear-gradient(180deg, var(--teal-bright), var(--neon));
    }

.mv-ikon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    background: var(--teal-soft);
    color: var(--teal);
    display: grid;
    place-items: center;
    margin-bottom: 16px;
}

    .mv-ikon svg {
        width: 24px;
        height: 24px;
    }

.mv-kart h3 {
    font-size: 17px;
    margin-bottom: 10px;
}

.mv-kart p {
    font-size: 14px;
}

/* ---------- Hakkımızda v2 (referans tasarım) ---------- */
.hk2-hero .hk2-hero-ic {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 56px;
    align-items: center;
}

.hk2-hero h1 {
    font-size: clamp(30px, 3.4vw, 44px);
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 4px;
}

    .hk2-hero h1 span {
        color: var(--teal-bright);
    }

.hk2-lead {
    font-family: var(--font-head);
    font-size: 18px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.45;
    margin: 10px 0 16px;
}

.hk2-hero .hk2-hero-ic p:not(.hk2-lead) {
    margin-bottom: 13px;
    max-width: 560px;
}

.hk2-vurgu {
    background: linear-gradient(135deg, #eaf5f7, #f4fafb);
    border-left: 3px solid var(--teal-bright);
    border-radius: 12px;
    padding: 15px 20px;
    margin: 2px 0 15px;
    max-width: 560px;
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--body);
}

    .hk2-vurgu .hk2-vurgu-baslik {
        font-size: 15.5px;
        font-weight: 700;
        color: var(--teal);
        margin-bottom: 7px;
        letter-spacing: .3px;
    }

    .hk2-hero .hk2-hero-ic .hk2-vurgu p {
        margin: 0;
        max-width: none;
    }

.hk2-gorsel {
    display: grid;
    place-items: center;
}

    .hk2-gorsel img {
        max-width: 100%;
        width: auto;
        max-height: 430px;
    }

/* Rakam kartları */
.hk2-stats-band {
    padding: 12px 0 36px;
}

.hk2-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.hk2-stat {
    position: relative;
    background: #fff;
    border: 1px solid #e6eef0;
    border-radius: 16px;
    padding: 30px 20px 26px;
    text-align: center;
    box-shadow: 0 10px 26px rgba(12, 60, 70, .06);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

    .hk2-stat::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 46px;
        height: 3px;
        border-radius: 0 0 3px 3px;
        background: linear-gradient(90deg, var(--teal-bright), var(--neon));
        opacity: 0;
        transition: opacity .25s ease, width .25s ease;
    }

    .hk2-stat:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 40px rgba(12, 60, 70, .12);
        border-color: #cfe3e7;
    }

        .hk2-stat:hover::before {
            opacity: 1;
            width: 72px;
        }

    .hk2-stat b {
        display: block;
        font-family: var(--font-head);
        font-size: clamp(30px, 2.7vw, 40px);
        font-weight: 800;
        letter-spacing: .5px;
        color: var(--ink);
        line-height: 1.1;
        margin-bottom: 8px;
    }

        .hk2-stat b span {
            color: var(--teal-bright);
        }

    .hk2-stat small {
        font-family: var(--font-head);
        font-size: 13px;
        font-weight: 600;
        color: #64757e;
        line-height: 1.4;
        letter-spacing: .2px;
        display: block;
        max-width: 190px;
        margin: 0 auto;
    }

/* Misyon / Vizyon / Değerler + ekip görseli */
.hk2-detay {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 56px;
    align-items: center;
}

.hk2-basc {
    font-family: var(--font-head);
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 2.2px;
    color: var(--teal-bright);
    margin-bottom: 10px;
}

.hk2-blok {
    margin-bottom: 34px;
}

    .hk2-blok:last-child {
        margin-bottom: 0;
    }

    .hk2-blok > p {
        font-size: 15px;
        max-width: 540px;
    }

.hk2-degerler {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: start;
    gap: 10px 32px;
}

    .hk2-degerler li {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 6px 0;
    }

.hk2-deger-ikon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    background: #fff;
    border: 1.5px solid #d9e7ea;
    border-radius: 13px;
    display: grid;
    place-items: center;
    box-shadow: 0 5px 12px rgba(12, 60, 70, .06);
}

    .hk2-deger-ikon img {
        max-width: 32px;
        max-height: 32px;
        width: auto;
        height: auto;
    }

.hk2-degerler b {
    font-family: var(--font-head);
    font-size: 14.5px;
    font-weight: 600;
    color: var(--ink);
    white-space: nowrap;
}

.hk2-ekip {
    display: grid;
    place-items: center;
}

    .hk2-ekip img {
        max-width: 100%;
        width: auto;
        max-height: 560px;
    }

@media (max-width: 992px) {
    .hk2-hero .hk2-hero-ic {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .hk2-gorsel img {
        max-height: 320px;
    }

    .hk2-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .hk2-detay {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hk2-degerler {
        grid-template-columns: repeat(2, 1fr);
    }

    .hk2-ekip img {
        max-height: 440px;
    }
}

@media (max-width: 480px) {
    .hk2-stats {
        grid-template-columns: 1fr;
    }

    .hk2-degerler {
        grid-template-columns: 1fr;
    }
}

/* ---------- Referanslar ---------- */
.logo-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.logo-kart {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    height: 86px;
    display: grid;
    place-items: center;
    padding: 16px 20px;
    transition: transform .22s ease, box-shadow .22s ease;
}

    .logo-kart:hover {
        transform: translateY(-3px);
        box-shadow: var(--shadow);
    }

    .logo-kart img {
        max-height: 44px;
        max-width: 100%;
        width: auto;
        object-fit: contain;
    }

/* ---------- Blog ---------- */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.blog-kart {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
}

    .blog-kart:hover {
        transform: translateY(-5px);
        box-shadow: var(--shadow-lg);
    }

.bk-gorsel {
    height: 185px;
    display: grid;
    place-items: center;
    overflow: hidden;
}

    .bk-gorsel img {
        max-height: 150px;
        max-width: 82%;
        width: auto;
        object-fit: contain;
        transition: transform .35s ease;
    }

.blog-kart:hover .bk-gorsel img {
    transform: scale(1.05);
}

.bk-govde {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px 22px 22px;
}

.bk-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: var(--body);
    margin-bottom: 12px;
}

.bk-etiket {
    font-family: var(--font-head);
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: var(--be, var(--teal));
    border-radius: 999px;
    padding: 3px 11px;
    letter-spacing: .4px;
}

.bk-govde h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}

.bk-govde > p {
    font-size: 13.5px;
    margin-bottom: 16px;
}

.bk-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-head);
    font-size: 13px;
    font-weight: 700;
    color: var(--teal);
}

    .bk-link .arr {
        transition: transform .22s ease;
    }

.blog-kart:hover .bk-link .arr {
    transform: translateX(4px);
}

/* Blog yazı detayı */
.yazi-govde {
    max-width: 800px;
    margin: 0 auto;
}

.yazi-banner {
    border-radius: 22px;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    display: grid;
    place-items: center;
    height: 300px;
    margin-bottom: 38px;
}

    .yazi-banner img {
        max-height: 240px;
        max-width: 70%;
        width: auto;
        object-fit: contain;
    }

.yazi-govde h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 32px 0 12px;
}

.yazi-govde > p {
    font-size: 15.5px;
    line-height: 1.75;
    margin-bottom: 16px;
}

.yazi-geri {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-head);
    font-size: 13.5px;
    font-weight: 700;
    color: var(--teal);
    margin-top: 30px;
}

/* ---------- Formlar ---------- */
.form-kart {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 32px 30px;
    box-shadow: var(--shadow);
}

    .form-kart h3 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .form-kart .form-alt {
        font-size: 13px;
        margin-bottom: 22px;
    }

.f-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.f-alan {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .f-alan.f-tam {
        grid-column: 1 / -1;
    }

    .f-alan label {
        font-family: var(--font-head);
        font-size: 12.5px;
        font-weight: 600;
        color: var(--ink);
    }

    .f-alan input,
    .f-alan select,
    .f-alan textarea {
        font-family: var(--font-body);
        font-size: 14px;
        color: var(--ink);
        background: #fbfdfd;
        border: 1.5px solid #d5e2e5;
        border-radius: 9px;
        padding: 11px 14px;
        outline: none;
        transition: border-color .2s ease, box-shadow .2s ease;
        width: 100%;
    }

        .f-alan input:focus,
        .f-alan select:focus,
        .f-alan textarea:focus {
            border-color: var(--teal-bright);
            box-shadow: 0 0 0 3px rgba(23, 147, 162, .13);
            background: #fff;
        }

    .f-alan textarea {
        min-height: 120px;
        resize: vertical;
    }

.f-aksiyon {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.btn-wa {
    border-color: #b7e4c3;
    color: #128c4b;
    background: #fff;
}

    .btn-wa:hover {
        border-color: #25d366;
        background: #f2fcf5;
    }

    .btn-wa svg {
        width: 17px;
        height: 17px;
    }

/* ---------- İletişim ---------- */
.il-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.il-kart {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 28px 26px;
    text-align: center;
}

.il-ikon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    background: var(--teal-soft);
    color: var(--teal);
    display: grid;
    place-items: center;
    margin: 0 auto 16px;
}

    .il-ikon svg {
        width: 25px;
        height: 25px;
    }

.il-kart h4 {
    font-size: 15px;
    margin-bottom: 8px;
}

.il-kart p, .il-kart a {
    font-size: 13.5px;
    color: var(--body);
    line-height: 1.6;
}

    .il-kart a:hover {
        color: var(--teal-bright);
    }

.il-duzen {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 30px;
    align-items: start;
}

.il-yan {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.il-bilgi-kart {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 26px;
}

    .il-bilgi-kart h4 {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .il-bilgi-kart li {
        display: flex;
        justify-content: space-between;
        gap: 14px;
        font-size: 13.5px;
        padding: 8px 0;
        border-bottom: 1px dashed var(--line);
    }

        .il-bilgi-kart li:last-child {
            border-bottom: none;
        }

    /* Bilgi kartı içinde çek listesi kullanılırsa sola yaslı kalsın */
    .il-bilgi-kart .av-liste li {
        justify-content: flex-start;
        font-size: 13.5px;
    }

        .il-bilgi-kart li b {
            color: var(--ink);
            font-weight: 600;
        }

/* ---------- İletişim v2 (yeniden tasarım) ---------- */
.ilv2-kirinti {
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 14px 0;
}

.ilv2-duzen {
    display: grid;
    grid-template-columns: 1fr 440px;
    gap: 64px;
    align-items: start;
}

.ilv2-baslik {
    font-size: clamp(30px, 3.2vw, 40px);
    font-weight: 800;
    letter-spacing: 4px;
    color: var(--teal);
    margin-bottom: 14px;
}

.ilv2-ozet {
    font-family: var(--font-head);
    font-size: 19px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.55;
    max-width: 400px;
    margin-bottom: 26px;
}

.ilv2-liste {
    display: flex;
    flex-direction: column;
}

    .ilv2-liste li {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        padding: 22px 0;
    }

        .ilv2-liste li + li {
            border-top: 1px solid var(--line);
        }

.ilv2-ikon {
    flex: 0 0 auto;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
}

    .ilv2-ikon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.ilv2-liste h4 {
    font-size: 15px;
    margin: 4px 0 6px;
}

.ilv2-liste p {
    font-size: 13.5px;
    color: var(--body);
    line-height: 1.65;
}

.ilv2-liste a:hover {
    color: var(--teal-bright);
}

.ilv2-form h3 {
    font-weight: 600;
}

.ilv2-form .f-dikey {
    grid-template-columns: 1fr;
}

.ilv2-harita {
    height: 400px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

    .ilv2-harita iframe {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
        filter: grayscale(.2) saturate(.85);
    }

@media (max-width: 992px) {
    .ilv2-duzen {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 640px) {
    .ilv2-baslik {
        letter-spacing: 2.5px;
    }

    .ilv2-liste li {
        gap: 14px;
        padding: 18px 0;
    }

    .ilv2-ikon {
        width: 46px;
        height: 46px;
    }

    .ilv2-harita {
        height: 300px;
    }
}

/* SSS akordeonu */
.sss-liste {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .sss-liste details {
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 13px;
        padding: 0 22px;
        transition: border-color .2s ease;
    }

        .sss-liste details[open] {
            border-color: color-mix(in srgb, var(--teal-bright) 45%, var(--line));
        }

    .sss-liste summary {
        list-style: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 16px 0;
        font-family: var(--font-head);
        font-size: 14.5px;
        font-weight: 600;
        color: var(--ink);
    }

        .sss-liste summary::-webkit-details-marker {
            display: none;
        }

        .sss-liste summary::after {
            content: "+";
            flex: 0 0 auto;
            width: 26px;
            height: 26px;
            border-radius: 50%;
            background: var(--teal-soft);
            color: var(--teal);
            display: grid;
            place-items: center;
            font-size: 16px;
            font-weight: 700;
            transition: transform .25s ease;
        }

    .sss-liste details[open] summary::after {
        content: "−";
        transform: rotate(180deg);
    }

    .sss-liste details p {
        font-size: 14px;
        padding: 0 0 18px;
        max-width: 92%;
    }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
    .oz-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .dh-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .logo-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .sayfa-hero-ic {
        grid-template-columns: 1fr;
        gap: 36px;
        text-align: center;
    }

    .sayfa-hero .sh-ozet {
        margin-left: auto;
        margin-right: auto;
    }

    .sh-cizgi {
        margin-left: auto;
        margin-right: auto;
    }

    .sh-aksiyon {
        justify-content: center;
    }

    .sh-gorsel img {
        max-height: 320px;
    }

    .sayfa-hero.sh-duz .sayfa-hero-ic {
        text-align: left;
    }

    .sayfa-hero.sh-duz .sh-cizgi {
        margin-left: 0;
    }

    .av-blok {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .surec-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hzl-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hk-hikaye {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .hk-marka svg {
        width: 200px;
    }

    .mv-grid {
        grid-template-columns: 1fr;
    }

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .il-grid {
        grid-template-columns: 1fr;
    }

    .il-duzen {
        grid-template-columns: 1fr;
    }

    .rakamlar {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .oz-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dh-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .logo-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .hzl-grid {
        grid-template-columns: 1fr;
    }

    .f-grid {
        grid-template-columns: 1fr;
    }

    .alt-cta-ic {
        flex-direction: column;
        text-align: center;
    }

    .alt-cta-btnlar {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .oz-grid {
        grid-template-columns: 1fr;
    }

    .surec-grid {
        grid-template-columns: 1fr;
    }

    .logo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rakamlar {
        grid-template-columns: 1fr;
        padding: 34px 24px;
    }
}


/* ---------- Özel Yazılım v2 ---------- */
.ozy-hero {
    background: linear-gradient(180deg, #ecf4f5 0%, var(--bg) 100%);
    padding: 26px 0 8px;
    overflow: hidden;
}

    .ozy-hero .kirinti {
        margin-bottom: 30px;
    }

.ozy-hero-ic {
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    gap: 44px;
    align-items: center;
}

.ozy-rozet {
    display: inline-block;
    font-family: var(--font-head);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 1.6px;
    color: var(--teal);
    background: var(--teal-soft);
    border: 1px solid #cde3e7;
    border-radius: 999px;
    padding: 7px 16px;
    margin-bottom: 18px;
}

.ozy-hero h1 {
    font-size: clamp(26px, 2.9vw, 40px);
    font-weight: 800;
    letter-spacing: .5px;
    margin-bottom: 16px;
}

    .ozy-hero h1 span {
        display: block;
        color: var(--teal-bright);
    }

.ozy-ozet {
    max-width: 470px;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 26px;
}

.ozy-hero-gorsel img {
    display: block;
    width: 100%;
    height: auto;
}

/* Özellik şeridi */
.ozy-serit-bolum {
    padding-top: 10px;
}

.ozy-oz-serit {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
    padding: 28px 8px;
}

.ozy-oz {
    text-align: center;
    padding: 0 14px;
}

    .ozy-oz:not(:first-child) {
        border-left: 1px solid var(--line);
    }

    .ozy-oz img {
        width: 54px;
        height: 54px;
        object-fit: contain;
        margin-bottom: 10px;
    }

    .ozy-oz b {
        display: block;
        font-family: var(--font-head);
        font-size: 13px;
        font-weight: 700;
        color: var(--ink);
        margin-bottom: 6px;
    }

    .ozy-oz p {
        font-size: 12px;
        line-height: 1.55;
    }

/* Hizmet kartları */
.ozy-hz-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.ozy-hz-kart {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 24px 20px;
    transition: transform .25s ease, box-shadow .25s ease;
}

    .ozy-hz-kart:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow);
    }

    .ozy-hz-kart > img {
        width: 96px;
        height: 96px;
        object-fit: contain;
        flex: 0 0 auto;
    }

    .ozy-hz-kart h4 {
        font-size: 14.5px;
        margin-bottom: 8px;
    }

    .ozy-hz-kart p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 10px;
    }

.ozy-link {
    font-family: var(--font-head);
    font-size: 12.5px;
    font-weight: 700;
    color: var(--teal-bright);
}

    .ozy-link:hover {
        color: var(--teal);
    }

/* Geliştirme süreci */
.ozy-surec {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    margin-top: 38px;
}

    .ozy-surec::before {
        content: "";
        position: absolute;
        top: 46px;
        left: 7%;
        right: 7%;
        border-top: 2px dashed #bcd7dc;
    }

.ozy-adim {
    position: relative;
    text-align: center;
    padding: 0 6px;
}

    .ozy-adim img {
        width: 92px;
        height: 92px;
        object-fit: contain;
        margin-bottom: 12px;
    }

    .ozy-adim h5 {
        font-size: 13.5px;
        margin-bottom: 6px;
    }

    .ozy-adim p {
        font-size: 12px;
        line-height: 1.55;
    }

/* Neden biz */
.ozy-neden {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
    padding: 30px 10px;
}

.ozy-nd {
    text-align: center;
    padding: 0 16px;
}

    .ozy-nd:not(:first-child) {
        border-left: 1px solid var(--line);
    }

    .ozy-nd img {
        height: 56px;
        object-fit: contain;
        margin-bottom: 12px;
    }

    .ozy-nd b {
        display: block;
        font-family: var(--font-head);
        font-size: 13px;
        font-weight: 700;
        color: var(--ink);
        margin-bottom: 6px;
    }

    .ozy-nd p {
        font-size: 12px;
        line-height: 1.55;
    }

/* CTA bandı */
.ozy-cta-bant {
    position: relative;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 34px;
    align-items: center;
    background: var(--navy);
    border-radius: 22px;
    padding: 44px 48px;
    overflow: hidden;
}

    .ozy-cta-bant::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 52%;
        background-image: radial-gradient(rgba(255, 255, 255, .09) 1.5px, transparent 1.6px);
        background-size: 22px 22px;
        pointer-events: none;
    }

.ozy-cta-metin {
    position: relative;
}

    .ozy-cta-metin h2 {
        color: #fff;
        font-size: clamp(22px, 2.4vw, 30px);
        margin-bottom: 12px;
    }

    .ozy-cta-metin p {
        color: #b9ccd4;
        font-size: 14.5px;
        max-width: 430px;
        margin-bottom: 24px;
    }

.ozy-cta-gorsel {
    position: relative;
}

    .ozy-cta-gorsel img {
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

@media (max-width: 1100px) {
    .ozy-oz-serit {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 26px;
    }

        .ozy-oz-serit .ozy-oz:not(:first-child) {
            border-left: none;
        }

        .ozy-oz-serit .ozy-oz:not(:nth-child(3n+1)) {
            border-left: 1px solid var(--line);
        }

    .ozy-hz-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ozy-surec {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 30px;
    }

        .ozy-surec::before {
            display: none;
        }

    .ozy-neden {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 26px;
    }

        .ozy-neden .ozy-nd:not(:first-child) {
            border-left: none;
        }

        .ozy-neden .ozy-nd:not(:nth-child(3n+1)) {
            border-left: 1px solid var(--line);
        }
}

@media (max-width: 992px) {
    .ozy-hero-ic {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ozy-hero-gorsel {
        max-width: 560px;
        margin: 0 auto;
    }

    .ozy-nasil .surec-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ozy-cta-bant {
        grid-template-columns: 1fr;
        padding: 36px 30px;
    }

        .ozy-cta-bant::before {
            left: 0;
            top: 55%;
        }

    .ozy-cta-gorsel img {
        max-width: 340px;
    }
}

@media (max-width: 640px) {
    .ozy-oz-serit {
        grid-template-columns: repeat(2, 1fr);
    }

        .ozy-oz-serit .ozy-oz:not(:nth-child(3n+1)) {
            border-left: none;
        }

        .ozy-oz-serit .ozy-oz:not(:nth-child(2n+1)) {
            border-left: 1px solid var(--line);
        }

    .ozy-hz-grid {
        grid-template-columns: 1fr;
    }

    .ozy-surec {
        grid-template-columns: repeat(2, 1fr);
    }

    .ozy-neden {
        grid-template-columns: repeat(2, 1fr);
    }

        .ozy-neden .ozy-nd:not(:nth-child(3n+1)) {
            border-left: none;
        }

        .ozy-neden .ozy-nd:not(:nth-child(2n+1)) {
            border-left: 1px solid var(--line);
        }

    .ozy-nasil .surec-grid {
        grid-template-columns: 1fr;
    }
}


/* ---------- Sendika Yönetim v2 ---------- */
.snd-hero h1 span {
    color: var(--ink);
}

.snd-mod-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.snd-mod {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 20px 18px;
    transition: transform .25s ease, box-shadow .25s ease;
}

    .snd-mod:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow);
    }

    .snd-mod > img {
        width: 54px;
        height: 54px;
        object-fit: contain;
        flex: 0 0 auto;
    }

    .snd-mod h4 {
        font-size: 14px;
        margin: 2px 0 6px;
    }

    .snd-mod p {
        font-size: 12.5px;
        line-height: 1.55;
    }

.snd-cta-bant {
    background: linear-gradient(120deg, #0c3a43 0%, #11616b 55%, #187280 100%);
}

    .snd-cta-bant .ozy-cta-gorsel img {
        max-width: 470px;
    }

.btn-beyaz {
    background: #fff;
    border-color: #fff;
    color: var(--teal);
}

    .btn-beyaz:hover {
        background: #e6f2f4;
        border-color: #e6f2f4;
        color: var(--teal-dark);
    }

@media (max-width: 1100px) {
    .snd-mod-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .snd-mod-grid {
        grid-template-columns: 1fr;
    }
}


/* ---------- Mobil Uygulama v2 ---------- */
.mob-rozetler {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.mob-roz {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    width: 106px;
    text-align: center;
}

    .mob-roz img {
        width: 58px;
        height: 58px;
        border-radius: 50%;
        object-fit: cover;
    }

    .mob-roz b {
        font-family: var(--font-head);
        font-size: 11.5px;
        font-weight: 600;
        line-height: 1.35;
        color: var(--ink);
    }

.ozy-oz-serit.mob-serit5 {
    grid-template-columns: repeat(5, 1fr);
}

.mob-serit5 .ozy-oz img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.mob-ekran-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

.mob-ekran {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 18px 16px;
    transition: transform .25s ease, box-shadow .25s ease;
}

    .mob-ekran:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow);
    }

.mob-ekran-tel {
    position: relative;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
}

    .mob-ekran-tel > img {
        height: 190px;
        object-fit: contain;
    }

.mob-ekran-roz {
    position: absolute;
    right: 6px;
    bottom: -12px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--teal);
    color: #fff;
    display: grid;
    place-items: center;
    box-shadow: 0 6px 14px rgba(12, 60, 70, .28);
}

    .mob-ekran-roz svg {
        width: 21px;
        height: 21px;
    }

.mob-ekran h4 {
    font-size: 13.5px;
    margin-bottom: 6px;
}

.mob-ekran p {
    font-size: 12px;
    line-height: 1.55;
}

.mob-cta-bant .ozy-cta-gorsel img {
    max-width: 470px;
}

.mag-rozetler {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.mag-rozet {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    background: #05131c;
    border: 1px solid #34505c;
    border-radius: 11px;
    padding: 9px 18px 9px 14px;
    color: #fff;
    cursor: default;
}

    .mag-rozet svg {
        width: 26px;
        height: 26px;
    }

    .mag-rozet span {
        display: flex;
        flex-direction: column;
        line-height: 1.25;
    }

    .mag-rozet small {
        font-size: 10.5px;
        color: #b9ccd4;
    }

    .mag-rozet b {
        font-family: var(--font-head);
        font-size: 14px;
        font-weight: 700;
    }

@media (max-width: 1100px) {
    .ozy-oz-serit.mob-serit5 {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 26px;
    }

    .mob-ekran-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 640px) {
    .ozy-oz-serit.mob-serit5 {
        grid-template-columns: repeat(2, 1fr);
    }

    .mob-ekran-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .mob-ekran-tel > img {
        height: 150px;
    }

    .mob-rozetler {
        gap: 12px;
    }

    .mob-roz {
        width: 88px;
    }
}


/* ---------- Entegrasyon v2 ---------- */
.ent-yet-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.ent-yet {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 20px 16px;
    transition: transform .25s ease, box-shadow .25s ease;
}

    .ent-yet:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow);
    }

    .ent-yet img {
        width: 52px;
        height: 52px;
        object-fit: contain;
        margin-bottom: 12px;
    }

    .ent-yet h4 {
        font-size: 13.5px;
        line-height: 1.4;
        margin-bottom: 6px;
    }

    .ent-yet p {
        font-size: 12px;
        line-height: 1.55;
    }

.ent-plat-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 12px;
}

.ent-plat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 18px 10px;
    text-align: center;
    transition: transform .25s ease, box-shadow .25s ease;
}

    .ent-plat:hover {
        transform: translateY(-3px);
        box-shadow: var(--shadow);
    }

    .ent-plat img {
        width: 44px;
        height: 44px;
        object-fit: contain;
    }

    .ent-plat b {
        font-family: var(--font-head);
        font-size: 11.5px;
        font-weight: 600;
        line-height: 1.3;
        color: var(--ink);
    }

.ent-cta-bant .ozy-cta-gorsel img {
    max-width: 480px;
}

@media (max-width: 1100px) {
    .ent-yet-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .ent-plat-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 640px) {
    .ent-yet-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .ent-plat-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ---------- Sigortacılık v2 ---------- */
.sig-acik {
    background: linear-gradient(150deg, #e7f1f3 0%, #f8fbfb 100%);
    border-radius: 26px;
    padding: 26px;
    box-shadow: var(--shadow);
}

    .sig-acik img {
        display: block;
        width: 100%;
        height: auto;
    }

.surec-ikon {
    display: block;
    width: 44px;
    height: 44px;
    object-fit: contain;
    margin-top: 14px;
}

.dh-3d {
    width: 46px;
    height: 46px;
    object-fit: contain;
}
