﻿/* ============================================
   PH Yazılım - Hakkımızda Sayfası CSS
   Tüm stiller .hakkimizda scope altında.
   ============================================ */


/* ── Gradient Text ── */
.hakkimizda .text-gradient {
    background: linear-gradient(135deg, #0d6efd, #0dcaf0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ── Section Label ── */
.hakkimizda .section-label {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0d6efd;
    margin-bottom: 12px;
    position: relative;
    padding-left: 28px;
}

    .hakkimizda .section-label::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 3px;
        background: linear-gradient(135deg, #0d6efd, #0dcaf0);
        border-radius: 2px;
    }

.hakkimizda .section-label-center {
    padding-left: 0;
    padding-bottom: 10px;
}

    .hakkimizda .section-label-center::before {
        left: 50%;
        top: auto;
        bottom: 0;
        transform: translateX(-50%);
        width: 40px;
    }

/* ── Section Header ── */
.hakkimizda .section-header h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 16px;
}


/* ============================================
   KOMPAKT GİRİŞ BANDI — 25.07.2026 revizyonu
   Eski dev PAGE HERO + istatistik çubuğu + 3D mockup kartı
   KALDIRILDI (yedek: YEDEK_TASARIM/2026-07-25/wwwroot/tema/css/hakkimizda.css).
   İletişim sayfasındaki koyu bant diliyle uyumlu: koyu degrade +
   ince ızgara + rozet + son kelimesi degrade başlık.
   ============================================ */
/* PERDE EFEKTİ (İletişim'dekiyle aynı desen): bant viewport tepesine yapışır
   (top:0, z-index:0); .hk-icerik sarmalayıcısı (z-index:3 + zemin) kaydırdıkça
   bandın ÜZERİNE kayar. Bant yazıları JS ile soldurulur (cshtml Scripts). */
.hakkimizda .hk-bant {
    position: sticky;
    top: 0;
    z-index: 0;
    padding: 150px 0 70px;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(ellipse 80% 60% at 50% -10%, rgba(13, 110, 253, 0.26) 0%, rgba(13, 110, 253, 0) 60%),
        radial-gradient(ellipse at 50% 0%, #0d1b3a 0%, #0b1437 45%, #060a1f 100%);
}

/* Perde sarmalayıcısı — banttan sonraki TÜM bölümler bunun içinde.
   Zemin body ile AYNI değişken: zeminsiz bölümlerin (about-intro,
   mission-vision, technologies) arkasından yapışık bant görünmesin. */
.hakkimizda .hk-icerik {
    position: relative;
    z-index: 3;
    background: var(--dark-bg);
}

/* İnce dijital ızgara (statik — GPU maliyeti yok) */
.hakkimizda .hk-bant::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
        linear-gradient(rgba(147, 197, 253, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(147, 197, 253, 0.06) 1px, transparent 1px);
    background-size: 52px 52px;
    -webkit-mask-image: radial-gradient(ellipse 75% 80% at 50% 30%, #000 30%, transparent 78%);
    mask-image: radial-gradient(ellipse 75% 80% at 50% 30%, #000 30%, transparent 78%);
    pointer-events: none;
}

/* Breadcrumb (bant içinde) */
.hakkimizda .breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}

.hakkimizda .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.55);
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}

.hakkimizda .breadcrumb-item a:hover {
    color: #fff;
}

.hakkimizda .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.35);
}

.hakkimizda .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.3);
}

.hakkimizda .hk-bant-rozet {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.5rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #dbeafe;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hakkimizda .hk-bant-rozet i {
    color: #0dcaf0;
}

.hakkimizda .hk-bant-baslik {
    margin: 1.2rem 0 1rem;
    font-size: clamp(2.1rem, 4.5vw, 3.3rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.12;
    color: #fff;
    text-shadow: 0 2px 24px rgba(2, 6, 23, 0.5);
}

.hakkimizda .hk-gradient {
    background: linear-gradient(120deg, #4da3ff 0%, #0dcaf0 55%, #7dd3fc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    filter: drop-shadow(0 0 22px rgba(13, 202, 240, 0.35));
}

.hakkimizda .hk-bant-aciklama {
    max-width: 640px;
    margin: 0 auto;
    color: rgba(226, 232, 240, 0.8);
    font-size: 1.05rem;
    line-height: 1.8;
}

/* ============================================
   BİZ KİMİZ - ABOUT INTRO
   ============================================ */
.hakkimizda .about-intro {
    padding: 100px 0;
}

.hakkimizda .about-intro-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

/* Resim olmadığında CSS placeholder */
.hakkimizda .about-image-placeholder {
    width: 100%;
    height: 420px;
    border-radius: 20px;
    background: linear-gradient(135deg, #dbeafe 0%, #e0e7ff 50%, #cffafe 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #0d6efd;
}

    .hakkimizda .about-image-placeholder i {
        font-size: 5rem;
        opacity: 0.5;
    }

    .hakkimizda .about-image-placeholder span {
        font-size: 1.1rem;
        font-weight: 600;
        color: #4a5568;
        opacity: 0.7;
    }

.hakkimizda .experience-badge {
    position: absolute;
    bottom: 24px;
    right: 24px;
    background: #fff;
    border-radius: 12px;
    padding: 20px 24px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    gap: 12px;
}

.hakkimizda .experience-number {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #0d6efd, #0dcaf0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.hakkimizda .experience-text {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.3;
}

.hakkimizda .about-intro-text h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 20px;
    line-height: 1.3;
}

.hakkimizda .lead-text {
    font-size: 1.1rem;
    color: #4a4a5a;
    font-weight: 500;
    margin-bottom: 16px;
}

.hakkimizda .about-intro-text p { color: #4a4a5a; line-height: 1.7; }

.hakkimizda .about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 28px;
}

.hakkimizda .about-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    color: #1a1a2e;
}

    .hakkimizda .about-feature-item i {
        color: #0d6efd;
        font-size: 1.2rem;
    }


/* ============================================
   RAKAMLARLA BİZ - STATS
   ============================================ */
.hakkimizda .stats-section {
    padding: 80px 0;
    background: #f8fafc;
}

.hakkimizda .stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.hakkimizda .stat-card {
    text-align: center;
    padding: 40px 24px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

    .hakkimizda .stat-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(135deg, #0d6efd, #0dcaf0);
        transform: scaleX(0);
        transition: transform 0.4s ease;
    }

    .hakkimizda .stat-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    }

        .hakkimizda .stat-card:hover::before { transform: scaleX(1); }

.hakkimizda .stat-icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(13,110,253,0.08), rgba(13,202,240,0.08));
    border-radius: 14px;
    margin-bottom: 16px;
}

    .hakkimizda .stat-icon i { font-size: 1.5rem; color: #0d6efd; }

.hakkimizda .stat-number {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1a1a2e;
    display: inline;
    line-height: 1;
}

.hakkimizda .stat-suffix {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0d6efd;
    display: inline;
}

.hakkimizda .stat-label {
    font-size: 0.95rem;
    color: #6c757d;
    margin-top: 8px;
    font-weight: 500;
}


/* ÇAPA HEDEFLERİ (17.08.2026) — üst menüdeki Hakkımızda mega menüsü bu iki bölüme
   doğrudan bağlanır (#misyon-vizyon · #teknoloji). Menü fixed olduğundan pay
   bırakılmazsa bölüm başlığı menünün ALTINDA kalır; scroll-margin-top tarayıcının
   çapa kaydırmasını menünün bittiği yere indirir.
   ⚠ Değer navbar yüksekliğine göredir (ölçülmüş ~86px + nefes payı). Menü boyu
     değişirse burası da gözden geçirilmeli. */
.hakkimizda .mission-vision,
.hakkimizda .technologies {
    scroll-margin-top: 110px;
}

/* ============================================
   MİSYON & VİZYON
   ============================================ */
.hakkimizda .mission-vision { padding: 100px 0; }

.hakkimizda .mv-card {
    padding: 48px 40px;
    border-radius: 20px;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
}

    .hakkimizda .mv-card.animate-in {
        animation: hakkimizdaFadeInUp 0.6s ease forwards;
    }

.hakkimizda .mission-card {
    background: linear-gradient(135deg, #f0f7ff 0%, #eef2ff 100%);
    border: 1px solid rgba(13,110,253,0.1);
}

.hakkimizda .vision-card {
    background: linear-gradient(135deg, #f0fdfa 0%, #f0f7ff 100%);
    border: 1px solid rgba(13,202,240,0.1);
}

    .hakkimizda .mv-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    }

.hakkimizda .mv-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    margin-bottom: 24px;
}

    .hakkimizda .mv-icon i { font-size: 1.8rem; color: #0d6efd; }

.hakkimizda .mv-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 16px;
}

.hakkimizda .mv-card p {
    font-size: 1rem;
    line-height: 1.8;
    color: #4a4a5a;
    margin: 0;
}


/* ============================================
   NEDEN BİZ? - WHY US
   ============================================ */
.hakkimizda .why-us {
    padding: 100px 0;
    background: #f8fafc;
}

.hakkimizda .why-card {
    background: #fff;
    border-radius: 20px;
    padding: 36px 32px;
    height: 100%;
    transition: all 0.4s ease;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
}

    .hakkimizda .why-card.animate-in {
        animation: hakkimizdaFadeInUp 0.6s ease forwards;
    }

    .hakkimizda .why-card:hover {
        border-color: rgba(13,110,253,0.2);
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        transform: translateY(-6px);
    }

.hakkimizda .why-card-number {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 3rem;
    font-weight: 800;
    color: rgba(13,110,253,0.06);
    line-height: 1;
}

.hakkimizda .why-card-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(13,110,253,0.08), rgba(13,202,240,0.08));
    border-radius: 14px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

    .hakkimizda .why-card:hover .why-card-icon {
        background: linear-gradient(135deg, #0d6efd, #0dcaf0);
    }

.hakkimizda .why-card-icon i {
    font-size: 1.4rem;
    color: #0d6efd;
    transition: color 0.3s ease;
}

    .hakkimizda .why-card:hover .why-card-icon i { color: #fff; }

.hakkimizda .why-card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.hakkimizda .why-card p {
    font-size: 0.92rem;
    color: #6c757d;
    line-height: 1.7;
    margin: 0;
}


/* ============================================
   TEKNOLOJİLER - Index stili
   ============================================ */
.hakkimizda .technologies { padding: 100px 0; }

.hakkimizda .tech-subtitle {
    color: #6c757d;
    margin-top: 8px;
    font-size: 1rem;
}

.hakkimizda .tech-box {
    padding: 20px 12px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

    .hakkimizda .tech-box.animate-in {
        animation: hakkimizdaFadeInUp 0.5s ease forwards;
    }

    .hakkimizda .tech-box:hover {
        transform: translateY(-5px);
        border-color: #0d6efd;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }

.hakkimizda .tech-label {
    font-size: 1.5rem;
}

.hakkimizda .tech-icon {
    font-size: 2rem;
}


/* ============================================
   CTA - İLETİŞİM
   ============================================ */
.hakkimizda .cta-section {
    padding: 100px 0;
    background: #1a1a2e;
    position: relative;
    overflow: hidden;
}

    .hakkimizda .cta-section::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(13,110,253,0.15), transparent 70%);
        border-radius: 50%;
    }

    .hakkimizda .cta-section::after {
        content: '';
        position: absolute;
        bottom: -40%;
        left: -10%;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(13,202,240,0.1), transparent 70%);
        border-radius: 50%;
    }

.hakkimizda .cta-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

    .hakkimizda .cta-content h2 {
        font-size: 2.4rem;
        font-weight: 700;
        color: #fff;
        margin-bottom: 16px;
    }

    .hakkimizda .cta-content p {
        font-size: 1.1rem;
        color: rgba(255,255,255,0.7);
        max-width: 500px;
        margin: 0 auto 32px;
    }

.hakkimizda .cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.hakkimizda .btn-cta-primary {
    background: linear-gradient(135deg, #0d6efd, #0dcaf0);
    color: #fff;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .hakkimizda .btn-cta-primary:hover {
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 8px 30px rgba(13,110,253,0.4);
    }

.hakkimizda .btn-cta-outline {
    background: transparent;
    color: #fff;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    border: 2px solid rgba(255,255,255,0.3);
    transition: all 0.3s ease;
    text-decoration: none;
}

    .hakkimizda .btn-cta-outline:hover {
        color: #fff;
        border-color: #fff;
        transform: translateY(-3px);
    }


/* ============================================
   ANİMASYON
   ============================================ */
@keyframes hakkimizdaFadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}


/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 991.98px) {

    .hakkimizda .section-header h2,
    .hakkimizda .about-intro-text h2 { font-size: 1.8rem; }

    .hakkimizda .stats-grid { grid-template-columns: repeat(2, 1fr); }

    .hakkimizda .scroll-showcase-title  { font-size: 1.9rem; }
    .hakkimizda .scroll-showcase-big    { font-size: 2.4rem; }


    .hakkimizda .cta-content h2 { font-size: 1.9rem; }
    .hakkimizda .about-intro-image { margin-bottom: 20px; }
    .hakkimizda .about-image-placeholder { height: 320px; }
}

@media (max-width: 767.98px) {

    .hakkimizda .about-intro,
    .hakkimizda .mission-vision,
    .hakkimizda .why-us,
    .hakkimizda .technologies,
    .hakkimizda .cta-section { padding: 60px 0; }

    .hakkimizda .stats-section { padding: 50px 0; }
    .hakkimizda .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .hakkimizda .stat-card { padding: 28px 16px; }
    .hakkimizda .stat-number { font-size: 2.2rem; }

    .hakkimizda .scroll-showcase { padding: 70px 0 100px; }
    .hakkimizda .scroll-showcase-title { font-size: 1.6rem; }
    .hakkimizda .scroll-showcase-big { font-size: 2rem; }


    .hakkimizda .mv-card { padding: 32px 24px; }
    .hakkimizda .about-features { grid-template-columns: 1fr; }
    .hakkimizda .about-image-placeholder { height: 260px; }
    .hakkimizda .cta-content h2 { font-size: 1.5rem; }
    .hakkimizda .cta-buttons { flex-direction: column; align-items: center; }
}

@media (max-width: 575.98px) {
    .hakkimizda .section-header h2,
    .hakkimizda .about-intro-text h2 { font-size: 1.4rem; }
    .hakkimizda .why-card { padding: 28px 24px; }
    .hakkimizda .scroll-showcase-big { font-size: 1.7rem; }
}


/* ============================================
   KARANLIK TEMA — Hakkımızda
   Yalnızca açık yüzeyler (beyaz kartlar, açık bölümler, koyu yazı) çevrildi.
   ============================================ */
[data-bs-theme="dark"] .hakkimizda .section-header h2,
[data-bs-theme="dark"] .hakkimizda .about-intro-text h2,
[data-bs-theme="dark"] .hakkimizda .experience-text,
[data-bs-theme="dark"] .hakkimizda .about-feature-item,
[data-bs-theme="dark"] .hakkimizda .mv-card h3,
[data-bs-theme="dark"] .hakkimizda .why-card h4,
[data-bs-theme="dark"] .hakkimizda .stat-number {
    color: var(--text-color);
}

[data-bs-theme="dark"] .hakkimizda .lead-text,
[data-bs-theme="dark"] .hakkimizda .about-intro-text p,
[data-bs-theme="dark"] .hakkimizda .mv-card p,
[data-bs-theme="dark"] .hakkimizda .why-card p,
[data-bs-theme="dark"] .hakkimizda .stat-label,
[data-bs-theme="dark"] .hakkimizda .tech-subtitle {
    color: var(--text-muted);
}

/* Açık bölüm zeminleri */
[data-bs-theme="dark"] .hakkimizda .stats-section,
[data-bs-theme="dark"] .hakkimizda .why-us {
    background: var(--darker-bg);
}

/* Beyaz kartlar → koyu yüzey + hairline */
[data-bs-theme="dark"] .hakkimizda .stat-card,
[data-bs-theme="dark"] .hakkimizda .why-card,
[data-bs-theme="dark"] .hakkimizda .tech-box {
    background: var(--surface);
    border-color: var(--surface-border);
    box-shadow: var(--shadow-soft);
}

[data-bs-theme="dark"] .hakkimizda .stat-card:hover,
[data-bs-theme="dark"] .hakkimizda .why-card:hover,
[data-bs-theme="dark"] .hakkimizda .tech-box:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

/* Deneyim rozeti + misyon/vizyon ikon kutusu (beyaz → koyu) */
[data-bs-theme="dark"] .hakkimizda .experience-badge,
[data-bs-theme="dark"] .hakkimizda .mv-icon {
    background: var(--surface);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
}

/* Misyon / Vizyon kartları — açık gradyan → koyu, hafif marka tonu */
[data-bs-theme="dark"] .hakkimizda .mission-card {
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.10) 0%, rgba(13, 110, 253, 0.04) 100%);
    border-color: rgba(13, 110, 253, 0.18);
}

[data-bs-theme="dark"] .hakkimizda .vision-card {
    background: linear-gradient(135deg, rgba(13, 202, 240, 0.10) 0%, rgba(13, 110, 253, 0.04) 100%);
    border-color: rgba(13, 202, 240, 0.18);
}

/* Görsel placeholder — açık gradyan → koyu */
[data-bs-theme="dark"] .hakkimizda .about-image-placeholder {
    background: linear-gradient(135deg, #14233f 0%, #161f3a 50%, #122b33 100%);
}

[data-bs-theme="dark"] .hakkimizda .about-image-placeholder span {
    color: rgba(255, 255, 255, 0.6);
}
