/* PD PREMIUM REVIZE */
.pd-wrapper { background: #fff; font-family: 'Inter', sans-serif; }

/* Breadcrumb */
.pd-path { font-size: 12px; color: #aaa; margin-bottom: 30px; letter-spacing: 1px; }
.pd-path a { color: #888; text-decoration: none; }

/* Hero Grid */
.pd-main-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; margin-bottom: 100px; }

.pd-visual-area { 
    background: #fbfbfb; 
    border-radius: 30px; 
    padding: 60px; 
    display: flex; 
    align-items: center; 
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.pd-glow {
    position: absolute;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(222, 31, 38, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    animation: pulseGlow 4s infinite alternate;
}

@keyframes pulseGlow {
    0% { transform: scale(1); opacity: 0.5; }
    100% { transform: scale(1.2); opacity: 1; }
}

.pd-main-img { 
    max-width: 100%; z-index: 2; position: relative;
    filter: drop-shadow(0 30px 50px rgba(0,0,0,0.15)); 
    animation: floatImg 6s ease-in-out infinite;
}

@keyframes floatImg {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

.pd-badge {
    position: absolute; top: 20px; right: 20px;
    background: #1a1a1a; color: #fff;
    font-size: 10px; font-weight: 800; padding: 6px 12px;
    border-radius: 20px; letter-spacing: 1px; z-index: 5;
}

.pd-tag { color: #de1f26; font-weight: 800; font-size: 13px; letter-spacing: 2px; }
.pd-title { font-size: 48px; font-weight: 900; color: #1a1a1a; margin: 15px 0; }

/* Feature Icons */
.pd-feature-icons { display: flex; gap: 20px; margin: 30px 0; }
.pd-f-item { text-align: center; cursor: help; }
.pd-f-icon { 
    width: 50px; height: 50px; border: 2px solid #eee; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 10px; font-weight: 900; color: #de1f26; margin-bottom: 8px;
    transition: 0.3s;
    background: #fff;
}
.pd-f-item:hover .pd-f-icon { border-color: #de1f26; background: #de1f26; color: #fff; }

/* CTA */
.pd-cta-group { display: flex; gap: 15px; margin-top: 40px; }

.btn-pd-primary {
    background: #de1f26; color: #fff; padding: 16px 35px; border-radius: 50px;
    font-weight: 800; text-decoration: none; font-size: 14px;
    display: flex; align-items: center; gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(222, 31, 38, 0.3);
}
.btn-pd-primary:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(222, 31, 38, 0.4); color: #fff; }

.btn-pd-secondary {
    background: transparent; color: #1a1a1a; padding: 16px 35px; border-radius: 50px;
    font-weight: 700; text-decoration: none; font-size: 14px;
    border: 2px solid #eee; transition: all 0.3s ease;
}
.btn-pd-secondary:hover { border-color: #1a1a1a; background: #1a1a1a; color: #fff; }

/* Teknik Bilgi Formları Alanı (Görseldeki gibi) */
.pd-specs-area { padding: 100px 0; border-top: 1px solid #eee; background: #fff; }
.pd-sub-title { font-size: 28px; font-weight: 800; margin-bottom: 50px; color: #1a1a1a; }

.pd-specs-layout { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; align-items: start; }

.pd-drawing { border: 1px solid #f0f0f0; border-radius: 20px; padding: 40px; }
.pd-drawing img { width: 100%; opacity: 1; filter: drop-shadow(0 10px 30px rgba(0,0,0,0.08)); transition: transform 0.3s ease; }
.pd-drawing:hover img { transform: scale(1.02); }

.pd-specs-table { 
    display: grid; 
    grid-template-columns: 1fr 1fr; /* Çift sütun tablo */
    column-gap: 40px;
    row-gap: 0;
}

.pd-spec-row {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
}

.pd-label { color: #888; font-weight: 500; }
.pd-val { color: #1a1a1a; font-weight: 700; text-align: right; }

.pd-footer-actions { margin-top: 50px; text-align: center; }
.btn-outline-dark {
    padding: 15px 40px; border: 2px solid #1a1a1a; border-radius: 12px;
    color: #1a1a1a; font-weight: 800; text-decoration: none; transition: 0.3s;
}
.btn-outline-dark:hover { background: #de1f26; border-color: #de1f26; color: #fff; }

/* Downloads Section */
.pd-downloads { margin-top: 80px; padding-top: 60px; border-top: 1px solid #f0f0f0; }
.pd-dl-title { font-size: 20px; font-weight: 800; margin-bottom: 30px; color: #1a1a1a; }
.pd-dl-grid { display: flex; gap: 20px; flex-wrap: wrap; }
.pd-dl-card {
    display: flex; align-items: center; gap: 15px;
    padding: 20px 30px; background: #fcfcfc; border: 1px solid #eee;
    border-radius: 16px; text-decoration: none; color: #333;
    font-weight: 700; font-size: 14px; transition: all 0.3s ease;
}
.pd-dl-card:hover {
    background: #fff; border-color: #de1f26; transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.dl-icon { color: #de1f26; display: flex; }
.dl-arrow { margin-left: auto; opacity: 0; transform: translateX(-10px); transition: 0.3s; color: #de1f26; }
.pd-dl-card:hover .dl-arrow { opacity: 1; transform: translateX(0); }

@media (max-width: 992px) {
    .pd-main-grid, .pd-specs-layout { grid-template-columns: 1fr; }
    .pd-specs-table { grid-template-columns: 1fr; }
    .pd-cta-group { flex-direction: column; }
    .btn-pd-primary, .btn-pd-secondary { justify-content: center; width: 100%; }
}