﻿/* =========================================================
   Dr. Ali Açıkgöz
   Public Components
   Premium Editorial Rebuild
   ========================================================= */

a {
    text-decoration: none;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

/* =========================================================
   Section headings
   ========================================================= */

.da-section-head {
    max-width: 760px;
    margin-bottom: 1.75rem;
}

.da-section-head-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.da-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 34px;
    padding: 0.42rem 0.78rem;
    border-radius: var(--da-radius-pill, 999px);
    background: var(--da-burgundy-soft, rgba(123, 38, 56, 0.10));
    color: var(--da-burgundy, #7b2638);
    border: 1px solid rgba(123, 38, 56, 0.16);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}

.da-section-title {
    margin: 0 0 0.78rem;
    color: var(--da-ink, #211714);
    font-family: var(--da-font-serif, Georgia, "Times New Roman", serif);
    font-size: clamp(1.9rem, 3vw, 3rem);
    line-height: 1.06;
    font-weight: 700;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.da-section-text {
    margin: 0;
    color: var(--da-ink-muted, #6f625c);
    line-height: 1.78;
    font-size: 1rem;
    overflow-wrap: anywhere;
}

/* =========================================================
   Buttons
   ========================================================= */

.da-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 50px;
    padding: 0.78rem 1.22rem;
    border-radius: 0;
    font-size: 0.94rem;
    line-height: 1.15;
    font-weight: 850;
    border: 1px solid transparent;
    text-decoration: none;
    white-space: normal;
    text-align: center;
    transition: transform var(--da-transition-fast, 160ms ease), box-shadow var(--da-transition-fast, 160ms ease), opacity var(--da-transition-fast, 160ms ease), background var(--da-transition-fast, 160ms ease), color var(--da-transition-fast, 160ms ease), border-color var(--da-transition-fast, 160ms ease);
}

    .da-btn:hover,
    .da-btn:focus {
        transform: translateY(-1px);
        text-decoration: none;
    }

.da-btn-primary {
    background: linear-gradient(135deg, var(--da-burgundy-dark, #541827), var(--da-burgundy, #7b2638));
    color: #ffffff !important;
    border-color: rgba(123, 38, 56, 0.78);
    box-shadow: 0 16px 34px rgba(123, 38, 56, 0.22);
}

    .da-btn-primary:hover,
    .da-btn-primary:focus {
        color: #ffffff !important;
        box-shadow: 0 20px 42px rgba(123, 38, 56, 0.28);
    }

.da-btn-secondary {
    background: rgba(255, 250, 244, 0.86);
    color: var(--da-burgundy-dark, #541827) !important;
    border-color: rgba(123, 38, 56, 0.28);
    box-shadow: 0 10px 24px rgba(65, 38, 28, 0.07);
}

    .da-btn-secondary:hover,
    .da-btn-secondary:focus {
        color: var(--da-burgundy-dark, #541827) !important;
        background: #ffffff;
        border-color: rgba(123, 38, 56, 0.42);
    }

.da-btn-ghost {
    background: rgba(123, 38, 56, 0.075);
    color: var(--da-burgundy-dark, #541827) !important;
    border-color: rgba(123, 38, 56, 0.14);
}

    .da-btn-ghost:hover,
    .da-btn-ghost:focus {
        color: var(--da-burgundy-dark, #541827) !important;
        background: rgba(123, 38, 56, 0.11);
    }

/* =========================================================
   Cards
   ========================================================= */

.da-card {
    min-width: 0;
    height: 100%;
    padding: 1.42rem;
    border-radius: var(--da-radius-lg, 24px);
    background: linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(255, 248, 240, 0.92));
    border: 1px solid var(--da-border, rgba(70, 44, 34, 0.13));
    box-shadow: var(--da-shadow-card, 0 16px 42px rgba(65, 38, 28, 0.08));
}

.da-card-soft {
    background: linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(244, 234, 223, 0.62));
}

.da-card-title {
    margin: 0 0 0.72rem;
    color: var(--da-ink, #211714);
    font-family: var(--da-font-serif, Georgia, "Times New Roman", serif);
    font-size: 1.18rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.25;
    text-wrap: balance;
}

.da-card-text {
    margin: 0;
    color: var(--da-ink-muted, #6f625c);
    line-height: 1.74;
    overflow-wrap: anywhere;
}

/* =========================================================
   Badges / Pills
   ========================================================= */

.da-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0.4rem 0.74rem;
    border-radius: var(--da-radius-pill, 999px);
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    line-height: 1.1;
}

.da-badge-primary {
    background: var(--da-burgundy-soft, rgba(123, 38, 56, 0.10));
    color: var(--da-burgundy, #7b2638);
    border: 1px solid rgba(123, 38, 56, 0.16);
}

.da-badge-dark {
    background: var(--da-burgundy-dark, #541827);
    color: #ffffff;
    border: 1px solid rgba(84, 24, 39, 0.80);
}

/* =========================================================
   Link arrow
   ========================================================= */

.da-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 0.44rem;
    color: var(--da-burgundy, #7b2638);
    font-weight: 850;
    text-decoration: none;
    transition: color var(--da-transition-fast, 160ms ease), gap var(--da-transition-fast, 160ms ease);
}

    .da-link-arrow::after {
        content: "→";
        font-size: 0.92rem;
    }

    .da-link-arrow:hover,
    .da-link-arrow:focus {
        color: var(--da-burgundy-dark, #541827);
        gap: 0.58rem;
        text-decoration: none;
    }

/* =========================================================
   Surfaces / helpers
   ========================================================= */

.da-surface-soft {
    background: linear-gradient(180deg, rgba(255, 250, 244, 0.82), rgba(244, 234, 223, 0.58));
}

.da-text-muted {
    color: var(--da-ink-soft, #92857d);
}

/* =========================================================
   Bootstrap compatibility
   ========================================================= */

.btn.da-btn,
a.da-btn,
button.da-btn {
    text-decoration: none !important;
}

.btn-primary {
    background: linear-gradient(135deg, var(--da-burgundy-dark, #541827), var(--da-burgundy, #7b2638));
    border-color: rgba(123, 38, 56, 0.78);
    color: #ffffff;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background: linear-gradient(135deg, var(--da-burgundy, #7b2638), var(--da-burgundy-dark, #541827));
        border-color: rgba(123, 38, 56, 0.90);
        color: #ffffff;
    }

.btn-outline-primary {
    color: var(--da-burgundy, #7b2638);
    border-color: rgba(123, 38, 56, 0.34);
}

    .btn-outline-primary:hover,
    .btn-outline-primary:focus {
        color: #ffffff;
        background: var(--da-burgundy, #7b2638);
        border-color: var(--da-burgundy, #7b2638);
    }

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

@media (max-width: 575.98px) {
    .da-section-head {
        margin-bottom: 1.45rem;
    }

    .da-eyebrow {
        min-height: 32px;
        padding: 0.38rem 0.68rem;
        margin-bottom: 0.78rem;
        font-size: 0.7rem;
    }

    .da-section-title {
        font-size: clamp(1.62rem, 7vw, 2.15rem);
        margin-bottom: 0.68rem;
    }

    .da-section-text {
        font-size: 0.94rem;
        line-height: 1.7;
    }

    .da-card {
        padding: 1.08rem;
        border-radius: 20px;
    }

    .da-card-title {
        font-size: 1.08rem;
    }

    .da-btn {
        width: 100%;
        min-height: 48px;
        padding: 0.74rem 1rem;
    }

    .da-badge {
        min-height: 30px;
        font-size: 0.7rem;
    }
}
/* =========================================================
   ADIM 26.4A
   Global Component Rhythm Pass
   File: da-components.css

   Goal:
   - Create one shared spacing scale for section heads, cards,
     buttons and small public components.
   - Keep the existing visual identity intact.
   - Make admin-editable long content less likely to feel cramped.
   ========================================================= */

:root {
    --da-rhythm-xs: 0.45rem;
    --da-rhythm-sm: 0.75rem;
    --da-rhythm-md: 1rem;
    --da-rhythm-lg: 1.35rem;
    --da-rhythm-xl: 1.85rem;
    --da-rhythm-2xl: clamp(2.1rem, 3vw, 3rem);
    --da-rhythm-section-y: clamp(3.15rem, 4.8vw, 5.7rem);
    --da-rhythm-section-y-tight: clamp(2.45rem, 3.8vw, 4.25rem);
    --da-rhythm-head-gap: clamp(1.25rem, 2vw, 1.95rem);
    --da-rhythm-grid-gap: clamp(1rem, 1.7vw, 1.45rem);
    --da-rhythm-card-pad: clamp(1.15rem, 1.65vw, 1.55rem);
}

.da-section-head {
    margin-bottom: var(--da-rhythm-head-gap);
}

.da-section-title {
    margin-bottom: clamp(0.62rem, 1vw, 0.88rem);
}

.da-section-text {
    max-width: 76ch;
}

.da-section-head-center .da-section-text,
.da-section-head-center .da-section-title {
    margin-right: auto;
    margin-left: auto;
}

.da-card {
    padding: var(--da-rhythm-card-pad);
}

.da-card-title {
    margin-bottom: clamp(0.58rem, 0.9vw, 0.78rem);
}

.da-card-text + .da-link-arrow,
.da-card-text + .da-btn,
.da-section-text + .da-btn,
.da-section-text + .da-link-arrow {
    margin-top: var(--da-rhythm-lg);
}

.da-btn {
    min-height: 48px;
    padding: 0.74rem 1.18rem;
}

.da-badge,
.da-eyebrow {
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    :root {
        --da-rhythm-section-y: clamp(2.75rem, 6vw, 4.35rem);
        --da-rhythm-section-y-tight: clamp(2.25rem, 5vw, 3.45rem);
        --da-rhythm-head-gap: 1.35rem;
        --da-rhythm-grid-gap: 1rem;
    }
}

@media (max-width: 575.98px) {
    :root {
        --da-rhythm-section-y: 2.55rem;
        --da-rhythm-section-y-tight: 2.15rem;
        --da-rhythm-head-gap: 1.15rem;
        --da-rhythm-card-pad: 1rem;
    }

    .da-section-head {
        margin-bottom: var(--da-rhythm-head-gap);
    }

    .da-card {
        padding: var(--da-rhythm-card-pad);
    }
}
/* =========================================================
   ADIM 26.5A
   Minimal Blue Corporate - Component Final Polish
   File: da-components.css

   Goal:
   - Normalize shared button/card/badge behavior for the active
     Minimal Blue Corporate theme.
   - Reduce old ivory/burgundy visual residue without changing
     non-Minimal themes.
   ========================================================= */

body.public-site-body.da-theme-minimal-blue-corporate .da-btn,
body.public-site-body.da-theme-minimal-blue-corporate .btn.da-btn,
body.public-site-body.da-theme-minimal-blue-corporate a.da-btn,
body.public-site-body.da-theme-minimal-blue-corporate button.da-btn {
    min-height: 48px;
    border-radius: 0 !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    box-shadow: none;
}

body.public-site-body.da-theme-minimal-blue-corporate .da-btn:hover,
body.public-site-body.da-theme-minimal-blue-corporate .da-btn:focus {
    transform: translateY(-1px);
}

body.public-site-body.da-theme-minimal-blue-corporate .da-btn-primary,
body.public-site-body.da-theme-minimal-blue-corporate .btn-primary {
    color: #ffffff !important;
    background: #0b4dbb !important;
    border-color: #0b4dbb !important;
    box-shadow: 0 14px 30px rgba(11, 77, 187, 0.16) !important;
}

body.public-site-body.da-theme-minimal-blue-corporate .da-btn-primary:hover,
body.public-site-body.da-theme-minimal-blue-corporate .da-btn-primary:focus,
body.public-site-body.da-theme-minimal-blue-corporate .btn-primary:hover,
body.public-site-body.da-theme-minimal-blue-corporate .btn-primary:focus {
    color: #ffffff !important;
    background: #071f4a !important;
    border-color: #071f4a !important;
    box-shadow: 0 18px 38px rgba(11, 77, 187, 0.20) !important;
}

body.public-site-body.da-theme-minimal-blue-corporate .da-btn-secondary,
body.public-site-body.da-theme-minimal-blue-corporate .btn-outline-primary {
    color: #071f4a !important;
    background: #ffffff !important;
    border-color: rgba(11, 77, 187, 0.28) !important;
    box-shadow: none !important;
}

body.public-site-body.da-theme-minimal-blue-corporate .da-btn-secondary:hover,
body.public-site-body.da-theme-minimal-blue-corporate .da-btn-secondary:focus,
body.public-site-body.da-theme-minimal-blue-corporate .btn-outline-primary:hover,
body.public-site-body.da-theme-minimal-blue-corporate .btn-outline-primary:focus {
    color: #0b4dbb !important;
    background: #f7f9fc !important;
    border-color: rgba(11, 77, 187, 0.46) !important;
}

body.public-site-body.da-theme-minimal-blue-corporate .da-btn-ghost {
    color: #0b4dbb !important;
    background: rgba(11, 77, 187, 0.065) !important;
    border-color: rgba(11, 77, 187, 0.16) !important;
    box-shadow: none !important;
}

body.public-site-body.da-theme-minimal-blue-corporate .da-card {
    border-radius: 0 !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,249,252,0.94)) !important;
    border-color: rgba(15, 23, 42, 0.12) !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.045) !important;
}

body.public-site-body.da-theme-minimal-blue-corporate .da-card-soft {
    background: linear-gradient(180deg, #ffffff, #f7f9fc) !important;
}

body.public-site-body.da-theme-minimal-blue-corporate .da-card-title {
    color: #07101f !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 900;
    letter-spacing: -0.035em;
}

body.public-site-body.da-theme-minimal-blue-corporate .da-card-text {
    color: rgba(11, 18, 32, 0.68) !important;
}

body.public-site-body.da-theme-minimal-blue-corporate .da-eyebrow,
body.public-site-body.da-theme-minimal-blue-corporate .da-badge-primary {
    color: #0b4dbb !important;
    background: rgba(11, 77, 187, 0.07) !important;
    border-color: rgba(11, 77, 187, 0.16) !important;
}

body.public-site-body.da-theme-minimal-blue-corporate .da-badge-dark {
    color: #ffffff !important;
    background: #071f4a !important;
    border-color: #071f4a !important;
}

body.public-site-body.da-theme-minimal-blue-corporate .da-link-arrow {
    color: #0b4dbb !important;
}

body.public-site-body.da-theme-minimal-blue-corporate .da-link-arrow:hover,
body.public-site-body.da-theme-minimal-blue-corporate .da-link-arrow:focus {
    color: #071f4a !important;
}

body.public-site-body.da-theme-minimal-blue-corporate .da-surface-soft {
    background: linear-gradient(180deg, rgba(255,255,255,0.86), rgba(238,243,248,0.70)) !important;
}

@media (max-width: 575.98px) {
    body.public-site-body.da-theme-minimal-blue-corporate .da-btn,
    body.public-site-body.da-theme-minimal-blue-corporate .btn.da-btn,
    body.public-site-body.da-theme-minimal-blue-corporate a.da-btn,
    body.public-site-body.da-theme-minimal-blue-corporate button.da-btn {
        min-height: 48px;
        font-size: 0.78rem;
        letter-spacing: 0.028em;
    }
}
