/* ==============================================================================
   OBK_Web - Mega Corporate White & Cyber Glow Theme
   Bootstrap 5.3 + Three.js + Vanilla-Tilt + AOS Animations Engine
   © 2026 Ömer Berat Keser
   ============================================================================== */

:root {
    /* Pristine White Surfaces */
    --bg-page: #ffffff;
    --bg-alt: #f8fafc;
    --bg-card: #ffffff;
    --bg-glass-white: rgba(255, 255, 255, 0.88);

    /* Vibrant Brand Colors & Gradients */
    --primary: #4f46e5;          /* Indigo 600 */
    --primary-hover: #4338ca;
    --primary-light: #e0e7ff;
    --secondary: #7c3aed;        /* Violet 600 */
    --accent: #ec4899;           /* Pink 500 */
    --cyan: #06b6d4;            /* Cyan 500 */
    --emerald: #10b981;         /* Emerald 500 */

    --gradient-primary: linear-gradient(135deg, #4f46e5 0%, #7c3aed 45%, #ec4899 100%);
    --gradient-blue: linear-gradient(135deg, #4f46e5 0%, #3b82f6 100%);
    --gradient-orange: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    --gradient-pink: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
    --gradient-cyan: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%);

    /* Typography */
    --font-main: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-mono: 'JetBrains Mono', monospace;

    /* Text Colors for Crisp White Background */
    --text-heading: #0f172a;     /* Slate 900 */
    --text-subheading: #1e293b;  /* Slate 800 */
    --text-body: #475569;        /* Slate 600 */
    --text-muted: #64748b;       /* Slate 500 */
    --text-light: #94a3b8;

    /* Borders & Shadows */
    --border-light: #e2e8f0;
    --border-glow: rgba(99, 102, 241, 0.4);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 12px 32px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.08);
    --shadow-card-hover: 0 25px 60px rgba(79, 70, 229, 0.16);
    --shadow-neon-btn: 0 10px 30px rgba(79, 70, 229, 0.35);
}

/* Base Reset */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    background-color: var(--bg-page);
    color: var(--text-body);
    font-family: var(--font-main);
    line-height: 1.65;
    overflow-x: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

/* ==============================================================================
   MINIMALIST LUXURY ANIMATED BACKGROUND (SAF YAVAŞ SÜZÜLEN CİSİMLER)
   ============================================================================== */
.animated-bg-universe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
    pointer-events: none;
}

/* 1. Ambient Pastel Glowing Auroras */
.ambient-pastel-auras {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.aura-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.35;
    pointer-events: none;
}

.aura-1 {
    width: 750px;
    height: 750px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.25) 0%, transparent 70%);
    top: -150px;
    left: -150px;
    animation: auraFloat1 34s ease-in-out infinite alternate;
}

.aura-2 {
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.18) 0%, transparent 70%);
    top: 25%;
    right: -150px;
    animation: auraFloat2 38s ease-in-out infinite alternate;
}

.aura-3 {
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.15) 0%, transparent 70%);
    bottom: -150px;
    left: 25%;
    animation: auraFloat3 42s ease-in-out infinite alternate;
}

.aura-4 {
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.18) 0%, transparent 70%);
    top: 60%;
    left: 5%;
    animation: auraFloat4 30s ease-in-out infinite alternate;
}

@keyframes auraFloat1 {
    0%   { transform: translate(0, 0) scale(1); }
    50%  { transform: translate(70px, 50px) scale(1.08); }
    100% { transform: translate(-30px, 80px) scale(0.95); }
}

@keyframes auraFloat2 {
    0%   { transform: translate(0, 0) scale(1); }
    50%  { transform: translate(-80px, -40px) scale(1.1); }
    100% { transform: translate(30px, 60px) scale(0.92); }
}

@keyframes auraFloat3 {
    0%   { transform: translate(0, 0) scale(1); }
    50%  { transform: translate(-50px, -70px) scale(1.06); }
    100% { transform: translate(60px, -30px) scale(0.96); }
}

@keyframes auraFloat4 {
    0%   { transform: translate(0, 0) scale(1); }
    50%  { transform: translate(60px, -40px) scale(1.12); }
    100% { transform: translate(-40px, 30px) scale(0.9); }
}

/* 2. Yavaşça Süzülen 3D Cam Küreler, Halkalar ve Geometrik Cisimler */
.floating-shapes-universe {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

/* 3D Parlak Cam Küreler (Translucent Glass Spheres) */
.glass-sphere {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow:
        inset 0 0 20px rgba(255, 255, 255, 0.8),
        inset -10px -10px 25px rgba(99, 102, 241, 0.25),
        0 15px 35px rgba(79, 70, 229, 0.15);
    border: 1.5px solid rgba(255, 255, 255, 0.6);
}

.sphere-1 {
    width: 68px;
    height: 68px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9) 0%, rgba(99, 102, 241, 0.3) 60%, rgba(124, 58, 237, 0.4) 100%);
    top: 22%;
    left: 6%;
    animation: shapeDrift1 26s ease-in-out infinite alternate;
}

.sphere-2 {
    width: 95px;
    height: 95px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9) 0%, rgba(236, 72, 153, 0.25) 60%, rgba(168, 85, 247, 0.35) 100%);
    top: 18%;
    right: 8%;
    box-shadow:
        inset 0 0 25px rgba(255, 255, 255, 0.8),
        inset -12px -12px 30px rgba(236, 72, 153, 0.25),
        0 20px 45px rgba(236, 72, 153, 0.12);
    animation: shapeDrift2 32s ease-in-out infinite alternate;
}

.sphere-3 {
    width: 54px;
    height: 54px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9) 0%, rgba(6, 182, 212, 0.28) 60%, rgba(59, 130, 246, 0.35) 100%);
    bottom: 22%;
    left: 12%;
    animation: shapeDrift3 28s ease-in-out infinite alternate;
}

.sphere-4 {
    width: 75px;
    height: 75px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9) 0%, rgba(139, 92, 246, 0.28) 60%, rgba(236, 72, 153, 0.35) 100%);
    bottom: 18%;
    right: 14%;
    animation: shapeDrift1 30s ease-in-out infinite alternate;
}

.sphere-5 {
    width: 42px;
    height: 42px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9) 0%, rgba(99, 102, 241, 0.25) 70%, transparent 100%);
    top: 58%;
    left: 32%;
    animation: shapeDrift2 24s ease-in-out infinite alternate;
}

/* Holografik Dönen Işık Halkaları */
.glass-ring {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.ring-1 {
    width: 120px;
    height: 120px;
    border: 2px dashed rgba(99, 102, 241, 0.3);
    top: 28%;
    right: 22%;
    animation: shapeRotate 38s linear infinite;
}

.ring-2 {
    width: 90px;
    height: 90px;
    border: 2px dashed rgba(236, 72, 153, 0.28);
    bottom: 30%;
    left: 22%;
    animation: shapeRotate 32s linear infinite reverse;
}

.ring-3 {
    width: 70px;
    height: 70px;
    border: 1.5px dashed rgba(6, 182, 212, 0.32);
    top: 72%;
    right: 32%;
    animation: shapeRotate 28s linear infinite;
}

/* Geometrik Dönen Elmaslar */
.glass-diamond {
    position: absolute;
    border: 1.5px solid rgba(99, 102, 241, 0.35);
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(6px);
    border-radius: 8px;
    pointer-events: none;
}

.diamond-1 {
    width: 42px;
    height: 42px;
    top: 15%;
    left: 45%;
    animation: diamondFloat1 35s linear infinite;
}

.diamond-2 {
    width: 32px;
    height: 32px;
    bottom: 15%;
    right: 42%;
    border-color: rgba(236, 72, 153, 0.35);
    animation: diamondFloat2 28s linear infinite;
}

@keyframes shapeDrift1 {
    0%   { transform: translateY(0px) translateX(0px) rotate(0deg); }
    50%  { transform: translateY(-40px) translateX(30px) rotate(15deg); }
    100% { transform: translateY(25px) translateX(-20px) rotate(-10deg); }
}

@keyframes shapeDrift2 {
    0%   { transform: translateY(0px) translateX(0px) rotate(0deg); }
    50%  { transform: translateY(35px) translateX(-35px) rotate(-18deg); }
    100% { transform: translateY(-30px) translateX(25px) rotate(12deg); }
}

@keyframes shapeDrift3 {
    0%   { transform: translateY(0px) translateX(0px) scale(1); }
    50%  { transform: translateY(-30px) translateX(-25px) scale(1.08); }
    100% { transform: translateY(30px) translateX(30px) scale(0.94); }
}

@keyframes shapeRotate {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

@keyframes diamondFloat1 {
    0%   { transform: rotate(45deg) translateY(0); }
    50%  { transform: rotate(225deg) translateY(-30px); }
    100% { transform: rotate(405deg) translateY(0); }
}

@keyframes diamondFloat2 {
    0%   { transform: rotate(45deg) translateY(0); }
    50%  { transform: rotate(-135deg) translateY(25px); }
    100% { transform: rotate(-315deg) translateY(0); }
}

/* Scroll Progress Bar */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.5px;
    background: transparent;
    z-index: 99999;
}

.scroll-progress-bar {
    height: 100%;
    width: 0%;
    background: var(--gradient-primary);
    box-shadow: 0 0 12px rgba(79, 70, 229, 0.8);
    transition: width 0.1s ease-out;
}

/* ==============================================================================
   1. SAYFA BAŞI BÜYÜK ZENGİN HERO NAVBAR (scrollY === 0 İKEN GÖRÜNÜR)
   ============================================================================== */
.navbar-custom {
    position: fixed;
    top: 1.35rem;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    background: rgba(244, 245, 250, 0.96);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    border-radius: 54px;
    padding: 1.35rem 2.8rem;
    z-index: 1050;
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.45s ease;
    box-shadow:
        0 24px 65px rgba(15, 23, 42, 0.08),
        0 2px 10px rgba(0, 0, 0, 0.02),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    min-width: 1100px;
    max-width: 96vw;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    pointer-events: auto;
}

/* Aşağı Scroll Yapıldığında Büyük Navbar Yukarı Gizlenir */
.navbar-custom.is-scrolled-hidden {
    transform: translateX(-50%) translateY(-140%);
    opacity: 0;
    pointer-events: none;
}

.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.75rem;
    width: 100%;
}

/* ─── 1. SOL: BÜYÜK Resmi ÖBK Logosu + Rozet + İsim + Sabit Kod Status + Canlı Saat + Ticker ─── */
.navbar-brand-section {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    flex: 1 1 360px;
    max-width: 380px;
    min-width: 320px;
    flex-shrink: 0;
}

.brand-top-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.62rem;
    font-weight: 700;
    color: #4f46e5;
    background: rgba(99, 102, 241, 0.08);
    border: 1px solid rgba(99, 102, 241, 0.2);
    border-radius: 20px;
    padding: 0.18rem 0.6rem;
    width: fit-content;
    letter-spacing: 0.02em;
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    white-space: nowrap;
}

.tag-pulse {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4f46e5;
    box-shadow: 0 0 8px #4f46e5;
    animation: pingEffect 2s infinite;
}

.navbar-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: transform 0.35s ease;
}

.brand-logo-wrapper {
    position: relative;
    width: 86px;
    height: 86px;
    border-radius: 24px;
    background: #ffffff;
    border: 2.5px solid #e0e7ff;
    box-shadow: 0 10px 30px rgba(79, 70, 229, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    flex-shrink: 0;
    transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.brand-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.35s ease;
}

.logo-glow-ring {
    position: absolute;
    inset: -6px;
    border-radius: 30px;
    border: 2px dashed rgba(91, 92, 246, 0.6);
    animation: rotateHolo 30s linear infinite;
    pointer-events: none;
}

.navbar-brand:hover .brand-logo-wrapper {
    transform: scale(1.08) rotate(3deg);
    box-shadow: 0 14px 40px rgba(91, 92, 246, 0.45);
    border-color: #c7d2fe;
}

.brand-info {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    margin-left: 0.95rem;
}

.brand-name-wrap {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.brand-text {
    font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.15;
    letter-spacing: -0.03em;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.navbar-brand:hover .brand-text {
    color: #4f46e5;
}

.verified-badge {
    color: #3b82f6;
    font-size: 0.9rem;
    filter: drop-shadow(0 2px 6px rgba(59, 130, 246, 0.4));
}

.brand-subtext {
    font-size: 0.74rem;
    font-weight: 700;
    color: #64748b;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: 'Plus Jakarta Sans', var(--font-mono), sans-serif;
    white-space: nowrap;
}

.brand-meta-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.code-typing-bar {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.35rem 0.65rem;
    background: #0f172a;
    border-radius: 10px;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    color: #94a3b8;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    width: 155px;
    min-width: 155px;
    max-width: 155px;
    flex-shrink: 0;
    box-sizing: border-box;
}

.code-bracket { color: #f59e0b; font-weight: 700; }
.code-key { color: #a78bfa; font-weight: 600; }
.code-value {
    color: #34d399;
    font-weight: 600;
    display: inline-block;
    width: 78px;
    text-align: left;
    overflow: hidden;
    vertical-align: bottom;
}
.code-cursor { color: #818cf8; animation: cursorBlink 0.8s infinite; font-weight: 700; }

.navbar-live-clock {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.65rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 600;
    color: #475569;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
    white-space: nowrap;
}

.live-clock-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 8px #10b981;
    animation: pingEffect 2s infinite;
}

.navbar-live-clock strong {
    color: #1e293b;
    font-family: var(--font-mono);
}

@keyframes cursorBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.navbar-status-row {
    display: flex;
    align-items: stretch;
    gap: 0.45rem;
    width: 100%;
}

.nav-current-work {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.12rem;
    padding: 0.4rem 0.65rem;
    border: 1.5px solid rgba(99, 102, 241, 0.2);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.08), rgba(139, 92, 246, 0.12));
    overflow: hidden;
    position: relative;
}

.nav-current-work-label {
    display: inline-flex;
    align-items: center;
    gap: 0.32rem;
    color: #64748b;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.build-signal-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6366f1;
    box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.52);
    animation: buildSignalPulse 1.8s infinite;
}

.nav-current-work-projects {
    display: block;
    width: 100%;
    min-height: 1.1rem;
    overflow: hidden;
    color: #312e81;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

.nav-current-work-track {
    display: inline-flex;
    align-items: center;
    gap: 1.3rem;
    width: max-content;
    animation: buildStreamFlow 16s linear infinite;
    will-change: transform;
}

.nav-current-work-track > span {
    display: inline-flex;
    align-items: center;
    gap: 0.32rem;
}

.nav-current-work-track i { color: #8b5cf6; font-size: 0.67rem; }

@keyframes buildSignalPulse {
    70% { box-shadow: 0 0 0 5px rgba(99, 102, 241, 0); }
    100% { box-shadow: 0 0 0 0 rgba(99, 102, 241, 0); }
}

@keyframes buildStreamFlow {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}

.nav-availability-badge,
.nav-security-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.28rem;
    padding: 0.35rem 0.5rem;
    border-radius: 12px;
    font-size: 0.65rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.nav-availability-badge {
    color: #047857;
    background: rgba(16, 185, 129, 0.09);
    border: 1.5px solid rgba(16, 185, 129, 0.22);
}

.availability-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.5);
    animation: availabilityPing 2s infinite;
}

.nav-security-badge {
    color: #4f46e5;
    background: rgba(99, 102, 241, 0.08);
    border: 1.5px solid rgba(99, 102, 241, 0.2);
}

@keyframes availabilityPing {
    70% { box-shadow: 0 0 0 5px rgba(16, 185, 129, 0); }
    100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

/* ─── 2. ORTA: Dikey Menü Listesi (Kusursuz Simetri & Dokunsal Animasyonlar) ─── */
.navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    list-style: none;
    margin: 0 auto;
    padding: 0.6rem 0.65rem;
    background: #ffffff;
    border-radius: 26px;
    border: 1.5px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    min-width: 175px;
}

.nav-item {
    margin: 0;
    width: 100%;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.55rem 0.95rem;
    color: #334155 !important;
    font-size: 0.88rem;
    font-weight: 700;
    border-radius: 16px;
    text-decoration: none;
    transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid transparent;
}

.nav-link::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%) scaleY(0);
    width: 3.5px;
    height: 18px;
    background: #4f46e5;
    border-radius: 4px;
    opacity: 0;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-link i.nav-icon {
    font-size: 0.95rem;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    transition: transform 0.28s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.25s ease;
    flex-shrink: 0;
    transform-origin: center;
}

.nav-link .nav-text {
    flex-grow: 1;
    white-space: nowrap;
    letter-spacing: -0.01em;
}

/* Genel Hover */
.navbar-nav .nav-item .nav-link:hover {
    color: #4f46e5 !important;
    background: #f1f5f9 !important;
    border-color: #cbd5e1;
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04) !important;
}

.navbar-nav .nav-item .nav-link:hover::before {
    opacity: 1;
    transform: translateY(-50%) scaleY(1);
}

.navbar-nav .nav-item .nav-link:hover i.nav-icon {
    color: #4f46e5 !important;
}

/* 🎯 Her Sekmeye Özel Hareketli Mikro-Animasyonlar */

/* 1. Ana Sayfa (Ev Çatısı Zıplaması) */
.navbar-nav .nav-item .nav-link[href="#home"]:hover i.nav-icon {
    animation: navHomeBounce 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@keyframes navHomeBounce {
    0% { transform: scale(1) translateY(0); }
    40% { transform: scale(1.25) translateY(-4px); }
    70% { transform: scale(0.95) translateY(1px); }
    100% { transform: scale(1.18) translateY(-2px); }
}

/* 2. Hakkımda (Kravat / Profil Selam Hareketi) */
.navbar-nav .nav-item .nav-link[href="#about"]:hover i.nav-icon {
    animation: navUserWiggle 0.6s ease-in-out forwards;
}

@keyframes navUserWiggle {
    0% { transform: rotate(0deg) scale(1); }
    25% { transform: rotate(-16deg) scale(1.22); }
    50% { transform: rotate(14deg) scale(1.22); }
    75% { transform: rotate(-8deg) scale(1.18); }
    100% { transform: rotate(0deg) scale(1.18); }
}

/* 3. Projeler (Çanta / Küp Açılma Hareketi) */
.navbar-nav .nav-item .nav-link[href="#projects"]:hover i.nav-icon {
    animation: navProjectPop 0.55s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@keyframes navProjectPop {
    0% { transform: scale(1); }
    50% { transform: scale(1.3) rotate(-10deg) translateY(-2px); }
    100% { transform: scale(1.2) rotate(4deg) translateY(-1px); }
}

/* 4. Hizmetler (Dönen Dişli Çark) */
.navbar-nav .nav-item .nav-link[href="#services"]:hover i.nav-icon {
    animation: navGearSpin 1.4s linear infinite;
}

@keyframes navGearSpin {
    from { transform: rotate(0deg) scale(1.22); }
    to { transform: rotate(360deg) scale(1.22); }
}

/* 5. Yetenekler (Kod Sembolü Genişleme Nabzı) */
.navbar-nav .nav-item .nav-link[href="#skills"]:hover i.nav-icon {
    animation: navCodePulse 0.75s ease-in-out infinite alternate;
}

@keyframes navCodePulse {
    0% { transform: scale(1.05) scaleX(0.95); }
    100% { transform: scale(1.28) scaleX(1.18); }
}

/* 6. İletişim (Zarf Uçuş / Titreşim Hareketi) */
.navbar-nav .nav-item .nav-link[href="#contact"]:hover i.nav-icon {
    animation: navMailFloat 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@keyframes navMailFloat {
    0% { transform: translateY(0) rotate(0deg) scale(1); }
    50% { transform: translateY(-4px) rotate(-16deg) scale(1.25); }
    100% { transform: translateY(-2px) rotate(-8deg) scale(1.2); }
}

/* Aktif Sekme (Active State) */
.navbar-nav .nav-item .nav-link.active {
    color: #ffffff !important;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
    border-color: #4338ca;
    box-shadow: 0 8px 22px rgba(79, 70, 229, 0.45) !important;
    font-weight: 800;
    transform: translateX(0);
}

.navbar-nav .nav-item .nav-link.active::before {
    display: none;
}

.navbar-nav .nav-item .nav-link.active i.nav-icon {
    color: #ffffff !important;
    transform: scale(1.1);
}

.navbar-nav .nav-item .nav-link:active {
    transform: scale(0.97);
}

/* ─── 3. SAĞ: Projeler/Oyunlar + Arama + Sosyal & CV Hub + Shop + CTA ─── */
.navbar-actions-stack {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex: 1 1 360px;
    max-width: 380px;
    min-width: 340px;
    margin-left: auto;
}

/* ─── 0. BAŞVURU & TALEP TAKİP PORTALI (PROJELERİM ÜSTÜ DÖNEN GRADIENT KENARLIKLI BUTON) ─── */
@property --tracker-angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

@keyframes spinTrackerAngle {
    to { --tracker-angle: 360deg; }
}

.tracker-portal-btn-wrap {
    position: relative;
    z-index: 1;
    padding: 2px;
    border-radius: 999px;
    background: conic-gradient(from var(--tracker-angle, 0deg),
      #17c974, #22d3ee, #6f5bff, #17c974);
    animation: spinTrackerAngle 4s linear infinite;
    box-shadow:
      0 0 20px -4px rgba(23, 201, 116, 0.35),
      0 0 40px -15px rgba(111, 91, 255, 0.35);
    transition: box-shadow 0.35s ease;
    width: 100%;
}

.tracker-portal-btn-wrap:hover {
    box-shadow:
      0 0 32px -2px rgba(23, 201, 116, 0.5),
      0 0 60px -10px rgba(111, 91, 255, 0.55);
}

.tracker-portal-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 12px 7px 10px;
    border-radius: 999px;
    background: #ffffff;
    border: none;
    cursor: pointer;
    overflow: hidden;
    isolation: isolate;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease;
    width: 100%;
    text-decoration: none;
}

.tracker-portal-btn:hover { 
    transform: translate3d(0, -1px, 0); 
    text-decoration: none; 
}

.tracker-portal-btn:active { 
    transform: translate3d(0, 0, 0); 
}

/* shimmer sweep */
.tracker-portal-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg,
      transparent 30%, rgba(23, 201, 116, 0.12) 45%, rgba(255, 255, 255, 0.5) 50%,
      rgba(23, 201, 116, 0.12) 55%, transparent 70%);
    background-size: 250% 100%;
    animation: shimmerTracker 3.2s ease-in-out infinite;
    z-index: 0;
    pointer-events: none;
}

@keyframes shimmerTracker {
    0% { background-position: 160% 0; }
    100% { background-position: -60% 0; }
}

/* icon bubble */
.tracker-portal-icon {
    position: relative;
    z-index: 2;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 30%, #23e08a, #0aa860);
    box-shadow: 0 4px 14px -4px rgba(10, 168, 96, 0.65), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    animation: floatTrackerIcon 2.6s ease-in-out infinite;
}

@keyframes floatTrackerIcon {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-2px) rotate(-6deg); }
}

.tracker-portal-icon svg { 
    width: 15px; 
    height: 15px; 
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2)); 
}

.tracker-portal-icon::after {
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 2px solid #17c974;
    opacity: 0;
    animation: rippleTracker 2.6s ease-out infinite;
}

@keyframes rippleTracker {
    0% { opacity: 0.55; transform: scale(0.7); }
    80% { opacity: 0; transform: scale(1.4); }
    100% { opacity: 0; transform: scale(1.4); }
}

/* label */
.tracker-portal-label {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    line-height: 1.25;
    text-align: left;
    flex: 1;
    min-width: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tracker-portal-label .portal-title {
    font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 12.8px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.025em;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}

.tracker-portal-label .portal-sub {
    font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: #64748b;
    letter-spacing: -0.01em;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* live badge */
.tracker-portal-live {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 3px 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, #e9fff3, #d5ffe9);
    box-shadow: inset 0 0 0 1px rgba(23, 201, 116, 0.35);
    font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: #0aa860;
    animation: pulseBadgeTracker 2.2s ease-in-out infinite;
    flex-shrink: 0;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "tnum";
}

@keyframes pulseBadgeTracker {
    0%, 100% { box-shadow: inset 0 0 0 1px rgba(23, 201, 116, 0.35), 0 0 0 0 rgba(23, 201, 116, 0.35); }
    50% { box-shadow: inset 0 0 0 1px rgba(23, 201, 116, 0.55), 0 0 0 6px rgba(23, 201, 116, 0); }
}

.tracker-portal-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #17c974;
    box-shadow: 0 0 8px #17c974;
    animation: blinkTracker 1.4s ease-in-out infinite;
}

@keyframes blinkTracker {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.35; transform: scale(0.75); }
}

/* chevron */
.tracker-portal-chev {
    position: relative;
    z-index: 2;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f1f4f8;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.3s ease;
    flex-shrink: 0;
}

.tracker-portal-btn:hover .tracker-portal-chev {
    background: #17c974;
    transform: translateX(2.5px);
}

.tracker-portal-btn:hover .tracker-portal-chev svg { 
    stroke: #ffffff; 
}

.tracker-portal-chev svg { 
    width: 12px; 
    height: 12px; 
    stroke: #10151c; 
    transition: stroke 0.3s ease; 
}

.navbar-top-features-row {
    display: flex;
    align-items: stretch;
    gap: 0.55rem;
    width: 100%;
    min-height: 84px;
}

.projects-feature-btn {
    flex: 1.1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.55rem 0.75rem;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(139, 92, 246, 0.18) 100%);
    border: 1.5px solid rgba(99, 102, 241, 0.3);
    color: #4f46e5 !important;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.08);
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}

.projects-feature-inner {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.projects-feature-title {
    font-size: 0.88rem;
    font-weight: 800;
    color: #4f46e5;
}

.projects-feature-btn:hover {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border-color: #6366f1;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
    text-decoration: none;
}

.projects-feature-btn:hover .projects-feature-title {
    color: #ffffff;
}

.projects-feature-btn .feature-tag {
    font-size: 0.62rem;
    padding: 0.12rem 0.45rem;
    border-radius: 6px;
    background: rgba(99, 102, 241, 0.2);
    color: #4f46e5;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.projects-feature-btn:hover .feature-tag {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

.navbar-feature-side-stack {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    min-width: 0;
    justify-content: space-between;
}

.navbar-offer-btn {
    flex: 1;
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.32rem 0.65rem;
    overflow: hidden;
    position: relative;
    border: 1.5px solid rgba(15, 23, 42, 0.12);
    border-radius: 14px;
    background: linear-gradient(135deg, #111827 0%, #312e81 54%, #7c3aed 100%);
    box-shadow: 0 4px 12px rgba(49, 46, 129, 0.2);
    color: #ffffff !important;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.navbar-offer-btn::before {
    content: '';
    position: absolute;
    top: -140%;
    left: -25%;
    width: 72%;
    height: 330%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.28), transparent 64%);
    transform: translateX(-80%) rotate(18deg);
    transition: transform 0.7s ease;
}

.navbar-offer-btn:hover {
    color: #ffffff !important;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.42), 0 0 0 3px rgba(167, 139, 250, 0.16);
}

.navbar-offer-btn:hover::before { transform: translateX(240%) rotate(18deg); }

.navbar-offer-orbit {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.16);
    color: #fde68a;
}

.navbar-offer-orbit i { font-size: 0.65rem; }

.navbar-offer-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
    line-height: 1.05;
}

.navbar-offer-copy small {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.52rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.navbar-offer-copy strong { font-size: 0.74rem; font-weight: 900; letter-spacing: 0.01em; }

.navbar-offer-arrow {
    position: relative;
    z-index: 1;
    font-size: 0.62rem;
    transition: transform 0.3s ease;
}

.navbar-offer-btn:hover .navbar-offer-arrow { transform: translate(2px, -2px); }

.games-feature-btn {
    flex: 1;
    min-height: 38px;
    width: 100%;
    padding: 0.32rem 0.65rem;
    border-radius: 14px;
    font-size: 0.82rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.12) 0%, rgba(239, 68, 68, 0.16) 100%);
    border: 1.5px solid rgba(245, 158, 11, 0.35);
    color: #d97706 !important;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.08);
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.games-feature-btn:hover {
    background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
    border-color: #f59e0b;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.4);
    text-decoration: none;
}

.feature-badge-game {
    font-size: 0.62rem;
    padding: 0.1rem 0.35rem;
    border-radius: 6px;
    background: #f59e0b;
    color: #ffffff;
    font-weight: 800;
}

.navbar-quick-hub {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
}

.hub-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.46rem 0.9rem;
    border-radius: 20px;
    font-size: 0.84rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.bionluk-hub {
    flex: 1.5;
    background: linear-gradient(135deg, #ffffff 0%, #fff7ed 100%);
    border: 1.5px solid #fed7aa;
    color: #ea580c !important;
    box-shadow: 0 2px 8px rgba(234, 88, 12, 0.08);
}

.bionluk-icon-symbol {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #ea580c;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 900;
    font-family: var(--font-sans);
}

.hub-star-rating {
    font-size: 0.62rem;
    padding: 0.1rem 0.35rem;
    border-radius: 6px;
    background: rgba(234, 88, 12, 0.12);
    color: #ea580c;
    font-weight: 800;
}

.bionluk-hub:hover {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
    border-color: #ea580c;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(234, 88, 12, 0.38);
    text-decoration: none;
}

.bionluk-hub:hover .bionluk-icon-symbol {
    background: #ffffff;
    color: #ea580c;
}

.bionluk-hub:hover .hub-star-rating {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

.cv-hub, .license-hub {
    flex: 1;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.08) 0%, rgba(99, 102, 241, 0.14) 100%);
    border: 1.5px solid rgba(99, 102, 241, 0.3);
    color: #4f46e5 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.55rem 0.95rem;
    border-radius: 9999px;
    font-size: 0.82rem;
    font-weight: 800;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
    cursor: pointer;
}

.cv-hub:hover, .license-hub:hover {
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
    color: #ffffff !important;
    border-color: #6366f1;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(99, 102, 241, 0.45);
    text-decoration: none;
}

.license-hub i {
    font-size: 0.88rem;
    color: #6366f1;
    transition: all 0.3s ease;
}

.license-hub:hover i {
    color: #ffffff;
    transform: scale(1.15) rotate(10deg);
}

.navbar-search-wrapper {
    position: relative;
    width: 100%;
}

.navbar-search-compact {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    height: 44px;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 26px;
    padding: 0 0.45rem 0 1.1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    width: 100%;
}

.navbar-search-compact:hover,
.navbar-search-compact:focus-within {
    border-color: #6366f1;
    box-shadow: 0 0 0 3.5px rgba(99, 102, 241, 0.16), 0 8px 24px rgba(99, 102, 241, 0.12);
    transform: translateY(-1px);
}

.search-icon-compact {
    color: #6366f1;
    font-size: 0.95rem;
    flex-shrink: 0;
}

.search-input-compact {
    flex: 1;
    min-width: 0;
    border: none;
    outline: none;
    background: transparent;
    font-size: 0.84rem;
    color: var(--text-heading);
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', var(--font-sans);
}

.search-kbd {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-bottom: 2.5px solid #cbd5e1;
    border-radius: 8px;
    padding: 0.16rem 0.52rem;
    font-size: 0.66rem;
    font-family: var(--font-mono);
    color: #475569;
    font-weight: 800;
}

.search-btn-compact {
    flex-shrink: 0;
    background: var(--gradient-primary);
    color: white;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 3px 10px rgba(79, 70, 229, 0.38);
}

.search-btn-compact:hover {
    transform: scale(1.15) rotate(15deg);
    box-shadow: 0 6px 20px rgba(79, 70, 229, 0.6);
}

.search-clear-btn {
    background: transparent;
    border: none;
    color: #94a3b8;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0.72rem;
    transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    flex-shrink: 0;
    margin-right: -0.2rem;
}

.search-clear-btn:hover {
    background: #fee2e2;
    color: #ef4444;
    transform: rotate(90deg) scale(1.1);
}

.search-error-shake {
    animation: searchShake 0.4s ease !important;
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 3.5px rgba(239, 68, 68, 0.25), 0 8px 24px rgba(239, 68, 68, 0.15) !important;
}

@keyframes searchShake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-4px); }
    40%, 80% { transform: translateX(4px); }
}

.search-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(24px);
    border: 1.5px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.14), 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 0.55rem;
    z-index: 1200;
    display: none;
    flex-direction: column;
    gap: 0.25rem;
    max-height: 380px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.search-dropdown-menu::-webkit-scrollbar {
    width: 5px;
}
.search-dropdown-menu::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

.search-dropdown-menu.active {
    display: flex;
    animation: searchMenuSlideDown 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes searchMenuSlideDown {
    from {
        opacity: 0;
        transform: translateY(-8px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.search-dropdown-category-title {
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6366f1;
    padding: 0.45rem 0.75rem 0.2rem;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    user-select: none;
}

.search-dropdown-category-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #f1f5f9;
}

.search-dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.6rem 0.85rem;
    border-radius: 12px;
    color: #1e293b;
    text-decoration: none;
    font-size: 0.83rem;
    font-weight: 600;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    gap: 0.75rem;
}

.search-dropdown-item:hover,
.search-dropdown-item.is-selected {
    background: #f1f5f9;
    color: #4f46e5;
    transform: translateX(4px);
    text-decoration: none;
}

.search-dropdown-item.is-selected {
    background: #eef2ff;
    box-shadow: inset 2.5px 0 0 #4f46e5;
}

.search-item-left {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    min-width: 0;
    flex: 1;
}

.search-item-left i {
    color: #6366f1;
    width: 18px;
    text-align: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.search-item-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-match-highlight {
    color: #4f46e5;
    font-weight: 800;
    background: rgba(99, 102, 241, 0.14);
    padding: 0.05rem 0.25rem;
    border-radius: 4px;
}

.search-dropdown-badge {
    font-size: 0.66rem;
    font-weight: 800;
    padding: 0.2rem 0.55rem;
    border-radius: 6px;
    background: #eef2ff;
    color: #4f46e5;
    white-space: nowrap;
    flex-shrink: 0;
}

.search-empty-feedback {
    padding: 1.2rem 1rem;
    font-size: 0.84rem;
    color: #94a3b8;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
}

.search-empty-feedback i {
    font-size: 1.5rem;
    color: #cbd5e1;
    margin-bottom: 0.2rem;
}

.navbar-buttons-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.navbar-shop-btn {
    flex: 1;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: #ffffff !important;
    text-decoration: none;
    padding: 0.58rem 1.2rem;
    border-radius: 30px;
    font-weight: 800;
    font-size: 0.88rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 5px 18px rgba(245, 87, 108, 0.35);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.navbar-shop-btn:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 10px 25px rgba(245, 87, 108, 0.55);
    color: #ffffff !important;
    text-decoration: none;
}

.shop-icon-animated {
    animation: shopBagRock 2.4s ease-in-out infinite;
    display: inline-block;
    font-size: 1rem;
}

@keyframes shopBagRock {
    0%, 100% { transform: rotate(0deg) scale(1); }
    25%      { transform: rotate(-14deg) scale(1.12); }
    75%      { transform: rotate(14deg) scale(1.12); }
}

.shop-badge {
    background: rgba(255, 255, 255, 0.35);
    color: #ffffff;
    padding: 0.15rem 0.45rem;
    border-radius: 10px;
    font-size: 0.625rem;
    font-weight: 800;
    text-transform: uppercase;
}

.navbar-cta {
    flex: 1.25;
    background: var(--gradient-primary);
    color: white !important;
    text-decoration: none;
    padding: 0.58rem 1.25rem;
    border-radius: 30px;
    font-weight: 800;
    font-size: 0.88rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 5px 20px rgba(79, 70, 229, 0.38);
    transition: all 0.35s ease;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.navbar-cta:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 10px 28px rgba(79, 70, 229, 0.55);
    color: white !important;
    text-decoration: none;
}

/* ==============================================================================
   2. SCROLL EDİLDİĞİNDE GELEN VE KULLANICIYLA SABİT KALAN FLOATING PILL NAVBAR
      (Büyük Belirgin ÖBK Logo + Projeler • Hizmetler • İletişim + [🔍] [B] [✈️] [↑])
   ============================================================================== */
.navbar-floating-compact-wrapper {
    position: fixed;
    top: 1.15rem;
    left: 50%;
    transform: translateX(-50%) translateY(-140%);
    z-index: 1060;
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
    opacity: 0;
    pointer-events: none;
    display: flex;
    justify-content: center;
}

.navbar-floating-compact-wrapper.is-scrolled-visible {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.navbar-floating-compact-pill {
    background: rgba(15, 16, 22, 0.94);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    border: 1.5px solid rgba(255, 255, 255, 0.16);
    border-radius: 9999px;
    height: 60px;
    padding: 0 0.75rem 0 0.85rem;
    box-shadow:
        0 20px 48px rgba(0, 0, 0, 0.6),
        0 4px 12px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

/* Sol: Büyük & Belirgin ÖBK Logo Kutusu (Görseldeki Gibi Parlayan Rozet & Başa Dön) */
.compact-pill-logo-box {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #0d0f17;
    border: 2px solid rgba(139, 92, 246, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow:
        0 0 16px rgba(139, 92, 246, 0.45),
        inset 0 0 8px rgba(99, 102, 241, 0.3);
    flex-shrink: 0;
    cursor: pointer;
}

.compact-pill-logo-box:hover {
    transform: scale(1.12) rotate(6deg);
    border-color: #a78bfa;
    box-shadow:
        0 0 24px rgba(167, 139, 250, 0.75),
        inset 0 0 12px rgba(139, 92, 246, 0.5);
}

.compact-pill-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(139, 92, 246, 0.6));
}

.compact-pill-logo-glow {
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.35);
    animation: rotateHolo 20s linear infinite;
    pointer-events: none;
}

/* Orta Linkler: Projeler • Hizmetler • İletişim */
.compact-pill-links {
    display: flex;
    align-items: center;
    gap: 1.45rem;
}

.compact-pill-link {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.94rem;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-decoration: none;
    letter-spacing: -0.01em;
    padding: 0.4rem 0.85rem;
    border-radius: 9999px;
    border: 1px solid transparent;
    transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.compact-pill-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-1.5px);
    text-decoration: none;
}

.compact-pill-link.active {
    color: #ffffff !important;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
    border: 1px solid rgba(199, 210, 254, 0.4) !important;
    box-shadow: 0 4px 18px rgba(124, 58, 237, 0.55), 0 0 12px rgba(79, 70, 229, 0.4) !important;
    font-weight: 800 !important;
    transform: translateY(0);
}

/* Sağ Yuvarlak Butonlar: [🔍] [B] [✈️] [↑] */
.compact-pill-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

/* 🔍 Arama Dairesi */
.compact-pill-btn-search {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.88rem;
    transition: all 0.25s ease;
}

.compact-pill-btn-search:hover {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.35);
    transform: scale(1.1);
}

/* B Bionluk Dairesi */
.compact-pill-btn-bionluk {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid #ea580c;
    background: #6c2a0d;
    color: #fb923c !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-decoration: none;
    transition: all 0.25s ease;
}

.compact-pill-btn-bionluk:hover {
    background: #ea580c;
    color: #ffffff !important;
    transform: scale(1.1);
    box-shadow: 0 4px 14px rgba(234, 88, 12, 0.5);
    text-decoration: none;
}

/* ✈️ Teklif Al / Mesaj Dairesi */
.compact-pill-btn-cta {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    background: linear-gradient(135deg, #7c3aed 0%, #6366f1 100%);
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.88rem;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.4);
    text-decoration: none;
    transition: all 0.25s ease;
}

.compact-pill-btn-cta:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.65);
    text-decoration: none;
}

/* ↑ En Başa Dön Butonu */
.compact-pill-btn-top {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: #94a3b8 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.84rem;
    cursor: pointer;
    transition: all 0.25s ease;
}

.compact-pill-btn-top:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px) scale(1.1);
}

/* ==============================================================================
   SPOTLIGHT AKILLI ARAMA MODALI (Sayfayı Kaydırmadan Açılan Pop-up)
   ============================================================================== */
.spotlight-search-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 6rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}

.spotlight-search-modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.spotlight-search-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 5, 8, 0.7);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.spotlight-search-dialog {
    position: relative;
    z-index: 10;
    width: 600px;
    max-width: 90vw;
    background: rgba(15, 17, 26, 0.96);
    border: 1.5px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    box-shadow: 0 25px 65px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transform: translateY(-12px) scale(0.96);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.spotlight-search-modal.active .spotlight-search-dialog {
    transform: translateY(0) scale(1);
}

.spotlight-search-header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1.1rem 1.4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.spotlight-search-icon {
    color: #818cf8;
    font-size: 1.2rem;
}

.spotlight-search-header input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    font-size: 1.05rem;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.spotlight-search-header input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.spotlight-search-esc {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    padding: 0.15rem 0.45rem;
    font-size: 0.65rem;
    font-family: var(--font-mono);
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

.spotlight-dropdown-menu {
    padding: 0.6rem 0.8rem 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    max-height: 320px;
    overflow-y: auto;
}

.spotlight-dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.65rem 1rem;
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 600;
    transition: all 0.2s ease;
    cursor: pointer;
}

.spotlight-dropdown-item:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #818cf8;
    transform: translateX(4px);
}

.spotlight-dropdown-item i {
    color: #818cf8;
    margin-right: 0.6rem;
}

.spotlight-dropdown-badge {
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.15rem 0.45rem;
    border-radius: 6px;
    background: rgba(99, 102, 241, 0.2);
    color: #a5b4fc;
}

/* ==============================================================================
   HERO SECTION — ULTRA-MODERN LUXURY EDITION
   ============================================================================== */
.hero-section {
    position: relative;
    overflow: hidden;
    padding: 21rem 0 7rem 0;
    min-height: 92vh;
    display: flex;
    align-items: center;
    z-index: 1;
}

/* SADECE Hero Bölümünde Çalışan Arkaplan Evreni */
.hero-section .animated-bg-universe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.hero-section > .container {
    position: relative;
    z-index: 2;
}

/* 1. Canlı Durum Rozeti (Pinging Live Pill) */
.hero-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1.35rem;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #e0e7ff;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--primary);
    box-shadow: 0 4px 20px rgba(79, 70, 229, 0.12);
    margin-bottom: 2rem;
    backdrop-filter: blur(12px);
    transition: all 0.3s ease;
}

.hero-status-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(79, 70, 229, 0.2);
    border-color: #c7d2fe;
}

.ping-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
}

.ping-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--emerald);
    opacity: 0.75;
    animation: pingEffect 2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.ping-dot {
    position: relative;
    width: 8px;
    height: 8px;
    background: var(--emerald);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--emerald);
}

@keyframes pingEffect {
    75%, 100% {
        transform: scale(2.6);
        opacity: 0;
    }
}

/* 2. Hero Başlığı */
.hero-title {
    font-size: clamp(3rem, 5.5vw, 4.6rem);
    font-weight: 900;
    line-height: 1.2;
    color: var(--text-heading);
    margin-bottom: 1.25rem;
    letter-spacing: -0.035em;
    display: flex;
    flex-direction: column;
}

.hero-title-greeting {
    font-size: clamp(1.8rem, 3.2vw, 2.6rem);
    font-weight: 700;
    color: #475569;
    letter-spacing: -0.02em;
    margin-bottom: 0.25rem;
    line-height: 1.2;
}

.hero-name-gradient {
    display: inline-block;
    padding-top: 0.12em;
    padding-bottom: 0.08em;
    line-height: 1.22;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 4px 18px rgba(79, 70, 229, 0.25));
}

/* 3. Dinamik Daktilo Şeridi */
.hero-rotating-bar {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    font-size: clamp(1.2rem, 2.2vw, 1.6rem);
    font-weight: 800;
    color: var(--primary);
    min-height: 46px;
    margin-bottom: 1.5rem;
}

.rotating-icon-box {
    width: 36px;
    height: 36px;
    background: #eef2ff;
    color: var(--primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(79, 70, 229, 0.15);
}

.typewriter-cursor {
    color: var(--accent);
    animation: cursorBlink 0.8s infinite;
    font-weight: 400;
}

/* 4. Açıklama Metni */
.hero-description {
    font-size: 1.08rem;
    line-height: 1.8;
    color: var(--text-body);
    max-width: 540px;
    margin-bottom: 2.2rem;
}

/* 5. Aksiyon Butonları */
.hero-buttons {
    display: flex;
    align-items: center;
    gap: 1.35rem;
    flex-wrap: wrap;
    margin-bottom: 2.4rem;
}

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.05rem 2.4rem;
    background: var(--gradient-primary);
    color: #ffffff !important;
    font-weight: 800;
    font-size: 1rem;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(79, 70, 229, 0.42), 0 2px 6px rgba(0, 0, 0, 0.06);
    transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}

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

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

.btn-hero-primary:hover {
    color: #ffffff !important;
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 18px 45px rgba(79, 70, 229, 0.58), 0 0 30px rgba(124, 58, 237, 0.3);
}

.btn-hero-primary .btn-arrow { transition: transform 0.3s ease; }
.btn-hero-primary:hover .btn-arrow { transform: translateX(4px); }

.btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.05rem 2.4rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(16px);
    color: var(--text-heading) !important;
    border: 2px solid #e2e8f0;
    font-weight: 800;
    font-size: 1rem;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
    transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}

.btn-hero-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: var(--gradient-primary);
    transition: width 0.4s ease;
    z-index: -1;
    border-radius: 50px;
}

.btn-hero-secondary:hover::before { width: 100%; }

.btn-hero-secondary:hover {
    color: #ffffff !important;
    border-color: transparent;
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 14px 40px rgba(79, 70, 229, 0.35);
}

/* ==============================================================================
   6. CANLI İSTATİSTİK & GÜVEN METRİKLERİ ŞERİDİ (AUTHORITY & IMPACT HUD)
   ============================================================================== */
.hero-impact-metrics-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 1.8rem;
    padding: 1.15rem 1.4rem;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1.5px solid rgba(226, 232, 240, 0.95);
    border-radius: 22px;
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.9) inset;
    max-width: 580px;
    position: relative;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-impact-metrics-bar:hover {
    box-shadow: 0 16px 45px -10px rgba(79, 70, 229, 0.16), 0 0 0 1.5px rgba(199, 210, 254, 0.9) inset;
    border-color: #c7d2fe;
    transform: translateY(-2px);
}

/* 🌊 İpeksi Işık Dalgası Animasyonu (Luminous Fluid Shimmer Wave) */
.metrics-shimmer-sweep {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.metrics-shimmer-sweep::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(99, 102, 241, 0.03) 20%,
        rgba(56, 189, 248, 0.18) 50%,
        rgba(168, 85, 247, 0.06) 80%,
        transparent 100%
    );
    animation: metricsShimmerSweep 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes metricsShimmerSweep {
    0% { left: -150%; }
    40%, 100% { left: 150%; }
}

.hero-metric-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0.35rem 0.65rem;
    z-index: 2;
    transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-metric-item:hover {
    transform: translateY(-3px) scale(1.04);
}

.hero-metric-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(203, 213, 225, 0.8), transparent);
}

.hero-metric-num {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Inter', sans-serif;
    font-size: 1.68rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.15;
    letter-spacing: -0.035em;
    font-feature-settings: 'tnum' on, 'lnum' on, 'zero' on;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 1.5px;
}

.hero-metric-num small {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #4f46e5;
    margin-left: 1px;
}

.hero-metric-num.text-amber small {
    color: #f59e0b;
}

.hero-metric-num.text-sky {
    color: #0284c7;
}

.hero-metric-num.text-sky small {
    color: #0284c7;
    font-size: 0.88rem;
    font-weight: 700;
}

.hero-metric-num.text-indigo {
    color: #4f46e5;
}

.hero-metric-label {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    color: #1e293b;
    margin-top: 0.32rem;
    line-height: 1.25;
    letter-spacing: -0.015em;
    white-space: nowrap;
}

.hero-metric-sub {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
    color: #64748b;
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    white-space: nowrap;
}

.hero-metric-sub i {
    font-size: 0.68rem;
}

/* 🟢 Canlı Nabız Sinyali (Live Radar Signal Pulse) */
.live-status-pulse {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    margin-left: 6px;
    vertical-align: middle;
}

.live-status-pulse .pulse-core {
    width: 6.5px;
    height: 6.5px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 8px #10b981;
}

.live-status-pulse .pulse-ring {
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: 1.5px solid #10b981;
    animation: liveSignalPulse 2.2s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}

@keyframes liveSignalPulse {
    0% { transform: scale(0.6); opacity: 1; }
    100% { transform: scale(2.3); opacity: 0; }
}

/* ⭐ Yıldız Parıltısı Animasyonu */
.star-twinkle {
    animation: starTwinkle 3s ease-in-out infinite alternate;
}

@keyframes starTwinkle {
    0%, 100% { transform: scale(1); filter: drop-shadow(0 0 0 transparent); }
    50% { transform: scale(1.3) rotate(8deg); filter: drop-shadow(0 0 6px #f59e0b); }
}

/* ⚡ Hız Göstergesi Mikro Sallantı Animasyonu */
.gauge-pulse {
    animation: gaugeMicroWobble 4s ease-in-out infinite;
}

@keyframes gaugeMicroWobble {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-10deg); }
    75% { transform: rotate(10deg); }
}

/* ==============================================================================
   BÜYÜK & ORTALANMIŞ 3D PROFİL VİTRİNİ (460px Sphere)
   ============================================================================== */
.profile-showcase-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-container {
    width: 460px;
    height: 460px;
    max-width: 90vw;
    aspect-ratio: 1/1;
    position: relative;
    margin: 0 auto;
    animation: profileFloat 8s ease-in-out infinite alternate;
}

@keyframes profileFloat {
    0%   { transform: translateY(0px); }
    50%  { transform: translateY(-18px); }
    100% { transform: translateY(14px); }
}

/* 1. Dış Yumuşak Parlama Aurası */
.profile-glow {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--gradient-primary);
    filter: blur(55px);
    opacity: 0.38;
    z-index: -2;
    animation: glowPulse 8s ease-in-out infinite alternate;
}

@keyframes glowPulse {
    0%   { transform: scale(0.9); opacity: 0.3; }
    50%  { transform: scale(1.12); opacity: 0.48; }
    100% { transform: scale(0.95); opacity: 0.38; }
}

/* 2. Dönen 3D Dış Gradyan Çemberi */
.profile-image-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--gradient-primary);
    z-index: -1;
    filter: blur(20px);
    opacity: 0.45;
    animation: rotateBg 35s linear infinite;
}

@keyframes rotateBg {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* 3. Holografik Kesikli Çizgi Halkası */
.profile-hologram-ring {
    position: absolute;
    top: -14px;
    left: -14px;
    width: calc(100% + 28px);
    height: calc(100% + 28px);
    border-radius: 50%;
    border: 1.5px dashed rgba(99, 102, 241, 0.35);
    z-index: 0;
    pointer-events: none;
    animation: rotateHolo 45s linear infinite reverse;
}

@keyframes rotateHolo {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* 4. Ana Fotoğraf Çerçevesi */
.profile-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid rgba(255, 255, 255, 0.95);
    background: #080811;
    box-shadow:
        0 25px 60px rgba(79, 70, 229, 0.25),
        0 0 45px rgba(124, 58, 237, 0.25),
        inset 0 0 25px rgba(255, 255, 255, 0.5);
    animation: borderPulse 8s ease-in-out infinite alternate;
}

@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 20px 50px rgba(79, 70, 229, 0.22), 0 0 40px rgba(124, 58, 237, 0.25);
    }
    50% {
        border-color: #ffffff;
        box-shadow: 0 25px 65px rgba(79, 70, 229, 0.35), 0 0 55px rgba(124, 58, 237, 0.38);
    }
}

.profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 12%;
    animation: imageZoom 16s ease-in-out infinite alternate;
}

@keyframes imageZoom {
    0%, 100% { transform: scale(1); }
    50%      { transform: scale(1.04); }
}

/* 5. 3D Yörüngedeki Dekoratif Noktalar */
.profile-dots {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform-style: preserve-3d;
    transform: translateZ(30px);
    pointer-events: none;
}

.profile-dot {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(79, 70, 229, 0.8);
    animation: dotFloat 16s ease-in-out infinite;
}

.profile-dot.dot-1 { top: 18%; left: -6%; animation-delay: 0s; background: var(--primary); }
.profile-dot.dot-2 { top: 12%; right: -4%; animation-delay: 3s; background: #a78bfa; }
.profile-dot.dot-3 { bottom: 14%; left: -4%; animation-delay: 6s; background: var(--accent); }
.profile-dot.dot-4 { bottom: 18%; right: -6%; animation-delay: 9s; background: var(--cyan); }

@keyframes dotFloat {
    0%, 100% { transform: translateY(0) translateX(0) scale(1); }
    25%      { transform: translateY(14px) translateX(-10px) scale(1.08); }
    50%      { transform: translateY(4px) translateX(10px) scale(0.94); }
    75%      { transform: translateY(-14px) translateX(4px) scale(1.1); }
}

/* 6. Yörüngedeki 3D Teknoloji Rozetleri */
.tech-stack {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(226, 232, 240, 0.85);
    border-radius: 30px;
    padding: 0.65rem 1.35rem;
    font-size: 0.9rem;
    font-weight: 800;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.8);
    z-index: 10;
    transform-style: preserve-3d;
    animation: techFloat 18s ease-in-out infinite;
    transform-origin: center center;
    backdrop-filter: blur(12px);
    transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: default;
    white-space: nowrap;
}

.tech-stack i { font-size: 1.3rem; }

.tech-stack:hover {
    transform: translate3d(0, -10px, 70px) scale(1.12) !important;
    box-shadow: 0 20px 45px rgba(79, 70, 229, 0.3), 0 0 0 2px rgba(79, 70, 229, 0.25);
}

.tech-stack.react { top: 4%; left: -8%; color: #00d8ff; animation-delay: 0s; }
.tech-stack.figma { top: 4%; right: -8%; color: #f24e1e; animation-delay: 5s; }
.tech-stack.node { bottom: 8%; left: -6%; color: #22c55e; animation-delay: 3s; }
.tech-stack.python { bottom: 8%; right: -6%; color: #3b82f6; animation-delay: 8s; }

@keyframes techFloat {
    0%, 100% { transform: translateZ(15px) rotate(0deg); }
    25%      { transform: translate3d(6px, -10px, 30px) rotate(3deg); }
    50%      { transform: translate3d(-4px, 6px, 45px) rotate(-2deg); }
    75%      { transform: translate3d(-6px, -3px, 30px) rotate(1.5deg); }
}

/* 7. Alt Orta Yüzen Cam Rozet */
.profile-bottom-badge {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%) translateZ(40px);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 50px;
    padding: 0.55rem 1.4rem;
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--text-heading);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 0 25px rgba(79, 70, 229, 0.2);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    z-index: 12;
    white-space: nowrap;
    animation: badgeFloat 8s ease-in-out infinite alternate;
}

@keyframes badgeFloat {
    0%   { transform: translateX(-50%) translateY(0px) translateZ(40px); }
    100% { transform: translateX(-50%) translateY(-6px) translateZ(50px); }
}

/* ==============================================================================
   PROJELERİM — LÜKS & PROFESYONEL ÜRÜN VİTRİNİ (Sakin, Odaklı & Yüksek Kalite)
   ============================================================================== */
.home-projects-section {
    position: relative;
    padding: 6rem 0 8rem;
    scroll-margin-top: 5rem;
    background: #f1f5f9;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    z-index: 2;
}

.home-projects-heading {
    margin-bottom: 3rem;
}

.home-projects-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.85rem;
    color: var(--primary);
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.home-projects-eyebrow > span {
    width: 24px;
    height: 2px;
    background: var(--gradient-primary);
    border-radius: 2px;
}

.home-projects-title-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

.home-projects-title-row h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(2.4rem, 4.5vw, 3.8rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.05em;
}

.home-projects-title-row h2 span { color: var(--primary); }

.home-projects-title-row p {
    max-width: 580px;
    margin: 0.85rem 0 0;
    color: #64748b;
    font-size: 1.02rem;
    line-height: 1.65;
}

.home-projects-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.75rem 1.4rem;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 50px;
    color: #0f172a !important;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    white-space: nowrap;
}

.home-projects-contact-link:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(79, 70, 229, 0.3);
}

/* Filtreleme Hapları */
.projects-filter-bar {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1.25rem;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 50px;
    color: #475569;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
}

.filter-pill:hover {
    border-color: #cbd5e1;
    color: #0f172a;
    transform: translateY(-1px);
}

.filter-pill.active {
    background: #0f172a;
    border-color: #0f172a;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.2);
}

/* Proje Kartları Izgarası */
.home-projects-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.65rem;
}

.home-project-card {
    --project-accent: #6366f1;
    --project-accent-rgb: 99, 102, 241;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    display: flex;
    flex-direction: column;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

.home-project-card:hover {
    transform: translateY(-10px);
    border-color: rgba(var(--project-accent-rgb), 0.5);
    box-shadow: 0 24px 50px rgba(var(--project-accent-rgb), 0.16), 0 4px 12px rgba(0, 0, 0, 0.04);
}

.home-project-card--violet { --project-accent: #8b5cf6; --project-accent-rgb: 139, 92, 246; }
.home-project-card--cyan { --project-accent: #0284c7; --project-accent-rgb: 2, 132, 199; }
.home-project-card--rose { --project-accent: #e11d48; --project-accent-rgb: 225, 29, 72; }

/* Pencere Başlığı (Mockup Window Header) */
.home-project-window-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.1rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.window-controls {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.window-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.window-dot.red { background: #ef4444; }
.window-dot.yellow { background: #f59e0b; }
.window-dot.green { background: #22c55e; }

.window-url-bar {
    font-size: 0.72rem;
    font-family: var(--font-mono);
    font-weight: 700;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.window-badge {
    font-size: 0.62rem;
    font-family: var(--font-mono);
    font-weight: 800;
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
    background: rgba(var(--project-accent-rgb), 0.1);
    color: var(--project-accent);
}

/* Görsel Alanı */
.home-project-visual {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #0f172a;
}

.home-project-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}

.home-project-card:hover .home-project-visual img {
    transform: none;
}

.home-project-visual-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(15, 23, 42, 0.6) 100%);
    pointer-events: none;
}

.home-project-card-number {
    position: absolute;
    top: 0.85rem;
    left: 1rem;
    z-index: 2;
    color: #ffffff;
    font-family: var(--font-mono);
    font-weight: 900;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

/* Kart Gövdesi */
.home-project-card-body {
    padding: 1.4rem 1.4rem 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.home-project-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.65rem;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 800;
    color: var(--project-accent);
}

.meta-tag { display: flex; align-items: center; gap: 0.4rem; }
.meta-date { color: #94a3b8; }

.home-project-card h3 {
    margin: 0;
    color: #0f172a;
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.home-project-card p {
    margin: 0.65rem 0 1.15rem;
    color: #64748b;
    font-size: 0.88rem;
    line-height: 1.65;
    flex: 1;
}

/* Metrik Hapları */
.project-impact-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1.15rem;
}

.impact-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.6rem;
    border-radius: 8px;
    background: #f1f5f9;
    color: #334155;
    font-size: 0.72rem;
    font-weight: 700;
}

.impact-pill i { color: var(--project-accent); }

/* Teknoloji Rozetleri */
.home-project-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1.4rem;
}

.home-project-tech span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.55rem;
    border: 1px solid rgba(var(--project-accent-rgb), 0.2);
    border-radius: 7px;
    background: rgba(var(--project-accent-rgb), 0.05);
    color: var(--project-accent);
    font-family: var(--font-mono);
    font-size: 0.65rem;
    font-weight: 800;
}

.project-open-trigger {
    cursor: pointer;
}

/* Kart Butonları — Mükemmel Simetrik & Ultra-Modern Tasarım */
.home-project-card-footer {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(226, 232, 240, 0.8);
    margin-top: auto;
}

.project-action-btn {
    flex: 1 1 0;
    width: 50%;
    height: 44px;
    min-height: 44px;
    max-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    white-space: nowrap;
    border-radius: 12px;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.82rem;
    letter-spacing: -0.01em;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.project-action-btn.primary {
    gap: 0.45rem;
    padding: 0 0.75rem;
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
    border: 1px solid rgba(99, 102, 241, 0.4);
    color: #ffffff !important;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(79, 70, 229, 0.25);
}

.project-action-btn.primary:hover {
    background: linear-gradient(135deg, #4338ca 0%, #4f46e5 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(79, 70, 229, 0.45);
    color: #ffffff !important;
    border-color: rgba(99, 102, 241, 0.6);
}

.project-action-btn.primary i {
    font-size: 0.8rem;
    transition: transform 0.2s ease;
}

.project-action-btn.primary:hover i {
    transform: translateX(2px);
}

.project-action-btn.detail-btn {
    gap: 0.45rem;
    padding: 0 0.75rem;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    color: #475569;
    font-weight: 700;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.project-action-btn.detail-btn:hover {
    background: #ffffff;
    border-color: #cbd5e1;
    color: #0f172a;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.project-action-btn.detail-btn i {
    color: #6366f1;
    font-size: 0.84rem;
}

/* ==============================================================================
   ÖZEL PROJE VİTRİNİ & PORTAL KARTI (9. Kart — Standout Flagship Showcase Hub)
   ============================================================================== */
.home-project-card--showcase-hub {
    position: relative;
    background: linear-gradient(155deg, #090c15 0%, #0f1424 50%, #1a1538 100%) !important;
    border: 2px solid transparent !important;
    background-clip: padding-box, border-box !important;
    background-origin: padding-box, border-box !important;
    background-image: linear-gradient(#0c101c, #0c101c), linear-gradient(135deg, #6366f1 0%, #a855f7 40%, #ec4899 70%, #38bdf8 100%) !important;
    box-shadow: 0 15px 40px rgba(99, 102, 241, 0.22), 0 0 25px rgba(168, 85, 247, 0.12) !important;
    color: #ffffff;
    cursor: pointer;
}

.home-project-card--showcase-hub:hover {
    transform: translateY(-12px) scale(1.015);
    box-shadow: 0 28px 65px rgba(99, 102, 241, 0.4), 0 0 40px rgba(236, 72, 153, 0.25) !important;
}

.home-project-card--showcase-hub .home-project-window-header {
    background: rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home-project-card--showcase-hub .window-url-bar {
    color: rgba(255, 255, 255, 0.65);
    font-family: var(--font-mono);
    font-size: 0.72rem;
}

.home-project-card--showcase-hub .window-badge {
    background: rgba(99, 102, 241, 0.2);
    border: 1px solid rgba(99, 102, 241, 0.4);
    color: #a5b4fc;
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 0.68rem;
    padding: 0.15rem 0.6rem;
    border-radius: 9999px;
}

.showcase-hub-visual {
    position: relative;
    height: 220px;
    background: radial-gradient(circle at center, #2e1065 0%, #060911 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.showcase-hub-orb {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.35) 0%, transparent 70%);
    filter: blur(25px);
    animation: orbPulse 4s ease-in-out infinite alternate;
}

.showcase-hub-emblem-box {
    position: relative;
    z-index: 2;
    text-align: center;
}

.showcase-hub-icon-circle {
    width: 68px;
    height: 68px;
    margin: 0 auto 0.75rem;
    border-radius: 20px;
    background: linear-gradient(135deg, #6366f1 0%, #ec4899 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.85rem;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(99, 102, 241, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.home-project-card--showcase-hub:hover .showcase-hub-icon-circle {
    transform: scale(1.12) rotate(6deg);
}

.showcase-hub-visual-tag {
    font-family: var(--font-mono);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #e0e7ff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.home-project-card--showcase-hub .home-project-card-body {
    background: transparent;
}

.home-project-card--showcase-hub h3 {
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.home-project-card--showcase-hub p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.88rem;
    line-height: 1.6;
}

.home-project-card--showcase-hub .meta-tag {
    color: #38bdf8;
    font-weight: 800;
}

.home-project-card--showcase-hub .meta-date {
    color: rgba(255, 255, 255, 0.4);
}

.showcase-hub-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1.1rem;
}

.showcase-hub-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.75rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #c7d2fe;
    font-size: 0.74rem;
    font-weight: 700;
}

.showcase-hub-chip.emerald {
    background: rgba(16, 185, 129, 0.15);
    border-color: rgba(16, 185, 129, 0.35);
    color: #34d399;
}

.showcase-hub-chip.amber {
    background: rgba(245, 158, 11, 0.15);
    border-color: rgba(245, 158, 11, 0.35);
    color: #fbbf24;
}

.home-project-card--showcase-hub .home-project-tech {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 0.75rem;
}

.home-project-card--showcase-hub .home-project-tech span {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
}

.home-project-card--showcase-hub .home-project-card-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.btn-showcase-master {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.75rem 1.25rem;
    border-radius: 14px;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #db2777 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(79, 70, 229, 0.5), 0 0 15px rgba(219, 39, 119, 0.35);
    transition: all 0.3s ease;
}

.btn-showcase-master:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 35px rgba(79, 70, 229, 0.7), 0 0 25px rgba(219, 39, 119, 0.5);
    filter: brightness(1.1);
}

/* ==============================================================================
   LİSANS & AKTİVASYON DOĞRULAMA MERKEZİ (Futuristic Cyber-Vault Zero-Trust Modal)
   ============================================================================== */
.license-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden !important;
    overflow-y: auto;
    z-index: 99999;
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.license-modal-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.license-modal-dialog {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 680px;
    margin: auto;
    box-sizing: border-box;
    overflow-x: hidden !important;
    overflow-y: auto;
    max-height: calc(100vh - 40px);
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 24px;
    box-shadow: 0 25px 60px -15px rgba(15, 23, 42, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.9) inset, 0 10px 20px -5px rgba(0, 0, 0, 0.04);
    padding: 2.2rem 2.4rem;
    color: #0f172a;
    font-family: var(--font-sans, 'Plus Jakarta Sans', 'Inter', sans-serif);
    transform: scale(0.95) translateY(20px);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.license-modal-overlay.active .license-modal-dialog {
    transform: scale(1) translateY(0);
}

/* Scrollbar */
.license-modal-dialog::-webkit-scrollbar {
    width: 5px;
    height: 0px !important;
}
.license-modal-dialog::-webkit-scrollbar-track {
    background: transparent;
}
.license-modal-dialog::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}
.license-modal-dialog::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Kapat Butonu */
.license-modal-close-btn {
    position: absolute;
    top: 1.35rem;
    right: 1.35rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 100 !important;
    outline: none;
}
.license-modal-close-btn:hover {
    background: #fee2e2;
    border-color: #fecdd3;
    color: #e11d48;
    transform: rotate(90deg) scale(1.08);
    box-shadow: 0 4px 12px rgba(225, 29, 72, 0.15);
}

/* Güvenlik Bildirim Kartı (Tam Simetrik Kurumsal Banner) */
.license-security-banner,
.license-security-toast {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center;
    gap: 0.75rem;
    background: #fff1f2;
    border: 1.5px solid #fecdd3;
    border-radius: 14px;
    padding: 0;
    margin: 0;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    pointer-events: none;
    box-sizing: border-box;
    width: 100%;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 14px rgba(225, 29, 72, 0.08);
}

.license-security-banner.visible,
.license-security-toast.visible {
    opacity: 1 !important;
    visibility: visible !important;
    max-height: 80px !important;
    padding: 0.75rem 1.1rem !important;
    margin-bottom: 1.25rem !important;
    pointer-events: auto !important;
}

.license-banner-icon-box {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 8px;
    background: #ffe4e6;
    border: 1px solid #fecdd3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e11d48;
    font-size: 0.95rem;
    flex-shrink: 0;
}

.license-banner-content {
    flex: 1;
    min-width: 0;
    font-size: 0.82rem;
    font-weight: 750;
    color: #9f1239;
    line-height: 1.4;
}

/* 1. Kurumsal Header */
.license-cyber-header {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 1.5rem;
    padding-right: 2.5rem;
    box-sizing: border-box;
}

.license-shield-badge {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #4f46e5 0%, #3b82f6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.4rem;
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.25);
    flex-shrink: 0;
}

.license-header-text {
    flex: 1;
    min-width: 0;
}

.license-telemetry-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    border-radius: 6px;
    padding: 0.22rem 0.65rem;
    font-family: var(--font-mono, monospace);
    font-size: 0.70rem;
    font-weight: 800;
    color: #059669;
    letter-spacing: 0.03em;
    margin-bottom: 0.35rem;
}

.license-pulse-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #059669;
    box-shadow: 0 0 6px #059669;
    animation: licPulse 1.6s ease-in-out infinite;
}

@keyframes licPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(0.6); opacity: 0.4; }
}

.license-modal-title {
    font-size: 1.36rem;
    font-weight: 900;
    line-height: 1.25;
    margin: 0 0 0.25rem;
    color: #0f172a;
    letter-spacing: -0.025em;
    font-family: var(--font-heading, 'Plus Jakarta Sans', sans-serif);
}

.license-modal-desc {
    font-size: 0.84rem;
    color: #475569;
    line-height: 1.45;
    margin: 0;
    font-weight: 500;
}
.license-modal-desc strong {
    color: #0f172a;
    font-weight: 750;
}

/* 2. Executive Stepper */
.license-stepper-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 1.75rem;
    padding: 0 0.25rem;
    box-sizing: border-box;
}

.license-stepper-track {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.license-stepper-bg-line {
    position: absolute;
    top: 18px;
    left: 20px;
    right: 20px;
    height: 2px;
    background: #e2e8f0;
    transform: translateY(-50%);
    z-index: 1;
}

.license-stepper-fill-line {
    position: absolute;
    top: 18px;
    left: 20px;
    width: 0%;
    max-width: calc(100% - 40px);
    height: 2px;
    background: #4f46e5;
    transform: translateY(-50%);
    z-index: 2;
    transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 0 8px rgba(79, 70, 229, 0.4);
}

.license-step-node {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    user-select: none;
    box-sizing: border-box;
    transition: all 0.25s ease;
}

.license-step-node.completed {
    cursor: pointer;
}
.license-step-node.active {
    cursor: default;
}
.license-step-node.disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

.license-step-bubble {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #cbd5e1;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.84rem;
    font-weight: 800;
    font-family: var(--font-sans, 'Plus Jakarta Sans', sans-serif);
    box-sizing: border-box;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
}

.license-step-bubble i {
    font-size: 0.86rem !important;
    display: inline-block !important;
    color: inherit !important;
}

.license-step-node.active .license-step-bubble {
    background: #4f46e5;
    border-color: #4338ca;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(79, 70, 229, 0.35);
    transform: scale(1.1);
}

.license-step-node.completed .license-step-bubble {
    background: #059669;
    border-color: #047857;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.license-step-label {
    font-size: 0.74rem;
    font-weight: 750;
    color: #64748b;
    white-space: nowrap;
    text-align: center;
    transition: color 0.25s ease;
}

.license-step-node.active .license-step-label {
    color: #4f46e5;
    font-weight: 850;
}

.license-step-node.completed .license-step-label {
    color: #059669;
    font-weight: 800;
}

/* 3. Adım Panelleri */
.license-wizard-pane {
    display: none;
    box-sizing: border-box;
    width: 100%;
}
.license-wizard-pane.active {
    display: block;
    animation: paneEntrance 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.license-pane-header {
    text-align: center;
    margin-bottom: 1.35rem;
}
.license-pane-title {
    font-size: 1.2rem;
    font-weight: 900;
    color: #0f172a;
    margin: 0 0 0.3rem;
    letter-spacing: -0.02em;
}
.license-pane-subtitle {
    font-size: 0.84rem;
    color: #64748b;
    margin: 0;
    font-weight: 500;
}

/* 4. Girdi Alanları */
.license-large-field-wrap {
    margin-bottom: 1.35rem;
    box-sizing: border-box;
}

.license-large-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #334155;
    margin-bottom: 0.45rem;
}

.license-large-input-box {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem 1.1rem;
    background: #ffffff;
    border: 1.5px solid #cbd5e1;
    border-radius: 14px;
    box-sizing: border-box;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.license-large-input-box:focus-within {
    border-color: #4f46e5;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.12);
}

.license-large-input-box i {
    font-size: 1.15rem;
    color: #64748b;
    transition: color 0.2s ease;
    flex-shrink: 0;
}

.license-large-input-box:focus-within i {
    color: #4f46e5;
}

.license-large-input-box input {
    flex: 1;
    min-width: 0;
    background: transparent;
    border: none;
    outline: none;
    color: #0f172a;
    font-size: 0.96rem;
    font-weight: 700;
    font-family: var(--font-sans, 'Plus Jakarta Sans', 'Inter', sans-serif);
}

.license-large-input-box input.mono {
    font-family: var(--font-mono, monospace);
    font-size: 1rem;
    letter-spacing: 0.05em;
    font-weight: 800;
    color: #1e1b4b;
}

.license-large-input-box input::placeholder {
    color: #94a3b8;
    font-weight: 500;
}

.license-input-hint {
    display: block;
    font-size: 0.74rem;
    color: #64748b;
    margin-top: 0.4rem;
    line-height: 1.4;
    font-weight: 550;
}
.license-input-hint code {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    padding: 2px 6px;
    border-radius: 5px;
    color: #4338ca;
    font-family: var(--font-mono, monospace);
    font-weight: 700;
}

.license-input-action-btn {
    background: #f8fafc;
    border: 1.5px solid #cbd5e1;
    color: #334155;
    padding: 0.45rem 0.9rem;
    border-radius: 9px;
    font-size: 0.78rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
}
.license-input-action-btn:hover {
    background: #eef2ff;
    border-color: #c7d2fe;
    color: #4338ca;
}

/* 5. Hızlı Demo Test Kısayolları */
.license-quick-samples-box {
    margin-bottom: 1.35rem;
    padding: 0.85rem 1rem;
    border-radius: 14px;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.license-quick-samples-label {
    font-size: 0.76rem;
    color: #475569;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.license-quick-samples-pills {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.license-sample-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.75rem;
    border-radius: 8px;
    font-size: 0.76rem;
    font-weight: 800;
    cursor: pointer;
    border: 1.5px solid transparent;
    transition: all 0.2s ease;
}

.license-sample-pill.pos {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1d4ed8;
}
.license-sample-pill.rust {
    background: #fffbeb;
    border-color: #fde68a;
    color: #b45309;
}
.license-sample-pill.fivem {
    background: #faf5ff;
    border-color: #e9d5ff;
    color: #7e22ce;
}
.license-sample-pill.encoder {
    background: #fff1f2;
    border-color: #fecdd3;
    color: #be123c;
}

.license-sample-pill:hover {
    transform: translateY(-1.5px);
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.08);
}

/* 6. Hizmet Kategori Kartları */
.license-category-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.85rem;
    align-items: stretch;
    margin-bottom: 1.4rem;
    width: 100%;
    box-sizing: border-box;
}

.license-category-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    padding: 0.95rem 1.1rem;
    min-height: 80px;
    height: 80px;
    width: 100%;
    min-width: 0;
    border-radius: 16px;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    user-select: none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.03);
}

.license-category-card:hover {
    background: #f8fafc;
    border-color: #818cf8;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.08);
}

.license-category-card.selected {
    background: #f5f3ff;
    border: 2px solid #4f46e5;
    box-shadow: 0 4px 18px rgba(79, 70, 229, 0.15);
}

.license-card-icon-box {
    width: 44px;
    height: 44px;
    min-width: 44px;
    max-width: 44px;
    border-radius: 12px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.license-card-details {
    flex: 1 1 0%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.license-card-details h4 {
    font-size: 0.92rem;
    font-weight: 850;
    color: #0f172a;
    margin: 0 0 2px;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.license-card-details p {
    font-size: 0.76rem;
    color: #64748b;
    margin: 0;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.license-card-check-bubble {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    border: 1.5px solid #cbd5e1;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.70rem;
    color: transparent;
    transition: all 0.2s ease;
    flex-shrink: 0;
    box-sizing: border-box;
}

.license-category-card.selected .license-card-check-bubble {
    background: #4f46e5;
    border-color: #4338ca;
    color: #ffffff;
}

/* 7. Özet Kapsülü */
.license-summary-capsule {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 1.1rem;
    border-radius: 12px;
    background: #eef2ff;
    border: 1.5px solid #c7d2fe;
    margin-bottom: 1.35rem;
    font-size: 0.84rem;
    color: #3730a3;
    font-weight: 750;
    box-sizing: border-box;
}
.license-summary-capsule strong {
    color: #1e1b4b;
}

.license-capsule-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.74rem;
    font-weight: 800;
    color: #4338ca;
    background: #ffffff;
    border: 1px solid #c7d2fe;
    padding: 0.25rem 0.65rem;
    border-radius: 7px;
    transition: all 0.2s ease;
    cursor: pointer;
}
.license-capsule-badge:hover {
    background: #4338ca;
    color: #ffffff;
}

/* 8. Alt Navigasyon & Butonlar */
.license-wizard-nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.4rem;
    padding-top: 1.2rem;
    border-top: 1.5px solid #e2e8f0;
    box-sizing: border-box;
}

.license-info-note {
    font-size: 0.76rem;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
}

.license-btn-back {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.35rem;
    border-radius: 11px;
    background: #ffffff;
    border: 1.5px solid #cbd5e1;
    color: #334155;
    font-family: var(--font-button, 'Plus Jakarta Sans', sans-serif) !important;
    font-size: 0.86rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}
.license-btn-back:hover {
    background: #f8fafc;
    border-color: #94a3b8;
    color: #0f172a;
}

.license-btn-next {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.8rem 1.85rem;
    border-radius: 11px;
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
    border: 1.5px solid #3730a3;
    color: #ffffff;
    font-family: var(--font-button, 'Plus Jakarta Sans', sans-serif) !important;
    font-size: 0.94rem !important;
    font-weight: 850 !important;
    letter-spacing: -0.015em !important;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 14px rgba(79, 70, 229, 0.3);
    margin-left: auto;
}
.license-btn-next:hover {
    background: linear-gradient(135deg, #4338ca 0%, #3730a3 100%);
    transform: translateY(-1.5px);
    box-shadow: 0 6px 20px rgba(79, 70, 229, 0.45);
}

.license-btn-submit-scan {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    padding: 0.95rem 1.6rem;
    border-radius: 14px;
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    border: 1.5px solid #065f46;
    color: #ffffff;
    font-family: var(--font-button, 'Plus Jakarta Sans', sans-serif) !important;
    font-size: 0.96rem !important;
    font-weight: 850 !important;
    letter-spacing: -0.01em !important;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 6px 20px rgba(5, 150, 105, 0.3);
    box-sizing: border-box;
    margin-top: 1.35rem;
}
.license-btn-submit-scan:hover {
    transform: translateY(-1.5px);
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.45);
}

/* 9. Siber Radar Tarama */
.license-scanner-stage {
    padding: 1.5rem 0.5rem;
    text-align: center;
    box-sizing: border-box;
}

.license-scanner-radar-wrap {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.license-scanner-pulse-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(79, 70, 229, 0.3);
    animation: radarPulseAnim 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.license-scanner-pulse-ring:nth-child(2) {
    animation-delay: 0.6s;
    border-color: rgba(5, 150, 105, 0.3);
}

.license-scanner-beam {
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    border: 2px dashed rgba(79, 70, 229, 0.5);
    animation: orbitRotateClockwise 3s linear infinite;
}

.license-scanner-core-icon {
    position: relative;
    z-index: 3;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #4f46e5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #ffffff;
    box-shadow: 0 4px 16px rgba(79, 70, 229, 0.4);
}

@keyframes radarPulseAnim {
    0% { transform: scale(0.6); opacity: 0.9; }
    100% { transform: scale(1.4); opacity: 0; }
}

.license-scan-progress-wrap {
    margin-bottom: 1.25rem;
    box-sizing: border-box;
}

.license-scan-progress-labels {
    display: flex;
    justify-content: space-between;
    font-family: var(--font-mono, monospace);
    font-size: 0.76rem;
    color: #475569;
    margin-bottom: 0.45rem;
    font-weight: 800;
}

.license-scan-progress-labels strong {
    color: #4f46e5;
    font-size: 0.88rem;
}

.license-scan-progress-track {
    width: 100%;
    height: 7px;
    background: #e2e8f0;
    border-radius: 999px;
    overflow: hidden;
    box-sizing: border-box;
}

.license-scan-progress-fill {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #4f46e5 0%, #3b82f6 50%, #059669 100%);
    border-radius: 999px;
    transition: width 0.08s linear;
}

/* Siber Konsol Kutusu */
.license-terminal-console {
    background: #0f172a;
    border: 1.5px solid #1e293b;
    border-radius: 14px;
    padding: 0.95rem 1.1rem;
    height: 130px;
    overflow-y: auto;
    font-family: var(--font-mono, monospace);
    font-size: 0.74rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
}

.license-terminal-line {
    line-height: 1.4;
    word-break: break-all;
    animation: fadeInLine 0.25s ease forwards;
}

.license-terminal-line.info { color: #38bdf8; }
.license-terminal-line.crypto { color: #c084fc; }
.license-terminal-line.success { color: #34d399; font-weight: 700; }
.license-terminal-line.error { color: #f87171; font-weight: 700; }

@keyframes fadeInLine {
    from { opacity: 0; transform: translateX(-4px); }
    to { opacity: 1; transform: translateX(0); }
}

/* 10. Sertifika & Doğrulama Ekranı */
.license-certificate-wrap {
    background: #ffffff;
    border: 2px solid #10b981;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.12);
    margin-bottom: 1.35rem;
    box-sizing: border-box;
}

.license-certificate-wrap.error-mode {
    border-color: #f43f5e;
    box-shadow: 0 10px 30px rgba(244, 63, 94, 0.12);
}

.license-cert-head-flex {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
    border-bottom: 1.5px solid #e2e8f0;
}

.license-cert-seal-icon {
    font-size: 2.2rem;
    color: #059669;
}
.license-certificate-wrap.error-mode .license-cert-seal-icon {
    color: #e11d48;
}

.license-cert-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.2rem;
    box-sizing: border-box;
    width: 100%;
}

.license-info-card {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.8rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 72px;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

.license-info-card:hover {
    border-color: #cbd5e1;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

.license-info-card small {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.68rem;
    color: #64748b;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.license-info-card small i {
    font-size: 0.75rem;
    opacity: 0.9;
}

.license-info-card strong {
    font-size: 0.88rem;
    color: #0f172a;
    font-weight: 850;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}

.license-info-card strong.text-blue {
    color: #2563eb !important;
}

.license-info-card strong.text-purple {
    color: #7c3aed !important;
}

.license-info-card strong.text-emerald {
    color: #059669 !important;
}

.license-sha512-box {
    background: #0f172a;
    border: 1px solid #1e293b;
    border-radius: 10px;
    padding: 0.75rem 0.95rem;
    font-family: var(--font-mono, monospace);
    font-size: 0.72rem;
    color: #e2e8f0;
    margin-bottom: 1rem;
    word-break: break-all;
    box-sizing: border-box;
}
.license-sha512-box code {
    color: #a78bfa;
    display: block;
    margin-top: 0.3rem;
    font-size: 0.70rem;
}

.license-trust-seal-ribbon {
    text-align: center;
    font-size: 0.78rem;
    font-weight: 800;
    color: #059669;
    letter-spacing: 0.02em;
}

.license-copy-hash-btn {
    background: #1e293b;
    border: 1px solid #334155;
    color: #cbd5e1;
    padding: 0.25rem 0.65rem;
    border-radius: 6px;
    font-size: 0.72rem;
    font-weight: 750;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}
.license-copy-hash-btn:hover {
    background: #334155;
    color: #ffffff;
}

.license-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.8rem 1.4rem;
    border-radius: 12px;
    font-size: 0.88rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1.5px solid transparent;
    font-family: var(--font-button, 'Plus Jakarta Sans', sans-serif) !important;
}

.license-action-btn.secondary {
    background: #ffffff;
    border-color: #cbd5e1;
    color: #334155;
}

.license-action-btn.secondary:hover {
    background: #f8fafc;
    border-color: #94a3b8;
    color: #0f172a;
}

.license-action-btn.primary {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    border-color: #065f46;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(5, 150, 105, 0.3);
}

.license-action-btn.primary:hover {
    box-shadow: 0 6px 20px rgba(5, 150, 105, 0.45);
    transform: translateY(-1.5px);
}

.license-bottom-sublink {
    text-align: center;
    margin-top: 1.35rem;
    font-size: 0.82rem;
    color: #64748b;
    font-weight: 600;
}
.license-bottom-sublink a {
    color: #4f46e5;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.2s ease;
}
.license-bottom-sublink a:hover {
    color: #3730a3;
    text-decoration: underline;
}

@keyframes orbitRotateClockwise {
    100% { transform: rotate(360deg); }
}

@keyframes orbitRotateCounter {
    100% { transform: rotate(-360deg); }
}

/* ==============================================================================
   LİSANS MODAL MOBİL VE TABLET DUYARLILIK SİSTEMİ (Zero Overflow Responsive)
   ============================================================================== */
@media (max-width: 768px) {
    .license-modal-dialog {
        padding: 1.5rem 1.25rem;
        border-radius: 20px;
        max-height: calc(100vh - 24px);
    }
    .license-cyber-header {
        padding-right: 2rem;
        gap: 0.9rem;
    }
    .license-shield-hologram {
        width: 50px;
        height: 50px;
    }
    .license-hologram-icon {
        width: 36px;
        height: 36px;
        font-size: 1.05rem;
    }
    .license-modal-title {
        font-size: 1.15rem;
    }
    .license-telemetry-bar {
        grid-template-columns: 1fr;
        gap: 0.4rem;
    }
    .license-project-cards-grid {
        grid-template-columns: 1fr;
        gap: 0.6rem;
    }
    .license-cert-info-grid {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    .license-step-label {
        font-size: 0.64rem;
    }
    .license-step-bubble {
        width: 32px;
        height: 32px;
        font-size: 0.76rem;
    }
    .license-stepper-bg-line,
    .license-stepper-fill-line {
        top: 16px;
        left: 16px;
        right: 16px;
        max-width: calc(100% - 32px);
    }
}

@media (max-width: 480px) {
    .license-modal-overlay {
        padding: 0.5rem;
    }
    .license-modal-dialog {
        padding: 1.25rem 1rem;
        border-radius: 16px;
    }
    .license-cyber-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        padding-right: 2.2rem;
    }
    .license-step-label {
        display: none;
    }
    .license-wizard-nav-row {
        flex-direction: column-reverse;
        gap: 0.75rem;
        align-items: stretch;
    }
    .license-btn-next,
    .license-btn-back,
    .license-btn-submit-scan {
        width: 100%;
        justify-content: center;
    }
    .license-security-banner,
    .license-security-toast {
        font-size: 0.76rem;
        padding: 0.6rem 0.85rem !important;
    }
}

/* ==============================================================================
   LÜKS PROJE DETAY MODALI (Pop-up Modal Penceresi)
   ============================================================================== */
.project-detail-modal {
    position: fixed;
    inset: 0;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}

.project-detail-modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.project-detail-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 9, 14, 0.82);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.project-detail-dialog {
    position: relative;
    z-index: 10;
    width: 860px;
    max-width: 95vw;
    max-height: 90vh;
    background: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.15);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: translateY(20px) scale(0.96);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.project-detail-modal.active .project-detail-dialog {
    transform: translateY(0) scale(1);
}

.project-detail-close-btn {
    position: absolute;
    top: 1.2rem;
    right: 1.35rem;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.08);
    border: none;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    cursor: pointer;
    z-index: 20;
    transition: all 0.25s ease;
}

.project-detail-close-btn:hover {
    background: #0f172a;
    color: #ffffff;
    transform: rotate(90deg) scale(1.1);
}

.project-detail-body {
    overflow-y: auto;
    padding: 2.2rem 2.4rem;
    max-height: calc(90vh - 1rem);
}

/* Modal İçerik Bileşenleri */
.modal-header-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 0.9rem;
    border-radius: 8px;
    background: rgba(99, 102, 241, 0.1);
    color: #4f46e5;
    font-family: var(--font-mono);
    font-size: 0.74rem;
    font-weight: 800;
    margin-bottom: 0.85rem;
}

.modal-project-title {
    font-size: clamp(1.75rem, 3.2vw, 2.35rem);
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -0.04em;
    line-height: 1.2;
    margin-bottom: 1.35rem;
}

/* Modal İnteraktif Sekme Navigasyonu */
.modal-tabs-nav {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.35rem;
    background: #f1f5f9;
    border-radius: 14px;
    margin-bottom: 1.6rem;
    overflow-x: auto;
}

.modal-tab-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.6rem 1.15rem;
    border-radius: 10px;
    border: none;
    background: transparent;
    color: #64748b;
    font-size: 0.84rem;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-tab-btn:hover {
    color: #0f172a;
}

.modal-tab-btn.active {
    background: #ffffff;
    color: #4f46e5;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

/* Galeri Önizleme & Kusursuz Simetri */
.modal-gallery-wrapper {
    margin-bottom: 1.5rem;
}

.modal-gallery-hero {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9.2;
    border-radius: 20px;
    overflow: hidden;
    background: #0b0f19;
    border: 1.5px solid #e2e8f0;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.12);
    margin-bottom: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-gallery-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: opacity 0.25s ease, transform 0.4s ease;
}

.modal-gallery-thumbs {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    overflow-x: auto;
    padding: 0.35rem 0.2rem 0.6rem;
}

.modal-thumb-item {
    width: 104px;
    height: 64px;
    aspect-ratio: 16 / 9.5;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #e2e8f0;
    cursor: pointer;
    flex-shrink: 0;
    opacity: 0.65;
    background: #0f172a;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-thumb-item:hover {
    opacity: 0.95;
    transform: translateY(-2px);
    border-color: #a5b4fc;
}

.modal-thumb-item.active {
    border-color: #6366f1;
    opacity: 1;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.45);
}

.modal-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Detay Sekmeleri Animasyonlu Geçişi */
.modal-tab-pane {
    display: none;
    animation: modalTabFade 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.modal-tab-pane.active {
    display: block;
}

@keyframes modalTabFade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Detay Blokları */
.modal-section-block {
    margin-bottom: 1.75rem;
}

.modal-section-title {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

.modal-section-title i {
    color: #6366f1;
}

.modal-section-desc {
    color: #475569;
    font-size: 0.96rem;
    line-height: 1.8;
}

/* Özellik Listesi */
.modal-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.modal-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.9rem 1.1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #334155;
    transition: all 0.25s ease;
}

.modal-feature-card:hover {
    background: #ffffff;
    border-color: #cbd5e1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.modal-feature-card i {
    color: #22c55e;
    font-size: 1rem;
    margin-top: 0.15rem;
}

/* Teknoloji Hapları */
.modal-tech-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.modal-tech-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.95rem;
    border-radius: 10px;
    background: #eef2ff;
    border: 1px solid #c7d2fe;
    color: #3730a3;
    font-size: 0.8rem;
    font-weight: 800;
    font-family: var(--font-mono);
    transition: all 0.2s ease;
}

.modal-tech-badge:hover {
    background: #4338ca;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Modal Alt Butonları */
.modal-cta-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
    margin-top: 2rem;
}

.modal-btn-live {
    flex: 1.2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.85rem 1.6rem;
    background: var(--gradient-primary);
    color: #ffffff !important;
    font-size: 0.95rem;
    font-weight: 800;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(79, 70, 229, 0.35);
    transition: all 0.3s ease;
}

/* ==============================================================================
   HİZMET MODAL GÖRSEL SUNUM VE GELİŞMİŞ BİLGİ KARTLARI (Yüksek Kontrast & Netlik)
   ============================================================================== */
.service-modal-hero-matrix {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.75rem;
}

.service-process-alert {
    display: flex;
    align-items: flex-start;
    gap: 0.95rem;
    padding: 1.2rem 1.4rem;
    border-radius: 16px;
    background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
    border: 1.5px solid #c4b5fd;
    color: #334155;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.6;
    box-shadow: 0 4px 16px rgba(124, 58, 237, 0.08);
}

.service-process-alert i {
    color: #7c3aed;
    font-size: 1.35rem;
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.service-process-alert strong {
    color: #1e1b4b;
    font-weight: 800;
}

.service-hero-cards-grid,
.service-modal-hero-matrix.software-matrix {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
}

.service-hero-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.35rem 1.45rem;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.service-hero-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3.5px;
    background: linear-gradient(90deg, #38bdf8, #818cf8);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-hero-card:hover {
    border-color: #6366f1;
    background: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(99, 102, 241, 0.14);
}

.service-hero-card:hover::before {
    opacity: 1;
}

.service-hero-card .hero-card-icon {
    font-size: 1.85rem;
    margin-bottom: 0.75rem;
}

.service-hero-card h5 {
    color: #0f172a;
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 0.45rem;
}

.service-hero-card p {
    color: #475569;
    font-size: 0.86rem;
    line-height: 1.55;
    margin-bottom: 0.95rem;
}

.service-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.service-card-tags span {
    font-size: 0.72rem;
    font-family: var(--font-mono);
    font-weight: 700;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #334155;
    padding: 0.25rem 0.55rem;
    border-radius: 6px;
}

/* ==============================================================================
   İŞ AKIŞI YOL HARİTASI (Workflow Timeline)
   ============================================================================== */
.service-timeline-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.timeline-step-item {
    display: flex;
    align-items: flex-start;
    gap: 1.15rem;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 1.2rem 1.35rem;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
    transition: all 0.25s ease;
}

.timeline-step-item:hover {
    background: #faf5ff;
    border-color: #818cf8;
    transform: translateX(4px);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.1);
}

.timeline-step-num {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #0284c7, #4f46e5);
    color: #ffffff;
    font-weight: 900;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.35);
}

.timeline-step-content h6 {
    color: #0f172a;
    font-size: 0.98rem;
    font-weight: 800;
    margin-bottom: 0.3rem;
}

.timeline-step-content p {
    color: #475569;
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0;
}

/* ==============================================================================
   GÜVENCELER & STANDARTLAR IZGARASI
   ============================================================================== */
.service-standards-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.standard-card-item {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 1.15rem 1.25rem;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
    display: flex;
    align-items: flex-start;
    gap: 0.95rem;
    transition: all 0.25s ease;
}

.standard-card-item:hover {
    border-color: #6366f1;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.1);
}

.standard-card-item i {
    font-size: 1.45rem;
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.standard-card-item h6 {
    color: #0f172a;
    font-size: 0.95rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
}

.standard-card-item p {
    color: #475569;
    font-size: 0.82rem;
    line-height: 1.45;
    margin: 0;
}

@media (max-width: 768px) {
    .service-hero-cards-grid,
    .service-modal-hero-matrix.software-matrix,
    .service-standards-grid {
        grid-template-columns: 1fr;
    }
}

.modal-btn-live:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(79, 70, 229, 0.5);
    text-decoration: none;
}

.modal-btn-contact {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.85rem 1.4rem;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    color: #0f172a !important;
    font-size: 0.92rem;
    font-weight: 800;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.modal-btn-contact:hover {
    border-color: #0f172a;
    background: #0f172a;
    color: #ffffff !important;
    transform: translateY(-2px);
    text-decoration: none;
}

/* ==============================================================================
   KOMPAKT & RENKLİ HİZMET VİTRİNİ (Mini Dual-Showcase Banners)
   ============================================================================== */
.mini-showcase-section {
    padding: 4rem 0 3.5rem;
    position: relative;
    z-index: 10;
    background: linear-gradient(180deg, #080c16 0%, #0b1120 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mini-showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.mini-showcase-card {
    background: #090e1a;
    border-radius: 20px;
    padding: 1.65rem 1.8rem;
    position: relative;
    overflow: hidden;
    border: 1.5px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 35px -10px rgba(0, 0, 0, 0.5);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mini-showcase-card--software {
    border-color: rgba(56, 189, 248, 0.28);
    background: linear-gradient(145deg, #090e1a 0%, #0b1528 100%);
}

.mini-showcase-card--software:hover {
    border-color: #38bdf8;
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 30px rgba(56, 189, 248, 0.2);
}

.mini-showcase-card--gaming {
    border-color: rgba(168, 85, 247, 0.28);
    background: linear-gradient(145deg, #090e1a 0%, #150d24 100%);
}

.mini-showcase-card--gaming:hover {
    border-color: #a855f7;
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 30px rgba(168, 85, 247, 0.2);
}

/* Üst Başlık & Hap Etiketler */
.mini-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.mini-tag {
    font-size: 0.7rem;
    font-weight: 800;
    font-family: var(--font-mono);
    padding: 0.25rem 0.65rem;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    letter-spacing: 0.04em;
}

.cyan-tag {
    background: rgba(6, 182, 212, 0.15);
    color: #38bdf8;
    border: 1px solid rgba(6, 182, 212, 0.35);
}

.violet-tag {
    background: rgba(168, 85, 247, 0.15);
    color: #c084fc;
    border: 1px solid rgba(168, 85, 247, 0.35);
}

.mini-floating-pills {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.mini-floating-pills span {
    font-size: 0.68rem;
    font-weight: 700;
    font-family: var(--font-mono);
    background: rgba(255, 255, 255, 0.06);
    color: #cbd5e1;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.mini-card-title {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 0.45rem;
    letter-spacing: -0.02em;
}

.mini-showcase-card--software .mini-card-title span {
    background: linear-gradient(135deg, #38bdf8, #818cf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mini-showcase-card--gaming .mini-card-title span {
    background: linear-gradient(135deg, #c084fc, #f472b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mini-card-desc {
    color: #94a3b8;
    font-size: 0.85rem;
    line-height: 1.45;
    margin-bottom: 0.95rem;
}

.mini-badges-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1.2rem;
}

.badge-item {
    font-size: 0.73rem;
    font-weight: 700;
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    color: #e2e8f0;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

/* Aksiyon Butonları */
.mini-card-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.mini-btn-detail {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.65rem 1rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mini-btn-detail:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
}

.mini-btn-cta {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.65rem 1rem;
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.2s ease;
}

.cyan-cta {
    background: linear-gradient(135deg, #0284c7, #4f46e5);
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.3);
}

.cyan-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(2, 132, 199, 0.45);
    text-decoration: none;
}

.violet-cta {
    background: linear-gradient(135deg, #7c3aed, #db2777);
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(124, 58, 237, 0.3);
}

.violet-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(124, 58, 237, 0.45);
    text-decoration: none;
}

/* ==============================================================================
   ULTRA SERVICE CARDS (Sitem Orijinal 1:1 3D Flip Mimarisi)
   ============================================================================== */
.services-main-section {
    padding: 2rem 0 6.5rem;
    position: relative;
    z-index: 10;
    scroll-margin-top: 4rem;
    background: #f1f5f9;
    border-bottom: 1px solid #e2e8f0;
}

.services-header-wrap {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3.8rem;
}

.services-pill-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1.15rem;
    border-radius: 50px;
    background: #ede9fe;
    border: 1px solid #ddd6fe;
    color: #6366f1;
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.08);
}

.services-pill-badge i {
    font-size: 0.85rem;
    color: #6366f1;
}

.services-main-title {
    font-size: clamp(2.3rem, 4vw, 3.2rem);
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -0.04em;
    margin-bottom: 0.75rem;
    line-height: 1.15;
}

.services-main-subtitle {
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
}

.ultra-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.ultra-service-card {
    position: relative;
    height: 480px;
    perspective: 1500px;
    cursor: pointer;
}

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 24px;
    padding: 2.3rem 2rem;
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-front {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    transform: rotateY(0deg);
    z-index: 2;
}

.card-back {
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
    transform: rotateY(180deg);
    color: white;
}

.card-back.design-back {
    background: linear-gradient(135deg, #db2777 0%, #ec4899 100%);
}

.card-back.mobile-back {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.card-back.desktop-back {
    background: linear-gradient(135deg, #0284c7 0%, #1e40af 100%);
}

.card-back.ai-back {
    background: linear-gradient(135deg, #059669 0%, #064e3b 100%);
}

.card-back.gaming-back {
    background: linear-gradient(135deg, #7c3aed 0%, #4c1d95 100%);
}

.ultra-service-card:hover .card-front,
.ultra-service-card.is-flipped .card-front {
    transform: rotateY(-180deg);
}

.ultra-service-card:hover .card-back,
.ultra-service-card.is-flipped .card-back {
    transform: rotateY(0deg);
}

/* ════════════════════════════════════════════════
   ICON WRAPPER - 3D ANIMATED
   ════════════════════════════════════════════════ */
.service-icon-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: iconFloat 6s ease-in-out infinite;
}

@keyframes iconFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-12px) rotate(5deg); }
    50% { transform: translateY(0) rotate(-5deg); }
    75% { transform: translateY(-8px) rotate(3deg); }
}

.icon-orbit {
    position: absolute;
    width: 130%;
    height: 130%;
    border: 2px dashed rgba(79, 70, 229, 0.25);
    border-radius: 50%;
    animation: orbitRotate 20s linear infinite;
}

@keyframes orbitRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.icon-core {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
    color: white;
    box-shadow:
        0 18px 36px rgba(79, 70, 229, 0.3),
        inset 0 2px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.ultra-service-card:hover .icon-core {
    transform: scale(1.1) rotate(10deg);
    box-shadow:
        0 26px 50px rgba(79, 70, 229, 0.5),
        inset 0 2px 0 rgba(255, 255, 255, 0.3);
}

.service-icon-wrapper.design .icon-core {
    background: linear-gradient(135deg, #db2777 0%, #ec4899 100%);
    box-shadow: 0 18px 36px rgba(219, 39, 119, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.2);
}

.service-icon-wrapper.mobile .icon-core {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    box-shadow: 0 18px 36px rgba(59, 130, 246, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.2);
}

.service-icon-wrapper.desktop .icon-core {
    background: linear-gradient(135deg, #0284c7 0%, #2563eb 100%);
    box-shadow: 0 18px 36px rgba(2, 132, 199, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.2);
}

.service-icon-wrapper.ai .icon-core {
    background: linear-gradient(135deg, #10b981 0%, #047857 100%);
    box-shadow: 0 18px 36px rgba(16, 185, 129, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.2);
}

.service-icon-wrapper.gaming .icon-core {
    background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
    box-shadow: 0 18px 36px rgba(139, 92, 246, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.2);
}

/* Particles */
.icon-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.icon-particles .particle {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #6366f1;
    border-radius: 50%;
    opacity: 0;
    animation: particleOrbit 4s infinite ease-in-out;
}

.icon-particles .particle:nth-child(1) { top: 0; left: 50%; animation-delay: 0s; }
.icon-particles .particle:nth-child(2) { top: 50%; right: 0; animation-delay: 1s; }
.icon-particles .particle:nth-child(3) { bottom: 0; left: 50%; animation-delay: 2s; }
.icon-particles .particle:nth-child(4) { top: 50%; left: 0; animation-delay: 3s; }

@keyframes particleOrbit {
    0%, 100% { transform: translate(0, 0) scale(0); opacity: 0; }
    50% { transform: translate(15px, -15px) scale(1); opacity: 1; }
}

/* CARD CONTENT - FRONT */
.service-title {
    font-size: 1.55rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0.4rem;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.service-brief {
    text-align: center;
    color: #64748b;
    font-size: 0.88rem;
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

.service-stats {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 1.25rem;
    padding: 1.1rem 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 1.75rem;
    font-weight: 900;
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.2rem;
    font-family: var(--font-mono);
}

.stat-label {
    display: block;
    font-size: 0.76rem;
    color: #64748b;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hover-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.8rem 1.2rem;
    background: #eef2ff;
    border-radius: 12px;
    color: #4f46e5;
    font-weight: 700;
    font-size: 0.88rem;
    transition: all 0.3s ease;
}

.ultra-service-card:hover .hover-indicator {
    background: #4f46e5;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(79, 70, 229, 0.35);
}

/* CARD CONTENT - BACK */
.back-title {
    font-size: 1.35rem;
    font-weight: 900;
    color: white;
    text-align: center;
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
}

.service-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.service-features-list li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: white;
    font-size: 0.88rem;
    font-weight: 600;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.service-features-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.service-features-list li i {
    font-size: 0.95rem;
    opacity: 0.95;
    flex-shrink: 0;
}

.back-cta {
    background: rgba(255, 255, 255, 0.2);
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    color: white !important;
    padding: 0.8rem 1.4rem;
    border-radius: 12px;
    font-weight: 800;
    font-size: 0.92rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
}

.back-cta:hover {
    background: white;
    color: #4f46e5 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* ==============================================================================
   YETENEKLERİM - DALGA ANİMASYONLU & 3D CYBER LİKİT KARTLAR (Skill Wave Cards)
   ============================================================================== */
.skills-wave-section {
    padding: 7rem 0 7.5rem;
    position: relative;
    overflow: hidden;
    scroll-margin-top: 4rem;
    background: #060913;
}

/* Renkli Kozmik Auralar ve Neon Işıklar (Arka Planı Renklendirir) */
.skills-wave-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 15% 20%, rgba(99, 102, 241, 0.28) 0%, transparent 50%),
        radial-gradient(circle at 85% 75%, rgba(236, 72, 153, 0.22) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(6, 182, 212, 0.18) 0%, transparent 60%),
        radial-gradient(circle at 75% 15%, rgba(168, 85, 247, 0.22) 0%, transparent 45%);
    pointer-events: none;
    z-index: 0;
}

.skills-wave-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
    opacity: 0.6;
    z-index: 0;
}

.skills-wave-section .container {
    position: relative;
    z-index: 1;
}

.skills-wave-section .section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3.5rem;
}

.skills-wave-section .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1.25rem;
    border-radius: 50px;
    background: rgba(99, 102, 241, 0.15);
    border: 1px solid rgba(99, 102, 241, 0.4);
    color: #a5b4fc;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    box-shadow: 0 0 25px rgba(99, 102, 241, 0.25);
    backdrop-filter: blur(10px);
}

.skills-wave-section .section-badge i {
    font-size: 0.9rem;
    color: #818cf8;
}

.skills-section-title {
    font-size: clamp(2.3rem, 4vw, 3.2rem);
    font-weight: 900;
    color: #ffffff !important;
    letter-spacing: -0.04em;
    margin-bottom: 0.75rem;
    line-height: 1.15;
    text-shadow: 0 0 35px rgba(99, 102, 241, 0.45);
}

.skills-section-desc {
    color: #94a3b8 !important;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
}

/* 12'li Kart Izgarası */
.skills-wave-container {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1.5rem;
    margin-bottom: 4.5rem;
}

/* Her Bir Likit Dalga Kartı (Deep Black Glass & Neon Glow) */
.skill-wave-card {
    position: relative;
    height: 195px;
    border-radius: 26px;
    overflow: hidden;
    cursor: default;
    background: #0f172a;
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-font-smoothing: antialiased;
    will-change: transform;
}

.skill-wave-card:hover {
    transform: translateY(-10px) scale(1.03);
    border-color: var(--skill-color);
    box-shadow: 0 20px 45px -10px var(--skill-glow),
                0 0 30px -5px var(--skill-glow),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Kartın Dinamik Dil Renk Değişkenleri */
.skill-wave-card[data-skill="html"] {
    --skill-color: #f97316;
    --skill-glow: rgba(249, 115, 22, 0.45);
    --skill-gradient: linear-gradient(180deg, rgba(249, 115, 22, 0.5) 0%, rgba(194, 65, 12, 0.85) 100%);
}
.skill-wave-card[data-skill="css"] {
    --skill-color: #3b82f6;
    --skill-glow: rgba(59, 130, 246, 0.45);
    --skill-gradient: linear-gradient(180deg, rgba(59, 130, 246, 0.5) 0%, rgba(29, 78, 216, 0.85) 100%);
}
.skill-wave-card[data-skill="js"] {
    --skill-color: #eab308;
    --skill-glow: rgba(234, 179, 8, 0.45);
    --skill-gradient: linear-gradient(180deg, rgba(234, 179, 8, 0.5) 0%, rgba(161, 98, 7, 0.85) 100%);
}
.skill-wave-card[data-skill="csharp"] {
    --skill-color: #a855f7;
    --skill-glow: rgba(168, 85, 247, 0.45);
    --skill-gradient: linear-gradient(180deg, rgba(168, 85, 247, 0.5) 0%, rgba(126, 34, 206, 0.85) 100%);
}
.skill-wave-card[data-skill="cpp"] {
    --skill-color: #0ea5e9;
    --skill-glow: rgba(14, 165, 233, 0.45);
    --skill-gradient: linear-gradient(180deg, rgba(14, 165, 233, 0.5) 0%, rgba(3, 105, 161, 0.85) 100%);
}
.skill-wave-card[data-skill="python"] {
    --skill-color: #38bdf8;
    --skill-glow: rgba(56, 189, 248, 0.45);
    --skill-gradient: linear-gradient(180deg, rgba(56, 189, 248, 0.5) 0%, rgba(30, 64, 175, 0.85) 100%);
}
.skill-wave-card[data-skill="react"] {
    --skill-color: #06b6d4;
    --skill-glow: rgba(6, 182, 212, 0.45);
    --skill-gradient: linear-gradient(180deg, rgba(6, 182, 212, 0.5) 0%, rgba(14, 116, 144, 0.85) 100%);
}
.skill-wave-card[data-skill="php"] {
    --skill-color: #818cf8;
    --skill-glow: rgba(129, 140, 248, 0.45);
    --skill-gradient: linear-gradient(180deg, rgba(129, 140, 248, 0.5) 0%, rgba(79, 70, 229, 0.85) 100%);
}
.skill-wave-card[data-skill="c"] {
    --skill-color: #94a3b8;
    --skill-glow: rgba(148, 163, 184, 0.45);
    --skill-gradient: linear-gradient(180deg, rgba(148, 163, 184, 0.5) 0%, rgba(71, 85, 105, 0.85) 100%);
}
.skill-wave-card[data-skill="arduino"] {
    --skill-color: #14b8a6;
    --skill-glow: rgba(20, 184, 166, 0.45);
    --skill-gradient: linear-gradient(180deg, rgba(20, 184, 166, 0.5) 0%, rgba(15, 118, 110, 0.85) 100%);
}
.skill-wave-card[data-skill="dart"] {
    --skill-color: #0284c7;
    --skill-glow: rgba(2, 132, 199, 0.45);
    --skill-gradient: linear-gradient(180deg, rgba(2, 132, 199, 0.5) 0%, rgba(7, 89, 133, 0.85) 100%);
}
.skill-wave-card[data-skill="assembly"] {
    --skill-color: #f43f5e;
    --skill-glow: rgba(244, 63, 94, 0.45);
    --skill-gradient: linear-gradient(180deg, rgba(244, 63, 94, 0.5) 0%, rgba(190, 18, 60, 0.85) 100%);
}

/* Likit Dalga Arka Planı (Görünür & Dinamik Dalgalanan Sıvı) */
.skill-wave-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.wave-layer-back,
.wave-layer-front {
    position: absolute;
    bottom: -15px;
    left: -50%;
    width: 200%;
    height: calc(var(--fill-percent, 50%) * 0.88 + 15px);
    border-radius: 40% 46% 0 0;
    will-change: transform;
}

.wave-layer-back {
    background: var(--skill-gradient);
    opacity: 0.45;
    animation: waveMotionBack 5s ease-in-out infinite alternate;
}

.wave-layer-front {
    background: var(--skill-gradient);
    opacity: 0.82;
    animation: waveMotionFront 3.4s ease-in-out infinite alternate;
    border-top: 2px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 -4px 15px var(--skill-color);
}

.wave-glow-crest {
    position: absolute;
    bottom: calc(var(--fill-percent, 50%) * 0.88 + 8px);
    left: 0;
    width: 100%;
    height: 16px;
    background: radial-gradient(ellipse at center, var(--skill-glow) 0%, transparent 70%);
    animation: waveGlowPulse 2.8s ease-in-out infinite;
    pointer-events: none;
    z-index: 2;
}

@keyframes waveMotionFront {
    0% {
        transform: translateX(-6%) translateY(0) rotate(0deg);
        border-radius: 40% 46% 0 0;
    }
    50% {
        transform: translateX(6%) translateY(-7px) rotate(2deg);
        border-radius: 46% 40% 0 0;
    }
    100% {
        transform: translateX(-6%) translateY(0) rotate(0deg);
        border-radius: 40% 46% 0 0;
    }
}

@keyframes waveMotionBack {
    0% {
        transform: translateX(6%) translateY(-5px) rotate(-2deg);
        border-radius: 46% 40% 0 0;
    }
    50% {
        transform: translateX(-6%) translateY(4px) rotate(2deg);
        border-radius: 40% 46% 0 0;
    }
    100% {
        transform: translateX(6%) translateY(-5px) rotate(-2deg);
        border-radius: 46% 40% 0 0;
    }
}

@keyframes waveGlowPulse {
    0%, 100% { opacity: 0.5; transform: scaleY(0.9); }
    50% { opacity: 1; transform: scaleY(1.3); }
}

/* Kart İçi İçerik (İkon, İsim, Yüzde) */
.skill-wave-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1.25rem 0.8rem;
    text-align: center;
    user-select: none;
    -webkit-font-smoothing: antialiased;
}

.skill-icon-box {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.85);
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.85rem;
    color: var(--skill-color);
    margin-bottom: 0.65rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.flutter-svg-icon {
    width: 28px;
    height: 32px;
    display: block;
    filter: drop-shadow(0 2px 8px rgba(2, 136, 209, 0.5));
}

.skill-wave-card:hover .skill-icon-box {
    transform: scale(1.12) rotate(-4deg);
    box-shadow: 0 12px 25px var(--skill-glow);
}

.skill-name {
    font-family: 'Plus Jakarta Sans', var(--font-main);
    font-size: 0.95rem;
    font-weight: 800;
    color: #ffffff !important;
    letter-spacing: -0.01em;
    margin-bottom: 0.45rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.skill-percent-badge {
    font-size: 0.78rem;
    font-weight: 800;
    font-family: var(--font-mono);
    color: var(--skill-color);
    background: rgba(15, 23, 42, 0.95);
    border: 1.5px solid var(--skill-color);
    padding: 0.18rem 0.65rem;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.03em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ==============================================================================
   SOFTWARE KNOWLEDGE ACCORDION (15 Yazılım Araç Seti)
   ============================================================================== */
.software-knowledge-section {
    margin-top: 2rem;
}

.software-accordion {
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 28px;
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 50px -15px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.software-accordion:hover {
    border-color: rgba(99, 102, 241, 0.4);
}

.accordion-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2.2rem;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    text-align: left;
    transition: background 0.3s ease;
}

.accordion-header:hover {
    background: rgba(255, 255, 255, 0.03);
}

.accordion-header-left {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.accordion-header-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.35);
    flex-shrink: 0;
}

.accordion-header-text {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.accordion-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.accordion-subtitle {
    font-size: 0.86rem;
    color: #94a3b8;
}

.accordion-header-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.software-count-badge {
    font-size: 0.78rem;
    font-weight: 800;
    color: #a5b4fc;
    background: rgba(99, 102, 241, 0.18);
    border: 1px solid rgba(99, 102, 241, 0.35);
    padding: 0.35rem 0.85rem;
    border-radius: 50px;
}

.accordion-arrow {
    font-size: 1.05rem;
    color: #94a3b8;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s ease;
}

.accordion-header.active .accordion-arrow {
    transform: rotate(180deg);
    color: #6366f1;
}

.accordion-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0.16, 1, 0.3, 1),
                opacity 0.4s ease,
                padding 0.4s ease;
    padding: 0 2.2rem;
}

.accordion-content.open {
    max-height: 1200px;
    opacity: 1;
    padding: 1rem 2.2rem 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.software-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
    gap: 1.15rem;
}

.software-item {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    padding: 0.95rem 1.15rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.software-item:hover {
    background: rgba(99, 102, 241, 0.1);
    transform: translateY(-4px);
    border-color: rgba(99, 102, 241, 0.4);
    box-shadow: 0 12px 25px -5px rgba(99, 102, 241, 0.25);
}

.software-info {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.software-name {
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 700;
}

.software-tag {
    color: #94a3b8;
    font-size: 0.74rem;
    font-weight: 600;
}

.software-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
}

.software-icon.premiere { background: linear-gradient(135deg, #9999ff 0%, #5050ff 100%); }
.software-icon.mediaencoder { background: linear-gradient(135deg, #9999ff 0%, #6b3fa0 100%); }
.software-icon.photoshop { background: linear-gradient(135deg, #31a8ff 0%, #001e36 100%); }
.software-icon.aftereffects { background: linear-gradient(135deg, #9999ff 0%, #7b30d8 100%); }
.software-icon.vscode { background: linear-gradient(135deg, #007acc 0%, #1f1f1f 100%); }
.software-icon.visualstudio { background: linear-gradient(135deg, #68217a 0%, #5c2d91 100%); }
.software-icon.figma { background: linear-gradient(135deg, #f24e1e 0%, #a259ff 100%); }
.software-icon.git { background: linear-gradient(135deg, #f05032 0%, #333 100%); }
.software-icon.sql { background: linear-gradient(135deg, #cc2927 0%, #333 100%); }
.software-icon.docker { background: linear-gradient(135deg, #2496ed 0%, #003f8c 100%); }
.software-icon.blender { background: linear-gradient(135deg, #f5792a 0%, #2b5797 100%); }
.software-icon.arduino { background: linear-gradient(135deg, #00979d 0%, #005c5f 100%); }
.software-icon.nodejs { background: linear-gradient(135deg, #339933 0%, #1a4d1a 100%); }
.software-icon.postman { background: linear-gradient(135deg, #ff6c37 0%, #c73b00 100%); }
.software-icon.notion { background: linear-gradient(135deg, #ffffff 0%, #cccccc 100%); color: #0f172a; }

/* ==============================================================================
   İNTERAKTİF WEB PROJE & BÜTÇE HESAPLAYICI (#estimator)
   ============================================================================== */
.web-estimator-section {
    padding: 7rem 0 4rem;
    position: relative;
    overflow: hidden;
    scroll-margin-top: 4rem;
    background: #060913;
}

.estimator-universe-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.estimator-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.22;
    animation: estOrbPulse 12s ease-in-out infinite alternate;
}

.estimator-orb-1 {
    top: 10%;
    right: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #6366f1 0%, transparent 70%);
}

.estimator-orb-2 {
    bottom: 10%;
    left: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #06b6d4 0%, transparent 70%);
    animation-delay: -6s;
}

@keyframes estOrbPulse {
    0% { transform: scale(0.95) translate(0, 0); opacity: 0.18; }
    50% { transform: scale(1.15) translate(-20px, 20px); opacity: 0.3; }
    100% { transform: scale(0.95) translate(0, 0); opacity: 0.18; }
}

.web-estimator-section .container {
    position: relative;
    z-index: 1;
}

.web-estimator-section .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1.15rem;
    border-radius: 50px;
    background: rgba(99, 102, 241, 0.12);
    border: 1px solid rgba(99, 102, 241, 0.35);
    color: #c7d2fe;
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 1.1rem;
    box-shadow: 0 0 20px rgba(99, 102, 241, 0.2);
}

.web-estimator-section .section-badge i {
    color: #818cf8;
    font-size: 0.85rem;
}

.estimator-header-center {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 2.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.estimator-section-title {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-size: clamp(1.85rem, 3.2vw, 2.5rem);
    font-weight: 800;
    color: #ffffff !important;
    letter-spacing: -0.03em;
    margin-bottom: 0.75rem;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0 0 35px rgba(99, 102, 241, 0.4);
}

.estimator-section-desc {
    color: #94a3b8 !important;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 auto;
    text-align: center;
    max-width: 620px;
}

/* Ana Hesaplayıcı Izgarası */
.estimator-grid-layout {
    display: grid;
    grid-template-columns: 6.6fr 4.4fr;
    gap: 1.75rem;
    align-items: start;
}

.estimator-options-column {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

/* Adım Kartı (Kompakt & Dengeli Oranlar) */
.estimator-step-card {
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 1.35rem 1.5rem;
    box-shadow: 0 20px 50px -15px rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.estimator-step-card:hover {
    border-color: rgba(99, 102, 241, 0.35);
}

.step-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.step-badge-pill {
    padding: 0.22rem 0.65rem;
    border-radius: 50px;
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    font-family: var(--font-mono);
    box-shadow: 0 0 12px rgba(79, 70, 229, 0.4);
}

.step-card-heading {
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.01em;
}

/* 1. Web Türü Kartları (Radio) */
.estimator-types-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.est-type-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1.5px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
    user-select: none;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.est-type-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.est-type-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.est-type-card.active {
    background: rgba(99, 102, 241, 0.12);
    border-color: #6366f1;
    box-shadow: 0 8px 25px -10px rgba(99, 102, 241, 0.4), inset 0 0 15px rgba(99, 102, 241, 0.08);
}

.est-type-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a5b4fc;
    font-size: 1rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.est-type-card.active .est-type-icon {
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
    color: #ffffff;
    box-shadow: 0 0 16px rgba(99, 102, 241, 0.5);
}

.est-type-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

.est-type-info h5 {
    font-size: 0.88rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.01em;
}

.est-type-info p {
    font-size: 0.72rem;
    color: #94a3b8;
    line-height: 1.35;
    margin: 0;
}

.est-type-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.25rem;
    font-size: 0.7rem;
    color: #cbd5e1;
    font-weight: 600;
}

.est-type-meta i {
    color: #818cf8;
}

.est-price-tag {
    font-family: var(--font-mono);
    color: #34d399;
    font-weight: 800;
}

.est-check-indicator {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    color: #6366f1;
    font-size: 1rem;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.est-type-card.active .est-check-indicator {
    opacity: 1;
    transform: scale(1);
}

/* 2. Modül Kartları (Checkbox) */
.estimator-modules-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem;
}

.est-module-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0.95rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1.5px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
    user-select: none;
    transition: all 0.25s ease;
}

.est-module-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.est-module-item:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.18);
}

.est-module-item.active {
    background: rgba(99, 102, 241, 0.1);
    border-color: rgba(99, 102, 241, 0.6);
    box-shadow: 0 6px 20px -8px rgba(99, 102, 241, 0.35);
}

.module-check-box {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: rgba(15, 23, 42, 0.9);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 0.1rem;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    color: transparent;
    font-size: 0.7rem;
}

.est-module-item.active .module-check-box {
    background: #6366f1;
    border-color: #818cf8;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(99, 102, 241, 0.5);
}

.module-content {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    flex: 1;
}

.module-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.4rem;
}

.module-top h6 {
    font-size: 0.82rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.module-top h6 i {
    color: #818cf8;
    font-size: 0.8rem;
}

.module-add-price {
    font-size: 0.72rem;
    font-weight: 800;
    color: #38bdf8;
    font-family: var(--font-mono);
    background: rgba(56, 189, 248, 0.1);
    padding: 0.1rem 0.4rem;
    border-radius: 5px;
    border: 1px solid rgba(56, 189, 248, 0.25);
    white-space: nowrap;
}

.module-content p {
    font-size: 0.7rem;
    color: #94a3b8;
    line-height: 1.35;
    margin: 0;
}

/* SAĞ SÜTUN: STICKY CANLI HESAPLAMA KARTI */
.estimator-summary-column {
    position: sticky;
    top: 110px;
}

.est-summary-card {
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1.5px solid rgba(99, 102, 241, 0.35);
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 45px rgba(99, 102, 241, 0.18);
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    position: relative;
    overflow: hidden;
}

.est-summary-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #38bdf8, #6366f1, #ec4899);
}

.summary-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.summary-head-title {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: #ffffff;
}

.summary-head-title i {
    color: #818cf8;
}

.summary-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.25rem 0.65rem;
    border-radius: 30px;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: #34d399;
    font-size: 0.72rem;
    font-weight: 800;
}

.pulse-green {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 8px #10b981;
    animation: radarPulse 2s infinite;
}

.summary-selected-base {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.summary-label {
    font-size: 0.75rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.summary-selected-base h5 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
}

.summary-modules-box {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 1rem 1.15rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.summary-modules-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.summary-count-badge {
    font-size: 0.72rem;
    font-weight: 800;
    color: #818cf8;
    background: rgba(99, 102, 241, 0.15);
    padding: 0.15rem 0.5rem;
    border-radius: 20px;
    font-family: var(--font-mono);
}

.summary-modules-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    max-height: 120px;
    overflow-y: auto;
}

.summary-modules-list li {
    font-size: 0.78rem;
    color: #cbd5e1;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.summary-modules-list li i {
    color: #10b981;
    font-size: 0.72rem;
}

/* Metrikler */
.summary-metrics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
}

.summary-metric-card {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem 1.15rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.summary-metric-card.highlight {
    background: rgba(99, 102, 241, 0.12);
    border-color: rgba(99, 102, 241, 0.4);
}

.metric-icon-wrap {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #818cf8;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.summary-metric-card.highlight .metric-icon-wrap {
    background: #6366f1;
    color: #ffffff;
    box-shadow: 0 0 15px rgba(99, 102, 241, 0.6);
}

.metric-label {
    display: block;
    font-size: 0.7rem;
    color: #94a3b8;
    font-weight: 700;
}

.metric-value {
    display: block;
    font-size: 0.95rem;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.01em;
}

.metric-value.price {
    color: #34d399;
    font-family: var(--font-mono);
    font-size: 1.15rem;
    text-shadow: 0 0 15px rgba(52, 211, 153, 0.4);
}

/* Standartlar */
.summary-included-standards {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.standards-title {
    font-size: 0.72rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.standards-chips {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem;
}

.standards-chips span {
    font-size: 0.7rem;
    font-weight: 700;
    color: #cbd5e1;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 0.35rem 0.55rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.standards-chips span i {
    color: #818cf8;
    font-size: 0.7rem;
}

/* Buton */
.btn-est-convert-to-quote {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem 1.6rem;
    border-radius: 18px;
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 50%, #ec4899 100%);
    background-size: 200% auto;
    border: none;
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 12px 30px -5px rgba(99, 102, 241, 0.5);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-est-convert-to-quote:hover {
    background-position: right center;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 18px 40px -5px rgba(236, 72, 153, 0.5), 0 0 25px rgba(99, 102, 241, 0.4);
}

.btn-convert-content {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.convert-arrow {
    transition: transform 0.3s ease;
}

.btn-est-convert-to-quote:hover .convert-arrow {
    transform: translateY(4px);
}

.summary-disclaimer {
    font-size: 0.68rem;
    color: #64748b;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

/* Responsive */
@media (max-width: 991px) {
    .estimator-grid-layout {
        grid-template-columns: 1fr;
    }
    .estimator-summary-column {
        position: static;
    }
    .estimator-types-grid, .estimator-modules-grid {
        grid-template-columns: 1fr;
    }
}

/* ==============================================================================
   İLETİŞİM BÖLÜMÜ (Cyber Interactive Contact & Luxury Glass Form)
   ============================================================================== */
.cyber-contact-section {
    padding: 7.5rem 0 5rem;
    position: relative;
    overflow: hidden;
    scroll-margin-top: 4rem;
    background: #050811;
}

/* Kozmik Arka Plan Işıkları ve Parçacıklar */
.contact-universe-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.contact-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.25;
    animation: contactOrbPulse 10s ease-in-out infinite alternate;
}

.contact-orb-1 {
    top: 5%;
    left: -10%;
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, #6366f1 0%, transparent 70%);
}

.contact-orb-2 {
    bottom: 10%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #ec4899 0%, transparent 70%);
    animation-delay: -4s;
}

.contact-orb-3 {
    top: 40%;
    right: 25%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, #06b6d4 0%, transparent 70%);
    animation-delay: -7s;
}

@keyframes contactOrbPulse {
    0% { transform: scale(0.9) translate(0, 0); opacity: 0.2; }
    50% { transform: scale(1.15) translate(20px, -20px); opacity: 0.35; }
    100% { transform: scale(0.9) translate(0, 0); opacity: 0.2; }
}

.cyber-contact-section .container {
    position: relative;
    z-index: 1;
}

/* Tam Simetrik & Ortalı Başlık Tasarımı */
.contact-header-center {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 3.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-header-center .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1.25rem;
    border-radius: 50px;
    background: rgba(99, 102, 241, 0.15);
    border: 1px solid rgba(99, 102, 241, 0.4);
    color: #a5b4fc;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    box-shadow: 0 0 25px rgba(99, 102, 241, 0.25);
    backdrop-filter: blur(10px);
}

.contact-section-title {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 900;
    color: #ffffff !important;
    letter-spacing: -0.035em;
    margin-bottom: 0.85rem;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0 0 35px rgba(99, 102, 241, 0.45);
}

.contact-section-desc {
    color: #94a3b8 !important;
    font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 auto;
    text-align: center;
    max-width: 650px;
}

/* 2 Kolonlu Ana Izgara (Eşit & Dengeli) */
.contact-main-grid {
    display: grid;
    grid-template-columns: 4.5fr 5.5fr;
    gap: 2.25rem;
    align-items: stretch;
    margin-bottom: 4rem;
}

/* ==============================================================================
   SOL KOLON: ÇALIŞMA STANDARTLARI & HIZLI KANALLAR
   ============================================================================== */
.contact-hub-card {
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 2.2rem 2rem;
    box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.25rem;
    position: relative;
    overflow: hidden;
}

.contact-hub-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #6366f1, #ec4899, #06b6d4);
}

/* Canlı Müsaitlik Barı */
.hub-availability-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.95rem 1.25rem;
    border-radius: 20px;
    background: rgba(16, 185, 129, 0.08);
    border: 1px solid rgba(16, 185, 129, 0.25);
}

.hub-radar-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #10b981;
    position: relative;
    flex-shrink: 0;
    box-shadow: 0 0 12px #10b981;
}

.hub-radar-dot::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid #10b981;
    animation: radarPulse 2s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}

@keyframes radarPulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(2.8); opacity: 0; }
}

.hub-availability-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    flex: 1;
}

.hub-availability-text strong {
    color: #34d399;
    font-size: 0.88rem;
    font-weight: 700;
}

.hub-availability-text span {
    color: #94a3b8;
    font-size: 0.74rem;
}

.hub-security-badge {
    font-size: 0.72rem;
    font-weight: 700;
    color: #a5b4fc;
    background: rgba(99, 102, 241, 0.18);
    border: 1px solid rgba(99, 102, 241, 0.35);
    padding: 0.3rem 0.65rem;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
}

/* 4'lü Hizmet Güvencesi ve Çalışma Standartları */
.hub-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.hub-feature-item {
    padding: 1.25rem 1.15rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 142px;
    justify-content: flex-start;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.hub-feature-item:hover {
    background: rgba(99, 102, 241, 0.08);
    border-color: rgba(99, 102, 241, 0.35);
    transform: translateY(-3px);
}

.feature-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.25) 0%, rgba(236, 72, 153, 0.25) 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a5b4fc;
    font-size: 1.15rem;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
}

.feature-icon.icon-bolt {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.2) 0%, rgba(239, 68, 68, 0.2) 100%);
    border-color: rgba(245, 158, 11, 0.35);
    color: #fbbf24;
}

.feature-icon.icon-branch {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.2) 0%, rgba(168, 85, 247, 0.2) 100%);
    border-color: rgba(99, 102, 241, 0.35);
    color: #a5b4fc;
}

.feature-icon.icon-shield {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.2) 0%, rgba(16, 185, 129, 0.2) 100%);
    border-color: rgba(6, 182, 212, 0.35);
    color: #38bdf8;
}

.feature-icon.icon-headset {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.2) 0%, rgba(217, 70, 239, 0.2) 100%);
    border-color: rgba(236, 72, 153, 0.35);
    color: #f472b6;
}

.feature-text h6 {
    font-size: 0.9rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 0.25rem;
    letter-spacing: -0.01em;
}

.feature-text p {
    font-size: 0.76rem;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0;
}

/* 3 Adımlı Şeffaf Proje Süreci & Yol Haritası */
.hub-workflow-box {
    padding: 1.25rem 1.35rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: all 0.3s ease;
}

.hub-workflow-box:hover {
    border-color: rgba(99, 102, 241, 0.3);
    background: rgba(99, 102, 241, 0.03);
}

.workflow-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.workflow-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.84rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.01em;
}

.workflow-badge i {
    color: #6366f1;
    font-size: 0.92rem;
}

.workflow-tag {
    font-size: 0.72rem;
    font-weight: 700;
    color: #fbbf24;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.3);
    padding: 0.25rem 0.65rem;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.workflow-steps-track {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.workflow-step-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    position: relative;
}

.step-num {
    width: 28px;
    height: 28px;
    border-radius: 9px;
    background: rgba(99, 102, 241, 0.15);
    border: 1px solid rgba(99, 102, 241, 0.35);
    color: #a5b4fc;
    font-size: 0.75rem;
    font-weight: 900;
    font-family: var(--font-mono);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.step-text h6 {
    font-size: 0.84rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.15rem;
}

.step-text p {
    font-size: 0.73rem;
    color: #94a3b8;
    line-height: 1.4;
    margin: 0;
}

/* SLA & Güvenilirlik Taahhüt Kartı */
.hub-guarantee-card {
    padding: 1.15rem 1.25rem;
    border-radius: 20px;
    background: rgba(16, 185, 129, 0.04);
    border: 1px solid rgba(16, 185, 129, 0.18);
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    transition: all 0.3s ease;
}

.hub-guarantee-card:hover {
    border-color: rgba(16, 185, 129, 0.35);
    background: rgba(16, 185, 129, 0.07);
}

.guarantee-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.guarantee-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.84rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.01em;
}

.guarantee-badge i {
    color: #10b981;
    font-size: 0.95rem;
}

.guarantee-status-chip {
    font-size: 0.70rem;
    font-weight: 800;
    color: #34d399;
    background: rgba(16, 185, 129, 0.14);
    border: 1px solid rgba(16, 185, 129, 0.3);
    padding: 0.2rem 0.6rem;
    border-radius: 30px;
    letter-spacing: 0.02em;
}

.guarantee-grid {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.guarantee-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.guarantee-item i {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: #34d399;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.guarantee-item div {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.guarantee-item strong {
    font-size: 0.82rem;
    font-weight: 750;
    color: #f1f5f9;
}

.guarantee-item span {
    font-size: 0.73rem;
    color: #94a3b8;
    line-height: 1.35;
}

/* Sosyal Hub */
.hub-socials-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0;
    padding-top: 0.25rem;
}

.hub-socials-title {
    font-size: 0.82rem;
    font-weight: 700;
    color: #94a3b8;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hub-socials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.hub-social-chip {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #e2e8f0;
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 700;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.hub-social-chip:hover {
    color: #ffffff;
    transform: translateY(-3px);
}

.chip-bionluk-icon {
    font-weight: 900;
    font-size: 1rem;
    color: #f97316;
}

.hub-social-chip.bionluk:hover { background: #f97316; border-color: #f97316; box-shadow: 0 8px 20px rgba(249, 115, 22, 0.4); }
.hub-social-chip.bionluk:hover .chip-bionluk-icon { color: #ffffff; }
.hub-social-chip.github:hover { background: #24292e; border-color: #ffffff; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); }
.hub-social-chip.linkedin:hover { background: #0a66c2; border-color: #0a66c2; box-shadow: 0 8px 20px rgba(10, 102, 194, 0.4); }
.hub-social-chip.instagram:hover { background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af); border-color: #dd2a7b; box-shadow: 0 8px 20px rgba(221, 42, 123, 0.4); }

/* ==============================================================================
   SAĞ KOLON: HAREKETLİ SİBER İLETİŞİM FORMU
   ============================================================================== */
.contact-form-card {
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 2.5rem 2.5rem;
    box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    position: relative;
    overflow: hidden;
}

.contact-form-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #06b6d4, #6366f1, #ec4899);
}

.form-card-header {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.form-header-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #818cf8;
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.form-card-title {
    font-size: 1.75rem;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.03em;
    margin: 0;
}

.form-card-desc {
    color: #94a3b8;
    font-size: 0.94rem;
    line-height: 1.55;
    margin: 0;
}

.cyber-interactive-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group-block {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.form-block-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.86rem;
    font-weight: 700;
    color: #e2e8f0;
}

.form-block-label i {
    color: #6366f1;
}

/* Hizmet & Bütçe Pill Seçicileri */
.service-pill-selector,
.budget-pill-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.service-pill,
.budget-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1rem;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #94a3b8;
    font-size: 0.84rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    user-select: none;
}

.service-pill input,
.budget-pill input {
    display: none;
}

.service-pill:hover,
.budget-pill:hover {
    background: rgba(99, 102, 241, 0.1);
    color: #ffffff;
    border-color: rgba(99, 102, 241, 0.4);
    transform: translateY(-2px);
}

.service-pill.active,
.budget-pill.active {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.25) 0%, rgba(236, 72, 153, 0.25) 100%);
    border-color: #6366f1;
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
}

.service-pill.active i {
    color: #818cf8;
}

/* Yan Yana İsim & E-Posta */
.form-inputs-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

/* Floating Label Alanları */
.floating-input-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
}

.floating-input {
    width: 100%;
    height: 56px;
    padding: 1.2rem 1.15rem 0.35rem 2.85rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    outline: none;
    transition: all 0.3s ease;
    font-family: inherit;
}

.floating-input:hover {
    border-color: rgba(255, 255, 255, 0.2);
}

.floating-input:focus {
    background: rgba(15, 23, 42, 0.95);
    border-color: #6366f1;
    box-shadow: 0 0 25px rgba(99, 102, 241, 0.25);
}

.floating-input-wrap.textarea-wrap {
    height: auto;
}

.floating-textarea {
    height: 120px !important;
    padding-top: 1.5rem !important;
    resize: vertical;
    min-height: 100px;
}

.floating-label {
    position: absolute;
    top: 18px;
    left: 2.85rem;
    font-size: 0.92rem;
    color: #94a3b8;
    pointer-events: none;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    font-weight: 500;
}

.floating-input:focus ~ .floating-label,
.floating-input:not(:placeholder-shown) ~ .floating-label {
    top: 6px;
    left: 2.85rem;
    font-size: 0.72rem;
    font-weight: 700;
    color: #818cf8;
    letter-spacing: 0.02em;
}

.input-icon {
    position: absolute;
    top: 18px;
    left: 1rem;
    font-size: 1.05rem;
    color: #64748b;
    pointer-events: none;
    transition: color 0.3s ease;
}

.floating-input:focus ~ .input-icon {
    color: #6366f1;
}

.input-glow-bar {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #6366f1, #ec4899);
    transition: width 0.35s ease, left 0.35s ease;
    border-radius: 0 0 16px 16px;
}

.floating-input:focus ~ .input-glow-bar {
    width: 100%;
    left: 0;
}

.input-meta-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.35rem 0.5rem 0;
    font-size: 0.72rem;
    color: #64748b;
}

.input-constraint-hint {
    color: #64748b;
}

.input-char-counter {
    font-family: var(--font-mono);
    color: #94a3b8;
    font-weight: 600;
}

/* ==============================================================================
   KVKK & AÇIK RIZA ONAY KUTUSU (Custom Cyber Checkbox)
   ============================================================================== */
.form-terms-consent-block {
    padding: 1.15rem 1.25rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1.5px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.form-terms-consent-block:hover {
    border-color: rgba(99, 102, 241, 0.3);
    background: rgba(99, 102, 241, 0.04);
}

.custom-checkbox-wrap {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    cursor: pointer;
    user-select: none;
    margin: 0;
}

.custom-checkbox-wrap input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox-box {
    width: 22px;
    height: 22px;
    border-radius: 7px;
    background: rgba(15, 23, 42, 0.9);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 0.15rem;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    color: transparent;
    font-size: 0.75rem;
}

.custom-checkbox-wrap input:checked ~ .custom-checkbox-box {
    background: #6366f1;
    border-color: #818cf8;
    color: #ffffff;
    box-shadow: 0 0 15px rgba(99, 102, 241, 0.6);
}

.checkbox-label-text {
    font-size: 0.82rem;
    color: #cbd5e1;
    line-height: 1.55;
}

.checkbox-label-text a {
    color: #818cf8;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.checkbox-label-text a:hover {
    color: #a5b4fc;
}

.legal-sub-clause {
    display: block;
    font-size: 0.72rem;
    color: #94a3b8;
    margin-top: 0.45rem;
    line-height: 1.45;
    font-style: italic;
}

/* Form Bildirim Barları */
.form-alert-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-radius: 16px;
    animation: alertSlideDown 0.35s ease-out;
}

@keyframes alertSlideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.form-alert-box.success {
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.4);
    color: #34d399;
}

.form-alert-box.success i {
    font-size: 1.6rem;
    color: #10b981;
}

.form-alert-box.success p {
    color: #a7f3d0;
    font-size: 0.84rem;
    margin: 0;
}

.form-alert-box.error {
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.4);
    color: #f87171;
}

.form-alert-box.error i {
    font-size: 1.6rem;
    color: #ef4444;
}

.form-alert-box.error p {
    color: #fecaca;
    font-size: 0.84rem;
    margin: 0;
}

/* ==============================================================================
   İNTERAKTİF YASAL & KVKK İNCELEME MODALI (Kapsamlı 4 Sekmeli Yasal Çerçeve)
   ============================================================================== */
.legal-popup-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.legal-popup-modal.active {
    opacity: 1;
    visibility: visible;
}

.legal-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 7, 18, 0.88);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.legal-popup-dialog {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 820px;
    max-height: 88vh;
    background: #0f172a;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 28px;
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.9), 0 0 50px rgba(99, 102, 241, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: scale(0.92) translateY(20px);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.legal-popup-modal.active .legal-popup-dialog {
    transform: scale(1) translateY(0);
}

.legal-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1.8rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-popup-header-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.legal-popup-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.3rem;
    box-shadow: 0 6px 16px rgba(79, 70, 229, 0.35);
}

.legal-popup-header-left h4 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 0.2rem;
}

.legal-popup-version {
    font-size: 0.74rem;
    color: #818cf8;
    font-weight: 600;
}

.legal-popup-close-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.1rem;
    transition: all 0.25s ease;
}

.legal-popup-close-btn:hover {
    background: #ef4444;
    color: #ffffff;
    border-color: #ef4444;
}

.legal-modal-tabs {
    display: flex;
    background: rgba(255, 255, 255, 0.02);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 0.6rem 1.5rem;
    gap: 0.5rem;
    overflow-x: auto;
}

.legal-m-tab {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1.15rem;
    border-radius: 50px;
    background: transparent;
    border: 1px solid transparent;
    color: #94a3b8;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.legal-m-tab:hover {
    color: #ffffff;
}

.legal-m-tab.active {
    background: rgba(99, 102, 241, 0.2);
    border-color: #6366f1;
    color: #a5b4fc;
}

.legal-popup-body {
    padding: 1.8rem 2rem;
    overflow-y: auto;
    max-height: calc(88vh - 220px);
    color: #cbd5e1;
    line-height: 1.75;
}

.legal-m-pane {
    display: none;
    animation: fadeInLegalTab 0.3s ease;
}

.legal-m-pane.active {
    display: block;
}

@keyframes fadeInLegalTab {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

.legal-m-pane h5 {
    font-size: 1.15rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.95rem;
}

.legal-m-pane p {
    font-size: 0.92rem;
    margin-bottom: 0.85rem;
    color: #cbd5e1;
}

.legal-popup-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 1.8rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
}

.btn-full-legal {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #818cf8;
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
}

.btn-full-legal:hover {
    color: #a5b4fc;
    text-decoration: underline;
}

.btn-custom-legal-accept {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.65rem 1.35rem;
    border-radius: 12px;
    background: linear-gradient(135deg, #6366f1 0%, #7c3aed 100%);
    border: none;
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(99, 102, 241, 0.45);
    transition: all 0.25s ease;
}

.btn-custom-legal-accept:hover {
    background: linear-gradient(135deg, #4f46e5 0%, #6d28d9 100%);
    box-shadow: 0 0 30px rgba(99, 102, 241, 0.7);
}

.btn-close-legal {
    padding: 0.65rem 1.35rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #e2e8f0;
    font-weight: 700;
    font-size: 0.86rem;
    cursor: pointer;
    transition: all 0.25s ease;
}

.btn-close-legal:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

/* Gönder Butonu */
.form-submit-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin-top: 0.5rem;
}

.btn-contact-submit {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.05rem 2.2rem;
    border-radius: 18px;
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 50%, #ec4899 100%);
    background-size: 200% auto;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 0.98rem;
    font-weight: 800;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 12px 30px -5px rgba(99, 102, 241, 0.45);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-contact-submit:hover {
    background-position: right center;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 18px 40px -5px rgba(236, 72, 153, 0.45), 0 0 25px rgba(99, 102, 241, 0.35);
}

.btn-contact-submit:active {
    transform: translateY(0) scale(0.97);
}

.btn-submit-content {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    position: relative;
    z-index: 2;
}

.btn-plane-anim {
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-block;
}

.btn-contact-submit:hover .btn-plane-anim {
    transform: translateX(4px) translateY(-3px) rotate(12deg);
}

.btn-contact-submit.btn-launching .btn-plane-anim {
    animation: planeFlyAway 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.btn-contact-submit.btn-error-shake {
    animation: shakeAlert 0.45s cubic-bezier(0.36, 0.07, 0.19, 0.97) both !important;
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%) !important;
    box-shadow: 0 0 25px rgba(239, 68, 68, 0.5) !important;
}

@keyframes planeFlyAway {
    0% { transform: scale(1) translate(0, 0) rotate(0deg); opacity: 1; }
    50% { transform: scale(1.4) translate(15px, -15px) rotate(20deg); opacity: 0.8; }
    100% { transform: scale(0.3) translate(45px, -45px) rotate(45deg); opacity: 0; }
}

/* Hata Vurgusu Alanları */
.floating-input.input-error,
.floating-textarea.input-error {
    border-color: #ef4444 !important;
    box-shadow: 0 0 16px rgba(239, 68, 68, 0.45) !important;
    animation: inputErrorShake 0.4s ease;
}

@keyframes inputErrorShake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-4px); }
    40%, 80% { transform: translateX(4px); }
}

.submit-privacy-note {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: #64748b;
    max-width: 250px;
    line-height: 1.4;
}

.submit-privacy-note i {
    color: #10b981;
    font-size: 0.85rem;
}

/* ==============================================================================
   HIZLI TEKLİF & İLETİŞİM BAŞARI MODALI (#quickOfferSuccessModal)
   ============================================================================== */
.quick-offer-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 15, 30, 0.78);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.quick-offer-modal-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.quick-offer-modal-card {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 28px;
    max-width: 520px;
    width: 100%;
    padding: 2.4rem 2.2rem;
    text-align: center;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
    transform: scale(0.9) translateY(20px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-family: 'Plus Jakarta Sans', sans-serif;
    position: relative;
    overflow: hidden;
}

.quick-offer-modal-overlay.is-open .quick-offer-modal-card {
    transform: scale(1) translateY(0);
}

.quick-offer-modal-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #10b981, #4f46e5, #ec4899);
}

.quick-offer-icon-wrap {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #ecfdf5;
    border: 2.5px solid #a7f3d0;
    color: #059669;
    font-size: 2.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.3rem;
    box-shadow: 0 10px 28px rgba(16, 185, 129, 0.28);
    animation: successBadgePop 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes successBadgePop {
    0% { transform: scale(0) rotate(-45deg); opacity: 0; }
    70% { transform: scale(1.18) rotate(10deg); }
    100% { transform: scale(1) rotate(0deg); opacity: 1; }
}

.quick-offer-modal-title {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 1.55rem !important;
    font-weight: 900 !important;
    color: #0f172a !important;
    margin-bottom: 0.5rem !important;
    letter-spacing: -0.02em !important;
}

.quick-offer-modal-desc {
    font-size: 0.90rem !important;
    color: #475569 !important;
    line-height: 1.55 !important;
    margin-bottom: 1.5rem !important;
    font-weight: 500;
}

.quick-offer-ticket-box {
    background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
    border: 2px dashed #818cf8;
    border-radius: 18px;
    padding: 1.1rem 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.6rem;
    gap: 12px;
}

.quick-offer-ticket-code {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 1.35rem;
    font-weight: 900;
    color: #4338ca;
    letter-spacing: 0.04em;
    display: block;
    cursor: pointer;
}

.quick-offer-copy-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #c7d2fe;
    color: #4f46e5;
    font-size: 0.82rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.2s ease;
}

.quick-offer-copy-btn:hover {
    background: #4f46e5;
    color: #ffffff;
    border-color: #4f46e5;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.25);
}

.quick-offer-actions-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-quick-offer-track {
    flex: 1.2;
    min-width: 180px;
    padding: 0.95rem 1.4rem;
    border-radius: 14px;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #db2777 100%);
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 800;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 18px rgba(79, 70, 229, 0.35);
    transition: all 0.25s ease;
}

.btn-quick-offer-track:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(79, 70, 229, 0.48);
}

.btn-quick-offer-close {
    flex: 1;
    min-width: 130px;
    padding: 0.95rem 1.2rem;
    border-radius: 14px;
    background: #f1f5f9;
    color: #475569;
    font-size: 0.92rem;
    font-weight: 800;
    border: 1px solid #cbd5e1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.25s ease;
}

.btn-quick-offer-close:hover {
    background: #e2e8f0;
    color: #0f172a;
}

/* ==============================================================================
   YASAL BİLDİRİM & TELİF HAKKI (COLLAPSIBLE PREMIUM PANEL)
   ============================================================================== */
.legal-notice-wrapper {
    margin-top: 3rem;
}

.legal-compact-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 2rem;
    border-radius: 24px;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.6);
    transition: all 0.35s ease;
}

.legal-compact-bar:hover {
    border-color: rgba(99, 102, 241, 0.35);
}

.legal-compact-left {
    display: flex;
    align-items: center;
    gap: 1.15rem;
}

.legal-compact-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.2rem;
    box-shadow: 0 6px 16px rgba(79, 70, 229, 0.35);
    flex-shrink: 0;
}

.legal-compact-text h5 {
    font-size: 0.95rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 0.15rem;
}

.legal-compact-text p {
    font-size: 0.78rem;
    color: #94a3b8;
    margin: 0;
}

.legal-compact-right {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.legal-compact-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.85rem;
    border-radius: 50px;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: #34d399;
    font-size: 0.76rem;
    font-weight: 700;
}

.legal-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 8px #10b981;
}

.legal-expand-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 1.15rem;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #e2e8f0;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.legal-expand-btn:hover {
    background: #6366f1;
    color: #ffffff;
    border-color: #6366f1;
}

.legal-arrow {
    font-size: 0.78rem;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.legal-expand-btn.active .legal-arrow {
    transform: rotate(180deg);
}

/* Genişleyen İçerik */
.legal-expanded-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
    margin-top: 1rem;
}

.legal-expanded-content.open {
    max-height: 800px;
    opacity: 1;
}

.legal-expanded-card {
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 2rem 2.2rem;
    box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.6);
}

.legal-expanded-header {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.75rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-expanded-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: linear-gradient(135deg, #6366f1 0%, #ec4899 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: #ffffff;
    flex-shrink: 0;
}

.legal-expanded-title h4 {
    font-size: 1.15rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 0.2rem;
}

.legal-expanded-title p {
    font-size: 0.82rem;
    color: #94a3b8;
    margin: 0;
}

.legal-content-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.legal-content-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.2rem 1.35rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.legal-content-item .icon {
    font-size: 1.35rem;
    color: #818cf8;
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.legal-content-item .text h5 {
    font-size: 0.88rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 0.35rem;
}

.legal-content-item .text p {
    font-size: 0.78rem;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0;
}

/* ============================================================================== 
   RESPONSIVE
   ============================================================================== */
@media (max-width: 1200px) {
    .navbar-custom { min-width: auto; width: 94vw; }
    .profile-container { width: 400px; height: 400px; }
    .home-projects-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mini-showcase-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ultra-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
    
    .skills-wave-container { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .software-grid { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); }
    
    .contact-main-grid { grid-template-columns: 1fr; gap: 2rem; }
    .legal-content-grid { grid-template-columns: 1fr; gap: 1rem; }
}

@media (max-width: 991px) {
    .navbar-custom { display: none; }
    .hero-section { text-align: center; padding-top: 6rem; }
    .hero-title { align-items: center; }
    .hero-buttons { justify-content: center; }
    .hero-impact-metrics-bar {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.1rem 0;
        margin: 1.8rem auto 0;
        max-width: 480px;
        padding: 1.2rem 0.8rem;
    }
    .hero-metric-item:nth-child(2)::after {
        display: none;
    }
    .profile-container { width: 330px; height: 330px; margin-top: 3.5rem; }
    .tech-stack { padding: 0.5rem 1rem; font-size: 0.8rem; }
    .tech-stack.react { left: -4%; }
    .tech-stack.figma { right: -4%; }
    .tech-stack.node { left: -2%; }
    .tech-stack.python { right: -2%; }
    .home-projects-section { padding: 4rem 0 1.5rem; scroll-margin-top: 4rem; }
    .home-projects-title-row { align-items: flex-start; flex-direction: column; gap: 1rem; }
    .home-projects-grid { grid-template-columns: 1fr; gap: 1.25rem; }
    .modal-feature-grid { grid-template-columns: 1fr; }
    .modal-cta-row { flex-direction: column; }
    .modal-btn-live, .modal-btn-contact { width: 100%; }
    
    .mini-showcase-grid { grid-template-columns: 1fr; gap: 1.25rem; }
    .ultra-services-grid { grid-template-columns: 1fr; gap: 1.5rem; }

    .skills-wave-container { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
    .skill-wave-card { height: 175px; border-radius: 20px; }
    .skill-icon-box { width: 48px; height: 48px; font-size: 1.6rem; border-radius: 14px; }
    .accordion-header { padding: 1.2rem 1.4rem; }
    .accordion-content.open { padding: 1rem 1.4rem 2rem; }
    .software-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.85rem; }

    .contact-form-card, .contact-hub-card { padding: 1.75rem 1.5rem; }
    .form-inputs-row { grid-template-columns: 1fr; }
    .form-submit-row { flex-direction: column; align-items: stretch; }
    .btn-contact-submit { width: 100%; }
    .submit-privacy-note { max-width: 100%; text-align: center; justify-content: center; }
    .legal-compact-bar { flex-direction: column; gap: 1rem; align-items: flex-start; }
    .legal-compact-right { width: 100%; justify-content: space-between; }
}

/* ==============================================================================
   METİN SEÇİMİ VE KOPYALAMA KORUMASI (Anti-Copy & Unselectable Text Protection)
   ============================================================================== */
body, h1, h2, h3, h4, h5, h6, p, span, a, li, button, .section-badge, .card, div {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

/* Form alanlarına yazı yazılabilmesi ve düzenlenebilmesi için inputlar serbest */
input, textarea, select {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

@media (max-width: 576px) {
    .skills-wave-container { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.85rem; }
    .software-grid { grid-template-columns: 1fr; }
    .accordion-subtitle { display: none; }
    .hub-socials-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .navbar-offer-orbit i,
    .wave-layer-back,
    .wave-layer-front,
    .wave-glow-crest,
    .contact-orb,
    .hub-radar-dot::after {
        animation: none !important;
    }
}

/* ==============================================================================
   LÜKS SİBER & HAREKETLİ PROFESYONEL FOOTER (#footer - Açık Slate Teması)
   ============================================================================== */
.cyber-ultimate-footer {
    position: relative;
    background: #0f172a;
    background: linear-gradient(180deg, #1e293b 0%, #0f172a 60%, #0f172a 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #e2e8f0;
    padding: 4.5rem 0 2.5rem;
    overflow: hidden;
    z-index: 10;
}

/* Üst Neon Işık Çizgisi */
.footer-top-glow-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #38bdf8 25%, #6366f1 50%, #ec4899 75%, transparent 100%);
    background-size: 200% 100%;
    animation: footerGlowSweep 6s ease-in-out infinite alternate;
    box-shadow: 0 0 25px rgba(99, 102, 241, 0.6);
}

@keyframes footerGlowSweep {
    0% { background-position: 0% 50%; opacity: 0.7; }
    50% { opacity: 1; filter: drop-shadow(0 0 10px #6366f1); }
    100% { background-position: 100% 50%; opacity: 0.7; }
}

.footer-ambient-aura {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.25;
    pointer-events: none;
    z-index: 0;
}

.footer-ambient-aura.top-left {
    top: -150px;
    left: -100px;
    background: #6366f1;
}

.footer-ambient-aura.bottom-right {
    bottom: -150px;
    right: -100px;
    background: #38bdf8;
}

/* Ana 4 Sütunlu Grid */
.footer-main-grid {
    display: grid;
    grid-template-columns: 3.6fr 2.2fr 3fr 3.2fr;
    gap: 2.5rem;
    margin-bottom: 3.5rem;
}

.footer-col {
    display: flex;
    flex-direction: column;
}

/* Sütun 1: Marka & Bio */
.footer-brand-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.15rem;
}

.footer-logo-img {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    object-fit: cover;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 20px rgba(99, 102, 241, 0.35);
    transition: transform 0.3s ease;
}

.footer-brand-header:hover .footer-logo-img {
    transform: rotate(6deg) scale(1.05);
}

.footer-brand-title {
    font-size: 1.25rem;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.02em;
    margin: 0;
}

.footer-brand-tag {
    font-size: 0.8rem;
    color: #a5b4fc;
    font-weight: 700;
    display: block;
}

.footer-brand-desc {
    color: #cbd5e1;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.35rem;
}

.footer-security-chips {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.footer-security-chips span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.28rem 0.7rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 0.75rem;
    color: #f1f5f9;
    font-weight: 700;
}

/* Sütun Başlıkları */
.footer-col-heading {
    font-size: 1.05rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.01em;
    margin-bottom: 1.35rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-col-heading i {
    color: #818cf8;
    font-size: 0.95rem;
}

/* Sütun 2: Navigasyon Listesi */
.footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.footer-nav-list a {
    color: #cbd5e1;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.25s ease;
}

.footer-nav-list a i {
    font-size: 0.7rem;
    color: #64748b;
    transition: transform 0.25s ease, color 0.25s ease;
}

.footer-nav-list a:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.footer-nav-list a:hover i {
    color: #818cf8;
    transform: translateX(2px);
}

/* Sütun 3: Teknoloji Bulutu */
.footer-tech-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.footer-tech-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.75rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 0.8rem;
    color: #f1f5f9;
    font-weight: 600;
    transition: all 0.25s ease;
}

.footer-tech-chip i {
    color: #818cf8;
}

.footer-tech-chip:hover {
    background: rgba(99, 102, 241, 0.25);
    border-color: #818cf8;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Sütun 4: Canlı İletişim & Saat */
.footer-live-time-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.8rem 1.1rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 1.25rem;
}

.live-clock-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: rgba(99, 102, 241, 0.2);
    color: #c7d2fe;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.live-clock-label {
    display: block;
    font-size: 0.72rem;
    color: #cbd5e1;
    font-weight: 600;
}

.live-clock-time {
    font-family: var(--font-mono);
    font-size: 0.95rem;
    color: #38bdf8;
    font-weight: 800;
}

.footer-social-hub {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.footer-social-btn {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f1f5f9;
    font-size: 1.15rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.footer-social-btn:hover {
    transform: translateY(-3px) scale(1.08);
    color: #ffffff;
}

.footer-social-btn.github:hover {
    background: #24292e;
    border-color: #ffffff;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

.footer-social-btn.linkedin:hover {
    background: #0077b5;
    border-color: #0077b5;
    box-shadow: 0 0 15px rgba(0, 119, 181, 0.5);
}

.footer-social-btn.instagram:hover {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    border-color: #cc2366;
    box-shadow: 0 0 15px rgba(220, 39, 67, 0.5);
}

/* 3. Alt Telif & Hukuki Bar */
.footer-bottom-bar {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-copyright-text {
    font-size: 0.88rem;
    color: #94a3b8;
    margin: 0;
}

.footer-copyright-text strong {
    color: #ffffff;
}

.footer-badge-clean {
    font-size: 0.78rem;
    color: #a5b4fc;
    background: rgba(99, 102, 241, 0.12);
    padding: 0.22rem 0.65rem;
    border-radius: 6px;
    border: 1px solid rgba(99, 102, 241, 0.25);
    font-weight: 700;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.footer-legal-link {
    font-size: 0.85rem;
    color: #94a3b8;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.25s ease;
}

.footer-legal-link:hover {
    color: #ffffff;
}

.footer-link-dot {
    color: #475569;
    font-size: 0.75rem;
}

/* Yukarı Çık Butonu */
.btn-scroll-to-top {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1.25rem;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #f1f5f9;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    user-select: none;
}

.btn-scroll-to-top i {
    color: #818cf8;
    transition: transform 0.3s ease;
}

.btn-scroll-to-top:hover {
    background: rgba(99, 102, 241, 0.2);
    border-color: #818cf8;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 0 20px rgba(99, 102, 241, 0.4);
}

.btn-scroll-to-top:hover i {
    transform: translateY(-2px);
    color: #ffffff;
}

@media (max-width: 992px) {
    .footer-main-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    .footer-cta-banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 2rem;
    }
    .footer-cta-actions {
        width: 100%;
        flex-direction: column;
    }
    .btn-footer-cta {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .cyber-ultimate-footer { padding: 4rem 0 2rem; }
    .footer-main-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .footer-bottom-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
    }
    .btn-scroll-to-top {
        width: 100%;
        justify-content: center;
    }
}

/* ==============================================================================
   HAKKIMDA — EXECUTIVE KURUMSAL MÜHENDİSLİK VİTRİNİ (Client B2B Standard)
   ============================================================================== */
.home-about-teaser-section {
    position: relative;
    padding: 110px 0 100px;
    background: radial-gradient(circle at 50% 15%, #0e1628 0%, #06080e 60%, #030407 100%);
    overflow: hidden;
}

/* Subtle Prestige Mesh Backing */
.about-prestige-mesh {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(99, 102, 241, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 20% 80%, rgba(56, 189, 248, 0.12) 0%, transparent 50%);
    pointer-events: none;
}

.home-about-executive-grid {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 3rem;
    align-items: stretch;
    position: relative;
    z-index: 2;
}

/* Sol Sütun: Executive Portre & Doğrulanmış Güvenlik Kartı */
.about-executive-profile-card {
    background: linear-gradient(170deg, rgba(17, 24, 39, 0.9) 0%, rgba(10, 14, 26, 0.95) 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;
    padding: 2.5rem 2rem;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.85), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}

.about-executive-profile-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 35px 95px rgba(0, 0, 0, 0.95), 0 0 40px rgba(99, 102, 241, 0.2);
    border-color: rgba(99, 102, 241, 0.4);
}

.executive-avatar-frame {
    position: relative;
    width: 140px;
    height: 140px;
    margin-bottom: 1.25rem;
}

.executive-avatar-glow {
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1 0%, #38bdf8 50%, #10b981 100%);
    opacity: 0.8;
    filter: blur(8px);
}

.executive-avatar-img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #0b0f19;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
}

.executive-badge-verified {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.35);
    color: #34d399;
    font-size: 0.76rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.executive-name {
    font-size: 1.6rem;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 0.3rem;
    letter-spacing: -0.02em;
}

.executive-title {
    font-size: 0.86rem;
    color: #94a3b8;
    font-weight: 600;
    margin: 0 0 1.25rem;
}

/* Bionluk Süper Satıcı Güvencesi */
.executive-trust-bar {
    width: 100%;
    padding: 0.85rem 1rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.trust-bar-rating {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    color: #fbbf24;
    font-weight: 800;
    font-size: 0.9rem;
}

.trust-bar-meta {
    font-size: 0.74rem;
    color: #cbd5e1;
    font-weight: 600;
}

/* Kurumsal Teminatlar */
.executive-commitments-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    text-align: left;
}

.executive-commitments-list li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.8rem;
    color: #cbd5e1;
    font-weight: 600;
}

.executive-commitments-list li i {
    color: #38bdf8;
    font-size: 0.9rem;
    flex-shrink: 0;
}

/* Sağ Sütun: Müşteriye Değer Katan 4 Temel Sütun */
.home-about-executive-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.executive-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-mono);
    font-size: 0.76rem;
    font-weight: 800;
    color: #38bdf8;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.75rem;
}

.executive-main-title {
    font-size: clamp(2rem, 3.2vw, 2.65rem);
    font-weight: 900;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.03em;
    margin: 0 0 0.85rem;
}

.executive-main-title span {
    background: linear-gradient(135deg, #6366f1 0%, #38bdf8 50%, #ec4899 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.executive-main-lead {
    color: #94a3b8;
    font-size: 0.96rem;
    line-height: 1.7;
    margin-bottom: 1.8rem;
    max-width: 720px;
}

/* 4 Bento Kurumsal Değer Kartı */
.executive-bento-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.1rem;
    margin-bottom: 2rem;
}

.executive-bento-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 20px;
    padding: 1.25rem 1.4rem;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
}

.executive-bento-card:hover {
    background: rgba(99, 102, 241, 0.08);
    border-color: rgba(99, 102, 241, 0.35);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.bento-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.6rem;
}

.bento-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(99, 102, 241, 0.14);
    border: 1px solid rgba(99, 102, 241, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38bdf8;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.executive-bento-card h4 {
    font-size: 0.98rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.01em;
}

.executive-bento-card p {
    font-size: 0.84rem;
    color: #94a3b8;
    line-height: 1.55;
    margin: 0;
}

/* Aksiyon Butonları */
.executive-cta-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-executive-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.95rem 2.1rem;
    border-radius: 9999px;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #db2777 100%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff !important;
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(79, 70, 229, 0.5);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-executive-primary:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 14px 40px rgba(79, 70, 229, 0.7);
    filter: brightness(1.1);
}

.btn-executive-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.95rem 1.65rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1.5px solid rgba(255, 255, 255, 0.14);
    color: #ffffff !important;
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.25s ease;
}

.btn-executive-secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 1024px) {
    .home-about-executive-grid {
        grid-template-columns: 1fr;
    }
    .about-executive-profile-card {
        max-width: 480px;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .executive-bento-grid {
        grid-template-columns: 1fr;
    }
    .executive-cta-row {
        flex-direction: column;
        width: 100%;
    }
    .btn-executive-primary,
    .btn-executive-secondary {
        width: 100%;
        justify-content: center;
    }
}

/* ════════════════════════════════════════════════════════════════════════
   CANLI PROJE REAKSİYON BARI (LIVE EMOJI REACTIONS)
   ════════════════════════════════════════════════════════════════════════ */
.project-reactions-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.4rem;
    padding: 0.35rem 0.55rem;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    margin: 0.85rem 0 0.5rem;
    position: relative;
}

.reaction-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.3rem 0.45rem;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.reaction-btn:hover {
    background: #ffffff;
    border-color: #cbd5e1;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.reaction-btn:active {
    transform: scale(0.92);
}

.reaction-emoji {
    font-size: 1rem;
    line-height: 1;
    transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    pointer-events: none;
}

.reaction-btn:hover .reaction-emoji {
    transform: scale(1.3) rotate(-8deg);
}

.reaction-count {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.76rem;
    font-weight: 800;
    color: #64748b;
    transition: all 0.2s ease;
    pointer-events: none;
}

.reaction-btn:hover .reaction-count {
    color: #0f172a;
}

/* Kullanıcı Oy Verdiğinde Aktif Durum */
.reaction-btn.is-active {
    background: #ffffff !important;
    border-color: #6366f1 !important;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.22), 0 0 0 1px #6366f1 !important;
}

.reaction-btn.is-active .reaction-emoji {
    transform: scale(1.22);
    filter: drop-shadow(0 2px 6px rgba(99, 102, 241, 0.4));
}

/* ==============================================================================
   15. CANLI TALEP & BAŞVURU TAKİP KONSOLU (TICKET TRACKER & LIQUID STEPPER)
   ============================================================================== */

/* Hero Navbar & Hub Tracker Butonları */
.navbar-tracker-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.6rem 1.1rem;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.12) 0%, rgba(168, 85, 247, 0.12) 100%);
    border: 1.5px solid rgba(99, 102, 241, 0.3);
    color: #4f46e5;
    font-family: var(--font-heading);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.navbar-tracker-btn:hover {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.2) 0%, rgba(168, 85, 247, 0.2) 100%);
    border-color: #6366f1;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.25);
}

.hub-btn.tracker-hub {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    color: #ffffff !important;
    border: none;
    box-shadow: 0 4px 14px rgba(79, 70, 229, 0.3);
    position: relative;
}

.hub-btn.tracker-hub:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(79, 70, 229, 0.45);
}

.hub-live-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #10b981;
    color: #ffffff;
    font-size: 0.62rem;
    font-weight: 900;
    padding: 2px 6px;
    border-radius: 6px;
    letter-spacing: 0.05em;
    box-shadow: 0 0 10px rgba(16, 185, 129, 0.8);
    animation: livePulseGlow 2s infinite ease-in-out;
}

@keyframes livePulseGlow {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.85; }
}

.compact-pill-btn-tracker {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(99, 102, 241, 0.12);
    border: 1.5px solid rgba(99, 102, 241, 0.35);
    color: #4f46e5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.compact-pill-btn-tracker:hover {
    background: #4f46e5;
    color: #ffffff;
    transform: scale(1.08);
    box-shadow: 0 0 14px rgba(79, 70, 229, 0.5);
}

.pill-tracker-dot {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #10b981;
    border: 1.5px solid #ffffff;
    box-shadow: 0 0 8px #10b981;
    animation: livePulseGlow 1.8s infinite ease-in-out;
}

/* ==============================================================================
   15. CANLI TALEP & BAŞVURU TAKİP KONSOLU (TICKET TRACKER & LIQUID STEPPER)
   ============================================================================== */

/* Compact Floating Pill Tracker Icon */
.compact-pill-btn-tracker {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(99, 102, 241, 0.12);
    border: 1.5px solid rgba(99, 102, 241, 0.35);
    color: #4f46e5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.compact-pill-btn-tracker:hover {
    background: #4f46e5;
    color: #ffffff;
    transform: scale(1.08);
    box-shadow: 0 0 14px rgba(79, 70, 229, 0.5);
}

.pill-tracker-dot {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #10b981;
    border: 1.5px solid #ffffff;
    box-shadow: 0 0 8px #10b981;
    animation: livePulseGlow 1.8s infinite ease-in-out;
}

/* ==============================================================================
   ULTRA-FUTURISTIC TICKET TRACKER POPUP MODAL
   ============================================================================== */
.ticket-tracker-modal {
    position: fixed;
    inset: 0;
    z-index: 100005;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.ticket-tracker-modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.ticket-tracker-backdrop {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(30, 27, 75, 0.75) 0%, rgba(15, 23, 42, 0.9) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.ticket-tracker-dialog {
    position: relative;
    width: 100%;
    max-width: 640px;
    max-height: 88vh;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background: #ffffff;
    border-radius: 28px;
    border: 1.5px solid #e0e7ff;
    box-shadow: 0 25px 70px -15px rgba(30, 27, 75, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.95);
    transform: scale(0.92) translateY(24px);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 10;
    padding: 2.2rem 2.2rem;
    box-sizing: border-box !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

/* KESİNLİKLE HİÇBİR MODAL VE ÇOCUK ELEMANDA SCROLLBAR GÖZÜKMEZ (CROSS-BROWSER) */
.ticket-tracker-modal,
.ticket-tracker-modal *,
.ticket-tracker-dialog,
.ticket-tracker-dialog *,
.receipt-white-sheet,
.receipt-white-sheet *,
.receipt-modal-backdrop,
.receipt-modal-backdrop *,
.kvkk-document-scrollbox,
.kvkk-document-scrollbox * {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.ticket-tracker-modal::-webkit-scrollbar,
.ticket-tracker-modal *::-webkit-scrollbar,
.ticket-tracker-dialog::-webkit-scrollbar,
.ticket-tracker-dialog *::-webkit-scrollbar,
.receipt-white-sheet::-webkit-scrollbar,
.receipt-white-sheet *::-webkit-scrollbar,
.receipt-modal-backdrop::-webkit-scrollbar,
.receipt-modal-backdrop *::-webkit-scrollbar,
.kvkk-document-scrollbox::-webkit-scrollbar,
.kvkk-document-scrollbox *::-webkit-scrollbar {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    background: transparent !important;
}

.ticket-tracker-modal.active .ticket-tracker-dialog {
    transform: scale(1) translateY(0);
}

.tracker-modal-close-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f1f5f9;
    border: 1.5px solid #e2e8f0;
    color: #475569;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    z-index: 15;
}

.tracker-modal-close-btn:hover {
    background: #e2e8f0;
    color: #0f172a;
    transform: rotate(90deg) scale(1.08);
}

/* ==============================================================================
   CYBER LETTER & ENVELOPE HERO (3D HAREKETLİ MEKTUP & ZARF ANİMASYONU)
   ============================================================================== */
.tracker-mail-hero {
    position: relative;
    width: 86px;
    height: 86px;
    margin: 0 auto 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mail-ambient-glow {
    position: absolute;
    inset: -14px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(2, 132, 199, 0.4) 0%, rgba(16, 185, 129, 0.18) 50%, transparent 70%);
    filter: blur(12px);
    animation: mailAuraPulse 3.2s ease-in-out infinite alternate;
    pointer-events: none;
}

@keyframes mailAuraPulse {
    0% { transform: scale(0.9); opacity: 0.5; }
    100% { transform: scale(1.18); opacity: 0.95; }
}

.mail-envelope-core {
    width: 68px;
    height: 68px;
    border-radius: 22px;
    background: linear-gradient(135deg, #0f172a 0%, #0369a1 55%, #0284c7 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    box-shadow: 0 12px 28px rgba(2, 132, 199, 0.38), 0 0 0 1.5px rgba(255, 255, 255, 0.25) inset;
    animation: mailCoreFloat 3.2s ease-in-out infinite alternate;
    padding-bottom: 9px;
    overflow: visible;
}

@keyframes mailCoreFloat {
    0% { transform: translateY(0px) rotate(0deg); }
    100% { transform: translateY(-6px) rotate(-2deg); }
}

.mail-flying-letter {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 30px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3.5px;
    padding: 4px 6px;
    z-index: 1;
    animation: letterEmerge 2.8s ease-in-out infinite;
}

@keyframes letterEmerge {
    0%, 100% { 
        transform: translateX(-50%) translateY(4px) scale(0.92); 
        opacity: 0.75; 
    }
    50% { 
        transform: translateX(-50%) translateY(-14px) scale(1.04); 
        opacity: 1; 
        box-shadow: 0 -8px 20px rgba(56, 189, 248, 0.55); 
    }
}

.letter-line {
    width: 100%;
    height: 2px;
    border-radius: 2px;
}

.letter-line.l-1 {
    width: 85%;
    background: #0284c7;
}

.letter-line.l-2 {
    width: 60%;
    background: #94a3b8;
}

.letter-seal {
    font-size: 0.65rem;
    color: #10b981;
    display: flex;
    align-items: center;
}

.mail-envelope-front {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 1.85rem;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
    display: flex;
    align-items: center;
    justify-content: center;
}

.mail-orbit-plane {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.6);
    z-index: 4;
    animation: planeOrbit 3.4s ease-in-out infinite;
}

@keyframes planeOrbit {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-7px) translateX(-4px) rotate(-18deg); }
}

/* Header */
.tracker-modal-header {
    text-align: center;
    margin-bottom: 1.6rem;
    position: relative;
}

.tracker-header-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 14px;
    border-radius: 9999px;
    background: #f0fdf4;
    border: 1.5px solid #bbf7d0;
    color: #15803d;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.65rem;
}

.tracker-modal-title {
    font-family: var(--font-heading);
    font-size: 1.55rem;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 0.35rem;
    letter-spacing: -0.02em;
}

.tracker-modal-desc {
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.55;
    max-width: 480px;
    margin: 0 auto;
}

/* ==============================================================================
   MULTI-STEP INTERACTIVE ZERO-TRUST WIZARD (ADIM ADIM DOĞRULAMA MOTORU)
   ============================================================================== */
.tracker-wizard-stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 1.8rem;
    padding: 0 10px;
}

.wizard-step-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 9999px;
    background: #f1f5f9;
    border: 1.5px solid #e2e8f0;
    color: #94a3b8;
    font-size: 0.78rem;
    font-weight: 800;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.wizard-step-pill .pill-num {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #e2e8f0;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 900;
    transition: all 0.3s ease;
}

.wizard-step-pill.active {
    background: #f0f9ff;
    border-color: #bae6fd;
    color: #0369a1;
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.15);
    transform: scale(1.04);
}

.wizard-step-pill.active .pill-num {
    background: #0284c7;
    color: #ffffff;
}

.wizard-step-pill.completed {
    background: #ecfdf5;
    border-color: #a7f3d0;
    color: #065f46;
}

.wizard-step-pill.completed .pill-num {
    background: #10b981;
    color: #ffffff;
}

.wizard-connector-line {
    flex: 1;
    max-width: 32px;
    height: 2px;
    background: #e2e8f0;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.wizard-connector-line.active {
    background: #0284c7;
    box-shadow: 0 0 8px rgba(2, 132, 199, 0.6);
}

/* WIZARD STEP SLIDES */
.tracker-wizard-slide {
    display: none;
    opacity: 0;
    transform: translateY(12px);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.tracker-wizard-slide.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    animation: slideStepIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes slideStepIn {
    from { opacity: 0; transform: translateY(14px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.wizard-slide-card {
    background: #f8fafc;
    border: 1.5px solid #cbd5e1;
    border-radius: 20px;
    padding: 1.5rem 1.6rem;
    margin-bottom: 1.35rem;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.wizard-slide-card:focus-within {
    background: #ffffff;
    border-color: #0284c7;
    box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.12), 0 10px 25px rgba(2, 132, 199, 0.08);
    transform: translateY(-2px);
}

.wizard-input-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
}

.wizard-input-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #f0f9ff;
    border: 1.5px solid #bae6fd;
    color: #0284c7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.wizard-slide-card:focus-within .wizard-input-icon {
    background: #0284c7;
    color: #ffffff;
    border-color: #0284c7;
    transform: scale(1.08) rotate(5deg);
}

.wizard-input-title-wrap {
    flex: 1;
}

.wizard-input-step-tag {
    font-size: 0.70rem;
    font-weight: 800;
    color: #0284c7;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: block;
    margin-bottom: 2px;
}

.wizard-input-title {
    font-family: var(--font-heading);
    font-size: 1.08rem;
    font-weight: 800;
    color: #0f172a;
}

.wizard-input-element {
    width: 100%;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px 18px;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    outline: none;
    transition: all 0.2s ease;
}

.wizard-input-element:focus {
    border-color: #0284c7;
    box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15);
}

.wizard-input-element.mono-input {
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    color: #0369a1;
    text-transform: uppercase;
    font-weight: 900;
}

.wizard-input-hint {
    font-size: 0.78rem;
    color: #64748b;
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* WIZARD BUTTONS */
.wizard-actions-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.wizard-btn-prev {
    padding: 13px 20px;
    border-radius: 14px;
    background: #f1f5f9;
    border: 1.5px solid #cbd5e1;
    color: #475569;
    font-family: var(--font-heading);
    font-size: 0.90rem;
    font-weight: 800;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.wizard-btn-prev:hover {
    background: #e2e8f0;
    color: #0f172a;
}

.wizard-btn-next {
    flex: 1;
    padding: 13px 24px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0f172a 0%, #0369a1 100%);
    border: none;
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 0.96rem;
    font-weight: 800;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.3);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.wizard-btn-next:hover {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(2, 132, 199, 0.45);
}

.wizard-btn-unlock {
    flex: 1;
    padding: 14px 24px;
    border-radius: 14px;
    background: linear-gradient(135deg, #059669 0%, #0284c7 100%);
    border: none;
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 0.98rem;
    font-weight: 900;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.4);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.wizard-btn-unlock:hover {
    background: linear-gradient(135deg, #047857 0%, #0369a1 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(5, 150, 105, 0.55);
}

/* Trust Badges Row */
.tracker-trust-pillars-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 1.2rem;
    flex-wrap: wrap;
}

.tracker-trust-pillar {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.74rem;
    color: #64748b;
    font-weight: 700;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 4px 10px;
    border-radius: 20px;
}

.tracker-trust-pillar i {
    color: #10b981;
    font-size: 0.80rem;
}

/* ==============================================================================
   🚀 1. KAYAN AKSİYON BUTONU (FLOATING QUICK ACTION PILL)
   ============================================================================== */
.floating-ticket-tracker-pill {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px 10px 14px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.92) 0%, rgba(30, 41, 59, 0.95) 100%);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border: 1.5px solid rgba(2, 132, 199, 0.45);
    border-radius: 9999px;
    color: #ffffff !important;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 10px 30px -5px rgba(2, 132, 199, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    font-family: var(--font-sans);
}

.floating-ticket-tracker-pill:hover {
    background: linear-gradient(135deg, #0f172a 0%, #0369a1 100%);
    border-color: #0284c7;
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 14px 35px rgba(2, 132, 199, 0.5), 0 0 20px rgba(2, 132, 199, 0.3);
}

.floating-pill-radar {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0284c7 0%, #10b981 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.95rem;
    box-shadow: 0 0 12px rgba(2, 132, 199, 0.6);
}

.floating-pill-radar i {
    animation: radarPulseSpin 4s ease-in-out infinite;
}

@keyframes radarPulseSpin {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(15deg); }
}

.floating-pill-text {
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.01em;
}

.floating-pill-badge {
    background: #10b981;
    color: #ffffff;
    font-size: 0.62rem;
    font-weight: 900;
    padding: 2px 7px;
    border-radius: 9999px;
    letter-spacing: 0.05em;
    box-shadow: 0 0 10px rgba(16, 185, 129, 0.7);
    display: inline-flex;
    align-items: center;
}

/* ==============================================================================
   📋 2. FORM BAŞLIĞI HIZLI TALEP BUTONU (OFFER & MONOLITH HEADER BUTTON)
   ============================================================================== */
.offer-header-tracker-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: #f0f9ff;
    border: 1.5px solid #bae6fd;
    border-radius: 9999px;
    color: #0369a1 !important;
    font-family: var(--font-sans);
    font-size: 0.80rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
}

.offer-header-tracker-btn:hover {
    background: #0284c7;
    border-color: #0284c7;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(2, 132, 199, 0.35);
}

.offer-header-tracker-btn i {
    color: #0284c7;
    font-size: 0.85rem;
    transition: color 0.2s ease;
}

.offer-header-tracker-btn:hover i {
    color: #ffffff;
}

.offer-tracker-live-dot,
.live-indicator-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 6px rgba(16, 185, 129, 0.8);
    display: inline-block;
    animation: pulseLiveDot 2s infinite;
}

@keyframes pulseLiveDot {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
    70% { transform: scale(1.1); box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

@media (max-width: 768px) {
    .floating-ticket-tracker-pill {
        bottom: 20px;
        right: 20px;
        padding: 8px 14px 8px 10px;
    }
    .floating-pill-text {
        font-size: 0.80rem;
    }
}

/* ==============================================================================
   4-STAGE LIQUID STEPPER (SIVI İLERLEME TÜPÜ)
   ============================================================================== */
.liquid-stepper-wrap {
    position: relative;
    margin: 1.8rem 0 2rem;
    padding: 0 0.5rem;
}

.liquid-stepper-track {
    position: absolute;
    top: 24px;
    left: 40px;
    right: 40px;
    height: 5px;
    background: #e2e8f0;
    border-radius: 5px;
    z-index: 1;
    overflow: hidden;
}

.liquid-stepper-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #10b981 0%, #4f46e5 50%, #ec4899 100%);
    border-radius: 5px;
    transition: width 0.9s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 0 16px rgba(79, 70, 229, 0.6);
}

.liquid-steps-row {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}

.liquid-step-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    width: 100px;
}

.step-node-bubble {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    border: 2.5px solid #cbd5e1;
    color: #94a3b8;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.liquid-step-node.completed .step-node-bubble {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-color: #10b981;
    color: #ffffff;
    box-shadow: 0 0 18px rgba(16, 185, 129, 0.5);
}

.liquid-step-node.active .step-node-bubble {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    border-color: #4f46e5;
    color: #ffffff;
    box-shadow: 0 0 22px rgba(79, 70, 229, 0.65);
    transform: scale(1.12);
}

.step-node-label {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    color: #64748b;
    line-height: 1.3;
}

.liquid-step-node.active .step-node-label {
    color: #4f46e5 !important;
    font-weight: 900 !important;
}

.liquid-step-node.completed .step-node-label {
    color: #0f172a !important;
    font-weight: 800 !important;
}

/* ==============================================================================
   OFFICIAL ADMIN REPLY CARD (ÖMER BERAT KESER RESMİ YANIT)
   ============================================================================== */
.tracker-admin-response-card {
    background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%) !important;
    border: 1.5px solid #c7d2fe !important;
    border-radius: 20px !important;
    padding: 1.4rem 1.5rem !important;
    margin: 1.4rem 0 !important;
    position: relative !important;
    box-shadow: 0 10px 30px -8px rgba(79, 70, 229, 0.12) !important;
    overflow: hidden !important;
}

.tracker-admin-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 1rem !important;
    padding-bottom: 0.75rem !important;
    border-bottom: 1px dashed #cbd5e1 !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

.tracker-admin-profile {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.tracker-admin-avatar {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    border: 2px solid #6366f1 !important;
    object-fit: cover !important;
    box-shadow: 0 0 12px rgba(99, 102, 241, 0.35) !important;
}

.tracker-admin-name-text {
    font-family: 'Plus Jakarta Sans', -apple-system, sans-serif !important;
    font-size: 0.96rem !important;
    font-weight: 850 !important;
    color: #0f172a !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.tracker-admin-title-sub {
    font-family: 'Plus Jakarta Sans', -apple-system, sans-serif !important;
    font-size: 0.76rem !important;
    color: #6366f1 !important;
    font-weight: 700 !important;
    display: block !important;
    margin-top: 1px !important;
}

#resRepliedAt {
    font-family: 'Plus Jakarta Sans', -apple-system, sans-serif !important;
    font-size: 0.80rem !important;
    font-weight: 700 !important;
    color: #94a3b8 !important;
}

.tracker-reply-content-box,
#resAdminReplyText {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 0.92rem !important;
    color: #1e1b4b !important;
    line-height: 1.65 !important;
    font-weight: 600 !important;
    white-space: pre-wrap !important;
    background: #ffffff !important;
    padding: 1.1rem 1.3rem !important;
    border-radius: 14px !important;
    border: 1.5px solid #e0e7ff !important;
    box-shadow: 0 4px 14px rgba(79, 70, 229, 0.04) !important;
}

/* ==============================================================================
   TICKET DETAILS SUMMARY GRID (HİZMET, BAŞVURAN, MASKELİ İLETİŞİM, ZAMAN)
   ============================================================================== */
.tracker-meta-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0.9rem !important;
    margin: 1.25rem 0 !important;
}

.tracker-meta-item {
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 1rem 1.15rem !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.02) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.tracker-meta-item:hover {
    border-color: #c7d2fe !important;
    background: #fafbff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(79, 70, 229, 0.09) !important;
}

.tracker-meta-lbl {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 0.72rem !important;
    color: #64748b !important;
    font-weight: 850 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    margin-bottom: 6px !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.tracker-meta-val {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 0.94rem !important;
    color: #0f172a !important;
    font-weight: 800 !important;
    letter-spacing: -0.012em !important;
    line-height: 1.4 !important;
    word-break: break-word !important;
}

#resSubjectText {
    font-family: 'Plus Jakarta Sans', -apple-system, sans-serif !important;
    font-weight: 850 !important;
    color: #0f172a !important;
    font-size: 0.95rem !important;
}

#resClientText {
    font-family: 'Plus Jakarta Sans', -apple-system, sans-serif !important;
    font-weight: 850 !important;
    color: #0f172a !important;
    font-size: 0.95rem !important;
}

#resContactMasked {
    font-family: 'Plus Jakarta Sans', -apple-system, sans-serif !important;
    font-weight: 750 !important;
    color: #047857 !important;
    font-size: 0.90rem !important;
    letter-spacing: 0.01em !important;
}

#resCreatedAtText {
    font-family: 'Plus Jakarta Sans', -apple-system, sans-serif !important;
    font-weight: 750 !important;
    color: #475569 !important;
    font-size: 0.90rem !important;
}

#resTrackingCode {
    font-family: 'Plus Jakarta Sans', -apple-system, sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 900 !important;
    color: #4f46e5 !important;
    letter-spacing: -0.02em !important;
}

#resStatusBadge {
    font-family: 'Plus Jakarta Sans', -apple-system, sans-serif !important;
    font-weight: 800 !important;
    font-size: 0.84rem !important;
    letter-spacing: -0.01em !important;
    transition: all 0.25s ease !important;
}

#resStatusBadge.is-cancelled {
    background: #fee2e2 !important;
    color: #dc2626 !important;
    border: 1.5px solid #f87171 !important;
    font-weight: 900 !important;
    box-shadow: 0 0 16px rgba(239, 68, 68, 0.25) !important;
    letter-spacing: 0.04em !important;
    padding: 6px 14px !important;
    border-radius: 9999px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

/* ==============================================================================
   🚨 PROMINENT CANCELLED / TERMINATED TICKET STATE
   ============================================================================== */
.tracker-cancelled-hero-banner {
    display: flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, #fef2f2 0%, #fff1f2 50%, #fee2e2 100%);
    border: 2px solid #ef4444;
    border-radius: 20px;
    padding: 1.3rem 1.5rem;
    margin: 1.2rem 0;
    box-shadow: 0 10px 30px -5px rgba(239, 68, 68, 0.22), 0 0 0 1px rgba(239, 68, 68, 0.2) inset;
    position: relative;
    overflow: hidden;
    animation: pulseCancelledCard 3s infinite ease-in-out;
}

@keyframes pulseCancelledCard {
    0%, 100% { box-shadow: 0 10px 30px -5px rgba(239, 68, 68, 0.22), 0 0 0 1px rgba(239, 68, 68, 0.2) inset; }
    50% { box-shadow: 0 14px 38px -2px rgba(239, 68, 68, 0.38), 0 0 0 2px rgba(239, 68, 68, 0.38) inset; }
}

.cancelled-alert-icon-ring {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    border-radius: 50% !important;
    background: #ef4444 !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.5rem !important;
    box-shadow: 0 0 20px rgba(239, 68, 68, 0.55) !important;
    animation: shakeCancelledIcon 4s infinite ease-in-out !important;
}

@keyframes shakeCancelledIcon {
    0%, 90%, 100% { transform: rotate(0deg); }
    92% { transform: rotate(-10deg) scale(1.05); }
    94% { transform: rotate(10deg) scale(1.05); }
    96% { transform: rotate(-6deg); }
    98% { transform: rotate(6deg); }
}

.cancelled-alert-text {
    flex: 1 !important;
}

.cancelled-pill-tag {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: #ef4444 !important;
    color: #ffffff !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.70rem !important;
    font-weight: 900 !important;
    padding: 3px 10px !important;
    border-radius: 9999px !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    margin-bottom: 6px !important;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.4) !important;
}

.cancelled-title {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 1.12rem !important;
    font-weight: 900 !important;
    color: #991b1b !important;
    margin: 0 0 4px 0 !important;
    line-height: 1.25 !important;
}

.cancelled-msg {
    font-family: 'Plus Jakarta Sans', -apple-system, sans-serif !important;
    font-size: 0.84rem !important;
    color: #b91c1c !important;
    margin: 0 !important;
    line-height: 1.5 !important;
    font-weight: 600 !important;
}

/* İptal Durumunda Yönetici Yanıt Kartı */
.tracker-admin-response-card.is-cancelled-card {
    background: linear-gradient(135deg, #fff5f5 0%, #fef2f2 100%) !important;
    border: 1.5px solid #fca5a5 !important;
    box-shadow: 0 8px 24px -6px rgba(239, 68, 68, 0.15) !important;
}

.tracker-admin-response-card.is-cancelled-card .tracker-admin-avatar {
    border-color: #ef4444 !important;
    box-shadow: 0 0 12px rgba(239, 68, 68, 0.35) !important;
}

.tracker-admin-response-card.is-cancelled-card #resAdminReplyText {
    background: #ffffff !important;
    border-left: 4px solid #ef4444 !important;
    color: #991b1b !important;
    font-weight: 700 !important;
}

/* ═══════════════════════════════════════════════════════════════════════════
   TICKET TYPE DISTINCTION BANNER & SPECS BENTO CARD (SİPARİŞ FİŞİ vs MESAJ)
   ═══════════════════════════════════════════════════════════════════════════ */
.tracker-type-distinction-banner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 12px 16px !important;
    border-radius: 14px !important;
    margin-bottom: 1.25rem !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    animation: fadeInSlideDown 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.tracker-type-distinction-banner.order-type {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.08) 0%, rgba(124, 58, 237, 0.08) 50%, rgba(6, 182, 212, 0.08) 100%) !important;
    border: 1.5px solid rgba(99, 102, 241, 0.35) !important;
    box-shadow: 0 4px 14px rgba(79, 70, 229, 0.08) !important;
}
.tracker-type-distinction-banner.message-type {
    background: #f8fafc !important;
    border: 1.5px solid #cbd5e1 !important;
}
.distinction-left {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}
.distinction-icon-pulse {
    width: 38px !important;
    height: 38px !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.1rem !important;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3) !important;
}
.distinction-icon-pulse.msg-pulse {
    background: #f1f5f9 !important;
    color: #475569 !important;
    border: 1px solid #cbd5e1 !important;
    box-shadow: none !important;
}
.distinction-tag-title {
    font-family: var(--font-heading, 'Plus Jakarta Sans') !important;
    font-size: 0.85rem !important;
    font-weight: 850 !important;
    color: #0f172a !important;
    letter-spacing: -0.01em !important;
}
.distinction-tag-sub {
    font-size: 0.74rem !important;
    color: #64748b !important;
    font-weight: 600 !important;
}
.distinction-cat-badge {
    font-family: var(--font-heading, 'Plus Jakarta Sans') !important;
    font-size: 0.78rem !important;
    font-weight: 800 !important;
    padding: 5px 12px !important;
    border-radius: 20px !important;
    background: #eef2ff !important;
    color: #4338ca !important;
    border: 1px solid #c7d2fe !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}
.distinction-cat-badge.msg-badge {
    background: #f1f5f9 !important;
    color: #334155 !important;
    border-color: #cbd5e1 !important;
}

/* Bento Spec Card on Tracking Result */
.tracker-specs-bento-card {
    background: #ffffff !important;
    border: 1.5px solid #e0e7ff !important;
    border-radius: 18px !important;
    padding: 16px 18px !important;
    margin: 1.25rem 0 !important;
    box-shadow: 0 4px 16px rgba(79, 70, 229, 0.05) !important;
    animation: fadeInSlideDown 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.specs-bento-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 12px !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}
.specs-bento-title {
    font-family: var(--font-heading, 'Plus Jakarta Sans') !important;
    font-size: 0.86rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}
.specs-bento-badge {
    font-family: var(--font-mono) !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    color: #059669 !important;
    background: #ecfdf5 !important;
    border: 1px solid #a7f3d0 !important;
    padding: 3px 9px !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
}
.specs-bento-pills-wrap {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}
.specs-bento-pill-item {
    background: #f8fafc !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    padding: 5px 10px !important;
    font-size: 0.8rem !important;
    color: #1e293b !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}
.specs-bento-pill-item i {
    color: #6366f1 !important;
}
.specs-bento-address {
    margin-top: 12px !important;
    padding-top: 10px !important;
    border-top: 1px dashed #e2e8f0 !important;
    font-size: 0.82rem !important;
    color: #334155 !important;
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
}
.btn-tracker-action-print {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
    color: #ffffff !important;
    border: 1px solid #334155 !important;
    padding: 12px 20px !important;
    border-radius: 14px !important;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-weight: 800 !important;
    font-size: 0.92rem !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.25) !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    outline: none !important;
}
.btn-tracker-action-print:hover {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%) !important;
    border-color: #38bdf8 !important;
    color: #38bdf8 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.35) !important;
}

@keyframes fadeInSlideDown {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ═══════════════════════════════════════════════════════════════════════════
   TALEP & BAŞVURU SORGULAMA MODAL EYLEM BUTONLARI (PREMIUM LUXURY CSS)
   ═══════════════════════════════════════════════════════════════════════════ */
.btn-tracker-action-reset,
.ticket-tracker-dialog .btn-tracker-action-reset,
.ticket-tracker-dialog .btn-table-action,
.ticket-tracker-modal .btn-tracker-action-reset,
.ticket-tracker-modal .btn-table-action {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 12px 24px !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    color: #334155 !important;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 0.92rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.015em !important;
    cursor: pointer !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05) !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    outline: none !important;
}

.btn-tracker-action-reset:hover,
.ticket-tracker-dialog .btn-tracker-action-reset:hover,
.ticket-tracker-dialog .btn-table-action:hover,
.ticket-tracker-modal .btn-tracker-action-reset:hover,
.ticket-tracker-modal .btn-table-action:hover {
    background: #f8fafc !important;
    border-color: #4f46e5 !important;
    color: #4f46e5 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.16) !important;
}

.btn-tracker-action-reset:hover i,
.ticket-tracker-dialog .btn-tracker-action-reset:hover i,
.ticket-tracker-dialog .btn-table-action:hover i,
.ticket-tracker-modal .btn-tracker-action-reset:hover i {
    transform: rotate(-180deg) !important;
    transition: transform 0.4s ease !important;
}

.btn-tracker-action-refresh,
.ticket-tracker-dialog .btn-tracker-action-refresh,
.ticket-tracker-modal .btn-tracker-action-refresh {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 12px 22px !important;
    border-radius: 14px !important;
    background: #eef2ff !important;
    border: 1.5px solid #c7d2fe !important;
    color: #4f46e5 !important;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 0.92rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.015em !important;
    cursor: pointer !important;
    box-shadow: 0 2px 10px rgba(79, 70, 229, 0.12) !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    outline: none !important;
}

.btn-tracker-action-refresh:hover,
.ticket-tracker-dialog .btn-tracker-action-refresh:hover,
.ticket-tracker-modal .btn-tracker-action-refresh:hover {
    background: #4f46e5 !important;
    border-color: #4f46e5 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(79, 70, 229, 0.32) !important;
}

.btn-tracker-action-refresh:active {
    transform: translateY(0) scale(0.98) !important;
}

.btn-tracker-action-close,
.ticket-tracker-dialog .btn-tracker-action-close,
.ticket-tracker-dialog .btn-seal-license,
.ticket-tracker-modal .btn-tracker-action-close,
.ticket-tracker-modal .btn-seal-license {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 12px 28px !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #db2777 100%) !important;
    border: none !important;
    color: #ffffff !important;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 0.94rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.015em !important;
    cursor: pointer !important;
    box-shadow: 0 4px 20px rgba(79, 70, 229, 0.4) !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    outline: none !important;
}

.btn-tracker-action-close:hover,
.ticket-tracker-dialog .btn-tracker-action-close:hover,
.ticket-tracker-dialog .btn-seal-license:hover,
.ticket-tracker-modal .btn-tracker-action-close:hover,
.ticket-tracker-modal .btn-seal-license:hover {
    filter: brightness(1.1) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 28px rgba(79, 70, 229, 0.52) !important;
}

.btn-tracker-action-close:active,
.btn-tracker-action-reset:active,
.ticket-tracker-dialog .btn-table-action:active,
.ticket-tracker-dialog .btn-seal-license:active {
    transform: translateY(0) scale(0.98) !important;
}

@media (max-width: 640px) {
    .ticket-tracker-dialog {
        padding: 1.4rem 1.1rem !important;
        border-radius: 20px !important;
        width: 100% !important;
        max-width: 95vw !important;
        max-height: 92vh !important;
        box-sizing: border-box !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }

    .tracker-cancelled-hero-banner {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 1.1rem 1.2rem !important;
        gap: 12px !important;
    }

    .cancelled-alert-icon-ring {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        font-size: 1.3rem !important;
    }

    .tracker-meta-grid {
        grid-template-columns: 1fr !important;
        gap: 0.75rem !important;
    }

    .liquid-step-node {
        width: 65px !important;
    }
    .step-node-bubble {
        width: 36px !important;
        height: 36px !important;
        font-size: 0.85rem !important;
    }
    .step-node-label {
        font-size: 0.65rem !important;
    }

    .btn-tracker-action-reset,
    .btn-tracker-action-close {
        width: 100% !important;
        justify-content: center !important;
    }
}

/* ==============================================================================
   ZERO-TRUST CYBER HUD LOADING SCREEN (YÜKLENİYOR ANİMASYONU)
   ============================================================================== */
#trackerLoadingSection {
    padding: 2.2rem 1rem 1.8rem;
    text-align: center;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    animation: trackerFadeIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.tracker-loader-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tracker-loader-orb-wrap {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tracker-loader-glow-ambient {
    position: absolute;
    inset: -15px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(79, 70, 229, 0.4) 0%, rgba(236, 72, 153, 0.18) 50%, transparent 70%);
    filter: blur(12px);
    animation: orbGlowPulse 2.4s infinite ease-in-out;
}

.tracker-loader-radar-ring {
    position: absolute;
    border-radius: 50%;
}

.tracker-loader-radar-ring.ring-1 {
    inset: 0;
    border: 1.5px dashed rgba(79, 70, 229, 0.55);
    animation: radarSpin 5s linear infinite;
}

.tracker-loader-radar-ring.ring-2 {
    inset: 10px;
    border: 1.5px dotted rgba(168, 85, 247, 0.7);
    animation: radarSpinRev 3.5s linear infinite;
}

.tracker-loader-radar-ring.ring-3 {
    inset: -10px;
    border: 1px solid rgba(236, 72, 153, 0.3);
    animation: radarSpin 8s linear infinite;
}

.tracker-loader-core-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #db2777 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.55rem;
    box-shadow: 0 0 28px rgba(79, 70, 229, 0.65);
    position: relative;
    z-index: 2;
    animation: coreIconPulse 2s infinite ease-in-out;
}

.tracker-loader-scanning-beam {
    position: absolute;
    width: 110px;
    height: 2.5px;
    top: 50%;
    left: -5px;
    background: linear-gradient(90deg, transparent, #38bdf8, #818cf8, transparent);
    box-shadow: 0 0 8px #38bdf8;
    animation: scanBeam 1.8s ease-in-out infinite;
    pointer-events: none;
    z-index: 3;
}

.tracker-loader-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px;
    border-radius: 20px;
    background: #eef2ff;
    border: 1px solid #c7d2fe;
    color: #4338ca;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.85rem;
}

.tracker-pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 8px #10b981;
    animation: dotBlink 1s infinite alternate;
}

.tracker-loader-title {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 1.45rem !important;
    font-weight: 900 !important;
    color: #0f172a !important;
    margin-bottom: 0.5rem !important;
    letter-spacing: -0.02em !important;
}

.tracker-loader-subtitle-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 28px;
    margin-bottom: 1.4rem;
}

.tracker-loader-spin-icon {
    color: #6366f1;
    font-size: 0.92rem;
}

.tracker-loader-subtitle {
    font-size: 0.90rem !important;
    color: #475569 !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em;
}

.tracker-loader-progress-wrap {
    width: 100%;
    max-width: 380px;
    height: 8px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto 1.3rem;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}

.tracker-loader-progress-bar {
    height: 100%;
    width: 0%;
    border-radius: 10px;
    background: linear-gradient(90deg, #10b981 0%, #4f46e5 50%, #ec4899 100%);
    transition: width 0.45s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 0 14px rgba(79, 70, 229, 0.7);
}

.tracker-loader-metrics-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.metric-bit {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 11px;
    border-radius: 9px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 0.72rem;
    font-weight: 800;
    color: #64748b;
    letter-spacing: 0.03em;
}

.tracker-result-reveal {
    animation: trackerSlideUpIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
}

@keyframes radarSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes radarSpinRev {
    from { transform: rotate(360deg); }
    to { transform: rotate(0deg); }
}

@keyframes orbGlowPulse {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.18); }
}

@keyframes coreIconPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes scanBeam {
    0%, 100% { transform: translateY(-38px); opacity: 0; }
    50% { transform: translateY(38px); opacity: 1; }
}

@keyframes dotBlink {
    from { opacity: 0.4; }
    to { opacity: 1; }
}

@keyframes trackerFadeIn {
    from { opacity: 0; transform: scale(0.96); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes trackerSlideUpIn {
    from { opacity: 0; transform: translateY(20px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

/* ═══════════════════════════════════════════════════════════════════════════
   GİZLİLİK & KULLANICI YASAL SORUMLULUK UYARI KARTI (TÜM BAŞVURU MODALLARI)
   ═══════════════════════════════════════════════════════════════════════════ */
.ticket-security-warning-notice {
    background: #fffbeb !important;
    border: 1.5px solid #fde68a !important;
    border-radius: 14px !important;
    padding: 13px 15px !important;
    margin: 14px 0 !important;
    text-align: left !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.08) !important;
}

.ticket-security-warning-notice .notice-head {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-family: var(--font-heading, sans-serif) !important;
    font-size: 0.78rem !important;
    font-weight: 800 !important;
    color: #92400e !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
}

.ticket-security-warning-notice .notice-head i {
    font-size: 0.92rem !important;
    color: #d97706 !important;
}

.ticket-security-warning-notice .notice-body {
    font-size: 0.82rem !important;
    color: #334155 !important;
    line-height: 1.55 !important;
    margin: 0 !important;
}

.ticket-security-warning-notice .notice-body strong {
    color: #0f172a !important;
    font-weight: 700 !important;
}

.ticket-security-warning-notice .notice-body a {
    color: #4f46e5 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
}

/* Yalnızca Gerçek Karanlık Mod Açıkken Devreye Giren Stil */
html.dark-theme .ticket-security-warning-notice,
body.dark-theme .ticket-security-warning-notice {
    background: rgba(245, 158, 11, 0.09) !important;
    border: 1.5px solid rgba(245, 158, 11, 0.35) !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25) !important;
}

html.dark-theme .ticket-security-warning-notice .notice-head,
body.dark-theme .ticket-security-warning-notice .notice-head {
    color: #fbbf24 !important;
}

html.dark-theme .ticket-security-warning-notice .notice-head i,
body.dark-theme .ticket-security-warning-notice .notice-head i {
    color: #f59e0b !important;
}

html.dark-theme .ticket-security-warning-notice .notice-body,
body.dark-theme .ticket-security-warning-notice .notice-body {
    color: #e2e8f0 !important;
}

html.dark-theme .ticket-security-warning-notice .notice-body strong,
body.dark-theme .ticket-security-warning-notice .notice-body strong {
    color: #ffffff !important;
}

html.dark-theme .ticket-security-warning-notice .notice-body a,
body.dark-theme .ticket-security-warning-notice .notice-body a {
    color: #a5b4fc !important;
}

/* ==============================================================================
   OBK ARCADE & GAMING STUDIO (CYBER COMING SOON MODAL - SLEEK & COMPACT)
   ============================================================================== */
.games-arcade-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    opacity: 0;
    transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.games-arcade-modal.active {
    display: flex;
    opacity: 1;
}

.games-arcade-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(5, 8, 20, 0.78);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.games-arcade-dialog.cyber-compact-card {
    background: linear-gradient(160deg, rgba(15, 23, 42, 0.96) 0%, rgba(10, 15, 30, 0.98) 100%);
    border: 1.5px solid rgba(168, 85, 247, 0.35);
    border-radius: 28px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.8), 0 0 50px rgba(124, 58, 237, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    width: 100%;
    max-width: 440px;
    padding: 2.4rem 2rem 2rem;
    text-align: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
    transform: scale(0.92) translateY(16px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.games-arcade-modal.active .games-arcade-dialog.cyber-compact-card {
    transform: scale(1) translateY(0);
}

.arcade-modal-close-btn {
    position: absolute;
    right: 1.1rem;
    top: 1.1rem;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #94a3b8;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 10;
}

.arcade-modal-close-btn:hover {
    background: rgba(239, 68, 68, 0.2);
    border-color: rgba(239, 68, 68, 0.4);
    color: #f87171;
    transform: rotate(90deg);
}

/* Hologram Glowing Centerpiece */
.cyber-holo-orb {
    width: 90px;
    height: 90px;
    margin: 0 auto 1.3rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cyber-spin-ring {
    position: absolute;
    border-radius: 50%;
}

.cyber-spin-ring.ring-1 {
    inset: -6px;
    border: 1.5px dashed rgba(168, 85, 247, 0.5);
    animation: rotateCyberRing 10s linear infinite;
}

.cyber-spin-ring.ring-2 {
    inset: 2px;
    border: 1.5px dotted rgba(6, 182, 212, 0.6);
    animation: rotateCyberRing 7s linear infinite reverse;
}

@keyframes rotateCyberRing {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.cyber-core-icon {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    background: linear-gradient(135deg, #7c3aed 0%, #4f46e5 50%, #06b6d4 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.75rem;
    box-shadow: 0 0 30px rgba(124, 58, 237, 0.6), inset 0 0 15px rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 2;
    animation: floatGamepadCore 2.8s ease-in-out infinite alternate;
}

@keyframes floatGamepadCore {
    0% { transform: translateY(0) scale(0.97); }
    100% { transform: translateY(-4px) scale(1.03); }
}

/* Status Tag */
.cyber-status-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(124, 58, 237, 0.16);
    border: 1px solid rgba(168, 85, 247, 0.38);
    border-radius: 20px;
    padding: 4px 13px;
    color: #c084fc;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.tag-radar-blip {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #06b6d4;
    box-shadow: 0 0 10px #06b6d4;
    animation: blipPulse 1.4s infinite;
}

@keyframes blipPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.4; }
}

/* Main Typography */
.cyber-main-title {
    font-size: 1.55rem;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 0.55rem;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.cyber-neon-glow {
    background: linear-gradient(135deg, #c084fc 0%, #f472b6 50%, #38bdf8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 14px rgba(192, 132, 252, 0.45));
}

.cyber-sub-text {
    font-size: 0.88rem;
    color: #94a3b8;
    line-height: 1.55;
    margin: 0 auto 1.45rem;
    font-weight: 500;
    max-width: 340px;
}

/* Specs Row */
.cyber-specs-row {
    background: rgba(30, 41, 59, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 1.5rem;
}

.spec-item {
    text-align: center;
}

.spec-label {
    color: #64748b;
    font-size: 0.65rem;
    font-weight: 800;
    display: block;
    margin-bottom: 2px;
    letter-spacing: 0.04em;
}

.spec-val {
    color: #f1f5f9;
    font-size: 0.78rem;
    font-weight: 800;
    font-family: var(--font-mono, monospace);
}

.spec-val.pulse-cyan {
    color: #38bdf8;
    text-shadow: 0 0 10px rgba(56, 189, 248, 0.5);
}

.spec-divider {
    width: 1px;
    height: 22px;
    background: rgba(255, 255, 255, 0.1);
}

/* Action Button */
.cyber-action-row {
    width: 100%;
}

.btn-cyber-primary {
    width: 100%;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #7c3aed 0%, #4f46e5 50%, #06b6d4 100%);
    border: none;
    color: #ffffff;
    font-weight: 800;
    font-size: 0.92rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 6px 24px rgba(124, 58, 237, 0.45);
}

.btn-cyber-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(124, 58, 237, 0.65);
    filter: brightness(1.1);
}

@media (max-width: 480px) {
    .games-arcade-dialog.cyber-compact-card {
        padding: 2rem 1.4rem 1.6rem;
        border-radius: 24px;
    }
    .cyber-main-title {
        font-size: 1.35rem;
    }
}

/* ==============================================================================
   OBK ULTRA-PREMIUM LOGO ANIMATION PRELOADER (SPLASH / INTRO)
   ============================================================================== */
html.intro-skipped #obkIntroLoader {
    display: none !important;
}

.obk-intro-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    background: #030712;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.6s;
    user-select: none;
}

.obk-intro-loader.dismissed {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.04);
    pointer-events: none;
}

.obk-intro-ambient-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(99, 102, 241, 0.15) 0%, rgba(6, 182, 212, 0.08) 40%, #030712 75%);
    pointer-events: none;
}

.obk-intro-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
}

.obk-intro-video-frame {
    width: 280px;
    max-width: 82vw;
    height: 280px;
    max-height: 82vw;
    border-radius: 36px;
    background: #000000;
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.9), 0 0 60px rgba(99, 102, 241, 0.35);
    overflow: hidden;
    position: relative;
    margin-bottom: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: introFramePulse 2.5s ease-in-out infinite alternate;
}

@keyframes introFramePulse {
    0% { box-shadow: 0 25px 70px rgba(0, 0, 0, 0.9), 0 0 40px rgba(99, 102, 241, 0.25); }
    100% { box-shadow: 0 25px 80px rgba(0, 0, 0, 0.95), 0 0 75px rgba(6, 182, 212, 0.45); }
}

.obk-intro-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.obk-intro-status-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
}

.obk-intro-status-row {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.obk-intro-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #38bdf8;
    box-shadow: 0 0 10px #38bdf8;
    animation: introDotBlink 1.2s infinite;
}

@keyframes introDotBlink {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: 0.35; }
}

.obk-intro-status-text {
    font-size: 0.78rem;
    font-weight: 800;
    color: #94a3b8;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-family: var(--font-mono, monospace);
}

.obk-intro-progress-bar {
    width: 220px;
    max-width: 80vw;
    height: 4px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 99px;
    overflow: hidden;
    position: relative;
}

.obk-intro-progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #7c3aed, #06b6d4, #10b981);
    border-radius: 99px;
    box-shadow: 0 0 12px rgba(6, 182, 212, 0.8);
    animation: obkLinearProgress 5s linear forwards;
}

@keyframes obkLinearProgress {
    0% { width: 0%; }
    100% { width: 100%; }
}

.obk-intro-actions-top {
    position: absolute;
    top: 24px;
    right: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 10;
}

.obk-intro-sound-btn {
    background: rgba(168, 85, 247, 0.18);
    border: 1px solid rgba(168, 85, 247, 0.4);
    border-radius: 50px;
    padding: 7px 16px;
    color: #e9d5ff;
    font-size: 0.82rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    backdrop-filter: blur(12px);
    transition: all 0.25s ease;
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.2);
}

.obk-intro-sound-btn:hover {
    background: #7c3aed;
    color: #ffffff;
    border-color: #7c3aed;
    box-shadow: 0 0 20px rgba(124, 58, 237, 0.5);
    transform: translateY(-1px);
}

.obk-intro-skip-btn {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50px;
    padding: 7px 18px;
    color: #94a3b8;
    font-size: 0.82rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    backdrop-filter: blur(12px);
    transition: all 0.25s ease;
}

.obk-intro-skip-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
}

/* ==============================================================================
   🌟 ULTRA-LUXE SOCIAL MEDIA COMING SOON MODAL (ÇOK YAKINDA MODALI)
   ============================================================================== */
.obk-social-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 100000;
    background: rgba(3, 6, 15, 0.78);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease;
}

.obk-social-modal-backdrop.is-active {
    opacity: 1;
    visibility: visible;
}

.obk-social-modal-card {
    position: relative;
    width: min(460px, 94vw);
    background: linear-gradient(145deg, #131b2e 0%, #0b0f19 100%);
    border: 1.5px solid rgba(99, 102, 241, 0.35);
    border-radius: 26px;
    padding: 2.2rem 1.8rem 1.8rem;
    box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.8), 0 0 40px rgba(99, 102, 241, 0.2);
    color: #ffffff;
    text-align: center;
    transform: scale(0.92) translateY(15px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-sizing: border-box;
    overflow: hidden;
}

.obk-social-modal-backdrop.is-active .obk-social-modal-card {
    transform: scale(1) translateY(0);
}

.obk-social-close-corner {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.obk-social-close-corner:hover {
    background: rgba(239, 68, 68, 0.2);
    color: #f87171;
    border-color: rgba(239, 68, 68, 0.4);
    transform: rotate(90deg);
}

.obk-social-icon-orbit {
    position: relative;
    width: 76px;
    height: 76px;
    margin: 0 auto 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    font-size: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.obk-social-icon-orbit::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 26px;
    border: 1.5px dashed rgba(99, 102, 241, 0.5);
    animation: rotateOrbit 12s linear infinite;
    opacity: 0.8;
}

@keyframes rotateOrbit {
    to { transform: rotate(360deg); }
}

.obk-social-tag-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    border-radius: 9999px;
    background: rgba(99, 102, 241, 0.15);
    border: 1px solid rgba(99, 102, 241, 0.4);
    color: #a5b4fc;
    font-size: 0.74rem;
    font-weight: 800;
    font-family: var(--font-mono, monospace);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}

.obk-social-title {
    font-family: var(--font-heading, sans-serif);
    font-size: 1.35rem;
    font-weight: 850;
    color: #ffffff;
    margin: 0 0 0.6rem;
    letter-spacing: -0.01em;
}

.obk-social-desc {
    font-size: 0.88rem;
    color: #cbd5e1;
    line-height: 1.6;
    margin: 0 0 1.4rem;
    padding: 0 6px;
}

.obk-social-desc strong {
    color: #ffffff;
}

/* Bionluk Doğrulanmış Kartı */
.obk-social-bionluk-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 18px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 1.4rem;
    text-align: left;
    transition: all 0.25s ease;
}

.obk-social-bionluk-card:hover {
    background: rgba(234, 88, 12, 0.08);
    border-color: rgba(234, 88, 12, 0.3);
}

.obk-bionluk-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.obk-bionluk-symbol {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #ea580c;
    color: #ffffff;
    font-weight: 900;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(234, 88, 12, 0.4);
}

.obk-bionluk-meta strong {
    display: block;
    font-size: 0.84rem;
    color: #ffffff;
    margin-bottom: 2px;
}

.obk-bionluk-meta span {
    display: block;
    font-size: 0.74rem;
    color: #94a3b8;
    line-height: 1.35;
}

.btn-obk-bionluk-go {
    padding: 7px 13px;
    border-radius: 10px;
    background: #ea580c;
    color: #ffffff !important;
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.btn-obk-bionluk-go:hover {
    background: #c2410c;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(234, 88, 12, 0.45);
}

.btn-obk-social-dismiss {
    width: 100%;
    padding: 12px 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    border: none;
    color: #ffffff;
    font-family: var(--font-sans, sans-serif);
    font-size: 0.88rem;
    font-weight: 800;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.35);
    transition: all 0.25s ease;
}

.btn-obk-social-dismiss:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.45);
}




