/**
 * Ana sayfa — kurumsal “editorial” görünüm
 * Görseller: yapay zekâ üretimi yok; CSS + tipografi + baş harf avatarları
 */

/* Sabit header + topbar yüksekliği — hero metni şeffaf menünün altında kalmasın */
:root {
    --home-topbar-h: 42px;
    --home-header-row-min: 88px;
    --home-header-stack: calc(var(--home-topbar-h) + var(--home-header-row-min));
}

/* ----- Hero: arka plan fotoğrafı belirgin; gradient sadece okunurluk için ----- */
.hero.hero--editorial {
    min-height: min(92vh, 900px);
    /* İçerik, üstteki sabit şeridin altında başlasın (TR/DE metin uzunluğu değişse de) */
    padding-top: max(
        env(safe-area-inset-top, 0px),
        calc(var(--home-header-stack) + 12px)
    );
    box-sizing: border-box;
}

.hero--editorial .hero-bg {
    animation: none;
    background-color: #030712;
    background-image:
        linear-gradient(165deg, rgba(5, 8, 15, 0.45) 0%, rgba(15, 23, 42, 0.22) 42%, rgba(5, 8, 15, 0.58) 100%),
        url("../resimler/hero_bg.png");
    background-size: cover;
    background-position: center 60%;
    opacity: 0.92;
    filter: saturate(1) contrast(1.02);
}

.hero--editorial .hero-overlay {
    background:
        radial-gradient(ellipse 90% 70% at 50% -10%, rgba(234, 179, 8, 0.1), transparent 58%),
        radial-gradient(ellipse 60% 50% at 100% 50%, rgba(225, 29, 72, 0.06), transparent 48%),
        radial-gradient(circle at center, rgba(5, 8, 15, 0.08) 0%, rgba(5, 8, 15, 0.62) 100%);
}

.hero-mesh {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.hero-mesh::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 20%, transparent 75%);
    opacity: 0.28;
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(56px);
    opacity: 0.22;
}

.hero-orb--1 {
    width: min(55vw, 520px);
    height: min(55vw, 520px);
    background: radial-gradient(circle, rgba(234, 179, 8, 0.35) 0%, transparent 70%);
    top: -12%;
    left: -8%;
}

.hero-orb--2 {
    width: min(45vw, 420px);
    height: min(45vw, 420px);
    background: radial-gradient(circle, rgba(225, 29, 72, 0.22) 0%, transparent 70%);
    bottom: 5%;
    right: -5%;
}

.hero--editorial .hero-content {
    position: relative;
    /* Header z-index (2001) altında kalsın; şeffaf menüyle çift metin görünmesin */
    z-index: 0;
    padding-top: clamp(12px, 4vh, 48px);
}

.hero--editorial .hero-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    max-width: min(96vw, 36rem);
    margin-left: auto;
    margin-right: auto;
    padding: 7px 16px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: rgba(248, 250, 252, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    margin-bottom: 1.25rem;
    text-align: center;
    line-height: 1.35;
    box-sizing: border-box;
}

.hero--editorial .hero-kicker i {
    color: #eab308;
    font-size: 11px;
}

/* TR / DE aynı — yalnızca hero metinleri nav’dan küçük tutulur */
.hero.hero--editorial h1 {
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-weight: 700;
    font-size: clamp(2.1rem, 4.8vw, 3.85rem);
    letter-spacing: -0.02em;
    line-height: 1.08;
    max-width: min(100%, 38rem);
    margin-left: auto;
    margin-right: auto;
}

.hero-title-serif {
    display: block;
    color: #f8fafc !important;
}

.hero-title-sans {
    display: block;
    margin-top: 0.2em;
    font-family: "Outfit", sans-serif;
    font-weight: 800;
    font-size: 0.46em;
    letter-spacing: 0.03em;
    color: #eab308;
    line-height: 1.15;
}

.hero--editorial .hero p {
    font-size: clamp(0.88rem, 1.45vw, 1.05rem);
    max-width: 34rem;
    color: #cbd5e1;
}

.hero--editorial .hero-actions {
    gap: 14px;
    flex-wrap: wrap;
}

.hero--editorial .hero-actions .btn {
    padding: 14px 28px;
    font-size: 15px;
    gap: 10px;
}

@media (max-width: 1024px) {
    .hero.hero--editorial h1 {
        font-size: clamp(1.85rem, 5vw, 2.75rem);
    }
}

@media (max-width: 768px) {
    .hero.hero--editorial h1 {
        font-size: clamp(1.65rem, 6.5vw, 2.25rem);
    }

    .hero--editorial .hero-actions .btn {
        padding: 12px 22px;
        font-size: 14px;
    }
}

/* Hizmet kartları — arka plan görselleri (resimler/) + okunurluk katmanı */
.service-card-elite.svc-theme-mavi,
.service-card-elite.svc-theme-istihdam,
.service-card-elite.svc-theme-uni,
.service-card-elite.svc-theme-akademi {
    background-size: cover, cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Üstte gradient, altta fotoğraf (CSS’te ilk katman üstte çizilir) */
.service-card-elite.svc-theme-mavi {
    background-color: #05080f;
    background-image:
        linear-gradient(180deg, rgba(5, 8, 15, 0.25) 0%, rgba(5, 8, 15, 0.88) 100%),
        url("../resimler/service_bluecard.png");
}

.service-card-elite.svc-theme-istihdam {
    background-color: #0c0a06;
    background-image:
        linear-gradient(180deg, rgba(5, 8, 15, 0.3) 0%, rgba(15, 10, 5, 0.9) 100%),
        url("../resimler/service_industrial.png");
}

.service-card-elite.svc-theme-uni {
    background-color: #0f0a0c;
    background-image:
        linear-gradient(180deg, rgba(15, 8, 10, 0.35) 0%, rgba(5, 8, 15, 0.9) 100%),
        url("../resimler/service_university.png");
}

.service-card-elite.svc-theme-akademi {
    background-color: #05080f;
    background-image:
        linear-gradient(180deg, rgba(5, 8, 15, 0.28) 0%, rgba(5, 8, 15, 0.88) 100%),
        url("../resimler/service_research.png");
}

.service-card-elite.svc-theme-mavi::after,
.service-card-elite.svc-theme-istihdam::after,
.service-card-elite.svc-theme-uni::after,
.service-card-elite.svc-theme-akademi::after {
    background: linear-gradient(180deg, rgba(5, 8, 15, 0.2) 0%, rgba(5, 8, 15, 0.92) 100%);
}

.service-card-elite.svc-theme-mavi:hover::after,
.service-card-elite.svc-theme-istihdam:hover::after,
.service-card-elite.svc-theme-uni:hover::after,
.service-card-elite.svc-theme-akademi:hover::after {
    background: linear-gradient(180deg, rgba(5, 8, 15, 0.08) 0%, rgba(5, 8, 15, 0.96) 100%);
}

/* Yorum avatarları — baş harf (fotoğraf yok) */
.user-avatar--initials {
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
    background: linear-gradient(145deg, #ffffff, #f1f5f9) !important;
    color: #0f172a !important;
    border: 2px solid rgba(234, 179, 8, 0.45) !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

@media (max-width: 768px) {
    .user-avatar--initials {
        font-size: 13px;
    }
}


/* Marquee — daha sakin kurumsal şerit */
.marquee-section {
    background: linear-gradient(90deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    border-top: 1px solid rgba(234, 179, 8, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.marquee-content span {
    color: #e2e8f0;
    font-weight: 700;
    letter-spacing: 0.1em;
}
