/**
 * iMRAK.COM.TR
 * Creative Web Design Agency
 * Korhan Mustafa İMRAK
 */

/* ===== CSS Variables - Developer Agency: Koyu Tema, Cyan Vurgu ===== */
:root {
    --primary: #e2e8f0;
    --primary-dark: #0f172a;
    --primary-light: #334155;
    --accent: #22d3ee;
    --accent-hover: #06b6d4;
    --accent-purple: #22d3ee;
    --accent-purple-light: #67e8f9;
    --light: #1e293b;
    --bg-beige: #0f172a;
    --bg-warm: #0c1222;
    --bg-card: rgba(30, 41, 59, 0.6);
    --bg-card-hover: rgba(51, 65, 85, 0.7);
    --muted: #94a3b8;
    --white: #f8fafc;
    --shadow: 0 4px 24px rgba(0,0,0,0.3);
    --shadow-lg: 0 10px 40px rgba(0,0,0,0.4);
    --radius: 12px;
    --radius-sm: 8px;
    --transition: 0.2s ease;
    --gradient-hero: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    --gradient-btn: linear-gradient(135deg, #0891b2 0%, #22d3ee 100%);
    --glow-accent: 0 0 40px rgba(34, 211, 238, 0.25);
    --glow-card: 0 20px 50px -15px rgba(0, 0, 0, 0.4);
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    --accent-icon: #22d3ee;
    --accent-glow: rgba(34, 211, 238, 0.4);
    --border-subtle: rgba(148, 163, 184, 0.15);
}

/* ===== Reset & Base ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; margin: 0; padding: 0; font-size: 100%; }
body {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--bg-beige);
    color: var(--primary);
    line-height: 1.6;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.korhan-mustafa-imrak-page-wrap {
    flex: 1;
}

/* ===== Responsive H Etiketleri ===== */
h1 { font-size: clamp(1.75rem, 5vw, 2.5rem); font-weight: 700; line-height: 1.2; }
h2 { font-size: clamp(1.5rem, 4vw, 2rem); font-weight: 600; line-height: 1.3; }
h3 { font-size: clamp(1.25rem, 3vw, 1.5rem); font-weight: 600; line-height: 1.4; }
h4 { font-size: clamp(1.1rem, 2.5vw, 1.25rem); font-weight: 600; line-height: 1.4; }
h5 { font-size: clamp(1rem, 2vw, 1.1rem); font-weight: 600; line-height: 1.5; }

/* ===== Navigation - DEVRİM NİTELİĞİNDE ===== */
.korhan-mustafa-imrak-nav-bar {
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 1100;
    border-bottom: 1px solid var(--border-subtle);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.4s var(--ease-out-expo);
}
.korhan-mustafa-imrak-nav-bar.korhan-mustafa-imrak-nav-premium {
    overflow: hidden;
}
.korhan-mustafa-imrak-nav-bar.korhan-mustafa-imrak-nav-premium .korhan-mustafa-imrak-nav-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}
/* Header Premium BG - Footer ile aynı animasyonlar (ölçeklenmiş) */
.korhan-mustafa-imrak-nav-premium-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(135deg, #0a0f1a 0%, #0c1222 50%, #060a12 100%);
}
.korhan-mustafa-imrak-nav-premium-mesh {
    position: absolute;
    inset: -30%;
    background-size: 200% 200%;
    background-image: radial-gradient(ellipse 80% 50% at 20% 20%, rgba(12, 74, 110, 0.35) 0%, transparent 50%),
        radial-gradient(ellipse 60% 80% at 80% 80%, rgba(14, 118, 144, 0.25) 0%, transparent 50%);
    pointer-events: none;
    animation: heroMeshMove 18s ease-in-out infinite;
}
.korhan-mustafa-imrak-nav-premium-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.45;
    pointer-events: none;
}
.korhan-mustafa-imrak-nav-premium-orb-1 {
    width: 120px;
    height: 120px;
    background: rgba(12, 74, 110, 0.5);
    top: -60px;
    right: 5%;
    animation: heroOrbFloat1 14s ease-in-out infinite;
}
.korhan-mustafa-imrak-nav-premium-orb-2 {
    width: 90px;
    height: 90px;
    background: rgba(13, 148, 136, 0.4);
    bottom: -45px;
    left: 10%;
    animation: heroOrbFloat2 16s ease-in-out infinite 2s;
}
.korhan-mustafa-imrak-nav-premium-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(12, 74, 110, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 148, 136, 0.03) 1px, transparent 1px);
    background-size: 32px 32px;
    background-position: 0 0;
    pointer-events: none;
    animation: heroGridPulse 8s ease-in-out infinite, footerGridMove 25s linear infinite;
}
.korhan-mustafa-imrak-nav-premium-glow {
    position: absolute;
    width: 150%;
    height: 200%;
    top: -50%;
    left: -25%;
    border-radius: 50%;
    background: conic-gradient(from 0deg, transparent, rgba(12, 74, 110, 0.25), transparent, rgba(13, 148, 136, 0.15), transparent);
    animation: heroGlowRotate 25s linear infinite;
    pointer-events: none;
    opacity: 0.3;
}
.korhan-mustafa-imrak-nav-premium-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}
.korhan-mustafa-imrak-nav-particle {
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: rgba(34, 211, 238, 0.5);
    animation: heroParticleFloat 12s ease-in-out infinite;
}
.korhan-mustafa-imrak-nav-particle:nth-child(1) { left: 20%; top: 30%; animation-delay: 0s; animation-duration: 9s; }
.korhan-mustafa-imrak-nav-particle:nth-child(2) { left: 60%; top: 60%; animation-delay: -3s; animation-duration: 11s; }
.korhan-mustafa-imrak-nav-particle:nth-child(3) { left: 85%; top: 40%; animation-delay: -5s; animation-duration: 8s; }
.korhan-mustafa-imrak-nav-premium-code {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}
.korhan-mustafa-imrak-nav-code-item {
    position: absolute;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: rgba(34, 211, 238, 0.12);
    white-space: nowrap;
    animation: footerCodeFloat 20s ease-in-out infinite;
}
.korhan-mustafa-imrak-nav-code-item:nth-child(1) { left: 8%; top: 20%; animation-delay: 0s; }
.korhan-mustafa-imrak-nav-code-item:nth-child(2) { left: 35%; top: 60%; animation-delay: -4s; }
.korhan-mustafa-imrak-nav-code-item:nth-child(3) { left: 55%; top: 25%; animation-delay: -2s; }
.korhan-mustafa-imrak-nav-code-item:nth-child(4) { left: 72%; top: 70%; animation-delay: -6s; }
.korhan-mustafa-imrak-nav-code-item:nth-child(5) { left: 90%; top: 35%; animation-delay: -3s; }
.korhan-mustafa-imrak-nav-code-item:nth-child(6) { left: 15%; top: 75%; animation-delay: -5s; }
.korhan-mustafa-imrak-nav-bar::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.4), transparent);
    background-size: 200% 100%;
    animation: navGlowLine 8s ease-in-out infinite;
    opacity: 0.8;
}
@keyframes navGlowLine {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}
.korhan-mustafa-imrak-nav-bar.korhan-mustafa-imrak-scrolled {
    background: rgba(15, 23, 42, 0.98);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4);
}
.korhan-mustafa-imrak-nav-logo {
    color: var(--white);
    font-weight: 700;
    font-size: clamp(1.43rem, 3.6vw, 1.79rem);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.3;
    transition: opacity 0.3s;
    flex-shrink: 0;
}
.korhan-mustafa-imrak-nav-logo:hover { opacity: 0.95; }
/* Logo üstte ortada */
.korhan-mustafa-imrak-nav-bar .korhan-mustafa-imrak-nav-logo {
    align-items: center;
}
.korhan-mustafa-imrak-nav-logo-img {
    height: 57px;
    width: auto;
    max-width: 257px;
    object-fit: contain;
    display: block;
}
.korhan-mustafa-imrak-nav-marka {
    font-weight: 700;
    background: linear-gradient(135deg, #fff 0%, #67e8f9 50%, #22d3ee 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.korhan-mustafa-imrak-nav-tagline {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: var(--muted);
    margin-top: 0.1rem;
}

.korhan-mustafa-imrak-nav-links {
    display: flex;
    gap: 0.25rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.korhan-mustafa-imrak-nav-links a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.5rem 0.85rem;
    border-radius: var(--radius-sm);
    position: relative;
    transition: all 0.3s ease;
}
.korhan-mustafa-imrak-nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--accent);
    border-radius: 2px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}
.korhan-mustafa-imrak-nav-links a:hover {
    color: #fff;
    background: rgba(34, 211, 238, 0.1);
}
.korhan-mustafa-imrak-nav-links a:hover::after { width: 60%; }
.korhan-mustafa-imrak-nav-links a.korhan-mustafa-imrak-active {
    color: #fff;
    background: rgba(34, 211, 238, 0.15);
    border: 1px solid var(--border-subtle);
}
.korhan-mustafa-imrak-nav-links a.korhan-mustafa-imrak-active::after {
    width: 70%;
}
.korhan-mustafa-imrak-nav-links a i[aria-hidden="true"] {
    margin-right: 0.4rem;
    opacity: 0.9;
    color: var(--accent);
}


/* Mobil: Logo ortada, hamburger sağda */
@media (max-width: 992px) {
    .korhan-mustafa-imrak-nav-bar {
        padding: 0.75rem 1rem;
    }
    .korhan-mustafa-imrak-nav-links {
        display: none !important;
    }
    .korhan-mustafa-imrak-nav-hamburger {
        display: flex !important;
        margin-left: auto;
        position: relative;
        z-index: 1;
    }
    .korhan-mustafa-imrak-nav-bar.korhan-mustafa-imrak-nav-premium .korhan-mustafa-imrak-nav-inner {
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        position: relative;
    }
    .korhan-mustafa-imrak-nav-bar .korhan-mustafa-imrak-nav-logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .korhan-mustafa-imrak-nav-logo-img {
        height: 52px;
        max-width: 229px;
    }
}

/* Hamburger Buton - Sadece mobilde görünsün */
.korhan-mustafa-imrak-nav-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 48px;
    height: 48px;
    padding: 0;
    margin-left: auto;
    background: rgba(34, 211, 238, 0.12);
    border: 1px solid rgba(34, 211, 238, 0.3);
    border-radius: 10px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transition: all 0.3s var(--ease-out-expo);
}
.korhan-mustafa-imrak-nav-hamburger:hover {
    background: rgba(34, 211, 238, 0.2);
    border-color: var(--accent);
}
.korhan-mustafa-imrak-nav-hamburger:active {
    transform: scale(0.96);
}
.korhan-mustafa-imrak-hamburger-line {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--accent);
    border-radius: 2px;
    transition: all 0.35s var(--ease-out-expo);
}
.korhan-mustafa-imrak-nav-hamburger.korhan-mustafa-imrak-active .korhan-mustafa-imrak-hamburger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.korhan-mustafa-imrak-nav-hamburger.korhan-mustafa-imrak-active .korhan-mustafa-imrak-hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.korhan-mustafa-imrak-nav-hamburger.korhan-mustafa-imrak-active .korhan-mustafa-imrak-hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobil Menü Overlay - DEVRİM NİTELİĞİNDE */
.korhan-mustafa-imrak-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 1099;
    pointer-events: none;
    visibility: hidden;
    transition: visibility 0.35s;
}
.korhan-mustafa-imrak-mobile-menu.korhan-mustafa-imrak-open {
    pointer-events: auto;
    visibility: visible;
}
.korhan-mustafa-imrak-mobile-menu-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    transition: opacity 0.35s var(--ease-out-expo);
}
.korhan-mustafa-imrak-mobile-menu.korhan-mustafa-imrak-open .korhan-mustafa-imrak-mobile-menu-backdrop {
    opacity: 1;
}
.korhan-mustafa-imrak-mobile-menu-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(380px, 90vw);
    background: linear-gradient(180deg, #0c1222 0%, #0f172a 50%, #0a0f1a 100%);
    box-shadow: -8px 0 40px rgba(0, 0, 0, 0.5);
    transform: translateX(100%);
    transition: transform 0.4s var(--ease-out-expo);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.korhan-mustafa-imrak-mobile-menu.korhan-mustafa-imrak-open .korhan-mustafa-imrak-mobile-menu-panel {
    transform: translateX(0);
}
.korhan-mustafa-imrak-mobile-menu-header {
    padding: 1.5rem 1.25rem;
    border-bottom: 1px solid rgba(34, 211, 238, 0.15);
}
.korhan-mustafa-imrak-mobile-menu-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--white);
    background: linear-gradient(135deg, #fff 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.korhan-mustafa-imrak-mobile-menu-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    padding: 1rem;
}
.korhan-mustafa-imrak-mobile-menu-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.25s ease;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    border-left: 3px solid transparent;
}
.korhan-mustafa-imrak-mobile-menu-link i {
    width: 1.25rem;
    text-align: center;
    color: var(--accent);
    font-size: 1rem;
}
.korhan-mustafa-imrak-mobile-menu-link:active {
    background: rgba(34, 211, 238, 0.15);
}
.korhan-mustafa-imrak-mobile-menu-link.korhan-mustafa-imrak-active {
    background: rgba(34, 211, 238, 0.12);
    border-left-color: var(--accent);
    color: var(--white);
}
.korhan-mustafa-imrak-mobile-menu-link.korhan-mustafa-imrak-active i {
    color: var(--accent);
}
body.korhan-mustafa-imrak-nav-open {
    overflow: hidden;
}
/* Mobil menü - sadece mobilde (JS ile açılır) */
@media (min-width: 993px) {
    .korhan-mustafa-imrak-mobile-menu {
        display: none !important;
    }
}

/* ===== Footer ===== */
.korhan-mustafa-imrak-footer {
    position: relative;
    background: #0c1222;
    color: var(--white);
    padding: 2rem 1.5rem;
    margin-top: 2rem;
    border-top: 1px solid var(--border-subtle);
}
.korhan-mustafa-imrak-footer-inner { max-width: 1100px; margin: 0 auto; }
.korhan-mustafa-imrak-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1rem;
}
.korhan-mustafa-imrak-footer-links a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    transition: color var(--transition);
}
.korhan-mustafa-imrak-footer-links a:hover { color: var(--white); }
.korhan-mustafa-imrak-footer-links a i[aria-hidden="true"] { margin-right: 0.35rem; opacity: 0.9; }
.korhan-mustafa-imrak-footer p { opacity: 0.8; font-size: 0.9rem; }

@media (max-width: 480px) {
    .korhan-mustafa-imrak-footer-links { flex-direction: column; gap: 0.75rem; }
}

/* ===== Footer Premium (Anasayfa) ===== */
.korhan-mustafa-imrak-footer-premium {
    position: relative;
    margin-top: 0;
    color: var(--white);
    overflow: hidden;
    border-top: 1px solid rgba(34, 211, 238, 0.2);
}
.korhan-mustafa-imrak-footer-premium-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, #060a12 0%, #0c1222 30%, #0a0f1a 100%);
}
/* Hero slider tarzı mesh - translate, scale, rotate */
.korhan-mustafa-imrak-footer-premium-mesh {
    position: absolute;
    inset: -50%;
    background-size: 200% 200%;
    background-image: radial-gradient(ellipse 80% 50% at 20% 20%, rgba(12, 74, 110, 0.4) 0%, transparent 50%),
        radial-gradient(ellipse 60% 80% at 80% 80%, rgba(14, 118, 144, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse 50% 50% at 50% 50%, rgba(13, 148, 136, 0.2) 0%, transparent 60%);
    pointer-events: none;
    animation: heroMeshMove 18s ease-in-out infinite;
}
/* Hero slider tarzı orb'lar - heroOrbFloat1/2/3 */
.korhan-mustafa-imrak-footer-premium-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(clamp(50px, 10vw, 80px));
    opacity: 0.5;
    pointer-events: none;
}
.korhan-mustafa-imrak-footer-premium-orb-1 {
    width: clamp(180px, 35vw, 380px);
    height: clamp(180px, 35vw, 380px);
    background: rgba(12, 74, 110, 0.45);
    top: -120px;
    right: -80px;
    animation: heroOrbFloat1 14s ease-in-out infinite;
}
.korhan-mustafa-imrak-footer-premium-orb-2 {
    width: clamp(140px, 28vw, 300px);
    height: clamp(140px, 28vw, 300px);
    background: rgba(13, 148, 136, 0.35);
    bottom: -60px;
    left: -60px;
    animation: heroOrbFloat2 16s ease-in-out infinite 2s;
}
.korhan-mustafa-imrak-footer-premium-orb-3 {
    width: clamp(100px, 20vw, 220px);
    height: clamp(100px, 20vw, 220px);
    background: rgba(14, 118, 144, 0.35);
    top: 40%;
    left: 5%;
    animation: heroOrbFloat3 12s ease-in-out infinite 1s;
}
.korhan-mustafa-imrak-footer-premium-orb-4 {
    width: clamp(80px, 15vw, 160px);
    height: clamp(80px, 15vw, 160px);
    background: rgba(13, 148, 136, 0.3);
    top: 20%;
    right: 15%;
    animation: heroOrbFloat2 13s ease-in-out infinite reverse 3s;
}
/* Hero slider tarzı grid - pulse + mask */
.korhan-mustafa-imrak-footer-premium-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(12, 74, 110, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 148, 136, 0.04) 1px, transparent 1px);
    background-size: clamp(30px, 5vw, 48px) clamp(30px, 5vw, 48px);
    background-position: 0 0;
    pointer-events: none;
    mask-image: radial-gradient(ellipse 90% 70% at 50% 50%, black 20%, transparent 75%);
    animation: heroGridPulse 8s ease-in-out infinite, footerGridMove 25s linear infinite;
}
@keyframes footerGridMove {
    0% { background-position: 0 0; }
    100% { background-position: 48px 48px; }
}
/* Hero slider tarzı dönen glow halkası */
.korhan-mustafa-imrak-footer-premium-glow {
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    border-radius: 50%;
    background: conic-gradient(from 0deg, transparent, rgba(12, 74, 110, 0.3), transparent, rgba(13, 148, 136, 0.2), transparent);
    animation: heroGlowRotate 25s linear infinite;
    pointer-events: none;
    opacity: 0.4;
}
/* Hero slider tarzı parçacıklar */
.korhan-mustafa-imrak-footer-premium-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}
.korhan-mustafa-imrak-footer-premium-particles::before,
.korhan-mustafa-imrak-footer-premium-particles::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    animation: heroParticleFloat 10s ease-in-out infinite;
}
.korhan-mustafa-imrak-footer-premium-particles::before {
    background: rgba(13, 148, 136, 0.5);
    left: 18%;
    top: 25%;
    animation-delay: 0s;
}
.korhan-mustafa-imrak-footer-premium-particles::after {
    background: rgba(12, 74, 110, 0.45);
    right: 22%;
    bottom: 35%;
    animation-delay: -4s;
}
.korhan-mustafa-imrak-footer-particle {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(34, 211, 238, 0.4);
    animation: heroParticleFloat 12s ease-in-out infinite;
}
.korhan-mustafa-imrak-footer-particle:nth-child(1) { left: 55%; top: 15%; animation-delay: -2s; animation-duration: 9s; }
.korhan-mustafa-imrak-footer-particle:nth-child(2) { left: 75%; top: 60%; animation-delay: -5s; animation-duration: 11s; }
.korhan-mustafa-imrak-footer-particle:nth-child(3) { left: 12%; top: 70%; animation-delay: -1s; animation-duration: 8s; }
.korhan-mustafa-imrak-footer-particle:nth-child(4) { left: 40%; top: 85%; animation-delay: -7s; animation-duration: 10s; }
/* Arka planda hareket eden kod parçacıkları */
.korhan-mustafa-imrak-footer-premium-code {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}
.korhan-mustafa-imrak-footer-code-item {
    position: absolute;
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
    font-size: 0.75rem;
    color: rgba(34, 211, 238, 0.15);
    white-space: nowrap;
    animation: footerCodeFloat 20s ease-in-out infinite;
}
.korhan-mustafa-imrak-footer-code-item:nth-child(1) { left: 5%; top: 15%; animation-delay: 0s; animation-duration: 18s; }
.korhan-mustafa-imrak-footer-code-item:nth-child(2) { left: 25%; top: 8%; animation-delay: -3s; animation-duration: 22s; }
.korhan-mustafa-imrak-footer-code-item:nth-child(3) { left: 45%; top: 25%; animation-delay: -6s; animation-duration: 16s; }
.korhan-mustafa-imrak-footer-code-item:nth-child(4) { left: 70%; top: 12%; animation-delay: -2s; animation-duration: 24s; }
.korhan-mustafa-imrak-footer-code-item:nth-child(5) { left: 85%; top: 30%; animation-delay: -8s; animation-duration: 19s; }
.korhan-mustafa-imrak-footer-code-item:nth-child(6) { left: 12%; top: 55%; animation-delay: -4s; animation-duration: 21s; }
.korhan-mustafa-imrak-footer-code-item:nth-child(7) { left: 35%; top: 65%; animation-delay: -1s; animation-duration: 17s; }
.korhan-mustafa-imrak-footer-code-item:nth-child(8) { left: 55%; top: 75%; animation-delay: -5s; animation-duration: 23s; }
.korhan-mustafa-imrak-footer-code-item:nth-child(9) { left: 78%; top: 60%; animation-delay: -7s; animation-duration: 15s; }
.korhan-mustafa-imrak-footer-code-item:nth-child(10) { left: 92%; top: 80%; animation-delay: -9s; animation-duration: 20s; }
.korhan-mustafa-imrak-footer-code-item:nth-child(11) { left: 8%; top: 85%; animation-delay: -2s; animation-duration: 18s; }
.korhan-mustafa-imrak-footer-code-item:nth-child(12) { left: 40%; top: 40%; animation-delay: -4s; animation-duration: 25s; }
.korhan-mustafa-imrak-footer-code-item:nth-child(13) { left: 62%; top: 45%; animation-delay: -6s; animation-duration: 14s; }
.korhan-mustafa-imrak-footer-code-item:nth-child(14) { left: 18%; top: 35%; animation-delay: -10s; animation-duration: 26s; }
.korhan-mustafa-imrak-footer-code-item:nth-child(15) { left: 88%; top: 50%; animation-delay: -3s; animation-duration: 19s; }
.korhan-mustafa-imrak-footer-code-item:nth-child(odd) { animation-name: footerCodeFloat; }
.korhan-mustafa-imrak-footer-code-item:nth-child(even) { animation-name: footerCodeDrift; }
@keyframes footerCodeFloat {
    0%, 100% { transform: translate(0, 0) rotate(0deg); opacity: 0.12; }
    25% { transform: translate(15px, -20px) rotate(2deg); opacity: 0.2; }
    50% { transform: translate(-10px, 15px) rotate(-1deg); opacity: 0.15; }
    75% { transform: translate(20px, 10px) rotate(1deg); opacity: 0.18; }
}
@keyframes footerCodeDrift {
    0% { transform: translate(0, 0) rotate(0deg); opacity: 0.1; }
    50% { transform: translate(-25px, -30px) rotate(3deg); opacity: 0.18; }
    100% { transform: translate(20px, 15px) rotate(-2deg); opacity: 0.12; }
}
.korhan-mustafa-imrak-footer-premium-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.korhan-mustafa-imrak-footer-premium-cta {
    padding: 2.5rem 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}
.korhan-mustafa-imrak-footer-premium-cta .korhan-mustafa-imrak-footer-premium-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}
.korhan-mustafa-imrak-footer-cta-content h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0.35rem;
}
.korhan-mustafa-imrak-footer-cta-content p {
    color: rgba(248, 250, 252, 0.75);
    font-size: 0.95rem;
}
.korhan-mustafa-imrak-btn-footer-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.75rem;
    background: linear-gradient(135deg, #0891b2 0%, #22d3ee 100%);
    color: #0f172a !important;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: var(--radius-sm);
    text-decoration: none;
    transition: all 0.3s var(--ease-out-expo);
    box-shadow: 0 4px 20px rgba(34, 211, 238, 0.35);
    animation: footerCtaGlow 3s ease-in-out infinite;
}
.korhan-mustafa-imrak-btn-footer-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(34, 211, 238, 0.45);
    animation: none;
}
@keyframes footerCtaGlow {
    0%, 100% { box-shadow: 0 4px 20px rgba(34, 211, 238, 0.35); }
    50% { box-shadow: 0 4px 28px rgba(34, 211, 238, 0.5); }
}
.korhan-mustafa-imrak-footer-premium-main {
    padding: 3.5rem 0;
}
.korhan-mustafa-imrak-footer-premium-grid-cols {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 2.5rem;
}
.korhan-mustafa-imrak-footer-col-brand {
    padding-right: 1rem;
}
.korhan-mustafa-imrak-footer-brand {
    display: inline-block;
    margin-bottom: 0.5rem;
    text-decoration: none;
    color: var(--white);
}
.korhan-mustafa-imrak-footer-brand-img {
    max-height: 42px;
    width: auto;
    display: block;
}
.korhan-mustafa-imrak-footer-brand-text {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.korhan-mustafa-imrak-footer-brand-tagline {
    font-size: 0.9rem;
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.korhan-mustafa-imrak-footer-brand-desc {
    font-size: 0.9rem;
    color: rgba(248, 250, 252, 0.7);
    line-height: 1.6;
    margin-bottom: 1.25rem;
}
.korhan-mustafa-imrak-footer-social {
    display: flex;
    gap: 0.65rem;
}
.korhan-mustafa-imrak-footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: var(--radius-sm);
    background: rgba(34, 211, 238, 0.12);
    color: var(--accent);
    text-decoration: none;
    transition: all 0.25s ease;
}
.korhan-mustafa-imrak-footer-social-link:hover {
    background: rgba(34, 211, 238, 0.25);
    color: var(--white);
    transform: translateY(-2px) scale(1.08);
}
.korhan-mustafa-imrak-footer-col-title {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--accent);
    margin-bottom: 1rem;
}
.korhan-mustafa-imrak-footer-col-links,
.korhan-mustafa-imrak-footer-col-contact {
    list-style: none;
}
.korhan-mustafa-imrak-footer-col-links li,
.korhan-mustafa-imrak-footer-col-contact li {
    margin-bottom: 0.6rem;
}
.korhan-mustafa-imrak-footer-col-links a,
.korhan-mustafa-imrak-footer-col-contact a {
    color: rgba(248, 250, 252, 0.8);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color var(--transition), transform 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}
.korhan-mustafa-imrak-footer-col-links a:hover,
.korhan-mustafa-imrak-footer-col-contact a:hover {
    color: var(--accent);
    transform: translateX(4px);
}
.korhan-mustafa-imrak-footer-col-links a i,
.korhan-mustafa-imrak-footer-col-contact a i {
    font-size: 0.75rem;
    opacity: 0.8;
}
.korhan-mustafa-imrak-footer-premium-bottom {
    padding: 1.25rem 0;
    border-top: 1px solid rgba(148, 163, 184, 0.1);
}
.korhan-mustafa-imrak-footer-premium-bottom .korhan-mustafa-imrak-footer-premium-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.korhan-mustafa-imrak-footer-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}
.korhan-mustafa-imrak-footer-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    background: rgba(34, 211, 238, 0.15);
    border: 1px solid rgba(34, 211, 238, 0.35);
    color: var(--accent);
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: all 0.3s ease;
}
.korhan-mustafa-imrak-footer-action-btn:hover {
    background: rgba(34, 211, 238, 0.25);
    color: var(--white);
    border-color: var(--accent);
}
.korhan-mustafa-imrak-footer-action-whatsapp {
    background: rgba(37, 211, 102, 0.15);
    border-color: rgba(37, 211, 102, 0.4);
    color: #25d366;
}
.korhan-mustafa-imrak-footer-action-whatsapp:hover {
    background: rgba(37, 211, 102, 0.3);
    color: var(--white);
    border-color: #25d366;
}
.korhan-mustafa-imrak-footer-action-support {
    background: rgba(139, 92, 246, 0.15);
    border-color: rgba(139, 92, 246, 0.4);
    color: #a78bfa;
}
.korhan-mustafa-imrak-footer-action-support:hover {
    background: rgba(139, 92, 246, 0.3);
    color: var(--white);
    border-color: #a78bfa;
}
.korhan-mustafa-imrak-footer-actions-simple {
    margin-top: 0.75rem;
}
.korhan-mustafa-imrak-footer-mobile-fixed {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0.6rem 1rem;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
    background: rgba(15, 23, 42, 0.98);
    backdrop-filter: blur(16px);
    border-top: 1px solid rgba(34, 211, 238, 0.2);
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.3);
}
.korhan-mustafa-imrak-footer-mobile-fixed .korhan-mustafa-imrak-footer-action-btn {
    flex: 1;
    max-width: 180px;
    justify-content: center;
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
}
.korhan-mustafa-imrak-footer-mobile-fixed .korhan-mustafa-imrak-footer-action-btn i {
    font-size: 1rem;
}
.korhan-mustafa-imrak-footer-premium-bottom .korhan-mustafa-imrak-footer-actions,
.korhan-mustafa-imrak-footer-actions-simple {
    display: none;
}
body {
    padding-bottom: 70px;
}
@media (max-width: 768px) {
    body {
        padding-bottom: 54px;
    }
    .korhan-mustafa-imrak-footer-mobile-fixed {
        padding: 0.4rem 0.5rem;
        gap: 0.35rem;
    }
    .korhan-mustafa-imrak-footer-mobile-fixed .korhan-mustafa-imrak-footer-action-btn {
        max-width: none;
        padding: 0.45rem 0.35rem;
        font-size: 0.75rem;
    }
    .korhan-mustafa-imrak-footer-mobile-fixed .korhan-mustafa-imrak-footer-action-btn i {
        font-size: 0.9rem;
    }
    .korhan-mustafa-imrak-footer {
        margin-top: 1rem;
    }
    .korhan-mustafa-imrak-footer-premium-cta {
        padding: 0.75rem 0;
    }
    .korhan-mustafa-imrak-footer-premium-main {
        padding: 0.75rem 0;
    }
    .korhan-mustafa-imrak-footer-premium-bottom {
        padding: 0.4rem 0;
    }
    .korhan-mustafa-imrak-section-testimonials-ui {
        padding: 1.5rem 1rem 1.75rem;
    }
    .korhan-mustafa-imrak-section-uzman-devrim {
        padding: 1.5rem 1rem 1.75rem;
    }
    .korhan-mustafa-imrak-yorumlar-main-section {
        padding: 1.5rem 1rem 1.75rem;
    }
    .korhan-mustafa-imrak-yorumlar-stats-section {
        padding: 1rem 1rem 1.25rem;
    }
    .korhan-mustafa-imrak-yorumlar-hero {
        min-height: 28vh;
        padding: 1.25rem 1rem;
    }
}
.korhan-mustafa-imrak-footer-copyright {
    font-size: 0.875rem;
    color: rgba(248, 250, 252, 0.65);
    text-align: center;
}
.korhan-mustafa-imrak-footer-copyright strong {
    color: rgba(248, 250, 252, 0.9);
}
@media (max-width: 900px) {
    .korhan-mustafa-imrak-footer-premium-grid-cols {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .korhan-mustafa-imrak-footer-premium-cta .korhan-mustafa-imrak-footer-premium-inner {
        flex-direction: column;
        text-align: center;
    }
    .korhan-mustafa-imrak-footer-premium-grid-cols {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .korhan-mustafa-imrak-footer-col-brand {
        padding-right: 0;
        text-align: center;
    }
    .korhan-mustafa-imrak-footer-brand {
        display: flex;
        justify-content: center;
    }
    .korhan-mustafa-imrak-footer-social {
        justify-content: center;
    }
}

/* ===== Hero Slider - Ekrana göre responsive (büyüsün/küçülsün) ===== */
.korhan-mustafa-imrak-hero-slider-wrap {
    position: relative;
    width: 100%;
    min-height: 70vh;
    overflow: hidden;
    border-bottom: 2px solid rgba(20, 184, 166, 0.35);
}
.korhan-mustafa-imrak-hero-slider-wrap .swiper {
    width: 100%;
    height: 100%;
    min-height: 70vh;
}
.korhan-mustafa-imrak-hero-slider-wrap .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.korhan-mustafa-imrak-hero-slide {
    min-height: 70vh;
    color: #fff;
    text-align: center;
}
.korhan-mustafa-imrak-hero-slide-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
/* Arka plan görseli - animasyonların en arkasında */
.korhan-mustafa-imrak-hero-slide-image {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.4;
}
/* Hero Slide BG - base gradient */
.korhan-mustafa-imrak-hero-slide-bg {
    display: block;
}
.korhan-mustafa-imrak-hero-slide-1 .korhan-mustafa-imrak-hero-slide-bg {
    background: linear-gradient(135deg, #0f172a 0%, #0c4a6e 50%, #0e7490 100%);
}
.korhan-mustafa-imrak-hero-slide-2 .korhan-mustafa-imrak-hero-slide-bg {
    background: linear-gradient(135deg, #0f172a 0%, #0c4a6e 50%, #0e7490 100%);
}
.korhan-mustafa-imrak-hero-slide-3 .korhan-mustafa-imrak-hero-slide-bg {
    background: linear-gradient(135deg, #0f172a 0%, #0c4a6e 50%, #0d9488 100%);
}

/* DEVRİM - Animasyonlu mesh (her slide farklı) */
.korhan-mustafa-imrak-hero-slide-mesh {
    position: absolute;
    inset: -50%;
    background-size: 200% 200%;
    animation: heroMeshMove 18s ease-in-out infinite;
    pointer-events: none;
}
.korhan-mustafa-imrak-hero-slide-1 .korhan-mustafa-imrak-hero-slide-mesh {
    background: radial-gradient(ellipse 80% 50% at 20% 20%, rgba(12, 74, 110, 0.5) 0%, transparent 50%),
                radial-gradient(ellipse 60% 80% at 80% 80%, rgba(14, 118, 144, 0.4) 0%, transparent 50%),
                radial-gradient(ellipse 50% 50% at 50% 50%, rgba(13, 148, 136, 0.25) 0%, transparent 60%);
}
.korhan-mustafa-imrak-hero-slide-2 .korhan-mustafa-imrak-hero-slide-mesh {
    background: radial-gradient(ellipse 70% 60% at 80% 30%, rgba(12, 74, 110, 0.5) 0%, transparent 50%),
                radial-gradient(ellipse 80% 50% at 20% 70%, rgba(13, 148, 136, 0.4) 0%, transparent 50%);
    animation: heroMeshMove 16s ease-in-out infinite reverse;
}
.korhan-mustafa-imrak-hero-slide-3 .korhan-mustafa-imrak-hero-slide-mesh {
    background: radial-gradient(ellipse 60% 70% at 30% 70%, rgba(12, 74, 110, 0.5) 0%, transparent 50%),
                radial-gradient(ellipse 70% 50% at 70% 20%, rgba(13, 148, 136, 0.4) 0%, transparent 50%);
    animation: heroMeshMove 20s ease-in-out infinite 1s;
}
@keyframes heroMeshMove {
    0%, 100% { transform: translate(0, 0) scale(1) rotate(0deg); }
    33% { transform: translate(4%, -4%) scale(1.08) rotate(2deg); }
    66% { transform: translate(-3%, 3%) scale(0.95) rotate(-1deg); }
}

/* DEVRİM - Yüzen orb'lar (ekrana göre ölçeklenir) */
.korhan-mustafa-imrak-hero-slide-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(clamp(40px, 8vw, 70px));
    opacity: 0.55;
    pointer-events: none;
}
.korhan-mustafa-imrak-hero-slide-1 .korhan-mustafa-imrak-hero-slide-orb-1 {
    width: clamp(180px, 35vw, 420px); height: clamp(180px, 35vw, 420px);
    background: rgba(12, 74, 110, 0.5);
    top: -120px; left: -100px;
    animation: heroOrbFloat1 14s ease-in-out infinite;
}
.korhan-mustafa-imrak-hero-slide-1 .korhan-mustafa-imrak-hero-slide-orb-2 {
    width: clamp(140px, 28vw, 320px); height: clamp(140px, 28vw, 320px);
    background: rgba(13, 148, 136, 0.4);
    bottom: -80px; right: -60px;
    animation: heroOrbFloat2 16s ease-in-out infinite 2s;
}
.korhan-mustafa-imrak-hero-slide-1 .korhan-mustafa-imrak-hero-slide-orb-3 {
    width: clamp(100px, 20vw, 220px); height: clamp(100px, 20vw, 220px);
    background: rgba(14, 118, 144, 0.4);
    top: 45%; left: 8%;
    animation: heroOrbFloat3 12s ease-in-out infinite 1s;
}
.korhan-mustafa-imrak-hero-slide-1 .korhan-mustafa-imrak-hero-slide-orb-4 {
    width: clamp(80px, 15vw, 160px); height: clamp(80px, 15vw, 160px);
    background: rgba(13, 148, 136, 0.35);
    top: 18%; right: 12%;
    animation: heroOrbFloat2 13s ease-in-out infinite reverse 3s;
}
.korhan-mustafa-imrak-hero-slide-2 .korhan-mustafa-imrak-hero-slide-orb-1 {
    width: clamp(160px, 32vw, 380px); height: clamp(160px, 32vw, 380px);
    background: rgba(12, 74, 110, 0.5);
    top: -80px; right: -80px;
    animation: heroOrbFloat2 15s ease-in-out infinite;
}
.korhan-mustafa-imrak-hero-slide-2 .korhan-mustafa-imrak-hero-slide-orb-2 {
    width: clamp(120px, 25vw, 280px); height: clamp(120px, 25vw, 280px);
    background: rgba(13, 148, 136, 0.4);
    bottom: -60px; left: -50px;
    animation: heroOrbFloat1 17s ease-in-out infinite 2s;
}
.korhan-mustafa-imrak-hero-slide-2 .korhan-mustafa-imrak-hero-slide-orb-3 {
    width: clamp(90px, 18vw, 200px); height: clamp(90px, 18vw, 200px);
    background: rgba(14, 118, 144, 0.4);
    top: 60%; right: 15%;
    animation: heroOrbFloat3 11s ease-in-out infinite 0.5s;
}
.korhan-mustafa-imrak-hero-slide-2 .korhan-mustafa-imrak-hero-slide-orb-4 {
    width: clamp(70px, 13vw, 140px); height: clamp(70px, 13vw, 140px);
    background: rgba(13, 148, 136, 0.35);
    bottom: 25%; left: 20%;
    animation: heroOrbFloat1 14s ease-in-out infinite reverse;
}
.korhan-mustafa-imrak-hero-slide-3 .korhan-mustafa-imrak-hero-slide-orb-1 {
    width: clamp(170px, 33vw, 400px); height: clamp(170px, 33vw, 400px);
    background: rgba(12, 74, 110, 0.5);
    bottom: -100px; left: -80px;
    animation: heroOrbFloat1 16s ease-in-out infinite 1s;
}
.korhan-mustafa-imrak-hero-slide-3 .korhan-mustafa-imrak-hero-slide-orb-2 {
    width: clamp(130px, 25vw, 300px); height: clamp(130px, 25vw, 300px);
    background: rgba(13, 148, 136, 0.4);
    top: -60px; right: 10%;
    animation: heroOrbFloat2 14s ease-in-out infinite;
}
.korhan-mustafa-imrak-hero-slide-3 .korhan-mustafa-imrak-hero-slide-orb-3 {
    width: clamp(100px, 18vw, 220px); height: clamp(100px, 18vw, 220px);
    background: rgba(14, 118, 144, 0.4);
    top: 50%; right: -30px;
    animation: heroOrbFloat3 13s ease-in-out infinite 2s;
}
.korhan-mustafa-imrak-hero-slide-3 .korhan-mustafa-imrak-hero-slide-orb-4 {
    width: clamp(70px, 12vw, 150px); height: clamp(70px, 12vw, 150px);
    background: rgba(13, 148, 136, 0.35);
    top: 30%; left: 5%;
    animation: heroOrbFloat2 12s ease-in-out infinite reverse;
}
@keyframes heroOrbFloat1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(35px, -45px) scale(1.12); }
}
@keyframes heroOrbFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-45px, 35px) scale(1.08); }
}
@keyframes heroOrbFloat3 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(25px, 25px) scale(1.05); }
}

/* DEVRİM - Grid overlay (ekrana göre ölçeklenir) */
.korhan-mustafa-imrak-hero-slide-grid {
    position: absolute;
    inset: 0;
    background-size: clamp(30px, 5vw, 55px) clamp(30px, 5vw, 55px);
    pointer-events: none;
    mask-image: radial-gradient(ellipse 85% 65% at 50% 50%, black 15%, transparent 72%);
    animation: heroGridPulse 8s ease-in-out infinite;
}
.korhan-mustafa-imrak-hero-slide-1 .korhan-mustafa-imrak-hero-slide-grid {
    background-image: linear-gradient(rgba(12, 74, 110, 0.06) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(13, 148, 136, 0.04) 1px, transparent 1px);
}
.korhan-mustafa-imrak-hero-slide-2 .korhan-mustafa-imrak-hero-slide-grid {
    background-image: linear-gradient(rgba(12, 74, 110, 0.06) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(13, 148, 136, 0.04) 1px, transparent 1px);
}
.korhan-mustafa-imrak-hero-slide-3 .korhan-mustafa-imrak-hero-slide-grid {
    background-image: linear-gradient(rgba(12, 74, 110, 0.06) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(13, 148, 136, 0.04) 1px, transparent 1px);
}
@keyframes heroGridPulse {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

/* DEVRİM - Dönen glow halkası */
.korhan-mustafa-imrak-hero-slide-glow {
    position: absolute;
    width: 130%;
    height: 130%;
    top: -15%;
    left: -15%;
    border-radius: 50%;
    background: conic-gradient(from 0deg, transparent, rgba(12, 74, 110, 0.35), transparent, rgba(13, 148, 136, 0.25), transparent);
    animation: heroGlowRotate 25s linear infinite;
    pointer-events: none;
    opacity: 0.5;
}
.korhan-mustafa-imrak-hero-slide-2 .korhan-mustafa-imrak-hero-slide-glow {
    background: conic-gradient(from 90deg, transparent, rgba(12, 74, 110, 0.35), transparent, rgba(13, 148, 136, 0.25), transparent);
    animation: heroGlowRotate 22s linear infinite reverse;
}
.korhan-mustafa-imrak-hero-slide-3 .korhan-mustafa-imrak-hero-slide-glow {
    background: conic-gradient(from 180deg, transparent, rgba(12, 74, 110, 0.35), transparent, rgba(13, 148, 136, 0.25), transparent);
    animation: heroGlowRotate 28s linear infinite 3s;
}
@keyframes heroGlowRotate {
    to { transform: rotate(360deg); }
}

/* DEVRİM - Parçacıklar (CSS ile) */
.korhan-mustafa-imrak-hero-slide-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}
.korhan-mustafa-imrak-hero-slide-particles::before,
.korhan-mustafa-imrak-hero-slide-particles::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: inherit;
    border-radius: 50%;
    animation: heroParticleFloat 10s ease-in-out infinite;
}
.korhan-mustafa-imrak-hero-slide-1 .korhan-mustafa-imrak-hero-slide-particles::before {
    background: rgba(13, 148, 136, 0.6);
    left: 15%; top: 20%;
    animation-delay: 0s;
}
.korhan-mustafa-imrak-hero-slide-1 .korhan-mustafa-imrak-hero-slide-particles::after {
    background: rgba(12, 74, 110, 0.5);
    right: 25%; bottom: 30%;
    animation-delay: -4s;
}
.korhan-mustafa-imrak-hero-slide-2 .korhan-mustafa-imrak-hero-slide-particles::before {
    background: rgba(12, 74, 110, 0.6);
    left: 70%; top: 15%;
    animation-delay: -2s;
}
.korhan-mustafa-imrak-hero-slide-2 .korhan-mustafa-imrak-hero-slide-particles::after {
    background: rgba(13, 148, 136, 0.5);
    right: 15%; bottom: 25%;
    animation-delay: -6s;
}
.korhan-mustafa-imrak-hero-slide-3 .korhan-mustafa-imrak-hero-slide-particles::before {
    background: rgba(13, 148, 136, 0.6);
    left: 25%; bottom: 20%;
    animation-delay: -1s;
}
.korhan-mustafa-imrak-hero-slide-3 .korhan-mustafa-imrak-hero-slide-particles::after {
    background: rgba(12, 74, 110, 0.5);
    right: 30%; top: 40%;
    animation-delay: -5s;
}
@keyframes heroParticleFloat {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.5; }
    25% { transform: translate(25px, -35px) scale(1.3); opacity: 1; }
    50% { transform: translate(-20px, -55px) scale(0.9); opacity: 0.4; }
    75% { transform: translate(35px, -25px) scale(1.15); opacity: 0.85; }
}
.korhan-mustafa-imrak-hero-slide-particle {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    animation: heroParticleFloat 9s ease-in-out infinite;
    pointer-events: none;
}
.korhan-mustafa-imrak-hero-slide-particle:nth-child(3n) { width: 2px; height: 2px; animation-duration: 11s; }
.korhan-mustafa-imrak-hero-slide-particle:nth-child(5n) { animation-duration: 7s; animation-direction: reverse; }
.korhan-mustafa-imrak-hero-slide-content {
    position: relative;
    z-index: 2;
    padding: clamp(3rem, 8vw, 6rem) 1.5rem;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
}
.korhan-mustafa-imrak-hero-slide-content.korhan-mustafa-imrak-hero-content-active {
    opacity: 1;
    transform: translateY(0);
}
.korhan-mustafa-imrak-hero-slide .korhan-mustafa-imrak-hero-badge {
    display: inline-block;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.9);
    margin-bottom: 1rem;
}
.korhan-mustafa-imrak-hero-slide .korhan-mustafa-imrak-hero-badge .korhan-mustafa-imrak-badge-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--accent);
    border-radius: 50%;
    margin-right: 0.5rem;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
.korhan-mustafa-imrak-hero-slide .korhan-mustafa-imrak-hero-title {
    font-size: clamp(2rem, 6vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
    color: #fff;
}
.korhan-mustafa-imrak-hero-slide .korhan-mustafa-imrak-hero-title.korhan-mustafa-imrak-gradient-text {
    background: linear-gradient(135deg, #fff 0%, #67e8f9 60%, #22d3ee 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.korhan-mustafa-imrak-hero-slide .korhan-mustafa-imrak-hero-tagline {
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    margin-bottom: 1rem;
    opacity: 0.95;
}
.korhan-mustafa-imrak-hero-slide .korhan-mustafa-imrak-hero-desc {
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    opacity: 0.9;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}
.korhan-mustafa-imrak-hero-slide .korhan-mustafa-imrak-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}
.korhan-mustafa-imrak-hero-slider-prev,
.korhan-mustafa-imrak-hero-slider-next {
    color: rgba(255,255,255,0.9) !important;
}
.korhan-mustafa-imrak-hero-slider-prev:hover,
.korhan-mustafa-imrak-hero-slider-next:hover {
    color: #fff !important;
}
.korhan-mustafa-imrak-hero-slider-pagination .swiper-pagination-bullet {
    background: rgba(255,255,255,0.5);
    width: 10px;
    height: 10px;
}
.korhan-mustafa-imrak-hero-slider-pagination .swiper-pagination-bullet-active {
    background: #fff;
    transform: scale(1.3);
}
/* Hero Slider - Ekran boyutuna göre yükseklik */
@media (min-width: 769px) {
    .korhan-mustafa-imrak-hero-slider-wrap, .korhan-mustafa-imrak-hero-slider-wrap .swiper, .korhan-mustafa-imrak-hero-slide { min-height: 85vh; }
}
@media (min-width: 992px) {
    .korhan-mustafa-imrak-hero-slider-wrap, .korhan-mustafa-imrak-hero-slider-wrap .swiper, .korhan-mustafa-imrak-hero-slide { min-height: 90vh; }
}
@media (min-width: 1200px) {
    .korhan-mustafa-imrak-hero-slider-wrap, .korhan-mustafa-imrak-hero-slider-wrap .swiper, .korhan-mustafa-imrak-hero-slide { min-height: 92vh; }
}
@media (min-width: 1400px) {
    .korhan-mustafa-imrak-hero-slider-wrap, .korhan-mustafa-imrak-hero-slider-wrap .swiper, .korhan-mustafa-imrak-hero-slide { min-height: 95vh; }
}
@media (max-width: 768px) {
    .korhan-mustafa-imrak-hero-slider-wrap,
    .korhan-mustafa-imrak-hero-slider-wrap .swiper,
    .korhan-mustafa-imrak-hero-slide {
        min-height: 100vh;
        min-height: 100dvh;
        height: 100vh;
        height: 100dvh;
    }
    .korhan-mustafa-imrak-hero-slider-wrap { overflow: hidden; }
    .korhan-mustafa-imrak-hero-slide-content { padding: 2rem 1rem; }
}
@media (max-width: 480px) {
    .korhan-mustafa-imrak-hero-slider-wrap,
    .korhan-mustafa-imrak-hero-slider-wrap .swiper,
    .korhan-mustafa-imrak-hero-slide {
        min-height: 100vh;
        min-height: 100dvh;
        height: 100vh;
        height: 100dvh;
    }
    .korhan-mustafa-imrak-hero-slide-content { padding: 1.5rem 1rem; }
}

/* ===== Hero Section (eski - geriye uyumluluk) ===== */
.korhan-mustafa-imrak-hero {
    background: #05070c;
    color: var(--white);
    padding: clamp(3rem, 8vw, 6rem) 1.5rem;
    text-align: center;
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.korhan-mustafa-imrak-hero h1 { margin-bottom: 0.5rem; color: var(--white); font-size: clamp(2rem, 6vw, 3.5rem); letter-spacing: -0.02em; }
.korhan-mustafa-imrak-hero .korhan-mustafa-imrak-tagline { font-size: clamp(1.1rem, 3vw, 1.5rem); margin-bottom: 1rem; opacity: 0.95; }
.korhan-mustafa-imrak-hero p { opacity: 0.9; font-size: clamp(0.95rem, 2vw, 1.1rem); max-width: 700px; margin: 0 auto 1.5rem; }
.korhan-mustafa-imrak-hero .korhan-mustafa-imrak-btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: var(--accent);
    color: var(--white) !important;
    text-decoration: none;
    border-radius: var(--radius-sm);
    font-weight: 600;
    margin: 0 0.5rem 0.5rem 0;
    transition: background var(--transition);
}
.korhan-mustafa-imrak-hero .korhan-mustafa-imrak-btn:hover { background: var(--accent-hover); }
.korhan-mustafa-imrak-hero .korhan-mustafa-imrak-btn-outline {
    background: transparent;
    border: 2px solid var(--white);
    color: var(--white) !important;
}
.korhan-mustafa-imrak-hero .korhan-mustafa-imrak-btn-outline:hover {
    background: var(--white);
    color: var(--primary) !important;
}

/* ===== Section ===== */
.korhan-mustafa-imrak-section {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: clamp(2rem, 4vw, 3rem) 1.5rem;
    border-top: 1px solid var(--border-subtle);
    background: var(--bg-beige);
}
.korhan-mustafa-imrak-section:first-of-type {
    border-top: none;
}
/* İstatistikler */
.korhan-mustafa-imrak-section-stats {
    background: var(--bg-warm);
}
/* İçerik ortalanmış kare/kutu içinde (max-width) */
.korhan-mustafa-imrak-section:not(.korhan-mustafa-imrak-section-hizmetler):not(.korhan-mustafa-imrak-section-hakkimizda-hizmetler):not(.korhan-mustafa-imrak-section-misyon) > * {
    max-width: 1100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.korhan-mustafa-imrak-section-title {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 0.5rem;
}
.korhan-mustafa-imrak-section h2 { margin-bottom: 1rem; color: var(--primary); }
.korhan-mustafa-imrak-section p { color: var(--muted); margin-bottom: 1rem; line-height: 1.8; }
.korhan-mustafa-imrak-section-dark { 
    background: var(--bg-warm);
    position: relative;
    border-top: 1px solid var(--border-subtle);
}
.korhan-mustafa-imrak-section-dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-glow), transparent);
    opacity: 0.5;
}

/* ===== Buttons ===== */
.korhan-mustafa-imrak-btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: var(--gradient-btn);
    color: var(--primary-dark) !important;
    text-decoration: none;
    border-radius: var(--radius-sm);
    font-weight: 600;
    margin-top: 0.5rem;
    transition: all var(--transition);
    border: none;
    cursor: pointer;
    font-size: 1rem;
    box-shadow: 0 4px 20px rgba(34, 211, 238, 0.2);
}
.korhan-mustafa-imrak-btn:hover { filter: brightness(1.1); box-shadow: 0 6px 28px rgba(34, 211, 238, 0.35); }
.korhan-mustafa-imrak-btn-muted { background: #64748b !important; }
.korhan-mustafa-imrak-btn-muted:hover { background: #475569 !important; }

/* ===== Services Grid ===== */
.korhan-mustafa-imrak-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}
@media (max-width: 768px) {
    .korhan-mustafa-imrak-services-grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .korhan-mustafa-imrak-services-grid .korhan-mustafa-imrak-service-card {
        max-width: 360px;
        width: 100%;
    }
}
.korhan-mustafa-imrak-service-card {
    background: var(--bg-card);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius);
    padding: 1.5rem;
    box-shadow: var(--shadow);
    text-align: center;
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.korhan-mustafa-imrak-service-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    background: var(--bg-card-hover);
    border-color: rgba(34, 211, 238, 0.2);
}
.korhan-mustafa-imrak-service-card.korhan-mustafa-imrak-card-devrim {
    background: var(--bg-card);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.korhan-mustafa-imrak-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 1rem;
    background: var(--gradient-btn);
    border-radius: 14px;
    color: var(--primary-dark);
    font-size: 1.4rem;
    box-shadow: 0 8px 24px rgba(34, 211, 238, 0.25);
    transition: transform 0.4s var(--ease-out-expo), box-shadow 0.4s ease;
}
.korhan-mustafa-imrak-service-card:hover .korhan-mustafa-imrak-service-icon {
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 12px 32px rgba(34, 211, 238, 0.4);
}
.korhan-mustafa-imrak-service-card h3 { margin-bottom: 0.5rem; color: var(--primary); }
.korhan-mustafa-imrak-service-card p { font-size: 0.9rem; margin: 0; color: var(--muted); }

/* ===== Hizmetlerimiz - Slider gibi animasyonlu arka plan ===== */
.korhan-mustafa-imrak-section-hizmetler {
    position: relative;
    color: #fff;
    padding: clamp(3rem, 6vw, 5rem) 1.5rem;
    overflow: hidden;
}
.korhan-mustafa-imrak-hizmetler-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}
.korhan-mustafa-imrak-hizmetler-bg-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0f172a 0%, #0c4a6e 40%, #0e7490 70%, #0d9488 100%);
}
.korhan-mustafa-imrak-hizmetler-bg-mesh {
    position: absolute;
    inset: -50%;
    background: radial-gradient(ellipse 80% 50% at 20% 20%, rgba(20, 184, 166, 0.25) 0%, transparent 50%),
                radial-gradient(ellipse 60% 80% at 80% 80%, rgba(13, 148, 136, 0.2) 0%, transparent 50%),
                radial-gradient(ellipse 50% 50% at 50% 50%, rgba(20, 184, 166, 0.15) 0%, transparent 60%);
    background-size: 200% 200%;
    animation: hizmetlerMeshMove 18s ease-in-out infinite;
}
@keyframes hizmetlerMeshMove {
    0%, 100% { transform: translate(0, 0) scale(1) rotate(0deg); }
    33% { transform: translate(4%, -4%) scale(1.08) rotate(2deg); }
    66% { transform: translate(-3%, 3%) scale(0.95) rotate(-1deg); }
}
.korhan-mustafa-imrak-hizmetler-bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.45;
}
.korhan-mustafa-imrak-hizmetler-orb-1 {
    width: clamp(150px, 30vw, 350px);
    height: clamp(150px, 30vw, 350px);
    background: rgba(20, 184, 166, 0.35);
    top: -80px;
    left: -80px;
    animation: hizmetlerOrbFloat1 14s ease-in-out infinite;
}
.korhan-mustafa-imrak-hizmetler-orb-2 {
    width: clamp(120px, 24vw, 280px);
    height: clamp(120px, 24vw, 280px);
    background: rgba(13, 148, 136, 0.3);
    bottom: -60px;
    right: -60px;
    animation: hizmetlerOrbFloat2 16s ease-in-out infinite 2s;
}
.korhan-mustafa-imrak-hizmetler-orb-3 {
    width: clamp(90px, 18vw, 200px);
    height: clamp(90px, 18vw, 200px);
    background: rgba(20, 184, 166, 0.25);
    top: 50%;
    left: 10%;
    animation: hizmetlerOrbFloat3 12s ease-in-out infinite 1s;
}
.korhan-mustafa-imrak-hizmetler-orb-4 {
    width: clamp(70px, 14vw, 150px);
    height: clamp(70px, 14vw, 150px);
    background: rgba(13, 148, 136, 0.2);
    top: 20%;
    right: 15%;
    animation: hizmetlerOrbFloat2 13s ease-in-out infinite reverse 3s;
}
@keyframes hizmetlerOrbFloat1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -40px) scale(1.1); }
}
@keyframes hizmetlerOrbFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-40px, 30px) scale(1.06); }
}
@keyframes hizmetlerOrbFloat3 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(20px, 20px) scale(1.04); }
}
.korhan-mustafa-imrak-hizmetler-bg-grid {
    position: absolute;
    inset: 0;
    background-size: clamp(28px, 4vw, 50px) clamp(28px, 4vw, 50px);
    background-image: linear-gradient(rgba(20, 184, 166, 0.03) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(13, 148, 136, 0.03) 1px, transparent 1px);
    mask-image: radial-gradient(ellipse 85% 65% at 50% 50%, black 15%, transparent 72%);
    animation: hizmetlerGridPulse 8s ease-in-out infinite;
}
@keyframes hizmetlerGridPulse {
    0%, 100% { opacity: 0.7; }
    50% { opacity: 1; }
}
.korhan-mustafa-imrak-hizmetler-bg-glow {
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    border-radius: 50%;
    background: conic-gradient(from 0deg, transparent, rgba(20, 184, 166, 0.15), transparent, rgba(13, 148, 136, 0.15), transparent);
    animation: hizmetlerGlowRotate 28s linear infinite;
    opacity: 0.4;
}
@keyframes hizmetlerGlowRotate {
    to { transform: rotate(360deg); }
}
.korhan-mustafa-imrak-hizmetler-wrap {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}
.korhan-mustafa-imrak-hizmetler-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.9);
    margin-bottom: 1rem;
    padding: 0.35rem 0.9rem;
    background: rgba(255,255,255,0.06);
    border-radius: 999px;
}
.korhan-mustafa-imrak-hizmetler-badge .korhan-mustafa-imrak-badge-dot {
    width: 6px;
    height: 6px;
    background: var(--accent-icon);
    border-radius: 50%;
}
.korhan-mustafa-imrak-hizmetler-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25em;
}
.korhan-mustafa-imrak-hizmetler-title-accent { color: var(--accent-icon); }
.korhan-mustafa-imrak-hizmetler-title-white { color: #fff; }
.korhan-mustafa-imrak-hizmetler-desc {
    color: rgba(255,255,255,0.85);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}
.korhan-mustafa-imrak-hizmetler-list {
    list-style: none;
    margin-bottom: 1.5rem;
}
.korhan-mustafa-imrak-hizmetler-list li {
    padding: 0.4rem 0;
    padding-left: 1.25rem;
    position: relative;
    color: rgba(255,255,255,0.9);
}
.korhan-mustafa-imrak-hizmetler-list .korhan-mustafa-imrak-list-dot {
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 6px;
    height: 6px;
    background: var(--accent-icon);
    border-radius: 50%;
}
.korhan-mustafa-imrak-hizmetler-profil {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}
.korhan-mustafa-imrak-hizmetler-profil-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}
.korhan-mustafa-imrak-hizmetler-profil-placeholder {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(20, 184, 166, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-icon);
    font-size: 1.5rem;
}
.korhan-mustafa-imrak-hizmetler-profil-info {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}
.korhan-mustafa-imrak-hizmetler-profil-info strong { color: #fff; font-size: 1.05rem; }
.korhan-mustafa-imrak-hizmetler-profil-unvan { color: rgba(255,255,255,0.6); font-size: 0.9rem; }
.korhan-mustafa-imrak-btn-hizmetler {
    background: var(--gradient-btn) !important;
    color: var(--primary-dark) !important;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(20, 184, 166, 0.4);
}
.korhan-mustafa-imrak-btn-hizmetler:hover { filter: brightness(1.1); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(34, 211, 238, 0.35); }
.korhan-mustafa-imrak-hizmetler-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}
.korhan-mustafa-imrak-hizmetler-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 1.75rem;
    text-align: center;
    transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.korhan-mustafa-imrak-hizmetler-card:hover {
    transform: translateY(-4px);
    border-color: rgba(20, 184, 166, 0.35);
    box-shadow: 0 12px 40px rgba(0,0,0,0.2), 0 0 30px rgba(20, 184, 166, 0.15);
}
.korhan-mustafa-imrak-hizmetler-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 1rem;
    color: var(--accent-icon);
    font-size: 1.6rem;
}
.korhan-mustafa-imrak-hizmetler-card h3 {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}
@media (max-width: 900px) {
    .korhan-mustafa-imrak-hizmetler-wrap { grid-template-columns: 1fr; }
    .korhan-mustafa-imrak-hizmetler-right { order: -1; }
    .korhan-mustafa-imrak-hizmetler-grid { grid-template-columns: 1fr; justify-items: center; }
    .korhan-mustafa-imrak-hizmetler-grid .korhan-mustafa-imrak-hizmetler-panel-card {
        max-width: 360px;
        width: 100%;
    }
}

/* ===== Hakkımızda + Hizmetler Birleşik Bölüm (Görsel referans) ===== */
.korhan-mustafa-imrak-section-hakkimizda-hizmetler {
    padding: 0;
    overflow: hidden;
}
.korhan-mustafa-imrak-section-hakkimizda-hizmetler .korhan-mustafa-imrak-hakkimizda-hizmetler-wrap {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
}
.korhan-mustafa-imrak-hakkimizda-left {
    position: relative;
    background: linear-gradient(135deg, #0f172a 0%, #0c4a6e 50%, #1a1d24 100%);
    padding: clamp(2rem, 4vw, 3rem);
    display: flex;
    flex-direction: column;
    gap: 0;
}
.korhan-mustafa-imrak-hakkimizda-visual-blob {
    position: absolute;
    top: -10%;
    left: -15%;
    width: 80%;
    height: 70%;
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.15) 0%, rgba(12, 74, 110, 0.9) 100%);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    filter: blur(1px);
    pointer-events: none;
}
.korhan-mustafa-imrak-hakkimizda-img-wrap {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    aspect-ratio: 4/5;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);
}
.korhan-mustafa-imrak-hakkimizda-profil-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.korhan-mustafa-imrak-hakkimizda-profil-placeholder {
    width: 100%;
    height: 100%;
    background: rgba(20, 184, 166, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-icon);
    font-size: 4rem;
}
.korhan-mustafa-imrak-hakkimizda-hizmetler-panel {
    background: rgba(15, 23, 42, 0.95);
    border: 1px solid rgba(20, 184, 166, 0.2);
    border-radius: 24px;
    padding: 1.75rem;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-top: -2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.35);
}
.korhan-mustafa-imrak-hizmetler-panel-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.25rem;
}
.korhan-mustafa-imrak-hizmetler-panel-sub {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.85);
    margin-bottom: 0.75rem;
}
.korhan-mustafa-imrak-hizmetler-panel-desc {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.6;
    margin-bottom: 1rem;
}
.korhan-mustafa-imrak-hizmetler-panel-list {
    list-style: none;
    margin-bottom: 1.25rem;
}
.korhan-mustafa-imrak-hizmetler-panel-list li {
    padding: 0.35rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: rgba(255,255,255,0.9);
    font-size: 0.9rem;
}
.korhan-mustafa-imrak-hizmetler-panel-list li i {
    position: absolute;
    left: 0;
    color: var(--accent-icon);
    font-size: 0.75rem;
}
.korhan-mustafa-imrak-hizmetler-panel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1.25rem;
}
.korhan-mustafa-imrak-hizmetler-panel-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 1.25rem;
    text-align: center;
    transition: transform 0.3s, border-color 0.3s;
}
.korhan-mustafa-imrak-hizmetler-panel-card:hover {
    transform: translateY(-4px);
    border-color: rgba(20, 184, 166, 0.35);
}
.korhan-mustafa-imrak-hizmetler-panel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 0.75rem;
    color: var(--accent-icon);
    font-size: 1.4rem;
}
.korhan-mustafa-imrak-hizmetler-panel-card h4 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}
.korhan-mustafa-imrak-hakkimizda-right {
    padding: clamp(2rem, 4vw, 3rem) clamp(2rem, 5vw, 4rem);
    background: var(--bg-warm);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid var(--border-subtle);
}
.korhan-mustafa-imrak-hakkimizda-right .korhan-mustafa-imrak-section-title {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.9rem;
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 999px;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
}
.korhan-mustafa-imrak-hakkimizda-right .korhan-mustafa-imrak-section-title .korhan-mustafa-imrak-badge-dot {
    width: 6px;
    height: 6px;
    background: var(--accent-icon);
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}
.korhan-mustafa-imrak-hakkimizda-title {
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    font-weight: 700;
    line-height: 1.3;
    margin: 1rem 0 1rem;
    color: var(--primary);
}
.korhan-mustafa-imrak-hakkimizda-title-accent {
    color: var(--accent);
    background: linear-gradient(135deg, #22d3ee, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.korhan-mustafa-imrak-hakkimizda-desc {
    color: var(--muted);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}
.korhan-mustafa-imrak-hakkimizda-content-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    align-items: start;
    margin-bottom: 1.5rem;
}
.korhan-mustafa-imrak-hakkimizda-stat-card {
    background: var(--bg-card);
    border-radius: 20px;
    padding: 1.5rem 2rem;
    text-align: center;
    box-shadow: var(--shadow);
    border: 1px solid var(--border-subtle);
    min-width: 120px;
}
.korhan-mustafa-imrak-hakkimizda-stat-card .korhan-mustafa-imrak-num {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    background: var(--gradient-hero);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.korhan-mustafa-imrak-hakkimizda-stat-card .korhan-mustafa-imrak-label {
    display: block;
    font-size: 0.75rem;
    color: var(--muted);
    letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
    .korhan-mustafa-imrak-section-hakkimizda-hizmetler .korhan-mustafa-imrak-hakkimizda-hizmetler-wrap {
        grid-template-columns: 1fr;
    }
    .korhan-mustafa-imrak-hakkimizda-left { order: 2; }
    .korhan-mustafa-imrak-hakkimizda-right { order: 1; padding: clamp(2rem, 4vw, 3rem) 1.5rem; }
    .korhan-mustafa-imrak-hakkimizda-img-wrap { max-width: 280px; }
}
@media (max-width: 640px) {
    .korhan-mustafa-imrak-hakkimizda-content-grid { grid-template-columns: 1fr; }
    .korhan-mustafa-imrak-hizmetler-panel-grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .korhan-mustafa-imrak-hizmetler-panel-grid .korhan-mustafa-imrak-hizmetler-panel-card {
        max-width: 360px;
        width: 100%;
    }
}

/* ===== About ===== */
.korhan-mustafa-imrak-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}
.korhan-mustafa-imrak-about-list { list-style: none; }
.korhan-mustafa-imrak-about-list li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}
.korhan-mustafa-imrak-about-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    position: absolute;
    left: 0;
    color: var(--accent);
}
.korhan-mustafa-imrak-sayfalar-list { list-style: none; }
.korhan-mustafa-imrak-sayfalar-list li {
    padding: 0.45rem 0;
    padding-left: 1.5rem;
    position: relative;
}
.korhan-mustafa-imrak-sayfalar-list li::before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    position: absolute;
    left: 0;
    color: var(--accent);
    font-size: 0.75rem;
}
.korhan-mustafa-imrak-sayfalar-list a {
    color: var(--primary);
    text-decoration: none;
    transition: color var(--transition);
}
.korhan-mustafa-imrak-sayfalar-list a:hover {
    color: var(--accent);
}
.korhan-mustafa-imrak-stat-box { text-align: center; padding: 2rem; }
.korhan-mustafa-imrak-stat-box .korhan-mustafa-imrak-num {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    background: var(--gradient-hero);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
}
.korhan-mustafa-imrak-stat-box .korhan-mustafa-imrak-label { font-size: 0.9rem; color: var(--muted); }
.korhan-mustafa-imrak-stats-grid .korhan-mustafa-imrak-stat-box.korhan-mustafa-imrak-animate-on-scroll { transition: opacity 0.7s var(--ease-out-expo), transform 0.7s var(--ease-out-expo); }

/* ===== Stats Grid ===== */
.korhan-mustafa-imrak-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}
.korhan-mustafa-imrak-stats-grid {
    padding: 0 1rem;
}
.korhan-mustafa-imrak-stats-grid .korhan-mustafa-imrak-stat-box {
    background: var(--bg-card);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    border: 1px solid var(--border-subtle);
    box-shadow: var(--shadow);
    transition: transform 0.4s var(--ease-out-expo), box-shadow 0.4s ease;
}
.korhan-mustafa-imrak-stats-grid .korhan-mustafa-imrak-stat-box:nth-child(1) { transform: rotate(-1deg); }
.korhan-mustafa-imrak-stats-grid .korhan-mustafa-imrak-stat-box:nth-child(2) { transform: rotate(1.5deg); }
.korhan-mustafa-imrak-stats-grid .korhan-mustafa-imrak-stat-box:nth-child(3) { transform: rotate(-2deg); }
.korhan-mustafa-imrak-stats-grid .korhan-mustafa-imrak-stat-box:nth-child(4) { transform: rotate(1deg); }
.korhan-mustafa-imrak-stats-grid .korhan-mustafa-imrak-stat-box:hover {
    transform: translateY(-6px) rotate(0deg) !important;
    box-shadow: 0 20px 45px -15px rgba(34, 211, 238, 0.15);
    border-color: rgba(34, 211, 238, 0.2);
}
@media (max-width: 768px) {
    .korhan-mustafa-imrak-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .korhan-mustafa-imrak-stats-grid .korhan-mustafa-imrak-stat-box:nth-child(n) { transform: none; }
    .korhan-mustafa-imrak-stats-grid .korhan-mustafa-imrak-stat-box:hover { transform: translateY(-4px) !important; }
    .korhan-mustafa-imrak-about-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .korhan-mustafa-imrak-stats-grid { grid-template-columns: 1fr; }
}

/* ===== Misyonumuz - DEVRİM: Koyu tema + animasyonlu progress daireleri ===== */
.korhan-mustafa-imrak-section-misyon {
    padding: 0;
    background: linear-gradient(135deg, #0f172a 0%, #0c4a6e 40%, #0f172a 100%);
    overflow: hidden;
}
.korhan-mustafa-imrak-section-misyon .korhan-mustafa-imrak-misyon-wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 0;
    min-height: 480px;
}
.korhan-mustafa-imrak-misyon-left {
    position: relative;
    padding: clamp(2.5rem, 5vw, 4rem);
    display: flex;
    align-items: center;
    justify-content: center;
}
.korhan-mustafa-imrak-misyon-blob {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: 420px;
    max-height: 420px;
    min-width: 280px;
    min-height: 280px;
    aspect-ratio: 1;
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.25) 0%, rgba(13, 148, 136, 0.2) 50%, rgba(12, 74, 110, 0.9) 100%);
    border-radius: 50%;
    pointer-events: none;
}
.korhan-mustafa-imrak-misyon-dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(20, 184, 166, 0.4) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.4;
    pointer-events: none;
}
.korhan-mustafa-imrak-misyon-content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    max-width: 340px;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.8s var(--ease-out-expo) 0.2s, transform 0.8s var(--ease-out-expo) 0.2s;
}
.korhan-mustafa-imrak-section-misyon.korhan-mustafa-imrak-visible .korhan-mustafa-imrak-misyon-content {
    opacity: 1;
    transform: scale(1);
}
.korhan-mustafa-imrak-section-misyon .korhan-mustafa-imrak-misyon-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.9rem;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(20, 184, 166, 0.3);
    border-radius: 999px;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1rem;
}
.korhan-mustafa-imrak-misyon-badge .korhan-mustafa-imrak-badge-dot {
    width: 6px;
    height: 6px;
    background: var(--accent-icon);
    border-radius: 50%;
    display: inline-block;
}
.korhan-mustafa-imrak-misyon-title {
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #fff;
}
.korhan-mustafa-imrak-misyon-title-accent {
    color: var(--accent-icon);
    background: linear-gradient(135deg, #0c4a6e, #0d9488);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.korhan-mustafa-imrak-section-misyon .korhan-mustafa-imrak-misyon-desc {
    color: #fff;
    line-height: 1.7;
    font-size: 1rem;
}
.korhan-mustafa-imrak-misyon-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: clamp(2rem, 4vw, 3rem);
}
.korhan-mustafa-imrak-misyon-progress-card {
    text-align: center;
    color: #fff;
    flex: 1;
    max-width: 200px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s var(--ease-out-expo), transform 0.6s var(--ease-out-expo);
}
.korhan-mustafa-imrak-misyon-progress-card.korhan-mustafa-imrak-visible {
    opacity: 1;
    transform: translateY(0);
}
.korhan-mustafa-imrak-progress-circle-wrap {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto 1.25rem;
}
.korhan-mustafa-imrak-progress-circle {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}
.korhan-mustafa-imrak-progress-circle .korhan-mustafa-imrak-progress-bg {
    fill: none;
    stroke: rgba(255,255,255,0.1);
    stroke-width: 8;
}
.korhan-mustafa-imrak-progress-circle .korhan-mustafa-imrak-progress-fill {
    fill: none;
    stroke: var(--accent-icon);
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 326.7;
    stroke-dashoffset: 326.7;
    transition: stroke-dashoffset 1.5s var(--ease-out-expo);
    filter: drop-shadow(0 0 8px rgba(45, 212, 191, 0.5));
}
.korhan-mustafa-imrak-misyon-progress-card.korhan-mustafa-imrak-visible .korhan-mustafa-imrak-progress-fill {
    stroke-dashoffset: calc(326.7 - (326.7 * var(--yuzde, 90) / 100));
}
.korhan-mustafa-imrak-misyon-progress-card.korhan-mustafa-imrak-delay-1 .korhan-mustafa-imrak-progress-fill { transition-delay: 0.2s; }
.korhan-mustafa-imrak-misyon-progress-card.korhan-mustafa-imrak-delay-2 .korhan-mustafa-imrak-progress-fill { transition-delay: 0.5s; }
.korhan-mustafa-imrak-misyon-progress-card.korhan-mustafa-imrak-delay-3 .korhan-mustafa-imrak-progress-fill { transition-delay: 0.8s; }
.korhan-mustafa-imrak-progress-value {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 800;
    color: #fff;
}
.korhan-mustafa-imrak-misyon-progress-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #fff;
}
.korhan-mustafa-imrak-misyon-progress-card p {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 1024px) {
    .korhan-mustafa-imrak-section-misyon .korhan-mustafa-imrak-misyon-wrap { grid-template-columns: 1fr; }
    .korhan-mustafa-imrak-misyon-right { flex-wrap: wrap; justify-content: center; }
}
@media (max-width: 640px) {
    .korhan-mustafa-imrak-misyon-right { flex-direction: column; }
    .korhan-mustafa-imrak-misyon-progress-card { max-width: 100%; }
}

/* ===== Vision Grid ===== */
.korhan-mustafa-imrak-vision-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}
.korhan-mustafa-imrak-vision-card {
    background: var(--white);
    padding: 1.5rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transition: transform var(--transition), box-shadow var(--transition);
}
.korhan-mustafa-imrak-vision-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}
.korhan-mustafa-imrak-vision-card .korhan-mustafa-imrak-vision-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 0.75rem;
    background: var(--gradient-btn);
    border-radius: 12px;
    color: white;
    font-size: 1.2rem;
}
.korhan-mustafa-imrak-vision-card h4 { margin-bottom: 0.5rem; }
.korhan-mustafa-imrak-vision-card p { margin: 0; font-size: 0.95rem; }
@media (max-width: 768px) {
    .korhan-mustafa-imrak-vision-grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .korhan-mustafa-imrak-vision-card {
        max-width: 360px;
        width: 100%;
    }
}

/* ===== Ayrıcalıklar - DEVRİM NİTELİĞİNDE ===== */
.korhan-mustafa-imrak-section-ayricaliklar {
    background: var(--bg-beige);
}
.korhan-mustafa-imrak-section-ayricaliklar-devrim {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0f172a 0%, #0c4a6e 45%, #0e7490 100%);
    color: #fff;
    padding: 4rem 1.5rem 5rem;
}
.korhan-mustafa-imrak-ayricalik-devrim-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}
.korhan-mustafa-imrak-ayricalik-devrim-mesh {
    position: absolute;
    inset: -50%;
    background: radial-gradient(ellipse 80% 50% at 20% 20%, rgba(12, 74, 110, 0.5) 0%, transparent 50%),
                radial-gradient(ellipse 60% 80% at 80% 80%, rgba(14, 118, 144, 0.4) 0%, transparent 50%),
                radial-gradient(ellipse 50% 50% at 50% 50%, rgba(13, 148, 136, 0.25) 0%, transparent 60%);
    background-size: 200% 200%;
    animation: heroMeshMove 18s ease-in-out infinite;
}
.korhan-mustafa-imrak-ayricalik-devrim-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(clamp(40px, 8vw, 70px));
    opacity: 0.5;
}
.korhan-mustafa-imrak-ayricalik-devrim-orb-1 {
    width: clamp(120px, 24vw, 280px);
    height: clamp(120px, 24vw, 280px);
    background: rgba(12, 74, 110, 0.5);
    top: -60px;
    left: -60px;
    animation: heroOrbFloat1 14s ease-in-out infinite;
}
.korhan-mustafa-imrak-ayricalik-devrim-orb-2 {
    width: clamp(80px, 18vw, 220px);
    height: clamp(80px, 18vw, 220px);
    background: rgba(13, 148, 136, 0.4);
    bottom: -40px;
    right: -40px;
    animation: heroOrbFloat2 16s ease-in-out infinite 2s;
}
.korhan-mustafa-imrak-ayricalik-devrim-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(12, 74, 110, 0.06) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(13, 148, 136, 0.04) 1px, transparent 1px);
    background-size: clamp(30px, 5vw, 55px) clamp(30px, 5vw, 55px);
    mask-image: radial-gradient(ellipse 85% 65% at 50% 50%, black 15%, transparent 72%);
    animation: heroGridPulse 8s ease-in-out infinite;
}
.korhan-mustafa-imrak-ayricalik-devrim-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}
.korhan-mustafa-imrak-section-ayricaliklar-devrim .korhan-mustafa-imrak-section-title-devrim {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.6) 0%, rgba(15, 23, 42, 0.7) 100%);
    border: 1px solid rgba(34, 211, 238, 0.25);
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.25em;
    color: rgba(255,255,255,0.95);
    margin-bottom: 1rem;
    box-shadow: 0 4px 30px rgba(12, 74, 110, 0.4), 0 0 40px -10px rgba(34, 211, 238, 0.2);
}
.korhan-mustafa-imrak-section-ayricaliklar-devrim .korhan-mustafa-imrak-section-title-devrim .korhan-mustafa-imrak-badge-dot {
    width: 8px;
    height: 8px;
    background: #22d3ee;
    box-shadow: 0 0 12px rgba(34, 211, 238, 0.9), 0 0 24px rgba(34, 211, 238, 0.4);
}
.korhan-mustafa-imrak-ayricalik-devrim-title {
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #fff 0%, #67e8f9 60%, #22d3ee 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.korhan-mustafa-imrak-ayricalik-devrim-intro {
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.75) 0%, rgba(15, 23, 42, 0.85) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(34, 211, 238, 0.25);
    border-radius: 20px;
    padding: 2rem 2.5rem;
    box-shadow: 0 25px 60px -20px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(34, 211, 238, 0.08);
    transition: all 0.5s ease;
}
.korhan-mustafa-imrak-ayricalik-devrim-intro:hover {
    border-color: rgba(34, 211, 238, 0.4);
    box-shadow: 0 30px 70px -20px rgba(34, 211, 238, 0.2), 0 0 50px -15px rgba(34, 211, 238, 0.15);
}
.korhan-mustafa-imrak-ayricalik-devrim-intro p {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255,255,255,0.92);
    font-weight: 400;
}
.korhan-mustafa-imrak-section-ayricaliklar-devrim .korhan-mustafa-imrak-privilege-grid {
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    .korhan-mustafa-imrak-section-ayricaliklar-devrim {
        padding: 3rem 1rem 4rem;
    }
    .korhan-mustafa-imrak-ayricalik-devrim-intro {
        padding: 1.5rem 1.25rem;
    }
    .korhan-mustafa-imrak-ayricalik-devrim-intro p {
        font-size: 1rem;
    }
    /* Mobil: Ayrıcalık kartlarını kesin ortalı (flex ile) */
    .korhan-mustafa-imrak-section-ayricaliklar-devrim .korhan-mustafa-imrak-privilege-grid,
    .korhan-mustafa-imrak-privilege-grid.korhan-mustafa-imrak-privilege-devrim {
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-template-columns: unset;
        gap: 1.5rem;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .korhan-mustafa-imrak-section-ayricaliklar-devrim .korhan-mustafa-imrak-privilege-card,
    .korhan-mustafa-imrak-privilege-card {
        max-width: 360px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ===== Privilege Grid - DEVRİM: 3x Büyük + Glass + Wow ===== */
.korhan-mustafa-imrak-privilege-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}
.korhan-mustafa-imrak-privilege-grid.korhan-mustafa-imrak-privilege-devrim {
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}
.korhan-mustafa-imrak-privilege-card {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    opacity: 0;
    transform: scale(0.85) translateY(30px);
    transition: opacity 0.6s var(--ease-out-expo), transform 0.6s var(--ease-out-expo), box-shadow 0.4s ease;
}
.korhan-mustafa-imrak-privilege-card.korhan-mustafa-imrak-visible {
    opacity: 1;
    transform: scale(1) translateY(0);
}
.korhan-mustafa-imrak-privilege-card.korhan-mustafa-imrak-delay-1 { transition-delay: 0.05s; }
.korhan-mustafa-imrak-privilege-card.korhan-mustafa-imrak-delay-2 { transition-delay: 0.1s; }
.korhan-mustafa-imrak-privilege-card.korhan-mustafa-imrak-delay-3 { transition-delay: 0.15s; }
.korhan-mustafa-imrak-privilege-card.korhan-mustafa-imrak-delay-4 { transition-delay: 0.2s; }
.korhan-mustafa-imrak-privilege-card.korhan-mustafa-imrak-delay-5 { transition-delay: 0.25s; }
.korhan-mustafa-imrak-privilege-card.korhan-mustafa-imrak-delay-6 { transition-delay: 0.3s; }
.korhan-mustafa-imrak-privilege-card.korhan-mustafa-imrak-delay-7 { transition-delay: 0.35s; }
.korhan-mustafa-imrak-privilege-card.korhan-mustafa-imrak-delay-8 { transition-delay: 0.4s; }
.korhan-mustafa-imrak-privilege-card.korhan-mustafa-imrak-delay-9 { transition-delay: 0.45s; }
.korhan-mustafa-imrak-privilege-card-inner {
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.85) 0%, rgba(15, 23, 42, 0.9) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(34, 211, 238, 0.2);
    border-radius: 20px;
    padding: 3.5rem 2.5rem;
    text-align: center;
    transition: all 0.5s var(--ease-out-expo);
    box-shadow: 0 25px 60px -20px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(34, 211, 238, 0.05);
}
.korhan-mustafa-imrak-privilege-card:hover .korhan-mustafa-imrak-privilege-card-inner {
    background: linear-gradient(135deg, rgba(51, 65, 85, 0.9) 0%, rgba(30, 41, 59, 0.95) 100%);
    border-color: rgba(34, 211, 238, 0.45);
    box-shadow: 0 35px 80px -25px rgba(34, 211, 238, 0.35), 0 0 60px -20px rgba(34, 211, 238, 0.2);
    transform: translateY(-12px);
}
.korhan-mustafa-imrak-privilege-card.korhan-mustafa-imrak-privilege-wow:hover .korhan-mustafa-imrak-privilege-card-inner {
    animation: privilegeWow 0.6s var(--ease-out-expo);
}
@keyframes privilegeWow {
    0% { transform: translateY(-12px) scale(1); }
    30% { transform: translateY(-18px) scale(1.02); }
    60% { transform: translateY(-14px) scale(1.01); }
    100% { transform: translateY(-12px) scale(1); }
}
.korhan-mustafa-imrak-privilege-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    margin-bottom: 1.75rem;
    background: var(--gradient-btn);
    border-radius: 24px;
    color: var(--primary-dark);
    font-size: 2.25rem;
    box-shadow: 0 12px 40px rgba(34, 211, 238, 0.35);
    transition: transform 0.4s var(--ease-out-expo);
}
.korhan-mustafa-imrak-privilege-card:hover .korhan-mustafa-imrak-privilege-icon {
    transform: scale(1.12) rotate(-5deg);
    box-shadow: 0 18px 50px rgba(34, 211, 238, 0.5);
}
.korhan-mustafa-imrak-privilege-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.5rem;
}
.korhan-mustafa-imrak-section-ayricaliklar-devrim .korhan-mustafa-imrak-privilege-card h4 {
    color: #fff;
}
.korhan-mustafa-imrak-privilege-card p {
    font-size: 1.1rem;
    color: var(--muted);
    margin: 0;
    line-height: 1.6;
}
.korhan-mustafa-imrak-section-ayricaliklar-devrim .korhan-mustafa-imrak-privilege-card p {
    color: rgba(255,255,255,0.85);
}
/* Eski privilege-item (geriye uyumluluk) */
.korhan-mustafa-imrak-privilege-item {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    padding: 1rem;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow);
    text-align: center;
    transition: transform var(--transition);
}
.korhan-mustafa-imrak-privilege-item:hover { transform: translateY(-2px); }
.korhan-mustafa-imrak-privilege-item h4 { font-size: 0.95rem; }

/* ===== Referanslar - Anasayfa DEVRİM: 3x Büyük ===== */
.korhan-mustafa-imrak-section-referanslar {
    background: var(--bg-beige);
    text-align: center;
}
.korhan-mustafa-imrak-referanslar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}
@media (max-width: 768px) {
    .korhan-mustafa-imrak-referanslar-grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .korhan-mustafa-imrak-referans-card {
        max-width: 360px;
        width: 100%;
    }
}
.korhan-mustafa-imrak-referanslar-anasayfa-link {
    margin-top: 2.5rem;
    margin-bottom: 0;
}
.korhan-mustafa-imrak-referans-card {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    transition: transform 0.5s var(--ease-out-expo), box-shadow 0.5s ease;
}
.korhan-mustafa-imrak-referans-card-inner {
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.85) 0%, rgba(15, 23, 42, 0.9) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(34, 211, 238, 0.2);
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.5s var(--ease-out-expo);
    box-shadow: 0 25px 60px -20px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(34, 211, 238, 0.05);
}
.korhan-mustafa-imrak-referans-card:hover .korhan-mustafa-imrak-referans-card-inner {
    border-color: rgba(34, 211, 238, 0.45);
    box-shadow: 0 35px 80px -25px rgba(34, 211, 238, 0.35), 0 0 60px -20px rgba(34, 211, 238, 0.2);
    transform: translateY(-12px);
}
.korhan-mustafa-imrak-referans-card-img {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(15, 23, 42, 0.6);
}
.korhan-mustafa-imrak-referans-card-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.korhan-mustafa-imrak-referans-placeholder {
    font-size: 4rem;
    color: var(--muted);
    opacity: 0.5;
}
.korhan-mustafa-imrak-referans-site-adi {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1.5rem;
}
.korhan-mustafa-imrak-referans-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.1rem;
    padding: 0.85rem 1.75rem;
}

/* Referanslar sayfası - sayfalama & boş durum */
.korhan-mustafa-imrak-section-referanslar-sayfa .korhan-mustafa-imrak-referanslar-sayfa-inner { max-width: 1280px; margin: 0 auto; }
.korhan-mustafa-imrak-referanslar-mesaj-success {
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid rgba(34, 197, 94, 0.4);
    border-radius: 12px;
    color: #22c55e;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.korhan-mustafa-imrak-referanslar-sayfa-grid { margin-bottom: 3rem; }
.korhan-mustafa-imrak-referanslar-empty {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.6) 0%, rgba(15, 23, 42, 0.7) 100%);
    border: 1px solid rgba(34, 211, 238, 0.2);
    border-radius: 20px;
    backdrop-filter: blur(20px);
}
.korhan-mustafa-imrak-referanslar-empty-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    background: rgba(34, 211, 238, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: var(--accent);
}
.korhan-mustafa-imrak-referanslar-empty h3 { margin: 0 0 0.5rem; color: var(--primary); }
.korhan-mustafa-imrak-referanslar-empty p { color: var(--muted); margin: 0 0 1rem; }
.korhan-mustafa-imrak-referanslar-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 2rem 0;
}
.korhan-mustafa-imrak-referanslar-pagination-info {
    font-size: 0.95rem;
    color: var(--muted);
}
.korhan-mustafa-imrak-referanslar-pagination-nav {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.korhan-mustafa-imrak-referanslar-pagination-btn,
.korhan-mustafa-imrak-referanslar-pagination-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 0.75rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    color: var(--primary);
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(34, 211, 238, 0.2);
    transition: all 0.3s ease;
}
.korhan-mustafa-imrak-referanslar-pagination-btn:hover:not(.korhan-mustafa-imrak-disabled),
.korhan-mustafa-imrak-referanslar-pagination-num:hover:not(.korhan-mustafa-imrak-active) {
    border-color: rgba(34, 211, 238, 0.45);
    background: rgba(34, 211, 238, 0.1);
    color: var(--accent);
}
.korhan-mustafa-imrak-referanslar-pagination-num.korhan-mustafa-imrak-active {
    background: linear-gradient(135deg, rgba(34, 211, 238, 0.3), rgba(20, 184, 166, 0.2));
    border-color: rgba(34, 211, 238, 0.5);
    color: var(--accent);
}
.korhan-mustafa-imrak-referanslar-pagination-btn.korhan-mustafa-imrak-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.korhan-mustafa-imrak-referanslar-pagination-numbers { display: flex; gap: 0.35rem; }

/* ===== Team Grid ===== */
.korhan-mustafa-imrak-team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}
.korhan-mustafa-imrak-team-card {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    padding: 1.5rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    text-align: center;
    transition: transform var(--transition), box-shadow var(--transition);
}
.korhan-mustafa-imrak-team-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}
.korhan-mustafa-imrak-team-card h4 { margin-bottom: 0.25rem; }
.korhan-mustafa-imrak-team-card .korhan-mustafa-imrak-role { font-size: 0.85rem; color: var(--accent); }
@media (max-width: 768px) {
    .korhan-mustafa-imrak-team-grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .korhan-mustafa-imrak-team-card {
        max-width: 360px;
        width: 100%;
    }
}

/* ===== Uzman Kadro - DEVRİM NİTELİĞİNDE: Slider + glass kartlar ===== */
.korhan-mustafa-imrak-section-uzman {
    text-align: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0f172a 0%, #0c4a6e 50%, #0e7490 100%);
    color: #fff;
}
.korhan-mustafa-imrak-section-uzman-devrim {
    padding: 4rem 1.5rem 5rem;
}
.korhan-mustafa-imrak-section-uzman-devrim .korhan-mustafa-imrak-uzman-slide-glow {
    opacity: 0.7;
}
.korhan-mustafa-imrak-uzman-slide-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.korhan-mustafa-imrak-uzman-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(34, 211, 238, 0.5);
    border-radius: 50%;
    animation: heroParticleFloat 12s ease-in-out infinite;
}
.korhan-mustafa-imrak-uzman-particle:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
.korhan-mustafa-imrak-uzman-particle:nth-child(2) { top: 60%; right: 20%; left: auto; animation-delay: 4s; }
.korhan-mustafa-imrak-uzman-particle:nth-child(3) { bottom: 25%; left: 25%; animation-delay: 8s; }
.korhan-mustafa-imrak-uzman-slide-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}
.korhan-mustafa-imrak-uzman-slide-mesh {
    position: absolute;
    inset: -50%;
    background: radial-gradient(ellipse 80% 50% at 20% 20%, rgba(12, 74, 110, 0.5) 0%, transparent 50%),
                radial-gradient(ellipse 60% 80% at 80% 80%, rgba(14, 118, 144, 0.4) 0%, transparent 50%),
                radial-gradient(ellipse 50% 50% at 50% 50%, rgba(13, 148, 136, 0.25) 0%, transparent 60%);
    background-size: 200% 200%;
    animation: heroMeshMove 18s ease-in-out infinite;
}
.korhan-mustafa-imrak-uzman-slide-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(clamp(40px, 8vw, 70px));
    opacity: 0.5;
}
.korhan-mustafa-imrak-uzman-slide-orb-1 {
    width: clamp(140px, 28vw, 320px); height: clamp(140px, 28vw, 320px);
    background: rgba(12, 74, 110, 0.5);
    top: -80px; left: -80px;
    animation: heroOrbFloat1 14s ease-in-out infinite;
}
.korhan-mustafa-imrak-uzman-slide-orb-2 {
    width: clamp(100px, 22vw, 260px); height: clamp(100px, 22vw, 260px);
    background: rgba(13, 148, 136, 0.4);
    bottom: -60px; right: -50px;
    animation: heroOrbFloat2 16s ease-in-out infinite 2s;
}
.korhan-mustafa-imrak-uzman-slide-orb-3 {
    width: clamp(80px, 16vw, 180px); height: clamp(80px, 16vw, 180px);
    background: rgba(14, 118, 144, 0.4);
    top: 50%; left: 5%;
    animation: heroOrbFloat3 12s ease-in-out infinite 1s;
}
.korhan-mustafa-imrak-uzman-slide-orb-4 {
    width: clamp(60px, 12vw, 140px); height: clamp(60px, 12vw, 140px);
    background: rgba(13, 148, 136, 0.3);
    top: 15%; right: 10%;
    animation: heroOrbFloat2 13s ease-in-out infinite reverse 3s;
}
.korhan-mustafa-imrak-uzman-slide-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(12, 74, 110, 0.06) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(13, 148, 136, 0.04) 1px, transparent 1px);
    background-size: clamp(30px, 5vw, 55px) clamp(30px, 5vw, 55px);
    mask-image: radial-gradient(ellipse 85% 65% at 50% 50%, black 15%, transparent 72%);
    animation: heroGridPulse 8s ease-in-out infinite;
}
.korhan-mustafa-imrak-uzman-slide-glow {
    position: absolute;
    width: 130%;
    height: 130%;
    top: -15%;
    left: -15%;
    background: conic-gradient(from 0deg, transparent, rgba(12, 74, 110, 0.35), transparent, rgba(13, 148, 136, 0.25), transparent);
    animation: heroGlowRotate 24s linear infinite;
    opacity: 0.5;
}
.korhan-mustafa-imrak-section-uzman > .korhan-mustafa-imrak-section-title-uzman,
.korhan-mustafa-imrak-section-uzman > .korhan-mustafa-imrak-uzman-main-title,
.korhan-mustafa-imrak-section-uzman > .korhan-mustafa-imrak-uzman-desc,
.korhan-mustafa-imrak-section-uzman > .korhan-mustafa-imrak-uzman-swiper-wrap {
    position: relative;
    z-index: 1;
}
.korhan-mustafa-imrak-section-uzman-devrim .korhan-mustafa-imrak-section-title-uzman {
    padding: 0.6rem 1.5rem;
    font-size: 0.85rem;
    letter-spacing: 0.25em;
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.6) 0%, rgba(15, 23, 42, 0.7) 100%);
    border: 1px solid rgba(34, 211, 238, 0.25);
    box-shadow: 0 4px 30px rgba(12, 74, 110, 0.4), 0 0 40px -10px rgba(34, 211, 238, 0.2);
    margin-bottom: 1.25rem;
}
.korhan-mustafa-imrak-section-uzman-devrim .korhan-mustafa-imrak-uzman-badge-dot {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 12px rgba(34, 211, 238, 0.9), 0 0 24px rgba(34, 211, 238, 0.4);
}
.korhan-mustafa-imrak-section-title-uzman {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.4rem 1.2rem;
    background: rgba(12, 74, 110, 0.35);
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    color: rgba(255,255,255,0.9);
    margin-bottom: 1rem;
    box-shadow: 0 2px 20px rgba(12, 74, 110, 0.3), 0 0 0 1px rgba(13, 148, 136, 0.2);
}
.korhan-mustafa-imrak-uzman-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0d9488;
    box-shadow: 0 0 12px rgba(13, 148, 136, 0.8);
    flex-shrink: 0;
}
.korhan-mustafa-imrak-section-uzman-devrim .korhan-mustafa-imrak-uzman-main-title {
    margin-bottom: 1rem;
}
.korhan-mustafa-imrak-uzman-main-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35em;
    margin-bottom: 0.75rem;
}
.korhan-mustafa-imrak-section-uzman-devrim .korhan-mustafa-imrak-uzman-domain {
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    text-shadow: 0 0 40px rgba(34, 211, 238, 0.3);
}
.korhan-mustafa-imrak-uzman-domain {
    background: linear-gradient(135deg, #fff 0%, #67e8f9 60%, #22d3ee 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    font-size: clamp(1.25rem, 3.5vw, 1.75rem);
}
.korhan-mustafa-imrak-section-uzman-devrim .korhan-mustafa-imrak-uzman-subtitle {
    font-size: clamp(1.5rem, 4vw, 2.25rem);
}
.korhan-mustafa-imrak-uzman-subtitle {
    color: rgba(255,255,255,0.95);
    font-weight: 700;
    font-size: clamp(1.25rem, 3.5vw, 1.75rem);
}
.korhan-mustafa-imrak-section-uzman-devrim .korhan-mustafa-imrak-uzman-desc {
    max-width: 720px;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
}
.korhan-mustafa-imrak-uzman-desc {
    max-width: 640px;
    margin: 0 auto 2rem;
    color: rgba(255,255,255,0.85);
    font-size: 0.95rem;
    line-height: 1.6;
}
/* Uzman Kadro - Slider (profil kartları: foto arka plan, overlay) */
.korhan-mustafa-imrak-section-uzman-devrim .korhan-mustafa-imrak-uzman-swiper-wrap {
    max-width: 1200px;
    padding: 0 4rem;
}
.korhan-mustafa-imrak-uzman-swiper-wrap {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 3.5rem;
}
.korhan-mustafa-imrak-uzman-swiper-wrap .swiper {
    overflow: visible;
}
.korhan-mustafa-imrak-uzman-swiper-wrap .swiper-slide {
    height: auto;
}
.korhan-mustafa-imrak-section-uzman-devrim .korhan-mustafa-imrak-uzman-profile-card {
    border: 2px solid rgba(34, 211, 238, 0.2);
    border-radius: 24px;
    box-shadow: 0 25px 60px -20px rgba(0,0,0,0.5), 0 0 0 1px rgba(34, 211, 238, 0.08), 0 0 40px -15px rgba(34, 211, 238, 0.15);
    transition: transform 0.5s var(--ease-out-expo), box-shadow 0.5s ease, border-color 0.4s ease;
}
.korhan-mustafa-imrak-section-uzman-devrim .korhan-mustafa-imrak-uzman-profile-card:hover {
    transform: translateY(-20px);
    border-color: rgba(34, 211, 238, 0.5);
    box-shadow: 0 40px 90px -25px rgba(34, 211, 238, 0.4), 0 0 60px -20px rgba(34, 211, 238, 0.25);
}
.korhan-mustafa-imrak-uzman-profile-card {
    position: relative;
    aspect-ratio: 3/4;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px -12px rgba(0,0,0,0.4);
    transition: transform 0.45s var(--ease-out-expo), box-shadow 0.45s ease;
}
.korhan-mustafa-imrak-uzman-profile-card:hover {
    transform: translateY(-16px);
    box-shadow: 0 30px 70px -15px rgba(34, 211, 238, 0.25);
}
.korhan-mustafa-imrak-uzman-profile-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.korhan-mustafa-imrak-uzman-profile-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: rgba(255,255,255,0.4);
}
.korhan-mustafa-imrak-uzman-profile-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 40%, transparent 70%);
}
.korhan-mustafa-imrak-uzman-profile-stars {
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: #fbbf24;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    z-index: 2;
}
.korhan-mustafa-imrak-uzman-profile-link {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    z-index: 2;
    transition: background 0.3s, color 0.3s;
}
.korhan-mustafa-imrak-uzman-profile-link:hover {
    background: rgba(255,255,255,0.9);
    color: var(--primary-dark);
}
.korhan-mustafa-imrak-section-uzman-devrim .korhan-mustafa-imrak-uzman-profile-content {
    padding: 1.75rem 1.5rem;
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.5) 50%, transparent 100%);
}
.korhan-mustafa-imrak-section-uzman-devrim .korhan-mustafa-imrak-uzman-profile-content h4 {
    font-size: 1.25rem;
    font-weight: 700;
    text-shadow: 0 0 20px rgba(34, 211, 238, 0.2);
}
.korhan-mustafa-imrak-section-uzman-devrim .korhan-mustafa-imrak-uzman-profile-content span {
    font-size: 0.95rem;
}
.korhan-mustafa-imrak-section-uzman-devrim .korhan-mustafa-imrak-uzman-profile-stars {
    font-size: 1rem;
    color: #fbbf24;
    text-shadow: 0 0 12px rgba(251, 191, 36, 0.5);
}
.korhan-mustafa-imrak-section-uzman-devrim .korhan-mustafa-imrak-uzman-profile-link {
    width: 44px;
    height: 44px;
    font-size: 1.05rem;
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(34, 211, 238, 0.3);
}
.korhan-mustafa-imrak-section-uzman-devrim .korhan-mustafa-imrak-uzman-profile-link:hover {
    background: rgba(34, 211, 238, 0.15);
    border-color: rgba(34, 211, 238, 0.6);
    box-shadow: 0 0 20px rgba(34, 211, 238, 0.3);
}
.korhan-mustafa-imrak-uzman-profile-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 1.25rem;
    color: #fff;
    z-index: 2;
    transform: translateY(12px);
    opacity: 0.92;
    transition: transform 0.4s var(--ease-out-expo), opacity 0.4s ease;
}
.korhan-mustafa-imrak-uzman-profile-card:hover .korhan-mustafa-imrak-uzman-profile-content {
    transform: translateY(0);
    opacity: 1;
}
.korhan-mustafa-imrak-uzman-profile-content h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.25rem;
    color: #fff;
}
.korhan-mustafa-imrak-uzman-profile-content span {
    font-size: 0.85rem;
    opacity: 0.9;
}
.korhan-mustafa-imrak-section-uzman-devrim .korhan-mustafa-imrak-uzman-swiper-prev,
.korhan-mustafa-imrak-section-uzman-devrim .korhan-mustafa-imrak-uzman-swiper-next {
    width: 48px;
    height: 48px;
    background: rgba(30, 41, 59, 0.6) !important;
    border: 1px solid rgba(34, 211, 238, 0.2);
    border-radius: 50%;
    transition: all 0.3s ease;
}
.korhan-mustafa-imrak-section-uzman-devrim .korhan-mustafa-imrak-uzman-swiper-prev:hover,
.korhan-mustafa-imrak-section-uzman-devrim .korhan-mustafa-imrak-uzman-swiper-next:hover {
    background: rgba(34, 211, 238, 0.15) !important;
    border-color: rgba(34, 211, 238, 0.5);
    box-shadow: 0 0 25px rgba(34, 211, 238, 0.35);
}
.korhan-mustafa-imrak-uzman-swiper-prev,
.korhan-mustafa-imrak-uzman-swiper-next {
    color: rgba(255,255,255,0.9) !important;
}
.korhan-mustafa-imrak-uzman-swiper-prev:hover,
.korhan-mustafa-imrak-uzman-swiper-next:hover {
    color: #fff !important;
}
@media (max-width: 768px) {
    .korhan-mustafa-imrak-uzman-swiper-wrap {
        padding: 0 0.75rem;
    }
    .korhan-mustafa-imrak-section-uzman-devrim .korhan-mustafa-imrak-uzman-swiper-wrap {
        padding: 0 0.75rem;
    }
    .korhan-mustafa-imrak-uzman-swiper-wrap .swiper {
        overflow: hidden;
    }
    .korhan-mustafa-imrak-uzman-swiper-wrap .swiper-slide {
        width: 100%;
        max-width: 100%;
    }
    .korhan-mustafa-imrak-uzman-profile-card {
        width: 100%;
        max-width: 100%;
    }
    .korhan-mustafa-imrak-uzman-main-title { flex-direction: column; }
    .korhan-mustafa-imrak-section-uzman-devrim { padding: 1.5rem 1rem 1.75rem; }
}

/* ===== Blog - Slider (Uzman Kadrosu gibi) ===== */
.korhan-mustafa-imrak-section-blog {
    text-align: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0f172a 0%, #0c4a6e 50%, #0e7490 100%);
    color: #fff;
}
.korhan-mustafa-imrak-blog-slide-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}
.korhan-mustafa-imrak-blog-slide-bg .korhan-mustafa-imrak-uzman-slide-orb-1 { top: -60px; right: -60px; left: auto; }
.korhan-mustafa-imrak-blog-slide-bg .korhan-mustafa-imrak-uzman-slide-orb-2 { bottom: -40px; left: -40px; right: auto; }
.korhan-mustafa-imrak-section-blog > .korhan-mustafa-imrak-section-title-uzman,
.korhan-mustafa-imrak-section-blog > .korhan-mustafa-imrak-uzman-main-title,
.korhan-mustafa-imrak-section-blog > .korhan-mustafa-imrak-uzman-desc,
.korhan-mustafa-imrak-section-blog > .korhan-mustafa-imrak-blog-swiper-wrap,
.korhan-mustafa-imrak-section-blog > .korhan-mustafa-imrak-blog-swiper-actions {
    position: relative;
    z-index: 1;
}
.korhan-mustafa-imrak-blog-swiper-wrap {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 3.5rem;
}
.korhan-mustafa-imrak-blog-swiper-wrap .swiper { overflow: visible; }
.korhan-mustafa-imrak-blog-swiper-wrap .swiper-slide { height: auto; }
.korhan-mustafa-imrak-blog-card {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s var(--ease-out-expo), box-shadow 0.4s ease, border-color 0.3s;
}
.korhan-mustafa-imrak-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px -15px rgba(34, 211, 238, 0.15);
    border-color: rgba(34, 211, 238, 0.25);
}
.korhan-mustafa-imrak-blog-card-img {
    display: block;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: #1e293b;
}
.korhan-mustafa-imrak-blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.korhan-mustafa-imrak-blog-card:hover .korhan-mustafa-imrak-blog-card-img img {
    transform: scale(1.05);
}
.korhan-mustafa-imrak-blog-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 2.5rem;
    color: rgba(255,255,255,0.25);
}
.korhan-mustafa-imrak-blog-card-body {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.korhan-mustafa-imrak-blog-card-date {
    font-size: 0.8rem;
    color: var(--accent);
    margin-bottom: 0.5rem;
}
.korhan-mustafa-imrak-blog-card-date i { margin-right: 0.35rem; }
.korhan-mustafa-imrak-blog-card-body h4 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    line-height: 1.35;
}
.korhan-mustafa-imrak-blog-card-body h4 a {
    color: var(--primary);
    text-decoration: none;
    transition: color 0.2s;
}
.korhan-mustafa-imrak-blog-card-body h4 a:hover { color: var(--accent); }
.korhan-mustafa-imrak-blog-card-body p {
    font-size: 0.9rem;
    color: var(--muted);
    line-height: 1.55;
    margin: 0 0 1rem;
    flex: 1;
}
.korhan-mustafa-imrak-btn-blog-oku {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    background: var(--gradient-btn) !important;
    color: var(--primary-dark) !important;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    align-self: flex-start;
}
.korhan-mustafa-imrak-btn-blog-oku:hover {
    filter: brightness(1.15);
    transform: translateX(4px);
}
.korhan-mustafa-imrak-blog-swiper-actions {
    margin-top: 2rem;
}
.korhan-mustafa-imrak-blog-swiper-prev,
.korhan-mustafa-imrak-blog-swiper-next {
    color: rgba(255,255,255,0.9) !important;
}
.korhan-mustafa-imrak-blog-swiper-prev:hover,
.korhan-mustafa-imrak-blog-swiper-next:hover {
    color: #fff !important;
}
@media (max-width: 768px) {
    .korhan-mustafa-imrak-blog-swiper-wrap {
        padding: 0 0.75rem;
        overflow: hidden;
    }
    .korhan-mustafa-imrak-blog-swiper-wrap .swiper { overflow: hidden; }
    .korhan-mustafa-imrak-blog-swiper-wrap .swiper-slide { width: 100%; max-width: 100%; }
}

/* ===== Testimonial ===== */
.korhan-mustafa-imrak-testimonial {
    background: var(--white);
    padding: 1.5rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    margin-bottom: 1rem;
}
.korhan-mustafa-imrak-testimonial p { font-style: italic; margin: 0 0 0.5rem; }
.korhan-mustafa-imrak-testimonial .korhan-mustafa-imrak-author { font-size: 0.9rem; color: var(--muted); }
.korhan-mustafa-imrak-testimonial .korhan-mustafa-imrak-yorum-meta { margin-top: 1rem; font-size: 0.9rem; color: var(--muted); }
.korhan-mustafa-imrak-testimonial .korhan-mustafa-imrak-yorum-tarih { margin-left: 0.5rem; opacity: 0.8; }

/* ===== Testimonial - Swiper + Water Drop ===== */
.korhan-mustafa-imrak-testimonial-swiper-wrap {
    position: relative;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 3rem 3rem;
    border-radius: 1rem;
}
.korhan-mustafa-imrak-testimonial-swiper-wrap.korhan-mustafa-imrak-water-drop-wrap {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 50%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}
.korhan-mustafa-imrak-water-drop-wrap::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    top: -50px;
    right: -50px;
    background: radial-gradient(circle, rgba(20, 184, 166, 0.08) 0%, transparent 70%);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    pointer-events: none;
}
.korhan-mustafa-imrak-water-drop-wrap::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    bottom: -30px;
    left: -30px;
    background: radial-gradient(circle, rgba(13, 148, 136, 0.06) 0%, transparent 70%);
    border-radius: 40% 60% 70% 30% / 50% 60% 40% 50%;
    pointer-events: none;
}
.korhan-mustafa-imrak-testimonial-swiper-wrap .swiper {
    padding: 2rem 0 3rem;
    overflow: visible;
    position: relative;
    z-index: 1;
}
.korhan-mustafa-imrak-testimonial-swiper-wrap .swiper-slide {
    height: auto;
}
.korhan-mustafa-imrak-testimonial-swiper-wrap .swiper-button-prev,
.korhan-mustafa-imrak-testimonial-swiper-wrap .swiper-button-next {
    color: #475569;
}
.korhan-mustafa-imrak-testimonial-swiper-wrap .swiper-button-prev:hover,
.korhan-mustafa-imrak-testimonial-swiper-wrap .swiper-button-next:hover {
    color: #0d9488;
}
.korhan-mustafa-imrak-testimonial-swiper-wrap .swiper-pagination-bullet {
    background: rgba(12, 74, 110, 0.3);
}
.korhan-mustafa-imrak-testimonial-swiper-wrap .swiper-pagination-bullet-active {
    background: #0d9488;
    transform: scale(1.2);
}
@media (max-width: 768px) {
    .korhan-mustafa-imrak-testimonial-swiper-wrap {
        padding: 0 0.75rem 1rem;
        overflow: hidden;
    }
    .korhan-mustafa-imrak-testimonial-swiper-wrap .swiper {
        padding: 1rem 0 1.5rem;
        overflow: hidden;
    }
    .korhan-mustafa-imrak-testimonial-swiper-wrap .swiper-slide {
        width: 100%;
        max-width: 100%;
    }
}
/* Water Drop Kart - cam/damla şekli, glassmorphic */
.korhan-mustafa-imrak-water-drop-card {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 55% 45% 35% 65% / 55% 35% 65% 45%;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        inset -2px -2px 8px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.korhan-mustafa-imrak-water-drop-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}
.korhan-mustafa-imrak-testimonial-card-slide {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 2rem 1.5rem 1.5rem;
}
.korhan-mustafa-imrak-water-drop-shine {
    position: absolute;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    top: 15%;
    left: 20%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    pointer-events: none;
}
.korhan-mustafa-imrak-water-drop-shine-2 {
    top: 25%;
    right: 25%;
    left: auto;
    width: 8px;
    height: 8px;
    opacity: 0.8;
}
.korhan-mustafa-imrak-testimonial-card-avatar-wrap {
    width: 90px;
    height: 90px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    flex-shrink: 0;
}
.korhan-mustafa-imrak-testimonial-card-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.korhan-mustafa-imrak-testimonial-card-avatar-wrap i {
    color: #94a3b8;
    font-size: 2rem;
}
.korhan-mustafa-imrak-testimonial-card-body {
    padding: 0 0.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.korhan-mustafa-imrak-testimonial-card-name {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.25rem;
    color: #334155;
}
.korhan-mustafa-imrak-testimonial-card-role {
    font-size: 0.8rem;
    color: var(--muted);
    margin-bottom: 0.5rem;
}
.korhan-mustafa-imrak-testimonial-stars {
    margin-bottom: 0.75rem;
    color: var(--accent-icon);
    font-size: 0.9rem;
    letter-spacing: 0.1em;
}
.korhan-mustafa-imrak-testimonial-card-quote {
    font-size: 0.88rem;
    line-height: 1.6;
    color: var(--muted);
    margin: 0 0 1rem;
    flex: 1;
}
.korhan-mustafa-imrak-testimonial-card-quote a { color: var(--accent); }
.korhan-mustafa-imrak-testimonial-card-btn {
    display: inline-block;
    padding: 0.55rem 1.4rem;
    color: #fff !important;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 2rem;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}
.korhan-mustafa-imrak-testimonial-card-btn.korhan-mustafa-imrak-btn-pink,
.korhan-mustafa-imrak-testimonial-card-btn.korhan-mustafa-imrak-btn-purple,
.korhan-mustafa-imrak-testimonial-card-btn.korhan-mustafa-imrak-btn-orange {
    background: var(--gradient-btn);
    box-shadow: 0 4px 15px rgba(20, 184, 166, 0.35);
}
.korhan-mustafa-imrak-testimonial-card-btn.korhan-mustafa-imrak-btn-pink:hover,
.korhan-mustafa-imrak-testimonial-card-btn.korhan-mustafa-imrak-btn-purple:hover,
.korhan-mustafa-imrak-testimonial-card-btn.korhan-mustafa-imrak-btn-orange:hover {
    box-shadow: 0 6px 20px rgba(20, 184, 166, 0.5);
}
.korhan-mustafa-imrak-testimonial-card-btn:hover {
    transform: translateY(-2px);
}
/* ===== Testimonials - UI/UX Layout: Temiz grid, profesyonel kartlar ===== */
.korhan-mustafa-imrak-section-testimonials-ui {
    background: var(--bg-beige);
    padding: clamp(3rem, 6vw, 5rem) 1.5rem;
    position: relative;
}
.korhan-mustafa-imrak-section-testimonials-ui .korhan-mustafa-imrak-section-title { text-align: center; margin-bottom: 0.25rem; }
.korhan-mustafa-imrak-section-testimonials-ui h2 { text-align: center; margin-bottom: 0.5rem; }
.korhan-mustafa-imrak-testimonials-ui-sub {
    text-align: center;
    color: var(--muted);
    font-size: 1rem;
    margin-bottom: 2.5rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.korhan-mustafa-imrak-testimonials-ui-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}
.korhan-mustafa-imrak-testimonial-ui-card {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    min-height: 280px;
    transition: transform 0.4s var(--ease-out-expo), box-shadow 0.4s ease, border-color 0.3s ease;
}
.korhan-mustafa-imrak-testimonial-ui-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px -15px rgba(34, 211, 238, 0.15);
    border-color: rgba(34, 211, 238, 0.25);
}
.korhan-mustafa-imrak-testimonial-ui-quote-icon {
    font-size: 1.5rem;
    color: var(--accent);
    opacity: 0.6;
    margin-bottom: 1rem;
    line-height: 1;
}
.korhan-mustafa-imrak-testimonial-ui-stars {
    color: #fbbf24;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
}
.korhan-mustafa-imrak-testimonial-ui-quote {
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--primary);
    margin: 0 0 1.25rem;
    font-style: normal;
}
.korhan-mustafa-imrak-testimonial-ui-footer {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-subtle);
}
.korhan-mustafa-imrak-testimonial-ui-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid rgba(34, 211, 238, 0.3);
}
.korhan-mustafa-imrak-testimonial-ui-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.korhan-mustafa-imrak-testimonial-ui-meta {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}
.korhan-mustafa-imrak-testimonial-ui-name {
    font-weight: 600;
    font-size: 1rem;
    color: var(--primary);
    font-style: normal;
}
.korhan-mustafa-imrak-testimonial-ui-role {
    font-size: 0.85rem;
    color: var(--muted);
}
.korhan-mustafa-imrak-testimonials-ui-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 2.5rem;
}
@media (max-width: 768px) {
    .korhan-mustafa-imrak-testimonials-ui-grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .korhan-mustafa-imrak-testimonial-ui-card {
        max-width: 360px;
        width: 100%;
    }
}

/* Eski testimonial (musteri-yorumlari sayfası) */
.korhan-mustafa-imrak-testimonial-card-devrim { /* geriye uyumluluk */ }
.korhan-mustafa-imrak-testimonial-avatar-wrap { width: 80px; height: 80px; border-radius: 50%; overflow: hidden; }
.korhan-mustafa-imrak-testimonial-quote { font-style: italic; }
.korhan-mustafa-imrak-slider-dots {
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 1.5rem;
}
.korhan-mustafa-imrak-slider-dot {
    position: relative;
    width: 36px;
    height: 4px;
    border-radius: 2px;
    border: none;
    background: rgba(20, 184, 166, 0.2);
    cursor: pointer;
    overflow: hidden;
    transition: background 0.2s;
}
.korhan-mustafa-imrak-slider-dot:hover { background: rgba(20, 184, 166, 0.4); }
.korhan-mustafa-imrak-slider-dot-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--accent), rgba(13, 148, 136, 0.9));
    border-radius: 2px;
    transition: width 0.1s linear;
}
.korhan-mustafa-imrak-slider-dot.korhan-mustafa-imrak-active { background: rgba(20, 184, 166, 0.25); }
.korhan-mustafa-imrak-slider-dot.korhan-mustafa-imrak-active .korhan-mustafa-imrak-slider-dot-progress { background: var(--accent); }
.korhan-mustafa-imrak-yorumlar-empty { text-align: center; padding: 3rem; color: var(--muted); }
.korhan-mustafa-imrak-yorumlar-empty i { font-size: 3rem; margin-bottom: 1rem; opacity: 0.5; }
.korhan-mustafa-imrak-yorumlar-list { display: flex; flex-direction: column; gap: 1rem; }
.korhan-mustafa-imrak-yorum-item .korhan-mustafa-imrak-yorum-meta { margin-top: 0.75rem; }
.korhan-mustafa-imrak-yorum-item-devrim { display: flex; align-items: flex-start; gap: 1.25rem; padding: 1.5rem; }
.korhan-mustafa-imrak-yorum-item-avatar { flex-shrink: 0; }
.korhan-mustafa-imrak-yorum-item-avatar img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(20, 184, 166, 0.25); }
.korhan-mustafa-imrak-yorum-item-content { flex: 1; min-width: 0; }

/* ===== YORUMLAR SAYFASI - DEVRİM NİTELİĞİNDE ===== */
.korhan-mustafa-imrak-yorumlar-hero {
    position: relative;
    min-height: 42vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(3rem, 8vw, 5rem) 1.5rem;
    overflow: hidden;
}
.korhan-mustafa-imrak-yorumlar-hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0f172a 0%, #0c4a6e 40%, #0e7490 70%, #0d9488 100%);
}
.korhan-mustafa-imrak-yorumlar-hero-mesh {
    position: absolute;
    inset: -50%;
    background-size: 200% 200%;
    background-image: radial-gradient(ellipse 80% 50% at 20% 20%, rgba(12, 74, 110, 0.5) 0%, transparent 50%),
        radial-gradient(ellipse 60% 80% at 80% 80%, rgba(14, 118, 144, 0.4) 0%, transparent 50%);
    pointer-events: none;
    animation: heroMeshMove 18s ease-in-out infinite;
}
.korhan-mustafa-imrak-yorumlar-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(clamp(50px, 10vw, 80px));
    opacity: 0.5;
    pointer-events: none;
}
.korhan-mustafa-imrak-yorumlar-hero-orb-1 {
    width: clamp(150px, 30vw, 350px);
    height: clamp(150px, 30vw, 350px);
    background: rgba(12, 74, 110, 0.5);
    top: -100px;
    left: -80px;
    animation: heroOrbFloat1 14s ease-in-out infinite;
}
.korhan-mustafa-imrak-yorumlar-hero-orb-2 {
    width: clamp(120px, 25vw, 280px);
    height: clamp(120px, 25vw, 280px);
    background: rgba(13, 148, 136, 0.4);
    bottom: -80px;
    right: -60px;
    animation: heroOrbFloat2 16s ease-in-out infinite 2s;
}
.korhan-mustafa-imrak-yorumlar-hero-orb-3 {
    width: clamp(80px, 15vw, 180px);
    height: clamp(80px, 15vw, 180px);
    background: rgba(14, 118, 144, 0.4);
    top: 50%;
    right: 15%;
    animation: heroOrbFloat3 12s ease-in-out infinite 1s;
}
.korhan-mustafa-imrak-yorumlar-hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(12, 74, 110, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 148, 136, 0.04) 1px, transparent 1px);
    background-size: clamp(35px, 6vw, 55px) clamp(35px, 6vw, 55px);
    pointer-events: none;
    mask-image: radial-gradient(ellipse 90% 70% at 50% 50%, black 20%, transparent 75%);
    animation: heroGridPulse 8s ease-in-out infinite;
}
.korhan-mustafa-imrak-yorumlar-hero-glow {
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    border-radius: 50%;
    background: conic-gradient(from 0deg, transparent, rgba(12, 74, 110, 0.3), transparent, rgba(13, 148, 136, 0.2), transparent);
    animation: heroGlowRotate 25s linear infinite;
    pointer-events: none;
    opacity: 0.4;
}
.korhan-mustafa-imrak-yorumlar-hero-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}
.korhan-mustafa-imrak-yorumlar-particle {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(34, 211, 238, 0.6);
    animation: heroParticleFloat 12s ease-in-out infinite;
}
.korhan-mustafa-imrak-yorumlar-particle:nth-child(1) { left: 15%; top: 25%; animation-delay: 0s; }
.korhan-mustafa-imrak-yorumlar-particle:nth-child(2) { left: 70%; top: 60%; animation-delay: -4s; }
.korhan-mustafa-imrak-yorumlar-particle:nth-child(3) { left: 85%; top: 30%; animation-delay: -7s; }
.korhan-mustafa-imrak-yorumlar-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 700px;
}
.korhan-mustafa-imrak-yorumlar-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--accent);
    margin-bottom: 1rem;
}
.korhan-mustafa-imrak-yorumlar-hero-title {
    font-size: clamp(2rem, 6vw, 3.25rem);
    font-weight: 800;
    margin-bottom: 0.75rem;
    line-height: 1.15;
}
.korhan-mustafa-imrak-yorumlar-hero-desc {
    font-size: 1.1rem;
    color: rgba(226, 232, 240, 0.9);
    margin-bottom: 1.5rem;
}
.korhan-mustafa-imrak-yorumlar-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

/* Yorumlar Stats */
.korhan-mustafa-imrak-yorumlar-stats-section {
    padding: clamp(2rem, 5vw, 3rem) 1.5rem;
}
.korhan-mustafa-imrak-yorumlar-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
}
.korhan-mustafa-imrak-yorumlar-stat-box {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius);
    padding: 2rem 1.5rem;
    text-align: center;
    transition: transform 0.5s var(--ease-out-expo), box-shadow 0.5s ease, border-color 0.4s ease;
}
.korhan-mustafa-imrak-yorumlar-stat-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px -15px rgba(34, 211, 238, 0.2);
    border-color: rgba(34, 211, 238, 0.25);
}
.korhan-mustafa-imrak-yorumlar-stat-num {
    display: block;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: var(--accent);
    line-height: 1.2;
}
.korhan-mustafa-imrak-yorumlar-stat-label {
    font-size: 0.9rem;
    color: var(--muted);
    margin-top: 0.25rem;
}
@media (max-width: 600px) {
    .korhan-mustafa-imrak-yorumlar-stats-grid { grid-template-columns: 1fr; }
}

/* Yorumlar Main */
.korhan-mustafa-imrak-yorumlar-main-section {
    padding: clamp(2rem, 5vw, 4rem) 1.5rem;
}
.korhan-mustafa-imrak-yorumlar-main-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.korhan-mustafa-imrak-yorumlar-section-header {
    text-align: center;
    margin-bottom: 2.5rem;
}
.korhan-mustafa-imrak-yorumlar-section-header h2 { margin-bottom: 0.5rem; }
.korhan-mustafa-imrak-yorumlar-section-sub {
    color: var(--muted);
    font-size: 1rem;
    max-width: 500px;
    margin: 0 auto;
}
.korhan-mustafa-imrak-yorumlar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
    gap: 2.5rem;
}
.korhan-mustafa-imrak-yorumlar-card {
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.85) 0%, rgba(15, 23, 42, 0.9) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(34, 211, 238, 0.2);
    border-radius: 20px;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    min-height: 380px;
    transition: transform 0.5s var(--ease-out-expo), box-shadow 0.5s ease, border-color 0.4s ease;
    box-shadow: 0 25px 60px -20px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(34, 211, 238, 0.05);
}
.korhan-mustafa-imrak-yorumlar-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 35px 80px -25px rgba(34, 211, 238, 0.35), 0 0 60px -20px rgba(34, 211, 238, 0.2);
    border-color: rgba(34, 211, 238, 0.45);
}
.korhan-mustafa-imrak-yorumlar-card-quote-icon {
    font-size: 2.25rem;
    color: var(--accent);
    opacity: 0.8;
    margin-bottom: 1.25rem;
}
.korhan-mustafa-imrak-yorumlar-card-stars {
    color: #fbbf24;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    margin-bottom: 1.25rem;
}
.korhan-mustafa-imrak-yorumlar-card-quote {
    flex: 1;
    font-size: 1.15rem;
    line-height: 1.75;
    color: var(--primary);
    margin: 0 0 1.5rem;
    font-style: normal;
}
.korhan-mustafa-imrak-yorumlar-card-footer {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(34, 211, 238, 0.15);
}
.korhan-mustafa-imrak-yorumlar-card-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 3px solid rgba(34, 211, 238, 0.4);
}
.korhan-mustafa-imrak-yorumlar-card-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.korhan-mustafa-imrak-yorumlar-card-meta {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.korhan-mustafa-imrak-yorumlar-card-name {
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--primary);
    font-style: normal;
}
.korhan-mustafa-imrak-yorumlar-card-date {
    font-size: 1rem;
    color: var(--muted);
}
@media (max-width: 400px) {
    .korhan-mustafa-imrak-yorumlar-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .korhan-mustafa-imrak-yorumlar-grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .korhan-mustafa-imrak-yorumlar-card {
        max-width: 360px;
        width: 100%;
    }
}

/* Yorumlar Empty - Zenginleştirilmiş */
.korhan-mustafa-imrak-yorumlar-empty {
    background: var(--bg-card);
    border: 1px dashed var(--border-subtle);
    border-radius: 20px;
    padding: 4rem 2rem;
    text-align: center;
}
.korhan-mustafa-imrak-yorumlar-empty-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    background: rgba(34, 211, 238, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.korhan-mustafa-imrak-yorumlar-empty-icon i {
    font-size: 2.5rem;
    color: var(--accent);
    opacity: 0.8;
}
.korhan-mustafa-imrak-yorumlar-empty h3 {
    margin-bottom: 0.5rem;
}
.korhan-mustafa-imrak-yorumlar-empty p {
    color: var(--muted);
    margin-bottom: 1.5rem;
}

/* Yorumlar CTA */
.korhan-mustafa-imrak-yorumlar-cta-section {
    position: relative;
    padding: clamp(3rem, 6vw, 4rem) 1.5rem;
    overflow: hidden;
}
.korhan-mustafa-imrak-yorumlar-cta-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(12, 74, 110, 0.2) 0%, rgba(13, 148, 136, 0.15) 50%, rgba(14, 118, 144, 0.1) 100%);
}
.korhan-mustafa-imrak-yorumlar-cta-mesh {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(12, 74, 110, 0.2) 0%, transparent 70%);
    pointer-events: none;
}
.korhan-mustafa-imrak-yorumlar-cta-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(12, 74, 110, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 148, 136, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}
.korhan-mustafa-imrak-yorumlar-cta-inner {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}
.korhan-mustafa-imrak-yorumlar-cta-content h3 {
    margin-bottom: 0.25rem;
}
.korhan-mustafa-imrak-yorumlar-cta-content p {
    color: var(--muted);
    margin: 0;
}
.korhan-mustafa-imrak-yorumlar-cta-btn {
    flex-shrink: 0;
}
@media (max-width: 600px) {
    .korhan-mustafa-imrak-yorumlar-cta-inner { flex-direction: column; text-align: center; }
}

/* ===== YORUM GÖNDER SAYFASI - DEVRİM NİTELİĞİNDE ===== */
.korhan-mustafa-imrak-yorum-gonder-hero { min-height: 35vh; }
.korhan-mustafa-imrak-yorum-gonder-hero .korhan-mustafa-imrak-yorumlar-hero-buttons { display: none; }

.korhan-mustafa-imrak-yorum-gonder-section {
    padding: clamp(2rem, 5vw, 4rem) 1.5rem;
}
.korhan-mustafa-imrak-yorum-gonder-wrap {
    max-width: 640px;
    margin: 0 auto;
}
.korhan-mustafa-imrak-yorum-gonder-card {
    background: var(--bg-card);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--border-subtle);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.4);
    transition: transform 0.5s var(--ease-out-expo), box-shadow 0.5s ease, border-color 0.4s ease;
}
.korhan-mustafa-imrak-yorum-gonder-card:hover {
    border-color: rgba(34, 211, 238, 0.2);
    box-shadow: 0 30px 70px -15px rgba(34, 211, 238, 0.15);
}

/* Yorum Gönder - Başarı Durumu */
.korhan-mustafa-imrak-yorum-gonder-success {
    text-align: center;
    padding: 2rem 0;
}
.korhan-mustafa-imrak-yorum-gonder-success-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}
.korhan-mustafa-imrak-yorum-gonder-success-icon i {
    font-size: 2.5rem;
    color: #10b981;
}
.korhan-mustafa-imrak-yorum-gonder-success h3 {
    margin-bottom: 0.5rem;
}
.korhan-mustafa-imrak-yorum-gonder-success p {
    color: var(--muted);
    margin-bottom: 1.5rem;
}
.korhan-mustafa-imrak-yorum-gonder-success-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

/* Yorum Form - Alert */
.korhan-mustafa-imrak-yorum-alert {
    padding: 1rem 1.25rem;
    border-radius: var(--radius-sm);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.korhan-mustafa-imrak-yorum-alert-success {
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.4);
    color: #10b981;
}
.korhan-mustafa-imrak-yorum-alert-error {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.4);
    color: #ef4444;
}

/* Yorum Form - Inputlar */
.korhan-mustafa-imrak-yorum-form-devrim .korhan-mustafa-imrak-yorum-form-group {
    margin-bottom: 1.25rem;
}
.korhan-mustafa-imrak-yorum-form-devrim label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--primary);
}
.korhan-mustafa-imrak-yorum-form-devrim label i {
    color: var(--accent);
}
.korhan-mustafa-imrak-yorum-form-devrim input,
.korhan-mustafa-imrak-yorum-form-devrim textarea {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 2px solid rgba(34, 211, 238, 0.2);
    border-radius: var(--radius-sm);
    font-size: 1rem;
    font-family: inherit;
    background: rgba(15, 23, 42, 0.5);
    color: var(--primary);
    transition: border-color 0.3s, box-shadow 0.3s;
}
.korhan-mustafa-imrak-yorum-form-devrim input::placeholder,
.korhan-mustafa-imrak-yorum-form-devrim textarea::placeholder {
    color: var(--muted);
    opacity: 0.7;
}
.korhan-mustafa-imrak-yorum-form-devrim input:focus,
.korhan-mustafa-imrak-yorum-form-devrim textarea:focus {
    outline: none;
    border-color: rgba(34, 211, 238, 0.6);
    box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.15);
}
.korhan-mustafa-imrak-yorum-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
@media (max-width: 500px) {
    .korhan-mustafa-imrak-yorum-form-row { grid-template-columns: 1fr; }
}

/* Avatar Seçimi */
.korhan-mustafa-imrak-avatar-select-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.5rem;
}
.korhan-mustafa-imrak-avatar-option {
    cursor: pointer;
    padding: 4px;
    border-radius: 50%;
    border: 3px solid transparent;
    transition: border-color 0.3s, transform 0.2s;
}
.korhan-mustafa-imrak-avatar-option:hover {
    transform: scale(1.1);
}
.korhan-mustafa-imrak-avatar-option.korhan-mustafa-imrak-selected,
.korhan-mustafa-imrak-avatar-option:has(input:checked) {
    border-color: var(--accent);
    box-shadow: 0 0 0 2px rgba(34, 211, 238, 0.3);
}
.korhan-mustafa-imrak-avatar-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.korhan-mustafa-imrak-avatar-option img {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

/* Captcha */
.korhan-mustafa-imrak-captcha-wrap {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.korhan-mustafa-imrak-captcha-img {
    height: 50px;
    border-radius: var(--radius-sm);
    cursor: pointer;
    border: 2px solid rgba(34, 211, 238, 0.3);
    transition: border-color 0.3s;
}
.korhan-mustafa-imrak-captcha-img:hover {
    border-color: rgba(34, 211, 238, 0.6);
}
.korhan-mustafa-imrak-captcha-wrap input {
    flex: 1;
    min-width: 120px;
}
.korhan-mustafa-imrak-captcha-refresh {
    background: var(--gradient-btn);
    border: none;
    color: var(--primary-dark);
    width: 44px;
    height: 44px;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: transform 0.3s;
}
.korhan-mustafa-imrak-captcha-refresh:hover {
    transform: rotate(180deg);
}
.korhan-mustafa-imrak-yorum-submit {
    margin-top: 0.5rem;
    padding: 0.9rem 1.75rem;
    font-size: 1.05rem;
    width: 100%;
}

/* ===== Blog Card ===== */
.korhan-mustafa-imrak-blog-card {
    background: var(--white);
    padding: 1.5rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.korhan-mustafa-imrak-blog-card h4 { margin-bottom: 0.5rem; }
.korhan-mustafa-imrak-blog-card p { margin: 0; font-size: 0.95rem; }

/* ===== Phone Link ===== */
.korhan-mustafa-imrak-phone-link { font-size: clamp(1rem, 2.5vw, 1.25rem); font-weight: 600; }

/* ===== Form Elements ===== */
input, textarea, select {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-sm);
    font-size: 1rem;
    font-family: inherit;
}
input:focus, textarea:focus, select:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.2);
}
label { display: block; font-weight: 500; margin-bottom: 0.35rem; }
.korhan-mustafa-imrak-form-group { margin-bottom: 1.25rem; }

/* ===== Container ===== */
.korhan-mustafa-imrak-container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
.korhan-mustafa-imrak-container-narrow { max-width: 600px; }

/* ===== Card ===== */
.korhan-mustafa-imrak-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 2rem;
    box-shadow: var(--shadow);
}
.korhan-mustafa-imrak-card h1 { margin-bottom: 1.5rem; }

/* ===== Sipariş Sayfası ===== */
.korhan-mustafa-imrak-siparis-page {
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.korhan-mustafa-imrak-siparis-card {
    background: rgba(255, 255, 255, 0.98);
    border-radius: var(--radius);
    padding: 2rem;
    box-shadow: 0 8px 40px rgba(12, 74, 110, 0.1);
    border: 1px solid rgba(20, 184, 166, 0.15);
}
.korhan-mustafa-imrak-siparis-baslik {
    font-size: clamp(1.5rem, 4vw, 2rem);
    margin-bottom: 0.5rem;
}
.korhan-mustafa-imrak-siparis-tutar {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: var(--muted);
}
.korhan-mustafa-imrak-siparis-tutar strong {
    color: var(--accent);
}
.korhan-mustafa-imrak-text-muted { color: var(--muted); font-size: 0.9rem; }
.korhan-mustafa-imrak-odeme-yontemleri {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(20, 184, 166, 0.2);
}
.korhan-mustafa-imrak-odeme-yontemleri h3 {
    margin-bottom: 1.25rem;
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.korhan-mustafa-imrak-odeme-yontem {
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    background: #f8fafc;
    border-radius: var(--radius-sm);
    border-left: 4px solid var(--accent);
}
.korhan-mustafa-imrak-odeme-yontem h4 {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.korhan-mustafa-imrak-odeme-yontem p {
    margin: 0 0 0.75rem;
    font-size: 0.95rem;
    color: var(--muted);
}
.korhan-mustafa-imrak-odeme-yontem p:last-child { margin-bottom: 0; }
.korhan-mustafa-imrak-odeme-yontem a { color: var(--accent); }
.korhan-mustafa-imrak-odeme-yontem a:hover { text-decoration: underline; }
.korhan-mustafa-imrak-siparis-form .korhan-mustafa-imrak-form-group {
    margin-bottom: 1.25rem;
}
.korhan-mustafa-imrak-siparis-form label {
    display: block;
    margin-bottom: 0.35rem;
    font-weight: 600;
    font-size: 0.95rem;
}
.korhan-mustafa-imrak-siparis-form input[type="text"],
.korhan-mustafa-imrak-siparis-form input[type="email"],
.korhan-mustafa-imrak-siparis-form input[type="tel"],
.korhan-mustafa-imrak-siparis-form textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(20, 184, 166, 0.3);
    border-radius: var(--radius-sm);
    font-size: 1rem;
    transition: border-color var(--transition);
}
.korhan-mustafa-imrak-siparis-form input:focus,
.korhan-mustafa-imrak-siparis-form textarea:focus {
    outline: none;
    border-color: var(--accent);
}
.korhan-mustafa-imrak-siparis-form small {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.85rem;
    color: var(--muted);
}
.korhan-mustafa-imrak-siparis-form .korhan-mustafa-imrak-btn {
    margin-top: 0.5rem;
}

/* ===== IBAN Box ===== */
.korhan-mustafa-imrak-iban-box {
    background: #f1f5f9;
    padding: 1.25rem;
    border-radius: var(--radius-sm);
    margin: 1rem 0;
    font-family: monospace;
}
.korhan-mustafa-imrak-iban-display {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0.5rem 0;
    color: var(--primary);
}
.korhan-mustafa-imrak-iban-box small {
    font-size: 0.9rem;
    color: var(--muted);
    font-family: inherit;
}

/* ===== Alert ===== */
.korhan-mustafa-imrak-alert { padding: 1rem; border-radius: var(--radius-sm); margin-bottom: 1rem; }
.korhan-mustafa-imrak-alert-success { background: #dcfce7; color: #166534; }
.korhan-mustafa-imrak-alert-error { background: #fee2e2; color: #991b1b; }

/* ===== Yazılımlarımız (Ana sayfa / Yorumlar tarzı) ===== */
.korhan-mustafa-imrak-section-yazilimlar {
    background: linear-gradient(180deg, #f8fafc 0%, #f0fdfa 100%);
}
/* Yazılımlar kartları - yorumlar kartı ile aynı stil */
.korhan-mustafa-imrak-yazilimlar-card .korhan-mustafa-imrak-yorumlar-card-quote-icon i { color: var(--accent); }
.korhan-mustafa-imrak-yazilimlar-card .korhan-mustafa-imrak-yazilimlar-card-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1.25rem 0 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(34, 211, 238, 0.15);
}
.korhan-mustafa-imrak-yazilimlar-card .korhan-mustafa-imrak-yazilimlar-card-buttons .korhan-mustafa-imrak-btn {
    flex: 1;
    min-width: 140px;
    font-size: 1.05rem;
}
.korhan-mustafa-imrak-yazilimlar-avatar-placeholder {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(34, 211, 238, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--accent);
}
.korhan-mustafa-imrak-yazilimlar-card .korhan-mustafa-imrak-yorumlar-card-avatar img {
    object-fit: cover;
    border-radius: 50%;
}
@media (max-width: 400px) {
    .korhan-mustafa-imrak-yazilimlar-card .korhan-mustafa-imrak-yazilimlar-card-buttons { flex-direction: column; }
    .korhan-mustafa-imrak-yazilimlar-card .korhan-mustafa-imrak-yazilimlar-card-buttons .korhan-mustafa-imrak-btn { min-width: 100%; }
}

/* Blog Anasayfa - yorumlar tarzı kartlar */
.korhan-mustafa-imrak-blog-anasayfa-hero,
.korhan-mustafa-imrak-yazilimlar-anasayfa-hero { min-height: 38vh; }
.korhan-mustafa-imrak-blog-anasayfa-card .korhan-mustafa-imrak-yorumlar-card-quote-icon i { color: var(--accent); }
/* Blog anasayfa etiketleri - DEVRİM niteliğinde renkli */
.korhan-mustafa-imrak-blog-anasayfa-card .korhan-mustafa-imrak-blog-tag {
    font-weight: 700;
    letter-spacing: 0.03em;
    border-width: 2px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.2);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.korhan-mustafa-imrak-blog-anasayfa-card .korhan-mustafa-imrak-blog-tag:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(34, 211, 238, 0.3);
}
.korhan-mustafa-imrak-blog-anasayfa-card .korhan-mustafa-imrak-blog-tag.korhan-mustafa-imrak-tag-1 {
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.4), rgba(34, 211, 238, 0.5));
    color: #5eead4;
    border-color: rgba(34, 211, 238, 0.7);
    text-shadow: 0 0 20px rgba(34, 211, 238, 0.4);
}
.korhan-mustafa-imrak-blog-anasayfa-card .korhan-mustafa-imrak-blog-tag.korhan-mustafa-imrak-tag-2 {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.5), rgba(129, 140, 248, 0.6));
    color: #a5b4fc;
    border-color: rgba(99, 102, 241, 0.7);
    text-shadow: 0 0 15px rgba(99, 102, 241, 0.4);
}
.korhan-mustafa-imrak-blog-anasayfa-card .korhan-mustafa-imrak-blog-tag.korhan-mustafa-imrak-tag-3 {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.5), rgba(244, 114, 182, 0.6));
    color: #f9a8d4;
    border-color: rgba(236, 72, 153, 0.7);
    text-shadow: 0 0 15px rgba(236, 72, 153, 0.4);
}
.korhan-mustafa-imrak-blog-anasayfa-card .korhan-mustafa-imrak-blog-tag.korhan-mustafa-imrak-tag-4 {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.5), rgba(251, 191, 36, 0.6));
    color: #fde047;
    border-color: rgba(251, 191, 36, 0.7);
    text-shadow: 0 0 15px rgba(251, 191, 36, 0.4);
}
.korhan-mustafa-imrak-blog-anasayfa-card .korhan-mustafa-imrak-blog-tag.korhan-mustafa-imrak-tag-5 {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.5), rgba(74, 222, 128, 0.6));
    color: #86efac;
    border-color: rgba(34, 197, 94, 0.7);
    text-shadow: 0 0 15px rgba(34, 197, 94, 0.4);
}
.korhan-mustafa-imrak-blog-anasayfa-card .korhan-mustafa-imrak-blog-tag.korhan-mustafa-imrak-tag-6 {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.5), rgba(248, 113, 113, 0.6));
    color: #fca5a5;
    border-color: rgba(239, 68, 68, 0.7);
    text-shadow: 0 0 15px rgba(239, 68, 68, 0.4);
}
.korhan-mustafa-imrak-blog-anasayfa-card .korhan-mustafa-imrak-blog-anasayfa-card-buttons {
    margin: 1.25rem 0 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(34, 211, 238, 0.15);
}
.korhan-mustafa-imrak-blog-anasayfa-card .korhan-mustafa-imrak-blog-anasayfa-card-buttons .korhan-mustafa-imrak-btn {
    font-size: 1.05rem;
}
.korhan-mustafa-imrak-blog-anasayfa-avatar-placeholder {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(34, 211, 238, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--accent);
}
.korhan-mustafa-imrak-blog-anasayfa-card .korhan-mustafa-imrak-yorumlar-card-avatar img {
    object-fit: cover;
    border-radius: 50%;
}
.korhan-mustafa-imrak-yazilimlar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}
.korhan-mustafa-imrak-yazilimlar-main {
    padding-top: 2rem;
}
.korhan-mustafa-imrak-yazilimlar-grid.korhan-mustafa-imrak-yazilimlar-devrim {
    gap: 1.75rem;
}
.korhan-mustafa-imrak-yazilim-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: var(--radius);
    overflow: hidden;
    transition: transform var(--transition), box-shadow var(--transition);
}
.korhan-mustafa-imrak-yazilim-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px -15px rgba(20, 184, 166, 0.25);
}
/* DEVRİM: Yazılım kartları - Ürün Detayı & Satın Al butonları */
.korhan-mustafa-imrak-yazilim-card-devrim {
    display: block;
    border-radius: var(--radius);
    overflow: visible;
}
.korhan-mustafa-imrak-yazilim-card-devrim .korhan-mustafa-imrak-yazilim-card-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(20, 184, 166, 0.12);
    border-radius: var(--radius);
    overflow: hidden;
    transition: all 0.5s var(--ease-out-expo);
    box-shadow: 0 4px 24px rgba(12, 74, 110, 0.06);
}
.korhan-mustafa-imrak-yazilim-card-devrim:hover .korhan-mustafa-imrak-yazilim-card-inner {
    border-color: rgba(20, 184, 166, 0.35);
    box-shadow: 0 20px 50px -15px rgba(20, 184, 166, 0.25), 0 0 0 1px rgba(20, 184, 166, 0.08);
    transform: translateY(-8px);
}
.korhan-mustafa-imrak-yazilim-card-devrim .korhan-mustafa-imrak-yazilim-card-img img {
    transition: transform 0.6s var(--ease-out-expo);
}
.korhan-mustafa-imrak-yazilim-card-devrim:hover .korhan-mustafa-imrak-yazilim-card-img img {
    transform: scale(1.08);
}
.korhan-mustafa-imrak-yazilim-card-devrim .korhan-mustafa-imrak-yazilim-card-body {
    padding: 1.25rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.korhan-mustafa-imrak-yazilim-card-devrim h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--primary);
    margin: 0;
    transition: color 0.3s ease;
}
.korhan-mustafa-imrak-yazilim-card-devrim:hover h4 {
    color: var(--accent);
}
.korhan-mustafa-imrak-yazilim-card-devrim p {
    font-size: 0.9rem;
    color: var(--muted);
    margin: 0;
    line-height: 1.5;
    flex: 1;
}
.korhan-mustafa-imrak-yazilim-card-devrim .korhan-mustafa-imrak-yazilim-fiyat {
    font-size: 1.25rem;
    font-weight: 800;
    background: var(--gradient-btn);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 12px rgba(20, 184, 166, 0.3));
}
.korhan-mustafa-imrak-yazilim-card-devrim .korhan-mustafa-imrak-yazilim-card-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(20, 184, 166, 0.12);
}
.korhan-mustafa-imrak-yazilim-card-devrim .korhan-mustafa-imrak-yazilim-btn-detay,
.korhan-mustafa-imrak-yazilim-card-devrim .korhan-mustafa-imrak-yazilim-btn-satin {
    flex: 1;
    min-width: 120px;
    justify-content: center;
    padding: 0.65rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.4s var(--ease-out-expo);
}
.korhan-mustafa-imrak-yazilim-card-devrim .korhan-mustafa-imrak-yazilim-btn-detay {
    background: var(--gradient-btn) !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 4px 20px rgba(20, 184, 166, 0.4);
}
.korhan-mustafa-imrak-yazilim-card-devrim .korhan-mustafa-imrak-yazilim-btn-detay:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(20, 184, 166, 0.5), 0 0 40px rgba(20, 184, 166, 0.2);
}
.korhan-mustafa-imrak-yazilim-card-devrim .korhan-mustafa-imrak-yazilim-btn-satin {
    background: transparent !important;
    border: 2px solid rgba(12, 74, 110, 0.6) !important;
    color: #0d9488 !important;
}
.korhan-mustafa-imrak-yazilim-card-devrim .korhan-mustafa-imrak-yazilim-btn-satin:hover {
    background: rgba(12, 74, 110, 0.1) !important;
    border-color: #0d9488 !important;
    box-shadow: 0 0 25px rgba(13, 148, 136, 0.35);
    transform: translateY(-3px);
}
@media (max-width: 480px) {
    .korhan-mustafa-imrak-yazilim-card-devrim .korhan-mustafa-imrak-yazilim-card-buttons {
        flex-direction: column;
    }
    .korhan-mustafa-imrak-yazilim-card-devrim .korhan-mustafa-imrak-yazilim-btn-detay,
    .korhan-mustafa-imrak-yazilim-card-devrim .korhan-mustafa-imrak-yazilim-btn-satin {
        min-width: 100%;
    }
}
.korhan-mustafa-imrak-yazilim-card-inner {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(20, 184, 166, 0.15);
    border-radius: var(--radius);
    overflow: hidden;
    transition: all 0.4s ease;
}
.korhan-mustafa-imrak-yazilim-card:hover .korhan-mustafa-imrak-yazilim-card-inner {
    border-color: rgba(20, 184, 166, 0.3);
    box-shadow: 0 8px 32px rgba(20, 184, 166, 0.12);
}
.korhan-mustafa-imrak-yazilim-card-img {
    height: 160px;
    overflow: hidden;
    background: #e2e8f0;
}
.korhan-mustafa-imrak-yazilim-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.korhan-mustafa-imrak-yazilim-card:hover .korhan-mustafa-imrak-yazilim-card-img img {
    transform: scale(1.05);
}
.korhan-mustafa-imrak-yazilim-card-placeholder {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
    color: rgba(255,255,255,0.8);
    font-size: 3rem;
}
.korhan-mustafa-imrak-yazilim-card h4 {
    padding: 1rem 1.25rem 0.5rem;
    font-size: 1.1rem;
    color: var(--primary);
    margin: 0;
    transition: color var(--transition);
}
.korhan-mustafa-imrak-yazilim-card:hover h4 {
    color: var(--accent);
}
.korhan-mustafa-imrak-yazilim-card p {
    padding: 0 1.25rem 0.5rem;
    font-size: 0.9rem;
    color: var(--muted);
    margin: 0;
    line-height: 1.5;
}
.korhan-mustafa-imrak-yazilim-card .korhan-mustafa-imrak-yazilim-fiyat {
    padding: 0 1.25rem 0.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--accent);
}
.korhan-mustafa-imrak-yazilim-card .korhan-mustafa-imrak-yazilim-link-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0 1.25rem 1.25rem;
    font-size: 0.8rem;
    color: var(--accent);
}
.korhan-mustafa-imrak-yazi-fiyat {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--accent);
    margin-top: 0.5rem;
}
.korhan-mustafa-imrak-yazi-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

/* ===== Scripts Grid ===== */
.korhan-mustafa-imrak-scripts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}
.korhan-mustafa-imrak-script-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 1.5rem;
    box-shadow: var(--shadow);
    transition: transform var(--transition), box-shadow var(--transition);
}
.korhan-mustafa-imrak-script-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}
.korhan-mustafa-imrak-script-card h3 { margin-bottom: 0.5rem; color: var(--primary); }
.korhan-mustafa-imrak-script-card .korhan-mustafa-imrak-aciklama { color: var(--muted); font-size: 0.9rem; margin-bottom: 1rem; }
.korhan-mustafa-imrak-script-card .korhan-mustafa-imrak-fiyat { font-size: clamp(1.25rem, 2.5vw, 1.5rem); font-weight: 700; color: var(--accent); margin-bottom: 1rem; }
.korhan-mustafa-imrak-script-card .korhan-mustafa-imrak-fiyat span { font-size: 0.9rem; font-weight: 400; color: var(--muted); }

/* ===== Info Box ===== */
.korhan-mustafa-imrak-info-box {
    background: var(--white);
    border-radius: var(--radius);
    padding: 2rem;
    margin-top: 2rem;
    box-shadow: var(--shadow);
}
.korhan-mustafa-imrak-info-box h2 { margin-bottom: 1rem; }
.korhan-mustafa-imrak-iban-display {
    background: var(--light);
    padding: 1rem;
    border-radius: var(--radius-sm);
    font-family: monospace;
    font-size: 1.1rem;
    letter-spacing: 1px;
    margin: 0.5rem 0;
}

/* ===== Blog - DEVRİM NİTELİĞİNDE ===== */
.korhan-mustafa-imrak-blog-hero-section {
    position: relative;
    min-height: 42vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(3rem, 8vw, 5rem) 1.5rem;
    overflow: hidden;
}
.korhan-mustafa-imrak-blog-hero-section.korhan-mustafa-imrak-blog-yazi-hero { min-height: 38vh; }
.korhan-mustafa-imrak-blog-hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0f172a 0%, #0c4a6e 40%, #0e7490 70%, #0d9488 100%);
}
.korhan-mustafa-imrak-blog-hero-mesh {
    position: absolute;
    inset: -50%;
    background-size: 200% 200%;
    background-image: radial-gradient(ellipse 80% 50% at 20% 20%, rgba(12, 74, 110, 0.5) 0%, transparent 50%),
        radial-gradient(ellipse 60% 80% at 80% 80%, rgba(14, 118, 144, 0.4) 0%, transparent 50%);
    pointer-events: none;
    animation: heroMeshMove 18s ease-in-out infinite;
}
.korhan-mustafa-imrak-blog-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(clamp(50px, 10vw, 80px));
    opacity: 0.5;
    pointer-events: none;
}
.korhan-mustafa-imrak-blog-hero-orb-1 {
    width: clamp(150px, 30vw, 350px);
    height: clamp(150px, 30vw, 350px);
    background: rgba(12, 74, 110, 0.5);
    top: -100px;
    left: -80px;
    animation: heroOrbFloat1 14s ease-in-out infinite;
}
.korhan-mustafa-imrak-blog-hero-orb-2 {
    width: clamp(120px, 25vw, 280px);
    height: clamp(120px, 25vw, 280px);
    background: rgba(13, 148, 136, 0.4);
    bottom: -80px;
    right: -60px;
    animation: heroOrbFloat2 16s ease-in-out infinite 2s;
}
.korhan-mustafa-imrak-blog-hero-orb-3 {
    width: clamp(80px, 15vw, 180px);
    height: clamp(80px, 15vw, 180px);
    background: rgba(14, 118, 144, 0.4);
    top: 50%;
    right: 15%;
    animation: heroOrbFloat3 12s ease-in-out infinite 1s;
}
.korhan-mustafa-imrak-blog-hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(12, 74, 110, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 148, 136, 0.04) 1px, transparent 1px);
    background-size: clamp(35px, 6vw, 55px) clamp(35px, 6vw, 55px);
    pointer-events: none;
    mask-image: radial-gradient(ellipse 90% 70% at 50% 50%, black 20%, transparent 75%);
    animation: heroGridPulse 8s ease-in-out infinite;
}
.korhan-mustafa-imrak-blog-hero-glow {
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    border-radius: 50%;
    background: conic-gradient(from 0deg, transparent, rgba(12, 74, 110, 0.3), transparent, rgba(13, 148, 136, 0.2), transparent);
    animation: heroGlowRotate 25s linear infinite;
    pointer-events: none;
    opacity: 0.4;
}
.korhan-mustafa-imrak-blog-hero-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}
.korhan-mustafa-imrak-blog-particle {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(34, 211, 238, 0.6);
    animation: heroParticleFloat 12s ease-in-out infinite;
}
.korhan-mustafa-imrak-blog-particle:nth-child(1) { left: 15%; top: 25%; animation-delay: 0s; }
.korhan-mustafa-imrak-blog-particle:nth-child(2) { left: 70%; top: 60%; animation-delay: -4s; }
.korhan-mustafa-imrak-blog-particle:nth-child(3) { left: 85%; top: 30%; animation-delay: -7s; }
.korhan-mustafa-imrak-blog-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 700px;
}
.korhan-mustafa-imrak-blog-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--accent);
    margin-bottom: 1rem;
}
.korhan-mustafa-imrak-blog-hero-title {
    font-size: clamp(2rem, 6vw, 3.25rem);
    font-weight: 800;
    margin-bottom: 0.75rem;
    line-height: 1.15;
}
.korhan-mustafa-imrak-blog-hero-desc {
    font-size: 1.1rem;
    color: rgba(226, 232, 240, 0.9);
    margin-bottom: 1.5rem;
}
.korhan-mustafa-imrak-blog-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

/* Blog Stats */
.korhan-mustafa-imrak-blog-stats-section { padding: clamp(2rem, 5vw, 3rem) 1.5rem; }
.korhan-mustafa-imrak-blog-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 500px;
    margin: 0 auto;
}
.korhan-mustafa-imrak-blog-stat-box {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius);
    padding: 2rem 1.5rem;
    text-align: center;
    transition: transform 0.5s var(--ease-out-expo), box-shadow 0.5s ease, border-color 0.4s ease;
}
.korhan-mustafa-imrak-blog-stat-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px -15px rgba(34, 211, 238, 0.2);
    border-color: rgba(34, 211, 238, 0.25);
}
.korhan-mustafa-imrak-blog-stat-num {
    display: block;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: var(--accent);
    line-height: 1.2;
}
.korhan-mustafa-imrak-blog-stat-icon .korhan-mustafa-imrak-blog-stat-num { font-size: 1.75rem; }
.korhan-mustafa-imrak-blog-stat-label {
    font-size: 0.9rem;
    color: var(--muted);
    margin-top: 0.25rem;
}

/* Blog Main */
.korhan-mustafa-imrak-blog-main-section { padding: clamp(2rem, 5vw, 4rem) 1.5rem; }
.korhan-mustafa-imrak-blog-main-inner { max-width: 1200px; margin: 0 auto; }
.korhan-mustafa-imrak-blog-section-header { text-align: center; margin-bottom: 2.5rem; }
.korhan-mustafa-imrak-blog-section-header h2 { margin-bottom: 0.5rem; }
.korhan-mustafa-imrak-blog-section-sub {
    color: var(--muted);
    font-size: 1rem;
    max-width: 500px;
    margin: 0 auto;
}
.korhan-mustafa-imrak-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 1.5rem;
}
@media (max-width: 768px) {
    .korhan-mustafa-imrak-blog-grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .korhan-mustafa-imrak-blog-grid .korhan-mustafa-imrak-blog-card {
        max-width: 360px;
        width: 100%;
    }
}
.korhan-mustafa-imrak-blog-card {
    background: var(--bg-card);
    backdrop-filter: blur(12px);
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.5s var(--ease-out-expo), box-shadow 0.5s ease, border-color 0.4s ease;
}
.korhan-mustafa-imrak-blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px -15px rgba(34, 211, 238, 0.2);
    border-color: rgba(34, 211, 238, 0.25);
}
.korhan-mustafa-imrak-blog-card-img-wrap {
    display: block;
    position: relative;
    height: 200px;
    overflow: hidden;
    background: rgba(15, 23, 42, 0.5);
}
.korhan-mustafa-imrak-blog-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s var(--ease-out-expo);
}
.korhan-mustafa-imrak-blog-card:hover .korhan-mustafa-imrak-blog-card-img-wrap img {
    transform: scale(1.08);
}
.korhan-mustafa-imrak-blog-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 211, 238, 0.08);
    color: var(--accent);
    font-size: 2.5rem;
    opacity: 0.6;
}
.korhan-mustafa-imrak-blog-card-date {
    position: absolute;
    bottom: 0.75rem;
    left: 0.75rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--accent);
    background: rgba(15, 23, 42, 0.8);
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
}
.korhan-mustafa-imrak-blog-card-body {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.korhan-mustafa-imrak-blog-card-body h3 {
    margin-bottom: 0.75rem;
    font-size: 1.15rem;
    line-height: 1.35;
}
.korhan-mustafa-imrak-blog-card-body h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}
.korhan-mustafa-imrak-blog-card-body h3 a:hover { color: var(--accent); }
.korhan-mustafa-imrak-blog-card-ozet {
    font-size: 0.9rem;
    color: var(--muted);
    line-height: 1.55;
    margin-bottom: 1rem;
    flex: 1;
}
.korhan-mustafa-imrak-blog-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--accent);
    text-decoration: none;
    transition: gap 0.3s, color 0.3s;
}
.korhan-mustafa-imrak-blog-card-link:hover { gap: 0.75rem; color: var(--accent-hover); }

/* Blog Empty */
.korhan-mustafa-imrak-blog-empty {
    background: var(--bg-card);
    border: 1px dashed var(--border-subtle);
    border-radius: 20px;
    padding: 4rem 2rem;
    text-align: center;
}
.korhan-mustafa-imrak-blog-empty-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    background: rgba(34, 211, 238, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.korhan-mustafa-imrak-blog-empty-icon i {
    font-size: 2.5rem;
    color: var(--accent);
    opacity: 0.8;
}
.korhan-mustafa-imrak-blog-empty h3 { margin-bottom: 0.5rem; }
.korhan-mustafa-imrak-blog-empty p { color: var(--muted); margin-bottom: 0; }

/* Blog Yazı Detay */
.korhan-mustafa-imrak-blog-yazi-content-section { padding: clamp(2rem, 5vw, 4rem) 1.5rem; }
.korhan-mustafa-imrak-blog-yazi-wrap { max-width: 800px; margin: 0 auto; }
.korhan-mustafa-imrak-blog-yazi-card {
    background: var(--bg-card);
    backdrop-filter: blur(16px);
    border: 1px solid var(--border-subtle);
    border-radius: 20px;
    padding: 2.5rem;
    overflow: hidden;
    transition: border-color 0.4s ease, box-shadow 0.5s ease;
}
.korhan-mustafa-imrak-blog-yazi-card:hover {
    border-color: rgba(34, 211, 238, 0.2);
    box-shadow: 0 30px 70px -15px rgba(34, 211, 238, 0.15);
}
.korhan-mustafa-imrak-blog-yazi-kapak {
    margin: 0 0 1.5rem;
    border-radius: var(--radius);
    overflow: hidden;
}
.korhan-mustafa-imrak-blog-yazi-kapak img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
.korhan-mustafa-imrak-blog-yazi-icerik {
    margin-bottom: 2rem;
}
.korhan-mustafa-imrak-blog-yazi-footer {
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-subtle);
}

/* Blog Detay - Sidebar + Anahtar Kelimeler + Yorumlar */
.korhan-mustafa-imrak-blog-detail-wrap {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    align-items: start;
}
@media (max-width: 900px) {
    .korhan-mustafa-imrak-blog-detail-wrap { grid-template-columns: 1fr; }
}
.korhan-mustafa-imrak-blog-detail-main { min-width: 0; }

/* Anahtar Kelimeler - Farklı renk sınıfları */
.korhan-mustafa-imrak-blog-anahtar-kelimeler {
    margin: 1.5rem 0;
    padding: 1rem 0;
    border-top: 1px solid var(--border-subtle);
}
.korhan-mustafa-imrak-blog-anahtar-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--muted);
    margin-bottom: 0.75rem;
}
.korhan-mustafa-imrak-blog-anahtar-label i { color: var(--accent); margin-right: 0.35rem; }
.korhan-mustafa-imrak-blog-anahtar-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.korhan-mustafa-imrak-blog-tag {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
    cursor: pointer;
}
a.korhan-mustafa-imrak-blog-tag:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.korhan-mustafa-imrak-blog-card-tags { display: flex; flex-wrap: wrap; gap: 0.35rem; margin: 0.5rem 0; }
.korhan-mustafa-imrak-blog-tag.korhan-mustafa-imrak-blog-tag-sm { padding: 0.2rem 0.5rem; font-size: 0.75rem; }
.korhan-mustafa-imrak-blog-tag.korhan-mustafa-imrak-tag-1 { background: linear-gradient(135deg, rgba(20, 184, 166, 0.2), rgba(20, 184, 166, 0.3)); color: #0d9488; border: 1px solid rgba(20, 184, 166, 0.4); }
.korhan-mustafa-imrak-blog-tag.korhan-mustafa-imrak-tag-2 { background: linear-gradient(135deg, rgba(99, 102, 241, 0.2), rgba(99, 102, 241, 0.3)); color: #6366f1; border: 1px solid rgba(99, 102, 241, 0.4); }
.korhan-mustafa-imrak-blog-tag.korhan-mustafa-imrak-tag-3 { background: linear-gradient(135deg, rgba(236, 72, 153, 0.2), rgba(236, 72, 153, 0.3)); color: #ec4899; border: 1px solid rgba(236, 72, 153, 0.4); }
.korhan-mustafa-imrak-blog-tag.korhan-mustafa-imrak-tag-4 { background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(245, 158, 11, 0.3)); color: #d97706; border: 1px solid rgba(245, 158, 11, 0.4); }
.korhan-mustafa-imrak-blog-tag.korhan-mustafa-imrak-tag-5 { background: linear-gradient(135deg, rgba(34, 197, 94, 0.2), rgba(34, 197, 94, 0.3)); color: #16a34a; border: 1px solid rgba(34, 197, 94, 0.4); }
.korhan-mustafa-imrak-blog-tag.korhan-mustafa-imrak-tag-6 { background: linear-gradient(135deg, rgba(239, 68, 68, 0.2), rgba(239, 68, 68, 0.3)); color: #dc2626; border: 1px solid rgba(239, 68, 68, 0.4); }

/* Blog sayfası etiketleri - DEVRİM niteliğinde (liste + yazı detay) */
.korhan-mustafa-imrak-blog-grid .korhan-mustafa-imrak-blog-tag,
.korhan-mustafa-imrak-blog-anahtar-list .korhan-mustafa-imrak-blog-tag {
    font-weight: 700;
    letter-spacing: 0.03em;
    border-width: 2px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.korhan-mustafa-imrak-blog-grid .korhan-mustafa-imrak-blog-tag:hover,
.korhan-mustafa-imrak-blog-anahtar-list .korhan-mustafa-imrak-blog-tag:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(34, 211, 238, 0.35);
}
.korhan-mustafa-imrak-blog-grid .korhan-mustafa-imrak-blog-tag.korhan-mustafa-imrak-tag-1,
.korhan-mustafa-imrak-blog-anahtar-list .korhan-mustafa-imrak-blog-tag.korhan-mustafa-imrak-tag-1 {
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.4), rgba(34, 211, 238, 0.5));
    color: #5eead4;
    border-color: rgba(34, 211, 238, 0.7);
    text-shadow: 0 0 20px rgba(34, 211, 238, 0.4);
}
.korhan-mustafa-imrak-blog-grid .korhan-mustafa-imrak-blog-tag.korhan-mustafa-imrak-tag-2,
.korhan-mustafa-imrak-blog-anahtar-list .korhan-mustafa-imrak-blog-tag.korhan-mustafa-imrak-tag-2 {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.5), rgba(129, 140, 248, 0.6));
    color: #a5b4fc;
    border-color: rgba(99, 102, 241, 0.7);
    text-shadow: 0 0 15px rgba(99, 102, 241, 0.4);
}
.korhan-mustafa-imrak-blog-grid .korhan-mustafa-imrak-blog-tag.korhan-mustafa-imrak-tag-3,
.korhan-mustafa-imrak-blog-anahtar-list .korhan-mustafa-imrak-blog-tag.korhan-mustafa-imrak-tag-3 {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.5), rgba(244, 114, 182, 0.6));
    color: #f9a8d4;
    border-color: rgba(236, 72, 153, 0.7);
    text-shadow: 0 0 15px rgba(236, 72, 153, 0.4);
}
.korhan-mustafa-imrak-blog-grid .korhan-mustafa-imrak-blog-tag.korhan-mustafa-imrak-tag-4,
.korhan-mustafa-imrak-blog-anahtar-list .korhan-mustafa-imrak-blog-tag.korhan-mustafa-imrak-tag-4 {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.5), rgba(251, 191, 36, 0.6));
    color: #fde047;
    border-color: rgba(251, 191, 36, 0.7);
    text-shadow: 0 0 15px rgba(251, 191, 36, 0.4);
}
.korhan-mustafa-imrak-blog-grid .korhan-mustafa-imrak-blog-tag.korhan-mustafa-imrak-tag-5,
.korhan-mustafa-imrak-blog-anahtar-list .korhan-mustafa-imrak-blog-tag.korhan-mustafa-imrak-tag-5 {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.5), rgba(74, 222, 128, 0.6));
    color: #86efac;
    border-color: rgba(34, 197, 94, 0.7);
    text-shadow: 0 0 15px rgba(34, 197, 94, 0.4);
}
.korhan-mustafa-imrak-blog-grid .korhan-mustafa-imrak-blog-tag.korhan-mustafa-imrak-tag-6,
.korhan-mustafa-imrak-blog-anahtar-list .korhan-mustafa-imrak-blog-tag.korhan-mustafa-imrak-tag-6 {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.5), rgba(248, 113, 113, 0.6));
    color: #fca5a5;
    border-color: rgba(239, 68, 68, 0.7);
    text-shadow: 0 0 15px rgba(239, 68, 68, 0.4);
}

/* Blog Yorumlar */
.korhan-mustafa-imrak-blog-yorumlar-block, .korhan-mustafa-imrak-blog-yorum-form-wrap {
    margin-top: 2rem;
    padding: 2rem;
    background: var(--bg-card);
    backdrop-filter: blur(16px);
    border: 1px solid var(--border-subtle);
    border-radius: 20px;
}
.korhan-mustafa-imrak-blog-yorumlar-title, .korhan-mustafa-imrak-blog-yorum-form-title {
    font-size: 1.25rem;
    margin: 0 0 1.25rem;
    font-weight: 700;
    color: var(--primary);
}
.korhan-mustafa-imrak-blog-yorumlar-title i, .korhan-mustafa-imrak-blog-yorum-form-title i { color: var(--accent); margin-right: 0.5rem; }
.korhan-mustafa-imrak-blog-yorumlar-list { display: flex; flex-direction: column; gap: 1.25rem; }
.korhan-mustafa-imrak-blog-yorum-item {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--border-subtle);
}
.korhan-mustafa-imrak-blog-yorum-item:last-child { border-bottom: none; }
.korhan-mustafa-imrak-blog-yorum-avatar {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(34, 211, 238, 0.3);
}
.korhan-mustafa-imrak-blog-yorum-avatar img { width: 100%; height: 100%; object-fit: cover; }
.korhan-mustafa-imrak-blog-yorum-body { flex: 1; min-width: 0; }
.korhan-mustafa-imrak-blog-yorum-ad { font-weight: 600; font-style: normal; display: block; margin-bottom: 0.15rem; }
.korhan-mustafa-imrak-blog-yorum-tarih { font-size: 0.8rem; color: var(--muted); }
.korhan-mustafa-imrak-blog-yorum-text { margin: 0.5rem 0 0; font-size: 0.95rem; line-height: 1.6; }
.korhan-mustafa-imrak-blog-yorumlar-empty { color: var(--muted); margin: 0; }

/* Blog Yorum Formu */
.korhan-mustafa-imrak-blog-yorum-form .korhan-mustafa-imrak-yorum-form-row { grid-template-columns: 1fr 1fr; }
@media (max-width: 500px) {
    .korhan-mustafa-imrak-blog-yorum-form .korhan-mustafa-imrak-yorum-form-row { grid-template-columns: 1fr; }
}

/* Sidebar */
.korhan-mustafa-imrak-blog-detail-sidebar { position: sticky; top: 100px; }
.korhan-mustafa-imrak-blog-sidebar-card {
    background: var(--bg-card);
    backdrop-filter: blur(16px);
    border: 1px solid var(--border-subtle);
    border-radius: 20px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}
.korhan-mustafa-imrak-blog-sidebar-title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 1rem;
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.korhan-mustafa-imrak-blog-sidebar-title i { color: var(--accent); }
.korhan-mustafa-imrak-blog-sidebar-list, .korhan-mustafa-imrak-blog-sidebar-yorumlar { list-style: none; margin: 0; padding: 0; }
.korhan-mustafa-imrak-blog-sidebar-item {
    display: flex;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--border-subtle);
    text-decoration: none;
    color: inherit;
    transition: background 0.2s;
    border-radius: var(--radius-sm);
    margin: 0 -0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.korhan-mustafa-imrak-blog-sidebar-item:hover { background: rgba(34, 211, 238, 0.06); }
.korhan-mustafa-imrak-blog-sidebar-item:last-child { border-bottom: none; }
.korhan-mustafa-imrak-blog-sidebar-thumb {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(34, 211, 238, 0.1);
}
.korhan-mustafa-imrak-blog-sidebar-thumb img { width: 100%; height: 100%; object-fit: cover; }
.korhan-mustafa-imrak-blog-sidebar-thumb-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: var(--accent);
    opacity: 0.7;
}
.korhan-mustafa-imrak-blog-sidebar-meta { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 0.2rem; }
.korhan-mustafa-imrak-blog-sidebar-baslik { font-size: 0.9rem; font-weight: 600; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.korhan-mustafa-imrak-blog-sidebar-item:hover .korhan-mustafa-imrak-blog-sidebar-baslik { color: var(--accent); }
.korhan-mustafa-imrak-blog-sidebar-tarih { font-size: 0.75rem; color: var(--muted); }
.korhan-mustafa-imrak-blog-sidebar-empty { color: var(--muted); font-size: 0.9rem; margin: 0; }
.korhan-mustafa-imrak-blog-sidebar-yorumlar li { margin-bottom: 0.5rem; }
.korhan-mustafa-imrak-blog-sidebar-yorum-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.5rem;
    border-radius: var(--radius-sm);
    text-decoration: none;
    color: inherit;
    font-size: 0.85rem;
    transition: background 0.2s;
}
.korhan-mustafa-imrak-blog-sidebar-yorum-item:hover { background: rgba(34, 211, 238, 0.06); }
.korhan-mustafa-imrak-blog-sidebar-yorum-avatar {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}
.korhan-mustafa-imrak-blog-sidebar-yorum-avatar img { width: 100%; height: 100%; object-fit: cover; }
.korhan-mustafa-imrak-blog-sidebar-yorum-text { flex: 1; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.korhan-mustafa-imrak-blog-sidebar-cta {
    padding: 1.5rem;
    text-align: center;
}
.korhan-mustafa-imrak-blog-sidebar-cta h4 { font-size: 1rem; margin: 0 0 1rem; }
.korhan-mustafa-imrak-blog-sidebar-cta .korhan-mustafa-imrak-btn { width: 100%; justify-content: center; }

/* Eski blog (geriye uyumluluk) */
.korhan-mustafa-imrak-blog-hero { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%); color: var(--white); padding: clamp(2rem, 4vw, 3rem) 1.5rem; text-align: center; }
.korhan-mustafa-imrak-blog-hero h1 { color: var(--white); }
.korhan-mustafa-imrak-blog-container { max-width: 900px; margin: 2rem auto; padding: 0 1.5rem; }
.korhan-mustafa-imrak-blog-list { display: flex; flex-direction: column; gap: 1.5rem; }
.korhan-mustafa-imrak-blog-item { background: var(--bg-card); border-radius: var(--radius); padding: 1.5rem; }
.korhan-mustafa-imrak-blog-item h2 a { color: inherit; text-decoration: none; transition: color var(--transition); }
.korhan-mustafa-imrak-blog-item h2 a:hover { color: var(--accent); }
.korhan-mustafa-imrak-blog-item .korhan-mustafa-imrak-tarih { font-size: 0.85rem; color: var(--muted); margin-bottom: 0.5rem; }
.korhan-mustafa-imrak-blog-item .korhan-mustafa-imrak-ozet { color: var(--muted); font-size: 0.95rem; }
.korhan-mustafa-imrak-blog-item-img { display: block; border-radius: var(--radius-sm); overflow: hidden; margin-bottom: 0.75rem; }
.korhan-mustafa-imrak-blog-item-img img { width: 100%; height: 180px; object-fit: cover; transition: transform var(--transition); }
.korhan-mustafa-imrak-blog-item-img:hover img { transform: scale(1.03); }

/* ===== Blog Yazı Detay (yazi-icerik) ===== */
.korhan-mustafa-imrak-yazi-container { max-width: 800px; margin: 2rem auto; padding: 0 1.5rem; }
.korhan-mustafa-imrak-yazi-header { margin-bottom: 1.5rem; }
.korhan-mustafa-imrak-yazi-baslik { font-size: clamp(1.5rem, 4vw, 2rem); margin-bottom: 0.5rem; }
.korhan-mustafa-imrak-yazi-tarih { font-size: 0.9rem; color: var(--muted); }
.korhan-mustafa-imrak-yazi-kapak { margin: 0 0 1rem; border-radius: var(--radius); overflow: hidden; }
.korhan-mustafa-imrak-yazi-kapak img { width: 100%; max-height: 400px; object-fit: cover; }
/* ===== SAYFALAR - DEVRİM NİTELİĞİNDE ===== */
.korhan-mustafa-imrak-sayfa-hero {
    position: relative;
    min-height: 42vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(3rem, 8vw, 5rem) 1.5rem;
    overflow: hidden;
}
.korhan-mustafa-imrak-sayfa-hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0f172a 0%, #0c4a6e 40%, #0e7490 70%, #0d9488 100%);
}
/* Görsel varsa gradient hafif - görsel öne çıksın */
.korhan-mustafa-imrak-sayfa-hero-bg.korhan-mustafa-imrak-sayfa-hero-has-image {
    background: transparent;
}
/* Kapak fotoğrafı - Admin'den yüklenen arka plan (Slider gibi) */
.korhan-mustafa-imrak-sayfa-hero-image {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}
.korhan-mustafa-imrak-sayfa-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.korhan-mustafa-imrak-sayfa-hero-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.91) 0%, rgba(12, 74, 110, 0.7) 50%, rgba(13, 148, 136, 0.56) 100%);
    pointer-events: none;
}
.korhan-mustafa-imrak-sayfa-hero-mesh,
.korhan-mustafa-imrak-sayfa-hero-orb,
.korhan-mustafa-imrak-sayfa-hero-grid,
.korhan-mustafa-imrak-sayfa-hero-glow,
.korhan-mustafa-imrak-sayfa-hero-particles {
    z-index: 0;
}
.korhan-mustafa-imrak-sayfa-hero-mesh {
    position: absolute;
    inset: -50%;
    background-size: 200% 200%;
    background-image: radial-gradient(ellipse 80% 50% at 20% 20%, rgba(12, 74, 110, 0.5) 0%, transparent 50%),
        radial-gradient(ellipse 60% 80% at 80% 80%, rgba(14, 118, 144, 0.4) 0%, transparent 50%);
    pointer-events: none;
    animation: heroMeshMove 18s ease-in-out infinite;
}
.korhan-mustafa-imrak-sayfa-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(clamp(50px, 10vw, 80px));
    opacity: 0.5;
    pointer-events: none;
}
.korhan-mustafa-imrak-sayfa-hero-orb-1 {
    width: clamp(150px, 30vw, 350px);
    height: clamp(150px, 30vw, 350px);
    background: rgba(12, 74, 110, 0.5);
    top: -100px;
    left: -80px;
    animation: heroOrbFloat1 14s ease-in-out infinite;
}
.korhan-mustafa-imrak-sayfa-hero-orb-2 {
    width: clamp(120px, 25vw, 280px);
    height: clamp(120px, 25vw, 280px);
    background: rgba(13, 148, 136, 0.4);
    bottom: -80px;
    right: -60px;
    animation: heroOrbFloat2 16s ease-in-out infinite 2s;
}
.korhan-mustafa-imrak-sayfa-hero-orb-3 {
    width: clamp(80px, 15vw, 180px);
    height: clamp(80px, 15vw, 180px);
    background: rgba(14, 118, 144, 0.4);
    top: 50%;
    right: 15%;
    animation: heroOrbFloat3 12s ease-in-out infinite 1s;
}
.korhan-mustafa-imrak-sayfa-hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(12, 74, 110, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 148, 136, 0.04) 1px, transparent 1px);
    background-size: clamp(35px, 6vw, 55px) clamp(35px, 6vw, 55px);
    pointer-events: none;
    mask-image: radial-gradient(ellipse 90% 70% at 50% 50%, black 20%, transparent 75%);
    animation: heroGridPulse 8s ease-in-out infinite;
}
.korhan-mustafa-imrak-sayfa-hero-glow {
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    border-radius: 50%;
    background: conic-gradient(from 0deg, transparent, rgba(12, 74, 110, 0.3), transparent, rgba(13, 148, 136, 0.2), transparent);
    animation: heroGlowRotate 25s linear infinite;
    pointer-events: none;
    opacity: 0.4;
}
.korhan-mustafa-imrak-sayfa-hero-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}
.korhan-mustafa-imrak-sayfa-particle {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(34, 211, 238, 0.6);
    animation: heroParticleFloat 12s ease-in-out infinite;
}
.korhan-mustafa-imrak-sayfa-particle:nth-child(1) { left: 15%; top: 25%; animation-delay: 0s; }
.korhan-mustafa-imrak-sayfa-particle:nth-child(2) { left: 70%; top: 60%; animation-delay: -4s; }
.korhan-mustafa-imrak-sayfa-particle:nth-child(3) { left: 85%; top: 30%; animation-delay: -7s; }
.korhan-mustafa-imrak-sayfa-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 700px;
}
.korhan-mustafa-imrak-sayfa-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--accent);
    margin-bottom: 1rem;
}
.korhan-mustafa-imrak-sayfa-hero-title {
    font-size: clamp(2rem, 6vw, 3.25rem);
    font-weight: 800;
    margin-bottom: 0.75rem;
    line-height: 1.15;
}
.korhan-mustafa-imrak-sayfa-hero-desc {
    font-size: 1.1rem;
    color: rgba(226, 232, 240, 0.9);
    margin-bottom: 1.5rem;
}
.korhan-mustafa-imrak-sayfa-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

/* Sayfa İçerik */
.korhan-mustafa-imrak-sayfa-content-section {
    padding: clamp(2rem, 5vw, 4rem) 1.5rem;
}
.korhan-mustafa-imrak-sayfa-content-wrap {
    max-width: 900px;
    margin: 0 auto;
}
.korhan-mustafa-imrak-sayfa-content-card {
    background: var(--bg-card);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--border-subtle);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.4);
    transition: transform 0.5s var(--ease-out-expo), box-shadow 0.5s ease, border-color 0.4s ease;
}
.korhan-mustafa-imrak-sayfa-content-card:hover {
    border-color: rgba(34, 211, 238, 0.2);
    box-shadow: 0 30px 70px -15px rgba(34, 211, 238, 0.15);
}
.korhan-mustafa-imrak-sayfa-icerik {
    line-height: 1.8;
}
.korhan-mustafa-imrak-sayfa-icerik p { margin-bottom: 1rem; }
.korhan-mustafa-imrak-sayfa-icerik p:last-child { margin-bottom: 0; }
.korhan-mustafa-imrak-sayfa-icerik a { color: var(--accent); }
.korhan-mustafa-imrak-sayfa-icerik a:hover { text-decoration: underline; }
.korhan-mustafa-imrak-sayfa-cta-wrap {
    text-align: center;
    margin-top: 2rem;
}
.korhan-mustafa-imrak-sayfa-kapak {
    margin: 0 0 1.5rem;
    border-radius: var(--radius);
    overflow: hidden;
    position: relative;
}
.korhan-mustafa-imrak-sayfa-kapak img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    display: block;
}
.korhan-mustafa-imrak-sayfa-kapak::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.91) 0%, rgba(12, 74, 110, 0.7) 50%, rgba(13, 148, 136, 0.56) 100%);
    pointer-events: none;
}

/* Hizmetler Grid (Hizmetlerimiz sayfası) */
.korhan-mustafa-imrak-sayfa-hizmetler-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
}
.korhan-mustafa-imrak-sayfa-hizmet-card {
    background: var(--bg-card);
    backdrop-filter: blur(12px);
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    padding: 1.75rem;
    text-align: center;
    transition: transform 0.5s var(--ease-out-expo), box-shadow 0.5s ease, border-color 0.4s ease;
}
.korhan-mustafa-imrak-sayfa-hizmet-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px -15px rgba(34, 211, 238, 0.2);
    border-color: rgba(34, 211, 238, 0.25);
}
.korhan-mustafa-imrak-sayfa-hizmet-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(34, 211, 238, 0.15);
    color: var(--accent);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.korhan-mustafa-imrak-sayfa-hizmet-card h3 {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}
.korhan-mustafa-imrak-sayfa-hizmet-card p {
    font-size: 0.9rem;
    color: var(--muted);
    margin: 0;
}

/* İletişim Grid */
.korhan-mustafa-imrak-sayfa-iletisim-card {
    background: var(--bg-card);
    backdrop-filter: blur(16px);
    border: 1px solid var(--border-subtle);
    border-radius: 20px;
    padding: 2.5rem;
}
.korhan-mustafa-imrak-sayfa-iletisim-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}
.korhan-mustafa-imrak-sayfa-iletisim-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
    border-radius: 14px;
    border: 1px solid transparent;
    transition: transform 0.4s var(--ease-out-expo), border-color 0.3s, background 0.3s;
    text-decoration: none;
    color: inherit;
}
.korhan-mustafa-imrak-sayfa-iletisim-item:hover {
    transform: translateY(-6px);
    border-color: rgba(34, 211, 238, 0.3);
    background: rgba(34, 211, 238, 0.05);
}
.korhan-mustafa-imrak-sayfa-iletisim-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(34, 211, 238, 0.15);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.korhan-mustafa-imrak-sayfa-iletisim-item h3 {
    margin-bottom: 0.25rem;
    font-size: 1rem;
}
.korhan-mustafa-imrak-sayfa-iletisim-item p {
    margin: 0;
    font-size: 0.95rem;
    color: var(--muted);
}
.korhan-mustafa-imrak-sayfa-iletisim-item .korhan-mustafa-imrak-phone-link {
    color: var(--accent) !important;
    font-weight: 600;
}

/* ===== İletişim Form - DEVRİM ===== */
.korhan-mustafa-imrak-iletisim-form-section {
    padding: clamp(2rem, 5vw, 4rem) 1.5rem;
}
.korhan-mustafa-imrak-iletisim-form-wrap {
    max-width: 1000px;
    margin: 0 auto;
}
.korhan-mustafa-imrak-iletisim-two-col {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 1.5rem;
    align-items: start;
}
@media (max-width: 768px) {
    .korhan-mustafa-imrak-iletisim-two-col { grid-template-columns: 1fr; }
}
.korhan-mustafa-imrak-iletisim-info-card {
    background: var(--bg-card);
    backdrop-filter: blur(16px);
    border: 1px solid var(--border-subtle);
    border-radius: 20px;
    padding: 2rem;
}
.korhan-mustafa-imrak-iletisim-info-card h3 {
    font-size: 1rem;
    margin: 1rem 0 0.5rem;
    color: var(--accent);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.korhan-mustafa-imrak-iletisim-info-card h3:first-child { margin-top: 0; }
.korhan-mustafa-imrak-iletisim-info-card a {
    color: var(--primary);
    text-decoration: none;
    transition: color 0.3s;
}
.korhan-mustafa-imrak-iletisim-info-card a:hover { color: var(--accent); }
.korhan-mustafa-imrak-iletisim-form-card {
    background: var(--bg-card);
    backdrop-filter: blur(16px);
    border: 1px solid var(--border-subtle);
    border-radius: 20px;
    padding: 2.5rem;
}

/* ===== Anasayfa İletişim Formu - DEVRİM Niteliğinde ===== */
.korhan-mustafa-imrak-section-iletisim-anasayfa {
    text-align: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0f172a 0%, #0c4a6e 50%, #0e7490 100%);
    color: #fff;
    padding: clamp(3rem, 6vw, 5rem) 1.5rem;
}
.korhan-mustafa-imrak-iletisim-anasayfa-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}
.korhan-mustafa-imrak-iletisim-anasayfa-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}
.korhan-mustafa-imrak-iletisim-anasayfa-particles .korhan-mustafa-imrak-sayfa-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    animation: sayfaParticleFloat 20s ease-in-out infinite;
}
.korhan-mustafa-imrak-iletisim-anasayfa-particles .korhan-mustafa-imrak-sayfa-particle:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
.korhan-mustafa-imrak-iletisim-anasayfa-particles .korhan-mustafa-imrak-sayfa-particle:nth-child(2) { top: 70%; right: 20%; animation-delay: -7s; }
.korhan-mustafa-imrak-iletisim-anasayfa-particles .korhan-mustafa-imrak-sayfa-particle:nth-child(3) { bottom: 30%; left: 25%; animation-delay: -14s; }
@keyframes sayfaParticleFloat {
    0%, 100% { opacity: 0.3; transform: translate(0, 0); }
    25% { opacity: 0.8; transform: translate(30px, -30px); }
    50% { opacity: 0.4; transform: translate(-20px, 20px); }
    75% { opacity: 0.7; transform: translate(15px, 15px); }
}
.korhan-mustafa-imrak-iletisim-anasayfa-inner {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
}
.korhan-mustafa-imrak-section-iletisim-anasayfa .korhan-mustafa-imrak-section-title-uzman,
.korhan-mustafa-imrak-section-iletisim-anasayfa .korhan-mustafa-imrak-uzman-main-title,
.korhan-mustafa-imrak-section-iletisim-anasayfa .korhan-mustafa-imrak-uzman-desc,
.korhan-mustafa-imrak-section-iletisim-anasayfa .korhan-mustafa-imrak-iletisim-anasayfa-grid {
    position: relative;
    z-index: 1;
}
.korhan-mustafa-imrak-section-iletisim-anasayfa .korhan-mustafa-imrak-uzman-desc {
    margin-bottom: 2.5rem;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.korhan-mustafa-imrak-iletisim-anasayfa-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 2rem;
    align-items: start;
    text-align: left;
}
@media (max-width: 900px) {
    .korhan-mustafa-imrak-iletisim-anasayfa-grid { grid-template-columns: 1fr; }
}
.korhan-mustafa-imrak-iletisim-anasayfa-info {
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(13, 148, 136, 0.25);
    border-radius: 20px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.korhan-mustafa-imrak-iletisim-anasayfa-info-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(13, 148, 136, 0.4), rgba(12, 74, 110, 0.5));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--accent);
    margin-bottom: 0.5rem;
}
.korhan-mustafa-imrak-iletisim-anasayfa-info h3 {
    font-size: 1.25rem;
    color: #fff;
    margin: 0;
}
.korhan-mustafa-imrak-iletisim-anasayfa-info p {
    color: rgba(255,255,255,0.9);
    font-size: 0.95rem;
    margin: 0;
}
.korhan-mustafa-imrak-iletisim-anasayfa-info .korhan-mustafa-imrak-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}
.korhan-mustafa-imrak-iletisim-anasayfa-form-wrap {
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(13, 148, 136, 0.25);
    border-radius: 20px;
    padding: 2.5rem;
}
.korhan-mustafa-imrak-section-iletisim-anasayfa .korhan-mustafa-imrak-yorum-form-devrim label { color: rgba(255,255,255,0.95); }
.korhan-mustafa-imrak-section-iletisim-anasayfa .korhan-mustafa-imrak-yorum-form-devrim input,
.korhan-mustafa-imrak-section-iletisim-anasayfa .korhan-mustafa-imrak-yorum-form-devrim textarea {
    background: rgba(15, 23, 42, 0.7);
    border-color: rgba(13, 148, 136, 0.3);
    color: #fff;
}
.korhan-mustafa-imrak-section-iletisim-anasayfa .korhan-mustafa-imrak-yorum-form-devrim input:focus,
.korhan-mustafa-imrak-section-iletisim-anasayfa .korhan-mustafa-imrak-yorum-form-devrim textarea:focus {
    border-color: rgba(34, 211, 238, 0.7);
    box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.2);
    background: rgba(15, 23, 42, 0.85);
}
.korhan-mustafa-imrak-section-iletisim-anasayfa .korhan-mustafa-imrak-yorum-submit {
    margin-top: 0.5rem;
}

.korhan-mustafa-imrak-yazi-icerik { line-height: 1.8; }
.korhan-mustafa-imrak-yazi-icerik img { max-width: 100%; height: auto; }

/* ===== Back Link ===== */
.korhan-mustafa-imrak-back-link {
    display: inline-block;
    margin-top: 1rem;
    color: var(--accent);
    text-decoration: none;
    transition: color var(--transition);
}
.korhan-mustafa-imrak-back-link:hover { color: var(--accent-hover); }

/* ===== Utility ===== */
img { max-width: 100%; height: auto; display: block; }
a { transition: color var(--transition), opacity var(--transition); }

/* ========== DEVRİM NİTELİĞİNDE ANİMASYONLAR ========== */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes scaleIn {
    from { opacity: 0; transform: scale(0.92); }
    to { opacity: 1; transform: scale(1); }
}
@keyframes slideInLeft {
    from { opacity: 0; transform: translateX(-40px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes slideInRight {
    from { opacity: 0; transform: translateX(40px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
@keyframes pulse-glow {
    0%, 100% { box-shadow: 0 0 20px rgba(20, 184, 166, 0.3); }
    50% { box-shadow: 0 0 40px rgba(20, 184, 166, 0.5); }
}
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}
@keyframes gradient-text {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
@keyframes gradient-text-shine {
    0% { filter: hue-rotate(0deg) brightness(1); }
    50% { filter: hue-rotate(5deg) brightness(1.05); }
    100% { filter: hue-rotate(0deg) brightness(1); }
}

/* Scroll-triggered reveal - başlangıçta gizli */
.korhan-mustafa-imrak-animate-on-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s var(--ease-out-expo), transform 0.8s var(--ease-out-expo);
}
.korhan-mustafa-imrak-animate-on-scroll.korhan-mustafa-imrak-visible {
    opacity: 1;
    transform: translateY(0);
}
.korhan-mustafa-imrak-animate-on-scroll.korhan-mustafa-imrak-animate-scale {
    transform: translateY(40px) scale(0.95);
}
.korhan-mustafa-imrak-animate-on-scroll.korhan-mustafa-imrak-animate-scale.korhan-mustafa-imrak-visible {
    transform: translateY(0) scale(1);
}
.korhan-mustafa-imrak-animate-on-scroll.korhan-mustafa-imrak-animate-left { transform: translateX(-50px); }
.korhan-mustafa-imrak-animate-on-scroll.korhan-mustafa-imrak-animate-left.korhan-mustafa-imrak-visible { transform: translateX(0); }
.korhan-mustafa-imrak-animate-on-scroll.korhan-mustafa-imrak-animate-right { transform: translateX(50px); }
.korhan-mustafa-imrak-animate-on-scroll.korhan-mustafa-imrak-animate-right.korhan-mustafa-imrak-visible { transform: translateX(0); }

/* Stagger delay sınıfları */
.korhan-mustafa-imrak-delay-1 { transition-delay: 0.1s; }
.korhan-mustafa-imrak-delay-2 { transition-delay: 0.2s; }
.korhan-mustafa-imrak-delay-3 { transition-delay: 0.3s; }
.korhan-mustafa-imrak-delay-4 { transition-delay: 0.4s; }
.korhan-mustafa-imrak-delay-5 { transition-delay: 0.5s; }
.korhan-mustafa-imrak-delay-6 { transition-delay: 0.6s; }
.korhan-mustafa-imrak-delay-7 { transition-delay: 0.7s; }
.korhan-mustafa-imrak-delay-8 { transition-delay: 0.8s; }

/* Hero - İlk yükleme animasyonları */
.korhan-mustafa-imrak-hero.korhan-mustafa-imrak-animate-ready .korhan-mustafa-imrak-hero-badge { animation: fadeInUp 0.8s var(--ease-out-expo) forwards; opacity: 0; }
.korhan-mustafa-imrak-hero.korhan-mustafa-imrak-animate-ready .korhan-mustafa-imrak-hero-title { animation: fadeInUp 0.9s var(--ease-out-expo) 0.1s forwards; opacity: 0; }
.korhan-mustafa-imrak-hero.korhan-mustafa-imrak-animate-ready .korhan-mustafa-imrak-hero-tagline { animation: fadeInUp 0.9s var(--ease-out-expo) 0.25s forwards; opacity: 0; }
.korhan-mustafa-imrak-hero.korhan-mustafa-imrak-animate-ready .korhan-mustafa-imrak-hero-desc { animation: fadeInUp 0.9s var(--ease-out-expo) 0.4s forwards; opacity: 0; }
.korhan-mustafa-imrak-hero.korhan-mustafa-imrak-animate-ready .korhan-mustafa-imrak-hero-buttons { animation: fadeInUp 0.9s var(--ease-out-expo) 0.55s forwards; opacity: 0; }

/* Gradient başlık - canlı renk geçişi */
.korhan-mustafa-imrak-gradient-text {
    background: linear-gradient(135deg, #0f172a 0%, #0c4a6e 25%, #0e7490 50%, #0d9488 75%, #0f766e 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: gradient-text 8s ease infinite;
    font-weight: 800;
}

/* Premium butonlar - gradient & glow */
.korhan-mustafa-imrak-btn-devrim {
    background: var(--gradient-btn) !important;
    border: none !important;
    color: var(--primary-dark) !important;
    box-shadow: 0 4px 25px rgba(34, 211, 238, 0.3);
    transition: transform 0.35s var(--ease-out-expo), box-shadow 0.35s ease !important;
    position: relative;
    overflow: hidden;
}
.korhan-mustafa-imrak-btn-devrim:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 40px rgba(34, 211, 238, 0.4);
}
.korhan-mustafa-imrak-btn-devrim:active { transform: translateY(-1px) scale(0.98); }
.korhan-mustafa-imrak-btn-devrim-outline {
    background: transparent !important;
    border: 2px solid var(--accent) !important;
    color: var(--accent) !important;
    transition: all 0.35s var(--ease-out-expo) !important;
    position: relative;
    overflow: hidden;
}
.korhan-mustafa-imrak-btn-devrim-outline:hover {
    background: rgba(34, 211, 238, 0.1) !important;
    border-color: var(--accent) !important;
    box-shadow: 0 0 35px rgba(34, 211, 238, 0.2);
    transform: translateY(-2px);
}

/* Ripple efekti */
.korhan-mustafa-imrak-btn-ripple {
    position: relative;
}
.korhan-mustafa-imrak-btn-ripple::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at var(--rx, 50%) var(--ry, 50%), rgba(255,255,255,0.4) 0%, transparent 60%);
    opacity: 0;
    transform: scale(0);
    transition: transform 0.6s, opacity 0.4s;
    pointer-events: none;
}
.korhan-mustafa-imrak-btn-ripple:active::after {
    opacity: 1;
    transform: scale(2);
    transition: 0s;
}

/* Kart animasyonları - glass morphism + hover glow */
.korhan-mustafa-imrak-card-devrim {
    transition: transform 0.5s var(--ease-out-expo), box-shadow 0.5s ease, border-color 0.4s ease, background 0.4s ease;
    border: 1px solid var(--border-subtle);
    background: var(--bg-card);
}
.korhan-mustafa-imrak-card-devrim:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px -15px rgba(34, 211, 238, 0.15);
    border-color: rgba(34, 211, 238, 0.25);
}
.korhan-mustafa-imrak-service-card.korhan-mustafa-imrak-card-devrim:hover { 
    transform: translateY(-10px) scale(1.03); 
    box-shadow: 0 30px 60px -15px rgba(34, 211, 238, 0.2);
}
.korhan-mustafa-imrak-vision-card.korhan-mustafa-imrak-card-devrim,
.korhan-mustafa-imrak-privilege-item.korhan-mustafa-imrak-card-devrim { 
    background: var(--bg-card);
    backdrop-filter: blur(8px);
}
.korhan-mustafa-imrak-vision-card.korhan-mustafa-imrak-card-devrim:hover { transform: translateY(-8px); }
.korhan-mustafa-imrak-team-card.korhan-mustafa-imrak-card-devrim:hover { transform: translateY(-10px); }
.korhan-mustafa-imrak-privilege-item.korhan-mustafa-imrak-card-devrim:hover { transform: translateY(-8px); }
.korhan-mustafa-imrak-testimonial.korhan-mustafa-imrak-card-devrim {
    background: var(--bg-card);
    backdrop-filter: blur(8px);
}
.korhan-mustafa-imrak-testimonial.korhan-mustafa-imrak-card-devrim:hover { 
    box-shadow: 0 25px 60px -15px rgba(34, 211, 238, 0.15);
    transform: translateY(-4px);
}

/* Hero section - DEVRİM NİTELİĞİNDE */
.korhan-mustafa-imrak-hero-devrim { position: relative; overflow: hidden; }
.korhan-mustafa-imrak-hero-devrim .korhan-mustafa-imrak-hero-content { position: relative; z-index: 2; width: 100%; }

/* Animasyonlu gradient mesh arka plan */
.korhan-mustafa-imrak-hero-bg-mesh {
    position: absolute;
    inset: -50%;
    background: 
        radial-gradient(ellipse 80% 50% at 20% 20%, rgba(20, 184, 166, 0.4) 0%, transparent 50%),
        radial-gradient(ellipse 60% 80% at 80% 80%, rgba(13, 148, 136, 0.35) 0%, transparent 50%),
        radial-gradient(ellipse 50% 50% at 50% 50%, rgba(20, 184, 166, 0.2) 0%, transparent 60%);
    background-size: 200% 200%;
    animation: meshMove 15s ease-in-out infinite;
    pointer-events: none;
}
@keyframes meshMove {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(3%, -3%) scale(1.05); }
    66% { transform: translate(-2%, 2%) scale(0.98); }
}

/* Yüzen orb'lar */
.korhan-mustafa-imrak-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.5;
    pointer-events: none;
}
.korhan-mustafa-imrak-hero-orb-1 {
    width: 400px; height: 400px;
    background: rgba(20, 184, 166, 0.4);
    top: -100px; left: -100px;
    animation: orbFloat1 12s ease-in-out infinite;
}
.korhan-mustafa-imrak-hero-orb-2 {
    width: 300px; height: 300px;
    background: rgba(13, 148, 136, 0.35);
    bottom: -50px; right: -50px;
    animation: orbFloat2 14s ease-in-out infinite;
}
.korhan-mustafa-imrak-hero-orb-3 {
    width: 200px; height: 200px;
    background: rgba(20, 184, 166, 0.3);
    top: 50%; left: 10%;
    animation: orbFloat3 10s ease-in-out infinite;
}
.korhan-mustafa-imrak-hero-orb-4 {
    width: 150px; height: 150px;
    background: rgba(13, 148, 136, 0.25);
    top: 20%; right: 15%;
    animation: orbFloat2 11s ease-in-out infinite reverse;
}

/* EMSALSİZ - Dönen glow halkası */
.korhan-mustafa-imrak-hero-glow-ring {
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    border: 1px solid transparent;
    border-radius: 50%;
    background: conic-gradient(from 0deg, transparent, rgba(20, 184, 166, 0.3), transparent, rgba(13, 148, 136, 0.3), transparent);
    animation: glowRingRotate 20s linear infinite;
    pointer-events: none;
    opacity: 0.6;
}
@keyframes glowRingRotate {
    to { transform: rotate(360deg); }
}

/* EMSALSİZ - Parçacıklar */
.korhan-mustafa-imrak-hero-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}
.korhan-mustafa-imrak-hero-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(20, 184, 166, 0.6);
    border-radius: 50%;
    animation: particleFloat 8s ease-in-out infinite;
}
.korhan-mustafa-imrak-hero-particle:nth-child(odd) { background: rgba(13, 148, 136, 0.5); }
.korhan-mustafa-imrak-hero-particle:nth-child(3n) { width: 2px; height: 2px; animation-duration: 12s; }
.korhan-mustafa-imrak-hero-particle:nth-child(5n) { animation-duration: 6s; animation-delay: -2s; }
@keyframes particleFloat {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.6; }
    25% { transform: translate(20px, -30px) scale(1.2); opacity: 1; }
    50% { transform: translate(-15px, -50px) scale(0.8); opacity: 0.4; }
    75% { transform: translate(30px, -20px) scale(1.1); opacity: 0.8; }
}

/* EMSALSİZ - Badge nokta animasyonu */
.korhan-mustafa-imrak-badge-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #0d9488;
    border-radius: 50%;
    margin-right: 0.5rem;
    animation: badgeDotPulse 1.5s ease-in-out infinite;
    box-shadow: 0 0 10px rgba(13, 148, 136, 0.8);
}
@keyframes badgeDotPulse {
    0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 10px rgba(13, 148, 136, 0.8); }
    50% { opacity: 0.5; transform: scale(1.3); box-shadow: 0 0 20px rgba(13, 148, 136, 0.6); }
}

/* EMSALSİZ - Başlık neon glow */
.korhan-mustafa-imrak-text-glow {
    filter: drop-shadow(0 0 20px rgba(12, 74, 110, 0.5)) drop-shadow(0 0 40px rgba(13, 148, 136, 0.3));
}

/* EMSALSİZ - Hero badge güncel */
.korhan-mustafa-imrak-hero-emsalsiz .korhan-mustafa-imrak-hero-badge {
    letter-spacing: 0.2em;
    font-weight: 700;
    border: 1px solid rgba(13, 148, 136, 0.5);
    box-shadow: 0 0 30px rgba(12, 74, 110, 0.2);
}

/* EMSALSİZ - Buton hover'da daha güçlü glow */
.korhan-mustafa-imrak-hero-emsalsiz .korhan-mustafa-imrak-btn-devrim:hover {
    box-shadow: 0 20px 50px rgba(12, 74, 110, 0.5), 0 0 80px rgba(13, 148, 136, 0.3);
}

@keyframes orbFloat1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -40px) scale(1.1); }
}
@keyframes orbFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-40px, 30px) scale(1.05); }
}
@keyframes orbFloat3 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(20px, 20px); }
}

/* Grid overlay */
.korhan-mustafa-imrak-hero-grid {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(12, 74, 110, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 148, 136, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black 20%, transparent 70%);
}

/* Hero badge */
.korhan-mustafa-imrak-hero-badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    background: rgba(12, 74, 110, 0.3);
    border: 1px solid rgba(13, 148, 136, 0.4);
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    animation: badgePulse 3s ease-in-out infinite;
}
@keyframes badgePulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(34, 211, 238, 0.3); }
    50% { box-shadow: 0 0 0 8px rgba(34, 211, 238, 0); }
}
.korhan-mustafa-imrak-hero-devrim .korhan-mustafa-imrak-hero-title { opacity: 0; }
.korhan-mustafa-imrak-hero-devrim .korhan-mustafa-imrak-hero-tagline { opacity: 0; }
.korhan-mustafa-imrak-hero-devrim .korhan-mustafa-imrak-hero-desc { opacity: 0; }
.korhan-mustafa-imrak-hero-devrim .korhan-mustafa-imrak-hero-buttons { opacity: 0; }

/* Section title - animasyonlu çizgi */
.korhan-mustafa-imrak-section-title-devrim {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.25em;
}
.korhan-mustafa-imrak-section-title-devrim::before {
    content: '';
    width: 48px;
    height: 4px;
    background: var(--gradient-btn);
    border-radius: 4px;
    animation: sectionLinePulse 2.5s ease-in-out infinite;
    box-shadow: 0 0 15px rgba(34, 211, 238, 0.4);
}
@keyframes sectionLinePulse {
    0%, 100% { opacity: 1; transform: scaleX(1); }
    50% { opacity: 0.8; transform: scaleX(1.1); }
}

/* Hero sonrası glow divider */
.korhan-mustafa-imrak-hero-slider-wrap + .korhan-mustafa-imrak-section,
.korhan-mustafa-imrak-hero-devrim + .korhan-mustafa-imrak-section {
    position: relative;
}
.korhan-mustafa-imrak-hero-slider-wrap + .korhan-mustafa-imrak-section::before,
.korhan-mustafa-imrak-hero-devrim + .korhan-mustafa-imrak-section::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to bottom, rgba(34, 211, 238, 0.06), transparent);
    pointer-events: none;
}

/* EMSALSİZ - Bölüm geçiş çizgisi */
.korhan-mustafa-imrak-section-dark {
    position: relative;
}
.korhan-mustafa-imrak-section-dark::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.4), transparent);
    background-size: 200% 100%;
    animation: lineShimmer 4s ease-in-out infinite;
    opacity: 0.6;
}
@keyframes lineShimmer {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Kart hover glow - Developer agency */
.korhan-mustafa-imrak-card-devrim:hover {
    box-shadow: 0 25px 60px -15px rgba(34, 211, 238, 0.2), 0 0 0 1px rgba(34, 211, 238, 0.15);
}

.korhan-mustafa-imrak-section-title-devrim::before {
    width: 60px;
    height: 4px;
    box-shadow: 0 0 15px rgba(34, 211, 238, 0.5);
}
