/* Motosiklet fiyat hesaplama widget */

.sbk-price-calc {
    max-width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(217, 119, 6, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.28);
    margin-bottom: 1.5rem;
}

.sbk-price-calc__hero {
    background: linear-gradient(135deg, #92400e 0%, #d97706 40%, #f59e0b 75%, #fbbf24 100%);
    padding: 1.35rem 1.5rem 1.4rem;
    color: #fff;
}

.sbk-price-calc__hero-title {
    margin: 0 0 0.35rem;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.sbk-price-calc__hero-lead {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.94);
    max-width: 38rem;
}

.sbk-price-calc__body {
    background: #fff;
    padding: 1.35rem 1.25rem 1.5rem;
}

.sbk-price-calc__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.sbk-price-calc__field--full {
    grid-column: 1 / -1;
}

.sbk-price-calc__label {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
    margin-bottom: 6px;
}

.sbk-price-calc__input.form-control,
.sbk-price-calc__select.form-control {
    border-radius: 10px;
    border-color: #e2e8f0;
    padding: 0.65rem 0.85rem;
    font-size: 0.95rem;
}

.sbk-price-calc__input.form-control:focus,
.sbk-price-calc__select.form-control:focus {
    border-color: #f59e0b;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.18);
}

.sbk-price-calc__actions {
    margin-top: 1.1rem;
    text-align: center;
}

.sbk-price-calc__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    padding: 0.85rem 1.75rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #d97706, #f59e0b);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 8px 24px rgba(217, 119, 6, 0.35);
}

.sbk-price-calc__submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(217, 119, 6, 0.42);
}

.sbk-price-calc__flash {
    display: none;
    margin-top: 1rem;
    border-radius: 12px;
}

.sbk-price-calc__flash.is-open {
    display: block;
}

.sbk-price-calc__tips {
    margin-top: 1.25rem;
    padding: 1rem 1.1rem;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 12px;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #78350f;
}

.sbk-price-calc__tips a {
    font-weight: 600;
}

/* Sonuç kartı */

.sbk-price-result {
    margin-top: 0.5rem;
    padding: 1.1rem 1.15rem 1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
}

.sbk-price-result__head {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 1rem;
}

.sbk-price-result__thumb {
    flex-shrink: 0;
}

.sbk-price-result__img {
    width: 88px;
    height: 88px;
    object-fit: contain;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 4px;
}

.sbk-price-result__title {
    margin: 0 0 4px;
    font-size: 1.1rem;
    font-weight: 700;
}

.sbk-price-result__title a {
    color: #0f172a;
    text-decoration: none;
}

.sbk-price-result__meta {
    margin: 0;
    font-size: 0.82rem;
    color: #64748b;
}

.sbk-price-result__range-label {
    margin: 0 0 10px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #334155;
}

.sbk-price-result__range-label span {
    font-weight: 500;
    color: #64748b;
}

.sbk-price-result__band {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.sbk-price-result__tick {
    text-align: center;
    padding: 10px 8px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.sbk-price-result__tick span {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #64748b;
    margin-bottom: 4px;
}

.sbk-price-result__tick strong {
    display: block;
    font-size: 0.95rem;
    color: #0f172a;
}

.sbk-price-result__tick--mid {
    border-color: #fbbf24;
    background: #fffbeb;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.15);
}

.sbk-price-result__tick--mid strong {
    font-size: 1.05rem;
    color: #92400e;
}

.sbk-price-result__bar {
    height: 6px;
    margin-top: 12px;
    border-radius: 99px;
    background: linear-gradient(90deg, #86efac 0%, #fbbf24 50%, #fca5a5 100%);
    overflow: hidden;
}

.sbk-price-result__bar-fill {
    display: block;
    height: 100%;
    width: 55%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.45);
    border-radius: inherit;
}

.sbk-price-result__details {
    margin-top: 12px;
    font-size: 0.82rem;
    color: #475569;
}

.sbk-price-result__details summary {
    cursor: pointer;
    font-weight: 600;
    color: #64748b;
}

.sbk-price-result__details ul {
    margin: 8px 0 0;
    padding-left: 1.1rem;
}

.sbk-price-result__note {
    margin: 12px 0 0;
    font-size: 0.78rem;
    line-height: 1.55;
    color: #64748b;
}

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

    .sbk-price-result__band {
        grid-template-columns: 1fr;
    }

    .sbk-price-result__tick--mid {
        order: -1;
    }
}
