/* Dekor Global — modern homepage & footer overrides */

:root {
    --dg-navy: #0f172a;
    --dg-navy-soft: #1e293b;
    --dg-gold: var(--theme-color, #c8a078);
    --dg-gold-dark: var(--dark-color, #907050);
    --dg-muted: #64748b;
    --dg-border: rgba(15, 23, 42, 0.08);
    --dg-radius: 20px;
    --dg-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

/* Scroll yüzde dairesi kaldırıldı */
.scroll-top-percentage {
    display: none !important;
}

/* Header — menü pill alanı inceltme & üst boşluk */
.header-style1.header-4 {
    padding-top: 1.5rem;
}

.header-style1.header-4 .navbar > .container {
    gap: 1.25rem;
}

.header-style1.header-4 .navbar-brand {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
    flex-shrink: 0;
}

@media (min-width: 992px) {
    .header-style1.header-4 .navbar-expand-lg .navbar-nav {
        border-radius: 20px;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .header-style1.header-4 .navbar-nav > li > a {
        padding-top: 0.7rem !important;
        padding-bottom: 0.7rem !important;
        padding-left: 0.9rem !important;
        padding-right: 0.9rem !important;
        font-size: 0.8125rem;
        font-weight: 500 !important;
    }

    .header-style1.header-4 .navbar > ul > li.has-sub > a::after {
        top: 1.15rem;
    }
}

.header-style1.header-4.scrollHeader {
    padding-top: 0.65rem;
}

/* Logo — JPG beyaz arka planını kaldır (multiply) */
.header-style1.header-4 .navbar-brand {
    display: inline-flex;
    line-height: 0;
    background: transparent !important;
}

.header-style1.header-4:not(.scrollHeader),
.header-style1.header-4.fixedHeader {
    background: transparent !important;
    box-shadow: none !important;
}

.header-style1.header-4:not(.scrollHeader) .navbar-default,
.header-style1.header-4.fixedHeader .navbar-default,
.header-style1.header-4:not(.scrollHeader) .menu_area,
.header-style1.header-4.fixedHeader .menu_area,
.header-style1.header-4:not(.scrollHeader) .navbar,
.header-style1.header-4.fixedHeader .navbar,
.header-style1.header-4:not(.scrollHeader) .navbar .container,
.header-style1.header-4.fixedHeader .navbar .container {
    background: transparent !important;
}

.dg-logo-mask {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    background: transparent !important;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

.dg-logo-img {
    display: block;
    max-height: 50px;
    width: auto;
}

/* Header — hero üstünde JPG beyazını kaldır */
.header-style1.header-4 .navbar-brand .dg-logo-img {
    mix-blend-mode: multiply;
}

/* Footer — koyu zemin: beyaz kutu + multiply (logo siyahlaşmasın) */
.dg-footer-brand a.dg-footer-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 0.85rem;
    margin-bottom: 1rem;
    background: #fff !important;
    border-radius: 10px;
    line-height: 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    text-decoration: none;
}

.dg-logo-mask--footer {
    background: transparent;
}

.dg-footer-brand .dg-logo-img {
    max-height: 48px;
    mix-blend-mode: multiply;
}

/* Header — açılır menü (dropdown) */
@media (min-width: 992px) {
    .header-style1.header-4 .navbar-expand-lg .navbar-nav {
        overflow: visible;
    }

    .header-style1.header-4 .navbar-nav > li.has-sub,
    .header-style1.header-4 .navbar-nav > li.dropdown {
        position: relative;
    }

    .header-style1.header-4 .navbar-nav li > ul,
    .header-style1.header-4 .navbar-nav li > ul.dropdown-menu {
        background: #fff !important;
        border: 1px solid var(--dg-border);
        border-radius: 12px;
        padding: 0.45rem 0 !important;
        margin: 0.35rem 0 0 !important;
        min-width: 220px;
        box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
        opacity: 0;
        visibility: hidden;
        transform: translateY(6px);
        transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
        overflow: hidden;
        top: 100%;
        left: 0 !important;
    }

    .header-style1.header-4 .navbar-nav.ms-auto li > ul,
    .header-style1.header-4 .navbar-nav.ms-auto li > ul.dropdown-menu {
        left: auto !important;
        right: 0 !important;
    }

    .header-style1.header-4 .navbar-nav > li.has-sub:hover > ul,
    .header-style1.header-4 .navbar-nav > li.dropdown:hover > ul {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        left: 0 !important;
    }

    .header-style1.header-4 .navbar-nav.ms-auto > li.has-sub:hover > ul,
    .header-style1.header-4 .navbar-nav.ms-auto > li.dropdown:hover > ul {
        left: auto !important;
        right: 0 !important;
    }

    .header-style1.header-4 .navbar-nav li > ul li {
        border: none;
        margin: 0;
        padding: 0;
    }

    .header-style1.header-4 .navbar-nav li > ul li > a,
    .header-style1.header-4 .navbar-nav li > ul .dropdown-item {
        color: var(--text-color, #504c40) !important;
        font-size: 0.875rem !important;
        font-weight: 500 !important;
        letter-spacing: 0;
        text-transform: none;
        padding: 0.55rem 1.15rem !important;
        background: transparent !important;
        border: none;
        transition: background 0.18s ease, color 0.18s ease;
    }

    .header-style1.header-4 .navbar-nav li > ul li > a:hover,
    .header-style1.header-4 .navbar-nav li > ul .dropdown-item:hover,
    .header-style1.header-4 .navbar-nav li > ul li.active > a,
    .header-style1.header-4 .navbar-nav li > ul li.current > a {
        color: var(--dg-gold-dark) !important;
        background: rgba(200, 160, 120, 0.1) !important;
    }

    .header-style1.header-4 .navbar-nav li > ul li + li {
        border-top: 1px solid rgba(15, 23, 42, 0.05);
    }
}

@media (max-width: 991px) {
    .header-style1.header-4 .navbar-nav li > ul,
    .header-style1.header-4 .navbar-nav li > ul.dropdown-menu {
        background: rgba(255, 255, 255, 0.06) !important;
        border-radius: 10px;
        margin: 0.15rem 0 0.35rem !important;
        padding: 0.25rem 0 !important;
        box-shadow: none;
        border: none;
    }

    .header-style1.header-4 .navbar-nav li > ul li > a,
    .header-style1.header-4 .navbar-nav li > ul .dropdown-item {
        color: #fff !important;
        font-size: 0.875rem !important;
        font-weight: 500 !important;
        text-transform: none;
        padding: 0.6rem 1.25rem 0.6rem 1.5rem !important;
        background: transparent !important;
    }

    .header-style1.header-4 .navbar-nav li > ul li > a:hover,
    .header-style1.header-4 .navbar-nav li > ul .dropdown-item:hover {
        color: var(--dg-gold) !important;
        background: rgba(255, 255, 255, 0.06) !important;
    }

    .header-style1.header-4.scrollHeader .navbar-nav li > ul li > a,
    .header-style1.header-4.scrollHeader .navbar-nav li > ul .dropdown-item {
        color: var(--text-color, #504c40) !important;
    }

    .header-style1.header-4.scrollHeader .navbar-nav li > ul,
    .header-style1.header-4.scrollHeader .navbar-nav li > ul.dropdown-menu {
        background: #faf8f5 !important;
    }
}

/* ── Hero slider ── */
.hero-modern.page-header.homepage {
    min-height: 100vh;
    height: 100vh;
    overflow: hidden;
}

.hero-modern .slider-fade,
.hero-modern .slider-fade .owl-stage-outer,
.hero-modern .slider-fade .owl-stage,
.hero-modern .slider-fade .item {
    height: 100vh !important;
    min-height: 100vh;
    position: relative;
}

.hero-modern .visual {
    height: 100vh !important;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.hero-modern .visual .hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.hero-modern-copy {
    max-width: 820px;
}

.hero-modern-copy .hero {
    font-size: clamp(1.65rem, 3.2vw, 2.85rem);
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0 0 1rem;
    text-shadow: none;
}

.hero-modern-copy .description {
    font-size: clamp(0.88rem, 1.25vw, 1rem);
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.86);
    margin-bottom: 1.5rem;
    max-width: 720px;
}

.hero-modern.page-header.homepage .visual::before {
    background: linear-gradient(
        90deg,
        rgba(15, 23, 42, 0.82) 0%,
        rgba(15, 23, 42, 0.45) 42%,
        rgba(15, 23, 42, 0.25) 100%
    );
    opacity: 1;
}

.hero-modern-overlay {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    padding: 6rem 0 5rem;
    pointer-events: none;
}

.hero-modern-overlay .container,
.hero-modern-overlay a {
    pointer-events: auto;
}

.hero-modern .heading,
.hero-modern .content-card {
    display: none !important;
}

.hero-modern .btn-std {
    gap: 0.75rem;
    height: auto;
    padding: 0.9rem 1.5rem;
    border-radius: 999px;
    background: var(--dg-gold);
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    border: none;
    display: inline-flex;
    align-items: center;
}

.hero-modern .btn-std i {
    font-size: 0.85rem;
    transition: transform 0.25s ease;
}

.hero-modern .btn-std:hover {
    background: #fff;
    color: var(--dg-navy);
}

.hero-modern .btn-std:hover i {
    transform: translateX(3px);
}

.hero-modern .btn-std img {
    display: none;
}

.hero-modern .scrolldown-indicator {
    bottom: 2rem;
    z-index: 5;
    text-decoration: none;
}

.hero-modern .scrolldown-indicator p {
    display: none;
}

/* Slider arrows — no background box */
.hero-modern .slider-fade .owl-nav .owl-prev,
.hero-modern .slider-fade .owl-nav .owl-next {
    width: 52px;
    height: 52px;
    background: transparent !important;
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.hero-modern .slider-fade .owl-nav .owl-prev {
    left: 2rem;
}

.hero-modern .slider-fade .owl-nav .owl-next {
    right: 2rem;
}

.hero-modern .slider-fade .owl-nav .owl-prev:hover,
.hero-modern .slider-fade .owl-nav .owl-next:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: #fff;
}

.hero-modern .slider-fade .owl-nav i,
.hero-modern .slider-fade .owl-nav span {
    color: #fff !important;
    font-size: 20px;
    line-height: 48px;
}

.hero-modern .slider-fade .owl-nav .owl-prev:hover span,
.hero-modern .slider-fade .owl-nav .owl-next:hover span {
    color: #fff !important;
}

.hero-modern .slider-fade.owl-theme .owl-dots {
    bottom: 2.5rem;
}

.hero-modern .slider-fade.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.35);
    margin: 0 5px;
    transition: all 0.3s ease;
}

.hero-modern .slider-fade.owl-theme .owl-dots .owl-dot.active span,
.hero-modern .slider-fade.owl-theme .owl-dots .owl-dot:hover span {
    width: 28px;
    border-radius: 999px;
    background: var(--dg-gold);
}

/* ── Projects section ── */
.dg-projects-section {
    padding: 5.5rem 0 6rem;
    background: linear-gradient(180deg, #faf8f5 0%, #fff 100%);
}

.dg-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.dg-section-head-main {
    max-width: 640px;
}

.dg-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--dg-gold-dark);
    margin-bottom: 0.75rem;
}

.dg-section-eyebrow::before {
    content: '';
    width: 24px;
    height: 2px;
    background: var(--dg-gold);
    border-radius: 2px;
}

.dg-section-title {
    font-size: clamp(1.85rem, 3.5vw, 2.75rem);
    font-weight: 700;
    color: var(--dg-navy);
    letter-spacing: -0.03em;
    margin: 0;
    line-height: 1.15;
}

.dg-section-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    border: 1px solid var(--dg-border);
    background: #fff;
    color: var(--dg-navy);
    font-weight: 600;
    font-size: 0.92rem;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.dg-section-link:hover {
    color: #fff;
    background: var(--dg-gold-dark);
    border-color: var(--dg-gold-dark);
    text-decoration: none;
}

.dg-projects-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem;
}

.dg-project-card {
    display: block;
    border-radius: var(--dg-radius);
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--dg-border);
    box-shadow: var(--dg-shadow);
    text-decoration: none;
    color: inherit;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.dg-project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.14);
    color: inherit;
    text-decoration: none;
}

.dg-project-card-media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #e2e8f0;
}

.dg-project-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.dg-project-card:hover .dg-project-card-media img {
    transform: scale(1.06);
}

.dg-project-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(15, 23, 42, 0.55) 100%);
}

.dg-project-card-location {
    position: absolute;
    left: 1rem;
    top: 1rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--dg-navy);
    font-size: 0.78rem;
    font-weight: 600;
    backdrop-filter: blur(8px);
}

.dg-project-card-body {
    padding: 1.35rem 1.4rem 1.5rem;
}

.dg-project-card-body h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--dg-navy);
    margin: 0 0 0.75rem;
    letter-spacing: -0.02em;
    line-height: 1.35;
}

.dg-project-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.dg-project-card-footer span {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--dg-gold-dark);
}

.dg-project-card-footer i {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(200, 160, 120, 0.12);
    color: var(--dg-gold-dark);
    transition: all 0.25s ease;
}

.dg-project-card:hover .dg-project-card-footer i {
    background: var(--dg-gold);
    color: #fff;
    transform: translateX(2px);
}

/* ── About + Vision/Mission ── */
.dg-about-section {
    padding: 5.5rem 0 4rem;
    background: #fff;
}

.dg-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 4fr) minmax(0, 5fr);
    gap: 100px;
    align-items: center;
    margin-bottom: 4.5rem;
}

.dg-about-grid--no-media {
    grid-template-columns: 1fr;
}

.dg-about-media {
    position: relative;
    border-radius: var(--dg-radius);
    overflow: hidden;
    aspect-ratio: 1 / 1;
    max-height: 480px;
    width: 100%;
    background: #eef2f6;
    box-shadow: var(--dg-shadow);
}

.dg-about-media-el {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.dg-about-title {
    font-size: clamp(1.45rem, 2.5vw, 2rem);
    font-weight: 700;
    color: var(--dg-navy);
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin: 0 0 1rem;
}

.dg-about-text {
    color: var(--dg-muted);
    font-size: 0.9rem;
    line-height: 1.8;
    max-width: none;
}

.dg-about-text p {
    margin-bottom: 1rem;
}

.dg-about-text p:last-child {
    margin-bottom: 0;
}

.dg-about-section .dg-section-eyebrow {
    font-size: 0.7rem;
    margin-bottom: 0.6rem;
}

.dg-about-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 1.25rem;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--dg-gold-dark);
    text-decoration: none;
    transition: gap 0.25s ease, color 0.25s ease;
}

.dg-about-link:hover {
    color: var(--dg-navy);
    gap: 0.75rem;
    text-decoration: none;
}

.dg-vm-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    padding-top: 2.5rem;
    margin-top: 0.5rem;
    border-top: 1px solid var(--dg-border);
}

.dg-vm-card {
    padding: 1.75rem 1.6rem;
    border-radius: 18px;
    background: linear-gradient(180deg, #faf8f5 0%, #fff 100%);
    border: 1px solid var(--dg-border);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.dg-vm-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    border-color: rgba(200, 160, 120, 0.25);
}

.dg-vm-card-head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 0.85rem;
}

.dg-vm-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(200, 160, 120, 0.14);
    color: var(--dg-gold-dark);
    font-size: 1rem;
    flex-shrink: 0;
}

.dg-vm-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--dg-navy);
    margin: 0;
    letter-spacing: -0.02em;
}

.dg-vm-card p {
    margin: 0;
    color: var(--dg-muted);
    font-size: 0.95rem;
    line-height: 1.75;
}

/* ── Stats section ── */
.dg-stats-section {
    padding: 5.5rem 0;
    background: var(--dg-navy);
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

#vision-mission {
    margin-bottom: 0 !important;
}

.dg-about-section + .dg-stats-section {
    margin-top: 0;
}

.dg-stats-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(200, 160, 120, 0.12), transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(200, 160, 120, 0.08), transparent 35%);
    pointer-events: none;
}

.dg-stats-section .dg-section-head {
    margin-bottom: 2.5rem;
}

.dg-stats-section .dg-section-eyebrow {
    color: rgba(255, 255, 255, 0.55);
}

.dg-stats-section .dg-section-eyebrow::before {
    background: var(--dg-gold);
}

.dg-stats-section .dg-section-title {
    color: #fff;
}

.dg-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
    position: relative;
    z-index: 1;
}

.dg-stat-card {
    padding: 1.75rem 1.5rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.dg-stat-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(200, 160, 120, 0.35);
}

.dg-stat-icon {
    margin-bottom: 1rem;
}

.dg-stat-icon img {
    height: 40px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.85;
}

.dg-stat-value {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin-bottom: 0.5rem;
}

.dg-stat-label {
    font-size: 0.92rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.62);
    margin: 0;
}

/* ── Footer ── */
.dg-footer {
    background: #0b1220;
    color: rgba(255, 255, 255, 0.78);
    padding-top: 4.5rem;
}

.dg-footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    flex-wrap: wrap;
}

.dg-footer-brand p {
    max-width: 360px;
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
}

.dg-footer-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 1rem 1.6rem;
    border-radius: 999px;
    background: var(--dg-gold);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.dg-footer-cta:hover {
    background: #fff;
    color: var(--dg-navy);
    text-decoration: none;
    transform: translateY(-2px);
}

.dg-footer-contact {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding: 2rem 0 2.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dg-footer-contact-item {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1.25rem 1.35rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    transition: border-color 0.25s ease, background 0.25s ease;
}

.dg-footer-contact-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(200, 160, 120, 0.25);
}

.dg-footer-contact-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(200, 160, 120, 0.12);
    color: var(--dg-gold);
    font-size: 1.05rem;
    flex-shrink: 0;
}

.dg-footer-contact-text {
    min-width: 0;
}

.dg-footer-contact-label {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 0.3rem;
}

.dg-footer-contact-item strong,
.dg-footer-contact-item a {
    display: block;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.45;
    text-decoration: none;
    word-break: break-word;
}

.dg-footer-contact-item a:hover {
    color: var(--dg-gold);
}

.dg-footer-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    padding: 2.5rem 0;
}

.dg-footer-column h4 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.dg-footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dg-footer-column li + li {
    margin-top: 0.65rem;
}

.dg-footer-column a {
    color: rgba(255, 255, 255, 0.62);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.dg-footer-column a:hover {
    color: var(--dg-gold);
}

.dg-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem 0 2rem;
    flex-wrap: wrap;
}

.dg-footer-bottom p {
    margin: 0;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.45);
}

.dg-footer-social {
    display: flex;
    gap: 0.65rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.dg-footer-social a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: all 0.25s ease;
}

.dg-footer-social a:hover {
    background: var(--dg-gold);
    border-color: var(--dg-gold);
    color: #fff;
}

/* ── Responsive ── */
@media (max-width: 1199px) {
    .dg-projects-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 767px) {
    .dg-about-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 3rem;
    }

    .dg-about-media {
        max-height: 360px;
        aspect-ratio: 16 / 10;
    }

    .dg-vm-grid {
        grid-template-columns: 1fr;
    }

    .hero-modern-overlay {
        align-items: flex-end;
        padding: 0 0 6.5rem;
    }

    .hero-modern-copy {
        max-width: none;
    }

    .hero-modern-copy .hero {
        font-size: clamp(1.65rem, 7vw, 2.2rem);
        margin-bottom: 0.85rem;
    }

    .hero-modern-copy .description {
        font-size: 0.95rem;
        margin-bottom: 1.25rem;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .dg-projects-grid {
        grid-template-columns: 1fr;
    }

    .hero-modern .slider-fade .owl-nav .owl-prev,
    .hero-modern .slider-fade .owl-nav .owl-next {
        width: 44px;
        height: 44px;
        top: auto;
        bottom: 7.5rem;
        transform: none;
    }

    .hero-modern .slider-fade .owl-nav .owl-prev {
        left: 1rem;
    }

    .hero-modern .slider-fade .owl-nav .owl-next {
        right: 1rem;
    }

    .hero-modern .slider-fade.owl-theme .owl-dots {
        bottom: 1.25rem;
    }

    .dg-stats-grid,
    .dg-footer-contact,
    .dg-footer-links {
        grid-template-columns: 1fr;
    }

    .dg-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .dg-footer-top {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ── Hakkımızda sayfası ── */
.dg-page-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8.5rem 0 0;
    background: #525252;
    overflow: hidden;
}

.dg-page-hero--image {
    background-size: cover;
    background-position: center;
}

.dg-page-hero-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.22) 45%, transparent 100%);
}

.dg-page-hero--image .dg-page-hero-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.55) 30%, rgba(0, 0, 0, 0.18) 58%, transparent 100%);
}

.dg-page-hero-inner {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    align-items: flex-end;
    padding: 2rem 0 2.75rem;
}

.dg-page-hero-title {
    font-size: clamp(1.75rem, 3.2vw, 2.75rem);
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin: 0;
    max-width: 920px;
}

.dg-page-hero-breadcrumb-bar {
    position: relative;
    z-index: 1;
    width: 100%;
    background: transparent;
}

.dg-page-breadcrumb {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 1rem 1.5rem;
    background: #fff;
    border-radius: 10px 10px 0 0;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 -4px 24px rgba(15, 23, 42, 0.08);
    color: #475569;
}

.dg-page-breadcrumb a {
    color: var(--dg-navy);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.dg-page-breadcrumb a:hover {
    color: var(--dg-gold-dark);
}

.dg-page-breadcrumb > span:not(.dg-page-breadcrumb-sep):not(.dg-page-breadcrumb-current) {
    color: #475569;
    font-weight: 600;
}

.dg-page-breadcrumb-sep {
    color: #94a3b8;
    font-weight: 400;
}

.dg-page-breadcrumb-current {
    color: var(--dg-navy);
    font-weight: 700;
}

.dg-about-page {
    padding: 3rem 0 5rem;
    background: #fff;
}

/* ── İletişim sayfası ── */
.dg-contact-page {
    padding: 3rem 0 0;
    background: #fff;
}

.dg-contact-block {
    margin-bottom: 1.75rem;
}

.dg-contact-block h2 {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--dg-navy);
}

.dg-contact-locations {
    margin-bottom: 2.5rem;
}

.dg-contact-office-card {
    padding: 1.35rem 1.25rem;
    background: #fff;
    border: 1px solid var(--dg-border);
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dg-contact-office-card:hover {
    border-color: rgba(184, 134, 11, 0.35);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
}

.dg-contact-office-card h3 {
    margin: 0 0 0.75rem;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--dg-navy);
}

.dg-contact-office-card p {
    margin: 0 0 0.35rem;
    font-size: 0.88rem;
    line-height: 1.65;
    color: var(--dg-muted);
}

.dg-contact-office-card p:last-child {
    margin-bottom: 0;
}

.dg-contact-office-card a {
    color: var(--dg-gold-dark);
    text-decoration: none;
}

.dg-contact-office-card a:hover {
    color: var(--dg-navy);
}

.dg-contact-muted {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    line-height: 1.65;
    color: var(--dg-muted);
}

.dg-contact-map-band {
    margin: 0 -0.75rem 3rem;
}

.dg-contact-map {
    width: 100%;
    min-height: 380px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--dg-border);
    background: #f1f5f9;
}

.dg-contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 380px;
    border: 0;
}

.dg-contact-form .form-control,
.dg-contact-form .form-select {
    border-radius: 10px;
    border-color: var(--dg-border);
    padding: 0.7rem 0.9rem;
    font-size: 0.92rem;
    color: var(--dg-navy);
}

.dg-contact-form .form-control:focus,
.dg-contact-form .form-select:focus {
    border-color: rgba(15, 23, 42, 0.22);
    box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.06);
}

.dg-contact-form .form-control::placeholder {
    color: #94a3b8;
}

.dg-contact-form .form-label {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--dg-navy);
    margin-bottom: 0.4rem;
}

.dg-required {
    color: #dc2626;
    font-weight: 700;
}

.dg-contact-form-section {
    padding: 3.5rem 0 5rem;
    background: #f8fafc;
    border-top: 1px solid var(--dg-border);
}

.dg-contact-form-panel {
    max-width: 820px;
    margin: 0 auto;
    padding: 2.25rem 2rem;
    background: #fff;
    border: 1px solid var(--dg-border);
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.04);
}

.dg-contact-form-head {
    margin-bottom: 1.75rem;
}

.dg-contact-form-head h2 {
    margin: 0 0 0.65rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--dg-navy);
}

.dg-contact-form-lead {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--dg-muted);
}

.dg-contact-form-actions {
    margin-top: 1.75rem;
    display: flex;
    justify-content: flex-start;
}

.dg-contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 0.85rem 1.75rem;
    border: none;
    border-radius: 10px;
    background: var(--dg-navy);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: none;
    letter-spacing: 0;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.dg-contact-submit:hover,
.dg-contact-submit:focus {
    background: var(--dg-gold-dark);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
}

.dg-contact-submit:active {
    transform: translateY(0);
}

@media (max-width: 991px) {
    .dg-contact-map-band {
        margin: 0 0 2.5rem;
    }

    .dg-contact-map {
        min-height: 280px;
    }

    .dg-contact-map iframe {
        min-height: 280px;
    }

    .dg-contact-form-section {
        padding: 2.5rem 0 3.5rem;
    }

    .dg-contact-form-panel {
        padding: 1.75rem 1.25rem;
    }
}

/* ── Projeler sayfası ── */
.dg-projects-page .dg-about-grid {
    margin-bottom: 2.5rem;
}

.dg-projects-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid var(--dg-border);
}

.dg-projects-stat {
    padding: 1.25rem 1.35rem;
    border-radius: 14px;
    border: 1px solid var(--dg-border);
    background: linear-gradient(180deg, #faf8f5 0%, #fff 100%);
}

.dg-projects-stat-value {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 700;
    color: var(--dg-navy);
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 0.35rem;
}

.dg-projects-stat-label {
    font-size: 0.85rem;
    color: var(--dg-muted);
    line-height: 1.5;
}

/* ── Proje detay ── */
.dg-project-show .dg-about-grid {
    margin-bottom: 3.5rem;
}

.dg-project-show-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1.25rem;
    margin: 0 0 1.15rem;
}

.dg-project-show-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--dg-gold-dark);
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.dg-project-show-meta i {
    font-size: 0.78rem;
}

.dg-project-show .dg-projects-stats {
    margin-top: 0;
    gap: 1.25rem;
}

.dg-project-show .dg-about-gallery {
    margin-top: 0.5rem;
}

.dg-project-show .dg-about-gallery .dg-section-head {
    margin-bottom: 1.5rem;
}

.dg-project-show .dg-about-cards {
    margin-top: 0;
}

.dg-project-show .popup-gallery.dg-about-cards > a.dg-about-card {
    display: block;
    color: inherit;
    text-decoration: none;
}

.dg-project-show .popup-gallery.dg-about-cards > a.dg-about-card .dg-about-card-media img {
    aspect-ratio: 4 / 3;
}

.dg-project-show-units {
    margin-top: 2.75rem;
}

.dg-project-show-units .dg-section-head {
    margin-bottom: 1.75rem;
}

.dg-project-show-unit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.dg-project-show-unit-grid .dg-vm-card {
    padding: 1.85rem 1.7rem;
}

.dg-project-show-unit-grid .dg-vm-card-head {
    gap: 1rem;
    margin-bottom: 0.95rem;
}

.dg-project-show-unit-grid .dg-vm-card p {
    margin: 0;
    color: var(--dg-muted);
    line-height: 1.6;
}

.dg-project-show-unit-grid .dg-vm-card strong {
    color: var(--dg-navy);
    font-size: 1.35rem;
}

.dg-project-show-note {
    margin-top: 2.75rem;
    padding: 1.75rem 1.6rem;
    border-radius: 18px;
    background: linear-gradient(180deg, #faf8f5 0%, #fff 100%);
    border: 1px solid var(--dg-border);
}

.dg-project-show-note h3 {
    margin: 0 0 0.85rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--dg-navy);
}

.dg-project-show + .dg-project-show-related,
.dg-projects-section.dg-project-show-related {
    padding-top: 4rem;
}

@media (max-width: 991px) {
    .dg-project-show .dg-about-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .dg-project-show-unit-grid {
        grid-template-columns: 1fr;
        gap: 1.15rem;
    }
}

@media (max-width: 575px) {
    .dg-project-show .dg-about-cards {
        grid-template-columns: 1fr;
    }
}

.projects-timeline-section {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
}

.projects-timeline-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 3rem;
}

.projects-timeline-header .dg-page-eyebrow {
    margin-bottom: 0.85rem;
}

.projects-timeline-header .dg-section-title {
    margin-bottom: 0.75rem;
}

.projects-timeline-lead {
    color: var(--dg-muted);
    font-size: 0.95rem;
    margin-bottom: 0;
    line-height: 1.7;
}

.projects-timeline-modern {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding: 1rem 0 2rem;
}

.projects-timeline-modern::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    transform: translateX(-50%);
    background: linear-gradient(
        180deg,
        rgba(200, 160, 120, 0),
        rgba(200, 160, 120, 0.45) 12%,
        rgba(200, 160, 120, 0.45) 88%,
        rgba(200, 160, 120, 0)
    );
}

.projects-timeline-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr);
    gap: 1.5rem 2rem;
    align-items: center;
    margin-bottom: 3.5rem;
    position: relative;
}

.projects-timeline-item:last-child {
    margin-bottom: 0;
}

.projects-timeline-dot {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.projects-timeline-dot span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--dg-gold);
    box-shadow: 0 0 0 6px rgba(200, 160, 120, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.projects-timeline-item:hover .projects-timeline-dot span {
    transform: scale(1.15);
    box-shadow: 0 0 0 10px rgba(200, 160, 120, 0.2);
}

.projects-timeline-year {
    display: flex;
    align-items: center;
}

.projects-timeline-year span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 14px 18px;
    border-radius: 999px;
    background: rgba(200, 160, 120, 0.1);
    border: 1px solid rgba(200, 160, 120, 0.18);
    color: var(--dg-gold-dark);
    font-size: clamp(1rem, 2vw, 1.35rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.projects-timeline-card {
    display: block;
    width: 100%;
    max-width: 420px;
    background: #fff;
    border-radius: var(--dg-radius);
    overflow: hidden;
    border: 1px solid var(--dg-border);
    box-shadow: var(--dg-shadow);
    color: inherit;
    text-decoration: none;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.projects-timeline-card:hover {
    color: inherit;
    text-decoration: none;
    transform: translateY(-6px);
    border-color: rgba(200, 160, 120, 0.25);
    box-shadow: 0 28px 56px rgba(15, 23, 42, 0.12);
}

.projects-timeline-card-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #f3f4f6;
}

.projects-timeline-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.projects-timeline-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.35) 100%);
    opacity: 0.75;
    transition: opacity 0.35s ease;
}

.projects-timeline-card:hover .projects-timeline-card-media img {
    transform: scale(1.06);
}

.projects-timeline-card:hover .projects-timeline-card-overlay {
    opacity: 0.9;
}

.projects-timeline-card-content {
    padding: 1.35rem 1.5rem 1.5rem;
}

.projects-timeline-card-meta {
    margin-bottom: 0.65rem;
}

.projects-timeline-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--dg-gold-dark);
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.projects-timeline-card-content h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--dg-navy);
    margin-bottom: 0.65rem;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.projects-timeline-card-content p {
    color: var(--dg-muted);
    font-size: 0.9rem;
    line-height: 1.65;
    margin-bottom: 1rem;
}

.projects-timeline-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--dg-gold-dark);
    transition: gap 0.25s ease, color 0.25s ease;
}

.projects-timeline-card-link i {
    font-size: 0.8rem;
    transition: transform 0.25s ease;
}

.projects-timeline-card:hover .projects-timeline-card-link {
    color: var(--dg-gold);
    gap: 0.75rem;
}

.projects-timeline-card:hover .projects-timeline-card-link i {
    transform: translateX(3px);
}

.projects-timeline-item.is-left .projects-timeline-card {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
}

.projects-timeline-item.is-left .projects-timeline-year {
    grid-column: 3;
    grid-row: 1;
    justify-content: flex-start;
}

.projects-timeline-item.is-right .projects-timeline-card {
    grid-column: 3;
    grid-row: 1;
    justify-self: start;
}

.projects-timeline-item.is-right .projects-timeline-year {
    grid-column: 1;
    grid-row: 1;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .projects-timeline-modern::before {
        left: 28px;
    }

    .projects-timeline-item,
    .projects-timeline-item.is-left,
    .projects-timeline-item.is-right {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 1rem 1.25rem;
    }

    .projects-timeline-dot {
        grid-column: 1;
        grid-row: 1;
        align-self: start;
        margin-top: 1.25rem;
    }

    .projects-timeline-year {
        grid-column: 2;
        grid-row: 1;
        justify-content: flex-start !important;
        margin-bottom: 0.75rem;
    }

    .projects-timeline-card {
        grid-column: 2 !important;
        grid-row: 2;
        justify-self: stretch !important;
        max-width: none;
    }

    .projects-timeline-item {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 575px) {
    .projects-timeline-header {
        margin-bottom: 2.5rem;
    }

    .projects-timeline-year span {
        min-width: auto;
        padding: 10px 14px;
        font-size: 1rem;
    }

    .projects-timeline-card-content {
        padding: 1.1rem 1.15rem 1.25rem;
    }

    .projects-timeline-card-content h4 {
        font-size: 1.05rem;
    }
}

.dg-about-page .dg-about-grid {
    margin-bottom: 0;
}

.dg-about-page.dg-project-show .dg-about-grid {
    margin-bottom: 3.5rem;
}

.dg-about-page .dg-about-content {
    order: 1;
}

.dg-about-page .dg-about-media {
    order: 2;
}

.dg-page-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.85rem;
    margin-bottom: 1rem;
    border: 1px solid var(--dg-border);
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--dg-navy);
    background: #fff;
}

.dg-page-eyebrow::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--dg-gold);
    flex-shrink: 0;
}

.dg-about-gallery {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--dg-border);
}

.dg-about-gallery .dg-section-title {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    margin-bottom: 1.25rem;
}

.dg-about-slide-media {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    width: 100%;
    height: 380px;
    background: #eef2f6;
}

.dg-about-slide-media img,
.dg-about-slide-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dg-about-slide-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.85rem 1.1rem;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, transparent 100%);
    color: #fff;
}

.dg-about-slide-caption h4 {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 0.25rem;
    color: #fff;
}

.dg-about-slide-caption p {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.85);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dg-about-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 3rem;
}

.dg-about-card {
    border-radius: var(--dg-radius);
    overflow: hidden;
    border: 1px solid var(--dg-border);
    background: #fff;
    box-shadow: var(--dg-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dg-about-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.1);
}

.dg-about-card-media img,
.dg-about-card-media video {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}

.dg-about-card-body {
    padding: 1.35rem 1.4rem 1.5rem;
}

.dg-about-card-body h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--dg-navy);
    margin: 0 0 0.35rem;
}

.dg-about-card-sub {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--dg-gold-dark);
    margin: 0 0 0.65rem;
}

.dg-about-card-text {
    font-size: 0.875rem;
    line-height: 1.7;
    color: var(--dg-muted);
    margin: 0;
}

.dg-about-vision {
    margin-top: 3.5rem;
}

.dg-about-vision .dg-vm-card {
    max-width: none;
}

.dg-board-members {
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 1px solid var(--dg-border);
}

.dg-board-members .dg-section-title {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    margin-bottom: 1.5rem;
}

.dg-board-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.dg-board-card {
    height: 100%;
    border-radius: 18px;
    background: linear-gradient(180deg, #faf8f5 0%, #fff 100%);
    border: 1px solid var(--dg-border);
    box-shadow: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.dg-board-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    border-color: rgba(200, 160, 120, 0.25);
}

.dg-board-card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1.5rem 1.75rem;
    height: 100%;
}

.dg-board-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin-bottom: 1rem;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(200, 160, 120, 0.18), 0 6px 16px rgba(15, 23, 42, 0.06);
}

.dg-board-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dg-board-avatar-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #fff 0%, #f5efe8 100%);
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: var(--dg-gold-dark);
}

.dg-board-info {
    width: 100%;
}

.dg-board-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--dg-navy);
    margin: 0 0 0.45rem;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.dg-board-role {
    font-size: 0.84rem;
    font-weight: 500;
    color: var(--dg-muted);
    margin: 0;
    line-height: 1.65;
}

.dg-board-empty {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--dg-border);
    text-align: center;
    color: var(--dg-muted);
    font-size: 0.95rem;
}

@media (max-width: 991px) {
    .dg-about-page .dg-about-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .dg-about-cards {
        grid-template-columns: 1fr;
    }

    .dg-about-slide-media {
        height: 280px;
    }

    .dg-board-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dg-page-hero {
        min-height: 340px;
        padding-top: 6.5rem;
    }

    .dg-page-hero-inner {
        padding: 1.5rem 0 2rem;
    }

    .dg-page-hero-title {
        font-size: clamp(1.35rem, 5vw, 1.85rem);
    }

    .dg-page-breadcrumb {
        padding: 0.85rem 1.1rem;
        font-size: 0.7rem;
        border-radius: 8px 8px 0 0;
    }
}

@media (max-width: 575px) {
    .dg-board-grid {
        grid-template-columns: 1fr;
    }
}

/* ── 404 sayfası ── */
.dg-404 {
    padding: 4.5rem 0 6rem;
    background: #f7f6f3;
}

.dg-404-card {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border-radius: 24px;
    padding: 3.25rem 2.5rem 3rem;
    box-shadow: var(--dg-shadow);
}

.dg-404-code {
    margin: 0 0 0.75rem;
    font-size: clamp(3.5rem, 8vw, 6rem);
    line-height: 0.9;
    font-weight: 700;
    letter-spacing: -0.06em;
    color: var(--dg-gold);
}

.dg-404-card h2 {
    margin: 0 0 1rem;
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--dg-navy);
}

.dg-404-text {
    margin: 0 auto 2rem;
    max-width: 540px;
    font-size: 1rem;
    line-height: 1.75;
    color: var(--dg-muted);
}

.dg-404-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.dg-404-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.75rem 1.4rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.14);
    background: #fff;
    color: var(--dg-navy);
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.dg-404-btn:hover,
.dg-404-btn:focus {
    background: var(--dg-navy);
    border-color: var(--dg-navy);
    color: #fff;
}

.dg-404-btn--primary {
    background: var(--dg-gold);
    border-color: var(--dg-gold);
    color: #fff;
}

.dg-404-btn--primary:hover,
.dg-404-btn--primary:focus {
    background: var(--dg-gold-dark);
    border-color: var(--dg-gold-dark);
    color: #fff;
}

@media (max-width: 767px) {
    .dg-404 {
        padding: 2.5rem 0 4rem;
    }

    .dg-404-card {
        padding: 2.25rem 1.25rem 2rem;
        border-radius: 18px;
    }
}
