﻿.tk-checkout-mode-card {
    margin: 18px 0 20px;
    padding: 18px;
    border: 1px solid rgba(15, 23, 42, .10);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,252,.92));
    box-shadow: 0 12px 35px rgba(15, 23, 42, .08);
}

.tk-checkout-mode-head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

    .tk-checkout-mode-head i {
        width: 38px;
        height: 38px;
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(37, 99, 235, .10);
        color: #2563eb;
        flex: 0 0 auto;
    }

    .tk-checkout-mode-head h3 {
        margin: 0;
        font-size: 1.05rem;
        font-weight: 800;
        color: #0f172a;
    }

    .tk-checkout-mode-head p {
        margin: 3px 0 0;
        color: #64748b;
        font-size: .92rem;
    }

.tk-checkout-mode-list table {
    width: 100%;
}

.tk-checkout-mode-list td {
    padding: 0 10px 10px 0;
}

.tk-checkout-mode-list input[type="radio"] {
    transform: translateY(1px);
    margin-right: 8px;
}

.tk-checkout-mode-list label {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, .12);
    background: #fff;
    color: #0f172a;
    font-weight: 700;
    cursor: pointer;
}

.tk-checkout-mode-msg {
    margin-top: 6px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(37, 99, 235, .08);
    color: #1e3a8a;
    font-size: .92rem;
}

.tk-checkout-login-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

    .tk-checkout-login-actions .tk-btn-primary {
        border: 0;
        background: linear-gradient(135deg, #2563eb, #1d4ed8);
        color: #fff;
        font-weight: 800;
    }


.tk-checkout-mode-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.tk-checkout-mode-option {
    position: relative;
    display: block;
}

    .tk-checkout-mode-option input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .tk-checkout-mode-option label {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        min-height: 76px;
        padding: 14px;
        border-radius: 18px;
        border: 1px solid rgba(15, 23, 42, .12);
        background: #fff;
        cursor: pointer;
        transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease, background .16s ease;
    }

        .tk-checkout-mode-option label:hover {
            transform: translateY(-1px);
            border-color: rgba(37, 99, 235, .35);
            box-shadow: 0 14px 30px rgba(15, 23, 42, .08);
        }

    .tk-checkout-mode-option input:checked + label {
        border-color: rgba(37, 99, 235, .70);
        background: linear-gradient(180deg, rgba(239,246,255,.98), rgba(255,255,255,.96));
        box-shadow: 0 16px 34px rgba(37, 99, 235, .13);
    }

.tk-checkout-mode-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-top: 1px;
    border: 2px solid rgba(100, 116, 139, .45);
    background: #fff;
    box-shadow: inset 0 0 0 4px #fff;
    flex: 0 0 auto;
}

.tk-checkout-mode-option input:checked + label .tk-checkout-mode-dot {
    border-color: #2563eb;
    background: #2563eb;
}

.tk-checkout-mode-option strong {
    display: block;
    color: #0f172a;
    font-weight: 900;
    line-height: 1.15;
}

.tk-checkout-mode-option small {
    display: block;
    margin-top: 4px;
    color: #64748b;
    font-size: .86rem;
    line-height: 1.35;
}

.tk-checkout-registered-note {
    margin-top: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(22, 163, 74, .09);
    color: #166534;
    font-size: .92rem;
}



.tk-checkout-sector-map {
    margin: 18px 0 22px;
    padding: 18px;
    border-radius: 22px;
    border: 1px solid rgba(37, 99, 235, .16);
    background: linear-gradient(180deg, rgba(239,246,255,.78), rgba(255,255,255,.96));
    box-shadow: 0 16px 34px rgba(15, 23, 42, .07);
}

.tk-checkout-sector-map-head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

    .tk-checkout-sector-map-head i {
        width: 40px;
        height: 40px;
        border-radius: 15px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        color: #1d4ed8;
        background: rgba(37, 99, 235, .11);
    }

    .tk-checkout-sector-map-head h3 {
        margin: 0;
        color: #0f172a;
        font-size: 1.06rem;
        font-weight: 900;
        letter-spacing: -.02em;
    }

    .tk-checkout-sector-map-head p {
        margin: 4px 0 0;
        color: #64748b;
        font-size: .92rem;
        line-height: 1.45;
        font-weight: 650;
    }

.tk-checkout-sector-map-media {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .10);
    background: #fff;
}

.tk-checkout-sector-map-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 560px;
    object-fit: contain;
    background: #fff;
}

.tk-checkout-sector-map-note {
    margin-top: 12px;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #475569;
    font-size: .91rem;
    line-height: 1.45;
    font-weight: 750;
}

    .tk-checkout-sector-map-note i {
        color: #2563eb;
        margin-top: 3px;
    }

@media (max-width: 680px) {
    .tk-checkout-mode-list table,
    .tk-checkout-mode-list tbody,
    .tk-checkout-mode-list tr,
    .tk-checkout-mode-list td {
        display: block;
        width: 100%;
    }

    .tk-checkout-mode-list label {
        width: 100%;
        justify-content: flex-start;
    }

    .tk-checkout-mode-options {
        grid-template-columns: 1fr;
    }
}
