.tkc-wrapper {
    max-width: 430px;
    margin: 0 auto;
    padding: 20px;
    background: #050505;
    color: #fff;
    border-radius: 18px;
    position: relative;
}

.tkc-step {
    display: none;
}

.tkc-step.active {
    display: block;
    animation: tkcFade .35s ease;
}

.tkc-error {
    display: none;
    margin-top: 6px;
    color: #ff4d4d;
    font-size: 13px;
    font-weight: 600;
}

.tkc-error.active {
    display: block;
}

.tkc-input-error {
    border: 2px solid #ff4d4d !important;
}

@keyframes tkcFade {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tkc-top-badge {
    display: table;
    margin: 0 auto 14px;
    padding: 7px 16px;
    background: #ff6a00;
    color: #fff;
    border-radius: 8px;
    font-weight: 800;
    font-size: 14px;
}

.tkc-title {
    margin: 0 0 14px;
    text-align: center;
    font-size: 30px;
    line-height: 1.05;
    font-weight: 900;
    text-transform: uppercase;
}

.tkc-subtitle {
    text-align: center;
    color: #ddd;
    margin-bottom: 24px;
    font-size: 16px;
}

.tkc-section-title {
    margin: 0 0 16px;
    color: #ff6a00;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
}

.tkc-field {
    margin-bottom: 18px;
}

.tkc-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.tkc-field input[type="text"],
.tkc-field input[type="tel"],
.tkc-field input[type="number"] {
    width: 100%;
    height: 56px;
    border: 0;
    border-radius: 7px;
    background: #fff;
    color: #111;
    padding: 0 16px;
    font-size: 16px;
    box-sizing: border-box;
}

.tkc-distance-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-end;
}

.tkc-distance-head span {
    color: #ff6a00;
    font-size: 13px;
    line-height: 1.2;
    max-width: 130px;
    text-align: right;
}

.tkc-distance-wrap {
    display: grid;
    grid-template-columns: 38px 1fr 38px 88px;
    gap: 10px;
    align-items: center;
}

.tkc-distance-btn {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 6px;
    background: #ff6a00;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
}

#tkc-distance-range {
    width: 100%;
    accent-color: #ff6a00;
}

#tkc-distance-input {
    text-align: center;
    font-weight: 900;
    height: 46px;
}

.tkc-condition-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.tkc-condition {
    min-height: 84px;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 14px;
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
    background: #070707;
}

.tkc-condition.active {
    border-color: #ff6a00;
    box-shadow: 0 0 0 1px #ff6a00 inset;
}

.tkc-radio {
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    border-radius: 50%;
    flex: 0 0 22px;
    position: relative;
}

.tkc-condition.active .tkc-radio::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #ff6a00;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
}

.tkc-condition-text {
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
}

.tkc-main-btn {
    width: 100%;
    min-height: 58px;
    border: 0;
    border-radius: 7px;
    background: linear-gradient(180deg, #ff7a00, #f45b00);
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    cursor: pointer;
    text-transform: uppercase;
}

.tkc-main-btn:disabled {
    opacity: .6;
    cursor: wait;
}

.tkc-secure-text,
.tkc-btn-subtext {
    margin-top: 10px;
    text-align: center;
    color: #cfcfcf;
    font-size: 13px;
    line-height: 1.35;
}

.tkc-price-box {
    border: 1px solid #333;
    border-radius: 10px;
    padding: 22px 18px;
    background: #111;
    text-align: center;
    margin-bottom: 16px;
}

.tkc-price-label {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.tkc-final-price {
    color: #ff6a00;
    font-size: 70px;
    line-height: 1;
    font-weight: 900;
}

.tkc-benefits {
    margin-top: 16px;
    text-align: left;
    display: grid;
    gap: 8px;
    font-size: 15px;
}

.tkc-summary {
    border: 1px solid #333;
    border-radius: 10px;
    padding: 14px;
    background: #0c0c0c;
    margin-bottom: 14px;
}

.tkc-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #222;
    font-size: 14px;
}

.tkc-summary-row:last-child {
    border-bottom: 0;
}

.tkc-summary-row span {
    color: #cfcfcf;
}

.tkc-summary-row strong {
    text-align: right;
}

.tkc-summary-row.total {
    text-transform: uppercase;
    font-weight: 900;
}

.tkc-summary-row.total strong {
    color: #ff6a00;
    font-size: 18px;
}

.tkc-secondary-btn {
    width: 100%;
    min-height: 52px;
    margin-top: 16px;
    border: 1px solid #ff6a00;
    border-radius: 7px;
    background: transparent;
    color: #ff6a00;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
    text-transform: uppercase;
}

.tkc-service-area {
    margin-top: 20px;
    padding: 14px;
    border: 1px solid #333;
    border-radius: 8px;
    color: #ddd;
    font-size: 14px;
    line-height: 1.45;
}

.tkc-service-area strong {
    color: #ff6a00;
    text-transform: uppercase;
}

.tkc-success-message {
    display: none;
    margin-top: 18px;
    padding: 20px 16px;
    border-radius: 12px;
    background: #0f1f12;
    border: 1px solid #26a641;
    text-align: center;
    animation: tkcFade .35s ease;
}

.tkc-success-message.active {
    display: block;
}

.tkc-success-icon {
    width: 46px;
    height: 46px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #26a641;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 46px;
}

.tkc-success-title {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 6px;
}

.tkc-success-text {
    color: #d7d7d7;
    font-size: 14px;
    line-height: 1.4;
}

.tkc-loading {
    display: none;
    position: absolute;
    inset: 0;
    background: rgba(5, 5, 5, .92);
    z-index: 50;
    border-radius: 18px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}

.tkc-loading.active {
    display: flex;
}

.tkc-loading-spinner {
    width: 52px;
    height: 52px;
    border: 4px solid rgba(255, 255, 255, .15);
    border-top: 4px solid #ff6a00;
    border-radius: 50%;
    animation: tkcSpin .8s linear infinite;
}

.tkc-loading-text {
    margin-top: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

@keyframes tkcSpin {
    100% {
        transform: rotate(360deg);
    }
}

.tkc-dispatch-status {
    margin-bottom: 18px;
    padding: 14px;
    border-radius: 10px;
    background: #101010;
    border: 1px solid #242424;
}

.tkc-dispatch-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #888;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0;
    opacity: .45;
    transition: .25s;
}

.tkc-dispatch-item.active {
    opacity: 1;
    color: #fff;
}

.tkc-dispatch-item.completed {
    opacity: 1;
    color: #4ad66d;
}

.tkc-dispatch-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: currentColor;
    flex: 0 0 10px;
}

.tkc-dispatch-item.active .tkc-dispatch-dot {
    animation: tkcPulse 1s infinite;
}

@keyframes tkcPulse {

    0% {
        transform: scale(1);
        opacity: .7;
    }

    50% {
        transform: scale(1.4);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: .7;
    }
}

.tkc-input-wrap {
    position: relative;
}


.tkc-input-icon {
    position: absolute;
    left: 18px;
    top: 40%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    fill: #8f8f8f;
    z-index: 2;
    pointer-events: none;
}


.tkc-input-wrap input {
    width: 100% !important;
    height: 56px !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: #fff !important;
    color: #111 !important;
    padding: 0 16px 0 52px !important;
    font-size: 16px !important;
    box-sizing: border-box !important;
    margin-bottom: 18px;
}


.tkc-price-note {
    max-width: 300px;
    margin: 12px auto 16px;
    color: #e5e5e5;
    font-size: 15px;
    line-height: 1.35;
    text-align: center;
}

.tkc-price-info {
    display: inline-flex;
    width: 18px;
    height: 18px;
    margin-left: 6px;
    border: 1px solid #aaa;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.tkc-success-call-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 22px;
    text-decoration: none;
    text-align: center;
    line-height: 1.15;
    padding: 16px 18px;
}

.tkc-call-icon {
    width: 24px;
    height: 24px;
    fill: #fff;
    flex: 0 0 24px;
}
.tkc-distance-range {
    width: 100%;
    accent-color: #ff6a00;
}

.tkc-distance-input {
    text-align: center;
    font-weight: 900;
    height: 46px;
}
@media (max-width: 380px) {
    .tkc-wrapper {
        padding: 16px;
    }

    .tkc-title {
        font-size: 25px;
    }

    .tkc-distance-wrap {
        grid-template-columns: 34px 1fr 34px 76px;
        gap: 8px;
    }

    .tkc-final-price {
        font-size: 58px;
    }

    .tkc-main-btn {
        font-size: 19px;
    }
}