
/* V3.0 – Ürün teknik zekâ bölümü */
.mtp-product-intelligence,
.mtp-product-intelligence *{box-sizing:border-box}

.mtp-product-intelligence{
    width:min(1320px,calc(100% - 24px));
    margin:34px auto;
    padding:26px;
    border:1px solid #dfe6ee;
    border-radius:22px;
    background:linear-gradient(180deg,#ffffff,#f7f9fc);
    box-shadow:0 18px 45px rgba(15,35,59,.08);
    color:#10233b;
}

.mtp-product-intelligence-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding-bottom:20px;
    border-bottom:1px solid #e4eaf0;
}

.mtp-product-intelligence-head span{
    display:block;
    margin-bottom:6px;
    color:#e3062d;
    font-size:10px;
    font-weight:900;
    letter-spacing:1.2px;
}

.mtp-product-intelligence-head h2{
    margin:0;
    font-size:clamp(24px,3vw,34px);
}

.mtp-product-intelligence-head p{
    margin:8px 0 0;
    color:#64748b;
    font-size:12px;
    line-height:1.6;
}

.mtp-product-ask-ai{
    flex:0 0 auto;
    min-height:46px;
    padding:0 18px;
    border:0;
    border-radius:9px;
    background:#e3062d;
    color:#fff;
    font-size:10px;
    font-weight:900;
    cursor:pointer;
}

.mtp-product-profile-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    margin-top:20px;
}

.mtp-product-profile-grid>div{
    padding:16px;
    border:1px solid #e1e7ee;
    border-radius:13px;
    background:#fff;
}

.mtp-product-profile-grid small,
.mtp-product-profile-grid strong{
    display:block;
}

.mtp-product-profile-grid small{
    margin-bottom:6px;
    color:#6b7b8d;
    font-size:9px;
    font-weight:900;
}

.mtp-product-profile-grid strong{
    font-size:14px;
}

.mtp-product-tag-block{
    margin-top:20px;
}

.mtp-product-tag-block h3,
.mtp-product-fault-title h3{
    margin:0 0 10px;
    font-size:18px;
}

.mtp-product-tag-block>div{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.mtp-product-tag-block a{
    padding:8px 11px;
    border:1px solid #dfe6ee;
    border-radius:999px;
    background:#fff;
    color:#10233b;
    text-decoration:none;
    font-size:10px;
    font-weight:800;
}

.mtp-product-tag-block a:hover{
    border-color:#e3062d;
    color:#e3062d;
}

.mtp-product-fault-links{
    margin-top:26px;
    padding-top:23px;
    border-top:1px solid #e4eaf0;
}

.mtp-product-fault-title{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:20px;
    margin-bottom:14px;
}

.mtp-product-fault-title p{
    max-width:620px;
    margin:0;
    color:#64748b;
    font-size:11px;
    line-height:1.55;
}

.mtp-product-fault-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:11px;
}

.mtp-product-fault-grid a{
    display:block;
    min-height:145px;
    padding:15px;
    border:1px solid #e0e6ed;
    border-radius:13px;
    background:#fff;
    color:#10233b;
    text-decoration:none;
    transition:.18s ease;
}

.mtp-product-fault-grid a:hover{
    transform:translateY(-2px);
    border-color:#e3062d;
    box-shadow:0 10px 25px rgba(227,6,45,.09);
}

.mtp-product-fault-grid strong,
.mtp-product-fault-grid span,
.mtp-product-fault-grid b,
.mtp-product-fault-grid em{
    display:block;
}

.mtp-product-fault-grid strong{
    color:#e3062d;
    font-size:16px;
}

.mtp-product-fault-grid span{
    margin-top:5px;
    color:#69798c;
    font-size:9px;
    font-weight:800;
}

.mtp-product-fault-grid b{
    margin-top:12px;
    font-size:12px;
    line-height:1.45;
}

.mtp-product-fault-grid em{
    margin-top:8px;
    color:#7a899a;
    font-size:9px;
    font-style:normal;
    font-weight:800;
}

@media(max-width:980px){
    .mtp-product-profile-grid{grid-template-columns:1fr 1fr}
    .mtp-product-fault-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:620px){
    .mtp-product-intelligence{
        width:calc(100% - 14px);
        padding:18px 14px;
        border-radius:16px;
    }

    .mtp-product-intelligence-head,
    .mtp-product-fault-title{
        display:block;
    }

    .mtp-product-ask-ai{
        width:100%;
        margin-top:15px;
    }

    .mtp-product-profile-grid,
    .mtp-product-fault-grid{
        grid-template-columns:1fr;
    }

    .mtp-product-fault-title p{
        margin-top:8px;
    }
}
