/* Modern Header Hero Section - Görsel Tasarıma Uygun */

.header-geneli {
    padding: 0;
    background: linear-gradient(180deg, #fbfdff 0%, #f4f7fb 40%, #ffffff 100%);
    position: relative;
    overflow: visible;
}

.header-geneli::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, #0ea5e9, #6366f1, #9333ea);
    z-index: 1;
    opacity: 0.95;
}

.hero-container {
    width: 100vw;
    padding: 0px 0 40px !important;
    position: relative;
    z-index: 1;
    margin: 0 !important;
    max-width: 100% !important;
}

/* Cloud Animation - Kaldır */
.cloud {
    display: none;
}

.transfer-hero-combo {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    align-items: stretch;
}

.transfer-form-wrapper {
    display: flex;
    height: 100%;
    position: sticky;
    top: 70px;
    z-index: 20;
}

.transfer-form-card.elevated {
    width: 100%;
    height: 100%;
}

/* Modern Hero Row */
.hero-row {
    align-items: stretch;
    min-height: 100%;
    margin: 0;
    width: 100%;
    --bs-gutter-x: 0;
}

.hero-row > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Sol Taraf - Modern Görsel Container */
.hero-visual {
    padding: 0;
}
.hero-visual::before {
    display: none;
}

.hero-visual img {
    position: relative;
    z-index: 1;
    box-shadow: none;
    transition: none;
    filter: brightness(1.05) contrast(1.1);
    width: 98%;
    height: 100%;
    object-fit: cover;
    border: none;
}

/* Sağ Taraf - Modern Yazı Bölümü */
.header-yazi {
    text-align: left !important;
    margin-top: 0 !important;
    padding: 60px 50px !important;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.header-yazi::before {
    content: '';
    position: absolute;
    padding: 30px;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #ffffff;
    border-radius: 0;
    z-index: -1;
    border: none;
    box-shadow: none;
}

.header-yazi h1 {
    font-size: 56px !important;
    font-weight: 900 !important;
    margin-bottom: 25px !important;
    line-height: 1.15 !important;
    color: #0f172a !important;
    letter-spacing: -1.5px;
    position: relative;
    padding-bottom: 15px;
    text-shadow: none;
}

.header-yazi h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    border-radius: 2px;
}

.header-yazi .hero-subtitle {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #475569 !important;
    line-height: 1.7 !important;
    margin-top: 10px !important;
    margin-bottom: 30px !important;
    max-width: 90%;
}

.hero-metrics {
    display: flex;
    gap: 28px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.hero-metric {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hero-metric .metric-value {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
}

.hero-metric .metric-label {
    font-size: 13px;
    font-weight: 600;
    color: #94a3b8;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.fazlasi-btn {
    margin-top: 0 !important;
    padding: 16px 36px !important;
    border-radius: 999px !important;
    float: none !important;
    background: linear-gradient(120deg, #0ea5e9, #6366f1) !important;
    color: #fff !important;
    display: inline-block !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    box-shadow: 0 20px 35px rgba(14, 165, 233, 0.25) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: none !important;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fazlasi-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s;
}

.fazlasi-btn:hover::before {
    left: 100%;
}

.fazlasi-btn:hover {
    background: linear-gradient(120deg, #6366f1, #7c3aed) !important;
    transform: translateY(-3px);
    box-shadow: 0 25px 45px rgba(99, 102, 241, 0.3) !important;
}

/* Modern Form Area */
.arac-arama-alanı {
    margin-top: 60px !important;
    padding: 40px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 1;
}

.arac-arama-alanı::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #667eea, #764ba2, #f093fb);
    border-radius: 25px;
    z-index: -1;
    opacity: 0.2;
    filter: blur(10px);
}

/* Responsive */
@media (max-width: 991px) {
    .header-yazi {
        text-align: center !important;
        padding: 40px 30px !important;
        margin-top: 30px !important;
    }
    
    .header-yazi h1 {
        font-size: 42px !important;
    }
    
    .header-yazi h2 {
        font-size: 18px !important;
        max-width: 100%;
    }
    
    .header-geneli .col-md-6:first-child {
        padding: 20px;
    }
    
    .arac-arama-alanı {
        padding: 30px 20px;
    }

    .hero-metrics {
        justify-content: center;
    }
}

