/* İç sayfa başlık banner */
.inner-title-banner {
    margin-bottom: 0;
}

.inner-title-banner .page-title,
.inner-title-banner .page-title.overlay-dark {
    position: relative;
    background-color: #cb011b !important;
    background-image: linear-gradient(135deg, #cb011b 0%, #8f0012 100%) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-attachment: scroll !important;
    padding: 44px 0 !important;
    overflow: hidden;
}

.inner-title-banner .page-title.overlay-dark:after {
    display: none !important;
}

.inner-title-banner .page-title .container {
    position: relative;
    z-index: 1;
}

.inner-title-banner .page-title h1,
.inner-title-banner .page-title h2 {
    color: #ffffff !important;
    font-size: 30px !important;
    font-weight: 800 !important;
    margin: 0 !important;
    letter-spacing: 0.02em;
    text-shadow: none !important;
}

.inner-title-banner .page-title h1:before,
.inner-title-banner .page-title h2:before {
    content: "";
    display: block;
    width: 48px;
    height: 4px;
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 2px;
}

/* MSG Fırın – İç sayfa stilleri */

.logo-area {
    display: flex !important;
    align-items: center;
}

.logo-area .msg-logo {
    display: inline-flex !important;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    text-decoration: none !important;
}

.msg-logo__mark {
    height: 44px;
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto;
    display: block;
}

.msg-logo__divider {
    width: 1px;
    height: 32px;
    margin: 0 12px;
    background: #bdbdbd;
    flex: 0 0 auto;
}

.msg-logo__text {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    color: #9e4a3d;
    letter-spacing: 0.01em;
    flex: 0 0 auto;
}

.msg-logo--display {
    display: inline-flex !important;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.msg-logo-showcase {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    padding: 40px 24px;
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 8px;
}

.msg-logo-showcase .msg-logo__mark {
    height: 56px;
}

.msg-logo-showcase .msg-logo__divider {
    height: 40px;
    margin: 0 16px;
}

.msg-logo-showcase .msg-logo__text {
    font-size: 34px;
}

.msg-logo-showcase--aside {
    margin-top: 20px;
    min-height: 160px;
    padding: 30px 20px;
}

.msg-logo-showcase--aside .msg-logo__mark {
    height: 48px;
}

.msg-logo-showcase--aside .msg-logo__text {
    font-size: 28px;
}

.msg-page {
    padding: 55px 0 70px;
    background: #ffffff;
}

.msg-page__intro h2 {
    margin: 0 0 18px;
    font-size: 28px;
    font-weight: 800;
    color: #111111;
}

.msg-page__intro p {
    text-align: justify;
    line-height: 1.8;
    color: #555555;
    margin-bottom: 16px;
}

.msg-page__hero-image {
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.msg-page__cards {
    margin-top: 25px;
}

.msg-page-card {
    background: #fafafa;
    border: 1px solid #ececec;
    border-top: 3px solid #cb011b;
    padding: 24px 20px;
    margin-bottom: 20px;
    min-height: 190px;
}

.msg-page-card--center {
    text-align: center;
}

.msg-page-card__icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cb011b;
    color: #ffffff;
    border-radius: 50%;
    font-size: 22px;
    margin-bottom: 14px;
}

.msg-page-card--center .msg-page-card__icon {
    margin-left: auto;
    margin-right: auto;
}

.msg-page-card h3 {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 700;
    color: #222222;
}

.msg-page-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    text-align: justify;
}

.msg-page-card--center p {
    text-align: center;
}

.msg-page__aside-image {
    margin-top: 20px;
    border-radius: 8px;
}

.msg-page__cta {
    background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
    border: 1px solid #f0d0d4;
    border-radius: 8px;
    padding: 28px 24px;
}

.msg-page__cta h3 {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 800;
    color: #111111;
}

.msg-page__cta p {
    margin: 0 0 18px;
    line-height: 1.7;
    color: #555555;
}

.msg-page__phone {
    display: block;
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 800;
    color: #cb011b !important;
    text-decoration: none !important;
}

.msg-page__btn {
    display: inline-block;
    margin: 0 8px 10px 0;
    padding: 11px 22px;
    background: #cb011b;
    color: #ffffff !important;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.msg-page__btn:hover,
.msg-page__btn:focus {
    background: #a00016;
    color: #ffffff !important;
    text-decoration: none !important;
}

.msg-page__btn--whatsapp {
    background: #25D366;
}

.msg-page__btn--whatsapp:hover,
.msg-page__btn--whatsapp:focus {
    background: #1ebe57;
}

.msg-page__btn--outline {
    background: transparent;
    border: 2px solid #cb011b;
    color: #cb011b !important;
}

.msg-page__btn--outline:hover,
.msg-page__btn--outline:focus {
    background: #cb011b;
    color: #ffffff !important;
}

.msg-page__list {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.msg-page__list li {
    margin-bottom: 12px;
    font-size: 15px;
    color: #444444;
}

.msg-page__list li i {
    color: #cb011b;
    margin-right: 8px;
}

.msg-page__process {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #ececec;
}

.msg-page__process h2 {
    text-align: center;
    margin: 0 0 30px;
    font-size: 26px;
    font-weight: 800;
    color: #111111;
}

.msg-step {
    text-align: center;
    margin-bottom: 20px;
}

.msg-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    background: #cb011b;
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 800;
}

.msg-step p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #555555;
}

.msg-page__cta--wide {
    margin-top: 45px;
    padding: 35px 25px;
}

.msg-page__cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.menu-four-style .main-menu-area nav > ul > li > a,
.menu-four-style .main-menu-area nav > ul > li > a:hover,
.menu-four-style .main-menu-area nav > ul > li > a:focus,
.menu-four-style .main-menu-area nav > ul > li.active > a {
    color: #ffffff !important;
    opacity: 1 !important;
}

.menu-four-style .main-menu-area nav > ul > li > a:hover,
.menu-four-style .main-menu-area nav > ul > li.active > a {
    background: rgba(0, 0, 0, 0.18);
}

.menu-four-style .main-menu-area nav > ul > li.active > a {
    font-weight: 700;
}

.mobile-menu nav ul li a,
.mobile-menu nav ul li a:hover,
.mobile-menu nav ul li a:focus,
.mobile-menu nav ul li.active > a {
    color: #ffffff !important;
    opacity: 1 !important;
}

.mobile-menu nav ul li.active > a {
    background: rgba(255, 255, 255, 0.12);
}

/* Ürünler sayfası */
.msg-products-page {
    padding: 40px 0 70px;
    background: #f7f7f7;
    overflow-x: hidden;
}

.msg-products-page .container {
    max-width: 100%;
}

.msg-products-page__header {
    max-width: 820px;
    margin: 0 auto 45px;
    text-align: center;
}

.msg-products-page__header h2 {
    margin: 0 0 16px;
    font-size: 30px;
    font-weight: 800;
    color: #111111;
    position: relative;
    padding-bottom: 14px;
}

.msg-products-page__header h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #cb011b;
}

.msg-products-page__header p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #555555;
}

.msg-products-page__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
}

.msg-products-page .product-card.product-card--grid {
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    transform: none !important;
}

.msg-products-page .product-card.product-card--grid:hover {
    transform: none !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.product-card--grid .product-card__image-wrap {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.product-card--grid .product-card__image {
    width: 100%;
    max-width: 100%;
    height: 220px;
    object-fit: cover;
    transform: none !important;
}

.product-card--grid:hover .product-card__image {
    transform: none !important;
}

.product-card--grid .product-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.product-card--grid .product-card__title {
    word-break: break-word;
    overflow-wrap: anywhere;
}

.product-card--grid .product-card__title a {
    display: block;
}

.product-card--grid .product-card__desc {
    flex: 1;
    min-height: 0;
    margin-bottom: 16px;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.product-card--grid .product-card__link {
    margin-top: auto;
}

@media (max-width: 991px) {
    .msg-products-page__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.msg-products-page__footer {
    margin-top: 20px;
    padding: 32px 28px;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 8px;
    text-align: center;
}

.msg-products-page__footer p {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.7;
    color: #555555;
}

.msg-products-page__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

/* Ürün detay sayfası */
.msg-product-detail {
    padding: 36px 0 70px;
    background: #f7f7f7;
}

.msg-product-detail__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
    font-size: 13px;
    color: #888888;
}

.msg-product-detail__breadcrumb a {
    color: #555555 !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.msg-product-detail__breadcrumb a:hover,
.msg-product-detail__breadcrumb a:focus {
    color: #cb011b !important;
}

.msg-product-detail__breadcrumb [aria-current="page"] {
    color: #cb011b;
    font-weight: 600;
}

.msg-product-detail__breadcrumb-sep {
    color: #cccccc;
}

.msg-product-detail__sidebar {
    position: sticky;
    top: 24px;
}

.msg-product-detail__sidebar-title {
    margin: 0 0 16px;
    padding-bottom: 12px;
    font-size: 18px;
    font-weight: 800;
    color: #111111;
    border-bottom: 3px solid #cb011b;
}

.msg-product-detail__nav {
    list-style: none !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.msg-product-detail__nav-item {
    border-bottom: 1px solid #f0f0f0;
}

.msg-product-detail__nav-item:last-child {
    border-bottom: none;
}

.msg-product-detail__nav-item a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 16px;
    color: #333333 !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    text-decoration: none !important;
    transition: background 0.2s ease, color 0.2s ease;
}

.msg-product-detail__nav-item a i {
    flex-shrink: 0;
    margin-top: 2px;
    color: #cb011b;
    transition: color 0.2s ease, transform 0.2s ease;
}

.msg-product-detail__nav-item a:hover,
.msg-product-detail__nav-item a:focus {
    background: #fff5f5;
    color: #cb011b !important;
}

.msg-product-detail__nav-item a:hover i,
.msg-product-detail__nav-item a:focus i {
    transform: translateX(3px);
}

.msg-product-detail__nav-item.is-active a {
    background: linear-gradient(135deg, #cb011b 0%, #a00016 100%);
    color: #ffffff !important;
}

.msg-product-detail__nav-item.is-active a i {
    color: #ffffff;
}

.msg-product-detail__sidebar-cta {
    padding: 22px 18px;
    background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
    border: 1px solid #f0d0d4;
    border-radius: 8px;
}

.msg-product-detail__sidebar-cta h3 {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 800;
    color: #111111;
}

.msg-product-detail__sidebar-cta p {
    margin: 0 0 16px;
    font-size: 13px;
    line-height: 1.65;
    color: #666666;
}

.msg-product-detail__sidebar-cta .msg-page__btn {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
    box-sizing: border-box;
}

.msg-product-detail__card {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

.msg-product-detail__gallery {
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
    line-height: 0;
    max-height: 440px;
}

.msg-product-detail__image {
    display: block;
    width: 100%;
    height: 440px;
    max-height: 440px;
    object-fit: cover;
    object-position: center;
}

.msg-product-detail__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 6px 14px;
    background: #cb011b;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(203, 1, 27, 0.35);
}

.msg-product-detail__body {
    padding: 32px 36px 36px;
}

.msg-product-detail__title {
    margin: 0 0 22px;
    font-size: 28px;
    font-weight: 800;
    color: #111111;
    position: relative;
    padding-bottom: 14px;
}

.msg-product-detail__title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 4px;
    background: #cb011b;
    border-radius: 2px;
}

.msg-product-detail__content p {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.85;
    color: #555555;
    text-align: justify;
}

.msg-product-detail__content p:last-child {
    margin-bottom: 0;
}

.msg-product-detail__content a {
    color: #cb011b !important;
    font-weight: 600;
    text-decoration: underline;
}

.msg-product-detail__content a:hover,
.msg-product-detail__content a:focus {
    color: #a00016 !important;
}

.msg-product-detail__features {
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid #ececec;
}

.msg-product-detail__feature {
    background: #fafafa;
    border: 1px solid #ececec;
    border-top: 3px solid #cb011b;
    border-radius: 8px;
    padding: 22px 18px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.msg-product-detail__feature:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
    transform: translateY(-2px);
}

.msg-product-detail__feature-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cb011b;
    color: #ffffff;
    border-radius: 50%;
    font-size: 18px;
    margin-bottom: 12px;
}

.msg-product-detail__feature h3 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 700;
    color: #222222;
}

.msg-product-detail__feature p {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
    color: #666666;
}

.msg-product-detail__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 32px;
    padding: 28px 24px;
    background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
    border: 1px solid #f0d0d4;
    border-radius: 8px;
}

.msg-product-detail__cta-text h3 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 800;
    color: #111111;
}

.msg-product-detail__cta-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
}

.msg-product-detail__cta-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.msg-product-detail__cta-actions .msg-page__btn {
    margin: 0;
}

.msg-product-detail__back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #666666 !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.msg-product-detail__back:hover,
.msg-product-detail__back:focus {
    color: #cb011b !important;
}

@media (max-width: 991px) {
    .msg-product-detail__sidebar {
        position: static;
        margin-bottom: 30px;
    }

    .msg-product-detail__body {
        padding: 28px 24px 30px;
    }

    .msg-product-detail__title {
        font-size: 24px;
    }

    .msg-product-detail__gallery,
    .msg-product-detail__image {
        max-height: 340px;
    }

    .msg-product-detail__image {
        height: 340px;
    }
}

@media (max-width: 767px) {
    .msg-product-detail {
        padding: 28px 0 50px;
    }

    .msg-product-detail__body {
        padding: 22px 18px 24px;
    }

    .msg-product-detail__title {
        font-size: 22px;
    }

    .msg-product-detail__gallery,
    .msg-product-detail__image {
        max-height: 260px;
    }

    .msg-product-detail__image {
        height: 260px;
    }

    .msg-product-detail__cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .msg-product-detail__cta-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .msg-product-detail__cta-actions .msg-page__btn {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .msg-product-detail__back {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .msg-page {
        padding: 40px 0 50px;
    }

    .msg-page__intro h2 {
        font-size: 24px;
    }

    .msg-page__hero-image {
        margin-top: 25px;
    }

    .msg-page-card {
        min-height: 0;
    }

    .msg-products-page {
        padding: 40px 0 50px;
    }

    .msg-products-page__header h2 {
        font-size: 24px;
    }

    .msg-products-page__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .product-card--grid .product-card__image {
        height: 200px;
    }
}
