/* =============================================================
   Front Pages — merkezî stil dosyası
   Tüm ön yüz sayfalarının sayfa-özel stilleri burada toplanır.
   (Daha önce her blade dosyasının içindeki @push('styles') / <style>
    bloklarında dağınık haldeydi.)
   ============================================================= */

/* ===================== partials/header ===================== */
    .vip-header.mm-header {
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        max-width: calc(100% - 36px);
        background: rgba(15, 16, 17, 0.78) !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        border-radius: 999px !important;
        box-shadow: 0 16px 50px rgba(0, 0, 0, 0.35);
        backdrop-filter: blur(16px) saturate(175%);
        -webkit-backdrop-filter: blur(16px) saturate(175%);
        z-index: 50;
        transition: all 0.2s ease;
    }
    .vip-header.mm-header .vip-menu__link--header {
        color: #fff !important;
    }
    .vip-header.mm-header .vip-logo__text {
        color: #fff !important;
    }
    .vip-header.mm-header .vip-header__inner {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 8px;
        gap: 12px;
    }
    .vip-header.mm-header .vip-header__inner.container {
        padding-left: 0;
        padding-right: 0;
    }
    .vip-header.mm-header .vip-logo {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        padding: 2px 8px;
        min-width: 0;
        opacity: 1;
        visibility: visible !important;
        flex-shrink: 0;
    }
    .vip-header.mm-header .vip-logo__img {
        height: 38px !important;
        width: auto !important;
        max-width: none !important;
        display: block !important;
        object-fit: contain;
    }
    .vip-header .vip-logo__text {
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        white-space: nowrap;
    }
    .vip-header.mm-header .vip-nav {
        flex: none;
    }
    .vip-header.mm-header .vip-menu {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .vip-header.mm-header .mm-brand-tab {
        min-width: 140px;
        padding: 8px 20px !important;
        justify-content: center;
        text-align: center;
    }
    .vip-header.mm-header.is-scrolled {
        position: fixed;
        top: 12px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(15, 16, 17, 0.85) !important;
        border-color: rgba(255, 255, 255, 0.15) !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    }
    .vip-header.mm-header.is-scrolled .vip-menu__link--header {
        color: #fff !important;
    }
    .vip-header.mm-header.is-scrolled .vip-logo__text {
        color: #fff !important;
    }
    .vip-header .mm-brand-tab {
        border: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 999px;
        padding: 8px 16px !important;
        line-height: 1.1;
        color: #fff !important;
        background: rgba(255, 255, 255, 0.08) !important;
        transition: all 0.2s ease;
    }
    .vip-header .mm-brand-tab.is-active {
        border-color: #911a21;
        color: #911a21 !important;
        background: rgba(255, 255, 255, 0.16) !important;
        box-shadow: inset 0 0 0 2px rgba(255, 106, 42, 0.14);
    }
    .vip-header .mm-brand-tab:hover {
        background: rgba(255, 255, 255, 0.18) !important;
    }
    @media (max-width: 1199px) {
        .vip-header.mm-header {
            top: 14px;
            max-width: calc(100% - 24px);
        }
        .vip-header.mm-header .vip-header__inner {
            padding: 10px 18px;
        }
        .vip-header .mm-brand-tab {
            padding: 7px 14px !important;
            font-size: 14px;
        }
    }
    @media (max-width: 767px) {
        .vip-header.mm-header {
            position: fixed;
            width: 100%;
            left: 0;
            transform: none;
            border-radius: 0 !important;
            max-width: 100%;
            background: rgba(255, 255, 255, 0.17) !important;
        }
        .vip-header.mm-header .vip-header__inner {
            padding: 10px 16px;
            justify-content: space-between;
        }
    }


/* ===================== partials/footer (yeni tasarım) ===================== */
    .mac-footer {
        position: relative;
        margin-top: 84px;
        background: radial-gradient(circle at 12% 0%, rgba(145,25,32,.28), transparent 40%), #0b1220;
        color: #cbd5e1;
        border-top: 1px solid rgba(148,163,184,.18);
    }
    .mac-footer__inner { padding: 60px 0 26px; }
    .mac-footer__grid {
        display: grid;
        grid-template-columns: 1.4fr 1fr 1fr;
        gap: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid rgba(148,163,184,.16);
    }
    .mac-footer__col h6 {
        color: #fff !important;
        font-size: 15px;
        font-weight: 800;
        letter-spacing: .04em;
        text-transform: uppercase;
        margin: 0 0 18px;
        position: relative;
        padding-bottom: 10px;
    }
    .mac-footer__col h6::after {
        content: "";
        position: absolute;
        left: 0; bottom: 0;
        width: 34px; height: 3px;
        background: #911920;
        border-radius: 3px;
    }
    .mac-footer__logo { display: inline-block; margin-bottom: 18px; }
    .mac-footer__logo img { height: 52px; width: auto; display: block; }
    .mac-footer__logo span { color: #fff; font-size: 20px; font-weight: 800; }
    .mac-footer__desc { font-size: 15px; line-height: 1.8; color: #b6c2d4 !important; margin: 0 0 16px; max-width: 380px; }
    .mac-footer__location { display: inline-flex; align-items: center; gap: 8px; color: #e2e8f0 !important; font-weight: 600; margin: 0; }
    .mac-footer__location .bx { color: #d9484f; font-size: 18px; }

    .mac-footer__contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
    .mac-footer__contact li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; line-height: 1.5; }
    .mac-footer__contact li .bx { color: #d9484f; font-size: 18px; margin-top: 2px; flex-shrink: 0; }
    .mac-footer__contact a, .mac-footer__contact span { color: #d5dde8 !important; text-decoration: none; transition: color .2s ease; }
    .mac-footer__contact a:hover { color: #fff !important; }
    .mac-footer__hours span { display: flex; flex-direction: column; }
    .mac-footer__hours strong { color: #fff !important; font-weight: 700; font-size: 14px; margin-bottom: 2px; }

    .mac-footer__cta {
        background: linear-gradient(150deg, #911920 0%, #6b1218 100%);
        border-radius: 16px;
        padding: 24px;
        box-shadow: 0 14px 34px rgba(145,25,32,.28);
        margin-bottom: 20px;
    }
    .mac-footer__cta h6 { color: #fff !important; margin: 0 0 8px; padding: 0; }
    .mac-footer__cta h6::after { display: none; }
    .mac-footer__cta p { color: rgba(255,255,255,.95) !important; font-size: 14px; line-height: 1.6; margin: 0 0 16px; }
    .mac-footer__cta-btn {
        display: inline-flex; align-items: center; gap: 8px;
        background: #25d366; color: #0b1220 !important;
        font-weight: 800; font-size: 15px;
        padding: 12px 22px; border-radius: 999px; text-decoration: none;
        transition: transform .2s ease, box-shadow .2s ease;
    }
    .mac-footer__cta-btn .bx { font-size: 20px; }
    .mac-footer__cta-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(37,211,102,.35); }

    .mac-footer__social { display: flex; gap: 10px; flex-wrap: wrap; }
    .mac-footer__social a {
        width: 40px; height: 40px; border-radius: 50%;
        border: 1px solid rgba(255,255,255,.16);
        color: #cbd5e1; display: inline-flex; align-items: center; justify-content: center;
        text-decoration: none; transition: all .2s ease;
    }
    .mac-footer__social a:hover { background: #911920; border-color: #911920; color: #fff; transform: translateY(-2px); }

    .mac-footer__bottom {
        display: flex; align-items: center; justify-content: space-between;
        flex-wrap: wrap; gap: 12px;
        padding: 22px 0 16px;
    }
    .mac-footer__copy { margin: 0; color: #aab6c8 !important; font-size: 14px; }
    .mac-footer__legal { display: flex; flex-wrap: wrap; gap: 6px 4px; align-items: center; }
    .mac-footer__legal a { color: #d5dde8 !important; font-size: 13px; text-decoration: none; padding: 0 10px; position: relative; transition: color .2s ease; }
    .mac-footer__legal a:hover { color: #fff !important; }
    .mac-footer__legal a:not(:last-child)::after {
        content: "|"; position: absolute; right: -2px; color: rgba(148,163,184,.4);
    }
    .mac-footer__seo {
        margin: 0; padding-top: 18px;
        border-top: 1px solid rgba(148,163,184,.12);
        color: #8a99ad !important; font-size: 12.5px; line-height: 1.7; text-align: center;
    }
    @media (max-width: 991px) {
        .mac-footer__grid { grid-template-columns: 1fr 1fr; }
        .mac-footer__col--brand { grid-column: 1 / -1; }
    }
    @media (max-width: 640px) {
        .mac-footer__grid { grid-template-columns: 1fr; gap: 32px; }
        .mac-footer__bottom { flex-direction: column; align-items: flex-start; }
    }

/* ===================== home ===================== */
    .hm-about-feature {
        padding: 90px 0;
        background: #fff;
    }
    .hm-about-feature__grid {
        display: grid;
        grid-template-columns: 1fr 1.05fr;
        gap: 60px;
        align-items: center;
    }
    .hm-about-feature__visual {
        position: relative;
        display: flex;
        align-items: center;
        gap: 24px;
        min-height: 380px;
    }
    .hm-about-feature__vertical {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        font-size: clamp(48px, 6vw, 86px);
        font-weight: 800;
        letter-spacing: .04em;
        color: transparent;
        -webkit-text-stroke: 1.5px #0f172a;
        line-height: 1;
        white-space: nowrap;
    }
    .hm-about-feature__image {
        flex: 1;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 20px 50px rgba(15, 23, 42, .08);
    }
    .hm-about-feature__image img {
        width: 100%;
        height: 100%;
        max-height: 460px;
        object-fit: cover;
        display: block;
    }
    .hm-about-feature__kicker {
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .12em;
        text-transform: uppercase;
        color: var(--mm-primary, #911a21);
        margin-bottom: 14px;
        position: relative;
        padding-left: 18px;
    }
    .hm-about-feature__kicker::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 10px;
        height: 2px;
        background: var(--mm-primary, #911a21);
        transform: translateY(-50%);
    }
    .hm-about-feature__title {
        font-size: clamp(30px, 4vw, 46px);
        font-weight: 800;
        color: #0f172a;
        margin: 0 0 18px;
        line-height: 1.15;
    }
    .hm-about-feature__lead {
        color: #475569;
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 24px;
    }
    .hm-about-feature__photo {
        border-radius: 14px;
        overflow: hidden;
        margin-bottom: 22px;
        box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
    }
    .hm-about-feature__photo img {
        width: 100%;
        max-height: 260px;
        object-fit: cover;
        display: block;
    }
    .hm-about-feature__quote {
        font-style: italic;
        color: #0f172a;
        font-size: 15px;
        text-align: center;
        margin: 0 0 26px;
        padding: 0 12px;
    }
    .hm-about-feature__actions {
        display: flex;
        align-items: center;
        gap: 32px;
        flex-wrap: wrap;
    }
    .hm-about-feature__btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 12px 28px;
        border: 1.5px solid var(--mm-primary, #911a21);
        color: var(--mm-primary, #911a21);
        border-radius: 6px;
        font-weight: 600;
        text-decoration: none;
        transition: all .2s ease;
    }
    .hm-about-feature__btn:hover {
        background: var(--mm-primary, #911a21);
        color: #fff;
    }
    .hm-about-feature__call {
        display: inline-flex;
        align-items: center;
        gap: 14px;
        margin-left: auto;
    }
    .hm-about-feature__call div {
        text-align: right;
        line-height: 1.3;
    }
    .hm-about-feature__call span {
        display: block;
        font-size: 13px;
        color: #64748b;
    }
    .hm-about-feature__call strong {
        font-size: 17px;
        color: #0f172a;
    }
    .hm-about-feature__call-btn {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: #fff;
        border: 1.5px solid var(--mm-primary, #911a21);
        color: var(--mm-primary, #911a21);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        text-decoration: none;
        transition: all .2s ease;
    }
    .hm-about-feature__call-btn:hover {
        background: var(--mm-primary, #911a21);
        color: #fff;
    }
    @media (max-width: 991px) {
        .hm-about-feature { padding: 60px 0; }
        .hm-about-feature__grid { grid-template-columns: 1fr; gap: 40px; }
        .hm-about-feature__call { margin-left: 0; }
    }
    @media (max-width: 575px) {
        .hm-about-feature__visual { flex-direction: column; align-items: stretch; }
        .hm-about-feature__vertical { writing-mode: horizontal-tb; transform: none; text-align: center; }
        .hm-about-feature__actions { flex-direction: column; align-items: stretch; }
        .hm-about-feature__call { justify-content: space-between; }
    }

    .mm-partners-section {
        padding: 100px 0;
        background: #f8fafc;
    }
    .mm-partners-head {
        text-align: center;
        max-width: 760px;
        margin: 0 auto 56px;
    }
    .mm-partners-title {
        font-size: clamp(34px, 4.5vw, 54px);
        font-weight: 700;
        color: #0f2c5b;
        margin: 0 0 18px;
        letter-spacing: -0.5px;
    }
    .mm-partners-sub {
        font-size: 16px;
        color: #6b7280;
        line-height: 1.7;
        margin: 0 0 26px;
    }
    .mm-partners-divider {
        display: inline-block;
        width: 70px;
        height: 3px;
        background: #901920;
        border-radius: 3px;
    }
    .mm-partners-marquee {
        overflow: hidden;
        position: relative;
        -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
                mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    }
    .mm-partners-track {
        display: flex;
        gap: 28px;
        width: max-content;
        animation: mm-partners-scroll 40s linear infinite;
    }
    .mm-partners-marquee:hover .mm-partners-track {
        animation-play-state: paused;
    }
    .mm-partner-card {
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
        height: 180px;
        width: 240px;
        flex: 0 0 240px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 26px;
        transition: transform .25s ease, box-shadow .25s ease;
    }
    .mm-partner-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1);
    }
    .mm-partner-card img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
    @keyframes mm-partners-scroll {
        from { transform: translateX(0); }
        to   { transform: translateX(-50%); }
    }
    @media (max-width: 575px) {
        .mm-partners-section { padding: 60px 0; }
        .mm-partner-card { height: 140px; width: 180px; flex-basis: 180px; padding: 20px; }
        .mm-partners-track { gap: 18px; animation-duration: 30s; }
    }

    .mm-latest-projects {
        padding: 100px 0;
        background: #fff;
    }
    .mm-latest-projects-head {
        text-align: center;
        max-width: 720px;
        margin: 0 auto 56px;
    }
    .mm-latest-projects-title {
        font-size: clamp(30px, 4vw, 46px);
        font-weight: 700;
        color: #0a1d3d;
        margin: 0 0 14px;
        letter-spacing: -0.4px;
    }
    .mm-latest-projects-divider {
        display: inline-block;
        width: 60px;
        height: 3px;
        background: #911920;
        border-radius: 3px;
        margin-bottom: 16px;
    }
    .mm-latest-projects-sub {
        color: #6b7280;
        font-size: 16px;
        margin: 0;
    }
    .mm-latest-projects-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
    }
    .mm-latest-project-card {
        display: block;
        background: #fff;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
        text-decoration: none;
        color: inherit;
        transition: transform .25s ease, box-shadow .25s ease;
    }
    .mm-latest-project-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 38px rgba(15, 23, 42, 0.14);
    }
    .mm-latest-project-media {
        aspect-ratio: 4 / 3;
        overflow: hidden;
    }
    .mm-latest-project-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .4s ease;
    }
    .mm-latest-project-card:hover .mm-latest-project-media img {
        transform: scale(1.05);
    }
    .mm-latest-project-body {
        padding: 22px 24px 26px;
    }
    .mm-latest-project-body h5 {
        margin: 0 0 10px;
        font-size: 20px;
        font-weight: 700;
        color: #0a1d3d;
    }
    .mm-latest-project-link {
        color: #911920;
        font-weight: 600;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }
    .mm-latest-projects-cta {
        text-align: center;
        margin-top: 48px;
    }
    .mm-latest-projects-btn {
        display: inline-block;
        background: #0a1d3d;
        color: #fff !important;
        padding: 14px 38px;
        border-radius: 999px;
        font-weight: 700;
        text-decoration: none;
        transition: background .2s ease, transform .2s ease;
    }
    .mm-latest-projects-btn:hover {
        background: #911920;
        transform: translateY(-2px);
    }
    @media (max-width: 991px) {
        .mm-latest-projects-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 575px) {
        .mm-latest-projects { padding: 60px 0; }
        .mm-latest-projects-grid { grid-template-columns: 1fr; }
    }

    .mm-contact {
        padding: 100px 0;
        background: #f8fafc;
    }
    .mm-contact-head {
        text-align: center;
        max-width: 720px;
        margin: 0 auto 56px;
    }
    .mm-contact-title {
        font-size: clamp(30px, 4vw, 46px);
        font-weight: 700;
        color: #0a1d3d;
        margin: 0 0 14px;
        letter-spacing: -0.4px;
    }
    .mm-contact-divider {
        display: inline-block;
        width: 60px;
        height: 3px;
        background: #911920;
        border-radius: 3px;
        margin-bottom: 16px;
    }
    .mm-contact-sub {
        color: #6b7280;
        font-size: 16px;
        margin: 0;
    }
    .mm-contact-grid {
        display: grid;
        grid-template-columns: 1fr 1.6fr;
        gap: 32px;
        align-items: stretch;
    }
    .mm-contact-info {
        background: linear-gradient(150deg, #911920 0%, #6b1218 100%);
        color: #fff;
        border-radius: 18px;
        padding: 40px 36px;
        box-shadow: 0 16px 40px rgba(145, 25, 32, 0.22);
    }
    .mm-contact-info h3 {
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 10px;
        color: #fff !important;
    }
    .mm-contact-info__desc {
        color: rgba(255, 255, 255, 0.85) !important;
        font-size: 14px;
        margin: 0 0 28px;
        line-height: 1.6;
    }
    .mm-contact-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .mm-contact-list li {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        padding: 14px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .mm-contact-list li:last-child { border-bottom: 0; }
    .mm-contact-icon {
        flex-shrink: 0;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.12);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 16px;
    }
    .mm-contact-list strong {
        display: block;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.65);
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-weight: 600;
        margin-bottom: 2px;
    }
    .mm-contact-list a,
    .mm-contact-list span {
        color: #fff !important;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        line-height: 1.45;
    }
    .mm-contact-list a:hover {
        color: #911a21 !important;
    }

    .mm-contact-form {
        background: #fff;
        border-radius: 18px;
        padding: 40px 36px;
        box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
    }
    .mm-contact-form h3 {
        font-size: 24px;
        font-weight: 700;
        color: #0a1d3d;
        margin: 0 0 8px;
    }
    .mm-contact-form__desc {
        color: #6b7280;
        font-size: 14px;
        margin: 0 0 26px;
    }
    .mm-contact-form-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px 20px;
        margin-bottom: 22px;
    }
    .mm-field {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }
    .mm-field--full { grid-column: 1 / -1; }
    .mm-field label {
        font-size: 13px;
        font-weight: 600;
        color: #334155;
    }
    .mm-field label span { color: #911920; }
    .mm-field input,
    .mm-field textarea {
        width: 100%;
        padding: 12px 14px;
        border: 1px solid #e2e8f0;
        border-radius: 10px;
        background: #f8fafc;
        font-size: 14px;
        color: #0f172a;
        font-family: inherit;
        transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }
    .mm-field input:focus,
    .mm-field textarea:focus {
        outline: none;
        border-color: #911920;
        background: #fff;
        box-shadow: 0 0 0 3px rgba(145, 25, 32, 0.12);
    }
    .mm-field textarea { resize: vertical; min-height: 130px; }
    .mm-contact-submit {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #911920;
        color: #fff;
        border: 0;
        border-radius: 999px;
        padding: 13px 32px;
        font-size: 15px;
        font-weight: 700;
        cursor: pointer;
        transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
    }
    .mm-contact-submit:hover {
        background: #0a1d3d;
        transform: translateY(-2px);
        box-shadow: 0 10px 24px rgba(10, 29, 61, 0.2);
    }
    .mm-map-section {
        padding: 100px 0;
        background: #fff;
    }
    .mm-map-head {
        text-align: center;
        max-width: 720px;
        margin: 0 auto 40px;
    }
    .mm-map-title {
        font-size: clamp(28px, 3.6vw, 40px);
        font-weight: 700;
        color: #0a1d3d;
        margin: 0 0 12px;
    }
    .mm-map-divider {
        display: inline-block;
        width: 56px;
        height: 3px;
        background: #911920;
        border-radius: 3px;
        margin-bottom: 14px;
    }
    .mm-map-sub {
        color: #6b7280;
        margin: 0;
    }
    .mm-map-frame {
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
    }
    .mm-map-frame iframe { width: 100%; min-height: 420px; border: 0; display: block; }
    @media (max-width: 575px) {
        .mm-map-section { padding: 60px 0; }
        .mm-map-frame iframe { min-height: 320px; }
    }

    @media (max-width: 991px) {
        .mm-contact-grid { grid-template-columns: 1fr; }
        .mm-contact-info, .mm-contact-form { padding: 32px 26px; }
    }
    @media (max-width: 575px) {
        .mm-contact { padding: 60px 0; }
        .mm-contact-form-grid { grid-template-columns: 1fr; }
    }

/* ===================== mac-insaat (about) =====================
   NOT: .hm-about-feature temel stilleri "home" bölümünde tanımlı.
   Burada yalnızca Mac İnşaat'a özel turuncu vurgu rengi, sayfa
   kapsayıcısı (.mac-insaat-page) altında sınırlandırılıyor ki
   ana sayfanın kırmızı vurgusunu ezmesin. */
    .mac-insaat-page .hm-about-feature__kicker { color: #911a21; }
    .mac-insaat-page .hm-about-feature__kicker::before { background: #911a21; }
    .mac-insaat-page .hm-about-feature__btn { border-color: #911a21; color: #911a21; }
    .mac-insaat-page .hm-about-feature__btn:hover { background: #911a21; color: #fff; }
    .mac-insaat-page .hm-about-feature__call-btn { border-color: #911a21; color: #911a21; }
    .mac-insaat-page .hm-about-feature__call-btn:hover { background: #911a21; color: #fff; }

/* ===================== mac-insaat (hizmet kartları) ===================== */
    .mac-services { padding: 80px 0; background: #fff; }
    .mac-services__title { font-size: 42px; font-weight: 800; margin-bottom: 52px; text-align: center; color: #111827; }
    .mac-services__grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 22px;
    }
    .mac-service-card {
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 16px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        box-shadow: 0 8px 24px rgba(15,23,42,.05);
        transition: transform .25s ease, box-shadow .25s ease;
    }
    .mac-service-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(15,23,42,.12);
    }
    .mac-service-card__media {
        aspect-ratio: 1 / 1;
        overflow: hidden;
        background: #f3f4f6;
    }
    .mac-service-card__media img {
        width: 100%; height: 100%;
        object-fit: cover; display: block;
        transition: transform .35s ease;
    }
    .mac-service-card:hover .mac-service-card__media img { transform: scale(1.05); }
    .mac-service-card__placeholder {
        width: 100%; height: 100%;
        display: flex; align-items: center; justify-content: center;
        color: #cbd5e1; font-size: 2.4rem;
    }
    .mac-service-card__body { padding: 24px; text-align: center; }
    .mac-service-card__body h3 { font-size: 21px; font-weight: 800; margin: 0 0 10px; color: #111827; }
    .mac-service-card__body p { font-size: 15px; line-height: 1.7; color: #4b5563; margin: 0; }
    @media (max-width: 1100px) { .mac-services__grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 560px) { .mac-services__grid { grid-template-columns: 1fr; } }

/* ===================== mac-insaat (projects) ===================== */
    .mac-projects-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
    }
    .mac-project-card {
        display: block;
        background: #fff;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
        text-decoration: none;
        color: inherit;
        transition: transform .25s ease, box-shadow .25s ease;
    }
    .mac-project-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 38px rgba(15, 23, 42, 0.14);
    }
    .mac-project-media {
        aspect-ratio: 4 / 3;
        overflow: hidden;
    }
    .mac-project-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .4s ease;
    }
    .mac-project-card:hover .mac-project-media img {
        transform: scale(1.05);
    }
    .mac-project-body { padding: 22px 24px 26px; }
    .mac-project-body h5 {
        margin: 0 0 10px;
        font-size: 20px;
        font-weight: 700;
        color: #111827;
    }
    .mac-project-link {
        color: #911a21;
        font-weight: 600;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }
    @media (max-width: 991px) {
        .mac-projects-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 575px) {
        .mac-projects-grid { grid-template-columns: 1fr; }
    }

/* ===================== mac-insaat (why/contact) ===================== */
    .mac-why-us__head { max-width: 760px; margin: 0 auto 44px; text-align: center; }
    .mac-why-us__kicker { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #911a21; margin-bottom: 10px; }
    .mac-why-us__title { font-size: clamp(30px, 4vw, 44px); line-height: 1.2; font-weight: 800; color: #111827; margin: 0 0 12px; }
    .mac-why-us__desc { font-size: 17px; line-height: 1.8; color: #4b5563; margin: 0; }
    .mac-why-us__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
    .mac-why-us__item { display: flex; gap: 14px; align-items: flex-start; padding: 18px 20px; border: 1px solid #e5e7eb; border-radius: 14px; background: #f8fafc; }
    .mac-why-us__icon { width: 38px; height: 38px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; color: #911a21; background: rgba(255, 107, 53, .12); border: 1px solid rgba(255, 107, 53, .28); flex: 0 0 auto; }
    .mac-why-us__item h3 { margin: 0 0 6px; font-size: 18px; font-weight: 700; color: #111827; }
    .mac-why-us__item p { margin: 0; font-size: 15px; line-height: 1.7; color: #4b5563; }

    .mac-contact { padding: 84px 0; background: radial-gradient(circle at 20% 0%, rgba(255, 107, 53, 0.20), transparent 42%), #0f131a; color: #fff !important; }
    .mac-contact__head { max-width: 760px; margin: 0 auto 34px; text-align: center; }
    .mac-contact__kicker { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #e88a90; margin-bottom: 10px; }
    .mac-contact__title { margin: 0 0 12px; font-size: clamp(30px, 4vw, 42px); font-weight: 800; line-height: 1.2; color: #fff !important; }
    .mac-contact__desc { margin: 0; color: rgba(255,255,255,.92) !important; line-height: 1.8; font-size: 16px; }
    .mac-contact__info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-bottom: 28px; }
    .mac-contact__info-card { border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.04); padding: 18px; backdrop-filter: blur(4px); }
    .mac-contact__info-label { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #e88a90; }
    .mac-contact__info-card p, .mac-contact__info-card a { margin: 0; color: #fff !important; text-decoration: none; font-size: 17px; font-weight: 600; }
    .mac-contact__form { max-width: 760px; margin: 0 auto; padding: 28px; border-radius: 16px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.06); box-shadow: 0 22px 44px rgba(0,0,0,.25); }
    .mac-contact__field { margin-bottom: 16px; }
    .mac-contact__field label { display: block; margin-bottom: 8px; font-weight: 700; color: #fff !important; font-size: 15px; }
    .mac-contact__field input, .mac-contact__field textarea { width: 100%; border-radius: 10px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.12); color: #fff; padding: 12px 14px; font-size: 16px; }
    .mac-contact__field input::placeholder, .mac-contact__field textarea::placeholder { color: rgba(255,255,255,.72); }
    .mac-contact__field input:focus, .mac-contact__field textarea:focus { border-color: #911a21; outline: none; box-shadow: 0 0 0 3px rgba(255,107,53,.2); }
    .mac-contact__checkbox { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: rgba(255,255,255,.96) !important; font-size: 14px; cursor: pointer; }
    .mac-contact__checkbox input { width: 18px; height: 18px; cursor: pointer; }
    .mac-contact__submit { width: 100%; border: 0; border-radius: 10px; padding: 14px 16px; font-size: 16px; font-weight: 700; color: #fff; background: linear-gradient(135deg, #911a21 0%, #b52a32 100%); transition: transform .2s ease, box-shadow .2s ease; }
    .mac-contact__submit:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(255,107,53,.35); }

    @media (max-width: 991px) {
        .mac-why-us__grid,
        .mac-contact__info-grid { grid-template-columns: 1fr; }
    }

    @media (max-width: 767px) {
        .hero-actions a { width: 100%; text-align: center; }
    }

/* ===================== gallery ===================== */
    .gl-section { padding: 80px 0; background: #fff; }
    .gl-head {
        text-align: center;
        max-width: 760px;
        margin: 0 auto 50px;
    }
    .gl-head__title {
        font-size: clamp(32px, 4.2vw, 50px);
        font-weight: 800;
        color: #0a1d3d;
        margin: 0 0 14px;
        letter-spacing: -0.4px;
    }
    .gl-head__divider {
        display: inline-block;
        width: 60px;
        height: 3px;
        background: #911920;
        border-radius: 3px;
        margin-bottom: 18px;
    }
    .gl-head__sub {
        color: #4b5563;
        font-size: 16px;
        line-height: 1.7;
        margin: 0;
    }
    .gl-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
    .gl-item {
        position: relative;
        display: block;
        aspect-ratio: 4 / 3;
        overflow: hidden;
        border-radius: 14px;
        background: #e2e8f0;
        cursor: zoom-in;
        box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
    }
    .gl-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .4s ease;
    }
    .gl-item:hover img { transform: scale(1.08); }
    .gl-item__zoom {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(10, 29, 61, 0.0);
        color: #fff;
        font-size: 22px;
        opacity: 0;
        transition: opacity .3s ease, background .3s ease;
    }
    .gl-item:hover .gl-item__zoom {
        opacity: 1;
        background: rgba(10, 29, 61, 0.5);
    }
    .gl-pagination { margin-top: 40px; text-align: center; }
    .gl-empty {
        text-align: center;
        color: #6b7280;
        padding: 60px;
        background: #f8fafc;
        border-radius: 14px;
    }
    @media (max-width: 991px) { .gl-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 575px) {
        .gl-section { padding: 60px 0; }
        .gl-grid { grid-template-columns: 1fr; gap: 14px; }
    }

/* ===================== hakkmizida ===================== */
    .mm-about {
        padding: 100px 0;
        background: #fff;
    }
    .mm-about-head {
        text-align: center;
        max-width: 760px;
        margin: 0 auto 56px;
    }
    .mm-about-title {
        font-size: clamp(34px, 4.5vw, 54px);
        font-weight: 800;
        color: #0a1d3d;
        margin: 0 0 16px;
        letter-spacing: -0.5px;
    }
    .mm-about-divider {
        display: inline-block;
        width: 64px;
        height: 3px;
        background: #911920;
        border-radius: 3px;
        margin-bottom: 22px;
    }
    .mm-about-lead {
        color: #4b5563;
        font-size: 18px;
        line-height: 1.7;
        margin: 0;
    }
    .mm-about-body {
        max-width: 980px;
        margin: 0 auto;
    }
    .mm-about-image {
        border-radius: 18px;
        overflow: hidden;
        margin-bottom: 40px;
        box-shadow: 0 18px 50px rgba(15, 23, 42, 0.1);
    }
    .mm-about-image img {
        width: 100%;
        height: auto;
        display: block;
        max-height: 520px;
        object-fit: cover;
    }
    .mm-about-content {
        font-size: 16px;
        line-height: 1.85;
        color: #374151;
    }
    .mm-about-content p { margin: 0 0 16px; }
    .mm-about-content h2, .mm-about-content h3, .mm-about-content h4 {
        color: #0a1d3d;
        font-weight: 700;
        margin: 32px 0 14px;
    }
    .mm-about-content h2 { font-size: 28px; }
    .mm-about-content h3 { font-size: 22px; }
    .mm-about-content ul, .mm-about-content ol { padding-left: 22px; margin: 0 0 18px; }
    .mm-about-content li { margin-bottom: 8px; }
    .mm-about-content a { color: #911920; font-weight: 600; }
    .mm-about-content img { max-width: 100%; height: auto; border-radius: 10px; margin: 16px 0; }
    @media (max-width: 575px) {
        .mm-about { padding: 60px 0; }
        .mm-about-image { margin-bottom: 28px; }
    }

/* ===================== iletisim ===================== */
    .ctn-section { padding: 80px 0; background: #f8fafc; }
    .ctn-head {
        text-align: center;
        max-width: 760px;
        margin: 0 auto 50px;
    }
    .ctn-head__title {
        font-size: clamp(32px, 4.2vw, 50px);
        font-weight: 800;
        color: #0a1d3d;
        margin: 0 0 14px;
        letter-spacing: -0.4px;
    }
    .ctn-head__divider {
        display: inline-block;
        width: 60px;
        height: 3px;
        background: #911920;
        border-radius: 3px;
        margin-bottom: 18px;
    }
    .ctn-head__sub {
        color: #4b5563;
        font-size: 16px;
        line-height: 1.7;
        margin: 0;
    }

    .ctn-grid {
        display: grid;
        grid-template-columns: 1fr 1.6fr;
        gap: 32px;
        align-items: stretch;
    }

    .ctn-info {
        background: linear-gradient(150deg, #911920 0%, #6b1218 100%);
        color: #fff;
        border-radius: 18px;
        padding: 40px 36px;
        box-shadow: 0 16px 40px rgba(145, 25, 32, 0.22);
    }
    .ctn-info h3 {
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 10px;
        color: #fff !important;
    }
    .ctn-info__desc {
        color: #ffffff !important;
        font-size: 14px;
        margin: 0 0 28px;
        line-height: 1.6;
        opacity: 0.9;
    }
    .ctn-list {
        list-style: none;
        margin: 0 0 28px;
        padding: 0;
    }
    .ctn-list li {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        padding: 14px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .ctn-list li:last-child { border-bottom: 0; }
    .ctn-icon {
        flex-shrink: 0;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.14);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 16px;
    }
    .ctn-list strong {
        display: block;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.65);
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-weight: 600;
        margin-bottom: 2px;
    }
    .ctn-list a,
    .ctn-list span {
        display: block;
        color: #fff !important;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        line-height: 1.45;
    }
    .ctn-list a:hover { color: #911a21 !important; }

    .ctn-social {
        display: flex;
        gap: 10px;
        padding-top: 8px;
        border-top: 1px solid rgba(255,255,255,0.12);
    }
    .ctn-social a {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.14);
        color: #fff !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 15px;
        transition: background .2s ease, transform .2s ease;
    }
    .ctn-social a:hover {
        background: #fff;
        color: #911920 !important;
        transform: translateY(-2px);
    }

    .ctn-form {
        background: #fff;
        border-radius: 18px;
        padding: 40px 36px;
        box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
    }
    .ctn-form h3 {
        font-size: 24px;
        font-weight: 700;
        color: #0a1d3d;
        margin: 0 0 8px;
    }
    .ctn-form__desc {
        color: #6b7280;
        font-size: 14px;
        margin: 0 0 26px;
    }
    .ctn-form-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px 20px;
        margin-bottom: 22px;
    }
    .ctn-field {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }
    .ctn-field--full { grid-column: 1 / -1; }
    .ctn-field label {
        font-size: 13px;
        font-weight: 600;
        color: #334155;
    }
    .ctn-field label span { color: #911920; }
    .ctn-field input,
    .ctn-field select,
    .ctn-field textarea {
        width: 100%;
        padding: 12px 14px;
        border: 1px solid #e2e8f0;
        border-radius: 10px;
        background: #f8fafc;
        font-size: 14px;
        color: #0f172a;
        font-family: inherit;
        transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }
    .ctn-field input:focus,
    .ctn-field select:focus,
    .ctn-field textarea:focus {
        outline: none;
        border-color: #911920;
        background: #fff;
        box-shadow: 0 0 0 3px rgba(145, 25, 32, 0.12);
    }
    .ctn-field textarea { resize: vertical; min-height: 130px; }

    .ctn-submit {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #911920;
        color: #fff;
        border: 0;
        border-radius: 999px;
        padding: 13px 32px;
        font-size: 15px;
        font-weight: 700;
        cursor: pointer;
        transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
    }
    .ctn-submit:hover {
        background: #0a1d3d;
        transform: translateY(-2px);
        box-shadow: 0 10px 24px rgba(10, 29, 61, 0.2);
    }

    .ctn-map { padding: 80px 0; background: #fff; }
    .ctn-map__frame {
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
    }
    .ctn-map__frame iframe { width: 100%; min-height: 420px; border: 0; display: block; }

    @media (max-width: 991px) {
        .ctn-grid { grid-template-columns: 1fr; }
        .ctn-info, .ctn-form { padding: 32px 26px; }
    }
    @media (max-width: 575px) {
        .ctn-section, .ctn-map { padding: 60px 0; }
        .ctn-form-grid { grid-template-columns: 1fr; }
        .ctn-map__frame iframe { min-height: 320px; }
    }

/* ===================== legal-page ===================== */
    .lg-section { padding: 80px 0; background: #f8fafc; }
    .lg-head {
        text-align: center;
        max-width: 760px;
        margin: 0 auto 40px;
    }
    .lg-head__title {
        font-size: clamp(28px, 4vw, 44px);
        font-weight: 800;
        color: #0a1d3d;
        margin: 0 0 14px;
    }
    .lg-head__divider {
        display: inline-block;
        width: 60px;
        height: 3px;
        background: #911920;
        border-radius: 3px;
    }
    .lg-content {
        max-width: 880px;
        margin: 0 auto;
        background: #fff;
        border-radius: 18px;
        padding: 44px;
        box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
        color: #374151;
        font-size: 16px;
        line-height: 1.9;
    }
    .lg-content p { margin: 0 0 16px; }
    .lg-content h2, .lg-content h3 {
        color: #0a1d3d;
        font-weight: 700;
        margin: 28px 0 14px;
    }
    .lg-content h2 { font-size: 24px; }
    .lg-content h3 { font-size: 20px; }
    .lg-content ul, .lg-content ol { padding-left: 22px; margin: 0 0 18px; }
    .lg-content li { margin-bottom: 8px; }
    .lg-content a { color: #911920; font-weight: 600; }
    .lg-back { text-align: center; margin-top: 36px; }
    .lg-back__btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #911920;
        color: #fff;
        padding: 13px 30px;
        border-radius: 999px;
        font-weight: 700;
        text-decoration: none;
        transition: background .2s ease, transform .2s ease;
    }
    .lg-back__btn:hover {
        background: #0a1d3d;
        color: #fff;
        transform: translateY(-2px);
    }
    @media (max-width: 575px) {
        .lg-section { padding: 60px 0; }
        .lg-content { padding: 28px 22px; }
    }

/* ===================== referanslar ===================== */
    .rf-section { padding: 80px 0; background: #f8fafc; }
    .rf-head {
        text-align: center;
        max-width: 760px;
        margin: 0 auto 56px;
    }
    .rf-head__title {
        font-size: clamp(32px, 4.2vw, 50px);
        font-weight: 800;
        color: #0a1d3d;
        margin: 0 0 14px;
        letter-spacing: -0.4px;
    }
    .rf-head__divider {
        display: inline-block;
        width: 60px;
        height: 3px;
        background: #911920;
        border-radius: 3px;
        margin-bottom: 18px;
    }
    .rf-head__sub {
        color: #4b5563;
        font-size: 16px;
        line-height: 1.7;
        margin: 0;
    }
    .rf-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }
    .rf-card {
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 26px;
        transition: transform .25s ease, box-shadow .25s ease;
    }
    .rf-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1);
    }
    .rf-card img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
    .rf-card__text {
        color: #6b7280;
        font-weight: 700;
        font-size: 18px;
    }
    .rf-empty {
        text-align: center;
        color: #6b7280;
        padding: 40px;
        background: #fff;
        border-radius: 14px;
    }
    @media (max-width: 991px) {
        .rf-grid { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 575px) {
        .rf-section { padding: 60px 0; }
        .rf-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
        .rf-card { height: 140px; padding: 18px; }
    }

/* ===================== search ===================== */
.search-form-wrapper {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
}

.search-form-wrapper .form-control {
    border-radius: 8px 0 0 8px;
}

.section-title {
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}
.mm-search-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
@media (max-width: 991px) {
    .mm-search-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
    .mm-search-grid { grid-template-columns: 1fr; }
}

/* ===================== projects/show ===================== */
    .pd-chip {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        padding: 6px 14px;
        border-radius: 999px;
        border: 1px solid #e5e7eb;
        color: #475569;
        background: #f8fafc;
        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
        transition: all .2s ease;
    }
    .pd-chip:hover {
        border-color: #911920;
        color: #911920;
        background: #fff;
    }
    .pd-chip i { font-size: 12px; color: #911920; }
    .pd-content__chips {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 16px;
    }

    .pd-section {
        padding: 60px 0 40px;
    }
    .pd-layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 32px;
        align-items: start;
    }
    .pd-main {
        display: grid;
        gap: 24px;
    }
    .pd-media {
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
        background: #e2e8f0;
    }
    .pd-media a {
        display: block;
        cursor: zoom-in;
    }
    .pd-media img {
        width: 100%;
        display: block;
        aspect-ratio: 16 / 10;
        object-fit: cover;
    }

    /* Project gallery */
    .pd-gallery {
        display: grid;
        gap: 14px;
    }
    .pd-gallery__main {
        position: relative;
        display: block;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
        background: #e2e8f0;
        cursor: zoom-in;
    }
    .pd-gallery__main img {
        width: 100%;
        display: block;
        aspect-ratio: 16 / 10;
        object-fit: cover;
        transition: transform .4s ease;
    }
    .pd-gallery__main:hover img { transform: scale(1.03); }
    .pd-gallery__zoom {
        position: absolute;
        right: 16px;
        bottom: 16px;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: rgba(15, 23, 42, 0.55);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        backdrop-filter: blur(4px);
        transition: background .2s ease;
    }
    .pd-gallery__main:hover .pd-gallery__zoom { background: #911920; }
    .pd-gallery__thumbs {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
    }
    .pd-gallery__thumb {
        padding: 0;
        border: 2px solid transparent;
        border-radius: 12px;
        overflow: hidden;
        cursor: pointer;
        background: #e2e8f0;
        aspect-ratio: 1 / 1;
        transition: border-color .2s ease, transform .2s ease;
    }
    .pd-gallery__thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .pd-gallery__thumb:hover { transform: translateY(-2px); }
    .pd-gallery__thumb.is-active {
        border-color: #911920;
        box-shadow: 0 6px 16px rgba(145, 25, 32, 0.22);
    }
    .pd-gallery__hidden { display: none; }
    @media (max-width: 575px) {
        .pd-gallery__thumbs { grid-template-columns: repeat(4, 1fr); }
    }
    .pd-content {
        border-radius: 20px;
        background: #fff;
        padding: 36px;
        box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
    }
    .pd-content__header {
        margin-bottom: 24px;
    }
    .pd-content h2 {
        margin: 0 0 14px;
        color: #0a1d3d;
        font-size: 30px;
        line-height: 1.25;
        font-weight: 800;
        letter-spacing: -0.3px;
    }
    .pd-content__divider {
        display: inline-block;
        width: 56px;
        height: 3px;
        background: #911920;
        border-radius: 3px;
    }
    .pd-content__body {
        color: #374151;
        font-size: 16px;
        line-height: 1.9;
    }
    .pd-content__body p { margin: 0 0 16px; }
    .pd-content__body p:last-child { margin-bottom: 0; }
    .pd-content__body h2, .pd-content__body h3 {
        color: #0a1d3d;
        font-weight: 700;
        margin: 28px 0 14px;
    }
    .pd-content__body ul, .pd-content__body ol { padding-left: 22px; margin: 0 0 18px; }
    .pd-content__body li { margin-bottom: 8px; }

    .pd-side {
        position: sticky;
        top: 94px;
        display: grid;
        gap: 18px;
    }
    .pd-side__card {
        border-radius: 18px;
        background: #fff;
        padding: 24px;
        box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
    }
    .pd-side__card h3 {
        margin: 0 0 18px;
        color: #0a1d3d;
        font-size: 17px;
        font-weight: 800;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .pd-side__card h3 i { color: #911920; font-size: 18px; }

    /* Proje Bilgileri - yeni tasarım (ikon ortada) */
    .pd-info {
        border-radius: 20px;
        overflow: hidden;
        background: linear-gradient(155deg, #a01d25 0%, #7a141a 55%, #5f0f14 100%);
        box-shadow: 0 18px 44px rgba(145, 25, 32, 0.28);
    }
    .pd-info__head {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 20px 22px;
        background: rgba(0, 0, 0, 0.12);
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }
    .pd-info__head-icon {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.16);
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .pd-info__head-icon .bx { color: #fff; font-size: 20px; }
    .pd-info__head h3 {
        margin: 0;
        color: #fff;
        font-size: 17px;
        font-weight: 800;
        letter-spacing: .2px;
    }
    .pd-info__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 18px;
    }
    .pd-info__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
        padding: 18px 12px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.12);
        transition: transform .2s ease, background .2s ease;
    }
    .pd-info__item:hover {
        transform: translateY(-3px);
        background: rgba(255, 255, 255, 0.14);
    }
    /* Tek/tek sayıda son öğeyi ortala */
    .pd-info__item:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }
    .pd-info__icon {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
    }
    .pd-info__icon .bx {
        color: #911920;
        font-size: 22px;
        line-height: 1;
    }
    .pd-info__label {
        color: rgba(255, 255, 255, 0.72);
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.7px;
    }
    .pd-info__value {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.35;
        word-break: break-word;
    }
    .pd-share {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    .pd-share a {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 1px solid #e5e7eb;
        color: #6b7280;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 15px;
        transition: all .2s ease;
    }
    .pd-share a:hover {
        border-color: #911920;
        background: #911920;
        color: #fff;
        transform: translateY(-2px);
    }

    .pd-contact {
        padding: 60px 0;
        background: #f8fafc;
    }
    .pd-contact__head {
        text-align: center;
        max-width: 720px;
        margin: 0 auto 36px;
    }
    .pd-contact__kicker {
        display: inline-block;
        margin-bottom: 12px;
        color: #911920;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .12em;
        text-transform: uppercase;
        padding: 5px 14px;
        background: rgba(145, 25, 32, 0.08);
        border-radius: 999px;
    }
    .pd-contact__head h2 {
        font-size: clamp(28px, 4vw, 40px);
        font-weight: 800;
        color: #0a1d3d;
        margin: 0 0 14px;
    }
    .pd-contact__divider {
        display: inline-block;
        width: 56px;
        height: 3px;
        background: #911920;
        border-radius: 3px;
        margin-bottom: 14px;
    }
    .pd-contact__head p {
        color: #4b5563;
        font-size: 16px;
        line-height: 1.7;
        margin: 0;
    }
    .pd-contact__form {
        max-width: 780px;
        margin: 0 auto;
        background: #fff;
        padding: 36px;
        border-radius: 18px;
        box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    }
    .pd-contact__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        margin-bottom: 14px;
    }
    .pd-contact__form input,
    .pd-contact__form textarea {
        width: 100%;
        padding: 12px 14px;
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        background: #f8fafc;
        font-size: 14px;
        font-family: inherit;
        transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }
    .pd-contact__form input:focus,
    .pd-contact__form textarea:focus {
        outline: none;
        border-color: #911920;
        background: #fff;
        box-shadow: 0 0 0 3px rgba(145, 25, 32, 0.12);
    }
    .pd-contact__form textarea {
        min-height: 140px;
        resize: vertical;
        margin-bottom: 18px;
    }
    .pd-contact__btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #911920;
        color: #fff;
        border: 0;
        border-radius: 999px;
        padding: 13px 32px;
        font-weight: 700;
        font-size: 15px;
        cursor: pointer;
        transition: background .2s ease, transform .2s ease;
    }
    .pd-contact__btn:hover {
        background: #0a1d3d;
        transform: translateY(-2px);
    }

    .pd-related {
        padding: 60px 0 80px;
    }
    .pd-related__head {
        margin-bottom: 14px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
    }
    .pd-related__head h2 {
        margin: 0;
        color: #0f172a;
        font-size: clamp(24px, 3.5vw, 34px);
        font-weight: 800;
    }
    .pd-related__head a {
        color: #911a21;
        text-decoration: none;
        font-size: 14px;
        font-weight: 700;
    }
    .pd-related__grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }
    .pd-related__card {
        border: 1px solid var(--mm-border, #d9e1ea);
        border-radius: 14px;
        overflow: hidden;
        background: #fff;
        transition: transform .2s ease, box-shadow .2s ease;
    }
    .pd-related__card:hover {
        transform: translateY(-3px);
        box-shadow: 0 14px 28px rgba(15, 23, 42, .12);
    }
    .pd-related__media {
        display: block;
        aspect-ratio: 16/10;
        overflow: hidden;
        background: #e2e8f0;
    }
    .pd-related__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .pd-related__body {
        padding: 12px;
    }
    .pd-related__body span {
        display: inline-flex;
        margin-bottom: 6px;
        color: #911a21;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .06em;
        text-transform: uppercase;
    }
    .pd-related__body h3 {
        margin: 0;
        font-size: 18px;
        line-height: 1.35;
        font-weight: 800;
    }
    .pd-related__body h3 a {
        color: #0f172a;
        text-decoration: none;
    }

    @media (max-width: 1199px) {
        .pd-layout { grid-template-columns: minmax(0, 1fr) 300px; }
    }
    @media (max-width: 991px) {
        .pd-layout,
        .pd-related__grid {
            grid-template-columns: 1fr;
        }
        .pd-side {
            position: static;
        }
    }

/* ===================== projects/index ===================== */
    .prj-hero {
        padding: 52px 0 26px;
    }
    .prj-hero__inner {
        border: 1px solid var(--mm-border, #d9e1ea);
        border-radius: 18px;
        padding: clamp(22px, 4vw, 36px);
        background: linear-gradient(145deg, #ffffff 0%, #f8fafc 62%, #eef2ff 100%);
    }
    .prj-hero__kicker {
        display: inline-block;
        margin-bottom: 10px;
        color: #911a21;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .1em;
        text-transform: uppercase;
    }
    .prj-hero h1 {
        margin: 0 0 10px;
        font-size: clamp(30px, 4vw, 44px);
        line-height: 1.15;
        color: #0f172a;
        font-weight: 800;
    }
    .prj-hero p {
        margin: 0;
        color: #475569;
        font-size: 16px;
        line-height: 1.8;
        max-width: 860px;
    }
    .prj-stats {
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    .prj-stats article {
        border: 1px solid var(--mm-border, #d9e1ea);
        border-radius: 12px;
        background: #fff;
        padding: 14px;
    }
    .prj-stats strong {
        display: block;
        color: #0f172a;
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 4px;
        line-height: 1.2;
    }
    .prj-stats span {
        color: #64748b;
        font-size: 13px;
        font-weight: 600;
    }

    .prj-section {
        padding: 80px 0 80px;
    }
    .prj-head {
        text-align: center;
        max-width: 760px;
        margin: 0 auto 50px;
    }
    .prj-head__title {
        font-size: clamp(32px, 4.2vw, 50px);
        font-weight: 800;
        color: #0a1d3d;
        margin: 0 0 14px;
        letter-spacing: -0.4px;
    }
    .prj-head__divider {
        display: inline-block;
        width: 60px;
        height: 3px;
        background: #911920;
        border-radius: 3px;
        margin-bottom: 18px;
    }
    .prj-head__sub {
        color: #4b5563;
        font-size: 16px;
        line-height: 1.7;
        margin: 0;
    }

    .prj-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }
    .prj-card {
        border: 1px solid var(--mm-border, #d9e1ea);
        border-radius: 16px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
        transition: transform .22s ease, box-shadow .22s ease;
    }
    .prj-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 34px rgba(15, 23, 42, 0.14);
    }
    .prj-card__media {
        display: block;
        aspect-ratio: 16/10;
        overflow: hidden;
        background: #e2e8f0;
    }
    .prj-card__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform .35s ease;
    }
    .prj-card:hover .prj-card__media img {
        transform: scale(1.05);
    }
    .prj-card__body {
        padding: 14px;
    }
    .prj-card h3 {
        margin: 0 0 8px;
        font-size: 20px;
        line-height: 1.3;
    }
    .prj-card h3 a {
        color: #0f172a;
        text-decoration: none;
    }
    .prj-card p {
        margin: 0 0 10px;
        color: #475569;
        line-height: 1.7;
        font-size: 14px;
    }
    .prj-card__link {
        color: #911a21;
        text-decoration: none;
        font-size: 14px;
        font-weight: 700;
    }

    .prj-pagination {
        margin-top: 24px;
    }
    .prj-empty {
        border: 1px dashed var(--mm-border, #d9e1ea);
        border-radius: 16px;
        padding: 32px;
        text-align: center;
        background: #fff;
    }
    .prj-empty h3 {
        margin: 0 0 8px;
        color: #0f172a;
        font-size: 24px;
        font-weight: 800;
    }
    .prj-empty p {
        margin: 0;
        color: #64748b;
        line-height: 1.7;
    }

    @media (max-width: 991px) {
        .prj-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }
    @media (max-width: 767px) {
        .prj-stats,
        .prj-grid {
            grid-template-columns: 1fr;
        }
    }

/* ===================== services/index ===================== */
    .srv-hero {
        padding: 52px 0 26px;
    }
    .srv-hero__inner {
        border: 1px solid var(--mm-border, #d9e1ea);
        border-radius: 18px;
        padding: clamp(22px, 4vw, 36px);
        background: linear-gradient(145deg, #ffffff 0%, #f8fafc 62%, #eef2ff 100%);
    }
    .srv-hero__kicker {
        display: inline-block;
        margin-bottom: 10px;
        color: #911a21;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .1em;
        text-transform: uppercase;
    }
    .srv-hero h1 {
        margin: 0 0 10px;
        font-size: clamp(30px, 4vw, 44px);
        line-height: 1.15;
        color: #0f172a;
        font-weight: 800;
    }
    .srv-hero p {
        margin: 0;
        color: #475569;
        font-size: 16px;
        line-height: 1.8;
        max-width: 860px;
    }
    .srv-stats {
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    .srv-stats article {
        border: 1px solid var(--mm-border, #d9e1ea);
        border-radius: 12px;
        background: #fff;
        padding: 14px;
    }
    .srv-stats strong {
        display: block;
        color: #0f172a;
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 4px;
        line-height: 1.2;
    }
    .srv-stats span {
        color: #64748b;
        font-size: 13px;
        font-weight: 600;
    }

    .srv-section {
        padding: 80px 0;
    }
    .srv-head {
        text-align: center;
        max-width: 760px;
        margin: 0 auto 50px;
    }
    .srv-head__title {
        font-size: clamp(32px, 4.2vw, 50px);
        font-weight: 800;
        color: #0a1d3d;
        margin: 0 0 14px;
        letter-spacing: -0.4px;
    }
    .srv-head__divider {
        display: inline-block;
        width: 60px;
        height: 3px;
        background: #911920;
        border-radius: 3px;
        margin-bottom: 18px;
    }
    .srv-head__sub {
        color: #4b5563;
        font-size: 16px;
        line-height: 1.7;
        margin: 0;
    }
    .srv-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }
    .srv-card {
        border: 1px solid var(--mm-border, #d9e1ea);
        border-radius: 16px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
        transition: transform .22s ease, box-shadow .22s ease;
    }
    .srv-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 34px rgba(15, 23, 42, 0.14);
    }
    .srv-card__media {
        display: block;
        aspect-ratio: 1 / 1;
        overflow: hidden;
        background: #e2e8f0;
    }
    .srv-card__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform .35s ease;
    }
    .srv-card:hover .srv-card__media img {
        transform: scale(1.05);
    }
    .srv-card__body {
        padding: 14px;
    }
    .srv-card__head {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 6px;
    }
    .srv-card__index {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 32px;
        height: 32px;
        border-radius: 999px;
        background: #fff5f5;
        color: #911a21;
        border: 1px solid rgba(145,26,33,.26);
        font-size: 12px;
        font-weight: 800;
    }
    .srv-card h3 {
        margin: 0 0 8px;
        font-size: 20px;
        line-height: 1.3;
    }
    .srv-card h3 a {
        color: #0f172a;
        text-decoration: none;
    }
    .srv-card p {
        margin: 0 0 10px;
        color: #475569;
        line-height: 1.7;
        font-size: 14px;
    }
    .srv-card__link {
        color: #911a21;
        text-decoration: none;
        font-size: 14px;
        font-weight: 700;
    }

    .srv-pagination {
        margin-top: 24px;
    }
    .srv-empty {
        border: 1px dashed var(--mm-border, #d9e1ea);
        border-radius: 16px;
        padding: 32px;
        text-align: center;
        background: #fff;
    }
    .srv-empty h3 {
        margin: 0 0 8px;
        color: #0f172a;
        font-size: 24px;
        font-weight: 800;
    }
    .srv-empty p {
        margin: 0;
        color: #64748b;
        line-height: 1.7;
    }

    @media (max-width: 991px) {
        .srv-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }
    @media (max-width: 767px) {
        .srv-stats,
        .srv-grid {
            grid-template-columns: 1fr;
        }
    }

/* ===================== services/show ===================== */
    .srvd-section {
        padding: 60px 0 80px;
    }
    .srvd-layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 32px;
        align-items: start;
    }
    .srvd-main {
        display: grid;
        gap: 24px;
    }
    .srvd-media {
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
        background: #e2e8f0;
    }
    .srvd-media img {
        width: 100%;
        display: block;
        object-fit: cover;
        max-height: 540px;
    }
    .srvd-content {
        border-radius: 20px;
        background: #fff;
        padding: 36px;
        box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
    }
    .srvd-content__header { margin-bottom: 24px; }
    .srvd-content h2 {
        margin: 0 0 14px;
        color: #0a1d3d;
        font-size: 30px;
        line-height: 1.25;
        font-weight: 800;
        letter-spacing: -0.3px;
    }
    .srvd-content__divider {
        display: inline-block;
        width: 56px;
        height: 3px;
        background: #911920;
        border-radius: 3px;
    }
    .srvd-content__chips {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 16px;
    }
    .srvd-chip {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        padding: 6px 14px;
        border-radius: 999px;
        border: 1px solid #e5e7eb;
        color: #475569;
        background: #f8fafc;
        font-size: 13px;
        font-weight: 600;
    }
    .srvd-chip i { font-size: 12px; color: #911920; }
    .srvd-content__body {
        color: #374151;
        font-size: 16px;
        line-height: 1.9;
    }
    .srvd-content__body p { margin: 0 0 16px; }
    .srvd-content__body p:last-child { margin-bottom: 0; }
    .srvd-content__body h2, .srvd-content__body h3 {
        color: #0a1d3d;
        font-weight: 700;
        margin: 28px 0 14px;
    }
    .srvd-content__body ul, .srvd-content__body ol { padding-left: 22px; margin: 0 0 18px; }
    .srvd-content__body li { margin-bottom: 8px; }

    .srvd-side {
        position: sticky;
        top: 94px;
    }
    .srvd-side__card {
        border-radius: 18px;
        background: #fff;
        padding: 24px;
        box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
    }
    .srvd-side__card h3 {
        margin: 0 0 18px;
        color: #0a1d3d;
        font-size: 17px;
        font-weight: 800;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .srvd-side__card h3 i { color: #911920; font-size: 18px; }
    .srvd-side__list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 8px;
    }
    .srvd-side__list a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        text-decoration: none;
        color: #334155;
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        padding: 12px 14px;
        font-size: 14px;
        font-weight: 600;
        transition: all .2s ease;
    }
    .srvd-side__list a i {
        color: #9ca3af;
        font-size: 12px;
        transition: transform .2s ease, color .2s ease;
    }
    .srvd-side__list a:hover {
        color: #911920;
        border-color: #911920;
        background: #fff;
    }
    .srvd-side__list a:hover i {
        color: #911920;
        transform: translateX(3px);
    }

    @media (max-width: 991px) {
        .srvd-layout { grid-template-columns: 1fr; }
        .srvd-side { position: static; }
    }

/* ===================== partials/partners ===================== */
        .partners-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
            position: relative;
            overflow: hidden;
        }

        .partners-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(255, 107, 53, 0.05) 0%, transparent 70%);
            border-radius: 50%;
        }

        .section-header {
            margin-bottom: 60px;
        }

        .section-title {
            position: relative;
            display: inline-block;
            margin-bottom: 15px;
        }

        .divider {
            animation: expandWidth 1s ease-in-out;
        }

        @keyframes expandWidth {
            from {
                width: 0;
            }
            to {
                width: 80px;
            }
        }

        /* Partners Grid */
        .partners-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
            margin-bottom: 40px;
        }

        /* Partner Card */
        .partner-card {
            height: 100%;
            perspective: 1000px;
        }

        .partner-card__inner {
            position: relative;
            height: 200px;
            background: white;
            border: 2px solid #e8e8e8;
            border-radius: 12px;
            padding: 30px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            overflow: hidden;
            cursor: pointer;
        }

        .partner-card__overlay {
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.5s ease;
        }

        .partner-card__inner:hover {
            border-color: #911a21;
            transform: translateY(-8px) scale(1.02);
            box-shadow: 0 12px 24px rgba(145, 26, 33, 0.15);
            background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
        }

        .partner-card__inner:hover .partner-card__overlay {
            left: 100%;
        }

        .partner-card__logo-wrapper {
            position: relative;
            z-index: 2;
            margin-bottom: 15px;
            height: 80px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .partner-card__logo {
            max-width: 100%;
            max-height: 80px;
            object-fit: contain;
            filter: grayscale(100%);
            transition: all 0.3s ease;
        }

        .partner-card__inner:hover .partner-card__logo {
            filter: grayscale(0%);
            transform: scale(1.1);
        }

        .partner-card__placeholder {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 80px;
            height: 80px;
            background: #f0f0f0;
            border-radius: 8px;
        }

        .partner-card__info {
            position: relative;
            z-index: 2;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .partner-card__name {
            font-size: 1.1rem;
            font-weight: 600;
            color: #1a1a1a;
            margin: 0;
            margin-bottom: 8px;
            transition: color 0.3s ease;
        }

        .partner-card__inner:hover .partner-card__name {
            color: #911a21;
        }

        .partner-card__description {
            font-size: 0.85rem;
            color: #999;
            margin: 0;
            line-height: 1.4;
            transition: color 0.3s ease;
        }

        .partner-card__inner:hover .partner-card__description {
            color: #666;
        }

        .partner-card__link {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 36px;
            height: 36px;
            background: #911a21;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.9rem;
            transition: all 0.3s ease;
            opacity: 0;
            transform: scale(0.5);
            z-index: 3;
        }

        .partner-card__inner:hover .partner-card__link {
            opacity: 1;
            transform: scale(1);
        }

        .partner-card__link:hover {
            background: #911a21;
            transform: scale(1.1);
        }

        /* Statistics Cards */
        .stat-card {
            background: white;
            border: 2px solid #e8e8e8;
            border-radius: 12px;
            padding: 30px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .stat-card:hover {
            border-color: #911a21;
            transform: translateY(-5px);
            box-shadow: 0 12px 24px rgba(145, 26, 33, 0.1);
        }

        .stat-card__value {
            font-size: 2.5rem;
            font-weight: 700;
            color: #911a21;
            margin-bottom: 10px;
            font-family: 'Courier New', monospace;
        }

        .stat-card__label {
            font-size: 0.95rem;
            color: #666;
            font-weight: 500;
        }

        /* Counter Animation */
        .counter {
            transition: all 0.3s ease;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .partners-grid {
                grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
                gap: 20px;
            }

            .partner-card__inner {
                height: 160px;
                padding: 20px;
            }

            .section-title {
                font-size: 1.8rem;
            }

            .stat-card__value {
                font-size: 2rem;
            }
        }

        @media (max-width: 480px) {
            .partners-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }

            .partner-card__inner {
                height: 140px;
                padding: 15px;
            }

            .section-title {
                font-size: 1.5rem;
            }

            .stat-card {
                padding: 20px;
            }

            .stat-card__value {
                font-size: 1.5rem;
            }
        }

        /* Loading Animation */
        @keyframes pulse {
            0%, 100% {
                opacity: 1;
            }
            50% {
                opacity: 0.5;
            }
        }

        .partner-logo-img[data-src] {
            animation: pulse 1.5s ease-in-out infinite;
        }
