body {
    background-color: #f5f7fa;
    color: #1f2937;
}

.navbar-brand {
    letter-spacing: -0.3px;
}

.card {
    border: 0;
    border-radius: 16px;
}

.table > :not(caption) > * > * {
    padding: 1rem;
    vertical-align: middle;
}

.page-title {
    font-weight: 700;
    letter-spacing: -0.5px;
}

.text-muted-custom {
    color: #6b7280;
}
/* ========================================
   FORMULARZ ZGŁOSZENIA NAPRAWY
======================================== */

.repair-form-page {
    width: 760px;
    max-width: 100%;
    margin: 0 auto;
}

.repair-form-page > .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.repair-form-page .card {
    background: #ffffff;
    padding: 36px;
    border: 0;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.repair-form-page h1 {
    margin-top: 0;
    margin-bottom: 12px;
    text-align: center;
    font-weight: 700;
}

.repair-form-page .description {
    text-align: center;
    color: #6b7280;
    margin-bottom: 30px;
}

.repair-form-page .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin: 0;
}

.repair-form-page .field,
.repair-form-page .mb-3 {
    margin-bottom: 18px;
}

.repair-form-page label {
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
}

.repair-form-page input,
.repair-form-page select,
.repair-form-page textarea {
    display: block;
    width: 100%;
    padding: 13px;
    border: 1px solid #d1d5db;
    border-radius: 9px;
    background: #ffffff;
    font-size: 16px;
    color: #1f2937;
}

.repair-form-page input:focus,
.repair-form-page select:focus,
.repair-form-page textarea:focus {
    outline: 0;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.repair-form-page textarea {
    min-height: 150px;
    resize: vertical;
}

.repair-form-page .form-text {
    margin-top: 6px;
    color: #6b7280;
    font-size: 14px;
}

.repair-form-page hr {
    margin: 30px 0;
    border: 0;
    border-top: 1px solid #d1d5db;
    opacity: 1;
}

.repair-form-page .section-title,
.repair-form-page h2 {
    margin-bottom: 20px;
    font-weight: 700;
}

.repair-form-page .error-box {
    padding: 15px;
    margin-bottom: 22px;
    border-radius: 10px;
    background: #fee2e2;
    color: #991b1b;
}

.repair-form-page .error-box ul {
    margin: 0;
    padding-left: 20px;
}

.repair-form-page .buttons {
    display: flex;
    gap: 14px;
    margin-top: 25px;
}

.repair-form-page .btn {
    padding: 14px 24px;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
}

.repair-form-page .btn-primary {
    flex: 1;
}

@media (max-width: 650px) {

    .repair-form-page .row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .repair-form-page .card {
        padding: 24px;
    }

    .repair-form-page .buttons {
        flex-direction: column;
    }
}
/* ========================================
   STRONA SPRAWDZANIA STATUSU
======================================== */

.status-page {
    width: 650px;
    max-width: 100%;
    margin: 0 auto;
}

.status-page > .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.status-page .card {
    background: white;
    padding: 38px;
    border: 0;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.status-page h1 {
    margin-top: 0;
    margin-bottom: 12px;
    text-align: center;
    font-weight: 700;
}

.status-page .description {
    text-align: center;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 28px;
}

.status-page .field {
    margin-bottom: 20px;
}

.status-page label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

.status-page input {
    width: 100%;
    padding: 14px;
    border: 1px solid #d1d5db;
    border-radius: 9px;
    font-size: 17px;
}

.status-page input:focus {
    outline: 0;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.status-page .error-box {
    background: #fee2e2;
    color: #991b1b;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 22px;
}

.status-page .buttons {
    display: flex;
    gap: 14px;
    margin-top: 26px;
}

.status-page .btn {
    padding: 14px 22px;
    border-radius: 10px;
    font-size: 17px;
}

.status-page .btn-primary {
    flex: 1;
}

@media (max-width: 600px) {
    .status-page .card {
        padding: 24px;
    }

    .status-page .buttons {
        flex-direction: column;
    }
}
.navbar-logo-icon {
    color: #0d6efd;
    font-size: 1.5rem;
}
/* ========================================
   WYNIK STATUSU NAPRAWY
======================================== */

.status-result-page {
    width: 850px;
    max-width: 100%;
    margin: 0 auto;
}

.status-result-page > .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.status-result-page .card {
    background: #ffffff;
    padding: 38px;
    border-radius: 16px;
    border: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.status-result-page h1 {
    text-align: center;
    font-weight: 700;
}

.status-result-page .status-box {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    margin: 25px 0;
}

.status-result-page .status-label {
    color: #6b7280;
    margin-bottom: 8px;
}

.status-result-page .status-value {
    font-size: 28px;
    font-weight: 700;
    color: #1d4ed8;
}

.status-result-page .details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 25px;
}

.status-result-page .detail,
.status-result-page .description {
    background: #f8f9fa;
    padding: 18px;
    border-radius: 10px;
}

.status-result-page .detail-label {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 5px;
}

.status-result-page .detail-value {
    font-weight: 600;
}

.status-result-page .description {
    margin-top: 20px;
    line-height: 1.5;
}

.status-result-page .button-wrap {
    text-align: center;
    margin-top: 28px;
}

@media (max-width: 650px) {
    .status-result-page .details {
        grid-template-columns: 1fr;
    }

    .status-result-page .card {
        padding: 24px;
    }
}
/* ========================================
   POTWIERDZENIE ZGŁOSZENIA
======================================== */

.confirmation-page {
    width: 760px;
    max-width: calc(100% - 30px);
    margin: 45px auto;
}

.confirmation-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.confirmation-icon {
    text-align: center;
    font-size: 52px;
    color: #198754;
    margin-bottom: 15px;
}

.confirmation-card h1 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 12px;
}

.confirmation-description {
    max-width: 600px;
    margin: 0 auto 30px;
    text-align: center;
    color: #6b7280;
    line-height: 1.6;
}


/* NUMER ZGŁOSZENIA + KOD */

.confirmation-data {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 30px;
}

.confirmation-item {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.confirmation-label {
    display: block;
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 6px;
}

.confirmation-value {
    display: block;
    font-size: 21px;
    color: #1f2937;
}


/* PODSUMOWANIE */

.device-summary {
    border-top: 1px solid #e5e7eb;
    padding-top: 25px;
    margin-top: 5px;
}

.device-summary h2 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 18px;
}

.summary-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.summary-grid > div {
    background: #f8f9fa;
    padding: 16px;
    border-radius: 10px;
}

.summary-label {
    display: block;
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 4px;
}

.summary-grid strong {
    display: block;
}


/* WYSYŁKA */

.shipping-info {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    padding: 20px;
    margin-top: 25px;
}

.shipping-title {
    font-size: 18px;
    font-weight: 700;
    color: #1d4ed8;
    margin-bottom: 12px;
}

.shipping-info p {
    margin-bottom: 8px;
}

.shipping-note {
    margin-top: 15px;
    margin-bottom: 0 !important;
}


/* PRZYCISKI */

.confirmation-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.confirmation-actions .btn {
    padding: 11px 20px;
    border-radius: 9px;
}


/* TELEFON */

@media (max-width: 650px) {

    .confirmation-page {
        margin-top: 25px;
    }

    .confirmation-card {
        padding: 25px;
    }

    .confirmation-data,
    .summary-grid {
        grid-template-columns: 1fr;
    }

    .confirmation-actions {
        flex-direction: column;
    }

    .confirmation-actions .btn {
        width: 100%;
    }
}