@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&display=swap');


/* --- MEVCUT VAKIFBANK STİLLERİ (DOKUNULMADI) --- */

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    -webkit-tap-highlight-color: transparent;
}
.mobile-container {
    width: 100%;
    height: 100%;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #eeeeee;
    flex-shrink: 0;
    position: relative;
}
.main-header .back-button {
    font-size: 20px;
    color: #343a40;
    text-decoration: none;
}
.main-header .header-title {
    font-size: 18px;
    font-weight: 500;
    color: #343a40;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.main-header .fa-user-circle { font-size: 28px; color: #6c757d; }
.main-header .logo { height: 28px; }
.main-header .lang-button {
    font-size: 16px;
    font-weight: bold;
    color: #343a40;
    text-decoration: none;
    border: 1px solid #dee2e6;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #fff;
}
.icon-menu {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 10px;
    background: #fff;
    flex-shrink: 0;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.icon-menu::-webkit-scrollbar { display: none; }
.icon-item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 11px;
    color: #495057;
    width: 75px;
    margin: 0 5px;
}
.icon-item span {
    display: block;
    white-space: normal;
}
.icon-item img {
    width: 48px;
    height: 48px;
    margin-bottom: 5px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fdeec9;
}
.login-section {
    background-color: #f8f9fa;
    padding: 20px;
    overflow-y: auto;
    flex-grow: 1;
}
.page-title {
    font-size: 22px;
    font-weight: 400;
    color: #333;
    margin-top: 10px;
    margin-bottom: 30px;
}
.tabs {
    display: flex;
    border-bottom: 2px solid #e9ecef;
}
.tab-link {
    flex: 1;
    padding-bottom: 15px;
    border: none;
    background: none;
    font-size: 16px;
    font-weight: bold;
    color: #6c757d;
    cursor: pointer;
    position: relative;
    text-align: center;
}
.tab-link.active { color: #343a40; }
.tab-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #fec107;
}
.login-form { margin-top: 30px; }
.input-group {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 25px;
    position: relative;
}
.input-group::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 2px;
    background-color: #fec107;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.input-group:focus-within::after {
    width: 100%;
    left: 0;
}
.input-group input {
    width: 100%;
    padding: 8px 1px;
    border: none;
    background: transparent;
    font-size: 17px;
    color: #333;
    position: relative;
    z-index: 2;
}
.input-group input:focus { outline: none; }
.input-group input::placeholder {
    color: #999;
    font-size: 17px;
}
.submit-btn {
    width: 100%;
    padding: 15px;
    background-color: #e9ecef;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #adb5bd;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s ease;
    text-decoration: none;
}
.submit-btn.active {
    background-color: #fec107;
    color: #212529;
}
.forgot-password {
    display: block;
    text-align: center;
    margin-top: 25px;
    color: #fec107;
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
}
.error-message {
    color: red; 
    text-align: center; 
    margin-bottom: 15px;
}
.feature-menu {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
    background: #fff;
    flex-shrink: 0;
}
.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    color: #495057;
    text-align: center;
    width: 90px;
}
.feature-icon {
    font-size: 24px;
    color: #fec107;
    margin-bottom: 10px;
}
.bottom-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px 0 20px 0;
    background-color: #fff;
    border-top: 1px solid #e9ecef;
    flex-shrink: 0;
}
.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #6c757d;
    font-size: 10px;
}
.nav-item i { font-size: 20px; margin-bottom: 3px; }
.nav-item .fast-text {
    font-family: 'Arial Black', Gadget, sans-serif;
    font-weight: bold;
    font-size: 14px;
}
.nav-item.qr-center i { 
    font-size: 32px;
    color: #333;
    background-color: #fec107;
    padding: 10px;
    border-radius: 12px;
    transform: translateY(-20px);
    border: 4px solid #f8f9fa;
}
.focused-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
}
.icon-container {
    font-size: 48px;
    color: #fec107;
    margin-bottom: 20px;
}
.page-title-main {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}
.page-subtitle {
    font-size: 16px;
    color: #6c757d;
    max-width: 300px;
    line-height: 1.5;
    margin-bottom: 40px;
}
.phone-group {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #e0e0e0;
    transition: border-color 0.3s ease;
}
.phone-group:focus-within {
    border-color: #fec107;
}
.phone-group .country-code {
    font-size: 17px;
    color: #333;
    font-weight: 500;
    padding: 8px 10px 8px 1px;
    border-right: 1px solid #e0e0e0;
    margin-right: 10px;
}
.phone-group input {
    border-bottom: none;
    margin-bottom: 0;
    flex-grow: 1;
}
.loader {
    width: 60px;
    height: 60px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #fec107;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.success-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #28a745;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    animation: pop-in 0.5s ease-out;
}
@keyframes pop-in {
    0% { transform: scale(0); }
    80% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
body.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}
.fade-in {
    animation: fadeInAnimation 0.5s ease-in forwards;
}
@keyframes fadeInAnimation {
    from { opacity: 0; }
    to { opacity: 1; }
}


/* --- YENİ İŞ BANKASI STİLLERİ (YENİDEN DÜZENLENDİ) --- */
body {
    font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    overflow-x: hidden; /* Yatay kaydırmayı engellemek için */
}

/* --- KARŞILAMA EKRANI (ocranbe.php - default) --- */
.welcome-body {
    background: #ffffff;
    color: #fff;
    overflow: hidden;
}
.welcome-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.35);
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    cursor: pointer;
    box-sizing: border-box;
}
.welcome-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}
.lang-button-welcome {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, 0.8);
    background-color: rgba(0, 0, 0, 0.2);
    padding: 6px 14px;
    border-radius: 20px;
}
.logo-welcome {
    height: 22px;
    filter: brightness(0) invert(1);
}
.welcome-header .fa-bell {
    font-size: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.welcome-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 20vh;
}
.welcome-main h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}
.welcome-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 380px;
}
.welcome-btn {
    flex: 1;
    padding: 18px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    background-color: #fff;
    color: #073763;
}
.welcome-btn-outline {
    width: 100%;
    max-width: 380px;
    padding: 18px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}
.welcome-footer {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.promo-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.promo-cards .card, .action-icons .icon-item-wrapper {
    background: rgba(10, 25, 40, 0.75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 15px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.promo-cards .card {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}
.card-icon-promo, .card-icon-friends {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 12px;
}
.card-icon-promo { background-color: #8A74E6; }
.card-icon-friends { background-color: #00A79D; }
.action-icons {
    display: flex;
    justify-content: space-around;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 15px 5px;
    border-radius: 16px;
}
.action-icons .icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    width: 70px;
}
.action-icons .icon-item i {
    font-size: 20px;
}

/* --- ANİMASYON --- */
@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* --- GİRİŞ SAYFASI (ocranbe.php?page=login) --- */
.login-body-dark {
    background-color: #1A1A1A;
    color: #FFFFFF;
    animation: slideInFromRight 0.4s ease-out forwards;
}
.login-container-dark {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.login-header-dark {
    flex-shrink: 0;
    margin-bottom: 30px;
}
.login-header-dark .back-arrow {
    color: #002864;
    font-size: 24px;
    text-decoration: none;
}
.login-main-dark {
    flex-grow: 1;
}
.login-main-dark h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
}
.login-form-dark {
    display: flex;
    flex-direction: column;
}
.login-form-dark .input-group-dark {
    margin-bottom: 20px;
}
.login-form-dark .submit-btn-dark {
    margin-top: 20px;
}
/* GİRİŞ FORMU İÇİNDEKİ PAROLA BUTONU İÇİN KURAL KALDIRILDI */


/* --- DİĞER KOYU TEMA SAYFALARI (phone, processing, success) --- */
.dark-theme-body {
    background-color: #1A1A1A;
    color: #FFFFFF;
    /* Bu sayfalarda animasyon istenirse diye sınıf ayrıldı, şimdilik ortak */
}
.dark-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.dark-header {
    flex-shrink: 0;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dark-header .back-arrow {
    color: #002864;
    font-size: 24px;
    text-decoration: none;
}
.dark-header .header-title-dark {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.dark-main-centered {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.dark-main-centered .page-title-dark {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.dark-main-centered .page-subtitle-dark {
    font-size: 16px;
    color: #aaa;
    max-width: 320px;
    line-height: 1.5;
    margin-bottom: 40px;
}
.input-group-dark {
    border-bottom: 1px solid #555;
    padding-bottom: 8px;
    position: relative;
}
.input-group-dark::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background-color: #002864;
    transition: width 0.3s ease;
}
.input-group-dark:focus-within::after {
    width: 100%;
}
.input-group-dark input {
    width: 100%;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 17px;
    font-family: 'Nunito Sans', sans-serif;
}
.input-group-dark input:focus { outline: none; }
.input-group-dark input::placeholder {
    color: #888;
    font-weight: 400;
}
.submit-btn-dark {
    width: 100%;
    padding: 16px;
    background-color: #444;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #888;
    cursor: not-allowed;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
}
.submit-btn-dark.active {
    background-color: #002864;
    color: #FFFFFF;
    cursor: pointer;
}
.forgot-password-dark {
    display: block;
    text-align: center;
    width: 100%;
    padding: 16px;
    background-color: transparent;
    border: 2px solid #444;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #002864;
    text-decoration: none;
    box-sizing: border-box;
    margin-top: 25px; /* DÜZELTME: Bu kural buraya eklendi */
}
.error-message-dark {
    color: #FF5B5B; 
    text-align: center; 
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 14px;
}

/* --- TELEFON SAYFASI ÖZEL STİLLERİ --- */
.phone-group-dark {
    display: flex;
    align-items: center;
}
.phone-group-dark .country-code-dark {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    padding-right: 10px;
    border-right: 1px solid #555;
    margin-right: 10px;
}

/* --- İŞLEMDE & BAŞARILI SAYFASI STİLLERİ --- */
.dark-icon-container {
    margin-bottom: 30px;
}
.loader-dark {
    width: 60px;
    height: 60px;
    border: 5px solid #444;
    border-top: 5px solid #002864;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.success-icon-dark {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #002864;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    animation: pop-in 0.5s ease-out;
}
