/* ==========================================
   HURDA ÇEŞİTLERİ BÖLÜMÜ — Geliştirilmiş CSS
   ========================================== */

.scrap-types-section {
    background: #fdfdfd;
    padding: 80px 0;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

.container-scrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ── ÜST BAŞLIK ─────────────────────────────────────────── */
.scrap-header { margin-bottom: 40px; }

.badge-light {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff; border: 1px solid #eaeaea; color: #333;
    padding: 6px 16px; border-radius: 20px; font-size: 12px; font-weight: 700;
    letter-spacing: 1px; margin-bottom: 15px; box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}
.red-dot {
    width: 8px; height: 8px; background: var(--red);
    border-radius: 50%; display: inline-block;
    box-shadow: 0 0 6px rgba(227,6,19,0.5);
}
.scrap-header h2 { font-size: 38px; color: #111; font-weight: 800; line-height: 1.2; margin-bottom: 15px; }
.text-red { color: var(--red); }
.scrap-header p { color: #555; font-size: 15px; line-height: 1.6; }

/* ── KART IZGARASI ──────────────────────────────────────── */
.scrap-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.s-card {
    background: #fff; border: 1px solid #f0f0f0; border-radius: 12px;
    padding: 25px 20px; transition: all 0.3s ease;
    display: flex; flex-direction: column;
}
.s-card:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.06);
    border-color: #ffe0e0;
    transform: translateY(-3px);
}

.s-card-img-area {
    display: flex; align-items: center; position: relative;
    margin-bottom: 18px; width: max-content;
}
.s-card-img-area img {
    width: 65px; height: 65px; border-radius: 50%; object-fit: cover;
    border: 3px solid #fff; box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.s-icon-circle {
    width: 32px; height: 32px; background: var(--red); color: #fff;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 14px; position: absolute; right: -12px; bottom: 0; border: 3px solid #fff;
}

.s-card h3 { font-size: 16px; color: #111; font-weight: 700; margin-bottom: 8px; }
.s-card > p { font-size: 12.5px; color: #666; line-height: 1.55; margin-bottom: 14px; }

/* Kart İçi Tag Listesi (detaylı bilgi butonu yerine) */
.s-tag-list { list-style: none; padding: 0; margin: 0; margin-top: auto; }
.s-tag-list li {
    display: flex; align-items: center; gap: 7px;
    font-size: 12px; color: #444; font-weight: 500;
    padding: 5px 0; border-bottom: 1px solid #f5f5f5;
}
.s-tag-list li:last-child { border-bottom: none; }
.s-tag-list li i { color: var(--red); font-size: 10px; flex-shrink: 0; }

/* ── ÖZEL KIRMIZI KART ──────────────────────────────────── */
.special-red-card {
    background: linear-gradient(145deg, #fff8f8, #fff2f2);
    border: 1px solid #ffebeb;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    gap: 0;
}
.special-icon { font-size: 38px; color: var(--red); margin-bottom: 12px; display: block; }

@keyframes drive-truck {
    0%, 100% { transform: translateX(0); }
    50%       { transform: translateX(6px); }
}
.animate-bounce-side { animation: drive-truck 2s infinite ease-in-out; }

.special-red-card h3 { font-size: 17px; font-weight: 800; margin-bottom: 10px; color: #111; }
.special-red-card > p { font-size: 12.5px; color: #555; margin-bottom: 16px; line-height: 1.55; }

/* Özel kart rozetleri */
.special-badges {
    display: flex; flex-direction: column; gap: 6px;
    width: 100%; margin-bottom: 18px;
}
.special-badges span {
    background: #fff; border: 1px solid #ffe0e0; border-radius: 6px;
    padding: 5px 10px; font-size: 11.5px; font-weight: 600; color: #333;
    display: flex; align-items: center; gap: 7px;
}
.special-badges span i { color: var(--red); font-size: 11px; }

.btn-s-red {
    background: var(--red); color: #fff; padding: 11px 18px;
    border-radius: 8px; font-size: 12px; font-weight: 700;
    width: 100%; display: flex; align-items: center; justify-content: center;
    gap: 8px; transition: all 0.3s;
}
.btn-s-red:hover { background: #b3000a; transform: scale(1.03); }

/* ── NASIL ÇALIŞIR ──────────────────────────────────────── */
.how-it-works {
    background: #fff; border: 1px solid #f0f0f0; border-radius: 16px;
    padding: 40px; margin-bottom: 40px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.02);
}
.how-header { text-align: center; margin-bottom: 35px; }
.how-header h3 { font-size: 26px; font-weight: 800; color: #111; margin-top: 5px; }

.how-steps {
    display: flex; align-items: flex-start; justify-content: center;
    gap: 0;
}
.how-step {
    flex: 1; text-align: center; padding: 0 20px; position: relative;
}
.step-num {
    font-size: 48px; font-weight: 900; color: #f5e8e8;
    line-height: 1; margin-bottom: -10px; letter-spacing: -2px;
    font-family: 'Poppins', sans-serif;
}
.step-icon {
    width: 60px; height: 60px; background: var(--red); color: #fff;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 22px; margin: 0 auto 14px auto;
    box-shadow: 0 8px 20px rgba(227,6,19,0.25);
}
.how-step h4 { font-size: 14px; font-weight: 800; color: #111; margin-bottom: 8px; }
.how-step p { font-size: 12.5px; color: #666; line-height: 1.55; }

.how-arrow {
    display: flex; align-items: center; justify-content: center;
    padding-top: 50px; color: #ddd; font-size: 20px; flex-shrink: 0;
}

/* ── HİZMET ÖZELLİKLERİ BARI ───────────────────────────── */
.features-inline-bar {
    background: #fff; border: 1px solid #f0f0f0; border-radius: 12px;
    display: flex; justify-content: space-between;
    padding: 25px 30px; margin-bottom: 40px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.02);
}
.f-inline-item {
    display: flex; align-items: center; gap: 15px;
    flex: 1; border-right: 1px solid #eee; padding: 0 20px;
}
.f-inline-item:first-child { padding-left: 0; }
.f-inline-item:last-child { border-right: none; padding-right: 0; }
.f-icon i { font-size: 26px; color: var(--red); }
.f-text { display: flex; flex-direction: column; }
.f-text strong { font-size: 13px; color: #111; font-weight: 700; margin-bottom: 4px; }
.f-text span { font-size: 11.5px; color: #777; line-height: 1.3; }

/* ── NEDEN BİZ BLOĞU ────────────────────────────────────── */
.why-us-block {
    background: #fff; border: 1px solid #f0f0f0; border-radius: 16px;
    display: flex; gap: 60px; align-items: center;
    padding: 50px 40px; margin-bottom: 40px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.02);
}
.why-us-left { flex: 0 0 320px; }
.why-us-left h3 { font-size: 26px; font-weight: 800; color: #111; line-height: 1.25; margin: 10px 0 14px; }
.why-us-left p { font-size: 13.5px; color: #666; line-height: 1.6; margin-bottom: 22px; }
.btn-why-us {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--red); color: #fff; padding: 12px 24px;
    border-radius: 10px; font-size: 13px; font-weight: 700;
    transition: all 0.3s;
}
.btn-why-us:hover { background: #b3000a; transform: translateY(-2px); }
.btn-why-us i { font-size: 13px; }

.why-us-right { flex: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.why-item {
    display: flex; align-items: flex-start; gap: 15px;
    background: #fdfdfd; border: 1px solid #f0f0f0; border-radius: 12px;
    padding: 20px; transition: all 0.3s;
}
.why-item:hover { border-color: #ffe0e0; box-shadow: 0 8px 20px rgba(0,0,0,0.05); }
.why-icon {
    width: 48px; height: 48px; background: #fff5f5;
    border-radius: 10px; display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; border: 1px solid #ffe0e0;
}
.why-icon i { font-size: 20px; color: var(--red); }
.why-text { display: flex; flex-direction: column; }
.why-text strong { font-size: 13.5px; color: #111; font-weight: 700; margin-bottom: 6px; }
.why-text span { font-size: 12px; color: #777; line-height: 1.5; }

/* ── CTA BANNER ─────────────────────────────────────────── */
.cta-bottom-banner {
    background: #fdfdfd; border: 1px solid #eee; border-radius: 15px;
    padding: 40px; display: flex; justify-content: space-between; align-items: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}
.cta-left h3 { font-size: 28px; color: #111; font-weight: 800; margin-bottom: 10px; }
.cta-left p { color: #666; font-size: 14px; }
.cta-right { display: flex; align-items: center; gap: 20px; }

.cta-phone-box {
    display: flex; align-items: center; gap: 15px;
    background: #fff; border: 1px solid #eee; padding: 12px 25px; border-radius: 10px;
}
.cta-phone-box i { font-size: 24px; color: var(--red); transform: scaleX(-1); }
.cta-p-text { display: flex; flex-direction: column; }
.cta-p-text strong { font-size: 18px; color: #111; font-weight: 800; }
.cta-p-text span { font-size: 11px; color: #666; font-weight: 600; }

.btn-cta-red {
    background: var(--red); color: #fff;
    display: flex; align-items: center; gap: 20px;
    padding: 12px 25px; border-radius: 10px; transition: all 0.3s;
}
.btn-text-group { display: flex; flex-direction: column; }
.btn-text-group strong { font-size: 15px; font-weight: 800; letter-spacing: 0.5px; }
.btn-text-group span { font-size: 10px; font-weight: 500; opacity: 0.9; }
.arrow-icon { font-size: 18px; }
.btn-cta-red:hover { background: #b3000a; transform: translateY(-2px); }

/* Neon (header.css'ten taşınan) */
@keyframes neon-pulse-red-dt {
    0%   { box-shadow: 0 6px 15px rgba(227, 6, 19, 0.3); }
    50%  { box-shadow: 0 6px 25px rgba(227, 6, 19, 0.8), 0 0 35px rgba(227, 6, 19, 0.4); }
    100% { box-shadow: 0 6px 15px rgba(227, 6, 19, 0.3); }
}
.neon-pulse-red-dt { animation: neon-pulse-red-dt 2s infinite ease-in-out; }
.modern-shadow { box-shadow: 0 8px 25px rgba(0,0,0,0.15); }
.modern-shadow:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,0.25); }

/* ── SCROLL ANİMASYONLARI ───────────────────────────────── */
.fade-up {
    opacity: 0;
    transform: translateY(45px);
    transition: opacity 0.75s ease-out, transform 0.75s ease-out;
}
.fade-up.is-visible { opacity: 1; transform: translateY(0); }

.delay-1 { transition-delay: 0.10s; }
.delay-2 { transition-delay: 0.20s; }
.delay-3 { transition-delay: 0.30s; }
.delay-4 { transition-delay: 0.40s; }
.delay-5 { transition-delay: 0.50s; }

/* ==========================================
   MOBİL UYUMLULUK
   ========================================== */
@media (max-width: 1200px) {
    .scrap-grid { grid-template-columns: repeat(3, 1fr); }
    .features-inline-bar { flex-wrap: wrap; gap: 20px; padding: 20px; }
    .f-inline-item { flex: 0 0 calc(50% - 10px); border-right: none; padding: 10px; }
    .why-us-block { flex-direction: column; gap: 30px; }
    .why-us-left { flex: 1 1 100%; }
}

@media (max-width: 992px) {
    .cta-bottom-banner { flex-direction: column; text-align: center; gap: 30px; }
    .cta-left h3 { font-size: 24px; }
    .badge-light { margin: 0 auto 15px auto; }
    .how-steps { flex-wrap: wrap; gap: 30px; }
    .how-arrow { display: none; }
    .how-step { flex: 0 0 calc(50% - 15px); }
    .why-us-right { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .scrap-types-section { padding: 50px 0; }
    .scrap-header h2 { font-size: 26px; }
    .scrap-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .s-card { padding: 15px; }
    .cta-right { flex-direction: column; width: 100%; }
    .cta-phone-box, .btn-cta-red { width: 100%; justify-content: center; }
    .how-it-works { padding: 25px 20px; }
    .how-step { flex: 0 0 100%; }
    .why-us-block { padding: 25px 20px; }
    .delay-1, .delay-2, .delay-3, .delay-4, .delay-5 { transition-delay: 0s; }
}

@media (max-width: 480px) {
    .scrap-grid { grid-template-columns: repeat(1, 1fr); }
    .features-inline-bar { flex-direction: column; }
    .f-inline-item { flex: 1 1 100%; padding: 15px 0; border-bottom: 1px solid #eee; border-right: none; }
    .f-inline-item:last-child { border-bottom: none; }
    .why-us-right { grid-template-columns: 1fr; }
}