.hc-category-hero-row {
    display: flex;
    gap: 32px;
    margin-bottom: 38px;
    align-items: stretch;
}
.hc-category-hero-row-spaced {
    margin-top: 48px;
    margin-bottom: 48px;
}
.hc-category-hero {
    flex: 2 1 0%;
    display: flex;
    flex-direction: column;
    background: var(--hc-card);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 32px rgba(18,33,53,.10);
    position: relative;
    min-height: 340px;
    height: 100%;
    max-height: none;
    transition: box-shadow .18s;
    text-decoration: none;
}
.hc-category-hero:hover {
    box-shadow: 0 10px 40px rgba(107,13,47,.18);
}
.hc-category-hero-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
.hc-category-hero-body {
    padding: 22px 24px 18px 24px;
    background: linear-gradient(180deg,rgba(255,255,255,0.98) 60%,rgba(246,247,251,0.98) 100%);
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.hc-category-hero-link {
    display: inline-block;
    margin-top: 18px;
    font-weight: 600;
    color: var(--hc-primary);
    background: #fff;
    border: 1px solid var(--hc-primary);
    border-radius: 6px;
    padding: 7px 18px;
    text-decoration: none;
    transition: background .15s, color .15s;
}
.hc-category-hero-link:hover {
    background: var(--hc-primary);
    color: #fff;
}
.hc-category-hero-tag {
    display: inline-block;
    background: var(--hc-primary);
    color: #fff;
    font-weight: 700;
    font-size: .98rem;
    border-radius: 6px;
    padding: 5px 12px;
    margin-bottom: 10px;
}
.hc-category-hero-title {
    font-size: 1.45rem;
    color: var(--hc-blue);
    margin: 0 0 8px 0;
    font-weight: 700;
}
.hc-category-hero-summary {
    color: var(--hc-muted);
    font-size: 1.08rem;
    margin-bottom: 0;
}
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
    max-width: 340px;
    min-width: 260px;
}
.hc-category-hero-grid-continue {
    margin-top: 18px;
}
    min-width: 0;
    justify-content: flex-start;
}
@media (max-width: 991.98px) {
    .hc-category-hero-row { flex-direction: column; gap: 18px; }
    .hc-category-hero-img { height: 180px; }
    .hc-category-hero-body { padding: 16px 12px 12px 12px; }
}

/* =========================================================
   SAVUNMA BLOĞU
   ========================================================= */
.hc-savunma-wrap {
    margin-top: 52px;
    margin-bottom: 48px;
}
.hc-savunma-header h2 {
    color: var(--hc-dark);
}
.hc-savunma-main-row {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

/* Ana büyük haber — tam-görsel overlay */
.hc-savunma-hero {
    position: relative;
    flex: 2 1 0%;
    min-height: 400px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-decoration: none;
    background: var(--hc-dark);
    box-shadow: 0 8px 36px rgba(18,33,53,.22);
    transition: box-shadow .2s, transform .2s;
}
.hc-savunma-hero:hover {
    box-shadow: 0 14px 48px rgba(18,33,53,.34);
    transform: translateY(-2px);
}
.hc-savunma-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
    transition: transform .35s;
}
.hc-savunma-hero:hover .hc-savunma-hero-img {
    transform: scale(1.03);
}
.hc-savunma-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(12,20,40,.92) 30%, rgba(12,20,40,.3) 70%, transparent 100%);
    z-index: 1;
}
.hc-savunma-hero-body {
    position: relative;
    z-index: 2;
    padding: 28px 28px 26px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.hc-savunma-tag {
    display: inline-block;
    background: var(--hc-primary);
    color: #fff;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 4px 10px;
    align-self: flex-start;
}
.hc-savunma-title {
    font-size: 1.55rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
    text-shadow: 0 2px 10px rgba(0,0,0,.5);
}
.hc-savunma-summary {
    font-size: .93rem;
    color: rgba(255,255,255,.78);
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Sağ sütun — 3 koyu kart */
.hc-savunma-side {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 260px;
    max-width: 320px;
}
.hc-savunma-card {
    display: flex;
    align-items: stretch;
    background: var(--hc-dark);
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    flex: 1 1 0%;
    transition: background .18s, box-shadow .18s;
    box-shadow: 0 2px 12px rgba(18,33,53,.14);
}
.hc-savunma-card:hover {
    background: #1c2e50;
    box-shadow: 0 4px 20px rgba(18,33,53,.28);
}
.hc-savunma-card-img {
    width: 88px;
    min-width: 88px;
    height: 100%;
    object-fit: cover;
    display: block;
}
.hc-savunma-card-body {
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
}
.hc-savunma-card-tag {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--hc-primary);
}
.hc-savunma-card-title {
    font-size: .88rem;
    font-weight: 600;
    color: #e8edf5;
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Alt 4 mini haber */
.hc-savunma-bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 16px;
}
.hc-savunma-mini {
    display: flex;
    flex-direction: column;
    background: var(--hc-card);
    border: 1px solid var(--hc-border, #e3e6ef);
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow .18s, border-color .18s;
}
.hc-savunma-mini:hover {
    box-shadow: 0 4px 18px rgba(18,33,53,.13);
    border-color: #bcc6d8;
}
.hc-savunma-mini-img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}
.hc-savunma-mini-title {
    font-size: .83rem;
    font-weight: 600;
    color: var(--hc-text);
    padding: 10px 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .hc-savunma-main-row { flex-direction: column; }
    .hc-savunma-side { flex-direction: row; flex-wrap: wrap; max-width: 100%; }
    .hc-savunma-card { flex: 1 1 calc(50% - 8px); max-width: none; }
    .hc-savunma-bottom { grid-template-columns: repeat(2, 1fr); }
    .hc-savunma-hero { min-height: 280px; }
    .hc-savunma-title { font-size: 1.2rem; }
}
@media (max-width: 575.98px) {
    .hc-savunma-bottom { grid-template-columns: 1fr 1fr; }
    .hc-savunma-card { flex: 1 1 100%; }
}

/* Gündem bloğu — savunmayla aynı yapı, tag rengi farklı (ayrışma için) */
.hc-gundem-wrap .hc-savunma-tag,
.hc-gundem-wrap .hc-savunma-card-tag {
    color: #fff;
    background: var(--hc-secondary, #8c1d40);
}
.hc-gundem-wrap .hc-savunma-card-tag {
    background: transparent;
    color: var(--hc-secondary, #8c1d40);
}

/* =========================================================
   MAGAZİN BLOĞU
   ========================================================= */
.hc-magazin-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
    background: #f9f7fb;
    border-radius: 14px;
    padding: 24px 24px 20px;
    border: 1px solid #ede8f5;
}
.hc-magazin-wrap .hc-section-title {
    margin-bottom: 16px;
}
.hc-magazin-row {
    display: flex;
    gap: 18px;
    margin-bottom: 16px;
}
.hc-magazin-feature {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8e2f2;
    text-decoration: none;
    transition: box-shadow .18s;
    box-shadow: 0 2px 10px rgba(107,13,47,.06);
}
.hc-magazin-feature:hover {
    box-shadow: 0 6px 22px rgba(107,13,47,.12);
}
.hc-magazin-feature-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}
.hc-magazin-feature-body {
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1 1 auto;
}
.hc-magazin-tag {
    display: inline-block;
    background: var(--hc-secondary, #8c1d40);
    color: #fff;
    font-size: .73rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 3px 9px;
    align-self: flex-start;
}
.hc-magazin-feature-title {
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--hc-text);
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hc-magazin-feature-summary {
    font-size: .84rem;
    color: var(--hc-muted);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Küçük liste */
.hc-magazin-list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.hc-magazin-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 calc(50% - 8px);
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e8e2f2;
    text-decoration: none;
    padding: 8px;
    transition: box-shadow .15s;
}
.hc-magazin-list-item:hover {
    box-shadow: 0 3px 12px rgba(107,13,47,.1);
}
.hc-magazin-list-img {
    width: 64px;
    min-width: 64px;
    height: 56px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}
.hc-magazin-list-title {
    font-size: .84rem;
    font-weight: 600;
    color: var(--hc-text);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .hc-magazin-row { flex-direction: column; }
    .hc-magazin-list-item { flex: 1 1 100%; }
}

