﻿/* =========================================================
   Dr. Ali Açıkgöz
   Articles Index - Premium Editorial Rebuild
   Scope: Views/Articles/Index.cshtml
   Notes:
   - Ivory + burgundy editorial theme
   - Admin/content friendly cards
   - No legacy blue tone
   ========================================================= */

.da-articles-page {
    --articles-bg: var(--da-bg, #fbf7f0);
    --articles-surface: var(--da-bg-card, #fffaf4);
    --articles-surface-soft: var(--da-bg-soft, #f4eadf);
    --articles-ink: var(--da-ink, #211714);
    --articles-muted: var(--da-ink-muted, #6f625c);
    --articles-soft: var(--da-ink-soft, #92857d);
    --articles-accent: var(--da-burgundy, #7b2638);
    --articles-accent-dark: var(--da-burgundy-dark, #541827);
    --articles-accent-deep: var(--da-burgundy-deep, #321016);
    --articles-gold: var(--da-gold, #b88946);
    --articles-border: var(--da-border, rgba(70, 44, 34, 0.13));
    --articles-border-strong: var(--da-border-strong, rgba(70, 44, 34, 0.22));
    --articles-shadow: 0 18px 48px rgba(65, 38, 28, 0.08);
    --articles-shadow-soft: 0 12px 34px rgba(65, 38, 28, 0.055);
    --articles-shadow-deep: 0 30px 90px rgba(65, 38, 28, 0.14);
    --articles-serif: var(--da-font-serif, Georgia, "Times New Roman", serif);
    color: var(--articles-ink);
    background: radial-gradient(circle at 8% 8%, rgba(184, 137, 70, 0.08), transparent 32rem), linear-gradient(180deg, #fffaf4 0%, #fbf7f0 48%, #f7efe6 100%);
}

    .da-articles-page .container {
        width: min(100% - 48px, 1480px);
        max-width: 1480px;
    }

    .da-articles-page *,
    .da-articles-page *::before,
    .da-articles-page *::after {
        box-sizing: border-box;
    }

    .da-articles-page h1,
    .da-articles-page h2,
    .da-articles-page h3,
    .da-articles-page p,
    .da-articles-page a,
    .da-articles-page span {
        overflow-wrap: anywhere;
    }

    .da-articles-page h1,
    .da-articles-page h2,
    .da-articles-page h3 {
        text-wrap: balance;
    }

/* =========================================================
   Hero
   ========================================================= */

.da-articles-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(3rem, 5vw, 5.2rem) 0 clamp(1.65rem, 3vw, 2.6rem);
    border-bottom: 1px solid var(--articles-border);
    background: radial-gradient(circle at 14% 18%, rgba(184, 137, 70, 0.18), transparent 31rem), radial-gradient(circle at 88% 16%, rgba(123, 38, 56, 0.10), transparent 34rem), linear-gradient(135deg, #fffaf4 0%, #f8efe5 52%, #f0e1d2 100%);
}

    .da-articles-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.64), transparent 48%), repeating-linear-gradient( 90deg, rgba(70, 44, 34, 0.032) 0, rgba(70, 44, 34, 0.032) 1px, transparent 1px, transparent 84px );
        opacity: 0.66;
    }

    .da-articles-hero .container {
        position: relative;
        z-index: 1;
    }

.da-articles-hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.58fr);
    gap: clamp(1.2rem, 2.6vw, 2.4rem);
    align-items: stretch;
}

.da-articles-hero-main {
    min-width: 0;
    align-self: center;
    max-width: 980px;
}

.da-articles-kicker,
.da-articles-section-eyebrow,
.da-articles-empty-eyebrow,
.da-articles-side-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 34px;
    padding: 0.42rem 0.82rem;
    border-radius: 999px;
    background: rgba(123, 38, 56, 0.09);
    border: 1px solid rgba(123, 38, 56, 0.16);
    color: var(--articles-accent-dark);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.075em;
    line-height: 1;
    text-transform: uppercase;
}

.da-articles-hero-title {
    max-width: 17ch;
    margin: 0.95rem 0 0.95rem;
    color: var(--articles-ink);
    font-family: var(--articles-serif);
    font-size: clamp(2.55rem, 4.4vw, 5rem);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.da-articles-hero-text,
.da-articles-side-text,
.da-articles-section-text,
.da-articles-empty-text,
.da-articles-card-text {
    color: var(--articles-muted);
    line-height: 1.82;
}

.da-articles-hero-text {
    max-width: 76ch;
    margin: 0;
    font-size: clamp(1rem, 1.08vw, 1.12rem);
}

.da-articles-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.18rem;
}

.da-articles-meta-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.44rem 0.78rem;
    border-radius: 999px;
    background: rgba(255, 250, 244, 0.78);
    border: 1px solid var(--articles-border);
    color: var(--articles-muted);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

    .da-articles-meta-pill.is-strong {
        color: #fffaf4;
        background: linear-gradient(135deg, var(--articles-accent-dark), var(--articles-accent));
        border-color: rgba(123, 38, 56, 0.48);
    }

/* Search */

.da-articles-search-card,
.da-articles-card,
.da-articles-empty-card {
    min-width: 0;
    background: linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(255, 248, 240, 0.92));
    border: 1px solid var(--articles-border);
    box-shadow: var(--articles-shadow-soft);
}

.da-articles-search-card {
    padding: clamp(1.2rem, 2vw, 1.55rem);
}

.da-articles-side-title {
    margin: 0.78rem 0 0.58rem;
    color: var(--articles-ink);
    font-family: var(--articles-serif);
    font-size: clamp(1.25rem, 1.45vw, 1.65rem);
    line-height: 1.22;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.da-articles-search-form {
    margin-top: 1rem;
}

.da-articles-search-field {
    margin-bottom: 0.9rem;
}

.da-articles-search-label {
    display: block;
    margin-bottom: 0.42rem;
    color: var(--articles-ink);
    font-size: 0.82rem;
    font-weight: 800;
}

.da-articles-search-input {
    width: 100%;
    min-height: 48px;
    padding: 0.82rem 0.92rem;
    border: 1px solid var(--articles-border-strong);
    border-radius: 0;
    background: rgba(255, 252, 247, 0.96);
    color: var(--articles-ink);
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

    .da-articles-search-input:focus {
        outline: none;
        border-color: rgba(123, 38, 56, 0.56);
        box-shadow: 0 0 0 0.22rem rgba(123, 38, 56, 0.11);
        background: #fffaf4;
    }

.da-articles-search-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.da-articles-search-button,
.da-articles-search-reset,
.da-articles-reset-link,
.da-articles-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.48rem;
    min-height: 42px;
    padding: 0.66rem 0.95rem;
    border-radius: 0;
    text-decoration: none;
    font-weight: 800;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.da-articles-search-button {
    border: 1px solid rgba(123, 38, 56, 0.72);
    background: linear-gradient(135deg, var(--articles-accent-dark), var(--articles-accent));
    color: #fffaf4;
    box-shadow: 0 14px 30px rgba(123, 38, 56, 0.18);
}

    .da-articles-search-button:hover,
    .da-articles-search-button:focus {
        transform: translateY(-1px);
        color: #fff;
        text-decoration: none;
        box-shadow: 0 18px 36px rgba(123, 38, 56, 0.24);
    }

.da-articles-search-reset,
.da-articles-reset-link,
.da-articles-link {
    border: 1px solid rgba(123, 38, 56, 0.22);
    background: rgba(255, 250, 244, 0.78);
    color: var(--articles-accent-dark);
}

    .da-articles-search-reset:hover,
    .da-articles-search-reset:focus,
    .da-articles-reset-link:hover,
    .da-articles-reset-link:focus,
    .da-articles-link:hover,
    .da-articles-link:focus {
        transform: translateY(-1px);
        color: var(--articles-accent-dark);
        background: #fffaf4;
        border-color: rgba(123, 38, 56, 0.34);
        box-shadow: 0 12px 24px rgba(65, 38, 28, 0.08);
        text-decoration: none;
    }

/* Category chips */

.da-articles-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.25rem;
}

.da-articles-chip {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0.48rem 0.86rem;
    border-radius: 999px;
    background: rgba(255, 250, 244, 0.86);
    border: 1px solid var(--articles-border);
    color: var(--articles-muted);
    font-size: 0.82rem;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, background 180ms ease;
}

    .da-articles-chip:hover,
    .da-articles-chip:focus {
        transform: translateY(-1px);
        color: var(--articles-accent-dark);
        text-decoration: none;
        border-color: rgba(123, 38, 56, 0.22);
        box-shadow: 0 10px 18px rgba(65, 38, 28, 0.06);
    }

    .da-articles-chip.is-active {
        background: rgba(123, 38, 56, 0.09);
        border-color: rgba(123, 38, 56, 0.18);
        color: var(--articles-accent-dark);
    }

/* =========================================================
   List
   ========================================================= */

.da-articles-section {
    padding: clamp(2.7rem, 4vw, 4.8rem) 0 clamp(3.4rem, 5vw, 5.5rem);
}

.da-articles-section-head {
    max-width: 860px;
    margin-bottom: clamp(1.3rem, 2.2vw, 2rem);
}

.da-articles-section-title {
    margin: 0.75rem 0 0.58rem;
    color: var(--articles-ink);
    font-family: var(--articles-serif);
    font-size: clamp(1.7rem, 2.5vw, 2.45rem);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.da-articles-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
}

.da-articles-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: clamp(1.15rem, 1.8vw, 1.45rem);
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

    .da-articles-card::before {
        content: "";
        position: absolute;
        inset: 0 auto 0 0;
        width: 4px;
        background: linear-gradient(180deg, var(--articles-accent), rgba(184, 137, 70, 0.88));
        opacity: 0;
        transition: opacity 180ms ease;
    }

    .da-articles-card.is-featured {
        border-color: rgba(123, 38, 56, 0.24);
        box-shadow: var(--articles-shadow);
    }

        .da-articles-card.is-featured::before,
        .da-articles-card:hover::before {
            opacity: 1;
        }

    .da-articles-card:hover {
        transform: translateY(-3px);
        border-color: rgba(123, 38, 56, 0.22);
        box-shadow: var(--articles-shadow);
    }

.da-articles-card-topline,
.da-articles-card-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
}

.da-articles-card-topline {
    margin-bottom: 0.9rem;
}

.da-articles-card-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.da-articles-card-category,
.da-articles-card-badge,
.da-articles-card-date {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0.4rem 0.68rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.055em;
    line-height: 1;
    text-transform: uppercase;
}

.da-articles-card-category {
    background: rgba(33, 23, 20, 0.055);
    color: var(--articles-muted);
}

.da-articles-card-badge {
    background: rgba(123, 38, 56, 0.09);
    border: 1px solid rgba(123, 38, 56, 0.16);
    color: var(--articles-accent-dark);
}

.da-articles-card-date {
    background: rgba(255, 250, 244, 0.78);
    color: var(--articles-soft);
    border: 1px solid var(--articles-border);
}

.da-articles-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.75rem;
}

.da-articles-card-number {
    color: var(--articles-accent);
    font-family: var(--articles-serif);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.055em;
    opacity: 0.9;
}

.da-articles-card-title,
.da-articles-empty-title {
    margin: 0;
    color: var(--articles-ink);
    font-family: var(--articles-serif);
    font-weight: 700;
    letter-spacing: -0.028em;
}

.da-articles-card-title {
    font-size: clamp(1.25rem, 1.35vw, 1.48rem);
    line-height: 1.22;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.da-articles-card-text {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.da-articles-card-footer {
    margin-top: 1rem;
    padding-top: 0.9rem;
    border-top: 1px solid var(--articles-border);
}

.da-articles-empty-card {
    max-width: 860px;
    padding: clamp(1.4rem, 2.4vw, 2rem);
}

.da-articles-empty-title {
    margin-top: 0.85rem;
    font-size: clamp(1.4rem, 2vw, 2rem);
    line-height: 1.18;
}

.da-articles-reset-link {
    margin-top: 1rem;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1399.98px) {
    .da-articles-page .container {
        width: min(100% - 40px, 1320px);
    }
}

@media (max-width: 1199.98px) {
    .da-articles-hero-shell {
        grid-template-columns: 1fr;
    }

    .da-articles-hero-title {
        max-width: 18ch;
    }
}

@media (max-width: 767.98px) {
    .da-articles-page .container {
        width: min(100% - 28px, 1480px);
    }

    .da-articles-hero {
        padding: 2.5rem 0 1.8rem;
    }

    .da-articles-hero-title {
        max-width: none;
        font-size: clamp(2.25rem, 10vw, 3.25rem);
        line-height: 1;
    }

    .da-articles-search-card,
    .da-articles-card,
    .da-articles-empty-card {
        padding: 1.12rem;
    }

    .da-articles-search-actions {
        flex-direction: column;
    }

    .da-articles-search-button,
    .da-articles-search-reset,
    .da-articles-reset-link {
        width: 100%;
    }

    .da-articles-chip-row {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 0.25rem;
        scrollbar-width: thin;
    }

    .da-articles-grid {
        grid-template-columns: 1fr;
    }

    .da-articles-card-topline,
    .da-articles-card-footer {
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .da-articles-hero-text,
    .da-articles-section-text {
        font-size: 0.98rem;
        line-height: 1.76;
    }

    .da-articles-card-title {
        -webkit-line-clamp: 4;
    }
}

/* =========================================================
   ADIM 26.3C-1
   Articles Index - Minimal Blue Corporate Pass
   Theme target: Swiss Minimal Authority
   Scope:
   body.da-theme-minimal-blue-corporate .da-articles-page

   Notes:
   - Articles Index markup is not changed.
   - Existing content/search/category flow remains intact.
   - This pass only overrides the visual layer when
     ActiveThemeKey = minimal-blue-corporate.
   ========================================================= */

/* ---------------------------------------------------------
   Page foundation / tokens
   --------------------------------------------------------- */

body.da-theme-minimal-blue-corporate .da-articles-page {
    --articles-bg: #f6f8fb;
    --articles-surface: #ffffff;
    --articles-surface-soft: #eef3f8;
    --articles-ink: #07101f;
    --articles-muted: #5d6675;
    --articles-soft: #8a94a6;
    --articles-accent: #0b4dbb;
    --articles-accent-dark: #071f4a;
    --articles-accent-deep: #061735;
    --articles-gold: #2563eb;
    --articles-border: rgba(15, 23, 42, 0.12);
    --articles-border-strong: rgba(15, 23, 42, 0.22);
    --articles-shadow: 0 18px 48px rgba(15, 23, 42, 0.065);
    --articles-shadow-soft: 0 12px 34px rgba(15, 23, 42, 0.045);
    --articles-shadow-deep: 0 30px 86px rgba(15, 23, 42, 0.12);
    --articles-serif: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--articles-ink);
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.045) 1px, transparent 1px), linear-gradient(180deg, #ffffff 0%, #f7f9fc 44%, #eef3f8 100%);
    background-size: 96px 96px, auto;
}

    body.da-theme-minimal-blue-corporate .da-articles-page .container {
        width: min(100% - 56px, 1480px);
        max-width: 1480px;
    }

    body.da-theme-minimal-blue-corporate .da-articles-page h1,
    body.da-theme-minimal-blue-corporate .da-articles-page h2,
    body.da-theme-minimal-blue-corporate .da-articles-page h3,
    body.da-theme-minimal-blue-corporate .da-articles-page p,
    body.da-theme-minimal-blue-corporate .da-articles-page a,
    body.da-theme-minimal-blue-corporate .da-articles-page span {
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
    }

/* ---------------------------------------------------------
   Shared atoms
   --------------------------------------------------------- */

body.da-theme-minimal-blue-corporate .da-articles-kicker,
body.da-theme-minimal-blue-corporate .da-articles-section-eyebrow,
body.da-theme-minimal-blue-corporate .da-articles-empty-eyebrow,
body.da-theme-minimal-blue-corporate .da-articles-side-eyebrow {
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #0b4dbb;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

/* ---------------------------------------------------------
   Hero
   --------------------------------------------------------- */

body.da-theme-minimal-blue-corporate .da-articles-hero {
    padding: clamp(3.4rem, 5vw, 5.9rem) 0 clamp(2.2rem, 3.4vw, 3.6rem);
    border-bottom: 1px solid rgba(15, 23, 42, 0.12);
    background: linear-gradient(90deg, rgba(11, 77, 187, 0.052) 1px, transparent 1px), linear-gradient(180deg, rgba(15, 23, 42, 0.04) 1px, transparent 1px), radial-gradient(circle at 86% 14%, rgba(21, 94, 239, 0.12), transparent 28rem), linear-gradient(135deg, #ffffff 0%, #f7f9fc 54%, #eaf1ff 100%);
    background-size: 96px 96px, 96px 96px, auto, auto;
}

    body.da-theme-minimal-blue-corporate .da-articles-hero::before {
        background: linear-gradient(90deg, rgba(255,255,255,0.88) 0%, rgba(255,255,255,0.60) 42%, transparent 68%), linear-gradient(135deg, transparent 0%, transparent 56%, rgba(11, 77, 187, 0.10) 56.2%, rgba(11, 77, 187, 0.10) 57%, transparent 57.2%);
        opacity: 1;
    }

body.da-theme-minimal-blue-corporate .da-articles-hero-shell {
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.72fr);
    gap: clamp(1.6rem, 3vw, 3.8rem);
    align-items: center;
}

body.da-theme-minimal-blue-corporate .da-articles-hero-main {
    max-width: 960px;
}

body.da-theme-minimal-blue-corporate .da-articles-hero-title {
    max-width: 16.5ch;
    color: #050a14;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(2.75rem, 4.1vw, 5.15rem);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.062em;
    text-transform: uppercase;
}

body.da-theme-minimal-blue-corporate .da-articles-hero-text {
    max-width: 78ch;
    color: rgba(11, 18, 32, 0.72);
}

body.da-theme-minimal-blue-corporate .da-articles-meta-pill {
    min-height: 34px;
    border-radius: 0;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.14);
    color: rgba(11, 18, 32, 0.72);
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-weight: 850;
}

    body.da-theme-minimal-blue-corporate .da-articles-meta-pill.is-strong {
        color: #ffffff;
        background: #0b4dbb;
        border-color: #0b4dbb;
    }

/* ---------------------------------------------------------
   Search / side card
   --------------------------------------------------------- */

body.da-theme-minimal-blue-corporate .da-articles-search-card,
body.da-theme-minimal-blue-corporate .da-articles-card,
body.da-theme-minimal-blue-corporate .da-articles-empty-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.045);
}

body.da-theme-minimal-blue-corporate .da-articles-search-card {
    position: relative;
    padding: clamp(1.25rem, 1.9vw, 1.75rem);
    box-shadow: 0 22px 58px rgba(15, 23, 42, 0.075);
}

body.da-theme-minimal-blue-corporate .da-articles-side-title,
body.da-theme-minimal-blue-corporate .da-articles-section-title,
body.da-theme-minimal-blue-corporate .da-articles-card-title,
body.da-theme-minimal-blue-corporate .da-articles-empty-title {
    color: #07101f;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-weight: 900;
    letter-spacing: -0.045em;
}

body.da-theme-minimal-blue-corporate .da-articles-side-title {
    font-size: clamp(1.18rem, 1.36vw, 1.58rem);
    line-height: 1.18;
    text-transform: uppercase;
}

body.da-theme-minimal-blue-corporate .da-articles-side-text,
body.da-theme-minimal-blue-corporate .da-articles-section-text,
body.da-theme-minimal-blue-corporate .da-articles-empty-text,
body.da-theme-minimal-blue-corporate .da-articles-card-text {
    color: rgba(11, 18, 32, 0.70);
}

body.da-theme-minimal-blue-corporate .da-articles-search-label {
    color: #07101f;
    font-weight: 900;
}

body.da-theme-minimal-blue-corporate .da-articles-search-input {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.18);
    color: #07101f;
}

    body.da-theme-minimal-blue-corporate .da-articles-search-input:focus {
        border-color: rgba(11, 77, 187, 0.56);
        box-shadow: 0 0 0 0.22rem rgba(11, 77, 187, 0.11);
        background: #ffffff;
    }

body.da-theme-minimal-blue-corporate .da-articles-search-button {
    color: #ffffff;
    background: #0b4dbb;
    border-color: #0b4dbb;
    box-shadow: 0 14px 30px rgba(11, 77, 187, 0.18);
}

    body.da-theme-minimal-blue-corporate .da-articles-search-button:hover,
    body.da-theme-minimal-blue-corporate .da-articles-search-button:focus {
        background: #071f4a;
        border-color: #071f4a;
        color: #ffffff;
    }

body.da-theme-minimal-blue-corporate .da-articles-search-reset,
body.da-theme-minimal-blue-corporate .da-articles-reset-link,
body.da-theme-minimal-blue-corporate .da-articles-link {
    color: #0b4dbb;
    background: #ffffff;
    border: 1px solid rgba(11, 77, 187, 0.22);
}

    body.da-theme-minimal-blue-corporate .da-articles-search-reset:hover,
    body.da-theme-minimal-blue-corporate .da-articles-search-reset:focus,
    body.da-theme-minimal-blue-corporate .da-articles-reset-link:hover,
    body.da-theme-minimal-blue-corporate .da-articles-reset-link:focus,
    body.da-theme-minimal-blue-corporate .da-articles-link:hover,
    body.da-theme-minimal-blue-corporate .da-articles-link:focus {
        color: #071f4a;
        background: #eaf1ff;
        border-color: rgba(11, 77, 187, 0.36);
        box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
    }

/* ---------------------------------------------------------
   Category chips
   --------------------------------------------------------- */

body.da-theme-minimal-blue-corporate .da-articles-chip {
    min-height: 34px;
    border-radius: 0;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.14);
    color: rgba(11, 18, 32, 0.72);
    font-weight: 850;
}

    body.da-theme-minimal-blue-corporate .da-articles-chip:hover,
    body.da-theme-minimal-blue-corporate .da-articles-chip:focus {
        color: #0b4dbb;
        border-color: rgba(11, 77, 187, 0.26);
        box-shadow: 0 10px 18px rgba(15, 23, 42, 0.05);
    }

    body.da-theme-minimal-blue-corporate .da-articles-chip.is-active {
        color: #ffffff;
        background: #0b4dbb;
        border-color: #0b4dbb;
    }

/* ---------------------------------------------------------
   Articles list
   --------------------------------------------------------- */

body.da-theme-minimal-blue-corporate .da-articles-section {
    padding: clamp(2.75rem, 3.8vw, 4.8rem) 0 clamp(3.2rem, 4.7vw, 5.2rem);
}

body.da-theme-minimal-blue-corporate .da-articles-section-head {
    max-width: 960px;
    margin-bottom: clamp(1.2rem, 2vw, 1.8rem);
}

body.da-theme-minimal-blue-corporate .da-articles-section-title {
    font-size: clamp(1.8rem, 2.5vw, 2.8rem);
    line-height: 1.03;
    text-transform: uppercase;
}

body.da-theme-minimal-blue-corporate .da-articles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #ffffff;
    box-shadow: 0 22px 58px rgba(15, 23, 42, 0.06);
}

body.da-theme-minimal-blue-corporate .da-articles-card {
    min-height: 280px;
    padding: clamp(1.25rem, 1.6vw, 1.65rem);
    border: 0;
    border-right: 1px solid rgba(15, 23, 42, 0.12);
    border-bottom: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: none;
    background: #ffffff;
}

    body.da-theme-minimal-blue-corporate .da-articles-card:nth-child(2n) {
        border-right: 0;
    }

    body.da-theme-minimal-blue-corporate .da-articles-card:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    body.da-theme-minimal-blue-corporate .da-articles-card::before {
        width: 4px;
        background: #0b4dbb;
    }

    body.da-theme-minimal-blue-corporate .da-articles-card:hover,
    body.da-theme-minimal-blue-corporate .da-articles-card.is-featured {
        transform: none;
        border-color: rgba(15, 23, 42, 0.12);
        box-shadow: none;
    }

body.da-theme-minimal-blue-corporate .da-articles-card-topline {
    margin-bottom: 0.95rem;
}

body.da-theme-minimal-blue-corporate .da-articles-card-category,
body.da-theme-minimal-blue-corporate .da-articles-card-badge,
body.da-theme-minimal-blue-corporate .da-articles-card-date {
    min-height: 28px;
    border-radius: 0;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

body.da-theme-minimal-blue-corporate .da-articles-card-category {
    color: rgba(11, 18, 32, 0.66);
    background: rgba(15, 23, 42, 0.055);
}

body.da-theme-minimal-blue-corporate .da-articles-card-badge {
    color: #0b4dbb;
    background: rgba(11, 77, 187, 0.07);
    border: 1px solid rgba(11, 77, 187, 0.16);
}

body.da-theme-minimal-blue-corporate .da-articles-card-date {
    color: rgba(11, 18, 32, 0.58);
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.12);
}

body.da-theme-minimal-blue-corporate .da-articles-card-number {
    color: #0b4dbb;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(1.8rem, 2.2vw, 2.45rem);
    font-weight: 900;
    letter-spacing: -0.06em;
}

    body.da-theme-minimal-blue-corporate .da-articles-card-number::after {
        content: "";
        display: block;
        width: 34px;
        height: 3px;
        margin-top: 0.55rem;
        background: #0b4dbb;
    }

body.da-theme-minimal-blue-corporate .da-articles-card-title {
    font-size: clamp(1.12rem, 1.25vw, 1.45rem);
    line-height: 1.18;
    text-transform: uppercase;
}

    body.da-theme-minimal-blue-corporate .da-articles-card-title a {
        color: #07101f;
        text-decoration: none;
    }

        body.da-theme-minimal-blue-corporate .da-articles-card-title a:hover,
        body.da-theme-minimal-blue-corporate .da-articles-card-title a:focus {
            color: #0b4dbb;
        }

body.da-theme-minimal-blue-corporate .da-articles-card-footer {
    border-top-color: rgba(15, 23, 42, 0.12);
}

/* ---------------------------------------------------------
   Empty
   --------------------------------------------------------- */

body.da-theme-minimal-blue-corporate .da-articles-empty-card {
    background: #ffffff;
}

/* ---------------------------------------------------------
   Responsive
   --------------------------------------------------------- */

@media (max-width: 1399.98px) {
    body.da-theme-minimal-blue-corporate .da-articles-page .container {
        width: min(100% - 44px, 1320px);
    }
}

@media (max-width: 1199.98px) {
    body.da-theme-minimal-blue-corporate .da-articles-hero-shell {
        grid-template-columns: 1fr;
    }

    body.da-theme-minimal-blue-corporate .da-articles-hero-title {
        max-width: 18ch;
        font-size: clamp(2.45rem, 5vw, 4.25rem);
    }

    body.da-theme-minimal-blue-corporate .da-articles-search-card {
        max-width: 760px;
    }
}

@media (max-width: 767.98px) {
    body.da-theme-minimal-blue-corporate .da-articles-page .container {
        width: min(100% - 28px, 1480px);
    }

    body.da-theme-minimal-blue-corporate .da-articles-hero {
        padding: 2.35rem 0 2.05rem;
    }

    body.da-theme-minimal-blue-corporate .da-articles-hero-title {
        max-width: none;
        font-size: clamp(2.05rem, 9.7vw, 2.95rem);
        line-height: 1.04;
        letter-spacing: -0.048em;
    }

    body.da-theme-minimal-blue-corporate .da-articles-search-card,
    body.da-theme-minimal-blue-corporate .da-articles-card,
    body.da-theme-minimal-blue-corporate .da-articles-empty-card {
        padding: 1.08rem;
    }

    body.da-theme-minimal-blue-corporate .da-articles-grid {
        grid-template-columns: 1fr;
    }

    body.da-theme-minimal-blue-corporate .da-articles-card,
    body.da-theme-minimal-blue-corporate .da-articles-card:nth-child(2n),
    body.da-theme-minimal-blue-corporate .da-articles-card:nth-last-child(-n + 2) {
        border-right: 0;
        border-bottom: 1px solid rgba(15, 23, 42, 0.12);
    }

        body.da-theme-minimal-blue-corporate .da-articles-card:last-child {
            border-bottom: 0;
        }

    body.da-theme-minimal-blue-corporate .da-articles-search-actions {
        flex-direction: column;
    }

    body.da-theme-minimal-blue-corporate .da-articles-search-button,
    body.da-theme-minimal-blue-corporate .da-articles-search-reset,
    body.da-theme-minimal-blue-corporate .da-articles-reset-link {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    body.da-theme-minimal-blue-corporate .da-articles-hero-text,
    body.da-theme-minimal-blue-corporate .da-articles-section-text {
        font-size: 0.94rem;
        line-height: 1.72;
    }

    body.da-theme-minimal-blue-corporate .da-articles-chip {
        flex: 0 0 auto;
    }
}

/* =========================================================
   ADIM 26.4B
   İç Sayfalar Global Rhythm Pass
   Scope: Minimal Blue Corporate only
   Goal:
   - Ana sayfa 26.4A ritmiyle iç sayfaları hizalar.
   - Hero / içerik / kart / CTA / footer geçişlerini sakinleştirir.
   - Renk, CMS binding ve markup davranışına dokunmaz.
   ========================================================= */

body.da-theme-minimal-blue-corporate .da-articles-page .container {
    width: min(100% - 52px, 1480px);
}

body.da-theme-minimal-blue-corporate .da-articles-hero {
    padding-top: clamp(3.25rem, 4.8vw, 5.6rem);
    padding-bottom: clamp(2rem, 3.2vw, 3.3rem);
}

body.da-theme-minimal-blue-corporate .da-articles-hero-shell {
    gap: clamp(1.15rem, 2.4vw, 2.25rem);
    align-items: center;
}

body.da-theme-minimal-blue-corporate .da-articles-hero-title {
    margin-top: 0.82rem;
    margin-bottom: 0.82rem;
}

body.da-theme-minimal-blue-corporate .da-articles-hero-text {
    line-height: 1.76;
}

body.da-theme-minimal-blue-corporate .da-articles-hero-meta {
    margin-top: 1rem;
}

body.da-theme-minimal-blue-corporate .da-articles-search-card {
    padding: clamp(1.1rem, 1.7vw, 1.42rem);
}

body.da-theme-minimal-blue-corporate .da-articles-chip-row {
    margin-top: 1rem;
}

body.da-theme-minimal-blue-corporate .da-articles-section {
    padding-top: clamp(2.75rem, 4vw, 4.7rem);
    padding-bottom: clamp(3rem, 4.5vw, 5rem);
}

body.da-theme-minimal-blue-corporate .da-articles-section-head {
    margin-bottom: clamp(1.18rem, 1.9vw, 1.65rem);
}

body.da-theme-minimal-blue-corporate .da-articles-grid {
    gap: clamp(0.85rem, 1.45vw, 1.12rem);
}

body.da-theme-minimal-blue-corporate .da-articles-card {
    padding: clamp(1.08rem, 1.55vw, 1.35rem);
}

body.da-theme-minimal-blue-corporate .da-articles-card-topline {
    margin-bottom: 0.72rem;
}

body.da-theme-minimal-blue-corporate .da-articles-card-body {
    gap: 0.62rem;
}

body.da-theme-minimal-blue-corporate .da-articles-card-footer {
    margin-top: 0.85rem;
    padding-top: 0.78rem;
}

@media (max-width: 1399.98px) {
    body.da-theme-minimal-blue-corporate .da-articles-page .container {
        width: min(100% - 40px, 1320px);
    }
}

@media (max-width: 991.98px) {
    body.da-theme-minimal-blue-corporate .da-articles-hero {
        padding-top: 2.7rem;
        padding-bottom: 2.05rem;
    }

    body.da-theme-minimal-blue-corporate .da-articles-section {
        padding-top: 2.65rem;
        padding-bottom: 2.9rem;
    }
}

@media (max-width: 767.98px) {
    body.da-theme-minimal-blue-corporate .da-articles-page .container {
        width: min(100% - 28px, 1480px);
    }

    body.da-theme-minimal-blue-corporate .da-articles-search-actions {
        gap: 0.62rem;
    }
}

@media (max-width: 575.98px) {
    body.da-theme-minimal-blue-corporate .da-articles-hero {
        padding-top: 2.2rem;
        padding-bottom: 1.8rem;
    }

    body.da-theme-minimal-blue-corporate .da-articles-section {
        padding-top: 2.25rem;
        padding-bottom: 2.45rem;
    }

    body.da-theme-minimal-blue-corporate .da-articles-search-card,
    body.da-theme-minimal-blue-corporate .da-articles-card,
    body.da-theme-minimal-blue-corporate .da-articles-empty-card {
        padding: 1.05rem;
    }
}
