/* Doruk Proje Mühendislik — Premium Kurumsal v2 (mor/indigo) */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

body.frontend-layout.doruk-corporate-site,
body.frontend-layout.doruk-corporate-site {
    --doruk-accent: #3A1B60;
    --doruk-accent-deep: #2E1A47;
    --doruk-accent-glow: #6366F1;
    --doruk-slate: #1E293B;
    --doruk-primary: #3A1B60;
    --doruk-primary-dark: #2E1A47;
    --doruk-accent-light: #6366F1;
    --doruk-bg: #F8FAFC;
    --doruk-surface: #FFFFFF;
    --doruk-text: #1E293B;
    --doruk-muted: #64748B;
    --doruk-border: #E2E8F0;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    background: var(--doruk-bg);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.doruk-corporate-site #site-header {
    flex-shrink: 0;
}

body.doruk-corporate-site #page-wrap,
body.doruk-corporate-site main.site-main {
    flex: 1 0 auto;
}

body.doruk-corporate-site .site-footer.site-footer--corp {
    flex-shrink: 0;
    margin-top: auto !important;
}

body.doruk-corporate-site #page-wrap {
    animation: dorukPageIn 0.22s ease-out both !important;
}

@keyframes dorukPageIn {
    from { opacity: 0.88; }
    to { opacity: 1; }
}

body.doruk-corporate-site .site-main {
    background: var(--doruk-bg);
}

/* ── Header ── */
body.doruk-corporate-site .site-header {
    border-bottom: 1px solid var(--doruk-border);
    box-shadow: 0 1px 0 rgba(46, 26, 71, 0.04);
}

body.doruk-corporate-site .site-logo .logo-text {
    font-weight: 800;
    font-size: 1.55rem;
    letter-spacing: -0.04em;
    color: var(--doruk-accent-deep);
    text-transform: lowercase;
}

body.doruk-header-corporate .header-inner--mega {
    padding-top: 16px !important;
    padding-bottom: 12px !important;
}

body.doruk-header-corporate .site-logo img,
body.doruk-header-corporate .header-inner .site-logo img {
    max-height: 58px !important;
    max-width: 220px !important;
    width: auto !important;
}

body.doruk-header-corporate .site-header--mega .hdr-row--mega-grid .site-logo,
body.doruk-header-corporate .header-inner .site-logo {
    max-width: min(220px, 55vw) !important;
}

body.doruk-header-corporate .site-nav--mega-bar,
body.doruk-header-corporate .hdr-nav-strip {
    min-height: 52px;
}

body.doruk-header-corporate .site-nav--mega-bar .nav-link,
body.doruk-header-corporate .site-nav--mega-bar .mega-nav-trigger {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

body.doruk-corporate-site .main-nav a,
body.doruk-corporate-site .hdr-nav-list a {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--doruk-slate);
    transition: color 0.15s ease;
}

body.doruk-corporate-site .main-nav a:hover,
body.doruk-corporate-site .hdr-nav-list a:hover {
    color: var(--doruk-accent);
}

.doruk-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    margin-left: 12px;
    background: linear-gradient(135deg, var(--doruk-accent-deep), var(--doruk-accent));
    color: #fff !important;
    font-weight: 700;
    font-size: 0.85rem;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(58, 27, 96, 0.28);
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.doruk-header-cta:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(58, 27, 96, 0.32);
}

/* Doruk — giriş / sepet / favori gizle; tema butonu her zaman görünür */
body.doruk-header-corporate .hdr-mega-act--account,
body.doruk-header-corporate .hdr-mega-act--favorites,
body.doruk-header-corporate .hdr-mega-act--cart,
body.doruk-header-corporate .hdr-mega-act--search,
body.doruk-header-corporate .hdr-user-wrap .dropdown-wrap {
    display: none !important;
}

body.doruk-header-corporate .site-header,
body.doruk-header-corporate .header-inner,
body.doruk-header-corporate .hdr-row--mega-grid {
    overflow: visible;
}

body.doruk-header-corporate .hdr-user-wrap {
    display: flex !important;
    align-items: center;
    gap: 10px;
    overflow: visible;
    position: relative;
    z-index: 1205;
}

/* Doruk — mobil header: logo solda, tema + menü sağda */
@media (max-width: 768px) {
    body.doruk-header-corporate .header-inner:not(.header-inner--mega) {
        display: grid !important;
        grid-template-columns: 1fr auto !important;
        align-items: center !important;
        gap: 12px;
        width: 100%;
    }

    body.doruk-header-corporate .header-inner:not(.header-inner--mega) .site-logo {
        grid-column: 1 !important;
        grid-row: 1;
        justify-self: start !important;
        margin: 0 !important;
        max-width: min(220px, 55vw) !important;
    }

    body.doruk-header-corporate .header-inner:not(.header-inner--mega) .site-logo .logo-text {
        font-size: 1.65rem !important;
    }

    body.doruk-header-corporate .header-inner:not(.header-inner--mega) .site-logo img {
        max-height: 54px !important;
        width: auto !important;
    }

    body.doruk-header-corporate .header-inner:not(.header-inner--mega) .hdr-user-wrap {
        display: flex !important;
        grid-column: 2 !important;
        grid-row: 1;
        justify-self: end !important;
        align-items: center;
        gap: 10px;
        margin-left: 0 !important;
    }

    body.doruk-header-corporate .header-inner:not(.header-inner--mega) .hdr-user-wrap .dropdown-wrap {
        display: none !important;
    }

    body.doruk-header-corporate .site-header--mega .hdr-row--mega-grid {
        grid-template-columns: 1fr auto !important;
    }

    body.doruk-header-corporate .site-header--mega .hdr-row--mega-grid .hdr-mega-act--logo {
        grid-column: 1 !important;
        grid-row: 1;
        justify-self: start !important;
        max-width: min(220px, 55vw) !important;
    }

    body.doruk-header-corporate .site-header--mega .hdr-row--mega-grid .hdr-mega-act--menu,
    body.doruk-header-corporate .site-header--mega .hdr-row--mega-grid .hdr-user-wrap {
        grid-column: 2 !important;
        grid-row: 1;
        justify-self: end !important;
    }

    body.doruk-header-corporate .site-header--mega .hdr-row--mega-grid .hdr-mega-icons-cluster,
    body.doruk-header-corporate .hdr-mega-act--account,
    body.doruk-header-corporate .hdr-mega-act--favorites,
    body.doruk-header-corporate .hdr-mega-act--cart,
    body.doruk-header-corporate .hdr-mega-act--search {
        display: none !important;
    }

    body.doruk-header-corporate .doruk-header-cta {
        display: none !important;
    }
}

/* Doruk — animasyonlu gündüz / gece pill anahtarı */
.doruk-theme-switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
    -webkit-tap-highlight-color: transparent;
}

.doruk-theme-switch:focus-visible .doruk-theme-switch__track {
    outline: 2px solid var(--doruk-accent-glow, #6366f1);
    outline-offset: 2px;
}

.doruk-theme-switch__track {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 58px;
    height: 30px;
    padding: 0 5px;
    border-radius: 999px;
    background: #ffffff;
    border: 2px solid #1a202c;
    box-sizing: border-box;
    transition: background 0.4s ease, border-color 0.4s ease, box-shadow 0.35s ease;
}

.doruk-theme-switch__icon {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.doruk-theme-switch__icon svg {
    display: block;
    width: 14px;
    height: 14px;
}

.doruk-theme-switch__knob {
    position: absolute;
    top: 50%;
    right: 3px;
    left: auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1a202c;
    transform: translateY(-50%);
    z-index: 2;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
    transition:
        right 0.42s cubic-bezier(0.34, 1.25, 0.64, 1),
        left 0.42s cubic-bezier(0.34, 1.25, 0.64, 1),
        background 0.35s ease,
        box-shadow 0.35s ease;
}

/* Aydınlık mod: top sağda */
html:not(.doruk-theme-dark) .doruk-theme-switch__knob,
body:not(.doruk-theme-dark) .doruk-theme-switch__knob {
    right: 3px;
    left: auto;
    background: #1a202c;
}

html:not(.doruk-theme-dark) .doruk-theme-switch__track,
body:not(.doruk-theme-dark) .doruk-theme-switch__track {
    background: #ffffff;
    border-color: #1a202c;
}

/* Karanlık mod: top solda */
html[data-doruk-theme="dark"] .doruk-theme-switch__knob,
html.doruk-theme-dark .doruk-theme-switch__knob,
body.doruk-theme-dark .doruk-theme-switch__knob,
.doruk-theme-switch--dark .doruk-theme-switch__knob {
    left: 3px;
    right: auto;
    background: #ffffff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

html[data-doruk-theme="dark"] .doruk-theme-switch__track,
html.doruk-theme-dark .doruk-theme-switch__track,
body.doruk-theme-dark .doruk-theme-switch__track,
.doruk-theme-switch--dark .doruk-theme-switch__track {
    background: #1a202c;
    border-color: #1a202c;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.doruk-theme-switch:hover .doruk-theme-switch__track {
    box-shadow: 0 2px 10px rgba(99, 102, 241, 0.22);
}

.doruk-theme-switch:active .doruk-theme-switch__knob {
    width: 21px;
}

/* Doruk — dil seçici (tema anahtarının solunda) */
.doruk-lang-switch {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
}

.doruk-lang-switch__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 42px;
    height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    border: 2px solid #1a202c;
    background: #fff;
    color: #1a202c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    cursor: default;
    font-family: inherit;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.doruk-lang-switch__flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 0;
}

.doruk-lang-switch__flag-img {
    display: block;
    width: 20px;
    height: 15px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.doruk-lang-switch__btn .doruk-lang-switch__flag-img {
    width: 18px;
    height: 13px;
}

.doruk-lang-switch__current {
    line-height: 1;
}

.doruk-lang-switch:hover .doruk-lang-switch__btn,
.doruk-lang-switch:focus-within .doruk-lang-switch__btn {
    box-shadow: 0 2px 10px rgba(99, 102, 241, 0.18);
}

.doruk-lang-switch__menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 176px;
    padding: 6px;
    margin: 0;
    list-style: none;
    background: #fff;
    border: 1px solid var(--doruk-border, #e2e8f0);
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(4px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
    z-index: 1200;
    pointer-events: none;
}

.doruk-lang-switch__menu::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 10px;
}

.doruk-lang-switch:hover .doruk-lang-switch__menu,
.doruk-lang-switch:focus-within .doruk-lang-switch__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.doruk-lang-switch__menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 8px;
    color: var(--doruk-slate, #1e293b);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    transition: background 0.15s ease, color 0.15s ease;
}

.doruk-lang-switch__menu .doruk-lang-switch__flag-img {
    width: 22px;
    height: 16px;
}

.doruk-lang-switch__label {
    flex: 1;
}

.doruk-lang-switch__menu a:hover {
    background: rgba(99, 102, 241, 0.08);
    color: var(--doruk-accent, #3a1b60);
}

.doruk-lang-switch__menu a.is-active {
    background: rgba(58, 27, 96, 0.08);
    color: var(--doruk-accent-deep, #2e1a47);
}

html.doruk-theme-dark .doruk-lang-switch__btn,
body.doruk-theme-dark .doruk-lang-switch__btn {
    background: #1a202c;
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff !important;
}

html.doruk-theme-dark .doruk-lang-switch__btn .doruk-lang-switch__current,
body.doruk-theme-dark .doruk-lang-switch__btn .doruk-lang-switch__current,
html.doruk-theme-dark .doruk-lang-switch__btn .doruk-lang-switch__flag,
body.doruk-theme-dark .doruk-lang-switch__btn .doruk-lang-switch__flag {
    color: #fff !important;
}

html.doruk-theme-dark .doruk-lang-switch__btn .doruk-lang-switch__flag-img,
body.doruk-theme-dark .doruk-lang-switch__btn .doruk-lang-switch__flag-img {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.28);
}

html.doruk-theme-dark .doruk-lang-switch__menu,
body.doruk-theme-dark .doruk-lang-switch__menu {
    background: #1e293b;
    border-color: rgba(255, 255, 255, 0.1);
}

html.doruk-theme-dark .doruk-lang-switch__menu a,
body.doruk-theme-dark .doruk-lang-switch__menu a,
html.doruk-theme-dark .doruk-lang-switch__menu a .doruk-lang-switch__label,
body.doruk-theme-dark .doruk-lang-switch__menu a .doruk-lang-switch__label {
    color: #fff !important;
}

html.doruk-theme-dark .doruk-lang-switch__menu a:hover,
body.doruk-theme-dark .doruk-lang-switch__menu a:hover,
html.doruk-theme-dark .doruk-lang-switch__menu a.is-active,
body.doruk-theme-dark .doruk-lang-switch__menu a.is-active {
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
}

html.doruk-theme-dark .doruk-lang-switch__menu a:hover .doruk-lang-switch__label,
body.doruk-theme-dark .doruk-lang-switch__menu a:hover .doruk-lang-switch__label,
html.doruk-theme-dark .doruk-lang-switch__menu a.is-active .doruk-lang-switch__label,
body.doruk-theme-dark .doruk-lang-switch__menu a.is-active .doruk-lang-switch__label {
    color: #fff !important;
}

@media (prefers-reduced-motion: reduce) {
    .doruk-theme-switch__track,
    .doruk-theme-switch__knob,
    .doruk-theme-switch__icon {
        transition: none !important;
    }
}

html.doruk-theme-dark body.doruk-corporate-site,
body.doruk-theme-dark.doruk-corporate-site {
    --doruk-bg: #0b1220;
    --doruk-surface: #151f33;
    --doruk-text: #e8eef7;
    --doruk-muted: #94a3b8;
    --doruk-border: #2a3850;
    --doruk-slate: #dbeafe;
    --doruk-accent-deep: #c4b5fd;
    color-scheme: dark;
}

html.doruk-theme-dark body.doruk-corporate-site .site-header,
body.doruk-theme-dark.doruk-corporate-site .site-header {
    background: var(--doruk-surface) !important;
    border-bottom-color: var(--doruk-border) !important;
    --header-bg: var(--doruk-surface);
    --header-text: #ffffff;
}

html.doruk-theme-dark body.doruk-corporate-site .hdr-nav-strip,
body.doruk-theme-dark.doruk-corporate-site .hdr-nav-strip {
    background: var(--doruk-surface) !important;
}

html.doruk-theme-dark body.doruk-corporate-site .site-header .nav-link,
html.doruk-theme-dark body.doruk-corporate-site .site-header .mega-nav-trigger,
html.doruk-theme-dark body.doruk-corporate-site .site-header .nav-link--mega__text,
html.doruk-theme-dark body.doruk-corporate-site .site-nav .nav-link,
html.doruk-theme-dark body.doruk-corporate-site .site-nav a,
html.doruk-theme-dark body.doruk-corporate-site .site-nav .mega-nav-trigger,
html.doruk-theme-dark body.doruk-corporate-site .site-nav--mega-bar .nav-link,
html.doruk-theme-dark body.doruk-corporate-site .hdr-nav-list .nav-link,
html.doruk-theme-dark body.doruk-corporate-site .main-nav a,
html.doruk-theme-dark body.doruk-corporate-site .hdr-nav-list a,
body.doruk-theme-dark.doruk-corporate-site .site-header .nav-link,
body.doruk-theme-dark.doruk-corporate-site .site-header .mega-nav-trigger,
body.doruk-theme-dark.doruk-corporate-site .site-nav .nav-link,
body.doruk-theme-dark.doruk-corporate-site .site-nav a,
body.doruk-theme-dark.doruk-corporate-site .site-nav .mega-nav-trigger,
body.doruk-theme-dark.doruk-corporate-site .main-nav a,
body.doruk-theme-dark.doruk-corporate-site .hdr-nav-list a {
    color: #ffffff !important;
    opacity: 1 !important;
}

html.doruk-theme-dark body.doruk-corporate-site .site-header .nav-link:hover,
html.doruk-theme-dark body.doruk-corporate-site .site-header .mega-nav-trigger:hover,
html.doruk-theme-dark body.doruk-corporate-site .site-nav .nav-link:hover,
html.doruk-theme-dark body.doruk-corporate-site .site-nav a:hover,
html.doruk-theme-dark body.doruk-corporate-site .site-nav .mega-nav-trigger:hover,
html.doruk-theme-dark body.doruk-corporate-site .main-nav a:hover,
html.doruk-theme-dark body.doruk-corporate-site .hdr-nav-list a:hover,
body.doruk-theme-dark.doruk-corporate-site .site-header .nav-link:hover,
body.doruk-theme-dark.doruk-corporate-site .site-nav .nav-link:hover,
body.doruk-theme-dark.doruk-corporate-site .site-nav a:hover,
body.doruk-theme-dark.doruk-corporate-site .main-nav a:hover,
body.doruk-theme-dark.doruk-corporate-site .hdr-nav-list a:hover {
    color: #e9d5ff !important;
    background: rgba(255, 255, 255, 0.06) !important;
}

html.doruk-theme-dark body.doruk-corporate-site .site-nav .dropdown-menu,
body.doruk-theme-dark.doruk-corporate-site .site-nav .dropdown-menu {
    background: #151f33 !important;
    border-color: var(--doruk-border) !important;
}

html.doruk-theme-dark body.doruk-corporate-site .site-nav .dropdown-menu .nav-link,
html.doruk-theme-dark body.doruk-corporate-site .site-nav .dropdown-menu a,
html.doruk-theme-dark body.doruk-corporate-site .site-nav .dropdown-item,
body.doruk-theme-dark.doruk-corporate-site .site-nav .dropdown-menu .nav-link,
body.doruk-theme-dark.doruk-corporate-site .site-nav .dropdown-menu a,
body.doruk-theme-dark.doruk-corporate-site .site-nav .dropdown-item {
    color: #f1f5f9 !important;
}

html.doruk-theme-dark body.doruk-corporate-site .site-nav .dropdown-menu .nav-link:hover,
html.doruk-theme-dark body.doruk-corporate-site .site-nav .dropdown-menu a:hover,
body.doruk-theme-dark.doruk-corporate-site .site-nav .dropdown-menu .nav-link:hover,
body.doruk-theme-dark.doruk-corporate-site .site-nav .dropdown-menu a:hover {
    color: #ffffff !important;
    background: rgba(99, 102, 241, 0.14) !important;
}

/* Aydınlık mod — menü siyah */
html:not(.doruk-theme-dark) body.doruk-corporate-site .site-header,
body.doruk-corporate-site:not(.doruk-theme-dark) .site-header {
    --header-text: #0f172a;
}

html:not(.doruk-theme-dark) body.doruk-corporate-site .site-header .nav-link,
html:not(.doruk-theme-dark) body.doruk-corporate-site .site-header .mega-nav-trigger,
html:not(.doruk-theme-dark) body.doruk-corporate-site .site-nav .nav-link,
html:not(.doruk-theme-dark) body.doruk-corporate-site .site-nav a,
html:not(.doruk-theme-dark) body.doruk-corporate-site .site-nav .mega-nav-trigger,
html:not(.doruk-theme-dark) body.doruk-corporate-site .main-nav a,
html:not(.doruk-theme-dark) body.doruk-corporate-site .hdr-nav-list a,
body.doruk-corporate-site:not(.doruk-theme-dark) .site-header .nav-link,
body.doruk-corporate-site:not(.doruk-theme-dark) .site-nav .nav-link,
body.doruk-corporate-site:not(.doruk-theme-dark) .site-nav a,
body.doruk-corporate-site:not(.doruk-theme-dark) .main-nav a,
body.doruk-corporate-site:not(.doruk-theme-dark) .hdr-nav-list a {
    color: #0f172a !important;
    opacity: 1 !important;
}

html:not(.doruk-theme-dark) body.doruk-corporate-site .site-header .nav-link:hover,
html:not(.doruk-theme-dark) body.doruk-corporate-site .site-nav .nav-link:hover,
html:not(.doruk-theme-dark) body.doruk-corporate-site .site-nav a:hover,
body.doruk-corporate-site:not(.doruk-theme-dark) .site-nav .nav-link:hover,
body.doruk-corporate-site:not(.doruk-theme-dark) .site-nav a:hover {
    color: #3a1b60 !important;
}

html.doruk-theme-dark body.doruk-corporate-site .site-logo .logo-text,
body.doruk-theme-dark.doruk-corporate-site .site-logo .logo-text {
    color: #f1f5f9;
}

html.doruk-theme-dark body.doruk-corporate-site .nav-toggle span,
body.doruk-theme-dark.doruk-corporate-site .nav-toggle span {
    background: var(--doruk-slate);
}

html.doruk-theme-dark body.doruk-corporate-site,
body.doruk-theme-dark.doruk-corporate-site {
    transition: background-color 0.35s ease, color 0.35s ease;
}

html.doruk-theme-dark body.doruk-corporate-site .site-main,
body.doruk-theme-dark.doruk-corporate-site .site-main,
html.doruk-theme-dark body.doruk-corporate-site #page-wrap,
body.doruk-theme-dark.doruk-corporate-site #page-wrap {
    transition: background-color 0.35s ease, color 0.35s ease;
}

/* ── Footer ── */
body.doruk-corporate-site .site-footer.site-footer--corp:not(.site-footer--doruk) {
    background: linear-gradient(180deg, var(--doruk-accent-deep) 0%, #1a0f2e 100%) !important;
    color: #CBD5E1 !important;
}

.site-footer--doruk {
    --doruk-ft-bg: #f8fafc;
    --doruk-ft-main-bg: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 42%, #f8fafc 100%);
    --doruk-ft-glow-a: rgba(99, 102, 241, 0.08);
    --doruk-ft-glow-b: rgba(168, 85, 247, 0.06);
    --doruk-ft-glow-overlay: linear-gradient(180deg, rgba(241, 245, 249, 0.2) 0%, rgba(226, 232, 240, 0.85) 100%);
    --doruk-ft-orb: rgba(99, 102, 241, 0.12);
    --doruk-ft-text: #334155;
    --doruk-ft-title: #0f172a;
    --doruk-ft-intro: #0f172a;
    --doruk-ft-link: #64748b;
    --doruk-ft-link-hover: #0f172a;
    --doruk-ft-label: #334155;
    --doruk-ft-copy: #0f172a;
    --doruk-ft-legal: #64748b;
    --doruk-ft-legal-hover: #0f172a;
    --doruk-ft-mid-bg: rgba(241, 245, 249, 0.96);
    --doruk-ft-border: rgba(100, 116, 139, 0.2);
    --doruk-ft-social: #64748b;
    --doruk-ft-social-border: rgba(100, 116, 139, 0.28);
    --doruk-ft-social-bg: rgba(15, 23, 42, 0.04);
    --doruk-ft-social-hover: #0f172a;
    --doruk-ft-social-hover-bg: rgba(99, 102, 241, 0.1);
    margin-top: 64px !important;
    background: var(--doruk-ft-bg) !important;
    color: var(--doruk-ft-text) !important;
}

html.doruk-theme-dark .site-footer--doruk,
body.doruk-theme-dark .site-footer--doruk {
    --doruk-ft-bg: #0b1220;
    --doruk-ft-main-bg: linear-gradient(135deg, #0f172a 0%, #1a0f2e 42%, #1e293b 100%);
    --doruk-ft-glow-a: rgba(99, 102, 241, 0.22);
    --doruk-ft-glow-b: rgba(168, 85, 247, 0.14);
    --doruk-ft-glow-overlay: linear-gradient(180deg, rgba(15, 23, 42, 0.2) 0%, rgba(15, 23, 42, 0.75) 100%);
    --doruk-ft-orb: rgba(129, 140, 248, 0.28);
    --doruk-ft-text: #cbd5e1;
    --doruk-ft-title: #ffffff;
    --doruk-ft-intro: #ffffff;
    --doruk-ft-link: #cbd5e1;
    --doruk-ft-link-hover: #ffffff;
    --doruk-ft-label: #e2e8f0;
    --doruk-ft-copy: #ffffff;
    --doruk-ft-legal: #ffffff;
    --doruk-ft-legal-hover: #e2e8f0;
    --doruk-ft-mid-bg: rgba(15, 23, 42, 0.92);
    --doruk-ft-border: rgba(148, 163, 184, 0.14);
    --doruk-ft-social: #94a3b8;
    --doruk-ft-social-border: rgba(148, 163, 184, 0.22);
    --doruk-ft-social-bg: rgba(255, 255, 255, 0.04);
    --doruk-ft-social-hover: #ffffff;
    --doruk-ft-social-hover-bg: rgba(99, 102, 241, 0.18);
}

.doruk-footer__main {
    position: relative;
    overflow: hidden;
    padding: 56px 0 48px;
    background: var(--doruk-ft-main-bg);
}

.doruk-footer__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 78% 58%, var(--doruk-ft-glow-a), transparent 38%),
        radial-gradient(circle at 62% 42%, var(--doruk-ft-glow-b), transparent 32%),
        var(--doruk-ft-glow-overlay);
    opacity: 0.95;
}

.doruk-footer__bg::after {
    content: '';
    position: absolute;
    right: -4%;
    bottom: -18%;
    width: min(48vw, 420px);
    height: min(48vw, 420px);
    border-radius: 50%;
    background: radial-gradient(circle, var(--doruk-ft-orb) 0%, transparent 68%);
    filter: blur(4px);
}

.doruk-footer__inner {
    position: relative;
    z-index: 1;
}

.doruk-footer__grid {
    display: grid;
    grid-template-columns: minmax(220px, 1.35fr) repeat(4, minmax(0, 1fr));
    gap: 28px 24px;
}

.doruk-footer__logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    text-decoration: none;
    color: var(--doruk-ft-title);
}

.doruk-footer__logo-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
    font-weight: 800;
    font-size: 1.1rem;
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.35);
}

.doruk-footer__logo-text {
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--doruk-ft-title);
}

.doruk-footer__intro {
    margin: 0 0 18px;
    max-width: 320px;
    font-size: 0.875rem;
    line-height: 1.65;
    color: var(--doruk-ft-intro);
}

.doruk-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.doruk-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid var(--doruk-ft-social-border);
    background: var(--doruk-ft-social-bg);
    color: var(--doruk-ft-social);
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.doruk-footer__social a:hover {
    color: var(--doruk-ft-social-hover);
    border-color: rgba(99, 102, 241, 0.45);
    background: var(--doruk-ft-social-hover-bg);
}

.doruk-footer__col-title {
    margin: 0 0 14px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--doruk-ft-title);
}

.doruk-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.doruk-footer__links a,
.doruk-footer__contact a {
    color: var(--doruk-ft-link);
    text-decoration: none;
    font-size: 0.84rem;
    line-height: 1.5;
    transition: color 0.15s ease;
}

.doruk-footer__links a:hover,
.doruk-footer__contact a:hover {
    color: var(--doruk-ft-link-hover);
}

.doruk-footer__contact p {
    margin: 0 0 10px;
    font-size: 0.84rem;
    line-height: 1.6;
    color: var(--doruk-ft-link);
}

.doruk-footer__contact strong {
    color: var(--doruk-ft-label);
    font-weight: 700;
}

/* Genel corp-footer stillerinin üzerine yaz */
body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__links a,
body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__contact p,
body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__contact a {
    color: var(--doruk-ft-link) !important;
}

body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__logo,
body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__logo-text,
body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__col-title,
body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__intro {
    color: var(--doruk-ft-title) !important;
}

body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__copy {
    color: var(--doruk-ft-copy) !important;
}

body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__legal a {
    color: var(--doruk-ft-legal) !important;
}

body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__contact strong {
    color: var(--doruk-ft-label) !important;
}

html.doruk-theme-dark body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__intro,
body.doruk-theme-dark.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__intro {
    color: var(--doruk-ft-intro) !important;
}

html.doruk-theme-dark body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__copy,
html.doruk-theme-dark body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__legal a,
body.doruk-theme-dark.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__copy,
body.doruk-theme-dark.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__legal a {
    color: #ffffff !important;
}

html.doruk-theme-dark body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__contact strong,
body.doruk-theme-dark.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__contact strong {
    color: #ffffff !important;
}

html.doruk-theme-dark body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__links a,
html.doruk-theme-dark body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__contact p,
html.doruk-theme-dark body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__contact a,
body.doruk-theme-dark.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__links a,
body.doruk-theme-dark.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__contact p,
body.doruk-theme-dark.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__contact a {
    color: #cbd5e1 !important;
}

body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__links a:hover,
body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__contact a:hover {
    color: var(--doruk-ft-link-hover) !important;
}

html.doruk-theme-dark body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__legal a:hover,
body.doruk-theme-dark.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__legal a:hover {
    color: #e2e8f0 !important;
}

.doruk-footer__mid {
    border-top: 1px solid var(--doruk-ft-border);
    background: var(--doruk-ft-mid-bg);
    padding: 14px 0;
}

.doruk-footer__mid-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.doruk-footer__copy {
    margin: 0;
    font-size: 0.78rem;
    color: var(--doruk-ft-copy);
}

.doruk-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.doruk-footer__legal a {
    font-size: 0.78rem;
    color: var(--doruk-ft-legal);
    text-decoration: none;
}

.doruk-footer__legal a:hover {
    color: var(--doruk-ft-legal-hover);
}

/* Birbilişim kredi barı — gece/gündüz aynı: gri zemin, koyu yazı */
body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__credit.corp-footer__bottom {
    background: #e2e8f0 !important;
    color: #1e293b !important;
    padding: 12px 16px;
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: center;
}

body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__credit.corp-footer__bottom a,
body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__credit.corp-footer__bottom strong,
body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__credit .corp-footer__bottom-text,
body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__credit .corp-footer__bottom-text a {
    color: #1e293b !important;
}

body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__credit.corp-footer__bottom a:hover,
body.doruk-corporate-site .site-footer.site-footer--doruk .doruk-footer__credit .corp-footer__bottom-text a:hover {
    color: #0f172a !important;
}

@media (max-width: 1100px) {
    .doruk-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .doruk-footer__brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .doruk-footer__grid {
        grid-template-columns: 1fr;
    }

    .doruk-footer__mid-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

body.doruk-corporate-site .site-footer.site-footer--corp .corp-footer__main a,
body.doruk-corporate-site .site-footer.site-footer--corp .corp-footer__mid a {
    color: #E2E8F0 !important;
}

body.doruk-corporate-site .site-footer.site-footer--corp .corp-footer__main a:hover,
body.doruk-corporate-site .site-footer.site-footer--corp .corp-footer__mid a:hover {
    color: #fff !important;
}

body.doruk-corporate-site .corp-footer__bottom:not(.doruk-footer__credit),
body.doruk-corporate-site .corp-footer__bottom:not(.doruk-footer__credit) a,
body.doruk-corporate-site .corp-footer__bottom:not(.doruk-footer__credit) strong,
body.doruk-corporate-site .corp-footer__bottom:not(.doruk-footer__credit) .corp-footer__bottom-text,
body.doruk-corporate-site .corp-footer__bottom:not(.doruk-footer__credit) .corp-footer__bottom-text a {
    color: inherit !important;
}

/* Header alt menü — madde ikonları gizle */
body.doruk-corporate-site .site-nav .dropdown-menu,
body.doruk-corporate-site .site-nav .dropdown-menu > li {
    list-style: none !important;
    padding-left: 0 !important;
}

body.doruk-corporate-site .site-nav .dropdown-menu li::marker,
body.doruk-corporate-site .site-nav .dropdown-menu li::before,
body.doruk-corporate-site .site-nav .dropdown-item::before {
    content: none !important;
    display: none !important;
}

body.doruk-corporate-site .mega-col__link .mega-arr {
    display: none !important;
}

/* ── İç sayfa breadcrumb ── */
body.doruk-corporate-site .page-breadcrumb-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 3px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

body.doruk-corporate-site .page-breadcrumb-scroll {
    width: 100%;
    max-width: 100%;
    height: 45px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: rgba(100, 116, 139, 0.35) transparent;
    outline: none;
}

body.doruk-corporate-site .page-breadcrumb-scroll:focus-visible {
    box-shadow: inset 0 -2px 0 rgba(100, 116, 139, 0.45);
    border-radius: 6px;
}

body.doruk-corporate-site .page-breadcrumb-scroll::-webkit-scrollbar {
    height: 3px;
}

body.doruk-corporate-site .page-breadcrumb-scroll::-webkit-scrollbar-track {
    background: transparent;
}

body.doruk-corporate-site .page-breadcrumb-scroll::-webkit-scrollbar-thumb {
    background: rgba(100, 116, 139, 0.35);
    border-radius: 99px;
}

body.doruk-corporate-site .page-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: nowrap !important;
    margin: 0;
    padding: 0 2px 0 0;
    list-style: none !important;
    list-style-type: none !important;
    min-height: 45px;
    width: max-content;
    max-width: none;
    box-sizing: border-box;
}

body.doruk-corporate-site .page-breadcrumb > li {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    line-height: 1;
    list-style: none !important;
}

body.doruk-corporate-site .page-breadcrumb a {
    text-decoration: none;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    white-space: nowrap;
    padding: 6px 0;
    border-radius: 4px;
    transition: opacity 0.15s ease, color 0.15s ease;
}

body.doruk-corporate-site .page-breadcrumb__sep {
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    padding: 0 1px;
}

body.doruk-corporate-site .page-breadcrumb__current {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
    padding: 6px 0;
}

@media (max-width: 480px) {
    body.doruk-corporate-site .page-breadcrumb a,
    body.doruk-corporate-site .page-breadcrumb__current {
        font-size: 0.78rem;
    }

    body.doruk-corporate-site .page-breadcrumb {
        gap: 8px;
    }
}

body.doruk-corporate-site .page-hero {
    background: linear-gradient(180deg, #F8FAFC 0%, #EEF2F6 100%);
    color: var(--doruk-accent-deep);
    padding: 28px 0 22px;
    border-bottom: 1px solid var(--doruk-border);
}

body.doruk-corporate-site .page-hero h1 {
    font-size: clamp(1.5rem, 4vw, 2.4rem);
    margin: 14px 0 0;
    line-height: 1.15;
    color: var(--doruk-accent-deep);
    font-weight: 800;
    letter-spacing: -0.02em;
}

body.doruk-corporate-site .page-breadcrumb a {
    color: var(--doruk-bc-link, var(--doruk-muted));
}

body.doruk-corporate-site .page-breadcrumb a:hover {
    color: var(--doruk-accent);
}

body.doruk-corporate-site .page-breadcrumb__sep {
    color: var(--doruk-bc-sep, #CBD5E1);
}

body.doruk-corporate-site .page-breadcrumb__current {
    color: var(--doruk-bc-current, var(--doruk-accent-deep));
}

body.doruk-corporate-site .page-content-wrap {
    padding: 36px 0 56px;
}

/* Premium iç sayfalar (Doruk) */
body.doruk-corporate-site.doruk-premium-page .page-hero {
    background: linear-gradient(135deg, #1A0F2E 0%, #2E1B47 48%, #1E293B 100%);
    color: #fff;
    border-bottom: none;
    padding: 36px 0 28px;
    position: relative;
    overflow: hidden;
}

body.doruk-corporate-site.doruk-premium-page .page-breadcrumb-wrap {
    justify-content: flex-start;
}

body.doruk-corporate-site.doruk-premium-page .page-hero h1 {
    color: #fff;
}

body.doruk-corporate-site.doruk-premium-page .page-breadcrumb a {
    color: var(--doruk-bc-link, rgba(255, 255, 255, 0.68));
}

body.doruk-corporate-site.doruk-premium-page .page-breadcrumb a:hover {
    color: #fff;
}

body.doruk-corporate-site.doruk-premium-page .page-breadcrumb__sep {
    color: var(--doruk-bc-sep, rgba(255, 255, 255, 0.35));
}

body.doruk-corporate-site.doruk-premium-page .page-breadcrumb__current {
    color: var(--doruk-bc-current, rgba(255, 255, 255, 0.92));
}

body.doruk-corporate-site.doruk-premium-page .page-content-wrap {
    background: #F8FAFC;
    padding: 40px 0 64px;
}

body.doruk-corporate-site.doruk-premium-page .bb-layout-shell--container,
body.doruk-corporate-site.doruk-premium-page .container {
    max-width: var(--max-w, 1200px);
}

/* Referanslar premium sayfa hero */
.doruk-page-hero {
    position: relative;
    background: linear-gradient(135deg, #1A0F2E 0%, #2E1B47 48%, #1E293B 100%);
    color: #fff;
    padding: 40px 0 48px;
    overflow: hidden;
}

.doruk-page-hero__glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 80% at 85% 20%, rgba(99, 102, 241, 0.22), transparent 55%);
    pointer-events: none;
}

.doruk-page-hero__inner {
    position: relative;
    z-index: 1;
    max-width: var(--max-w, 1200px);
    margin: 0 auto;
    padding: 0 20px;
}

.doruk-page-hero__breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0.8125rem;
    margin-bottom: 16px;
}

.doruk-page-hero__breadcrumb a {
    color: rgba(255, 255, 255, 0.68);
    text-decoration: none;
}

.doruk-page-hero__breadcrumb a:hover {
    color: #fff;
}

.doruk-page-hero__breadcrumb span[aria-current] {
    color: rgba(255, 255, 255, 0.92);
}

.doruk-page-hero__title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin: 8px 0 14px;
    line-height: 1.15;
}

.doruk-page-hero__lead {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    line-height: 1.65;
}

.doruk-premium-referanslar .doruk-section__desc {
    margin: 8px 0 0;
    color: var(--doruk-muted);
    font-size: 1rem;
    line-height: 1.65;
    max-width: 640px;
}

/* Banner blokları (iç sayfalar) */
body.doruk-corporate-site .bb-banner {
    background: linear-gradient(135deg, var(--doruk-accent-deep) 0%, var(--doruk-accent) 55%, var(--doruk-slate) 100%);
    border-radius: 0;
}

body.doruk-corporate-site .bb-banner__cta,
body.doruk-corporate-site .bb-banner__content a {
    background: linear-gradient(135deg, #6366F1, #818CF8) !important;
    border-radius: 999px !important;
    font-weight: 700;
    padding: 12px 26px !important;
}

body.doruk-corporate-site .container h1,
body.doruk-corporate-site .container h2,
body.doruk-corporate-site .container h3 {
    color: var(--doruk-accent-deep);
    letter-spacing: -0.02em;
}

body.doruk-corporate-site .container p,
body.doruk-corporate-site .container li {
    color: #475569;
    line-height: 1.75;
}

/* ═══════════════════════════════════════
   PREMIUM ANASAYFA
   ═══════════════════════════════════════ */
.doruk-premium-home {
    overflow-x: clip;
}

.doruk-hero {
    position: relative;
    min-height: clamp(520px, 78vh, 720px);
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(135deg, #1a0f2e 0%, var(--doruk-accent-deep) 40%, var(--doruk-slate) 100%);
}

.doruk-hero__bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(26, 15, 46, 0.92) 0%, rgba(46, 26, 71, 0.78) 45%, rgba(30, 41, 59, 0.85) 100%),
        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='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%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/g%3E%3C/svg%3E");
    background-size: cover, 60px 60px;
}

.doruk-hero__bg--image {
    background-size: cover;
    background-position: center;
}

.doruk-hero__glow {
    position: absolute;
    width: 60%;
    height: 60%;
    top: 10%;
    right: -10%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.25) 0%, transparent 70%);
    pointer-events: none;
}

.doruk-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: var(--max-w, 1200px);
    margin: 0 auto;
    padding: 80px 20px 72px;
}

.doruk-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
}

.doruk-hero__title {
    margin: 0 0 18px;
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
    max-width: 820px;
    color: #fff !important;
}

.doruk-hero__subtitle {
    margin: 0 0 32px;
    font-size: clamp(1rem, 2vw, 1.15rem);
    line-height: 1.65;
    max-width: 620px;
    color: rgba(255, 255, 255, 0.82);
}

.doruk-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.doruk-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
    border: 2px solid transparent;
}

.doruk-btn--primary {
    background: linear-gradient(135deg, #6366F1, #818CF8);
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.35);
}

.doruk-btn--primary:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
}

.doruk-btn--outline {
    background: transparent;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.35);
}

.doruk-btn--outline:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.doruk-section {
    padding: 64px 0;
}

.doruk-section--alt {
    background: var(--doruk-surface);
}

.doruk-section__inner {
    max-width: var(--max-w, 1200px);
    margin: 0 auto;
    padding: 0 20px;
}

.doruk-section__head {
    margin-bottom: 36px;
    text-align: center;
}

.doruk-section__head--left {
    text-align: left;
}

.doruk-section__label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--doruk-accent-glow);
    margin-bottom: 8px;
}

.doruk-section__title {
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--doruk-accent-deep);
}

.doruk-about-premium {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.doruk-about-premium__media {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(46, 26, 71, 0.15);
    aspect-ratio: 4 / 3;
    position: relative;
}

.doruk-about-premium__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.doruk-about-premium__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(58, 27, 96, 0.15), transparent);
    pointer-events: none;
}

.doruk-about-premium__body h2 {
    margin: 0 0 16px;
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--doruk-accent-deep);
    letter-spacing: -0.02em;
}

.doruk-about-premium__body p {
    margin: 0 0 14px;
    color: #475569;
    line-height: 1.75;
}

/* Bento hizmet kartları */
.doruk-bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.doruk-bento-card {
    background: var(--doruk-surface);
    border: 1px solid var(--doruk-border);
    border-radius: 20px;
    padding: 28px 24px;
    box-shadow: 0 4px 20px rgba(46, 26, 71, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    height: 100%;
}

.doruk-bento-card:hover {
    transform: translateY(-4px);
    border-color: rgba(99, 102, 241, 0.35);
    box-shadow: 0 16px 40px rgba(58, 27, 96, 0.1);
}

.doruk-bento-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(58, 27, 96, 0.1), rgba(99, 102, 241, 0.12));
    color: var(--doruk-accent);
}

.doruk-bento-card h3 {
    margin: 0 0 10px;
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--doruk-accent-deep);
}

.doruk-bento-card p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--doruk-muted);
    line-height: 1.65;
}

/* Sektör grid */
.doruk-sector-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.doruk-sector-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 22px 18px;
    background: var(--doruk-surface);
    border: 1px solid var(--doruk-border);
    border-radius: 16px;
    text-decoration: none;
    color: var(--doruk-text);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.doruk-sector-card:hover {
    transform: translateY(-3px);
    border-color: var(--doruk-accent);
    background: linear-gradient(180deg, #fff 0%, #faf8ff 100%);
    box-shadow: 0 12px 32px rgba(58, 27, 96, 0.1);
    color: var(--doruk-accent-deep);
}

.doruk-sector-card__icon {
    color: var(--doruk-accent);
}

.doruk-sector-card__title {
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.35;
}

.doruk-sector-card__count {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--doruk-accent-glow);
    margin-top: auto;
}

/* İstatistik şeridi */
.doruk-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 0;
}

.doruk-stat {
    background: linear-gradient(180deg, #fff 0%, #faf8ff 100%);
    border: 1px solid var(--doruk-border);
    border-radius: 16px;
    padding: 24px 16px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(46, 26, 71, 0.04);
}

.doruk-stat strong {
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--doruk-accent);
    line-height: 1.1;
}

.doruk-stat span {
    display: block;
    margin-top: 6px;
    font-size: 0.85rem;
    color: var(--doruk-muted);
    font-weight: 600;
}

/* CTA band */
.doruk-cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0;
    padding: 36px 40px;
    background: linear-gradient(135deg, #2E1A47, #3A1B60);
    border-radius: 20px;
    color: #fff;
    box-shadow: 0 16px 48px rgba(46, 26, 71, 0.22);
}

.doruk-cta-band strong {
    display: block;
    font-size: 1.3rem;
    letter-spacing: 0.02em;
    color: #fff;
}

.doruk-cta-band span {
    font-size: 0.9rem;
    opacity: 0.88;
    color: #fff;
}

.doruk-cta-btn {
    display: inline-block;
    padding: 13px 28px;
    background: #fff;
    color: #2E1A47 !important;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.doruk-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Hakkımızda / hizmet (iç sayfa) */
.doruk-about-split {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 32px;
    align-items: center;
    margin: 8px 0 24px;
}

.doruk-about-split__media {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(46, 26, 71, 0.12);
    aspect-ratio: 4 / 3;
}

.doruk-about-split__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.doruk-about-split__text h3 {
    margin: 0 0 12px;
    font-size: 1.35rem;
    color: var(--doruk-accent);
}

.doruk-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 8px 0 24px;
}

.doruk-service-card {
    background: #fff;
    border: 1px solid var(--doruk-border);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(46, 26, 71, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.doruk-service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(46, 26, 71, 0.1);
}

.doruk-service-card__img {
    height: 160px;
    overflow: hidden;
}

.doruk-service-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.doruk-service-card__body {
    padding: 20px 18px 22px;
}

.doruk-service-card h3 {
    margin: 0 0 8px;
    font-size: 1.05rem;
    color: var(--doruk-accent-deep);
}

.doruk-list {
    columns: 2;
    gap: 24px;
    padding-left: 1.2rem;
}

/* Referans */
.doruk-ref-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 20px;
    padding: 16px 20px;
    background: #fff;
    border: 1px solid var(--doruk-border);
    border-radius: 12px;
    font-size: 0.92rem;
    color: var(--doruk-muted);
}

.doruk-ref-summary strong {
    color: var(--doruk-accent);
}

.doruk-ref-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 18px;
    padding: 8px 0 24px;
}

.doruk-ref-grid--home {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
}

.doruk-ref-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px 18px;
    background: #fff;
    border: 1px solid var(--doruk-border);
    border-radius: 16px;
    text-decoration: none;
    color: var(--doruk-text);
    box-shadow: 0 2px 12px rgba(46, 26, 71, 0.05);
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.doruk-ref-card:hover {
    border-color: var(--doruk-accent-glow);
    box-shadow: 0 10px 28px rgba(58, 27, 96, 0.1);
    transform: translateY(-2px);
    color: var(--doruk-accent-deep);
}

.doruk-ref-card span {
    font-size: 0.82rem;
    color: var(--doruk-accent-glow);
    font-weight: 600;
}

.doruk-ref-card--sm {
    padding: 16px 14px;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    justify-content: center;
}

.doruk-table-wrap {
    overflow-x: auto;
    margin: 16px 0 24px;
    border-radius: 12px;
    border: 1px solid var(--doruk-border);
    box-shadow: 0 2px 12px rgba(46, 26, 71, 0.04);
}

.doruk-ref-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
    background: #fff;
    min-width: 480px;
}

.doruk-ref-table thead {
    background: #F1F5F9;
    color: var(--doruk-accent-deep);
}

.doruk-ref-table th {
    font-weight: 700;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.doruk-ref-table th,
.doruk-ref-table td {
    padding: 13px 16px;
    text-align: left;
    border-bottom: 1px solid var(--doruk-border);
}

.doruk-ref-table tbody tr:hover {
    background: #F8FAFC;
}

.doruk-map-embed {
    margin: 16px 0 8px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--doruk-border);
}

.bb-layout-row--strip a:not([class]) {
    color: inherit;
}

/* Responsive */
@media (max-width: 992px) {
    .doruk-about-premium,
    .doruk-about-split {
        grid-template-columns: 1fr;
    }

    .doruk-bento-grid,
    .doruk-service-grid {
        grid-template-columns: 1fr;
    }

    .doruk-sector-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .doruk-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .doruk-header-cta {
        padding: 8px 14px;
        font-size: 0.78rem;
        margin-left: 8px;
    }
}

@media (max-width: 640px) {
    .doruk-hero__inner {
        padding: 64px 16px 56px;
    }

    .doruk-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .doruk-btn {
        justify-content: center;
    }

    .doruk-section {
        padding: 48px 0;
    }

    .doruk-sector-grid {
        grid-template-columns: 1fr;
    }

    .doruk-stats {
        grid-template-columns: 1fr 1fr;
    }

    .doruk-stat strong {
        font-size: 1.45rem;
    }

    .doruk-cta-band {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 20px;
    }

    .doruk-list {
        columns: 1;
    }

    .doruk-ref-grid,
    .doruk-ref-grid--home {
        grid-template-columns: 1fr;
    }

    .doruk-header-cta {
        display: none;
    }
}

/* ═══════════════════════════════════════════════════════════
   GECE MODU — Anasayfa, iç sayfalar, footer (site geneli)
   ═══════════════════════════════════════════════════════════ */

html.doruk-theme-dark body.doruk-corporate-site .doruk-section__title,
html.doruk-theme-dark body.doruk-corporate-site .doruk-about-premium__body h2,
html.doruk-theme-dark body.doruk-corporate-site .doruk-about-split__text h3,
html.doruk-theme-dark body.doruk-corporate-site .doruk-bento-card h3 {
    color: var(--doruk-text);
}

html.doruk-theme-dark body.doruk-corporate-site .doruk-section__label {
    color: #a5b4fc;
}

html.doruk-theme-dark body.doruk-corporate-site .doruk-about-premium__body p {
    color: var(--doruk-muted);
}

html.doruk-theme-dark body.doruk-corporate-site .doruk-stat {
    background: linear-gradient(180deg, var(--doruk-surface) 0%, #121a2b 100%);
    border-color: var(--doruk-border);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.22);
}

html.doruk-theme-dark body.doruk-corporate-site .doruk-stat strong {
    color: #c4b5fd;
}

html.doruk-theme-dark body.doruk-corporate-site .doruk-stat span {
    color: var(--doruk-muted);
}

html.doruk-theme-dark body.doruk-corporate-site .doruk-bento-card__icon {
    color: #94a3b8;
    background: linear-gradient(135deg, rgba(148, 163, 184, 0.18), rgba(148, 163, 184, 0.08));
}

html.doruk-theme-dark body.doruk-corporate-site .doruk-sector-card__icon {
    color: #94a3b8;
}

html.doruk-theme-dark body.doruk-corporate-site .doruk-sector-card__title {
    color: #fff;
}

html.doruk-theme-dark body.doruk-corporate-site .doruk-sector-card:hover {
    background: linear-gradient(180deg, #1a2438 0%, #151f33 100%);
    color: var(--doruk-text);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

html.doruk-theme-dark body.doruk-corporate-site .doruk-sector-card__count {
    color: #94a3b8;
}

html.doruk-theme-dark body.doruk-corporate-site .doruk-cta-band {
    background: linear-gradient(135deg, #2E1A47, #3A1B60);
}

html.doruk-theme-dark body.doruk-corporate-site .doruk-cta-band strong,
html.doruk-theme-dark body.doruk-corporate-site .doruk-cta-band span {
    color: #fff;
}

html.doruk-theme-dark body.doruk-corporate-site .doruk-ref-summary,
html.doruk-theme-dark body.doruk-corporate-site .doruk-ref-card {
    background: var(--doruk-surface);
    border-color: var(--doruk-border);
    color: var(--doruk-text);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

html.doruk-theme-dark body.doruk-corporate-site .doruk-ref-card:hover {
    color: #e9d5ff;
    border-color: rgba(165, 180, 252, 0.45);
}

html.doruk-theme-dark body.doruk-corporate-site .doruk-ref-card span {
    color: #a5b4fc;
}

html.doruk-theme-dark body.doruk-corporate-site .doruk-bento-card {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
}

html.doruk-theme-dark body.doruk-corporate-site .doruk-bento-card p {
    color: var(--doruk-muted);
}

html.doruk-theme-dark body.doruk-corporate-site .doruk-table-wrap {
    border-color: var(--doruk-border);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

html.doruk-theme-dark body.doruk-corporate-site .doruk-ref-table {
    background: var(--doruk-surface);
    color: var(--doruk-text);
}

html.doruk-theme-dark body.doruk-corporate-site .doruk-ref-table thead {
    background: #1e293b;
    color: #fff;
}

html.doruk-theme-dark body.doruk-corporate-site .doruk-ref-table th {
    color: #fff !important;
}

html.doruk-theme-dark body.doruk-corporate-site .doruk-ref-table td {
    color: #e8eef7 !important;
}

html.doruk-theme-dark body.doruk-corporate-site .doruk-ref-table th,
html.doruk-theme-dark body.doruk-corporate-site .doruk-ref-table td {
    border-color: var(--doruk-border);
}

html.doruk-theme-dark body.doruk-corporate-site .doruk-ref-table tbody tr:hover {
    background: rgba(99, 102, 241, 0.08);
}

html.doruk-theme-dark body.doruk-corporate-site .doruk-ref-table tbody tr:hover td {
    color: #fff !important;
}

html.doruk-theme-dark body.doruk-corporate-site .doruk-ref-summary,
html.doruk-theme-dark body.doruk-corporate-site .doruk-ref-summary strong {
    color: var(--doruk-text) !important;
}

html.doruk-theme-dark body.doruk-corporate-site .page-content-wrap [style*="color:#374151"],
html.doruk-theme-dark body.doruk-corporate-site .page-content-wrap [style*="color: #374151"] {
    color: var(--doruk-muted) !important;
}

/* İç sayfalar — page.php inline stillerini geçersiz kıl */
html.doruk-theme-dark body.doruk-corporate-site .site-main,
html.doruk-theme-dark body.doruk-corporate-site #page-wrap,
html.doruk-theme-dark body.doruk-corporate-site .site-main-xclip {
    background: var(--doruk-bg) !important;
    color: var(--doruk-text) !important;
}

html.doruk-theme-dark body.doruk-corporate-site .page-hero,
html.doruk-theme-dark body.doruk-corporate-site.doruk-premium-page .page-hero {
    background: linear-gradient(135deg, #1A0F2E 0%, #2E1B47 48%, #1E293B 100%) !important;
    color: #fff !important;
    border-bottom-color: var(--doruk-border) !important;
}

html.doruk-theme-dark body.doruk-corporate-site .page-hero h1,
html.doruk-theme-dark body.doruk-corporate-site.doruk-premium-page .page-hero h1 {
    color: #fff !important;
}

html.doruk-theme-dark body.doruk-corporate-site .page-breadcrumb a,
html.doruk-theme-dark body.doruk-corporate-site.doruk-premium-page .page-breadcrumb a {
    color: var(--doruk-bc-link-dark, var(--doruk-bc-link, rgba(255, 255, 255, 0.68))) !important;
}

html.doruk-theme-dark body.doruk-corporate-site .page-breadcrumb a:hover,
html.doruk-theme-dark body.doruk-corporate-site.doruk-premium-page .page-breadcrumb a:hover {
    color: #fff !important;
}

html.doruk-theme-dark body.doruk-corporate-site .page-breadcrumb__sep,
html.doruk-theme-dark body.doruk-corporate-site.doruk-premium-page .page-breadcrumb__sep {
    color: var(--doruk-bc-sep-dark, var(--doruk-bc-sep, rgba(255, 255, 255, 0.35))) !important;
}

html.doruk-theme-dark body.doruk-corporate-site .page-breadcrumb__current,
html.doruk-theme-dark body.doruk-corporate-site.doruk-premium-page .page-breadcrumb__current {
    color: var(--doruk-bc-current-dark, var(--doruk-bc-current, rgba(255, 255, 255, 0.92))) !important;
}

html.doruk-theme-dark body.doruk-corporate-site .page-content-wrap,
html.doruk-theme-dark body.doruk-corporate-site.doruk-premium-page .page-content-wrap {
    background: var(--doruk-bg) !important;
    color: var(--doruk-text) !important;
}

html.doruk-theme-dark body.doruk-corporate-site .page-content-wrap h1,
html.doruk-theme-dark body.doruk-corporate-site .page-content-wrap h2,
html.doruk-theme-dark body.doruk-corporate-site .page-content-wrap h3,
html.doruk-theme-dark body.doruk-corporate-site .page-content-wrap h4,
html.doruk-theme-dark body.doruk-corporate-site .bb-heading,
html.doruk-theme-dark body.doruk-corporate-site .bb-layout-row--strip .bb-heading {
    color: var(--doruk-text) !important;
}

html.doruk-theme-dark body.doruk-corporate-site .page-content-wrap p,
html.doruk-theme-dark body.doruk-corporate-site .page-content-wrap li,
html.doruk-theme-dark body.doruk-corporate-site .bb-text,
html.doruk-theme-dark body.doruk-corporate-site .bb-text p {
    color: var(--doruk-muted) !important;
}

html.doruk-theme-dark body.doruk-corporate-site .bb-img-card {
    background: var(--doruk-surface);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}

html.doruk-theme-dark body.doruk-corporate-site .bb-img-card__media {
    background: #1e293b;
}

html.doruk-theme-dark body.doruk-corporate-site .bb-layout-row--strip {
    color: var(--doruk-text);
}

/* Footer — açık arka planlı bölüm gece modunda koyu */
html.doruk-theme-dark body.doruk-corporate-site .corp-footer__main {
    background: #0f172a !important;
    color: #e2e8f0 !important;
    border-top-color: var(--doruk-border) !important;
}

html.doruk-theme-dark body.doruk-corporate-site .corp-footer__brand-intro,
html.doruk-theme-dark body.doruk-corporate-site .corp-footer__brand-hours,
html.doruk-theme-dark body.doruk-corporate-site .corp-footer__nl-intro,
html.doruk-theme-dark body.doruk-corporate-site .corp-footer__follow-label {
    color: #94a3b8 !important;
}

html.doruk-theme-dark body.doruk-corporate-site .corp-footer__brand-hours-label,
html.doruk-theme-dark body.doruk-corporate-site .corp-footer__nl-title,
html.doruk-theme-dark body.doruk-corporate-site .corp-footer__col-title {
    color: #f1f5f9 !important;
    border-bottom-color: var(--doruk-border) !important;
}

html.doruk-theme-dark body.doruk-corporate-site .corp-footer__col-list a {
    color: #cbd5e1 !important;
}

html.doruk-theme-dark body.doruk-corporate-site .corp-footer__col-list a:hover {
    color: #fff !important;
}

html.doruk-theme-dark body.doruk-corporate-site .corp-footer__nl-row input[type="email"] {
    background: #1e293b !important;
    border-color: #334155 !important;
    color: #f1f5f9 !important;
}

html.doruk-theme-dark body.doruk-corporate-site .corp-footer__brand-social a {
    border-color: #475569 !important;
    color: #e2e8f0 !important;
    background: #1e293b !important;
}

html.doruk-theme-dark body.doruk-corporate-site .corp-footer__brand-social a:hover {
    border-color: #94a3b8 !important;
    color: #fff !important;
    background: #334155 !important;
}

/* Aydınlık mod — gece sınıfı kalkınca varsayılan renklere dön */
html:not(.doruk-theme-dark) body.doruk-corporate-site.doruk-premium-page .page-content-wrap {
    background: #F8FAFC;
    color: var(--doruk-text);
}
