/* ===================================
   GENEL STİLLER - PREMIUM
   =================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-purple: #8A2BE2;
    --primary-pink: #E91E63;
    --primary-blue: #2196F3;
    --primary-green: #4CAF50;
    --primary-orange: #FF9800;
    --dark-bg: #1A1E24;
    --text-dark: #333333;
    --text-light: #666666;
    --white: #ffffff;
    --light-grey: #F5F5F5;
    --gradient-1: linear-gradient(135deg, #E91E63 0%, #8A2BE2 100%);
    --gradient-2: linear-gradient(135deg, #8A2BE2 0%, #2196F3 100%);
    --gradient-3: linear-gradient(135deg, #FF9800 0%, #E91E63 100%);
}

html {
    scroll-behavior: smooth;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
    background: white;
    width: 100%;
    max-width: 100vw;
    position: relative;
}

section {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* ===================================
   DESKTOP LAYOUT OPTIMIZATION
   =================================== */

/* Consistent Section Spacing - 80-100px between major sections */
.hero-premium,
.services-cards-section,
.about-section-premium,
.stats-section-premium,
.applications-section-premium,
.applications-section-premium-ultra,
.faq-section-premium,
.contact-section-premium {
    padding-top: 90px;
    padding-bottom: 90px;
}

/* Container Alignment - Max-width 1200-1400px */
.container {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
}

.container-fluid {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
}

/* Prevent images and media from overflowing */
img,
video,
iframe,
embed,
object {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Typography Scale - Proportional headings */
h1 {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 1.25rem;
}

h3 {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 1rem;
}

h4 {
    font-size: clamp(1.25rem, 2.5vw, 2rem);
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

h5 {
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

p {
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.7;
    margin-bottom: 1rem;
}

/* Header Height Optimization - 100-110px */
.navbar-single {
    min-height: 100px;
    max-height: 110px;
}

.navbar-brand-single img {
    height: 41px; /* 58px * 0.7 = 41px */
    width: auto;
    object-fit: contain;
    max-width: none;
    margin: 0;
    padding: 0;
}

/* Footer Height Optimization - 40-60px padding */
.footer-single {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-content {
    margin-bottom: 2rem;
}

.footer-copyright {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Image Ratios - object-fit: cover for backgrounds */
.hero-main-visual img,
.service-card-image,
.about-visual-premium img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Visual Hierarchy - 8px spacing units */
:root {
    --spacing-xs: 8px;
    --spacing-sm: 16px;
    --spacing-md: 24px;
    --spacing-lg: 32px;
    --spacing-xl: 40px;
    --spacing-2xl: 48px;
    --spacing-3xl: 64px;
    --spacing-4xl: 80px;
    --spacing-5xl: 96px;
}

/* ===================================
   NAVBAR - PREMIUM
   =================================== */
.navbar-single {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    box-shadow: 0 2px 30px rgba(0,0,0,0.1);
    padding: 1rem 0;
    transition: all 0.3s ease;
    z-index: 1100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
}

.navbar-top-line {
    display: none;
}

.navbar-bottom-line {
    display: none;
}

.navbar-brand-single {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
}

.logo-icon {
    width: 45px;
    height: 45px;
    background: #000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s;
}

.logo-icon:hover {
    transform: rotate(5deg) scale(1.1);
}

.logo-text {
    font-weight: 700;
    font-size: 1.3rem;
    color: #000;
}

.navbar-nav-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    gap: 0.25rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    z-index: 1;
}

/* Dark mode butonunu sağa almak için spacer */
.navbar-nav-center::after {
    content: '';
    flex: 0 0 auto;
    width: 60px; /* Dark mode butonunun genişliği + margin */
    margin-left: 1.5rem;
}

.navbar-nav-center .nav-link {
    color: var(--text-dark) !important;
    font-weight: 500;
    padding: 0.75rem 1.25rem !important;
    transition: all 0.3s;
    position: relative;
    white-space: nowrap;
    line-height: 1.5;
}

.navbar-nav-center .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--gradient-1);
    transition: all 0.3s;
    transform: translateX(-50%);
}

.navbar-nav-center .nav-link:hover::before,
.navbar-nav-center .nav-link.active::before {
    width: 70%;
}

.navbar-nav-center .nav-link:hover,
.navbar-nav-center .nav-link.active {
    color: var(--primary-purple) !important;
}

.navbar-right-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
}

/* Navbar içindeki tema toggle butonu */
.nav-item-theme-toggle {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.theme-toggle-nav {
    width: 45px;
    height: 45px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-orange);
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s;
    padding: 0;
}

.theme-toggle-nav:hover {
    background: var(--primary-orange);
    color: white;
    transform: rotate(15deg);
    border-color: var(--primary-orange);
}

body.dark-mode .theme-toggle-nav {
    border-color: rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.1);
    color: var(--primary-orange);
}

/* Mobil Kontroller */
.navbar-mobile-controls {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 0.5rem;
    position: relative;
    z-index: 10001;
}

.theme-toggle-mobile {
    width: 45px;
    height: 45px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-orange);
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s;
    padding: 0;
    flex-shrink: 0;
}

.theme-toggle-mobile:hover {
    background: var(--primary-orange);
    color: white;
    transform: rotate(15deg);
    border-color: var(--primary-orange);
}

body.dark-mode .theme-toggle-mobile {
    border-color: rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.1);
    color: var(--primary-orange);
}

/* Hamburger Menü Butonu */
.navbar-toggler-mobile {
    width: 45px;
    height: 45px;
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    flex-shrink: 0;
    z-index: 10002;
}

.navbar-toggler-mobile span {
    width: 22px;
    height: 2.5px;
    background: var(--primary-purple);
    border-radius: 2px;
    transition: all 0.3s;
    display: block;
}

.navbar-toggler-mobile:hover {
    background: var(--primary-purple);
    border-color: var(--primary-purple);
}

.navbar-toggler-mobile:hover span {
    background: white;
}

.navbar-toggler-mobile.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.navbar-toggler-mobile.active span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler-mobile.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

body.dark-mode .navbar-toggler-mobile {
    border-color: rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.1);
}

body.dark-mode .navbar-toggler-mobile span {
    background: rgba(255,255,255,0.8);
}

body.dark-mode .navbar-toggler-mobile:hover {
    background: var(--primary-purple);
    border-color: var(--primary-purple);
}

/* Mobil Menü Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: var(--header-height, 80px);
    left: 0;
    width: 100%;
    height: calc(100vh - var(--header-height, 80px));
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    z-index: 9999;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-content {
    background: white;
    width: 85%;
    max-width: 350px;
    height: calc(100vh - var(--header-height, 80px) - 1.5rem);
    padding: 2rem 0;
    box-shadow: -5px 0 30px rgba(0,0,0,0.3);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
}

.mobile-menu-overlay.active .mobile-menu-content {
    transform: translateX(0);
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-list li {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-menu-link {
    display: block;
    padding: 1.25rem 2rem;
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s;
    position: relative;
}

.mobile-menu-link:hover,
.mobile-menu-link.active {
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.1) 0%, rgba(233, 30, 99, 0.1) 100%);
    color: var(--primary-purple);
    padding-left: 2.5rem;
}

.mobile-menu-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: var(--gradient-1);
    transform: scaleY(0);
    transition: transform 0.3s;
}

.mobile-menu-link:hover::before,
.mobile-menu-link.active::before {
    transform: scaleY(1);
}

body.dark-mode .mobile-menu-content {
    background: #2C3E50;
}

body.dark-mode .mobile-menu-list li {
    border-bottom-color: rgba(255,255,255,0.1);
}

body.dark-mode .mobile-menu-link {
    color: rgba(255,255,255,0.9);
}

body.dark-mode .mobile-menu-link:hover,
body.dark-mode .mobile-menu-link.active {
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.2) 0%, rgba(233, 30, 99, 0.2) 100%);
    color: var(--primary-purple);
}

.theme-toggle {
    width: 45px;
    height: 45px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-orange);
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s;
    padding: 0;
}

.theme-toggle:hover {
    background: var(--primary-orange);
    color: white;
    transform: rotate(15deg);
    border-color: var(--primary-orange);
}

body.dark-mode .theme-toggle {
    border-color: rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.1);
    color: var(--primary-orange);
}

body.dark-mode .theme-toggle i.fa-moon::before {
    content: "\f185";
}

body.dark-mode .theme-toggle i.fa-sun::before {
    content: "\f186";
}

/* ===================================
   HERO SECTION - PREMIUM
   =================================== */
.hero-premium {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 90px;
    margin-top: 0;
    overflow: hidden;
    background: linear-gradient(135deg, #E91E63 0%, #8A2BE2 50%, #2196F3 100%);
}

.hero-background-animated {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.gradient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.6;
    animation: floatOrb 20s infinite;
}

.orb-1 {
    width: 400px;
    height: 400px;
    background: rgba(233, 30, 99, 0.5);
    top: -100px;
    left: -100px;
    animation-delay: 0s;
}

.orb-2 {
    width: 500px;
    height: 500px;
    background: rgba(138, 43, 226, 0.5);
    bottom: -150px;
    right: -150px;
    animation-delay: 5s;
}

.orb-3 {
    width: 350px;
    height: 350px;
    background: rgba(33, 150, 243, 0.4);
    top: 50%;
    right: 10%;
    animation-delay: 10s;
}

@keyframes floatOrb {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(50px, -50px) scale(1.1);
    }
    66% {
        transform: translate(-30px, 30px) scale(0.9);
    }
}

.hero-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 1px, transparent 1px),
        radial-gradient(circle at 80% 80%, rgba(255,255,255,0.1) 1px, transparent 1px),
        radial-gradient(circle at 40% 20%, rgba(255,255,255,0.08) 1px, transparent 1px);
    background-size: 50px 50px, 80px 80px, 60px 60px;
    animation: particleMove 20s linear infinite;
    z-index: 1;
}

@keyframes particleMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}

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

.hero-left-premium {
    color: white;
}

.hero-badge-premium {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

.badge-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.3), transparent);
    animation: badgeShine 3s infinite;
}

@keyframes badgeShine {
    0% {
        transform: translate(-100%, -100%) rotate(45deg);
    }
    100% {
        transform: translate(100%, 100%) rotate(45deg);
    }
}

.hero-title-premium {
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: white;
}

.title-line-1 {
    display: block;
    background: linear-gradient(135deg, #ffffff 0%, #ffd89b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: titleGlow 3s ease-in-out infinite;
}

.title-line-2 {
    display: block;
    color: white;
}

@keyframes titleGlow {
    0%, 100% {
        filter: drop-shadow(0 0 10px rgba(255,255,255,0.5));
    }
    50% {
        filter: drop-shadow(0 0 20px rgba(255,255,255,0.8));
    }
}

.hero-description-premium {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    opacity: 0.95;
    max-width: 90%;
}

.hero-buttons-premium {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.btn-premium-primary,
.btn-premium-secondary {
    padding: 1.25rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.btn-premium-primary {
    background: linear-gradient(135deg, var(--primary-purple), var(--primary-pink));
    color: white;
    box-shadow: 0 10px 30px rgba(138, 43, 226, 0.4);
}

.btn-shine {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.3), transparent);
    animation: buttonShine 3s infinite;
}

@keyframes buttonShine {
    0% {
        transform: translate(-100%, -100%) rotate(45deg);
    }
    100% {
        transform: translate(100%, 100%) rotate(45deg);
    }
}

.btn-text {
    position: relative;
    z-index: 1;
}

.btn-icon {
    position: relative;
    z-index: 1;
    transition: transform 0.3s;
}

.btn-premium-primary:hover .btn-icon {
    transform: translateX(5px) rotate(15deg);
}

.btn-premium-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(138, 43, 226, 0.5);
}

.btn-premium-secondary {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: white;
}

.btn-premium-secondary:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: white;
    transform: translateY(-3px);
}

.hero-stats-premium {
    display: flex;
    gap: 2rem;
}

.stat-card-premium {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 200px;
}

.stat-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.stat-content {
    color: white;
}

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: white;
}

.stat-label {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* Hero Right Side */
.hero-right-premium {
    position: relative;
    z-index: 2;
}

.hero-visual-container {
    position: relative;
    height: 600px;
}

.floating-card-visual {
    position: absolute;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    padding: 1.5rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    animation: floatCard 4s ease-in-out infinite;
    z-index: 3;
}

.card-glow {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, var(--primary-pink), var(--primary-purple), var(--primary-blue));
    border-radius: 20px;
    opacity: 0.5;
    z-index: -1;
    filter: blur(10px);
    animation: glowPulse 2s ease-in-out infinite;
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

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

.card-1-visual {
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.card-2-visual {
    top: 50%;
    right: 5%;
    animation-delay: 1s;
}

.card-3-visual {
    bottom: 10%;
    left: calc(30% - 3cm);
    animation-delay: 2s;
}

.card-icon-visual {
    font-size: 2rem;
}

.card-text-visual {
    font-size: 0.9rem;
    font-weight: 600;
}

.hero-main-visual {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    z-index: 2;
    padding: 20px;
    box-sizing: border-box;
}

.visual-frame-glow {
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    background: linear-gradient(135deg, rgba(255,255,255,0.3), rgba(255,255,255,0.1));
    border-radius: 30px;
    filter: blur(20px);
    animation: frameGlow 3s ease-in-out infinite;
}

.logo-visual-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
}

.hero-logo-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

@keyframes frameGlow {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

.visual-content {
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.camera-visual {
    width: 200px;
    height: 150px;
    position: relative;
}

.camera-lens {
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, #c0c0c0, #808080);
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 60px;
    border: 5px solid #333;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.lens-reflection {
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 15px;
}

.camera-body {
    width: 180px;
    height: 120px;
    background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
    border-radius: 15px;
    position: absolute;
    top: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.visual-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.2) 2px, transparent 2px),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.15) 2px, transparent 2px);
    background-size: 50px 50px;
    animation: particleFloat 10s linear infinite;
}

@keyframes particleFloat {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(20px, -20px);
    }
}

.earning-badge-visual {
    position: absolute;
    bottom: -20px;
    right: -20px;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, var(--primary-pink), var(--primary-purple));
    border-radius: 50px;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 10px 30px rgba(138, 43, 226, 0.5);
    z-index: 4;
}

.badge-pulse {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: var(--primary-purple);
    border-radius: 50px;
    opacity: 0.5;
    z-index: -1;
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

.hero-wave-premium {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 1;
}

.hero-wave-premium svg {
    width: 100%;
    height: 100%;
    display: block;
}

.scroll-indicator-premium {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: white;
    z-index: 3;
}

.mouse {
    width: 30px;
    height: 50px;
    border: 2px solid white;
    border-radius: 20px;
    margin: 0 auto 10px;
    position: relative;
}

.wheel {
    width: 4px;
    height: 8px;
    background: white;
    border-radius: 2px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollWheel 2s infinite;
}

@keyframes scrollWheel {
    0% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(20px);
    }
}

.scroll-indicator-premium p {
    font-size: 0.85rem;
    opacity: 0.8;
}

/* ===================================
   STATS SECTION - PREMIUM
   =================================== */
.stats-section-premium {
    background: var(--light-grey);
    padding: 90px 0;
    position: relative;
}

/* Stats Section Mobil Boşluk Optimizasyonu */
@media (max-width: 768px) {
    .stats-section-premium {
        padding: 2rem 0;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    .stats-section-premium {
        padding: 1.5rem 0;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.stats-header-bar-premium {
    height: 5px;
    position: relative;
    overflow: hidden;
}

.bar-fill {
    position: absolute;
    height: 100%;
    animation: barFill 2s ease-in-out;
}

.bar-1 {
    width: 70%;
    background: var(--primary-pink);
    left: 0;
}

.bar-2 {
    width: 30%;
    background: var(--primary-purple);
    right: 0;
    animation-delay: 0.3s;
}

@keyframes barFill {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.stats-grid-premium {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Masaüstü için optimize edilmiş grid */
@media (min-width: 1200px) {
    .stats-grid-premium {
        gap: 2rem;
        max-width: 1400px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .stats-grid-premium {
        gap: 1.25rem;
        max-width: 100%;
    }
}

.stat-card-premium-modern {
    background: white;
    padding: 2.5rem 1.5rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

/* Masaüstü için daha büyük padding */
@media (min-width: 1200px) {
    .stat-card-premium-modern {
        padding: 3rem 2rem;
        min-height: 260px;
    }
}

.stat-card-premium-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 50px rgba(138, 43, 226, 0.25);
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
}

.stat-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(138, 43, 226, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}

.stat-card-premium-modern:hover .stat-glow {
    opacity: 1;
}

.stat-icon-wrapper {
    width: 70px;
    height: 70px;
    margin: 0 auto 1rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Masaüstü için daha büyük ikon */
@media (min-width: 1200px) {
    .stat-icon-wrapper {
        width: 80px;
        height: 80px;
        margin-bottom: 1.25rem;
    }
}

.icon-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    opacity: 0.2;
}

.icon-bg-1 {
    background: linear-gradient(135deg, var(--primary-pink), var(--primary-purple));
}

.icon-bg-2 {
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-purple));
}

.icon-bg-3 {
    background: linear-gradient(135deg, var(--primary-green), var(--primary-blue));
}

.icon-bg-4 {
    background: linear-gradient(135deg, var(--primary-orange), var(--primary-pink));
}

.stat-icon-wrapper i {
    position: relative;
    z-index: 1;
    font-size: 2.25rem;
    background: var(--gradient-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Masaüstü için daha büyük ikon */
@media (min-width: 1200px) {
    .stat-icon-wrapper i {
        font-size: 2.5rem;
    }
}

.stat-number-premium {
    font-size: 3rem;
    font-weight: 900;
    background: var(--gradient-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    line-height: 1.1;
    margin: 0;
}

/* Masaüstü için daha büyük sayı */
@media (min-width: 1200px) {
    .stat-number-premium {
        font-size: 3.5rem;
    }
}

.stat-plus {
    font-size: 3rem;
    font-weight: 900;
    color: var(--primary-purple);
    display: inline-block;
    line-height: 1;
    margin: 0;
    opacity: 0.8;
}

/* Masaüstü için daha büyük plus */
@media (min-width: 1200px) {
    .stat-plus {
        font-size: 3.5rem;
    }
}

.stat-label-premium {
    font-size: 0.8rem;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 0.25rem;
    font-weight: 600;
    line-height: 1.4;
    padding: 0 0.5rem;
    word-break: break-word;
}

/* Masaüstü için daha büyük label */
@media (min-width: 1200px) {
    .stat-label-premium {
        font-size: 0.875rem;
        letter-spacing: 2px;
        margin-top: 0.5rem;
    }
}

/* ===================================
   ABOUT SECTION - PREMIUM
   =================================== */
.about-section-premium {
    padding: 90px 0;
    background: white;
    position: relative;
}

/* About Section Mobil Boşluk Optimizasyonu */
@media (max-width: 768px) {
    .about-section-premium {
        padding: 2rem 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .about-visual-premium {
        min-height: auto;
        margin-bottom: 1.5rem;
        padding: 0;
    }
    
    .about-content-premium {
        padding-left: 0;
        padding-top: 0;
        margin-top: 0;
    }
    
    .section-title-premium {
        font-size: clamp(1.75rem, 5vw, 2rem);
        margin-bottom: 1rem;
        margin-top: 0;
        line-height: 1.2;
    }
    
    .about-text-premium {
        font-size: clamp(0.95rem, 2.5vw, 1.05rem);
        line-height: 1.7;
        margin-bottom: 1rem;
    }
    
    .about-text-wrapper {
        margin-bottom: 1.5rem;
    }
    
    .about-features-mini {
        margin-bottom: 1.5rem;
        gap: 0.75rem;
    }
    
    .about-buttons-premium {
        margin-top: 1rem;
        gap: 0.75rem;
    }
    
    .feature-mini {
        font-size: 0.9rem;
        padding: 0.5rem 0;
    }
    
    .btn-about-premium-primary,
    .btn-about-premium-secondary {
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .about-section-premium {
        padding: 1.5rem 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .about-visual-premium {
        min-height: auto;
        margin-bottom: 1rem;
        padding: 0;
    }
    
    .about-content-premium {
        padding-top: 0;
        margin-top: 0;
    }
    
    .section-title-premium {
        font-size: clamp(1.5rem, 6vw, 1.75rem);
        margin-bottom: 0.75rem;
        margin-top: 0;
        line-height: 1.2;
    }
    
    .about-text-premium {
        font-size: clamp(0.9rem, 3vw, 1rem);
        line-height: 1.6;
        margin-bottom: 0.75rem;
    }
    
    .about-text-wrapper {
        margin-bottom: 1rem;
    }
    
    .about-features-mini {
        margin-bottom: 1rem;
        gap: 0.5rem;
        flex-direction: column;
    }
    
    .feature-mini {
        font-size: 0.85rem;
        padding: 0.4rem 0;
    }
    
    .about-buttons-premium {
        margin-top: 0.75rem;
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .btn-about-premium-primary,
    .btn-about-premium-secondary {
        width: 100%;
        padding: 0.7rem 1.25rem;
        font-size: 0.85rem;
        justify-content: center;
    }
}

/* Tüm Section'lar için Mobil Boşluk Optimizasyonu */
@media (max-width: 768px) {
    .services-section-premium,
    .applications-section-premium,
    .applications-section-premium-ultra,
    .faq-section-premium,
    .team-section-premium,
    .contact-section-premium {
        padding: 3rem 0 !important;
    }
}

@media (max-width: 576px) {
    .services-section-premium,
    .applications-section-premium,
    .applications-section-premium-ultra,
    .faq-section-premium,
    .team-section-premium,
    .contact-section-premium {
        padding: 2rem 0 !important;
    }
    
    /* Stats Section Küçük Mobil - Daha Kompakt */
    .stats-section-premium {
        padding: 2rem 0 !important;
    }
    
    .stats-grid-premium {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
        padding: 0 0.5rem;
        margin: 0;
    }
    
    .stat-card-premium-modern {
        padding: 1rem 0.5rem;
        border-radius: 12px;
        min-height: auto;
    }
    
    .stat-icon-wrapper {
        width: 45px;
        height: 45px;
        margin: 0 auto 0.5rem;
    }
    
    .stat-icon-wrapper i {
        font-size: 1.25rem;
    }
    
    .stat-number-premium {
        font-size: 1.75rem;
        line-height: 1.1;
        margin-bottom: 0.15rem;
    }
    
    .stat-plus {
        font-size: 1.75rem;
        margin-bottom: 0.15rem;
    }
    
    .stat-label-premium {
        font-size: 0.65rem;
        line-height: 1.2;
        padding: 0;
        word-break: break-word;
        hyphens: auto;
    }
    
    .stat-card-premium-modern:hover {
        transform: none;
    }
}

.about-visual-premium {
    position: relative;
    min-height: 500px;
}

/* About Image Container */
.about-image-container {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    background: var(--light-grey);
}

.about-image-premium {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.about-image-container:hover .about-image-premium {
    transform: scale(1.05);
}

.about-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.1) 0%, rgba(233, 30, 99, 0.1) 100%);
    pointer-events: none;
}

.about-image-container .about-badge-premium {
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 10;
}

/* Responsive */
@media (max-width: 992px) {
    .about-badge-premium {
        top: 20px;
        left: 20px;
        padding: 0.8rem 1.2rem;
        font-size: 0.95rem;
        gap: 0.4rem;
    }
    
    .about-visual-premium > .about-badge-premium {
        top: 20px;
        left: 20px;
        padding: 0.8rem 1.2rem;
        font-size: 0.95rem;
        gap: 0.4rem;
    }
    
    .badge-glow-premium {
        filter: blur(8px);
    }
}

@media (max-width: 768px) {
    .about-visual-premium {
        min-height: auto;
    }
    
    .about-image-container {
        height: 300px;
        border-radius: 20px;
        margin-bottom: 0;
    }
    
    .about-image-container .about-badge-premium {
        top: 0.75rem;
        left: 0.75rem;
        font-size: 0.8rem;
        padding: 0.5rem 0.9rem;
        gap: 0.3rem;
    }
    
    .about-badge-premium {
        top: 0.75rem;
        left: 0.75rem;
        padding: 0.5rem 0.9rem;
        font-size: 0.8rem;
        gap: 0.3rem;
    }
    
    .about-visual-premium > .about-badge-premium {
        top: 0.75rem;
        left: 0.75rem;
        font-size: 0.8rem;
        padding: 0.5rem 0.9rem;
        gap: 0.3rem;
    }
    
    .badge-glow-premium {
        filter: blur(6px);
        opacity: 0.5;
    }
    
    .about-badge-premium i {
        font-size: 0.7rem;
    }
    
    .illustration-container {
        height: 300px;
        padding: 1.5rem;
        border-radius: 20px;
    }
}

@media (max-width: 576px) {
    .about-image-container {
        height: 250px;
        border-radius: 15px;
        margin-bottom: 0;
    }
    
    .about-image-container .about-badge-premium {
        top: 0.5rem;
        left: 0.5rem;
        font-size: 0.7rem;
        padding: 0.4rem 0.75rem;
        gap: 0.25rem;
    }
    
    .about-badge-premium {
        top: 0.5rem;
        left: 0.5rem;
        padding: 0.4rem 0.75rem;
        font-size: 0.7rem;
        gap: 0.25rem;
    }
    
    .about-visual-premium > .about-badge-premium {
        top: 0.5rem;
        left: 0.5rem;
        font-size: 0.7rem;
        padding: 0.4rem 0.75rem;
        gap: 0.25rem;
    }
    
    .badge-glow-premium {
        filter: blur(5px);
        opacity: 0.4;
    }
    
    .about-badge-premium i {
        font-size: 0.6rem;
    }
    
    .illustration-container {
        height: 250px;
        padding: 1rem;
        border-radius: 15px;
    }
}

.illustration-container {
    position: relative;
    width: 100%;
    height: 500px;
    background: var(--light-grey);
    border-radius: 30px;
    padding: 3rem;
    overflow: hidden;
}

/* Illustration container için badge pozisyonu */
.about-visual-premium > .about-badge-premium {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10;
}

.illustration-laptop {
    width: 300px;
    height: 200px;
    background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.laptop-screen {
    width: 280px;
    height: 160px;
    background: #1e1e1e;
    border-radius: 10px;
    margin: 10px auto;
    padding: 20px;
}

.screen-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.chart-bars {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    height: 60px;
}

.bar {
    flex: 1;
    background: linear-gradient(to top, var(--primary-purple), var(--primary-pink));
    border-radius: 5px 5px 0 0;
    animation: barGrow 1s ease-out;
}

.bar-1 { height: 80%; }
.bar-2 { height: 60%; }
.bar-3 { height: 90%; }
.bar-4 { height: 40%; }

@keyframes barGrow {
    0% {
        height: 0;
    }
}

.stars-rating {
    color: var(--primary-orange);
    font-size: 1.2rem;
}

.laptop-keyboard {
    width: 320px;
    height: 30px;
    background: #0a0a0a;
    border-radius: 5px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.illustration-character {
    position: absolute;
    width: 60px;
    height: 80px;
}

.char-1 {
    top: 20%;
    left: 10%;
    animation: characterFloat 3s ease-in-out infinite;
}

.char-2 {
    bottom: 20%;
    left: 15%;
    animation: characterFloat 3s ease-in-out infinite 1s;
}

.char-3 {
    top: 30%;
    right: 15%;
    animation: characterFloat 3s ease-in-out infinite 2s;
}

@keyframes characterFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.character-body {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary-purple), var(--primary-pink));
    border-radius: 50px 50px 10px 10px;
}

.megaphone {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 30px;
    background: var(--primary-orange);
    border-radius: 5px;
}

.illustration-decorations {
    position: absolute;
    width: 100%;
    height: 100%;
}

.decoration-leaf {
    position: absolute;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-green));
    border-radius: 50% 0;
    opacity: 0.3;
    animation: leafFloat 4s ease-in-out infinite;
}

.leaf-1 {
    top: 10%;
    right: 10%;
    animation-delay: 0s;
}

.leaf-2 {
    bottom: 10%;
    right: 20%;
    animation-delay: 1s;
}

.leaf-3 {
    top: 50%;
    right: 5%;
    animation-delay: 2s;
}

@keyframes leafFloat {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-10px, -10px) rotate(10deg);
    }
}

.decoration-coffee {
    position: absolute;
    bottom: 15%;
    right: 25%;
    width: 40px;
    height: 50px;
    background: var(--primary-blue);
    border-radius: 5px;
    animation: itemFloat 3s ease-in-out infinite;
}

.decoration-books {
    position: absolute;
    bottom: 20%;
    right: 30%;
    width: 50px;
    height: 60px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    animation: itemFloat 3s ease-in-out infinite 1s;
}

@keyframes itemFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.about-badge-premium {
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.95) 0%, rgba(233, 30, 99, 0.95) 100%);
    border-radius: 50px;
    color: white;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 10px 30px rgba(138, 43, 226, 0.4);
    z-index: 10;
    backdrop-filter: blur(10px);
    font-size: 1rem;
    white-space: nowrap;
}

.badge-glow-premium {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.8) 0%, rgba(233, 30, 99, 0.8) 100%);
    border-radius: 50px;
    opacity: 0.6;
    z-index: -1;
    filter: blur(10px);
    animation: badgeGlow 2s ease-in-out infinite;
}

@keyframes badgeGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

.about-content-premium {
    padding-left: 3rem;
}

.section-title-premium {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 2rem;
}

.title-highlight {
    background: var(--gradient-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-text-wrapper {
    margin-bottom: 2rem;
}

.about-text-premium {
    font-size: 1.15rem;
    line-height: 1.9;
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

.text-highlight-pink {
    color: var(--primary-pink);
    font-weight: 700;
}

.about-features-mini {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.feature-mini {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-light);
    font-weight: 500;
}

.feature-mini i {
    color: var(--primary-green);
    font-size: 1.2rem;
}

.about-buttons-premium {
    display: flex;
    gap: 1rem;
}

.btn-about-premium-primary,
.btn-about-premium-secondary {
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s;
}

.btn-about-premium-primary {
    background: var(--gradient-1);
    color: white;
    box-shadow: 0 10px 30px rgba(138, 43, 226, 0.4);
}

.btn-about-premium-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(138, 43, 226, 0.5);
    color: white;
}

.btn-about-premium-secondary {
    background: white;
    color: var(--text-dark);
    border: 2px solid #e0e0e0;
}

.btn-about-premium-secondary:hover {
    border-color: var(--primary-purple);
    color: var(--primary-purple);
    transform: translateY(-3px);
}

/* ===================================
   SERVICES SECTION - PREMIUM
   =================================== */
/* ===================================
   SERVICES SECTION - 3 CARDS
   =================================== */
.services-cards-section {
    padding: 90px 0;
    background: linear-gradient(180deg, rgba(10,11,15,0.95) 0%, rgba(10,11,15,0.98) 100%);
    position: relative;
    overflow: hidden;
}

.services-cards-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.5;
    z-index: 0;
}

.service-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

/* Border Colors */
.service-card-blue {
    border: 3px solid #007bff;
}

.service-card-red {
    border: 3px solid #dc3545;
}

.service-card-green {
    border: 3px solid #28a745;
}

.service-card-purple {
    border: 3px solid #6f42c1;
}

.service-card-orange {
    border: 3px solid #fd7e14;
}

.service-card-image-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    flex-shrink: 0;
}

.service-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.service-card:hover .service-card-image {
    transform: scale(1.1);
}

.service-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(10,11,15,0.61) 0%, rgba(10,11,15,0.67) 100%);
    z-index: 1;
}

.service-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 20px;
    z-index: 3;
    text-align: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px 12px 0 0;
}

.service-card-title {
    font-size: 23px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 30px 0;
    line-height: 1.2;
    color: #000;
}

.service-card-subtitle {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #333;
}

.service-card-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #000 !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 13px 35px;
    border-radius: 12px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #000;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    line-height: 1.7;
    position: relative;
    z-index: 10;
}

.service-card-button:hover {
    transform: translateY(-2px);
}

.service-card-button i {
    transition: transform 0.3s ease;
    color: #000 !important;
}

.service-card-button:hover i {
    transform: translateX(5px);
}

/* Border Color Specific Button Styles */
.service-card-blue .service-card-button {
    border-bottom-color: #007bff;
    color: #000 !important;
}

.service-card-blue .service-card-button:hover {
    background: #007bff;
    color: #fff !important;
    border-bottom-color: #007bff;
}

.service-card-blue .service-card-button:hover i {
    color: #fff !important;
}

.service-card-red .service-card-button {
    border-bottom-color: #dc3545;
    color: #000 !important;
}

.service-card-red .service-card-button:hover {
    background: #dc3545;
    color: #fff !important;
    border-bottom-color: #dc3545;
}

.service-card-red .service-card-button:hover i {
    color: #fff !important;
}

.service-card-green .service-card-button {
    border-bottom-color: #28a745;
    color: #000 !important;
}

.service-card-green .service-card-button:hover {
    background: #28a745;
    color: #fff !important;
    border-bottom-color: #28a745;
}

.service-card-green .service-card-button:hover i {
    color: #fff !important;
}

.service-card-purple .service-card-button {
    border-bottom-color: #6f42c1;
    color: #000 !important;
}

.service-card-purple .service-card-button:hover {
    background: #6f42c1;
    color: #fff !important;
    border-bottom-color: #6f42c1;
}

.service-card-purple .service-card-button:hover i {
    color: #fff !important;
}

.service-card-orange .service-card-button {
    border-bottom-color: #fd7e14;
    color: #000 !important;
}

.service-card-orange .service-card-button:hover {
    background: #fd7e14;
    color: #fff !important;
    border-bottom-color: #fd7e14;
}

.service-card-orange .service-card-button:hover i {
    color: #fff !important;
}

/* Responsive */
@media (max-width: 992px) {
    .services-cards-section {
        padding: 60px 0;
    }

    .service-card {
        min-height: 450px;
    }

    .service-card-image-wrapper {
        height: 350px;
    }

    .service-card-title {
        font-size: 20px;
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .services-cards-section {
        padding: 50px 0;
    }

    .service-card {
        min-height: 400px;
        margin-bottom: 30px;
    }

    .service-card-image-wrapper {
        height: 300px;
    }

    .service-card-content {
        padding: 25px 20px;
    }

    .service-card-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .service-card-subtitle {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .service-card-button {
        padding: 10px 25px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .services-cards-section {
        padding: 40px 0;
    }

    .service-card {
        min-height: 380px;
    }

    .service-card-image-wrapper {
        height: 280px;
    }

    .service-card-content {
        padding: 20px 15px;
    }

    .service-card-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .service-card-subtitle {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .service-card-button {
        padding: 8px 20px;
        font-size: 13px;
    }
}

/* Old Services Section (kept for backward compatibility) */
.services-section-premium {
    padding: 8rem 0;
    background: white;
    position: relative;
    overflow: hidden;
}

.services-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(138, 43, 226, 0.03) 1px, transparent 1px),
        radial-gradient(circle at 80% 70%, rgba(233, 30, 99, 0.03) 1px, transparent 1px);
    background-size: 100px 100px;
    z-index: 0;
}

.services-section-premium > .container {
    position: relative;
    z-index: 1;
}

.section-header-premium {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 5rem;
}

.section-badge-premium {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: var(--gradient-1);
    border-radius: 50px;
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 5px 20px rgba(138, 43, 226, 0.3);
}

.section-title-premium-large {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
}

.title-gradient {
    background: var(--gradient-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-description-premium {
    font-size: 1.2rem;
    color: var(--text-light);
    line-height: 1.8;
}

.services-grid-premium {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 2.5rem;
}

.service-card-premium {
    background: white;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    transition: all 0.4s;
    position: relative;
}

.service-card-premium:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 20px 60px rgba(138, 43, 226, 0.2);
}

.service-card-inner {
    padding: 3rem;
    position: relative;
}

.service-hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-1);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 0;
}

.service-card-premium:hover .service-hover-effect {
    opacity: 0.05;
}

.service-icon-premium {
    width: 90px;
    height: 90px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.icon-bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.service-icon-1 .icon-bg-gradient {
    background: linear-gradient(135deg, var(--primary-purple), var(--primary-pink));
}

.service-icon-2 .icon-bg-gradient {
    background: linear-gradient(135deg, var(--primary-purple), var(--primary-pink));
}

.service-icon-3 .icon-bg-gradient {
    background: linear-gradient(135deg, var(--primary-blue), #1976D2);
}

.service-icon-4 .icon-bg-gradient {
    background: linear-gradient(135deg, var(--primary-blue), #1976D2);
}

.service-icon-5 .icon-bg-gradient {
    background: linear-gradient(135deg, var(--primary-green), #388E3C);
}

.service-icon-6 .icon-bg-gradient {
    background: linear-gradient(135deg, #F44336, #D32F2F);
}

.service-icon-premium i {
    position: relative;
    z-index: 1;
}

.service-title-premium {
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--text-dark);
    position: relative;
    z-index: 1;
}

.service-description-premium {
    color: var(--text-light);
    line-height: 1.9;
    position: relative;
    z-index: 1;
}

/* ===================================
   APPLICATIONS SECTION - PREMIUM
   =================================== */
/* ===================================
   APPLICATIONS SECTION - ULTRA PREMIUM
   =================================== */
.applications-section-premium-ultra {
    padding: 90px 0;
    background: linear-gradient(135deg, #1A1E24 0%, #2C3E50 50%, #1A1E24 100%);
    position: relative;
    overflow: hidden;
}

/* Modern Applications Header */
.applications-header-modern {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 6rem;
    position: relative;
    z-index: 2;
}

.applications-badge-modern {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, rgba(233, 30, 99, 0.2) 0%, rgba(138, 43, 226, 0.2) 100%);
    backdrop-filter: blur(20px);
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 2.5rem;
    box-shadow: 0 8px 30px rgba(138, 43, 226, 0.3);
    transition: all 0.4s ease;
}

.applications-badge-modern:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(138, 43, 226, 0.4);
    border-color: rgba(138, 43, 226, 0.4);
}

.badge-icon-wrapper {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #E91E63 0%, #8A2BE2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    box-shadow: 0 4px 15px rgba(233, 30, 99, 0.4);
}

.badge-text {
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
}

.applications-title-wrapper {
    margin-bottom: 2rem;
}

.applications-title-modern {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    line-height: 1.2;
}

.title-subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    position: relative;
    padding-bottom: 1rem;
}

.title-subtitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(233, 30, 99, 0.8), transparent);
    border-radius: 2px;
}

.title-main-gradient {
    font-size: 4.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #E91E63 0%, #8A2BE2 50%, #2196F3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -1px;
    text-shadow: 0 0 30px rgba(233, 30, 99, 0.3);
    animation: gradientShift 5s ease infinite;
    background-size: 200% 200%;
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.applications-description-modern {
    font-size: 1.3rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75);
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center;
}

.description-highlight {
    color: #ffffff;
    font-weight: 600;
    background: linear-gradient(135deg, rgba(233, 30, 99, 0.15) 0%, rgba(138, 43, 226, 0.15) 100%);
    padding: 0.2rem 0.8rem;
    border-radius: 6px;
    display: inline-block;
    margin-top: 0.5rem;
}

.applications-stats-modern {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.stat-item-modern {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1.5rem 2rem;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    min-width: 180px;
}

.stat-item-modern:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(138, 43, 226, 0.3);
    box-shadow: 0 10px 30px rgba(138, 43, 226, 0.2);
}

.stat-icon-modern {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #E91E63 0%, #8A2BE2 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 5px 20px rgba(138, 43, 226, 0.4);
}

.stat-content-modern {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.stat-number-modern {
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}

.stat-label-modern {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .applications-header-modern {
        margin-bottom: 4rem;
    }
    
    .title-subtitle {
        font-size: 1.1rem;
        letter-spacing: 2px;
    }
    
    .title-main-gradient {
        font-size: 3rem;
    }
    
    .applications-description-modern {
        font-size: 1.1rem;
        padding: 0 1rem;
    }
    
    .applications-stats-modern {
        gap: 1.5rem;
        flex-direction: column;
        align-items: stretch;
    }
    
    .stat-item-modern {
        justify-content: center;
        min-width: auto;
    }
    
    .applications-badge-modern {
        padding: 0.8rem 1.8rem;
        gap: 0.8rem;
    }
    
    .badge-text {
        font-size: 0.9rem;
    }
}

.applications-bg-pattern-ultra {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(138, 43, 226, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(233, 30, 99, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 20%, rgba(33, 150, 243, 0.1) 0%, transparent 50%);
    opacity: 0.6;
    animation: patternMove 20s ease-in-out infinite;
}

@keyframes patternMove {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-20px, -20px) scale(1.1); }
}

.applications-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(26, 30, 36, 0.3) 100%);
    pointer-events: none;
}

.applications-section-premium {
    padding: 90px 0;
    background: var(--light-grey);
}

.applications-grid-premium {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 2.5rem;
    position: relative;
    z-index: 1;
    align-items: stretch; /* Tüm kartların yüksekliğini eşitlemek için */
}

.app-card-ultra {
    position: relative;
    perspective: 1000px;
    height: 100%; /* Grid içinde tüm kartların yüksekliğini eşitlemek için */
    display: flex;
}

.app-card-inner-ultra {
    background: rgba(44, 62, 80, 0.6);
    backdrop-filter: blur(20px);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    /* Tüm kartları eşit yükseklikte tutmak için */
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 580px; /* En uzun kartın yüksekliğini baz alıyoruz */
}

.app-card-ultra:hover .app-card-inner-ultra {
    transform: translateY(-20px) scale(1.02);
    box-shadow: 
        0 30px 80px rgba(138, 43, 226, 0.4),
        0 0 0 1px rgba(138, 43, 226, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border-color: rgba(138, 43, 226, 0.5);
}

.app-card-shine {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: rotate(45deg);
    transition: all 0.6s;
    pointer-events: none;
}

.app-card-ultra:hover .app-card-shine {
    animation: shineMove 1.5s ease-in-out;
}

@keyframes shineMove {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.app-icon-wrapper-ultra {
    padding: 2.5rem 2.5rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.app-icon-bg-ultra {
    width: 120px;
    height: 120px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.app-card-ultra:hover .app-icon-bg-ultra {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 40px rgba(138, 43, 226, 0.5);
}

.app-icon-glow-ultra {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent);
    animation: iconPulse 3s ease-in-out infinite;
    pointer-events: none;
}

@keyframes iconPulse {
    0%, 100% { transform: scale(0.8); opacity: 0.5; }
    50% { transform: scale(1.2); opacity: 0.8; }
}

.app-icon-content {
    position: relative;
    z-index: 2;
    font-size: 3.5rem;
    color: white;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.5));
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.app-icon-content i {
    display: block !important;
    font-size: 3.5rem !important;
    color: white !important;
    width: auto;
    height: auto;
}

.app-logo-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    min-width: 60px;
    min-height: 60px;
    object-fit: contain;
    border-radius: 8px;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.5));
    display: block;
}

.app-card-ultra:hover .app-icon-content {
    transform: scale(1.1);
}

.app-card-ultra:hover .app-logo-img {
    transform: scale(1.05);
}

.app-body-ultra {
    padding: 0 2.5rem 2.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.app-title-ultra {
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 1rem;
    color: #ffffff;
    text-align: center;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.app-description-ultra {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    margin-bottom: 2rem;
    font-size: 0.95rem;
    text-align: center;
    /* Uzun metinler için kaydırma özelliği */
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.5rem;
    flex: 1;
    /* Kaydırma çubuğu stilleri */
    scrollbar-width: thin;
    scrollbar-color: rgba(138, 43, 226, 0.5) rgba(255, 255, 255, 0.1);
}

/* Webkit tarayıcılar için kaydırma çubuğu stili */
.app-description-ultra::-webkit-scrollbar {
    width: 6px;
}

.app-description-ultra::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.app-description-ultra::-webkit-scrollbar-thumb {
    background: rgba(138, 43, 226, 0.5);
    border-radius: 10px;
}

.app-description-ultra::-webkit-scrollbar-thumb:hover {
    background: rgba(138, 43, 226, 0.7);
}

.app-buttons-ultra {
    display: flex;
    gap: 0.75rem;
    margin-top: auto; /* Butonları en alta itmek için */
}

.btn-app-ultra {
    flex: 1;
    padding: 1rem 1.25rem;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 0.9rem;
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

.btn-app-ultra::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-app-ultra:hover::before {
    width: 300px;
    height: 300px;
}

.btn-app-ultra span,
.btn-app-ultra i {
    position: relative;
    z-index: 1;
    transition: transform 0.3s;
}

.btn-app-ultra:hover span,
.btn-app-ultra:hover i {
    transform: scale(1.1);
}

.btn-app-detail-ultra {
    background: linear-gradient(135deg, #E91E63 0%, #8A2BE2 100%);
    color: white;
    box-shadow: 0 8px 25px rgba(233, 30, 99, 0.4);
}

.btn-app-detail-ultra:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(233, 30, 99, 0.6);
    color: white;
}

.btn-app-call-ultra {
    background: linear-gradient(135deg, #4A5568 0%, #2C3E50 100%);
    color: white;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.btn-app-call-ultra:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(138, 43, 226, 0.5);
    background: linear-gradient(135deg, #5A6578 0%, #3C4E60 100%);
    color: white;
}

.btn-app-whatsapp-ultra {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: white;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

.btn-app-whatsapp-ultra:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(37, 211, 102, 0.6);
    color: white;
}

/* Dark mode uyumluluğu */
body.dark-mode .applications-section-premium-ultra {
    background: linear-gradient(135deg, #0F1419 0%, #1A1E24 50%, #0F1419 100%);
}

body.dark-mode .app-card-inner-ultra {
    background: rgba(26, 30, 36, 0.8);
}

body.dark-mode .applications-badge-modern {
    background: linear-gradient(135deg, rgba(233, 30, 99, 0.25) 0%, rgba(138, 43, 226, 0.25) 100%);
    border-color: rgba(255, 255, 255, 0.25);
}

body.dark-mode .title-subtitle {
    color: rgba(255, 255, 255, 0.9);
}

body.dark-mode .applications-description-modern {
    color: rgba(255, 255, 255, 0.8);
}

body.dark-mode .description-highlight {
    background: linear-gradient(135deg, rgba(233, 30, 99, 0.2) 0%, rgba(138, 43, 226, 0.2) 100%);
}

body.dark-mode .stat-item-modern {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.15);
}

body.dark-mode .stat-item-modern:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(138, 43, 226, 0.4);
}

/* Eski stiller - geriye dönük uyumluluk */
.app-card-premium {
    background: white;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    transition: all 0.4s;
    position: relative;
}

.app-card-premium:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 70px rgba(138, 43, 226, 0.25);
}

.app-card-glow {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: var(--gradient-1);
    border-radius: 25px;
    opacity: 0;
    z-index: -1;
    filter: blur(20px);
    transition: opacity 0.3s;
}

.app-card-premium:hover .app-card-glow {
    opacity: 0.5;
}

.app-icon-header-premium {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* Icon background gradients - Ultra */
.app-header-1,
.app-icon-bg-ultra.app-header-1 {
    background: linear-gradient(135deg, #4A5568 0%, #2C3E50 100%);
}

.app-header-2,
.app-icon-bg-ultra.app-header-2 {
    background: linear-gradient(135deg, #2C3E50 0%, #34495E 100%);
}

.app-header-3,
.app-icon-bg-ultra.app-header-3 {
    background: linear-gradient(135deg, #34495E 0%, #2C3E50 100%);
}

.app-header-4,
.app-icon-bg-ultra.app-header-4 {
    background: linear-gradient(135deg, #8A2BE2 0%, #E91E63 100%);
    box-shadow: 0 10px 30px rgba(138, 43, 226, 0.4);
}

.app-header-5,
.app-icon-bg-ultra.app-header-5 {
    background: linear-gradient(135deg, #1A1E24 0%, #2C3E50 100%);
}

.app-header-6,
.app-icon-bg-ultra.app-header-6 {
    background: linear-gradient(135deg, #E91E63 0%, #8A2BE2 100%);
    box-shadow: 0 10px 30px rgba(233, 30, 99, 0.4);
}

.app-header-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1), transparent);
    animation: headerGlow 3s ease-in-out infinite;
}

@keyframes headerGlow {
    0%, 100% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.app-icon-inner {
    font-size: 4rem;
    color: white;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.3));
}

.app-content-premium {
    padding: 2.5rem;
}

.app-title-premium {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.app-description-premium {
    color: var(--text-light);
    line-height: 1.9;
    margin-bottom: 2rem;
}

.app-buttons-premium {
    display: flex;
    gap: 0.75rem;
}

.btn-app-premium-detail,
.btn-app-premium-call,
.btn-app-premium-whatsapp {
    flex: 1;
    padding: 0.75rem 1rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s;
    font-size: 0.9rem;
}

.btn-app-premium-detail {
    background: var(--gradient-1);
    color: white;
    box-shadow: 0 5px 20px rgba(138, 43, 226, 0.3);
}

.btn-app-premium-detail:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(138, 43, 226, 0.4);
    color: white;
}

.btn-app-premium-call {
    background: var(--text-dark);
    color: white;
    font-size: 0.85rem;
    padding: 0.75rem 0.75rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.btn-app-premium-call:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    color: white;
}

.btn-app-premium-whatsapp {
    background: var(--primary-green);
    color: white;
    box-shadow: 0 5px 20px rgba(76, 175, 80, 0.3);
}

.btn-app-premium-whatsapp:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(76, 175, 80, 0.4);
    color: white;
}

/* ===================================
   FAQ SECTION - PREMIUM
   =================================== */
.faq-section-premium {
    padding: 8rem 0;
    background: var(--light-grey);
    position: relative;
}

.faq-container-premium {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item-premium {
    background: white;
    border-radius: 15px;
    margin-bottom: 1.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item-premium:hover {
    box-shadow: 0 8px 30px rgba(138, 43, 226, 0.15);
    transform: translateY(-2px);
}

.faq-question-premium {
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
    background: white;
}

.faq-question-premium:hover {
    background: #f9f9f9;
}

.faq-question-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-dark);
    flex: 1;
    padding-right: 1rem;
}

.faq-icon {
    font-size: 1rem;
    color: var(--primary-purple);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-item-premium.active .faq-icon {
    transform: rotate(180deg);
}

.faq-item-premium.active .faq-question-premium {
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.05) 0%, rgba(233, 30, 99, 0.05) 100%);
    border-bottom: 2px solid var(--primary-purple);
}

.faq-answer-premium {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    background: white;
}

.faq-item-premium.active .faq-answer-premium {
    max-height: 1000px;
    padding: 0 2rem 1.5rem;
}

.faq-answer-content {
    padding-top: 1rem;
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-light);
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Dark mode için */
body.dark-mode .faq-section-premium {
    background: #1A1E24;
}

body.dark-mode .faq-item-premium {
    background: #2C3E50;
}

body.dark-mode .faq-question-premium {
    background: #2C3E50;
    color: white;
}

body.dark-mode .faq-question-premium:hover {
    background: #34495E;
}

body.dark-mode .faq-item-premium.active .faq-question-premium {
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.15) 0%, rgba(233, 30, 99, 0.15) 100%);
}

body.dark-mode .faq-question-text {
    color: white;
}

body.dark-mode .faq-answer-content {
    color: rgba(255, 255, 255, 0.8);
}

body.dark-mode .faq-answer-premium {
    background: #2C3E50;
}

/* Responsive */
@media (max-width: 768px) {
    .faq-question-premium {
        padding: 1.25rem 1.5rem;
    }
    
    .faq-question-text {
        font-size: 1rem;
    }
    
    .faq-item-premium.active .faq-answer-premium {
        padding: 0 1.5rem 1.25rem;
    }
}

/* ===================================
   TEAM SECTION - PREMIUM
   =================================== */
.team-section-premium {
    padding: 8rem 0;
    background: white;
}

.team-grid-premium {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 3rem;
    max-width: 1100px;
    margin: 0 auto;
}

.team-member-premium {
    text-align: center;
    transition: all 0.3s;
}

.team-member-premium:hover {
    transform: translateY(-10px);
}

.team-avatar-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.team-avatar-premium {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 4px solid var(--primary-purple);
    background: var(--light-grey);
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="%23E0E0E0"/><circle cx="50" cy="35" r="15" fill="%23BDBDBD"/><ellipse cx="50" cy="75" rx="25" ry="20" fill="%23BDBDBD"/></svg>');
    background-size: cover;
    background-position: center;
    transition: all 0.3s;
}

.team-member-premium:hover .team-avatar-premium {
    border-color: var(--primary-pink);
    transform: scale(1.05);
}

.avatar-glow {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: var(--gradient-1);
    border-radius: 50%;
    opacity: 0;
    z-index: -1;
    filter: blur(15px);
    transition: opacity 0.3s;
}

.team-member-premium:hover .avatar-glow {
    opacity: 0.5;
}

.avatar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(138, 43, 226, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
    color: white;
    font-size: 3rem;
}

.team-member-premium:hover .avatar-overlay {
    opacity: 1;
}

.team-status {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: var(--primary-green);
    border: 3px solid white;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(76, 175, 80, 0.5);
}

.team-name-premium {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.team-role {
    font-size: 0.85rem;
    color: var(--text-light);
}

/* ===================================
   CONTACT SECTION - PREMIUM
   =================================== */
.contact-section-premium {
    padding: 8rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.contact-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 30% 40%, rgba(138, 43, 226, 0.03) 1px, transparent 1px),
        radial-gradient(circle at 70% 60%, rgba(233, 30, 99, 0.03) 1px, transparent 1px);
    background-size: 120px 120px;
    z-index: 0;
}

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

.contact-header-premium {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 4rem;
}

.contact-title-premium {
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, var(--text-dark) 0%, var(--primary-purple) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
}

.contact-subtitle-premium {
    font-size: 1.25rem;
    color: var(--text-light);
    line-height: 1.9;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 400;
}

.contact-form-wrapper-premium {
    max-width: 700px;
    margin: 0 auto 4rem;
}

.contact-form-premium {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 4rem;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1),
                0 0 0 1px rgba(138, 43, 226, 0.05);
    border: 1px solid rgba(138, 43, 226, 0.1);
    position: relative;
    overflow: hidden;
}

.contact-form-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-purple), var(--primary-pink));
    z-index: 1;
}

.form-group-premium {
    margin-bottom: 2rem;
}

.form-group-premium label {
    display: block;
    margin-bottom: 0.75rem;
    font-weight: 700;
    color: var(--text-dark);
    font-size: 1.05rem;
    letter-spacing: 0.3px;
    position: relative;
    padding-left: 0.5rem;
}

.form-group-premium label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 18px;
    background: var(--gradient-1);
    border-radius: 2px;
}

.input-wrapper-premium {
    position: relative;
}

.form-input-premium,
.form-textarea-premium {
    width: 100%;
    padding: 1.25rem 1.5rem;
    border: 2px solid rgba(138, 43, 226, 0.1);
    border-radius: 15px;
    background: white;
    font-size: 1rem;
    font-family: inherit;
    color: var(--text-dark);
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05),
                inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.form-input-premium::placeholder,
.form-textarea-premium::placeholder {
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.form-input-premium:focus,
.form-textarea-premium:focus {
    outline: none;
    border-color: var(--primary-purple);
    box-shadow: 0 5px 25px rgba(138, 43, 226, 0.25),
                0 0 0 3px rgba(138, 43, 226, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
    background: #ffffff;
    transform: translateY(-2px);
}

.input-focus-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--gradient-1);
    border-radius: 0 0 15px 15px;
    transition: width 0.3s;
}

.form-input-premium:focus ~ .input-focus-line,
.form-textarea-premium:focus ~ .input-focus-line {
    width: 100%;
}

.btn-contact-submit-premium {
    width: 100%;
    padding: 1.5rem 2rem;
    background: var(--gradient-1);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    box-shadow: 0 10px 30px rgba(138, 43, 226, 0.4);
}

.btn-shine-premium {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.3), transparent);
    animation: buttonShine 3s infinite;
}

.btn-text-premium {
    position: relative;
    z-index: 1;
}

.btn-contact-submit-premium:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(138, 43, 226, 0.5);
}

.contact-features-premium {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto 4rem;
}

.contact-feature-premium {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 2rem 1.5rem;
    background: white;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border: 1px solid rgba(138, 43, 226, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.contact-feature-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--gradient-1);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.contact-feature-premium:hover::before {
    transform: scaleX(1);
}

.contact-feature-premium:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(138, 43, 226, 0.15);
}

.feature-icon-premium {
    width: 60px;
    height: 60px;
    background: var(--gradient-1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 5px 20px rgba(138, 43, 226, 0.3);
}

.contact-feature-premium span {
    font-weight: 600;
    color: var(--text-dark);
}

.contact-cta-premium {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.btn-cta-premium-primary,
.btn-cta-premium-secondary,
.btn-cta-premium-whatsapp {
    padding: 1.25rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.btn-cta-premium-primary {
    background: var(--gradient-1);
    color: white;
}

.btn-cta-premium-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(138, 43, 226, 0.4);
    color: white;
}

.btn-cta-premium-secondary {
    background: var(--text-dark);
    color: white;
}

.btn-cta-premium-secondary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    color: white;
}

.btn-cta-premium-whatsapp {
    background: var(--primary-green);
    color: white;
}

.btn-cta-premium-whatsapp:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(76, 175, 80, 0.4);
    color: white;
}

/* ===================================
   WHATSAPP FLOAT - PREMIUM
   =================================== */
.whatsapp-float-premium {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 70px;
    height: 70px;
    background: var(--primary-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    box-shadow: 0 10px 40px rgba(76, 175, 80, 0.5);
    z-index: 999;
    text-decoration: none;
    transition: all 0.3s;
}

/* Mobil görünümde WhatsApp butonunu bottom nav'in üstünde göster */
@media (max-width: 991px) {
    .whatsapp-float-premium {
        bottom: 90px;
        right: 20px;
        width: 60px;
        height: 60px;
        font-size: 1.75rem;
        z-index: 999;
    }
}

.whatsapp-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--primary-green);
    animation: whatsappPulse 2s ease-out infinite;
}

@keyframes whatsappPulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

.whatsapp-float-premium i {
    position: relative;
    z-index: 1;
}

.whatsapp-float-premium:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 50px rgba(76, 175, 80, 0.6);
}

/* ===================================
   FOOTER - PREMIUM
   =================================== */
.footer-single {
    background: var(--dark-bg);
    color: white;
    padding: 50px 0 30px;
    position: relative;
}

/* ===================================
   MOBILE & TABLET OPTIMIZATION
   =================================== */

/* Mobile Padding & Margin - Balanced spacing */
@media (max-width: 1200px) {
    .hero-premium,
    .services-cards-section,
    .stats-section-premium,
    .applications-section-premium,
    .applications-section-premium-ultra {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    /* About section padding zaten yukarıda tanımlı, burada override etme */
}

@media (max-width: 992px) {
    .hero-premium,
    .services-cards-section,
    .stats-section-premium,
    .applications-section-premium,
    .applications-section-premium-ultra {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    /* About section padding zaten yukarıda tanımlı, burada override etme */
    
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 768px) {
    /* Section spacing - top: 40px, bottom: 60px */
    .hero-premium {
        min-height: auto;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    
    .services-cards-section,
    .stats-section-premium,
    .applications-section-premium,
    .applications-section-premium-ultra {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    
    /* About section padding zaten yukarıda tanımlı, burada override etme */
    
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    /* Typography - Enhanced readability */
    h1 {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
        line-height: 1.2;
        margin-bottom: 1rem;
    }
    
    h2 {
        font-size: clamp(1.5rem, 5vw, 2rem);
        line-height: 1.3;
        margin-bottom: 0.75rem;
    }
    
    h3 {
        font-size: clamp(1.3rem, 4vw, 1.8rem);
        line-height: 1.4;
        margin-bottom: 0.5rem;
    }
    
    p {
        font-size: clamp(0.9rem, 2.5vw, 1.1rem);
        line-height: 1.7;
    }
    
    /* Image scaling */
    .hero-main-visual img,
    .service-card-image,
    .about-visual-premium img {
        width: 100%;
        height: auto;
        object-fit: cover;
        max-width: 100%;
    }
    
    /* Button alignment - Center all buttons */
    .hero-buttons-premium,
    .service-card-button,
    .btn-premium-primary,
    .btn-premium-secondary {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    
    /* Services overlay responsive */
    .services-overlay h2 {
        font-size: clamp(1.3rem, 4vw, 1.8rem) !important;
    }
    
    .services-overlay p {
        font-size: clamp(0.9rem, 2.5vw, 1.1rem) !important;
    }
    
    .services-overlay .btn {
        padding: 0.5rem 1.25rem;
        font-size: clamp(0.85rem, 2vw, 0.95rem);
    }
}

@media (max-width: 576px) {
    .hero-premium,
    .services-cards-section,
    .stats-section-premium,
    .applications-section-premium,
    .applications-section-premium-ultra {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    
    /* About section padding zaten yukarıda tanımlı, burada override etme */
    
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    h1 {
        font-size: clamp(1.5rem, 7vw, 2rem);
    }
    
    h2 {
        font-size: clamp(1.3rem, 6vw, 1.8rem);
    }
    
    h3 {
        font-size: clamp(1.1rem, 5vw, 1.5rem);
    }
    
    p {
        font-size: clamp(0.85rem, 3vw, 1rem);
        line-height: 1.6;
    }
}

@media (max-width: 375px) {
    .hero-premium,
    .services-cards-section,
    .stats-section-premium,
    .applications-section-premium,
    .applications-section-premium-ultra {
        padding-top: 25px;
        padding-bottom: 35px;
    }
    
    /* About section padding zaten yukarıda tanımlı, burada override etme */
    
    h1 {
        font-size: 1.4rem;
    }
    
    h2 {
        font-size: 1.2rem;
    }
    
    h3 {
        font-size: 1rem;
    }
    
    p {
        font-size: 0.9rem;
    }
}

/* Navbar Responsiveness */
@media (max-width: 991px) {
    .navbar-single {
        min-height: 80px;
        max-height: 90px;
    }
    
    .navbar-brand-single img {
        height: 31px; /* 44px * 0.7 = 31px */
    }
}

/* Footer Responsiveness */
@media (max-width: 991px) {
    .footer-single {
        padding: 40px 0 25px;
    }
    
    .footer-content {
        margin-bottom: 2rem;
    }
    
    .footer-col {
        margin-bottom: 2.5rem;
        text-align: center;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .footer-logo {
        justify-content: center;
        align-items: center;
    }
    
    .footer-social {
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.75rem;
    }
    
    /* Footer row düzeltmesi */
    .footer-content.row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
    }
    
    .footer-content.row > * {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 768px) {
    .footer-single {
        padding: 35px 0 20px;
    }
    
    .footer-content {
        margin-bottom: 1.5rem;
    }
    
    .footer-col {
        margin-bottom: 2rem;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .footer-title {
        font-size: clamp(0.95rem, 2.5vw, 1rem);
        margin-bottom: 1rem;
        text-align: center;
    }
    
    .footer-links {
        text-align: center;
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    
    .footer-links li {
        margin-bottom: 0.75rem;
        font-size: 0.95rem;
        width: 100%;
        text-align: center;
    }
    
    .footer-links a {
        display: inline-block;
        width: auto;
        max-width: 100%;
        word-wrap: break-word;
        white-space: normal;
        text-align: center;
    }
    
    .footer-contact {
        text-align: center;
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    
    .footer-contact li {
        margin-bottom: 0.75rem;
        font-size: 0.95rem;
        width: 100%;
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
        word-wrap: break-word;
    }
    
    .footer-contact i {
        flex-shrink: 0;
    }
    
    .footer-hours {
        text-align: center;
        font-size: 0.95rem;
        word-wrap: break-word;
        max-width: 100%;
    }
    
    .footer-tagline {
        text-align: center;
        word-wrap: break-word;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .footer-single {
        padding: 30px 0 15px;
    }
    
    .footer-content {
        margin-bottom: 1rem;
    }
    
    .footer-col {
        margin-bottom: 1.5rem;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .footer-logo-img {
        height: 73px; /* 91px * 0.8 = 73px */
        max-width: 100%;
        width: auto;
    }
    
    .footer-tagline {
        font-size: clamp(0.85rem, 2.5vw, 0.9rem);
        text-align: center;
        word-wrap: break-word;
        max-width: 100%;
    }
    
    .footer-title {
        font-size: clamp(0.9rem, 2.5vw, 0.95rem);
        text-align: center;
    }
    
    .footer-links li,
    .footer-contact li {
        font-size: clamp(0.85rem, 2.5vw, 0.9rem);
        word-wrap: break-word;
        max-width: 100%;
    }
    
    .footer-hours {
        font-size: clamp(0.85rem, 2.5vw, 0.9rem);
        word-wrap: break-word;
        max-width: 100%;
    }
    
    .footer-copyright {
        font-size: clamp(0.8rem, 2vw, 0.85rem);
        padding-top: 1rem;
        word-wrap: break-word;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .footer-social {
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    
    .social-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

/* Prevent horizontal scroll */
@media (max-width: 768px) {
    html,
    body {
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
        position: relative;
    }
    
    /* Tüm ana elementler */
    .container,
    .container-fluid,
    section,
    .row,
    .navbar-single,
    .footer-single,
    .mobile-bottom-nav {
        max-width: 100%;
    }
    
    .container,
    .container-fluid {
        max-width: 100%;
        width: 100%;
        overflow-x: hidden;
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
    }
    
    /* Tüm section'lar */
    section {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    
    /* Tüm row'lar */
    .row {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    /* Footer container özel düzenleme */
    .footer-single .container {
        max-width: 100%;
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    
    .footer-single {
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
    }
    
    /* Navbar */
    .navbar-single {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    /* Mobile bottom nav */
    .mobile-bottom-nav {
        width: 100%;
        max-width: 100vw;
        left: 0;
        right: 0;
        overflow-x: hidden;
    }
}

@media (max-width: 576px) {
    html,
    body {
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }
    
    .container,
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    
    .footer-single .container {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    section {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    .row {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }
}

.footer-content {
    margin-bottom: 3rem;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.footer-content .row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    width: 100%;
    max-width: 100%;
}

.footer-logo-img {
    transition: all 0.3s ease;
    height: 104px; /* 130px * 0.8 = 104px */
    width: auto;
    object-fit: contain;
    max-width: none;
    margin: 0;
    padding: 0;
}

.footer-tagline {
    color: rgba(255,255,255,0.7);
    margin-bottom: 2rem;
    line-height: 1.8;
    font-size: 1.05rem;
}

.footer-social {
    display: flex;
    gap: 1rem;
}

.social-icon {
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 1.1rem;
}

.social-icon:hover {
    background: var(--primary-pink);
    transform: translateY(-5px) scale(1.1);
    color: white;
}

.footer-title {
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.footer-links li {
    margin-bottom: 1rem;
    width: 100%;
    max-width: 100%;
}

.footer-links a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
    white-space: normal;
}

.footer-links a:hover {
    color: var(--primary-pink);
    transform: translateX(5px);
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.footer-contact li {
    margin-bottom: 1.5rem;
    color: rgba(255,255,255,0.7);
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    font-size: 1.05rem;
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
}

.footer-contact i {
    color: var(--primary-pink);
    width: 25px;
    font-size: 1.2rem;
}

.footer-hours {
    color: rgba(255,255,255,0.7);
    line-height: 1.9;
    font-size: 1.05rem;
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
}

.footer-divider {
    border-color: rgba(255,255,255,0.1);
    margin: 3rem 0 2rem;
    height: 2px;
}

.footer-copyright {
    text-align: center;
    color: rgba(255,255,255,0.6);
    padding-top: 1rem;
    font-size: 0.95rem;
}

/* ===================================
   RESPONSIVE - PREMIUM
   =================================== */
@media (max-width: 1200px) {
    .hero-title-premium {
        font-size: 3.5rem;
    }
    
    .section-title-premium-large {
        font-size: 2.8rem;
    }
}

@media (max-width: 992px) {
    /* Tablet ve Küçük Desktop */
    .hero-premium {
        padding-top: 90px;
    }
    
    .hero-title-premium {
        font-size: 3rem;
    }
    
    .hero-description-premium {
        font-size: 1.1rem;
    }
    
    .hero-visual-container {
        height: 450px;
        padding: 0;
    }
    
    .hero-main-visual {
        width: 350px;
        height: 350px;
        padding: 15px;
    }
    
    .logo-visual-container {
        padding: 10px;
    }
    
    .hero-logo-image {
        max-width: 100%;
        max-height: 100%;
    }
    
    .floating-card-visual {
        padding: 1rem;
        width: 130px;
        min-width: 130px;
    }
    
    .card-icon-visual {
        font-size: 1.8rem;
    }
    
    .card-text-visual {
        font-size: 0.85rem;
    }
    
    .about-content-premium {
        padding-left: 0;
        margin-top: 3rem;
    }
    
    .services-grid-premium,
    .applications-grid-premium {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        align-items: stretch; /* Mobilde de eşit yükseklik */
    }
    
    .app-card-inner-ultra {
        min-height: 520px; /* Mobilde biraz daha küçük */
    }
    
    .team-grid-premium {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Responsive navbar düzenlemeleri */
@media (max-width: 992px) {
    .navbar-nav-center {
        position: static;
        transform: none;
        margin: 1rem 0;
    }
    
    .navbar-brand-single {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    /* Hero Section Mobil Optimizasyonları */
    .hero-premium {
        min-height: auto;
        padding-top: 0;
        padding-bottom: 0.5rem;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .hero-container {
        padding: 0 0.75rem;
    }
    
    .hero-container .row {
        min-height: auto !important;
        margin: 0;
    }
    
    .hero-left-premium {
        text-align: center;
        margin-bottom: 1rem;
        padding: 0.5rem 0;
    }
    
    .hero-badge-premium {
        font-size: 0.8rem;
        padding: 0.6rem 1.2rem;
        margin-bottom: 1rem;
    }
    
    .hero-title-premium {
        font-size: 2.5rem;
        margin-bottom: 0.75rem;
    }
    
    .title-line-1,
    .title-line-2 {
        display: block;
        line-height: 1.2;
    }
    
    .hero-description-premium {
        font-size: 1rem;
        max-width: 100%;
        margin-bottom: 1.25rem;
        line-height: 1.6;
    }
    
    .hero-buttons-premium {
        flex-direction: column;
        gap: 0.75rem;
        width: 100%;
        margin-bottom: 0.25cm;
    }
    
    .btn-premium-primary,
    .btn-premium-secondary {
        width: 100%;
        justify-content: center;
        padding: 1rem 2rem;
        font-size: 0.95rem;
    }
    
    /* Hero Right Side Mobil */
    .hero-right-premium {
        margin-top: 0.25cm;
        padding: 0 0.25rem;
    }
    
    .hero-visual-container {
        height: 380px;
        position: relative;
        max-width: 100%;
        overflow: visible;
        padding: 0;
        margin: 0;
    }
    
    /* Floating Cards Mobil */
    .floating-card-visual {
        padding: 1rem;
        border-radius: 12px;
        font-size: 0.9rem;
        width: 130px;
        min-width: 130px;
    }
    
    .card-1-visual {
        top: 0.5cm;
        left: 5%;
        width: 120px;
        min-width: 120px;
    }
    
    .card-2-visual {
        top: auto;
        bottom: 0.5cm;
        right: 5%;
        width: 120px;
        min-width: 120px;
    }
    
    .card-3-visual {
        bottom: 0.5cm;
        left: 5%;
        transform: none;
        width: 120px;
        min-width: 120px;
    }
    
    .card-icon-visual {
        font-size: 1.6rem;
    }
    
    .card-text-visual {
        font-size: 0.8rem;
        text-align: center;
        line-height: 1.3;
    }
    
    /* Hero Main Visual Mobil - Büyük ve düzgün */
    .hero-main-visual {
        width: 85%;
        height: 280px;
        max-width: 320px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px;
        box-sizing: border-box;
    }
    
    .visual-frame-glow {
        top: -5px;
        left: -5px;
        right: -5px;
        bottom: -5px;
    }
    
    .logo-visual-container {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        box-sizing: border-box;
    }
    
    .hero-logo-image {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        width: auto;
        height: auto;
    }
    
    .earning-badge-visual {
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
        bottom: -10px;
        right: 50%;
        transform: translateX(50%);
    }
    
    .hero-stats-premium {
        flex-direction: column;
        gap: 1rem;
    }
    
    .stat-card-premium {
        min-width: auto;
        width: 100%;
    }
    
    /* Diğer Section'lar */
    .section-title-premium,
    .section-title-premium-large {
        font-size: 2.2rem;
    }
    
    .contact-title-premium {
        font-size: 2.2rem;
    }
    
    .services-grid-premium,
    .applications-grid-premium {
        grid-template-columns: 1fr;
    }
    
    .app-card-inner-ultra {
        border-radius: 25px;
    }
    
    .app-icon-bg-ultra {
        width: 100px;
        height: 100px;
    }
    
    .app-icon-content {
        font-size: 3rem;
    }
    
    .app-title-ultra {
        font-size: 1.8rem;
    }
    
    .app-buttons-ultra {
        flex-direction: column;
    }
    
    .btn-app-ultra {
        width: 100%;
    }
    
    .team-grid-premium {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .contact-features-premium {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .contact-cta-premium {
        flex-direction: column;
    }
    
    .contact-form-premium {
        padding: 2.5rem;
    }
    
    .footer-content {
        text-align: center;
    }
    
    .footer-social {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    /* Hero Section Küçük Mobil */
    .hero-premium {
        padding-top: 0;
        padding-bottom: 0.5rem;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .hero-container {
        padding: 0 0.5rem;
    }
    
    .hero-container .row {
        min-height: auto !important;
        margin: 0;
    }
    
    .hero-left-premium {
        margin-bottom: 0.75rem;
        padding: 0.25rem 0;
    }
    
    .hero-badge-premium {
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
        margin-bottom: 0.75rem;
    }
    
    .hero-title-premium {
        font-size: 2rem;
        line-height: 1.1;
        margin-bottom: 0.5rem;
    }
    
    .hero-description-premium {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    
    .btn-premium-primary,
    .btn-premium-secondary {
        padding: 0.9rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .hero-buttons-premium {
        margin-bottom: 0.25cm;
        gap: 0.5rem;
    }
    
    .hero-right-premium {
        margin-top: 0.25cm;
        padding: 0;
    }
    
    .hero-visual-container {
        height: 350px;
        padding: 0;
        margin: 0;
    }
    
    /* Hero Main Visual Küçük Mobil - Büyük ve düzgün */
    .hero-main-visual {
        width: 85%;
        height: 280px;
        max-width: 320px;
        padding: 8px;
        box-sizing: border-box;
    }
    
    .visual-frame-glow {
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
    }
    
    .logo-visual-container {
        padding: 4px;
        box-sizing: border-box;
    }
    
    .hero-logo-image {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
    }
    
    /* Floating Cards Küçük Mobil */
    .floating-card-visual {
        padding: 0.9rem;
        width: 110px;
        min-width: 110px;
        border-radius: 10px;
    }
    
    .card-1-visual {
        top: 0.5cm;
        left: 3%;
        width: 100px;
        min-width: 100px;
    }
    
    .card-2-visual {
        top: auto;
        bottom: 0.5cm;
        right: 3%;
        width: 100px;
        min-width: 100px;
    }
    
    .card-3-visual {
        bottom: 0.5cm;
        left: 3%;
        transform: none;
        width: 100px;
        min-width: 100px;
    }
    
    .card-icon-visual {
        font-size: 1.5rem;
    }
    
    .card-text-visual {
        font-size: 0.75rem;
    }
    
    .earning-badge-visual {
        font-size: 0.65rem;
        padding: 0.4rem 0.8rem;
    }
    
    .stats-grid-premium {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
        padding: 0 0.5rem;
    }
    
    .stat-card-premium-modern {
        padding: 1.25rem 0.75rem;
        border-radius: 15px;
    }
    
    .stat-icon-wrapper {
        width: 50px;
        height: 50px;
        margin: 0 auto 0.75rem;
    }
    
    .stat-icon-wrapper i {
        font-size: 1.5rem;
    }
    
    .stat-number-premium {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 0.25rem;
    }
    
    .stat-plus {
        font-size: 2rem;
        margin-bottom: 0.25rem;
    }
    
    .stat-label-premium {
        font-size: 0.7rem;
        line-height: 1.3;
        padding: 0 0.25rem;
    }
    
    .stat-glow {
        display: none;
    }
    
    .team-grid-premium {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .team-avatar-premium {
        width: 120px;
        height: 120px;
    }
    
    .section-title-premium,
    .section-title-premium-large {
        font-size: 1.8rem;
    }
    
    .contact-form-premium {
        padding: 1.5rem;
    }
}

/* ===================================
   PUBLISHER MODAL - PREMIUM
   =================================== */
.publisher-modal-content {
    background: linear-gradient(135deg, #1A1E24, #2C3E50);
    border: none;
    border-radius: 25px;
    overflow: hidden;
}

.publisher-modal-header {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 2rem;
    background: transparent;
}

.publisher-modal-header .modal-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    margin: 0;
}

.publisher-modal-subtitle {
    color: rgba(255,255,255,0.8);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    text-align: center;
}

.publisher-modal-body {
    padding: 2rem;
    background: transparent;
}

.btn-publisher-submit {
    width: 100%;
    padding: 1.25rem 2rem;
    background: var(--gradient-1);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    box-shadow: 0 10px 30px rgba(138, 43, 226, 0.4);
    margin-top: 1rem;
}

.btn-publisher-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(138, 43, 226, 0.5);
}

.publisher-modal-body .form-input-premium {
    background: rgba(255,255,255,0.1);
    color: white;
    border: 1px solid rgba(255,255,255,0.2);
}

.publisher-modal-body .form-input-premium::placeholder {
    color: rgba(255,255,255,0.5);
}

.publisher-modal-body .form-input-premium:focus {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.3);
}

.publisher-modal-body label {
    color: rgba(255,255,255,0.9);
}

.btn-close-white {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

/* ===================================
   DARK MODE STYLES
   =================================== */
body.dark-mode {
    background: #1A1E24;
    color: #ffffff;
}

body.dark-mode .navbar-single {
    background: rgba(26, 30, 36, 0.98) !important;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 2px 30px rgba(0,0,0,0.3);
}

body.dark-mode .navbar-top-line {
    background: rgba(255,255,255,0.2);
}

body.dark-mode .navbar-bottom-line {
    background: var(--primary-purple);
}

body.dark-mode .navbar-nav-center .nav-link {
    color: #ffffff !important;
    font-weight: 600;
}

body.dark-mode .navbar-nav-center .nav-link:hover,
body.dark-mode .navbar-nav-center .nav-link.active {
    color: var(--primary-purple) !important;
}

body.dark-mode .logo-text {
    color: #ffffff !important;
    font-weight: 700;
}

body.dark-mode .logo-icon {
    background: #000;
    color: white;
    box-shadow: 0 4px 15px rgba(255,255,255,0.1);
}

/* Logo Light/Dark Mode Switching */
.logo-light {
    display: block;
}

.logo-dark {
    display: none;
}

.logo-light-footer {
    display: block;
}

.logo-dark-footer {
    display: none;
}

body.dark-mode .logo-light,
body.dark-mode .logo-light-footer {
    display: none;
}

body.dark-mode .logo-dark,
body.dark-mode .logo-dark-footer {
    display: block;
}

/* Logo Responsive - Optimized for PNG logos */
.navbar-brand-single {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    padding: 0;
    margin-right: auto;
}

.navbar-brand-single img {
    transition: all 0.3s ease;
    height: 61px; /* 87px * 0.7 = 61px */
    width: auto;
    object-fit: contain;
    max-width: none;
    margin: 0;
    padding: 0;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.footer-logo-img {
    transition: all 0.3s ease;
    height: 85px; /* 106px * 0.8 = 85px */
    width: auto;
    object-fit: contain;
    max-width: none;
    margin: 0;
    padding: 0;
}

/* Footer logo - her zaman dark logo kullan */
.logo-light-footer,
.logo-dark-footer {
    display: none;
}

@media (max-width: 992px) {
    .navbar-brand-single img {
        height: 51px; /* 73px * 0.7 = 51px */
    }
    
    .footer-logo-img {
        height: 90px; /* 113px * 0.8 = 90px */
    }
}

@media (max-width: 768px) {
    .navbar-brand-single img {
        height: 46px; /* 66px * 0.7 = 46px */
    }
    
    .footer-logo-img {
        height: 81px; /* 101px * 0.8 = 81px */
    }
}

@media (max-width: 576px) {
    .navbar-brand-single img {
        height: 41px; /* 58px * 0.7 = 41px */
    }
    
    .footer-logo-img {
        height: 71px; /* 89px * 0.8 = 71px */
    }
}

body.dark-mode .navbar-toggler {
    border-color: rgba(255,255,255,0.3);
}

body.dark-mode .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Navbar container flex düzeni */
.navbar-single .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* Mobil görünüm için navbar düzenleme */
@media (max-width: 991px) {
    .navbar-single {
        padding: 0.75rem 0;
    }
    
    .navbar-single .container {
        flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .navbar-brand-single {
        margin-right: auto;
        z-index: 10;
    }
    
    .navbar-nav-center {
        display: none;
    }
    
    
    .navbar-toggler {
        display: none;
    }
}

body.dark-mode section {
    background: #1A1E24;
}

body.dark-mode .service-card-premium,
body.dark-mode .app-card-premium,
body.dark-mode .stat-card-premium-modern,
body.dark-mode .contact-feature-premium {
    background: #2C3E50;
    color: white;
}

body.dark-mode .service-title-premium,
body.dark-mode .app-title-premium,
body.dark-mode .stat-number-premium,
body.dark-mode .contact-title-premium {
    color: white;
}

body.dark-mode .section-title-premium,
body.dark-mode .section-title-premium-large {
    color: white;
}

/* ===================================
   MOBILE BOTTOM NAVIGATION
   =================================== */
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0.5rem 0;
    z-index: 1001;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

.nav-item-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.25rem;
    text-decoration: none;
    color: var(--text-light);
    transition: all 0.3s;
    flex: 1 1 0;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.nav-item-mobile i {
    font-size: 1.3rem;
    margin-bottom: 0.25rem;
    transition: all 0.3s;
    flex-shrink: 0;
}

.nav-item-mobile span {
    font-size: 0.7rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 100%;
    text-align: center;
    box-sizing: border-box;
    word-wrap: break-word;
    line-height: 1.2;
}

.nav-item-mobile:hover,
.nav-item-mobile.active {
    color: var(--primary-purple);
    background: rgba(138, 43, 226, 0.05);
    border-radius: 10px;
}

.nav-item-mobile:hover i,
.nav-item-mobile.active i {
    transform: scale(1.1);
    color: var(--primary-purple);
}

body.dark-mode .mobile-bottom-nav {
    background: #2C3E50;
    border-top-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .nav-item-mobile {
    color: rgba(255, 255, 255, 0.7);
}

body.dark-mode .nav-item-mobile:hover,
body.dark-mode .nav-item-mobile.active {
    color: var(--primary-purple);
    background: rgba(138, 43, 226, 0.2);
}

/* Mobile için body padding */
@media (max-width: 991px) {
    body {
        padding-bottom: 70px;
    }
    
    .mobile-bottom-nav {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }
    
    .nav-item-mobile {
        flex: 1 1 0;
        min-width: 0;
        max-width: 20%;
        padding: 0.5rem 0.15rem;
    }
    
    .nav-item-mobile span {
        font-size: clamp(0.6rem, 2vw, 0.7rem);
    }
    
    .nav-item-mobile i {
        font-size: clamp(1.1rem, 3vw, 1.3rem);
    }
}

@media (max-width: 576px) {
    .mobile-bottom-nav {
        padding: 0.4rem 0;
    }
    
    .nav-item-mobile {
        padding: 0.4rem 0.1rem;
    }
    
    .nav-item-mobile span {
        font-size: clamp(0.55rem, 2.5vw, 0.65rem);
    }
    
    .nav-item-mobile i {
        font-size: clamp(1rem, 3.5vw, 1.2rem);
        margin-bottom: 0.2rem;
    }
}

@media (max-width: 375px) {
    .mobile-bottom-nav {
        padding: 0.35rem 0;
    }
    
    .nav-item-mobile {
        padding: 0.35rem 0.05rem;
    }
    
    .nav-item-mobile span {
        font-size: 0.55rem;
    }
    
    .nav-item-mobile i {
        font-size: 1rem;
        margin-bottom: 0.15rem;
    }
}

body.dark-mode .about-text-premium,
body.dark-mode .service-description-premium,
body.dark-mode .app-description-premium {
    color: rgba(255,255,255,0.8);
}

/* Contact Section Dark Mode */
body.dark-mode .contact-section-premium {
    background: #1A1E24;
}

body.dark-mode .contact-title-premium {
    background: linear-gradient(135deg, #ffffff 0%, rgba(138, 43, 226, 0.9) 50%, rgba(233, 30, 99, 0.9) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-shadow: none !important;
    filter: drop-shadow(0 2px 10px rgba(138, 43, 226, 0.3));
}

body.dark-mode .contact-subtitle-premium {
    color: rgba(255, 255, 255, 0.85) !important;
}

body.dark-mode .contact-form-premium {
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.9) 0%, rgba(52, 73, 94, 0.9) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 
                0 0 0 1px rgba(138, 43, 226, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.dark-mode .form-group-premium label {
    color: rgba(255, 255, 255, 0.95) !important;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

body.dark-mode .form-input-premium,
body.dark-mode .form-textarea-premium {
    background: rgba(26, 30, 36, 0.6) !important;
    color: #ffffff !important;
    border: 2px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.dark-mode .form-input-premium::placeholder,
body.dark-mode .form-textarea-premium::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1;
}

body.dark-mode .form-input-premium:focus,
body.dark-mode .form-textarea-premium:focus {
    background: rgba(26, 30, 36, 0.8) !important;
    border-color: rgba(138, 43, 226, 0.6) !important;
    box-shadow: 0 5px 25px rgba(138, 43, 226, 0.4),
                0 0 0 3px rgba(138, 43, 226, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
}

body.dark-mode .input-focus-line {
    background: linear-gradient(90deg, rgba(138, 43, 226, 0.8), rgba(233, 30, 99, 0.8));
    box-shadow: 0 0 10px rgba(138, 43, 226, 0.5);
}

body.dark-mode .contact-feature-premium {
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.8) 0%, rgba(52, 73, 94, 0.8) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

body.dark-mode .contact-feature-premium:hover {
    background: linear-gradient(135deg, rgba(44, 62, 80, 1) 0%, rgba(52, 73, 94, 1) 100%);
    border-color: rgba(138, 43, 226, 0.3);
    box-shadow: 0 10px 30px rgba(138, 43, 226, 0.2);
    transform: translateY(-5px);
}

body.dark-mode .contact-feature-premium span {
    color: rgba(255, 255, 255, 0.95) !important;
}

body.dark-mode .btn-cta-premium-primary,
body.dark-mode .btn-cta-premium-secondary,
body.dark-mode .btn-cta-premium-whatsapp {
    color: #ffffff !important;
}

body.dark-mode .contact-bg-pattern {
    opacity: 0.3;
}
