/* RNK MEDYA - MASTER STYLE SHEET (Güncellenmiş Netlify Version) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* 1. RESET & GENEL AYARLAR */
* { margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; }
body { background-color: #0c0c0e; color: #ffffff; font-family: 'Poppins', sans-serif; overflow-x: hidden; line-height: 1.6; }

/* 2. ARKA PLAN MOTORU (Altın Tozu) */
#rnk-master-canvas { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: -1; background: radial-gradient(circle at center, #1a1a1f 0%, #08080a 100%) !important; }

/* 3. HEADER & NAVİGASYON (LOGO ORTADA, MENÜ ALTTA) */
header {
    background: rgba(12, 12, 14, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
    position: fixed; top: 0; width: 100%; z-index: 1000;
    padding: 15px 5%;
}

.navbar {
    display: flex; flex-direction: column; align-items: center; gap: 15px;
    max-width: 1400px; margin: 0 auto;
}

.header-top { display: flex; justify-content: center; align-items: center; width: 100%; position: relative; }
.logo img { max-height: 85px; width: auto; display: block; }

.nav-links { list-style: none; display: flex; gap: 30px; align-items: center; justify-content: center; }
.nav-links li a { color: #bbb; text-decoration: none; font-size: 15px; transition: all 0.3s ease; font-weight: 400; letter-spacing: 0.5px; }
.nav-links li a:hover, .nav-links li a.active { color: #EBCA47 !important; text-shadow: 0 0 10px rgba(235, 202, 71, 0.4); }
.nav-btn { font-weight: bold; border: 1px solid #D4AF37; padding: 5px 15px !important; border-radius: 5px; }

.hamburger { display: none; color: #EBCA47; font-size: 24px; cursor: pointer; position: absolute; right: 0; }

/* 4. ANA SAYFA - SIKIŞTIRILMIŞ VE ŞEFFAF BÖLÜMLER */
main { padding-top: 150px; } /* Header yüksekliği arttığı için alanı genişlettik */

.rnk-hero { padding: 40px 5% 60px; text-align: center; background: transparent; }
.rnk-brand { color: #D4AF37; font-weight: 700; letter-spacing: 1px; }
.hero-badge { font-size: 11px; letter-spacing: 4px; color: #888; border-bottom: 1px solid #D4AF37; padding-bottom: 5px; }
.rnk-hero h1 { font-size: clamp(28px, 5vw, 56px); margin: 20px 0; font-weight: 300; line-height: 1.1; }
.gold-text { color: #D4AF37; font-weight: 700; text-shadow: 0 0 30px rgba(212,175,55,0.2); }
.rnk-hero p { max-width: 700px; margin: 0 auto 30px; color: #aaa; font-size: 16px; }

.main-btn { background: #D4AF37; color: #000; padding: 15px 30px; border-radius: 8px; font-weight: 700; text-decoration: none; transition: 0.3s; display: inline-block; font-size: 14px;}
.sub-btn { border: 1px solid rgba(255,255,255,0.1); color: #fff; padding: 15px 30px; border-radius: 8px; text-decoration: none; transition: 0.3s; display: inline-block; font-size: 14px;}
.main-btn:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(212,175,55,0.2); }
.sub-btn:hover { background: rgba(255,255,255,0.05); }

/* Neden RNK? */
.rnk-guven { padding: 50px 5%; background: rgba(15, 15, 18, 0.4); border-top: 1px solid rgba(255,255,255,0.02); border-bottom: 1px solid rgba(255,255,255,0.02); }
.guven-wrapper { max-width: 1200px; margin: 0 auto; text-align: center; }
.guven-text h2 { font-size: 32px; margin-bottom: 15px; font-weight: 300; }
.guven-text p { color: #888; line-height: 1.6; font-size: 15px; margin: 0 auto 20px; max-width: 800px; }
.guven-list { list-style: none; display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.guven-list li { color: #D4AF37; font-size: 14px; font-weight: 500; }

/* İstatistikler */
.rnk-stats { padding: 40px 5%; background: transparent; }
.stats-grid { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stat-num { display: block; font-size: 36px; font-weight: 700; color: #D4AF37; margin-bottom: 5px; }
.stat-label { font-size: 11px; color: #666; letter-spacing: 2px; text-transform: uppercase; }

/* SEO İçerik Alanı */
.rnk-seo-content { padding: 50px 5%; text-align: center; background: rgba(10, 10, 12, 0.6); }
.seo-container { max-width: 900px; margin: 0 auto; }
.seo-container h3 { font-size: 22px; color: #fff; margin-bottom: 15px; font-weight: 400; }
.seo-container p { color: #888; font-size: 14px; line-height: 1.8; }

/* GÜÇ KARTLARI - KESİNLİKLE YAN YANA 3 TANE */
.rnk-power-grid { padding: 60px 5%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 1200px; margin: 0 auto; background: transparent;}
.power-card { background: rgba(255,255,255,0.03); padding: 30px; border-radius: 15px; border: 1px solid rgba(255,255,255,0.05); transition: 0.4s; backdrop-filter: blur(5px); }
.power-card:hover { border-color: #D4AF37; transform: translateY(-5px); background: rgba(212, 175, 55, 0.05); }
.power-icon { font-size: 28px; margin-bottom: 15px; }
.power-card h4 { color: #fff; margin-bottom: 10px; font-size: 18px; }
.power-card p { color: #999; font-size: 14px; line-height: 1.5; }

/* Vision Final */
.rnk-vision-final { padding: 60px 5% 0; text-align: center; background: transparent; position: relative; }
.gold-line-top { width: 40px; height: 2px; background: #EBCA47; margin: 0 auto 20px; }
.vision-tag { font-size: 11px; letter-spacing: 5px; color: #666; text-transform: uppercase; }
.gold-glow { color: #EBCA47; font-weight: 700; text-shadow: 0 0 20px rgba(235, 202, 71, 0.2); }
.rnk-vision-final h2 { font-size: clamp(26px, 5vw, 42px); margin: 15px 0; font-weight: 300;}
.vision-text { color: #aaa; font-size: 16px; line-height: 1.7; margin: 0 auto 40px; max-width: 800px; font-weight: 300; }
.vision-badges { display: flex; justify-content: center; gap: 40px; margin: 30px 0 60px; flex-wrap: wrap; }
.v-badge { font-size: 11px; color: #555; letter-spacing: 2px; display: flex; flex-direction: column; gap: 5px; }
.v-badge span { color: #EBCA47; font-size: 18px; font-weight: 700; }

/* 5. FOOTER */
.rnk-footer { background: rgba(10, 10, 12, 0.9); padding: 0 5%; border-top: 1px solid rgba(255,255,255,0.05); backdrop-filter: blur(10px); }
.rnk-glow-divider { width: 100%; height: 1px; background: linear-gradient(90deg, transparent, rgba(235, 202, 71, 0.4), transparent); margin-bottom: 50px; }
.footer-main-row { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 40px; max-width: 1200px; margin: 0 auto 50px; }
.footer-brand { font-size: 24px; letter-spacing: 2px; margin-bottom: 15px; font-weight: 300; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a, .footer-socials a { color: #888; text-decoration: none; font-size: 13px; transition: 0.3s; }
.footer-links a:hover, .footer-socials a:hover { color: #EBCA47; padding-left: 5px; }
.footer-socials { display: flex; flex-direction: column; gap: 10px; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.05); padding: 25px 0; display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; }
.legal-links { display: flex; gap: 15px; }
.legal-links a { color: #555; text-decoration: none; font-size: 11px; }

/* 6. MOBİL UYUMLULUK */
@media (max-width: 1024px) {
    .rnk-power-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    header { padding: 10px 5%; }
    main { padding-top: 100px; }
    
    .navbar { flex-direction: column; align-items: stretch; gap: 0; }
    .header-top { justify-content: center; height: 70px; }
    .hamburger { display: block; position: absolute; right: 0; top: 20px; }
    
    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        background: rgba(12, 12, 14, 0.98);
        padding: 20px 0;
        border-top: 1px solid rgba(235, 202, 71, 0.2);
        border-bottom: 2px solid #EBCA47;
    }
    .nav-links.active { display: flex; }
    .nav-links li { margin: 10px 0; }
    
    .rnk-power-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .guven-list { flex-direction: column; gap: 10px; }
    
    .footer-main-row { grid-template-columns: 1fr; text-align: center; }
    .footer-bottom { flex-direction: column; gap: 20px; text-align: center; }
    .legal-links { flex-wrap: wrap; justify-content: center;}
}

/* UÇAN LOGO (PHOENIX) CSS */
#flying-phoenix {
    position: fixed; z-index: 9999; pointer-events: none;
    width: 350px; height: 350px; opacity: 0;
    filter: drop-shadow(0 0 40px rgba(212, 175, 55, 0.8)); transition: opacity 1s ease;
}
#flying-phoenix img { width: 100%; height: 100%; object-fit: contain; }
@media (max-width: 768px) { #flying-phoenix { width: 200px; height: 200px; } }