﻿
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
}

.hero-home {
    position: relative;
    width: 100%;
    height:400px;
    overflow: hidden;
    background-image: url('/assets/img/anasayfa-banner-desktop.webp');
    background-size: cover;
    /*background-position: center;*/
    background-repeat: no-repeat;
  
    z-index: 1;
}

.hero-overlay {
    z-index:2;
    position: absolute;
    inset: 0;
   /* background: linear-gradient( to bottom, rgba(0,0,0,.70) 0%, rgba(0,0,0,.25) 35%, rgba(0,0,0,.55) 100% );*/
}


.govde:before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,.86) 55%, rgba(0,0,0,.94) 100%), radial-gradient(900px 520px at 25% 12%, rgba(255,255,255,.05), transparent 60%), radial-gradient(900px 520px at 85% 30%, rgba(247,198,0,.05), transparent 60%), url("../img/4-buyuk-arkaplan.webp");
    /*background-size: cover;*/
    background-position: center top;
    background-repeat:repeat;
    background-attachment: fixed;
    filter: saturate(1.05) contrast(1.06);
}

/* tablet */
@media (max-width: 1024px) {
    .hero-home {
        height: 300px;
        background-image: url('/assets/img/anasayfa-banner-mobil.webp');
        background-size: 100%;
        background-position: center;
    }
}

/* mobile */
@media (max-width: 600px) {
    .hero-home {
        height: 230px;
      /* background-image: url('/assets/img/2026_4_buyukler_banner_2.png');
        background-position: center top;*/
    }
}

/* =======================
   HERO ALT BUTONLAR
   - mobil/tablet görünür
   - tek satır, wrap yok
   - header butonları gibi davranır
======================= */

.homeQuickTabs {
    justify-content:center;
    display: none;
    gap: 10px;
    margin-top: 12px;
    white-space: nowrap;
   
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
 
    scrollbar-width: none;
}

    .homeQuickTabs::-webkit-scrollbar {
        height: 0;
    }

@media (max-width: 1024px) {
    .homeQuickTabs {
        display: flex;
    }
}
/*
.homeQuickBtn {
width:150px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 9px;
    font-weight: 900;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.06);
    color: rgba(255,255,255,.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}


    .homeQuickBtn:hover {
        filter: brightness(1.05);
    }*/




/* =======================
   POPÜLER TV PAKETLERİ
======================= */

/*.homePopular {
    margin-top: 18px;
}

.homeSectionHead {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin: 16px 0 10px;
}*/


/* =======================
   SHOWY SECTION HEADER
======================= */

/*.homeSectionHead2 {
    margin: 18px 0 12px;
    padding: 16px 16px 14px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.10);
    background: radial-gradient(900px 260px at 15% 10%, rgba(247,198,0,.16), transparent 55%), radial-gradient(900px 260px at 85% 15%, rgba(0,200,255,.12), transparent 55%), rgba(10,10,10,.55);
    box-shadow: 0 18px 60px rgba(0,0,0,.45);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.homeSectionTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.homeSectionTitle2 {
    margin: 0;
    font-size: 20px;
    font-weight: 950;
    letter-spacing: -0.3px;
    color: rgba(255,255,255,.95);
}

.homeHL {
    color: #f7c600;
}

.homeAllBtn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 950;
    font-size: 13px;
    line-height: 1;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.06);
    color: rgba(255,255,255,.92);
}

    .homeAllBtn:hover {
        filter: brightness(1.06);
    }

    .homeAllBtn .arr {
        font-size: 14px;
        transform: translateY(-.5px);
    }*/

/* alt açıklama + HD */
/*.homeSectionSub {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,.10);
}

.homeHdBadge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 28px;
    border-radius: 8px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.14);
    color: rgba(255,255,255,.90);
}

    .homeHdBadge svg {
        width: 34px;
        height: 18px;
    }

.homeSectionSubText {
    font-size: 14px;
    font-weight: 750;
    color: rgba(255,255,255,.78);
}

    .homeSectionSubText b {
        color: rgba(255,255,255,.95);
    }*/

/* responsive */
/*@media (max-width: 600px) {
    .homeSectionTop {
        align-items: flex-start;
    }

    .homeSectionTitle2 {
        font-size: 18px;
    }

    .homeAllBtn {
        padding: 9px 11px;
        font-size: 12px;
    }

    .homeSectionSubText {
        font-size: 13px;
    }
}
.homeSectionTitle {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    color: rgba(255,255,255,.95);
}

.homeSectionLink {
    color: rgba(255,255,255,.78);
    text-decoration: none;
    font-weight: 800;
    font-size: 13px;
}

    .homeSectionLink:hover {
        color: rgba(255,255,255,.95);
    }

.homeGrid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

@media (max-width: 1100px) {
    .homeGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .homeGrid {
        grid-template-columns: 1fr;
    }
}



.homeCard {
    border-radius: 18px;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(20,20,20,.38);
    box-shadow: 0 18px 50px rgba(0,0,0,.35);*/
    /* EKLE 👇 */
    /*display: flex;
    flex-direction: column;
}

.homeCardTitle {
    font-weight: 950;
    font-size: 15px;
    color: rgba(255,255,255,.95);
}

.homeCardSub {
    height:40px;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,.72);
}

.homePriceRow {
    height: 45px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,.10);
}

.homePriceLbl {
    font-size: 12px;
    font-weight: 800;
    color: rgba(255,255,255,.62);
}

.homePriceVal {
    font-size: 14px;
    font-weight: 950;
    color: rgba(255,255,255,.95);
}*/

/*.homeCtaRow {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}*/

/*.homeCtaRow {
    display: flex;
    gap: 10px;*/
    /* EN ÖNEMLİ SATIR 👇 */
    /*margin-top: auto;
}

.homeCta, .homeCtaGhost {
    flex: 1 1 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 950;
    font-size: 13px;
    line-height: 1;
}

.homeCta {
    background: #f7c600;
    color: #111;
}

.homeCtaGhost {
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.06);
    color: rgba(255,255,255,.92);
}

    .homeCta:hover, .homeCtaGhost:hover {
        filter: brightness(1.05);
    }*/

.homeQuickNavWrap {
    margin: 16px 0 22px;
}

.homeQuickNav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.homeQuickBtn {
    min-width: 220px;
    height: 54px;
    padding: 0 24px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.2px;
    color: #fff;
    background: linear-gradient(180deg, #171717 0%, #0e0e0e 100%);
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 8px 20px rgba(0,0,0,0.22);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease;
}

    .homeQuickBtn::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(255,208,0,0.10) 0%, rgba(255,208,0,0.03) 35%, rgba(255,208,0,0.00) 100%);
        opacity: 0.9;
        pointer-events: none;
    }

    .homeQuickBtn:hover {
        transform: translateY(-2px);
        color: #ffd000;
        border-color: rgba(255,208,0,0.40);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 12px 26px rgba(0,0,0,0.30), 0 0 0 1px rgba(255,208,0,0.14);
    }

    .homeQuickBtn:focus-visible {
        outline: none;
        box-shadow: 0 0 0 3px rgba(255,208,0,0.28), 0 12px 26px rgba(0,0,0,0.30);
    }

.homeQuickBtnTv::after,
.homeQuickBtnInternet::after {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    width: 6px;
    height: 22px;
    transform: translateY(-50%);
    border-radius: 999px;
    background: linear-gradient(180deg, #ffd000 0%, #ffb800 100%);
    box-shadow: 0 0 10px rgba(255,208,0,0.30);
}

.homeQuickBtnTv {
    padding-left: 34px;
}

.homeQuickBtnInternet {
    padding-left: 34px;
}

/* mobil */
@media (max-width: 767px) {
    .homeQuickNavWrap {
        margin: 14px 0 18px;
    }

    .homeQuickNav {
        gap: 10px;
    }

    .homeQuickBtn {
        width: calc(50% - 5px);
        min-width: 0;
        height: 48px;
        padding: 0 14px 0 28px;
        border-radius: 14px;
        font-size: 16px;
    }

    .homeQuickBtnTv::after,
    .homeQuickBtnInternet::after {
        left: 12px;
        width: 5px;
        height: 18px;
    }
}

@media (max-width: 480px) {
    .homeQuickNav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .homeQuickBtn {
        width: 100%;
        font-size: 15px;
        height: 46px;
        border-radius: 13px;
    }
}

/* =======================
   TOD BENEFITS SECTION
======================= */

.todBenefits {
  
    margin-top: 18px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.10);
    background: radial-gradient(1200px 420px at 15% 10%, rgba(247,198,0,.14), transparent 60%), radial-gradient(900px 380px at 85% 15%, rgba(0,200,255,.10), transparent 55%), rgba(12,12,12,.55);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.todBenefitsIn {
    padding: 26px 18px 22px;
}

.todBenefitsHead {
    text-align: center;
    margin-bottom: 18px;
}

.todBenefitsTitle {
    margin: 0;
    font-weight: 950;
    font-size: 30px;
    letter-spacing: -0.4px;
    color: rgba(255,255,255,.95);
}

.todHL {
    color: #f7c600;
}

.todBenefitsDesc {
    margin: 10px auto 0;
    max-width: 860px;
    font-size: 16px;
    font-weight: 700;
    color: rgba(255,255,255,.75);
}

.todUnderline {
    width: 520px;
    max-width: 86%;
    height: 6px;
    margin: 14px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(247,198,0,.0), rgba(247,198,0,1), rgba(247,198,0,.0));
    filter: blur(.2px);
}

.todGrid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.todItem {
    border-radius: 16px;
    padding: 18px 14px 16px;
    text-align: center;
    background: rgba(5,5,5,.55);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 18px 50px rgba(0,0,0,.35);
}

.todIcon {
    width: 70px;
    height: 70px;
    margin: 2px auto 10px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    border: 1px solid rgba(0,200,255,.30);
    background: rgba(0,200,255,.06);
    color: rgba(0,200,255,.95);
}

    .todIcon svg {
        width: 34px;
        height: 34px;
    }

.todItemTitle {
    margin: 8px 0 10px;
    font-size: 18px;
    font-weight: 950;
    color: rgba(255,255,255,.95);
    line-height: 1.15;
}

.todMiniLine {
    width: 44px;
    height: 3px;
    border-radius: 999px;
    margin: 10px auto 10px;
    background: rgba(247,198,0,.95);
}

.todItemText {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: rgba(255,255,255,.74);
    line-height: 1.45;
}

.todFootNote {
    margin-top: 10px;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255,255,255,.55);
}

/* responsive */
@media (max-width: 1100px) {
    .todGrid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
}

@media (max-width: 600px) {
    .todBenefitsTitle {
        font-size: 24px;
    }

    .todBenefitsDesc {
        font-size: 14px;
    }

    .todGrid {
        grid-template-columns: 1fr;
    }
}