/* MSG Fırın – Ana sayfa tasarımı */

.msg-hero {
    padding: 50px 0 35px;
    background: #ffffff;
}

.msg-hero__intro {
    margin-bottom: 35px;
}

.msg-hero__eyebrow {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #333333;
    text-transform: uppercase;
}

.msg-hero__title {
    margin: 0 0 10px;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
    color: #111111;
    letter-spacing: 0.02em;
}

.msg-hero__subtitle {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #555555;
}

.msg-hero__main {
    align-items: center;
    margin-bottom: 30px;
}

.msg-hero__product-wrap {
    text-align: center;
    padding: 10px 15px 0;
}

.msg-hero__product {
    max-height: 420px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.msg-hero__model {
    margin: 18px 0 0;
    font-size: 16px;
    font-weight: 700;
    color: #cb011b;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.msg-hero__highlights {
    padding: 10px 0 0 10px;
}

.msg-highlight {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ececec;
}

.msg-highlight:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.msg-highlight__icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff5f5;
    border: 2px solid #f3d0d5;
    border-radius: 8px;
    color: #cb011b;
    font-size: 22px;
}

.msg-highlight__body h3 {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 700;
    color: #222222;
}

.msg-highlight__body p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    text-align: justify;
}

.msg-hero__features {
    margin-top: 10px;
    padding-top: 25px;
    border-top: 1px solid #ececec;
}

.msg-feature-box {
    text-align: center;
    margin-bottom: 20px;
    padding: 18px 10px;
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    min-height: 130px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.msg-feature-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.msg-feature-box__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 24px;
    color: #ffffff;
}

.msg-feature-box__icon--brick { background: #cb011b; }
.msg-feature-box__icon--heat { background: #e67e22; }
.msg-feature-box__icon--turbo { background: #2980b9; }
.msg-feature-box__icon--steam { background: #16a085; }
.msg-feature-box__icon--alarm { background: #8e44ad; }
.msg-feature-box__icon--electric { background: #f39c12; }

.msg-feature-box span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #333333;
    line-height: 1.4;
}

/* Teknik özellikler */
.msg-tech {
    padding: 55px 0 40px;
    background: #f7f7f7;
}

.msg-tech-card {
    background: #ffffff;
    border-left: 4px solid #cb011b;
    padding: 20px 18px;
    margin-bottom: 18px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.msg-tech-card h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #222222;
}

.msg-tech-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    text-align: justify;
}

.msg-tech__center {
    padding: 0 10px;
}

.msg-tech__panel-wrap {
    text-align: center;
    margin-bottom: 25px;
}

.msg-tech__panel {
    max-height: 280px;
    width: auto;
    margin: 0 auto;
}

.msg-tech__capacity h4 {
    text-align: center;
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 700;
    color: #222222;
}

.msg-capacity-box {
    text-align: center;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 15px 10px;
}

.msg-capacity-box__diagram {
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px dashed #cb011b;
    border-radius: 6px;
    background: #fff9fa;
}

.msg-capacity-box__trays {
    font-size: 28px;
    font-weight: 800;
    color: #cb011b;
    line-height: 1;
}

.msg-capacity-box__diagram small {
    font-size: 11px;
    font-weight: 700;
    color: #666666;
}

.msg-capacity-box p {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #444444;
}

.msg-tech__specs {
    background: #ffffff;
    padding: 24px 22px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    height: 100%;
}

.msg-tech__specs h2 {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 800;
    color: #111111;
    padding-bottom: 12px;
    border-bottom: 3px solid #cb011b;
}

.msg-tech__specs ul {
    margin: 0;
    padding-left: 18px;
}

.msg-tech__specs li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #555555;
}

/* Maestro Digital kılavuz bölümü */
.msg-guide {
    padding: 0 0 55px;
    background: #f7f7f7;
}

.msg-guide__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 35px;
    padding: 28px 30px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}

.msg-guide__header-text h2 {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    color: #c9a227;
    letter-spacing: 0.02em;
}

.msg-guide__tagline {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 600;
    color: #888888;
}

.msg-guide__subtitle {
    margin: 0;
    font-size: 13px;
    color: #999999;
}

.msg-guide__badge {
    flex-shrink: 0;
    padding: 10px 18px;
    background: #f5d76e;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 800;
    color: #222222;
    white-space: nowrap;
}

.msg-guide__section {
    margin-bottom: 32px;
}

.msg-guide__section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 800;
    color: #222222;
    letter-spacing: 0.02em;
}

.msg-guide__section-bar {
    display: inline-block;
    width: 5px;
    height: 22px;
    background: #e8b923;
    border-radius: 2px;
    flex-shrink: 0;
}

.msg-guide-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    height: 100%;
    min-height: 110px;
    margin-bottom: 16px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 6px;
}

.msg-guide-card__icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 18px;
    color: #ffffff;
}

.msg-guide-card__icon--brick { background: #cb011b; }
.msg-guide-card__icon--heat { background: #e67e22; }
.msg-guide-card__icon--turbo { background: #f1c40f; color: #333333; }
.msg-guide-card__icon--steam { background: #3498db; }
.msg-guide-card__icon--alarm { background: #f39c12; color: #333333; }
.msg-guide-card__icon--electric { background: #2c3e50; }

.msg-guide-card__body h4 {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 800;
    color: #d35400;
}

.msg-guide-card__body p {
    margin: 0;
    font-size: 12px;
    line-height: 1.65;
    color: #666666;
    text-align: justify;
}

.msg-guide-panel-card {
    height: 100%;
    min-height: 120px;
    margin-bottom: 16px;
    padding: 20px 18px;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 6px;
}

.msg-guide-panel-card h4 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 800;
    color: #d35400;
}

.msg-guide-panel-card p {
    margin: 0;
    font-size: 12px;
    line-height: 1.65;
    color: #666666;
    text-align: justify;
}

.msg-guide-specs-box {
    height: 100%;
    margin-bottom: 16px;
    padding: 22px 20px;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 6px;
}

.msg-guide-specs-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.msg-guide-specs-list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
    line-height: 1.6;
    color: #555555;
}

.msg-guide-specs-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.msg-guide-specs-list strong {
    color: #222222;
}

.msg-guide-table-wrap {
    height: 100%;
    margin-bottom: 16px;
    padding: 22px 20px;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 6px;
}

.msg-guide-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 12px;
}

.msg-guide-table thead th {
    padding: 12px 10px;
    background: #1e3a5f;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    border: 1px solid #1e3a5f;
}

.msg-guide-table tbody td {
    padding: 11px 10px;
    font-size: 13px;
    color: #444444;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.msg-guide-table tbody tr:nth-child(even) td {
    background: #f9f9f9;
}

.msg-guide-table-note {
    margin: 0;
    font-size: 11px;
    font-style: italic;
    line-height: 1.5;
    color: #888888;
}

.msg-guide__footer-bar {
    padding: 14px 20px;
    background: #e8eef3;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #555555;
    text-align: center;
}

/* Hizmet bannerları */
.msg-banners {
    padding: 0 0 70px;
    background: #f7f7f7;
}

.msg-banner {
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 220px;
    margin-bottom: 24px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.msg-banner:hover,
.msg-banner:focus {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
    text-decoration: none !important;
}

.msg-banner__image {
    height: 140px;
    overflow: hidden;
    background: #f0f0f0;
}

.msg-banner__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.msg-banner__image--repair img {
    object-fit: contain;
    padding: 10px;
    background: #1a1a2e;
}

.msg-banner__icon-wrap {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #cb011b 0%, #8b000f 100%);
    color: #ffffff;
    font-size: 64px;
}

.msg-banner__icon-wrap--secondhand {
    background: linear-gradient(135deg, #1f6f8b 0%, #145374 100%);
}

.msg-banner__icon-wrap--repair {
    background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
}

.msg-banner--service .msg-banner__icon-wrap {
    background: linear-gradient(135deg, #cb011b 0%, #8b000f 100%);
}

.msg-banner__content {
    padding: 18px 20px 22px;
    text-align: center;
}

.msg-banner__content h3 {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 800;
    color: #222222;
    letter-spacing: 0.02em;
}

.msg-banner__phone {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 800;
    color: #cb011b;
}

.msg-banner__btn {
    display: inline-block;
    padding: 8px 20px;
    background: #cb011b;
    color: #ffffff !important;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.msg-banner--service .msg-banner__content {
    background: #ffffff;
}

/* Ürünler bölümü – ana sayfa */
.home-products-area--modern {
    background: #ffffff !important;
}

@media (max-width: 991px) {
    .msg-hero__highlights {
        padding: 25px 0 0;
    }

    .msg-tech__center {
        margin: 25px 0;
    }

    .msg-tech__specs {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .msg-hero {
        padding: 35px 0 25px;
    }

    .msg-hero__title {
        font-size: 30px;
    }

    .msg-hero__subtitle {
        font-size: 16px;
    }

    .msg-hero__product {
        max-height: 300px;
    }

    .msg-highlight__body p {
        text-align: left;
    }

    .msg-tech {
        padding: 40px 0 30px;
    }

    .msg-guide {
        padding-bottom: 40px;
    }

    .msg-guide__header {
        flex-direction: column;
        padding: 22px 18px;
    }

    .msg-guide__header-text h2 {
        font-size: 18px;
    }

    .msg-banners {
        padding-bottom: 45px;
    }
}
