/**
 * Finans Sektörü Teması
 * Profesyonel Finans & Bankacılık Kartvizit Tasarımı
 */

/* ===============================================
   Finans Renk Paleti
   =============================================== */
[data-theme-style="finans"] {
    --primary: #059669;
    --primary-dark: #047857;
    --primary-light: #10B981;
    --secondary: #14532D;
    --accent: #D4AF37;
    
    --bg: #F0FDF4;
    --card: #FFFFFF;
    
    --gray-900: #14532D;
    --gray-800: #166534;
    --gray-700: #15803D;
    --gray-600: #16A34A;
    --gray-500: #22C55E;
    --gray-400: #4ADE80;
    --gray-300: #86EFAC;
    --gray-200: #BBF7D0;
    --gray-100: #DCFCE7;
}

/* ===============================================
   Üst Bölüm - Finans Teması
   =============================================== */
[data-theme-style="finans"] .card-hero {
    background: linear-gradient(135deg, #047857 0%, #065F46 100%);
    position: relative;
    overflow: hidden;
}

/* Altın şerit - premium finans */
[data-theme-style="finans"] .card-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #B8860B, #D4AF37, #FFD700, #D4AF37, #B8860B);
}

/* Alt accent çizgisi */
[data-theme-style="finans"] .card-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 32px;
    right: 32px;
    height: 3px;
    background: linear-gradient(90deg, #10B981, #34D399, #10B981);
    border-radius: 2px 2px 0 0;
}

/* Grafik dekorasyonu */
[data-theme-style="finans"] .digital-card::before {
    content: '';
    position: absolute;
    top: 55px;
    right: 18px;
    width: 55px;
    height: 55px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%2334D399' stroke-width='1.5' opacity='0.15'%3E%3Cpath d='M8 48L24 32 36 44 56 16M56 16v16M56 16H40'/%3E%3Cpath d='M8 56h48'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}

/* Profil fotoğrafı */
[data-theme-style="finans"] .profile-photo img,
[data-theme-style="finans"] .profile-photo-placeholder {
    border: 3px solid rgba(52, 211, 153, 0.6);
}

[data-theme-style="finans"] .profile-photo-placeholder {
    background: linear-gradient(135deg, #059669, #047857);
}

/* Para/Banka ikonu profil için */
[data-theme-style="finans"] .profile-photo::before {
    content: '\f53d';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    color: #D4AF37;
    z-index: 10;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Online badge */
[data-theme-style="finans"] .online-badge {
    background: #D4AF37;
    border-color: #047857;
}

/* Profil rol rengi */
[data-theme-style="finans"] .profile-role {
    color: #6EE7B7;
}

/* ===============================================
   Hızlı İşlem Butonları
   =============================================== */
[data-theme-style="finans"] .quick-btn.primary {
    background: linear-gradient(135deg, #059669, #047857);
    border-color: #059669;
}

[data-theme-style="finans"] .quick-btn.primary:hover {
    background: linear-gradient(135deg, #047857, #065F46);
    border-color: #047857;
}

[data-theme-style="finans"] .quick-btn:hover {
    border-color: #059669;
    color: #047857;
}

/* ===============================================
   Bölüm Başlıkları
   =============================================== */
[data-theme-style="finans"] .section-header {
    border-bottom-color: #D1FAE5;
}

[data-theme-style="finans"] .section-header i {
    color: #059669;
}

/* ===============================================
   İletişim Kartları
   =============================================== */
[data-theme-style="finans"] .contact-icon.blue {
    background: linear-gradient(135deg, #D1FAE5, #A7F3D0);
}

[data-theme-style="finans"] .contact-icon.blue i {
    color: #047857;
}

[data-theme-style="finans"] .contact-icon.green {
    background: linear-gradient(135deg, #D1FAE5, #A7F3D0);
}

[data-theme-style="finans"] .contact-icon.green i {
    color: #059669;
}

[data-theme-style="finans"] .contact-icon.cyan {
    background: linear-gradient(135deg, #FEF9C3, #FDE68A);
}

[data-theme-style="finans"] .contact-icon.cyan i {
    color: #B8860B;
}

[data-theme-style="finans"] .contact-icon.orange {
    background: linear-gradient(135deg, #FEF9C3, #FDE68A);
}

[data-theme-style="finans"] .contact-icon.orange i {
    color: #D4AF37;
}

[data-theme-style="finans"] .contact-row:hover {
    background: #ECFDF5;
}

[data-theme-style="finans"] .contact-row:hover .contact-arrow {
    color: #059669;
}

/* ===============================================
   Hizmet Kartları
   =============================================== */
[data-theme-style="finans"] .service-card {
    border-left: 3px solid #059669;
    background: linear-gradient(90deg, #ECFDF5 0%, #FFFFFF 100%);
}

[data-theme-style="finans"] .service-card:hover {
    border-left-color: #047857;
    background: linear-gradient(90deg, #D1FAE5 0%, #FFFFFF 100%);
}

[data-theme-style="finans"] .service-card:nth-child(2) {
    border-left-color: #D4AF37;
}

[data-theme-style="finans"] .service-card:nth-child(3) {
    border-left-color: #0891B2;
}

[data-theme-style="finans"] .service-card:nth-child(4) {
    border-left-color: #7C3AED;
}

[data-theme-style="finans"] .service-icon {
    background: linear-gradient(135deg, #D1FAE5, #A7F3D0);
}

[data-theme-style="finans"] .service-icon i {
    color: #047857;
}

/* ===============================================
   Sosyal Medya
   =============================================== */
[data-theme-style="finans"] .card-social {
    background: #F0FDF4;
    border-top-color: #D1FAE5;
}

[data-theme-style="finans"] .social-btn:hover {
    border-color: #059669;
    background: #059669;
    color: white;
}

/* ===============================================
   Form
   =============================================== */
[data-theme-style="finans"] .form-input:focus {
    border-color: #059669;
    box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.15);
}

[data-theme-style="finans"] .form-submit {
    background: linear-gradient(135deg, #059669, #047857);
}

[data-theme-style="finans"] .form-submit:hover {
    background: linear-gradient(135deg, #047857, #065F46);
}

/* ===============================================
   Alt Bilgi
   =============================================== */
[data-theme-style="finans"] .card-footer {
    background: #F0FDF4;
    border-top-color: #D1FAE5;
}

[data-theme-style="finans"] .card-footer a {
    color: #059669;
}

/* ===============================================
   Tema Değiştirici
   =============================================== */
[data-theme-style="finans"] .theme-toggle:hover {
    border-color: #059669;
}

[data-theme-style="finans"] .theme-toggle:hover i {
    color: #059669;
}

/* ===============================================
   Kart Çerçevesi
   =============================================== */
[data-theme-style="finans"] .digital-card {
    position: relative;
    border: 1px solid #D1FAE5;
}

/* Köşe dolar sembolü */
[data-theme-style="finans"] .digital-card::after {
    content: '\f155';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    bottom: 10px;
    right: 14px;
    font-size: 14px;
    color: #A7F3D0;
}

/* ===============================================
   Koyu Tema
   =============================================== */
[data-theme="dark"][data-theme-style="finans"] {
    --bg: #14532D;
    --card: #166534;
}

[data-theme="dark"][data-theme-style="finans"] .card-hero {
    background: linear-gradient(135deg, #14532D 0%, #0F172A 100%);
}

[data-theme="dark"][data-theme-style="finans"] .contact-row:hover,
[data-theme="dark"][data-theme-style="finans"] .service-card {
    background: rgba(5, 150, 105, 0.1);
}

[data-theme="dark"][data-theme-style="finans"] .contact-icon.blue,
[data-theme="dark"][data-theme-style="finans"] .contact-icon.green,
[data-theme="dark"][data-theme-style="finans"] .contact-icon.cyan,
[data-theme="dark"][data-theme-style="finans"] .contact-icon.orange,
[data-theme="dark"][data-theme-style="finans"] .service-icon {
    background: rgba(5, 150, 105, 0.2);
}

[data-theme="dark"][data-theme-style="finans"] .card-social,
[data-theme="dark"][data-theme-style="finans"] .card-footer {
    background: #14532D;
    border-top-color: #15803D;
}
