* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Open-Sans";
    src: url(OpenSans-Medium.ttf) format("truetype");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Open-Sans";
    src: url(OpenSans-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Open-Sans";
    src: url(OpenSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-display: swap;
}

::-webkit-scrollbar-thumb {
    background: #6c757d;
    border-radius: 20px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}
::-webkit-scrollbar {
    width: 4px;
}

html {
    font-family: "Open-Sans", sans-serif;
}

body, html {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: rgba(0, 21, 255, 0.9);
    transition: 0.2s;
}

a:hover {
    color: #0015ff;
}

/* ============================================
   HERO SECTION
============================================ */
.giris {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.resim {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    user-select: none;
}

.gradyen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
}

.icerik {
    position: absolute;
    color: #fff;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 90%;
}

.icerik .hero-baslik {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    width: auto;
    display: block;
}

.icerik .kurye-cagir-btn-giris {
    display: inline-block;
    padding: 10px 0;
    width: 200px;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    transition: 0.3s;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    user-select: none;
}

.icerik .kurye-cagir-btn-giris:hover {
    background: #fff;
    color: #000;
    width: 220px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.55);
}

/* ============================================
   NAVIGATION / BREADCRUMB (eski nav yapısı)
============================================ */
.giris,
main article,
nav {
    display: block;
}

nav {
    width: fit-content;
    text-align: center;
    padding: 10px 100px;
    background-color: rgba(110, 118, 125, 0.22);
    margin: 15px auto auto;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

nav ol li {
    display: inline-flex;
    list-style: none;
}

nav ol li:not(:last-child)::after {
    content: "/";
    margin-right: 5px;
    margin-left: 8px;
}

.banner a,
nav ol li,
nav ol li a {
    font-size: 16px;
}

nav .guncel-sayfa {
    color: rgba(0, 0, 0, 0.65);
}

/* ============================================
   MAKALE / ARTICLE
============================================ */
main article {
    width: 70%;
    margin: auto;
}

main article h1 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
    color: #000;
}

main article h4 {
    display: block;
    font-size: 20px;
    margin: 10px auto auto;
}

main article h5 {
    display: inline-block;
    margin: 5px 10px;
    padding: 12px 0;
    font-size: 14px;
}

main article .linklerim {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    width: max-content;
    max-width: 100%;
}

main article p {
    display: block;
    margin-bottom: 20px;
}

h2,
p {
    text-align: left;
}

h2,
h3 {
    display: block;
    font-weight: 600;
}

p strong {
    font-weight: 700;
}

h2 {
    font-size: 30px;
    text-transform: none;
    margin-top: 20px;
}

h3 {
    font-size: 25px;
    margin-top: 15px;
}

p {
    font-size: 18px;
}

article ul {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 30px;
}

article ul li {
    line-height: 1.5;
    font-size: 18px;
}

.reklam hr,
.reklam img,
img,
p {
    display: block;
    margin: auto;
}

img {
    height: auto;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
}

/* ============================================
   BANNER
============================================ */
.banner,
.reklam {
    display: block;
    width: 100%;
    margin: 20px 0;
}

/* service-page-head.php ile çakışmayı önlemek için
   article içindeki banner burada sadece temel değerler */
article .banner {
    position: relative;
    left: auto;
    right: auto;
    transform: none;
    width: auto;
    background: radial-gradient(circle, rgb(110, 122, 255, 0.1) 0, rgb(110, 122, 255, 0.3) 100%);
    padding: 30px 0;
    text-align: center;
    margin: 40px 0;
    box-sizing: border-box;
    z-index: 1;
}

.banner {
    background: radial-gradient(circle, rgb(110, 122, 255, 0.1) 0, rgb(110, 122, 255, 0.3) 100%);
    text-align: center;
    padding: 30px 0;
}

.banner .bb {
    display: block;
    font-size: 22px;
    text-align: center;
}

.banner a {
    display: inline-block;
    border: 1px solid #3c7e5c;
    background-color: #3c7e5c;
    margin-top: 10px;
    padding: 8px 20px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgb(60, 126, 92, 0.25);
    color: #fff;
    text-transform: none;
    transition: 0.3s;
    user-select: none;
}

.banner a:hover {
    background-color: #fff;
    color: #3c7e5c;
    box-shadow: 0 0 15px rgb(60, 126, 92, 0.4);
}

/* ============================================
   REKLAM
============================================ */
.reklam {
    background: radial-gradient(circle, rgb(110, 122, 255, 0.1) 0, rgb(110, 122, 255, 0.3) 100%);
    padding: 30px 0;
}

.reklam img {
    width: 300px;
    margin: auto auto 8px;
    filter: drop-shadow(0 0 25px rgba(255, 255, 255, 0.6));
    user-select: none;
}

.reklam hr {
    width: 350px;
    height: 3px;
    background: rgb(255, 255, 255, 0.8);
    border: 0;
    display: block;
    margin: auto;
}

.reklam .reklam-icerik {
    margin-top: 20px;
    display: block;
}

.reklam .reklam-icerik p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px;
    color: #000;
}

.reklam .iletisime-gec-btn {
    display: block;
    text-align: center;
    width: fit-content;
    margin: 20px auto auto;
    font-size: 16px;
    border: 2px solid #0015ff;
    background-color: #0015ff;
    padding: 8px 30px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    color: #fff;
    text-transform: none;
    transition: 0.3s;
    user-select: none;
}

.reklam .iletisime-gec-btn:hover {
    background-color: #fff;
    color: #0015ff;
    padding: 8px 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* ============================================
   DİĞER
============================================ */
.diger {
    display: block;
    text-align: center;
    font-size: 30px;
    padding: 30px 0;
}

.diger .buradan {
    color: rgba(0, 21, 255, 0.6);
    transition: 0.3s;
    font-weight: 700;
}

.diger .buradan:hover {
    color: #0015ff;
}

/* ============================================
   İÇERİK GÖRSELİ
============================================ */
.icerik-resim-wrapper {
    margin: 40px 0;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.icerik-resim {
    max-width: 100%;
    width: 800px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 auto;
    object-fit: contain;
    pointer-events: none;
}

/* ============================================
   TABLET - 1000px
============================================ */
@media screen and (max-width: 1000px) {
    .diger {
        font-size: 25px;
    }

    .icerik-resim {
        width: 100%;
        border-radius: 8px;
    }
}

/* ============================================
   MOBİL - 768px
============================================ */
@media screen and (max-width: 768px) {

    /* Hero — kayma tamamen engellendi */
    .giris {
        height: auto !important;
        min-height: 420px !important;
        padding: 70px 20px !important;
        overflow: hidden !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .resim {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    .gradyen {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

    .icerik {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        padding: 0 !important;
        width: 100% !important;
        z-index: 2 !important;
    }

    /* İçerik Görseli */
    .icerik-resim-wrapper {
        margin: 25px 0;
    }

    .icerik-resim {
        width: 100%;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }

    /* Nav */
    nav {
        padding: 10px 40px;
        margin-top: 15px;
        border-radius: 5px;
    }

    nav ol li:not(:first-child)::before {
        margin-right: 8px;
        margin-left: 5px;
    }

    .reklam .reklam-icerik p,
    nav ol li,
    nav ol li a {
        font-size: 14px;
    }

    .icerik .hero-baslik {
        font-size: 32px !important;
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 10px !important;
    }

    .icerik .kurye-cagir-btn-giris {
        padding: 5px 0;
        width: 130px;
        font-size: 15px;
    }

    .icerik .kurye-cagir-btn-giris:hover {
        width: 150px;
    }

    h2 { font-size: 25px; }
    h3 { font-size: 20px; }

    .banner .bb,
    p {
        font-size: 15px;
    }

    main article {
        width: 85%;
    }

    main article h4 {
        font-size: 17px;
        margin-top: 10px;
    }

    .banner a {
        font-size: 12px;
        padding: 4px 10px;
    }

    .reklam img { width: 200px; }

    .reklam hr {
        width: 240px;
        height: 2px;
    }

    .reklam .iletisime-gec-btn {
        width: fit-content;
        font-size: 15px;
        padding: 8px 30px;
    }

    .reklam .iletisime-gec-btn:hover {
        padding: 8px 50px;
    }

    .diger {
        font-size: 22px;
        padding: 50px 30px;
    }

    article ul li { font-size: 15px; }

    article p {
        line-height: 1.5;
        margin-bottom: 20px !important;
    }

    main article p {
        display: block;
        margin-bottom: 20px;
    }

    .icerik-resim-wrapper { margin: 20px 0; }

    .icerik-resim {
        width: 100%;
        border-radius: 6px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

    /* SSS (eski yapı) */
    .sss {
        display: block;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .sss h2 {
        display: block;
        text-align: center;
        font-size: 23px;
        width: 90%;
        margin-bottom: 20px;
    }

    .sss article {
        display: block;
        margin: auto;
        background-color: rgba(0, 0, 0, 0.05);
        width: 70%;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    }

    .sss article .soru {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 40px;
        max-height: max-content;
        padding: 0 10px;
        background-color: rgb(0, 21, 255, 0.7);
        color: #fff;
        margin: 5px 0;
        border-radius: 10px;
        cursor: pointer;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .sss article .soru svg {
        transition: 0.5s;
        font-size: 20px;
    }

    .sss article .soru.active {
        background-color: rgb(0, 21, 255, 0.9);
    }

    .sss article .soru.active svg {
        rotate: 180deg;
    }

    .sss article h3 {
        margin: 0;
        font-size: 15px;
        font-weight: 500;
    }

    .sss article p {
        display: block;
        padding: 0 20px 10px;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.9);
    }

    .sss article .soru + div {
        position: relative;
        height: 0;
        overflow: hidden;
        transition: 0.6s;
    }
}

/* ============================================
   ÇOK KÜÇÜK EKRANLAR - 480px
============================================ */
@media screen and (max-width: 480px) {

    .giris {
        min-height: 380px !important;
        padding: 60px 15px !important;
    }

    .icerik .hero-baslik {
        font-size: 24px !important;
    }

    .icerik-resim {
        width: 100% !important;
        border-radius: 6px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }
}