/* Ana sayfa — premium yayın kartları */

.section-yayinlar {
    position: relative;
    padding: 56px 0 64px;
    background:
        radial-gradient(ellipse 70% 50% at 50% 0%, rgba(32, 112, 103, 0.1) 0%, transparent 55%),
        linear-gradient(180deg, #f8fbfb 0%, #f2f7f6 100%);
    border-top: 1px solid #e3ecea;
}

.section-yayinlar__head {
    max-width: 520px;
    margin: 0 auto 36px;
    text-align: center;
}

.section-yayinlar__logo {
    width: 72px;
    height: auto;
    margin: 0 auto 12px;
    filter: drop-shadow(0 6px 18px rgba(26, 77, 71, 0.15));
}

.section-yayinlar__eyebrow {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #207067;
}

.section-yayinlar__title {
    margin: 0 0 10px;
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #1a4d47;
    line-height: 1.15;
}

.section-yayinlar__desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #5a6560;
}

.section-yayinlar__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
    max-width: 920px;
    margin: 0 auto;
}

.section-yayinlar__more {
    margin-top: 28px;
    text-align: center;
}

.section-yayinlar__more-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 999px;
    border: 1.5px solid #207067;
    color: #207067;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.section-yayinlar__more-link:hover {
    background: #207067;
    color: #fff;
    box-shadow: 0 8px 24px rgba(32, 112, 103, 0.25);
}

/* Premium kart */
.yayin-premium {
    min-width: 0;
}

.yayin-premium__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(32, 112, 103, 0.1);
    box-shadow:
        0 4px 6px rgba(26, 77, 71, 0.04),
        0 16px 40px rgba(26, 77, 71, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.yayin-premium__link:hover {
    transform: translateY(-5px);
    border-color: rgba(32, 112, 103, 0.22);
    box-shadow:
        0 8px 12px rgba(26, 77, 71, 0.06),
        0 24px 48px rgba(26, 77, 71, 0.14);
}

.yayin-premium__cover {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 148px;
    padding: 28px 20px 24px;
    overflow: hidden;
}

.yayin-premium--faaliyet .yayin-premium__cover {
    background: linear-gradient(145deg, #1a4d47 0%, #207067 55%, #258f82 100%);
}

.yayin-premium--kultur .yayin-premium__cover {
    background: linear-gradient(145deg, #4a4030 0%, #6b5a45 55%, #8a7355 100%);
}

.yayin-premium__cover::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.07;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
}

.yayin-premium__brand {
    position: relative;
    z-index: 1;
    width: 76px;
    height: auto;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.2));
}

.yayin-premium__pdf {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(4px);
    color: #fff;
    font-size: 18px;
}

.yayin-premium__type {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    padding: 5px 11px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #fff;
}

.yayin-premium__type--faaliyet {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.yayin-premium__type--kultur {
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.yayin-premium__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 12px;
    padding: 20px 18px 22px;
    text-align: center;
}

.yayin-premium__name {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    color: #2c3330;
}

.yayin-premium__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease;
}

.yayin-premium--faaliyet .yayin-premium__action {
    background: #eef5f4;
    color: #207067;
}

.yayin-premium--kultur .yayin-premium__action {
    background: #f5f1eb;
    color: #6b5a45;
}

.yayin-premium--faaliyet .yayin-premium__link:hover .yayin-premium__action {
    background: #207067;
    color: #fff;
}

.yayin-premium--kultur .yayin-premium__link:hover .yayin-premium__action {
    background: #8a7355;
    color: #fff;
}

.yayin-premium__action .fa-arrow-right {
    font-size: 10px;
    transition: transform 0.2s ease;
}

.yayin-premium__link:hover .yayin-premium__action .fa-arrow-right {
    transform: translateX(3px);
}

@media (max-width: 575px) {
    .section-yayinlar {
        padding: 44px 0 52px;
    }

    .section-yayinlar__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .yayin-premium__cover {
        min-height: 132px;
    }

    .yayin-premium__brand {
        width: 64px;
    }
}

/* Liste sayfası */
.yayin-liste {
    display: grid;
    gap: 16px;
}

.yayin-liste__item {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid #eef1ef;
}

.yayin-liste__link {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 0;
    text-decoration: none;
    color: inherit;
    transition: background 0.2s ease;
}

.yayin-liste__link:hover {
    background: #f8faf9;
}

.yayin-liste__thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    background: linear-gradient(135deg, #1a4d47 0%, #207067 100%);
}

.yayin-liste__thumb-logo {
    width: 56px;
    height: auto;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
}

.yayin-liste__badge {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}

.yayin-liste__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 18px 20px;
}

.yayin-liste__type {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #207067;
}

.yayin-liste__title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    color: #2c3330;
}

.yayin-liste__cta {
    font-size: 12px;
    font-weight: 700;
    color: #207067;
}

@media (max-width: 767px) {
    .yayin-liste__link {
        grid-template-columns: 1fr;
    }

    .yayin-liste__thumb {
        min-height: 120px;
    }
}
