
/* İlan Şehri V7.4.3 — Profesyonel İlan Detay Sayfası
 * Yalnız mevcut detail-* sınıflarını biçimlendirir.
 * JavaScript veya backend değişikliği içermez.
 */

.detail-page-shell{
    width:min(1240px,calc(100% - 32px))!important;
    margin:20px auto 34px!important;
}

.detail-breadcrumb{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    margin-bottom:14px!important;
    color:#667085!important;
    font-size:12px!important;
    overflow:auto!important;
    white-space:nowrap!important;
    scrollbar-width:none!important;
}

.detail-breadcrumb::-webkit-scrollbar{display:none!important}

.detail-breadcrumb a{
    color:#475467!important;
    text-decoration:none!important;
}

.detail-breadcrumb b{
    color:#101828!important;
}

.detail-modern-layout{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 360px!important;
    gap:22px!important;
    align-items:start!important;
}

.detail-modern-main{
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    gap:18px!important;
}

.detail-gallery-card,
.detail-modern-summary,
.detail-content-card,
.detail-seller-panel{
    border:1px solid #e4e7ec!important;
    background:#fff!important;
    box-shadow:0 12px 34px rgba(16,24,40,.06)!important;
}

.detail-gallery-card{
    border-radius:22px!important;
    overflow:hidden!important;
}

.detail-gallery-stage{
    position:relative!important;
    background:#f2f4f7!important;
    aspect-ratio:16/10!important;
    min-height:420px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
}

.detail-main-image{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    display:block!important;
}

.detail-gallery-navigation{
    position:absolute!important;
    inset:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    pointer-events:none!important;
    padding:0 14px!important;
}

.detail-gallery-navigation button{
    width:46px!important;
    height:46px!important;
    border:1px solid rgba(255,255,255,.75)!important;
    border-radius:50%!important;
    background:rgba(16,24,40,.56)!important;
    color:#fff!important;
    font-size:30px!important;
    box-shadow:0 8px 20px rgba(16,24,40,.22)!important;
    pointer-events:auto!important;
    backdrop-filter:blur(8px)!important;
}

.detail-gallery-tools{
    position:absolute!important;
    left:14px!important;
    right:14px!important;
    bottom:14px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:8px!important;
}

.detail-photo-count{
    margin-right:auto!important;
    padding:8px 11px!important;
    border-radius:999px!important;
    background:rgba(16,24,40,.66)!important;
    color:#fff!important;
    font-size:11px!important;
    backdrop-filter:blur(8px)!important;
}

.detail-gallery-tools button,
.detail-gallery-tools a{
    width:40px!important;
    height:40px!important;
    border-radius:50%!important;
    border:1px solid rgba(255,255,255,.75)!important;
    background:rgba(255,255,255,.94)!important;
    color:#101828!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-shadow:0 8px 18px rgba(16,24,40,.14)!important;
    text-decoration:none!important;
}

.detail-gallery-tools .active{
    background:#fff1f0!important;
    color:#d92d20!important;
}

.detail-thumb-rail{
    display:flex!important;
    gap:10px!important;
    padding:12px!important;
    overflow-x:auto!important;
    background:#fff!important;
    scrollbar-width:thin!important;
}

.detail-thumb-rail button{
    flex:0 0 84px!important;
    width:84px!important;
    height:66px!important;
    padding:0!important;
    border:2px solid transparent!important;
    border-radius:12px!important;
    overflow:hidden!important;
    background:#f2f4f7!important;
}

.detail-thumb-rail button.active{
    border-color:#ff7a00!important;
    box-shadow:0 0 0 3px rgba(255,122,0,.12)!important;
}

.detail-thumb-rail img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
}

.detail-modern-summary{
    border-radius:20px!important;
    padding:22px!important;
}

.detail-summary-labels{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px!important;
    margin-bottom:13px!important;
}

.detail-summary-labels>span{
    display:inline-flex!important;
    align-items:center!important;
    min-height:28px!important;
    padding:0 10px!important;
    border-radius:999px!important;
    background:#f2f4f7!important;
    color:#475467!important;
    font-size:10px!important;
    font-weight:800!important;
}

.detail-featured-chip{
    background:#fff3e7!important;
    color:#b54708!important;
}

.detail-title-price{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    gap:20px!important;
}

.detail-title-price h1{
    margin:0 0 10px!important;
    color:#101828!important;
    font-size:clamp(25px,3vw,36px)!important;
    line-height:1.16!important;
    letter-spacing:-.025em!important;
}

.detail-modern-meta{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px 14px!important;
    color:#667085!important;
    font-size:11px!important;
}

.detail-mobile-price{
    display:none!important;
}

.detail-trust-row{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px!important;
    margin-top:17px!important;
}

.detail-trust-row span{
    display:inline-flex!important;
    align-items:center!important;
    min-height:30px!important;
    padding:0 10px!important;
    border-radius:9px!important;
    font-size:10px!important;
    font-weight:850!important;
}

.detail-trust-row .verified,
.detail-trust-row .seller-verified{
    background:#ecfdf3!important;
    color:#067647!important;
}

.detail-trust-row .safe{
    background:#eff8ff!important;
    color:#175cd3!important;
}

.detail-quick-specs{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:10px!important;
    margin-top:18px!important;
}

.detail-quick-specs>div{
    padding:13px!important;
    border:1px solid #eaecf0!important;
    border-radius:13px!important;
    background:#f9fafb!important;
}

.detail-quick-specs small{
    display:block!important;
    margin-bottom:5px!important;
    color:#667085!important;
    font-size:9px!important;
}

.detail-quick-specs strong{
    display:block!important;
    color:#101828!important;
    font-size:12px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
}

.detail-content-card{
    border-radius:20px!important;
    padding:22px!important;
}

.detail-section-head{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    gap:16px!important;
    margin-bottom:17px!important;
    padding-bottom:14px!important;
    border-bottom:1px solid #eaecf0!important;
}

.detail-section-head span{
    color:#b54708!important;
    font-size:9px!important;
    font-weight:950!important;
    letter-spacing:.12em!important;
}

.detail-section-head h2{
    margin:5px 0 0!important;
    color:#101828!important;
    font-size:21px!important;
}

.detail-attribute-grid-modern{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:10px!important;
}

.detail-attribute-grid-modern>div{
    min-height:68px!important;
    padding:13px!important;
    border:1px solid #eaecf0!important;
    border-radius:12px!important;
    background:#f9fafb!important;
}

.detail-attribute-grid-modern small{
    display:block!important;
    margin-bottom:5px!important;
    color:#667085!important;
    font-size:9px!important;
}

.detail-attribute-grid-modern strong{
    color:#101828!important;
    font-size:12px!important;
}

.detail-description-card .description{
    margin:0!important;
    color:#344054!important;
    font-size:14px!important;
    line-height:1.82!important;
    word-break:break-word!important;
}

.detail-modern-aside{
    position:sticky!important;
    top:88px!important;
}

.detail-seller-panel{
    border-radius:22px!important;
    padding:18px!important;
}

.detail-price-box{
    padding:2px 2px 16px!important;
    border-bottom:1px solid #eaecf0!important;
}

.detail-price-box>span{
    display:block!important;
    margin-bottom:6px!important;
    color:#b54708!important;
    font-size:9px!important;
    font-weight:950!important;
    letter-spacing:.12em!important;
}

.detail-desktop-price{
    display:block!important;
    color:#101828!important;
    font-size:31px!important;
    line-height:1.08!important;
    letter-spacing:-.03em!important;
}

.detail-price-box small{
    display:block!important;
    margin-top:7px!important;
    color:#667085!important;
    font-size:10px!important;
}

.detail-seller-identity{
    margin:15px 0!important;
    padding:14px!important;
    border:1px solid #eaecf0!important;
    border-radius:15px!important;
    background:#f9fafb!important;
    text-decoration:none!important;
}

.detail-seller-stat-row{
    gap:8px!important;
    margin-bottom:15px!important;
}

.detail-seller-stat-row>div{
    padding:11px 7px!important;
    border:1px solid #eaecf0!important;
    border-radius:12px!important;
    background:#fff!important;
}

.detail-contact-intro{
    margin:5px 0 12px!important;
}

.detail-contact-intro b{
    display:block!important;
    color:#101828!important;
    font-size:14px!important;
}

.detail-contact-intro span{
    display:block!important;
    margin-top:4px!important;
    color:#667085!important;
    font-size:10px!important;
    line-height:1.5!important;
}

.detail-compare-v737,
.detail-message-button,
.detail-offer-button{
    min-height:49px!important;
    border-radius:12px!important;
    font-weight:900!important;
}

.detail-compare-v737{
    width:100%!important;
    margin-bottom:10px!important;
    border:1px solid #d0d5dd!important;
    background:#fff!important;
    color:#344054!important;
}

.detail-primary-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
}

.detail-message-button{
    background:linear-gradient(135deg,#ff7a00,#f04405)!important;
    color:#fff!important;
    box-shadow:0 8px 18px rgba(255,122,0,.2)!important;
}

.detail-offer-button{
    border:1px solid #ff7a00!important;
    background:#fff8f1!important;
    color:#b54708!important;
}

.detail-quick-contact{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:9px!important;
    margin-top:10px!important;
}

.detail-quick-contact a{
    min-height:62px!important;
    padding:10px!important;
    border:1px solid #e4e7ec!important;
    border-radius:12px!important;
    background:#fff!important;
    text-decoration:none!important;
}

.detail-buyer-checklist{
    margin-top:16px!important;
    padding:13px!important;
    border-radius:13px!important;
    background:#f9fafb!important;
}

.detail-buyer-checklist span{
    color:#475467!important;
    font-size:9px!important;
    line-height:1.5!important;
}

.detail-safe-note{
    margin-top:12px!important;
    padding:14px!important;
    border:1px solid #b2ddff!important;
    border-radius:13px!important;
    background:#eff8ff!important;
}

.detail-similar-section{
    width:min(1240px,calc(100% - 32px))!important;
    margin:0 auto 36px!important;
}

@media(max-width:980px){
    .detail-modern-layout{
        grid-template-columns:1fr!important;
    }

    .detail-modern-aside{
        position:static!important;
    }

    .detail-seller-panel{
        max-width:none!important;
    }

    .detail-desktop-price{
        display:none!important;
    }

    .detail-mobile-price{
        display:block!important;
        flex:0 0 auto!important;
        color:#101828!important;
        font-size:25px!important;
        line-height:1.1!important;
        white-space:nowrap!important;
    }
}

@media(max-width:720px){
    .detail-page-shell{
        width:100%!important;
        margin:8px auto 22px!important;
        padding:0 8px!important;
    }

    .detail-breadcrumb{
        margin:0 2px 8px!important;
        font-size:10px!important;
    }

    .detail-modern-main{
        gap:12px!important;
    }

    .detail-gallery-card,
    .detail-modern-summary,
    .detail-content-card,
    .detail-seller-panel{
        border-radius:16px!important;
        box-shadow:0 5px 18px rgba(16,24,40,.05)!important;
    }

    .detail-gallery-stage{
        min-height:0!important;
        aspect-ratio:4/3!important;
    }

    .detail-gallery-navigation{
        padding:0 8px!important;
    }

    .detail-gallery-navigation button{
        width:38px!important;
        height:38px!important;
        font-size:24px!important;
    }

    .detail-gallery-tools{
        left:9px!important;
        right:9px!important;
        bottom:9px!important;
    }

    .detail-gallery-tools button,
    .detail-gallery-tools a{
        width:37px!important;
        height:37px!important;
    }

    .detail-thumb-rail{
        padding:9px!important;
        gap:7px!important;
    }

    .detail-thumb-rail button{
        flex-basis:67px!important;
        width:67px!important;
        height:53px!important;
        border-radius:9px!important;
    }

    .detail-modern-summary,
    .detail-content-card,
    .detail-seller-panel{
        padding:15px!important;
    }

    .detail-title-price{
        display:block!important;
    }

    .detail-title-price h1{
        font-size:23px!important;
        margin-bottom:8px!important;
    }

    .detail-mobile-price{
        margin-top:13px!important;
        font-size:27px!important;
        color:#b54708!important;
    }

    .detail-modern-meta{
        gap:6px 10px!important;
        font-size:9px!important;
    }

    .detail-quick-specs{
        grid-template-columns:1fr 1fr!important;
        gap:7px!important;
    }

    .detail-quick-specs>div{
        padding:11px!important;
    }

    .detail-attribute-grid-modern{
        grid-template-columns:1fr 1fr!important;
        gap:7px!important;
    }

    .detail-attribute-grid-modern>div{
        min-height:62px!important;
        padding:11px!important;
    }

    .detail-section-head{
        margin-bottom:13px!important;
        padding-bottom:11px!important;
    }

    .detail-section-head h2{
        font-size:18px!important;
    }

    .detail-description-card .description{
        font-size:13px!important;
        line-height:1.72!important;
    }

    .detail-seller-panel{
        padding-bottom:calc(92px + env(safe-area-inset-bottom))!important;
    }

    .detail-primary-actions{
        position:fixed!important;
        left:8px!important;
        right:8px!important;
        bottom:calc(76px + env(safe-area-inset-bottom))!important;
        z-index:70!important;
        grid-template-columns:1.15fr .85fr!important;
        gap:7px!important;
        padding:7px!important;
        border:1px solid #e4e7ec!important;
        border-radius:15px!important;
        background:rgba(255,255,255,.96)!important;
        box-shadow:0 14px 34px rgba(16,24,40,.2)!important;
        backdrop-filter:blur(12px)!important;
    }

    .detail-primary-actions form{
        min-width:0!important;
    }

    .detail-message-button,
    .detail-offer-button{
        min-height:51px!important;
        padding:0 8px!important;
        font-size:11px!important;
        white-space:nowrap!important;
    }

    .detail-quick-contact{
        grid-template-columns:1fr 1fr!important;
    }

    .detail-similar-section{
        width:100%!important;
        padding:0 8px!important;
        margin-bottom:105px!important;
    }
}

@media(max-width:380px){
    .detail-primary-actions{
        grid-template-columns:1fr 1fr!important;
    }

    .detail-message-button,
    .detail-offer-button{
        font-size:10px!important;
    }

    .detail-attribute-grid-modern{
        grid-template-columns:1fr!important;
    }
}
