/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/*//////////////////////////////////////////////////////////////////
[ RESET ]*/
* { margin: 0; padding: 0; box-sizing: border-box; }
body, html { height: 100%; font-family: 'Inter', sans-serif; }
a { text-decoration: none; transition: all 0.3s; }

/*//////////////////////////////////////////////////////////////////
[ LAYOUT ]*/
.container-contact100 {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    background: linear-gradient(135deg, #0a1628 0%, #132848 50%, #0d1f3c 100%);
}

.wrap-contact100 {
    width: 680px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 48px 44px;
    margin: 40px 0;
    color: #fff;
}

/*//////////////////////////////////////////////////////////////////
[ TITLE ]*/
.contact100-form-title {
    display: block;
    width: 100%;
    font-weight: 800;
    font-size: 28px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 36px;
    letter-spacing: -0.5px;
}

.title-logo {
    display: block;
    max-height: 60px;
    margin: 0 auto 12px;
}

.contact100-form-title small {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 8px;
    letter-spacing: 0;
}

/*//////////////////////////////////////////////////////////////////
[ SEARCH FORM ]*/
.search-section {
    width: 100%;
    margin-bottom: 32px;
}

.search-section .label-input100 {
    font-weight: 600;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 16px;
}

.search-row {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

.search-row .input100 {
    flex: 1;
    height: 52px;
    border-radius: 14px;
    padding: 0 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    outline: none;
    transition: all 0.3s;
}

.search-row .input100::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.search-row .input100:focus {
    border-color: rgba(59, 130, 246, 0.6);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.btn-search {
    width: 100%;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-search:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}

/*//////////////////////////////////////////////////////////////////
[ ERROR ]*/
.error-msg {
    width: 100%;
    padding: 14px 20px;
    background: rgba(231, 76, 60, 0.15);
    border-radius: 14px;
    border: 1px solid rgba(231, 76, 60, 0.25);
    font-weight: 500;
    font-size: 14px;
    color: #ff6b6b;
    margin-bottom: 24px;
}

/*//////////////////////////////////////////////////////////////////
[ SECTIONS ]*/
.tracking-section {
    width: 100%;
    margin-bottom: 4px;
}

.section-title {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    margin-bottom: 12px;
    padding-bottom: 0;
    border-bottom: none;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.section-separator {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
    margin: 10px 0;
}

/*//////////////////////////////////////////////////////////////////
[ WARRANTY CANCELLED ]*/
.warranty-cancelled {
    margin: 14px 0;
    padding: 16px 20px;
    background: rgba(231, 76, 60, 0.1);
    border-radius: 14px;
    border: 1px solid rgba(231, 76, 60, 0.25);
}

.warranty-title {
    font-weight: 800;
    font-size: 14px;
    color: #ff6b6b;
    letter-spacing: 1px;
}

.warranty-reason {
    margin-top: 6px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.repair-cost-box {
    margin: 14px 0;
    padding: 14px 20px;
    background: rgb(165 21 7 / 44%);
    border-radius: 14px;
    border: 1px solid rgba(255, 24, 0, 0.5);
}

.repair-cost-label {
    font-weight: 800;
    font-size: 14px;
    color: #ff6b6b;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.repair-cost-value {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

/*//////////////////////////////////////////////////////////////////
[ TRACKING STEPS ]*/
.steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 28px 0 8px;
    padding: 0 20px;
}

.steps::before {
    content: '';
    position: absolute;
    top: 21px;
    left: 40px;
    right: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 0;
}

.steps .progress-line {
    position: absolute;
    top: 21px;
    left: 40px;
    right: 40px;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6, #2563eb);
    z-index: 0;
    transition: transform 0.6s ease;
    border-radius: 2px;
    transform-origin: left;
}

.step {
    text-align: center;
    z-index: 2;
    flex: 1;
    position: relative;
}

.step .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #1a2a4a;
    border: 2px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-weight: 700;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.3);
    transition: all 0.4s;
    position: relative;
    z-index: 3;
}

.step.active .circle {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.step.current .circle {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 0 0 6px rgba(59, 130, 246, 0.2), 0 4px 15px rgba(37, 99, 235, 0.3);
    animation: pulse-ring 2s ease infinite;
}

@keyframes pulse-ring {
    0% { box-shadow: 0 0 0 6px rgba(59, 130, 246, 0.2), 0 4px 15px rgba(37, 99, 235, 0.3); }
    50% { box-shadow: 0 0 0 10px rgba(59, 130, 246, 0.06), 0 4px 15px rgba(37, 99, 235, 0.3); }
    100% { box-shadow: 0 0 0 6px rgba(59, 130, 246, 0.2), 0 4px 15px rgba(37, 99, 235, 0.3); }
}

.step .step-label {
    font-weight: 500;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.25);
    letter-spacing: 0.3px;
}

.step.active .step-label {
    color: rgba(255, 255, 255, 0.7);
}

.step.current .step-label {
    color: #fff;
    font-weight: 600;
}

/*//////////////////////////////////////////////////////////////////
[ BADGES ]*/
.badge {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.badge-new { background: rgba(231, 76, 60, 0.2); color: #ff6b6b; border: 1px solid rgba(231, 76, 60, 0.3); }
.badge-pending { background: rgba(243, 156, 18, 0.2); color: #ffc048; border: 1px solid rgba(243, 156, 18, 0.3); }
.badge-progress { background: rgba(59, 130, 246, 0.2); color: #60a5fa; border: 1px solid rgba(59, 130, 246, 0.3); }
.badge-done { background: rgba(39, 174, 96, 0.2); color: #5edd8a; border: 1px solid rgba(39, 174, 96, 0.3); }
.badge-shipped { background: rgba(16, 185, 129, 0.2); color: #6ee7b7; border: 1px solid rgba(16, 185, 129, 0.3); }

/*//////////////////////////////////////////////////////////////////
[ REFUND BOX ]*/
.refund-box {
    margin: 14px 0;
    padding: 18px 20px;
    background: rgba(16, 185, 129, 0.12);
    border-radius: 14px;
    border: 1px solid rgba(16, 185, 129, 0.3);
    display: flex;
    align-items: center;
    gap: 14px;
}

.refund-icon {
    font-size: 24px;
    color: #6ee7b7;
    flex-shrink: 0;
}

.refund-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
}

.refund-text strong {
    color: #6ee7b7;
    font-size: 16px;
}

/*//////////////////////////////////////////////////////////////////
[ AWB & DOCS BOXES ]*/
.awb-box {
    margin: 14px 0;
    padding: 16px 20px;
    background: rgba(59, 130, 246, 0.08);
    border-radius: 14px;
    border: 1px solid rgba(59, 130, 246, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.awb-actions {
    display: flex;
    gap: 8px;
}

.btn-awb {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
    letter-spacing: 0.3px;
}

.btn-awb:hover {
    transform: translateY(-1px);
}

.btn-track {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.btn-track:hover {
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.4);
}

.docs-box {
    margin: 14px 0;
    padding: 16px 20px;
    background: rgba(230, 126, 34, 0.08);
    border-radius: 14px;
    border: 1px solid rgba(230, 126, 34, 0.15);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.docs-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.btn-doc {
    background: linear-gradient(135deg, #e67e22, #d35400);
}

.btn-doc:hover {
    box-shadow: 0 4px 15px rgba(230, 126, 34, 0.4);
}

/*//////////////////////////////////////////////////////////////////
[ INFO GRID ]*/
.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.info-item {
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
}

.info-item.full {
    grid-column: 1 / -1;
}

.info-label {
    display: block;
    font-weight: 600;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.info-value {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
    line-height: 1.5;
}

/*//////////////////////////////////////////////////////////////////
[ ATTACHMENTS ]*/
.btn-attachment {
    background: linear-gradient(135deg, #475569, #334155);
}

.btn-attachment:hover {
    box-shadow: 0 4px 15px rgba(71, 85, 105, 0.4);
}

/*//////////////////////////////////////////////////////////////////
[ NOTES ]*/
.notes-list {
    list-style: none;
}

.notes-list li {
    padding: 12px 16px;
    background: rgba(59, 130, 246, 0.06);
    border-radius: 10px;
    margin-bottom: 6px;
    border: 1px solid rgba(59, 130, 246, 0.1);
    transition: background 0.3s;
}

.notes-list li:hover {
    background: rgba(59, 130, 246, 0.1);
}

.notes-list li .note-time {
    font-weight: 500;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.3);
    display: block;
    margin-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.notes-list li .note-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
}

/*//////////////////////////////////////////////////////////////////
[ OTHER CERERI ]*/
.other-cereri {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.btn-cerere {
    display: inline-block;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.3s;
    cursor: pointer;
}

.btn-cerere:hover {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(37, 99, 235, 0.15));
    border-color: rgba(59, 130, 246, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.btn-cerere .cerere-id {
    display: block;
    font-weight: 800;
    font-size: 17px;
    letter-spacing: -0.3px;
}

.btn-cerere .cerere-type {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
    margin-top: 2px;
    display: block;
}

.btn-cerere:hover .cerere-type {
    color: rgba(255, 255, 255, 0.6);
}

/*//////////////////////////////////////////////////////////////////
[ RESPONSIVE ]*/
@media (max-width: 700px) {
    .container-contact100 {
        padding: 10px;
    }

    .wrap-contact100 {
        padding: 32px 22px;
        margin: 15px 0;
        border-radius: 20px;
    }

    .search-row {
        flex-direction: column;
        gap: 10px;
    }

    .search-row .input100 {
        width: 100%;
        min-height: 52px;
        padding: 0 16px;
        font-size: 15px;
    }

    .contact100-form-title {
        font-size: 22px;
    }

    .step .step-label {
        font-size: 9px;
    }

    .step .circle {
        width: 36px;
        height: 36px;
        font-size: 12px;
    }

    .steps {
        padding: 0 10px;
    }

    .steps::before {
        left: 28px;
        right: 28px;
    }

    .steps .progress-line {
        left: 28px;
    }

    .awb-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .info-grid {
        grid-template-columns: 1fr;
    }

    .info-item.full {
        grid-column: 1;
    }

    .btn-cerere {
        flex: 1;
        min-width: calc(50% - 10px);
    }
}
