/* ================================================
   DOQUE — Premium Perakende Sipariş Paneli
   (urun.html içinde ürün detayında gösterilir.)
   Palet: yalnızca #000000 / #1a1a1a / #ffffff
================================================== */

/* ---------- Ana panel ---------- */
.retail-purchase-panel {
    margin-top: 3rem;
    padding: 2.5rem 0 0;
    background: transparent;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0;
    box-shadow: none;
    position: relative;
}

.retail-purchase-panel::before {
    display: none;
}

/* "Premium Sipariş Hizmeti" eyebrow rozeti */
.retail-premium-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0;
    background: transparent;
    color: #1a1a1a;
    border-radius: 0;
    font-family: 'Arial', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.retail-premium-badge::before {
    content: '';
    width: 28px;
    height: 1px;
    background: #1a1a1a;
}

.retail-premium-badge svg {
    display: none;
}

/* Başlık */
.retail-purchase-panel h2 {
    font-family: 'Times New Roman', serif;
    font-size: 1.7rem;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0 0 0.75rem;
    letter-spacing: 0.3px;
    line-height: 1.25;
}

/* Açıklama */
.retail-purchase-panel .retail-intro {
    color: rgba(0, 0, 0, 0.6);
    font-family: 'Arial', sans-serif;
    font-size: 0.92rem;
    line-height: 1.7;
    margin: 0 0 1.8rem;
    max-width: 620px;
}

/* ================================================
   Premium Müşteri Hizmetleri — ana kart
   Beyaz arka plan, ince siyah çerçeve, hover'da invert
================================================== */
.premium-service-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1.75rem;
    padding: 1.75rem 1.85rem;
    background: #ffffff;
    color: #1a1a1a;
    border: 1px solid #1a1a1a;
    border-radius: 2px;
    text-decoration: none;
    margin-bottom: 1.25rem;
    position: relative;
    overflow: hidden;
    transition: background 0.35s ease, color 0.35s ease;
}

.premium-service-card::before,
.premium-service-card::after {
    display: none;
}

.premium-service-card:hover,
.premium-service-card:focus-visible {
    background: #1a1a1a;
    color: #ffffff;
    outline: none;
}

/* İkon — küçük dairesel monogram */
.premium-service-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    flex-shrink: 0;
    box-shadow: none;
    transition: background 0.35s ease, color 0.35s ease;
}

.premium-service-card:hover .premium-service-icon {
    background: #ffffff;
    color: #1a1a1a;
}

.premium-service-icon svg {
    width: 22px;
    height: 22px;
}

/* Gövde */
.premium-service-body {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.premium-service-title {
    font-family: 'Arial', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    color: inherit;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
}

.premium-service-desc {
    font-family: 'Arial', sans-serif;
    font-size: 0.85rem;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.6;
    margin: 0 0 0.55rem;
    max-width: 480px;
    transition: color 0.35s ease;
}

.premium-service-card:hover .premium-service-desc {
    color: rgba(255, 255, 255, 0.72);
}

.premium-service-phone {
    font-family: 'Times New Roman', serif;
    font-size: 1.45rem;
    font-weight: 400;
    color: inherit;
    letter-spacing: 1.5px;
    line-height: 1.2;
}

.premium-service-availability {
    font-family: 'Arial', sans-serif;
    font-size: 0.7rem;
    color: rgba(0, 0, 0, 0.55);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0.2rem;
    transition: color 0.35s ease;
}

.premium-service-card:hover .premium-service-availability {
    color: rgba(255, 255, 255, 0.55);
}

/* CTA — sağ tarafta sade buton */
.premium-service-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.85rem 1.6rem;
    background: #1a1a1a;
    color: #ffffff;
    border: 1px solid #1a1a1a;
    border-radius: 2px;
    font-family: 'Arial', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background 0.35s ease, color 0.35s ease;
}

.premium-service-cta svg {
    width: 14px;
    height: 14px;
    transition: transform 0.35s ease;
}

.premium-service-card:hover .premium-service-cta {
    background: #ffffff;
    color: #1a1a1a;
}

.premium-service-card:hover .premium-service-cta svg {
    transform: translateX(3px);
}

/* CTA satırı (eski yapı uyumlu — boş kalsa da bozulmaz) */
.retail-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.4rem;
}

/* ================================================
   Toptan satış bilgilendirme — alttaki ince blok
================================================== */
.wholesale-contact-notice {
    margin-top: 1.5rem;
    padding: 1.2rem 0 0;
    background: transparent;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0;
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.wholesale-contact-notice svg {
    width: 18px;
    height: 18px;
    color: #1a1a1a;
    flex-shrink: 0;
    margin-top: 3px;
    stroke-width: 1.4;
}

.wholesale-contact-notice strong {
    display: block;
    color: #1a1a1a;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    font-size: 0.72rem;
    margin-bottom: 0.45rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.wholesale-contact-notice span {
    color: rgba(0, 0, 0, 0.6);
    font-family: 'Arial', sans-serif;
    font-size: 0.86rem;
    line-height: 1.65;
}

.wholesale-contact-notice a {
    color: #1a1a1a;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity 0.2s ease;
}

.wholesale-contact-notice a:hover,
.wholesale-contact-notice a:focus-visible {
    color: #000000;
    opacity: 0.65;
    outline: none;
}

/* Stok bildirim notu (kullanılırsa) */
.retail-stock-notice {
    margin-top: 0.9rem;
    padding: 0.75rem 0.95rem;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-left: 2px solid #1a1a1a;
    border-radius: 2px;
    font-family: 'Arial', sans-serif;
    font-size: 0.82rem;
    color: rgba(0, 0, 0, 0.65);
    line-height: 1.55;
}

/* ================================================
   Responsive
================================================== */
@media (max-width: 720px) {
    .premium-service-card {
        grid-template-columns: auto 1fr;
        gap: 1rem 1.1rem;
        padding: 1.4rem 1.25rem;
    }
    .premium-service-cta {
        grid-column: 1 / -1;
        justify-content: center;
        margin-top: 0.4rem;
    }
    .premium-service-phone {
        font-size: 1.25rem;
    }
    .retail-purchase-panel h2 {
        font-size: 1.4rem;
    }
}

@media (max-width: 600px) {
    .retail-purchase-panel {
        padding: 2rem 0 0;
    }
    .retail-purchase-panel h2 {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .premium-service-card {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .premium-service-icon {
        margin: 0 auto;
    }
    .premium-service-body {
        align-items: center;
    }
    .premium-service-desc {
        max-width: 100%;
    }
}

/* ================================================
   RTL — Arapça için
================================================== */
[dir="rtl"] .retail-premium-badge::before {
    margin-right: 0;
    margin-left: 0.7rem;
}

[dir="rtl"] .premium-service-card:hover .premium-service-cta svg {
    transform: translateX(-3px);
}
