/* KuveytTürk Sanal POS Modülü CSS - Modern Elegant Theme */
.kuveytturk-card-container {
    max-width: 620px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 16px;
    padding: 36px 40px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef2f5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.kuveytturk-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 28px;
    border-bottom: 1px solid #e5e9ed;
}

.kuveytturk-header-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #212529;
}

.kuveytturk-header-subtitle {
    font-size: 1.15rem;
    font-weight: 700;
    color: #212529;
}

.kuveytturk-label {
    display: block;
    font-size: 0.95rem;
    font-weight: 500;
    color: #495057;
    margin-bottom: 8px;
}

.kuveytturk-input {
    width: 100%;
    padding: 13px 16px;
    font-size: 1rem;
    color: #212529;
    background-color: #ffffff;
    border: 1.5px solid #dce1e7;
    border-radius: 14px;
    outline: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.kuveytturk-input:focus {
    border-color: #008779;
    box-shadow: 0 0 0 3px rgba(0, 135, 121, 0.12);
}

.kuveytturk-input-icon-wrapper {
    position: relative;
}

.kuveytturk-input-icon-wrapper .kuveytturk-input {
    padding-left: 16px;
}

.kuveytturk-input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 1.2rem;
}

.kuveytturk-btn-submit {
    width: 100%;
    background-color: #008779;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 16px 24px;
    font-size: 1.25rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    margin-top: 16px;
    box-shadow: 0 4px 14px rgba(0, 135, 121, 0.25);
}

.kuveytturk-btn-submit:hover {
    background-color: #007367;
    color: #ffffff;
}

.kuveytturk-btn-submit:active {
    transform: scale(0.99);
}

.kuveytturk-card-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
}

.kuveytturk-logo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.kuveytturk-logo-visa {
    background: #1a1f71;
    color: #ffffff;
    font-style: italic;
}

.kuveytturk-logo-amex {
    background: #006fcf;
    color: #ffffff;
    font-size: 0.65rem;
}

.kuveytturk-logo-mastercard {
    background: #eb001b;
    color: #ffffff;
}

.kuveytturk-logo-troy {
    background: #004b93;
    color: #ffffff;
}

.kuveytturk-footer-note {
    text-align: center;
    font-size: 0.85rem;
    color: #868e96;
    line-height: 1.55;
    margin-top: 28px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}
