/* ===== 1. FORM TASARIMI - Kompakt & Modern ===== */
#leadFormSection .card {
    max-width: 100%;
    margin: 0 auto;
}

#leadFormSection .card-body {
    padding: 2rem !important;
}

#leadFormSection h4 {
    font-size: 1.25rem;
}

#leadFormSection .form-control {
    font-size: 0.9rem;
    padding: 0.6rem 0.75rem;
}

#leadFormSection .btn-primary {
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
}

#leadFormSection .small {
    font-size: 0.85rem;
}

/* ===== 2. HEADER - Lacivert & Bold Fiyat ===== */
.sticky-top h5 {
    font-size: 1.1rem;
    color: #1a1a1a;
}

.sticky-top .text-muted {
    font-size: 0.85rem;
}

#cfgHeaderPrice {
    color: #0b3a6e !important;
    font-size: 1.75rem !important;
    font-weight: 800 !important;
}

.price-label-header {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #6b7280;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

/* ===== 3. CHASSIS VARIANT - Ad göster ===== */
.chassis-variant-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

/* ===== 4. TEKSTİL - Fiyat Bold & Lacivert ===== */
.visual-variant-card .price {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    color: #0b3a6e !important;
}

/* ===== 5. OPSİYON RESPONSIVE GRID ===== */
.equipment-grid {
    display: grid;
    gap: 1rem;
}


@media (min-width: 1200px)  {
    .equipment-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .equipment-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
    .equipment-grid { grid-template-columns: 1fr; }
}

/* ===== 6. OPSİYON CARD - Fiyat Sağ Üst ===== */
.option-card {
    position: relative;
}

.option-card-price {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0b3a6e;
    background: #fff;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* ===== 7. OPSİYON STOK KODU ===== */
.option-stock-code {
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

/* ===== 8. OPSİYON BADGE ===== */
.option-badge {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    background: #10b981;
    color: #fff;
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
}

/* ===== 9. "SEÇİM YAPMAK İSTEMİYORUM" CARD ===== */
.no-selection-card {
    border: 2px dashed #cbd5e1 !important;
    background: #f9fafb;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    cursor: pointer;
    transition: all 0.3s;
}

.no-selection-card:hover {
    border-color: #94a3b8;
    background: #f1f5f9;
}

.no-selection-card.selected {
    border-color: #0b3a6e;
    background: #eff6ff;
}

/* ===== 10. ÖZET BÖLÜMÜ - Fiyat Hesaplama ===== */
.review-price-calculator {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.price-toggle {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #e5e7eb;
}

.price-toggle-btn {
    flex: 1;
    padding: 0.75rem;
    background: #fff;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
}

.price-toggle-btn.active {
    background: #dc2626;
    color: #fff;
}

.installment-calculator {
    margin-top: 1.5rem;
}

.installment-slider {
    width: 100%;
    margin: 1rem 0;
}

.installment-result {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.installment-box {
    padding: 1.5rem;
    background: #f9fafb;
    border-radius: 8px;
    border-left: 4px solid #dc2626;
}

.installment-box-label {
    font-size: 0.85rem;
    color: #6b7280;
    margin-bottom: 0.5rem;
}

.installment-box-value {
    font-size: 1.75rem;
    font-weight: 800;
    color: #0b3a6e;
}

.lead-form-preview {
    background: #f9fafb;
    border-radius: 12px;
    padding: 1.5rem;
    height: 100%;
}

/*.preview-images img {*/
/*    max-height: 200px;*/
/*    width: 100%;*/
/*    object-fit: cover;*/
/*}*/

.lead-price-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.lead-price-section {
    text-align: center;
}

.lead-price-title {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #6b7280;
    letter-spacing: 0.8px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.lead-price-value {
    font-size: 1.75rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
}

.lead-price-value.text-primary {
    color: #0b3a6e !important;
}

.lead-price-meta {
    font-size: 0.85rem;
    color: #6b7280;
    margin-top: 0.5rem;
}

.lead-price-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.lead-price-detail:last-child {
    margin-bottom: 0;
}

.border-adria {
    border: 1px solid #0b3a6e !important;
}

.chassis-specs .spec-col:last-child {
    border-bottom: none;
}




.chassis-specs .spec-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
}

.chassis-specs small {
    font-size: 12px;
    color: #8c8c8c;
    margin: 0;
}

.chassis-specs .dimension-value {
    font-weight: 600;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
}

.dimension-label{
    white-space: nowrap;
}

.dimension-value .unit {
    font-size: 12px;
    opacity: 0.7;
    margin-left: 2px;
}


.price-tag {
    font-size: 16px;
    font-weight: 700;
    color: #0b3a6e; 
}

.equipmentImage {
    height: 260px;          /* Sabit yükseklik */
    display: flex;
    align-items: center;
    justify-content: center;
}

.equipment-img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Top bar fixed olmasın */
.configurator-page .header-top-bar {
    position: relative !important;
    top: auto !important;
}

/* Navigation fixed olmasın */
.configurator-page #header-nav {
    position: relative !important;
    top: auto !important;
}

.configurator-page .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
}