:root {
    --renk-altin-ana: #C5A059;
    --renk-altin-parlak: #FCD34D;
    --renk-altin-koyu: #92400E;
    --renk-obsidian: #020617;
    --renk-celik: #475569;
    --renk-beyaz: #FFFFFF;
    --font-ana: 'Manrope', sans-serif;
    --font-serif: 'Cormorant Garamond', serif;
    --derinlik: 1200px;
}


@media (max-width: 1024px) {
    .yuzen-widget {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .yuzen-widget {
        display: none !important;
    }
}

.mimari-sahne-wrapper {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: #FAFAFA;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 160px;
    padding-bottom: 60px;
    font-family: var(--font-ana);
    perspective: var(--derinlik);
    transform-style: preserve-3d;
}

.sahne-atmosfer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.finansal-veri-akisi {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-image: 
        linear-gradient(rgba(197, 160, 89, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(197, 160, 89, 0.05) 1px, transparent 1px);
    background-size: 60px 60px;
    transform: perspective(500px) rotateX(60deg) translateY(0) translateZ(-100px);
    animation: veriAkisi 30s linear infinite;
    mask-image: radial-gradient(circle at center, black 40%, transparent 85%);
}

.doku-mesh {
    position: absolute;
    inset: 0;
    background: radial-gradient(at 0% 0%, rgba(197, 160, 89, 0.08) 0px, transparent 50%),
                radial-gradient(at 100% 100%, rgba(15, 23, 42, 0.05) 0px, transparent 50%);
    opacity: 0.6;
}

@keyframes veriAkisi {
    0% { transform: perspective(500px) rotateX(60deg) translateY(0) translateZ(-100px); }
    100% { transform: perspective(500px) rotateX(60deg) translateY(60px) translateZ(-100px); }
}

.dinamik-isik {
    position: absolute;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.6;
}

.sol-spot {
    width: 800px;
    height: 800px;
    top: -300px;
    left: -200px;
    background: radial-gradient(circle, rgba(197, 160, 89, 0.2), transparent 70%);
    animation: spotPulse 8s infinite alternate;
}

.sag-spot {
    width: 700px;
    height: 700px;
    bottom: -200px;
    right: -100px;
    background: radial-gradient(circle, rgba(15, 23, 42, 0.1), transparent 70%);
    animation: spotPulse 10s infinite alternate-reverse;
}

@keyframes spotPulse {
    0% { transform: scale(1); opacity: 0.4; }
    100% { transform: scale(1.1); opacity: 0.6; }
}

.sahne-konteyner {
    position: relative;
    z-index: 10;
    width: 90%;
    max-width: 1700px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}

.sahne-metin-blogu {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.prestij-etiketi {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(197, 160, 89, 0.2);
    border-radius: 100px;
    width: fit-content;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.etiket-ikon { color: var(--renk-altin-ana); }

.etiket-metin {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--renk-obsidian);
    text-transform: uppercase;
}

.mimari-baslik {
    font-family: var(--font-ana);
    font-size: clamp(3rem, 5.5vw, 5.5rem);
    line-height: 1.05;
    color: var(--renk-obsidian);
    margin-bottom: 35px;
    font-weight: 800;
    letter-spacing: -2px;
}

.baslik-blok { display: block; }

.altin-efekt {
    background: linear-gradient(135deg, #B45309 0%, #C5A059 25%, #F59E0B 50%, #C5A059 75%, #B45309 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shineText 4s linear infinite;
    display: inline-block;
    padding-right: 15px;
}

@keyframes shineText { to { background-position: 200% center; } }

.sahne-aciklama {
    font-size: 1.2rem;
    color: var(--renk-celik);
    line-height: 1.7;
    max-width: 620px;
    margin-bottom: 50px;
    padding-left: 25px;
    border-left: 4px solid var(--renk-altin-ana);
}

.sahne-aksiyonlari {
    display: flex;
    gap: 25px;
    margin-bottom: 60px;
}

.btn-gold-premium {
    position: relative;
    padding: 24px 55px;
    background: linear-gradient(135deg, #C5A059, #D97706);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.95rem;
    letter-spacing: 1px;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    box-shadow: 0 15px 35px rgba(197, 160, 89, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255,255,255,0.2);
}

.btn-parilti-efekti {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transform: skewX(-20deg);
    transition: left 0.6s ease;
}

.btn-gold-premium:hover .btn-parilti-efekti { left: 100%; }

.btn-gold-premium:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(197, 160, 89, 0.5);
    background: linear-gradient(135deg, #D97706, #C5A059);
}

.btn-icerik {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-outline-cam {
    padding: 24px 45px;
    text-decoration: none;
    color: var(--renk-obsidian);
    font-weight: 800;
    border: 1px solid rgba(15, 23, 42, 0.15);
    border-radius: 6px;
    background: transparent;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    letter-spacing: 1px;
}

.btn-outline-cam:hover {
    background: #fff;
    border-color: var(--renk-obsidian);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transform: translateY(-3px);
}

.guven-bandi {
    display: flex;
    align-items: center;
    gap: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(0,0,0,0.06);
}

.stat-item { display: flex; flex-direction: column; }

.stat-rakam {
    font-family: var(--font-serif);
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--renk-obsidian);
    line-height: 1;
}

.stat-metin {
    font-size: 0.75rem;
    color: var(--renk-celik);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 8px;
}

.ref-ayirici { width: 1px; height: 50px; background: rgba(0,0,0,0.1); }

.sahne-gorsel-blogu {
    position: relative;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1500px;
    z-index: 5;
}

.uc-boyutlu-sistem {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ana-kalkan-yapisi {
    position: relative;
    width: 400px;
    height: 520px;
    transform-style: preserve-3d;
    animation: kalkanHover 8s ease-in-out infinite;
    z-index: 10;
}

.kalkan-cam-dis {
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(255,255,255,0.6), rgba(255,255,255,0.1));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 
        0 40px 100px rgba(0,0,0,0.1),
        inset 0 0 60px rgba(255,255,255,0.5);
    transform: translateZ(40px);
}

.kalkan-cekirdek {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateZ(60px);
    width: 260px;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reaktor-halka {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(197, 160, 89, 0.3);
}

.halka-1 {
    width: 100%;
    height: 100%;
    border-top: 3px solid var(--renk-altin-ana);
    animation: spin 15s linear infinite;
}

.halka-2 {
    width: 70%;
    height: 70%;
    border-right: 3px solid var(--renk-altin-ana);
    animation: spinReverse 12s linear infinite;
}

.halka-3 {
    width: 40%;
    height: 40%;
    background: radial-gradient(circle, rgba(197, 160, 89, 0.2), transparent);
    animation: pulseCore 3s infinite;
}

.hologram-ikon-kapsayici {
    color: var(--renk-altin-ana);
    filter: drop-shadow(0 0 25px rgba(197, 160, 89, 0.5));
    animation: floatIcon 4s ease-in-out infinite;
    z-index: 10;
}

.cekirdek-ikon {
    width: 110px;
    height: 110px;
    display: block;
}

@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes spinReverse { from { transform: rotate(360deg); } to { transform: rotate(0deg); } }
@keyframes pulseCore { 0%, 100% { opacity: 0.5; transform: scale(1); } 50% { opacity: 1; transform: scale(1.1); } }
@keyframes kalkanHover { 0%, 100% { transform: translateY(0) rotateY(-8deg); } 50% { transform: translateY(-25px) rotateY(-2deg); } }
@keyframes floatIcon { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.kalkan-pariltisi {
    position: absolute;
    inset: -50%;
    background: radial-gradient(circle, rgba(255,255,255,0.8), transparent 60%);
    opacity: 0;
    transform: rotate(45deg) translateZ(41px);
    animation: sheen 6s infinite;
    pointer-events: none;
}

@keyframes sheen { 0% { opacity: 0; } 50% { opacity: 0.3; } 100% { opacity: 0; } }

.veri-tarayici {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--renk-altin-ana), transparent);
    box-shadow: 0 0 20px var(--renk-altin-ana);
    opacity: 0.8;
    animation: scan 4s ease-in-out infinite;
    transform: translateZ(42px);
}

@keyframes scan { 0% { top: 10%; opacity: 0; } 50% { opacity: 1; } 100% { top: 90%; opacity: 0; } }

.yuzen-widget {
    position: absolute;
    background: #fff;
    padding: 20px 25px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid rgba(15, 23, 42, 0.05);
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.15);
    min-width: 250px;
    transform-style: preserve-3d;
    z-index: 12;
}

.widget-ust {
    top: 10%;
    right: -40px;
    transform: translateZ(80px) rotateY(-10deg);
    animation: floatWidget 6s ease-in-out infinite alternate;
}

.widget-alt {
    bottom: 15%;
    left: -60px;
    transform: translateZ(100px) rotateY(10deg);
    animation: floatWidget 7s ease-in-out infinite alternate-reverse;
}

@keyframes floatWidget { 
    0% { transform: translateZ(80px) translateY(0); } 
    100% { transform: translateZ(80px) translateY(-20px); } 
}

.widget-ikon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-shrink: 0;
}

.bg-yesil { background: linear-gradient(135deg, #10B981, #047857); box-shadow: 0 8px 16px rgba(16, 185, 129, 0.2); }
.bg-altin { background: linear-gradient(135deg, #F59E0B, #B45309); box-shadow: 0 8px 16px rgba(245, 158, 11, 0.2); }

.widget-bilgi { display: flex; flex-direction: column; }
.widget-baslik { font-size: 0.7rem; color: var(--renk-celik); font-weight: 700; text-transform: uppercase; }
.widget-deger { font-size: 1rem; color: var(--renk-obsidian); font-weight: 800; }
.pozitif { color: #10B981; }

.altin-kure {
    position: absolute;
    bottom: 15%;
    right: 5%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #FCD34D, #B45309);
    box-shadow: 0 20px 50px rgba(180, 83, 9, 0.4);
    z-index: 5;
    animation: floatSphere 8s ease-in-out infinite;
}

@keyframes floatSphere { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-30px); } }

.veri-baglanti-hatlari {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0.8;
}

.svg-hat { width: 100%; height: 100%; fill: none; stroke: var(--renk-altin-ana); stroke-width: 1; stroke-dasharray: 6; }

.sahne-scroll-uyari {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s;
    z-index: 20;
}

.sahne-scroll-uyari:hover { opacity: 1; }

.scroll-yazi {
    font-size: 0.7rem;
    letter-spacing: 3px;
    font-weight: 800;
    color: var(--renk-obsidian);
}

.scroll-cizgi {
    width: 26px;
    height: 44px;
    border: 2px solid var(--renk-obsidian);
    border-radius: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 6px;
}

.scroll-topu {
    width: 4px;
    height: 8px;
    background: var(--renk-obsidian);
    border-radius: 2px;
    animation: scrollMouse 1.5s infinite;
}

@keyframes scrollMouse {
    0% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(15px); }
}

@media (max-width: 1440px) {
    .mimari-baslik { font-size: 4rem; }
    .ana-kalkan-yapisi { width: 340px; height: 440px; }
}

@media (max-height: 800px) {
    .mimari-sahne-wrapper { padding-top: 100px; padding-bottom: 20px; }
    .mimari-baslik { font-size: 3.2rem; margin-bottom: 20px; }
    .sahne-aciklama { margin-bottom: 30px; font-size: 1rem; }
    .sahne-aksiyonlari { margin-bottom: 30px; }
    .ana-kalkan-yapisi { width: 280px; height: 380px; }
    .sahne-gorsel-blogu { height: 500px; }
}

@media (max-width: 1024px) {
    .mimari-sahne-wrapper { height: auto; padding-top: 140px; padding-bottom: 100px; }
    .sahne-konteyner { grid-template-columns: 1fr; gap: 60px; text-align: center; }
    .sahne-metin-blogu { padding-left: 0; align-items: center; }
    .sahne-aciklama { border-left: none; padding-left: 0; margin: 0 auto 40px auto; }
    .sahne-aksiyonlari { justify-content: center; }
    .guven-bandi { justify-content: center; border-top: none; }
    .sahne-gorsel-blogu { height: 550px; margin-top: 20px; }
    .widget-ust { right: 0; top: 0; }
    .widget-alt { left: 0; bottom: 0; }
}

@media (max-width: 768px) {
    .mimari-sahne-wrapper { padding-top: 120px; padding-bottom: 60px; }
    .mimari-baslik { font-size: 2.5rem; letter-spacing: -1px; }
    .prestij-etiketi { display: flex; flex-direction: column; text-align: center; gap: 5px; } 
    
    .sahne-aksiyonlari { 
        flex-direction: column; 
        width: 100%; 
        max-width: 320px; 
    }
    
    .btn-gold-premium, .btn-outline-cam { 
        width: 100%; 
        justify-content: center; 
    }
    
    .ana-kalkan-yapisi { width: 240px; height: 320px; }
    .kalkan-cekirdek { width: 140px; height: 140px; }
    .cekirdek-ikon { width: 70px; height: 70px; } 
    
    .yuzen-widget { 
        min-width: 180px; 
        padding: 12px; 
        transform: translateZ(100px) scale(0.9) !important; 
        top: auto; 
        bottom: auto; 
    }
    
    .widget-ust { right: -20px; top: -40px; } 
    .widget-alt { left: -20px; bottom: -40px; } 
    
    .sahne-scroll-uyari { bottom: 10px; transform: translateX(-50%) scale(0.8); }
}