

.tekiner-medya-merkezi-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.tekiner-medya-merkezi-page .mm-breadcrumb-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.tekiner-medya-merkezi-page .mm-breadcrumb-container .breadcrumb {
    padding: 10px 0;
    margin: 0;
}

.mm-hero {
    padding: 1rem 1.5rem;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mm-hero--has-bg {
    padding: 2.5rem 1.5rem;
    min-height: calc(320px + 1cm);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mm-hero--has-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 39, 65, 0.45);
    z-index: 0;
}

.mm-hero-inner {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.mm-hero-title {
    margin: 0 0 0.35rem 0;
    font-size: 24px !important;
    font-weight: 700;
    color: #002741;
    line-height: 1.3;
}

.mm-hero-subtitle,
.tekiner-medya-merkezi-page .mm-hero-subtitle {
    margin: 0;
    font-size: 16px !important;
    font-weight: 400;
    color: #555;
}

.mm-hero--has-bg .mm-hero-title {
    color: #fff;
}

.mm-hero--has-bg .mm-hero-subtitle,
.mm-hero--has-bg .tekiner-medya-merkezi-page .mm-hero-subtitle {
    color: rgba(255, 255, 255, 0.92);
}

.mm-content {
    width: 100%;
    padding: 1.25rem 0 3rem;
}

.mm-columns {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 1.5rem;
    align-items: start;
}

@media (max-width: 992px) {
    .mm-columns {
        grid-template-columns: 1fr 1fr;
    }
    .mm-col-blog { grid-column: 1 / -1; }
}

@media (max-width: 576px) {
    .mm-columns {
        grid-template-columns: 1fr;
    }
}

.mm-box {
    background: #fff;
    border-radius: 0;
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
}

.tekiner-medya-merkezi-page .mm-box-title,
.mm-box-title {
    margin: 0 0 1rem 0;
    padding-top: 0;
    padding-bottom: 2rem !important;
    font-size: 15px;
    font-weight: 600;
    color: #002741;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
}

.mm-empty {
    color: #666;
    font-size: 14px;
    margin: 0;
}

.mm-sosyal-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.mm-sosyal-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    overflow: hidden;
}

.mm-sosyal-card-image {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 6;
    background: #f0f0f0;
    overflow: hidden;
}

.mm-sosyal-card-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.mm-sosyal-card-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: #fafafa;
    border-top: 1px solid #eee;
}

.mm-sosyal-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    color: #002741;
    background: #fff;
    border: 1px solid #e8e8e8;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mm-sosyal-icon-link:hover {
    background: rgba(8, 66, 142, 0.08);
    border-color: #08428e;
    color: #08428e;
}

.mm-sosyal-icon-link svg {
    width: 22px;
    height: 22px;
}

.mm-sosyal-icon-link.mm-sosyal-linkedin:hover { border-color: #0a66c2; color: #0a66c2; }
.mm-sosyal-icon-link.mm-sosyal-facebook:hover { border-color: #1877f2; color: #1877f2; }
.mm-sosyal-icon-link.mm-sosyal-instagram:hover { border-color: #e4405f; color: #e4405f; }
.mm-sosyal-icon-link.mm-sosyal-twitter:hover { border-color: #000; color: #000; }
.mm-sosyal-icon-link.mm-sosyal-youtube:hover { border-color: #ff0000; color: #ff0000; }

.mm-blog-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mm-blog-item {
    margin: 0;
}

.mm-blog-link {
    display: flex;
    align-items: stretch;
    gap: 1rem;
    text-decoration: none;
    color: inherit;
    padding: 0.5rem 1.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    border-bottom: 1px solid #eee;
    transition: background 0.2s ease;
}

.mm-blog-link:hover {
    background: rgba(0, 39, 65, 0.03);
}

.mm-blog-item:last-child .mm-blog-link {
    border-bottom: none;
}

.mm-blog-thumb {
    flex-shrink: 0;
    width: 160px;
    min-height: 110px;
    align-self: stretch;
    background: #f0f0f0;
    overflow: hidden;
    position: relative;
}

.mm-blog-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.mm-blog-text {
    flex: 1;
    min-width: 0;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tekiner-medya-merkezi-page .mm-blog-title,
.mm-blog-title {
    margin: 0 0 0.25rem 0;
    font-size: 18px !important;
    font-weight: 600;
    color: #08428e;
    line-height: 1.3;
}

.mm-blog-link:hover .mm-blog-title {
    text-decoration: underline;
}

.tekiner-medya-merkezi-page .mm-blog-date,
.mm-blog-date {
    display: block;
    font-size: 14px !important;
    color: #888;
    margin-bottom: 0.25rem;
}

.tekiner-medya-merkezi-page .mm-blog-excerpt,
.mm-blog-excerpt {
    margin: 0 0 0.25rem 0;
    font-size: 16px !important;
    color: #555;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tekiner-medya-merkezi-page .mm-blog-more,
.mm-blog-more {
    font-size: 16px !important;
    color: #08428e;
    font-weight: 500;
    align-self: flex-end;
}

.mm-basin-kiti {
    margin-top: 1.25rem;
}

.mm-basin-kiti-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 1.25rem;
    min-height: 72px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0 6px 6px 0;
    text-decoration: none;
    color: inherit;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.mm-basin-kiti-link:hover {
    background: rgba(8, 66, 142, 0.08);
    border-color: #08428e;
}

.mm-basin-kiti-thumb {
    flex-shrink: 0;
    width: 110px;
    height: 72px;
    margin-left: -1.25rem;
    background: #fff;
    overflow: hidden;
    border-radius: 0 6px 6px 0;
}

.mm-basin-kiti-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.mm-basin-kiti-link .mm-basin-kiti-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    margin-left: -1.25rem;
    color: #8b7355;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mm-basin-kiti-link .mm-basin-kiti-icon svg {
    width: 40px;
    height: 40px;
}

.mm-basin-kiti-right {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.mm-basin-kiti-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
}

.mm-basin-kiti-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 1rem;
    background: #08428e;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    flex-shrink: 0;
}

.mm-basin-kiti-link:hover .mm-basin-kiti-btn {
    background: #063a7a;
}

.mm-basin-kiti-btn-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.mm-katalog-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.mm-katalog-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 1.25rem;
    min-height: 72px;
    background: #f8f9fa;
    border: 1px solid #eee;
    text-decoration: none;
    color: #002741;
    font-size: 15px;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.mm-katalog-thumb {
    flex-shrink: 0;
    width: 110px;
    height: 72px;
    min-height: 72px;
    align-self: stretch;
    margin-left: -1.25rem;
    background: transparent;
    overflow: hidden;
    border-radius: 0 6px 6px 0;
}

.mm-katalog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.mm-katalog-link:hover {
    background: rgba(8, 66, 142, 0.08);
    border-color: #08428e;
}

.mm-katalog-title {
    flex: 1;
    font-weight: 500;
    font-size: 15px;
}

.mm-katalog-label {
    flex-shrink: 0;
    font-size: 13px;
    color: #08428e;
    font-weight: 500;
}

.mm-galeri {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #e8e8e8;
}

.mm-galeri-title {
    margin: 0 0 1.25rem 0;
    font-size: 16px;
    font-weight: 600;
    color: #002741;
}

.mm-galeri-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
}

.mm-galeri-item {
    background: #fff;
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 0;
}

.mm-galeri-image {
    aspect-ratio: 4 / 3;
    background: #f5f5f5;
    overflow: hidden;
}

.mm-galeri-image-trigger {
    cursor: pointer;
    display: block;
}

.mm-galeri-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mm-galeri-item--video .mm-galeri-video-wrap {
    position: relative;
    aspect-ratio: 4 / 3;
    background: #000;
    overflow: hidden;
    cursor: pointer;
}

.mm-galeri-item--video .mm-galeri-video-wrap video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mm-galeri-item--video .mm-galeri-video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.25);
    transition: background 0.2s ease;
}

.mm-galeri-item--video .mm-galeri-video-trigger:hover .mm-galeri-video-overlay {
    background: rgba(0, 0, 0, 0.4);
}

.mm-galeri-video-play {
    position: relative;
    z-index: 2;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.95);
    color: #002741;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.mm-galeri-video-play svg {
    width: 26px;
    height: 26px;
    margin-left: 3px;
}

.mm-galeri-video-pulse {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 52px;
    height: 52px;
    margin-left: -26px;
    margin-top: -26px;
    border: 3px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    animation: mm-galeri-pulse 1.5s ease-out infinite;
    pointer-events: none;
}

@keyframes mm-galeri-pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.mm-galeri-video-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.mm-galeri-video-modal--open {
    opacity: 1;
    visibility: visible;
}

.mm-galeri-video-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
}

.mm-galeri-video-modal-inner {
    position: relative;
    width: 100%;
    max-width: 900px;
    max-height: 90vh;
}

.mm-galeri-video-modal-close,
.mm-galeri-image-modal-close {
    position: fixed;
    top: 2rem;
    right: 2rem;
    width: 44px;
    height: 44px;
    border: none;
    background: rgba(255, 255, 255, 0.95);
    color: #002741;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    z-index: 100000;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.mm-galeri-video-modal-close:hover,
.mm-galeri-image-modal-close:hover {
    background: #fff;
    color: #08428e;
    transform: scale(1.05);
}

.mm-galeri-video-modal-close:focus,
.mm-galeri-image-modal-close:focus {
    outline: 2px solid rgba(255, 255, 255, 0.8);
    outline-offset: 2px;
}

.mm-galeri-video-modal-player {
    width: 100%;
    max-height: 90vh;
    display: block;
    background: #000;
}

.mm-galeri-image-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.mm-galeri-image-modal--open {
    opacity: 1;
    visibility: visible;
}

.mm-galeri-image-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
}

.mm-galeri-image-modal-inner {
    position: relative;
    width: 100%;
    max-width: 95vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mm-galeri-image-modal-inner img {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.mm-galeri-image-modal-prev,
.mm-galeri-image-modal-next {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: none;
    background: rgba(255, 255, 255, 0.95);
    color: #002741;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.mm-galeri-image-modal-prev {
    left: 1rem;
}

.mm-galeri-image-modal-next {
    right: 1rem;
}

@media (max-width: 768px) {
    .mm-galeri-image-modal-prev { left: max(0.5rem, env(safe-area-inset-left, 0px)); }
    .mm-galeri-image-modal-next { right: max(0.5rem, env(safe-area-inset-right, 0px)); }
}

.mm-galeri-image-modal-prev:hover,
.mm-galeri-image-modal-next:hover {
    background: #fff;
    color: #08428e;
    transform: translateY(-50%) scale(1.08);
}

.mm-galeri-image-modal-prev svg,
.mm-galeri-image-modal-next svg {
    width: 24px;
    height: 24px;
}

.mm-galeri-caption {
    margin: 0;
    padding: 0.5rem 0.75rem;
    font-size: 13px;
    color: #555;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .tekiner-medya-merkezi-page .mm-breadcrumb-container {
        padding-top: max(0.75rem, env(safe-area-inset-top, 0px));
        padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
        padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
    }

    .mm-hero {
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: max(1rem, env(safe-area-inset-left, 0px));
        padding-right: max(1rem, env(safe-area-inset-right, 0px));
    }

    .mm-hero--has-bg {
        padding: 1.75rem 1rem;
        min-height: min(38vh, 300px);
    }

    .mm-hero-title { font-size: 22px !important; }
    .mm-hero-subtitle,
    .tekiner-medya-merkezi-page .mm-hero-subtitle { font-size: 15px !important; }

    .mm-content-wrap.container,
    .tekiner-medya-merkezi-page .mm-content-wrap {
        padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
        padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
    }

    .mm-content { padding: 1.25rem 0 2rem; }

    .mm-box {
        padding: 0.875rem 1rem 1.25rem;
    }

    .tekiner-medya-merkezi-page .mm-box-title,
    .mm-box-title {
        padding-bottom: 1rem !important;
    }

    .mm-sosyal-card-image {
        aspect-ratio: 16 / 9;
    }

    .mm-blog-title { font-size: 17px !important; }

    .mm-galeri {
        margin-top: 2rem;
        padding-top: 1.5rem;
    }

    .mm-galeri-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .mm-galeri-video-play {
        width: 48px;
        height: 48px;
    }

    .mm-galeri-video-play svg {
        width: 22px;
        height: 22px;
    }

    .mm-galeri-video-pulse {
        width: 48px;
        height: 48px;
        margin-left: -24px;
        margin-top: -24px;
    }

    .mm-galeri-video-modal,
    .mm-galeri-image-modal {
        padding: max(0.75rem, env(safe-area-inset-top, 0px)) max(0.75rem, env(safe-area-inset-right, 0px)) max(0.75rem, env(safe-area-inset-bottom, 0px)) max(0.75rem, env(safe-area-inset-left, 0px));
    }

    .mm-galeri-video-modal-inner {
        max-height: min(85vh, 100dvh - 2rem);
    }

    .mm-galeri-video-modal-close,
    .mm-galeri-image-modal-close {
        top: max(0.75rem, env(safe-area-inset-top, 0px));
        right: max(0.75rem, env(safe-area-inset-right, 0px));
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .mm-galeri-image-modal-inner {
        max-height: min(85vh, 100dvh - 3rem);
    }

    .mm-galeri-image-modal-prev,
    .mm-galeri-image-modal-next {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 576px) {
    .mm-hero--has-bg {
        min-height: min(36vh, 260px);
        padding: 1.5rem 0.875rem;
    }

    .mm-basin-kiti-right {
        flex-direction: column;
        align-items: stretch;
        gap: 0.65rem;
    }

    .mm-basin-kiti-btn {
        width: 100%;
        justify-content: center;
    }

    .mm-katalog-link {
        flex-wrap: wrap;
        row-gap: 0.35rem;
    }

    .mm-katalog-title {
        flex: 1 1 100%;
        min-width: 0;
    }

    .mm-katalog-label {
        margin-left: auto;
    }
}

@media (max-width: 480px) {
    .mm-hero-title { font-size: 1.25rem !important; }
    .mm-hero-subtitle,
    .tekiner-medya-merkezi-page .mm-hero-subtitle { font-size: 14px !important; }

    .mm-galeri-grid { grid-template-columns: 1fr; }

    .mm-blog-link {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
        padding: 0.75rem 0;
        gap: 0.75rem;
    }

    .mm-blog-thumb {
        width: 100%;
        height: 160px;
        min-height: 140px;
        align-self: stretch;
    }

    .mm-blog-text {
        min-height: 0;
    }

    .mm-blog-title { font-size: 16px !important; }

    .mm-blog-excerpt {
        -webkit-line-clamp: 3;
    }

    .mm-katalog-link {
        flex-direction: column;
        align-items: stretch;
        min-height: 0;
        padding: 0.875rem;
        gap: 0.5rem;
    }

    .mm-katalog-thumb {
        width: 100%;
        height: 130px;
        min-height: 100px;
        margin-left: 0;
        align-self: stretch;
        border-radius: 0;
    }

    .mm-katalog-label {
        margin-left: 0;
        align-self: flex-start;
    }

    .mm-basin-kiti-link {
        flex-wrap: wrap;
        padding: 0.75rem 1rem;
        min-height: 0;
    }

    .mm-basin-kiti-thumb {
        width: 100%;
        height: 120px;
        margin-left: 0;
        border-radius: 0;
    }

    .mm-basin-kiti-link .mm-basin-kiti-icon {
        margin-left: 0;
    }
}
