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

/* ====== C3: Teknik Özellikler Özeti (summary içinde) — marka DNA fazı 4:
        cream canvas üstünde white-cream consult kartı + gold-soft border +
        emerald-aksan sol border. ====== */
.hoshanli-pdp-consult-note {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 12px 0 16px;
    padding: 14px 16px;
    background: var(--hb-surface-card-solid, #fffaf2);
    border: 1px solid var(--hb-border-gold-soft, rgba(212, 175, 55, .24));
    border-left: 3px solid var(--hb-accent-gold, #d4af37);
    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;
}

/* Compact chip-strip: sağa kaçan büyük kart yerine ürün bilgi
   kolonunun akışı içinde küçük premium chip dizisi. */
.hoshanli-specs-summary,
.hoshanli-specs-summary--compact {
    margin: 14px 0 18px;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    float: none;
}

.hoshanli-specs-summary__label {
    display: inline-block;
    font: 600 11px/1 "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #b8941f;
    margin: 0;
}

.hoshanli-specs-summary__grid {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    max-width: 100%;
}

.hoshanli-specs-summary__item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: #fffdf8;
    border: 1px solid rgba(184, 148, 31, 0.32);
    border-radius: 999px;
    font: 500 13px/1.2 "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
    color: #1a1a1a;
    line-height: 1.2;
}

.hoshanli-specs-summary__item::before {
    content: '\25C7'; /* ◇ — açık altın diamond glyph */
    color: #b8941f;
    font-size: 11px;
    line-height: 1;
    flex-shrink: 0;
}

.hoshanli-specs-summary__key {
    margin: 0;
    color: #6a6a6a;
    font-weight: 500;
}

.hoshanli-specs-summary__key::after {
    content: ':';
    margin-left: 1px;
}

.hoshanli-specs-summary__value {
    margin: 0;
    color: #1a1a1a;
    font-weight: 600;
}

@media (max-width: 600px) {
    .hoshanli-specs-summary,
    .hoshanli-specs-summary--compact {
        margin: 12px 0 14px;
    }
    .hoshanli-specs-summary__item {
        padding: 6px 11px;
        font-size: 12.5px;
    }
}

/* ====== 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: var(--hb-surface-card-solid, #fffaf2);
    border: 1px solid var(--hb-border-soft, rgba(11, 42, 34, .08));
    border-radius: 8px;
    transition: border-color .15s ease, box-shadow .15s ease;
}

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

.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;
}
