/* Araç Alım Satım Sayfası - Profesyonel Kompakt Tasarım */

/* Header - showroom ile aynı siyah arka plan */
.header {
    background: #000 !important;
    box-shadow: none;
    border-bottom: 1px solid #1a1a1a;
}
.header .nav-link {
    color: #909090;
}
.header .nav-link:hover,
.header .nav-link.active {
    color: #fff;
}
.header .nav-link.active::after {
    background: #fff;
}
.header .btn-back,
.header .nav-actions a {
    color: #fff !important;
    border-color: #fff !important;
}

/* Hero */
.sell-hero {
    background: linear-gradient(135deg, #171717 0%, #0a0a0a 100%);
    color: white;
    padding: 140px 24px 80px;
    text-align: center;
}

.sell-hero-content {
    max-width: 720px;
    margin: 0 auto;
}

.sell-hero-title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.sell-hero-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.sell-form-card {
    background: white;
    border-radius: 12px;
    padding: 1.75rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.sell-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    align-items: end;
}

.sell-form-actions {
    margin-top: 1.25rem;
    display: flex;
    justify-content: center;
}

.sell-form-card .form-group label {
    font-size: 0.85rem;
    color: #374151;
}

.sell-form-card .form-group select {
    padding: 0.65rem 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 0.95rem;
}

.sell-form-card .form-group select:focus {
    border-color: #171717;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
}

.sell-form-card .btn-primary {
    background: #171717;
    padding: 0.75rem 2rem;
}

.sell-form-card .btn-primary:hover {
    background: #000;
}

/* How It Works */
.sell-how {
    padding: 48px 24px;
    background: #f8fafc;
}

.sell-section-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 2rem;
}

.sell-steps-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    max-width: 1000px;
    margin: 0 auto;
}

.sell-step {
    flex: 1 1 0;
    min-width: 140px;
    text-align: center;
    padding: 1.25rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.sell-step-num {
    width: 36px;
    height: 36px;
    background: #171717;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    margin: 0 auto 0.75rem;
}

.sell-step h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.25rem;
}

.sell-step p {
    font-size: 0.85rem;
    color: #64748b;
}

.sell-step-arrow {
    color: #cbd5e1;
    font-size: 0.9rem;
}

/* Sales Process - Adım Adım */
.sell-process {
    padding: 48px 24px;
    background: #f8fafc;
}

.sell-process-intro {
    text-align: center;
    color: #64748b;
    margin-bottom: 2rem;
    font-size: 1rem;
}

.sell-process-steps {
    max-width: 700px;
    margin: 0 auto;
}

.sell-process-visual {
    max-width: 900px;
    margin: 0 auto;
}

.sell-process-timeline {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.sell-process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    min-width: 180px;
    padding: 1.5rem 1rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sell-process-step:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.sell-process-step-icon {
    width: 56px;
    height: 56px;
    background: #171717;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.sell-process-step-content h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #171717;
    margin-bottom: 0.35rem;
}

.sell-process-step-content p {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.5;
}

.sell-process-connector {
    display: flex;
    align-items: center;
    color: #cbd5e1;
    font-size: 1rem;
    flex-shrink: 0;
}

/* Testimonials */
.sell-testimonials {
    padding: 48px 24px;
    background: #f8fafc;
}

.sell-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.sell-testimonial {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.sell-stars {
    color: #eab308;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.sell-testimonial p {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 0.75rem;
}

.sell-testimonial span {
    font-size: 0.8rem;
    color: #94a3b8;
}

/* FAQ */
.sell-faq {
    padding: 48px 24px;
    background: white;
}

.sell-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    max-width: 800px;
    margin: 0 auto;
}

.sell-faq-item {
    padding: 1.25rem;
    background: #f8fafc;
    border-radius: 10px;
    border-left: 4px solid #171717;
}

.sell-faq-item h4 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.sell-faq-item p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
}

/* CTA */
.sell-cta {
    padding: 48px 24px;
    background: #171717;
}

.sell-cta-box {
    text-align: center;
    color: white;
}

.sell-cta-box h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.sell-cta-box p {
    opacity: 0.9;
    margin-bottom: 1.25rem;
}

.sell-cta-box .btn-primary {
    background: white;
    color: #171717;
}

.sell-cta-box .btn-primary:hover {
    background: #f1f5f9;
}

/* Footer - koyu siyah arka plan */
body .footer,
body .footer .footer-bottom,
body .footer .footer-content,
body .footer .footer-section,
body .footer .footer-bottom-content {
    background: #050505 !important;
    border-color: #1a1a1a !important;
}
body .footer .footer-section p,
body .footer .footer-section ul li a,
body .footer .footer-bottom-content p {
    color: #a1a1aa !important;
}
body .footer .footer-section h4 {
    color: #fff !important;
}

/* Responsive */
@media (max-width: 900px) {
    .sell-testimonial-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .sell-process-timeline {
        flex-direction: column;
    }
    
    .sell-process-connector {
        transform: rotate(90deg);
    }
    
    .sell-hero {
        padding: 120px 16px 60px;
    }
    
    .sell-hero-title {
        font-size: 1.75rem;
    }
    
    .sell-form-row {
        grid-template-columns: 1fr;
    }
    
    .sell-steps-row {
        flex-direction: column;
        gap: 1rem;
    }
    
    .sell-step {
        flex: none;
        width: 100%;
        min-width: unset;
        min-height: 110px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .sell-step-arrow {
        transform: rotate(90deg);
    }
    
    .sell-faq-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .sell-process-step {
        gap: 1rem;
    }
    
    .sell-process-step-num {
        width: 34px;
        height: 34px;
        font-size: 0.9rem;
    }
}
