/**
 * Hoshanli Jeweler — Tek Ürün Sayfası
 */

/* ====== C3: Teknik Özellikler Özeti (summary içinde) ====== */
.hoshanli-pdp-consult-note {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 12px 0 16px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid rgba(184, 148, 31, .24);
    border-left: 3px solid #b8941f;
    border-radius: 8px;
}

.hoshanli-pdp-consult-note strong {
    color: #1f2937;
    font-size: 14px;
    font-weight: 800;
}

.hoshanli-pdp-consult-note span {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.55;
}

.hoshanli-specs-summary {
    margin: 16px 0;
    padding: 16px 18px;
    background: linear-gradient(135deg, #fdf6e3 0%, #fbf2d8 100%);
    border: 1px solid #e8dcb0;
    border-radius: 10px;
}

.hoshanli-specs-summary__title {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
    color: #6a5312;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.hoshanli-specs-summary__title::before {
    content: '◈';
    color: #b8941f;
    font-size: 16px;
}

.hoshanli-specs-summary__list {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6px 14px;
    font-size: 14px;
}

.hoshanli-specs-summary__list dt {
    color: #6b7280;
    font-weight: 500;
    white-space: nowrap;
}

.hoshanli-specs-summary__list dd {
    margin: 0;
    color: #1f2937;
    font-weight: 600;
}

/* ====== C3: Tam Teknik Özellikler Tablosu (tab) ====== */
.hoshanli-specs-table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
}

.hoshanli-specs-table th,
.hoshanli-specs-table td {
    padding: 10px 14px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
    line-height: 1.5;
}

.hoshanli-specs-table th {
    width: 36%;
    background: #fafafa;
    color: #6b7280;
    font-weight: 600;
    vertical-align: top;
}

.hoshanli-specs-table td {
    color: #1f2937;
}

.hoshanli-specs-table code {
    padding: 2px 6px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 3px;
    font-family: 'SF Mono', Consolas, monospace;
    font-size: 13px;
    color: #b8941f;
}

/* ====== C4: Güven / Kargo Rozetleri ====== */
.hoshanli-trust-badges {
    list-style: none;
    padding: 14px;
    margin: 16px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}

.hoshanli-trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.hoshanli-trust-badge:hover {
    border-color: #d4af37;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.15);
}

.hoshanli-trust-badge__icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: linear-gradient(135deg, #fdf6e3 0%, #f9ecc9 100%);
    border-radius: 50%;
    color: #b8941f;
}

.hoshanli-trust-badge__icon svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
}

.hoshanli-trust-badge__text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.hoshanli-trust-badge__text strong {
    font-size: 13px;
    font-weight: 700;
    color: #1f2937;
}

.hoshanli-trust-badge__text small {
    font-size: 11px;
    color: #6b7280;
    margin-top: 1px;
}

@media (max-width: 480px) {
    .hoshanli-trust-badges {
        grid-template-columns: 1fr 1fr;
    }
    .hoshanli-trust-badge {
        flex-direction: column;
        text-align: center;
        gap: 6px;
        padding: 10px 6px;
    }
    .hoshanli-trust-badge__text {
        align-items: center;
    }
}

/* ====== Benzer Ürünler bölüm başlığı iyileştirme ====== */
.related.products > h2 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 700;
    color: #1f2937;
}

.related.products > h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #d4af37 0%, #f1d27a 100%);
    border-radius: 3px;
}
