.itf-access-card {
    width: min(100%, 460px);
    margin: 24px auto;
    padding: 28px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .08);
    box-sizing: border-box;
}

.itf-access-card h2 {
    margin: 0 0 12px;
}

.itf-access-kicker {
    margin: 0 0 6px;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .65;
}

.itf-access-form {
    display: grid;
    gap: 10px;
}

.itf-access-form label {
    margin-top: 8px;
    font-weight: 700;
}

.itf-access-form input,
.itf-access-form select {
    width: 100%;
    min-height: 48px;
    padding: 10px 13px;
    border: 1px solid rgba(0, 0, 0, .24);
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
    font-size: 16px;
}

.itf-access-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 10px;
    padding: 11px 20px;
    border: 0;
    border-radius: 10px;
    background: #17243a;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    cursor: pointer;
}

.itf-access-button-secondary {
    background: #eef1f5;
    color: #17243a !important;
}

.itf-access-message {
    margin: 14px 0;
    padding: 12px 14px;
    border-radius: 10px;
}

.itf-access-error {
    background: #fff0f0;
    color: #861f1f;
}

.itf-access-success {
    background: #edf9f0;
    color: #1f6631;
}

.itf-internal-links ul {
    display: grid;
    gap: 8px;
    margin: 18px 0;
    padding: 0;
    list-style: none;
}

.itf-internal-links a {
    display: block;
    padding: 12px 14px;
    border-radius: 10px;
    background: #f3f5f8;
    text-decoration: none;
}

.itf-worker-link {
    cursor: pointer;
}

@media (max-width: 520px) {
    .itf-access-card {
        padding: 20px;
        border-radius: 14px;
    }
}
