.tka-customer-portal-stage {
    max-width: 72rem;
    margin: 0 auto;
    padding: 0 0 2rem;
}

.tka-customer-landing-main .tka-customer-portal-stage {
    padding-top: 0.5rem;
}

.tka-customer-portal-card {
    max-width: 42rem;
}

.tka-cargo-wizard__card.tka-customer-portal-card {
    max-width: 52rem;
}

.tka-customer-portal-kicker {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.tka-path-choice-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 2.5rem 2rem;
    border-radius: 1rem;
    border: 1px solid var(--bs-gray-200);
    background: var(--bs-body-bg);
    box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.06);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.tka-path-choice-card:hover,
.tka-path-choice-card:focus-visible {
    transform: translateY(-0.25rem);
    border-color: var(--bs-primary);
    box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.12);
    text-decoration: none;
}

.tka-path-choice-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    border-radius: 999px;
    margin-bottom: 1.5rem;
}

.tka-path-choice-card__icon--submission {
    background: rgba(var(--bs-primary-rgb), 0.12);
    color: var(--bs-primary);
}

.tka-path-choice-card__icon--cargo {
    background: rgba(var(--bs-success-rgb), 0.12);
    color: var(--bs-success);
}

.tka-customer-portal-otp-form .htmx-indicator {
    display: none;
}

.tka-customer-portal-otp-form .htmx-request .htmx-indicator {
    display: inline-block;
}

.tka-customer-lookup-item {
    display: block;
    padding: 1.25rem 1.5rem;
    border-radius: 0.85rem;
    border: 1px solid var(--bs-gray-200);
    background: var(--bs-body-bg);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tka-customer-lookup-item:hover,
.tka-customer-lookup-item:focus-visible {
    border-color: var(--bs-primary);
    box-shadow: 0 0.75rem 1.5rem rgba(15, 23, 42, 0.08);
    transform: translateY(-0.125rem);
    text-decoration: none;
    color: inherit;
}

.tka-customer-lookup-item__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.tka-customer-lookup-item__request-no {
    font-weight: 700;
    color: var(--bs-gray-900);
}

.tka-customer-lookup-item__meta {
    font-size: 0.925rem;
    color: var(--bs-gray-700);
    margin-bottom: 0.35rem;
}

.tka-customer-lookup-item__summary {
    font-size: 0.875rem;
    color: var(--bs-gray-600);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.75rem;
}

.tka-customer-lookup-item__footer {
    font-size: 0.8125rem;
    color: var(--bs-gray-500);
}

.tka-customer-lookup-pending__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    border-radius: 999px;
    background: rgba(var(--bs-primary-rgb), 0.1);
}

.tka-customer-lookup-pending__submission {
    padding: 1rem 1.25rem;
    border-radius: 0.75rem;
    border: 1px dashed var(--bs-gray-300);
    background: var(--bs-gray-100);
}

@media (max-width: 767.98px) {
    .tka-path-choice-card {
        padding: 2rem 1.25rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tka-path-choice-card {
        transition: none;
    }
}
