/* ================================================
   DEMO DEĞERLENDİRME ÜRÜN SAYFASI ÖZEL TASARIM
   Ürün ID: 948
   v5 - Selector fix
   ================================================ */

/* Tüm WooCommerce yapısını gizle */
.single-product.postid-948 .woocommerce-product-gallery,
.single-product.postid-948 .entry-summary .product_title,
.single-product.postid-948 .entry-summary .price,
.single-product.postid-948 .entry-summary > .woocommerce-product-details__short-description,
.single-product.postid-948 .woocommerce-tabs,
.single-product.postid-948 .related.products,
.single-product.postid-948 nav.woocommerce-breadcrumb,
.single-product.postid-948 .entry-summary .product_meta,
.single-product.postid-948 .up-sells,
.single-product.postid-948 .cross-sells,
.single-product.postid-948 .storefront-breadcrumb {
    display: none !important;
}

.single-product.postid-948 .entry-summary,
.single-product.postid-948 .summary.entry-summary {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Ana container - arka plan görseli */
.single-product.postid-948 div.product,
.single-product.postid-948 #content div.product,
.single-product.postid-948 .site-main div.product,
body.single-product.postid-948 div.product {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    position: relative !important;
}

/* Wrapper */
.demo-urun-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 60px 40px !important;
    position: relative;
    min-height: 100vh;
}

/* 2 Sütun Layout */
.demo-two-column {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: start;
}

/* Sol Sütun - Bilgiler */
.demo-left-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Sağ Sütun - İşlemler */
.demo-right-column {
    position: sticky;
    top: 100px;
}

/* Glass Efekt - Tüm Kutular */
.demo-info-section,
.demo-features-section,
.demo-steps-section,
.demo-action-section {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.3) !important;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}

/* Bilgi Bölümü */
.demo-info-section {
    padding: 28px;
    position: relative;
    overflow: hidden;
}

.demo-info-section .hero-title {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #1a1a2e;
}

.demo-info-section .hero-tagline {
    font-size: 15px;
    color: #555;
    margin: 0 0 20px;
    line-height: 1.6;
    font-weight: 500;
}

.demo-info-section .desc-text {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

.demo-info-section .desc-text p {
    margin: 0 0 12px;
}

.demo-info-section .desc-text p:last-child {
    margin: 0;
}

.demo-info-section .desc-text strong {
    color: #1a1a2e;
    font-weight: 600;
}

/* Highlight yazısı */
.demo-highlight-text {
    margin-top: 16px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

/* CTA yazısı */
.demo-cta-text {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
    color: #1a1a2e;
    font-weight: 600;
}

/* Alıntı kutusu */
.demo-quote-box {
    position: relative;
    background: linear-gradient(135deg, #f8f9fa 0%, #f0f1f5 100%);
    border-radius: 12px;
    padding: 20px 20px 20px 24px;
    margin-top: 16px;
    border-left: 4px solid #667eea;
}

.demo-quote-box .quote-text {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    font-style: italic;
    margin: 0 0 10px;
}

.demo-quote-box .quote-author {
    font-size: 12px;
    color: #888;
    font-weight: 500;
}

/* Özellikler Bölümü */
.demo-features-section {
    padding: 24px;
}

.demo-features-section .features-title {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.demo-features-section .features-title .sl-icon {
    stroke: #667eea;
}

.demo-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.demo-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.5);
}

.demo-feature-item .feature-icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.demo-feature-item .feature-icon .sl-icon {
    stroke: #fff;
    width: 16px;
    height: 16px;
}

.demo-feature-item .feature-text {
    font-size: 13px;
    color: #444;
    line-height: 1.4;
    font-weight: 500;
}

/* Adımlar Kutusu */
.demo-steps-section {
    padding: 24px;
}

.demo-steps-section .steps-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0 0 16px;
}

.demo-steps-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.demo-steps-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    font-size: 14px;
    color: #444;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.demo-steps-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.demo-steps-list .step-number {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    flex-shrink: 0;
}

/* İşlem Bölümü */
.demo-action-section {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

/* Yorumcu Seçimi */
.demo-reviewers-group {
    flex: 1;
}

.demo-box-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px;
}

/* Yorumcu Override */
.demo-urun-wrapper .yorumcu-secim-wrapper {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

.demo-urun-wrapper .yorumcu-secim-wrapper > h3,
.demo-urun-wrapper .yorumcu-secim-wrapper > .secim-aciklama {
    display: none !important;
}

.demo-urun-wrapper .yorumcu-secim-grup {
    margin-bottom: 12px !important;
}

.demo-urun-wrapper .yorumcu-secim-grup:last-child {
    margin-bottom: 0 !important;
}

/* Grup label */
.demo-urun-wrapper .grup-label {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #444 !important;
    margin-bottom: 10px !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

/* ========== MİNİ GLASS YORUMCU KARTLARI ========== */

/* Yorumcu grid */
.demo-urun-wrapper .yorumcu-secim-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    padding: 4px !important;
}

/* Radio tamamen gizle */
.demo-urun-wrapper .yorumcu-secim-card input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
}

.demo-urun-wrapper .yorumcu-secim-card {
    position: relative;
    flex-shrink: 0;
}

/* Mini Glass Kart */
.demo-urun-wrapper .yorumcu-secim-card .card-inner {
    position: relative !important;
    width: 100px !important;
    height: 125px !important;
    padding: 0 !important;
    border-radius: 12px !important;
    border: 3px solid transparent !important;
    cursor: pointer !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    background: #e5e5e5 !important;
}

.demo-urun-wrapper .yorumcu-secim-card .card-inner:hover {
    box-shadow: 0 4px 16px rgba(102,126,234,0.2) !important;
    border-color: rgba(102,126,234,0.3) !important;
}

/* Seçili kart */
.demo-urun-wrapper .yorumcu-secim-card input:checked + .card-inner {
    border-color: #667eea !important;
    box-shadow: 0 4px 16px rgba(102,126,234,0.3) !important;
}

/* Fotoğraf arka plan olarak */
.demo-urun-wrapper .yorumcu-secim-card .card-inner img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    border-radius: 9px !important;
    object-fit: cover !important;
}

/* Gradient overlay */
.demo-urun-wrapper .yorumcu-secim-card .card-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0) 50%,
        rgba(0,0,0,0.6) 75%,
        rgba(0,0,0,0.85) 100%
    );
    border-radius: 9px;
    z-index: 1;
    pointer-events: none;
}

/* İsim - altta, gradient üzerinde */
.demo-urun-wrapper .yorumcu-name {
    position: absolute !important;
    bottom: 8px !important;
    left: 6px !important;
    right: 6px !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    color: #fff !important;
    font-weight: 600 !important;
    text-align: center !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6) !important;
    z-index: 2 !important;
    display: block !important;
}

.demo-urun-wrapper .yorumcu-specialty {
    display: none !important;
}

/* Seçim tik işareti */
.demo-urun-wrapper .yorumcu-secim-card input:checked + .card-inner .yorumcu-name::before {
    content: '✓ ';
}

/* Preselected (davetli) kart */
.demo-urun-wrapper .yorumcu-secim-card.preselected .card-inner {
    border-color: #28a745 !important;
}

.demo-urun-wrapper .yorumcu-secim-card.preselected .card-inner::before {
    background: linear-gradient(
        to bottom,
        rgba(40,167,69,0.05) 0%,
        rgba(0,0,0,0) 50%,
        rgba(0,0,0,0.6) 75%,
        rgba(40,167,69,0.4) 100%
    ) !important;
}

/* Davetli grup stili */
.demo-urun-wrapper .davetli-grup {
    background: linear-gradient(135deg, rgba(212,237,218,0.95), rgba(195,230,203,0.95)) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(40,167,69,0.3) !important;
    border-radius: 14px !important;
    padding: 16px !important;
}

.demo-urun-wrapper .davetli-info {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 10px 0 0;
    font-size: 12px;
    color: #155724;
    font-weight: 500;
}

/* Tüm Yorumcular toggle butonu */
.demo-urun-wrapper .tum-yorumcular-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 12px 16px;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(102,126,234,0.2);
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    transition: all 0.2s;
}

.demo-urun-wrapper .tum-yorumcular-toggle:hover {
    border-color: #667eea;
    color: #667eea;
    background: rgba(255,255,255,1);
}

.demo-urun-wrapper .tum-yorumcular-toggle.active {
    border-color: #667eea;
    background: linear-gradient(135deg, rgba(248,249,255,0.95), rgba(240,237,255,0.95));
}

/* Tüm yorumcular içerik alanı */
.demo-urun-wrapper .tum-yorumcular-content {
    margin-top: 10px;
    padding: 14px;
    background: rgba(248,249,250,0.8);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.05);
}

/* Değerlendirme Tipi Override */
.demo-urun-wrapper .degerlendirme-tipi-wrapper {
    margin-top: 16px !important;
    padding-top: 16px !important;
    border-top: 1px solid rgba(0,0,0,0.08) !important;
}

.demo-urun-wrapper .degerlendirme-tipi-wrapper .grup-label {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #444 !important;
    margin-bottom: 10px !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.demo-urun-wrapper .tip-secim-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.demo-urun-wrapper .tip-secim-card {
    cursor: pointer;
}

.demo-urun-wrapper .tip-secim-card input {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.demo-urun-wrapper .tip-secim-card .tip-inner {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px !important;
    background: rgba(255,255,255,0.9) !important;
    border: 2px solid rgba(0,0,0,0.08) !important;
    border-radius: 10px !important;
    transition: border-color 0.2s, background 0.2s !important;
}

.demo-urun-wrapper .tip-secim-card .tip-inner:hover {
    border-color: rgba(102,126,234,0.3) !important;
}

.demo-urun-wrapper .tip-secim-card input:checked + .tip-inner {
    border-color: #667eea !important;
    background: linear-gradient(135deg, #f8f9ff, #f0edff) !important;
}

.demo-urun-wrapper .tip-secim-card.disabled {
    pointer-events: none !important;
    opacity: 0.4 !important;
}

.demo-urun-wrapper .tip-icon {
    width: 40px !important;
    height: 40px !important;
    background: #f0f1ff !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.demo-urun-wrapper .tip-icon .sl-icon {
    stroke: #667eea !important;
}

.demo-urun-wrapper .tip-info {
    flex: 1 !important;
    min-width: 0 !important;
}

.demo-urun-wrapper .tip-name {
    display: block !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    color: #1a1a2e !important;
    margin-bottom: 2px !important;
}

.demo-urun-wrapper .tip-desc {
    display: block !important;
    font-size: 11px !important;
    color: #666 !important;
}

.demo-urun-wrapper .tip-price {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #667eea !important;
    white-space: nowrap !important;
}

/* Satın Al Butonu */
.demo-urun-wrapper .single_add_to_cart_button {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 14px 20px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    background: linear-gradient(135deg, #f6a623, #f39c12) !important;
    border: none !important;
    border-radius: 10px !important;
    color: #fff !important;
    cursor: pointer;
    transition: all 0.2s !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 16px !important;
    text-align: center !important;
}

.demo-urun-wrapper .single_add_to_cart_button:hover {
    box-shadow: 0 4px 16px rgba(246,166,35,0.4);
}

.demo-urun-wrapper .quantity {
    display: none !important;
}

/* Güven Rozetleri */
.demo-trust-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 16px;
    padding: 16px 20px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.3);
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    min-height: 56px;
}

.demo-trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    color: #555;
    font-weight: 500;
}

.demo-trust-item img {
    height: 22px;
    width: auto;
    object-fit: contain;
    display: block;
}

.demo-trust-item.paytr-logo img {
    height: 18px;
}

.demo-trust-item .trust-icon {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo-trust-item .trust-icon .sl-icon {
    stroke: #22c55e;
}

/* Bilgi Notu */
.demo-urun-wrapper .demo-info-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 12px;
    padding: 14px 16px;
    background: #e8e4f8 !important;
    border-radius: 10px;
    border: 1px solid #c7b8e8 !important;
}

.demo-info-note .sl-icon {
    stroke: #667eea;
    flex-shrink: 0;
    margin-top: 1px;
}

.demo-info-note span {
    font-size: 12px;
    color: #555;
    line-height: 1.5;
}

.demo-info-note a {
    color: #667eea;
    font-weight: 600;
    text-decoration: none;
}

.demo-info-note a:hover {
    text-decoration: underline;
}

/* Yorumcuları Keşfet Linki */
.demo-explore-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    margin-bottom: 16px;
    background: linear-gradient(135deg, rgba(102,126,234,0.08), rgba(118,75,162,0.08));
    border: 1px solid rgba(102,126,234,0.2);
    border-radius: 10px;
    color: #667eea;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s;
}

.demo-explore-link:hover {
    background: linear-gradient(135deg, rgba(102,126,234,0.15), rgba(118,75,162,0.15));
    border-color: #667eea;
    color: #667eea;
}

.demo-explore-link .sl-icon:first-child {
    stroke: #667eea;
}

.demo-explore-link span {
    flex: 1;
}

.demo-explore-link .sl-icon:last-child {
    stroke: #667eea;
    opacity: 0.6;
}

/* Sayfa altı gereksiz elementleri gizle */
.single-product.postid-948 .widget-area,
.single-product.postid-948 .sidebar,
.single-product.postid-948 aside,
.single-product.postid-948 .wp-block-search,
.single-product.postid-948 .wp-block-pages-list,
.single-product.postid-948 .widget_search,
.single-product.postid-948 .widget_pages,
.single-product.postid-948 footer.entry-footer,
.single-product.postid-948 .site-main > .widget,
.single-product.postid-948 #secondary {
    display: none !important;
}

/* Gri arka planı kaldır */
.single-product.postid-948,
.single-product.postid-948 .site-content,
.single-product.postid-948 .content-area,
.single-product.postid-948 #primary,
.single-product.postid-948 #main {
    background: #fff !important;
}

/* Demo wrapper dışındaki tüm içeriği gizle */
.single-product.postid-948 .site-main > *:not(.product) {
    display: none !important;
}

/* Sidebar ve Sayfalar listesini gizle */
.single-product.postid-948 #sidebar,
.single-product.postid-948 .pagenav,
.single-product.postid-948 div[role="complementary"],
.single-product.postid-948 li.pagenav {
    display: none !important;
}

/* ========== MOBİL ========== */
@media (max-width: 768px) {
    .demo-two-column {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .demo-right-column {
        position: static;
    }
    
    .demo-urun-wrapper {
        padding: 40px 20px !important;
    }
    
    .demo-info-section {
        padding: 20px;
    }
    
    .demo-info-section .hero-title {
        font-size: 20px;
    }
    
    .demo-info-section .hero-tagline {
        font-size: 13px;
    }
    
    .demo-info-section .desc-text {
        font-size: 13px;
    }
    
    .demo-features-section {
        padding: 20px;
    }
    
    .demo-features-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .demo-steps-section {
        padding: 20px;
    }
    
    .demo-steps-list li {
        font-size: 13px;
        padding: 10px 0;
    }
    
    .demo-action-section {
        padding: 20px;
    }
    
    /* Mobil yorumcu kartları */
    .demo-urun-wrapper .yorumcu-secim-grid {
        gap: 8px !important;
        justify-content: flex-start !important;
    }
    
    .demo-urun-wrapper .yorumcu-secim-card .card-inner {
        width: 80px !important;
        height: 100px !important;
        border-radius: 10px !important;
        border-width: 2px !important;
    }
    
    .demo-urun-wrapper .yorumcu-secim-card .card-inner img {
        border-radius: 8px !important;
    }
    
    .demo-urun-wrapper .yorumcu-secim-card .card-inner::before {
        border-radius: 8px !important;
    }
    
    .demo-urun-wrapper .yorumcu-name {
        font-size: 9px !important;
        bottom: 6px !important;
        left: 4px !important;
        right: 4px !important;
    }
    
    .demo-trust-row {
        flex-wrap: wrap;
        gap: 12px;
    }
}
/* Örnek Değerlendirme Kutusu - Fix */
.demo-left-column .demo-ornek-box {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    padding: 20px !important;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    color: #fff !important;
    margin-bottom: 24px !important;
    transition: all 0.3s !important;
}
.demo-left-column .demo-ornek-box:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(245, 158, 11, 0.35) !important;
    color: #fff !important;
}
.demo-left-column .demo-ornek-icon {
    width: 48px !important;
    height: 48px !important;
    background: rgba(255,255,255,0.2) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}
.demo-left-column .demo-ornek-icon .sl-icon {
    stroke: #fff !important;
}
.demo-left-column .demo-ornek-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}
.demo-left-column .demo-ornek-content strong {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff !important;
}
.demo-left-column .demo-ornek-content span {
    font-size: 13px !important;
    opacity: 0.9 !important;
    color: #fff !important;
}