/* Font Loading Guarantee - Local Files */
@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter-Regular-Turkish.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-feature-settings: 'liga' 1, 'kern' 1, 'locl' 1;
    font-variant-ligatures: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter-Medium-Turkish.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-feature-settings: 'liga' 1, 'kern' 1, 'locl' 1;
    font-variant-ligatures: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter-Bold-Turkish.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    font-feature-settings: 'liga' 1, 'kern' 1, 'locl' 1;
    font-variant-ligatures: normal;
}

/* Font Awesome Web Fonts */
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('./js/webfonts/fa-solid-900.woff2') format('woff2');
}

/* Pre-font loading styles to prevent FOUT */
.nav-link {
    font-size: 18px !important;
    font-size: 1.1rem !important;
    font-family: 'Segoe UI', 'Arial Unicode MS', 'DejaVu Sans', 'Inter', Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    min-height: 1.2em !important;
    display: inline-block !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
    font-display: block !important;
    font-feature-settings: 'liga' 1, 'kern' 1, 'locl' 1 !important;
    font-variant-ligatures: normal !important;
    font-language-override: normal !important;
    -webkit-font-feature-settings: 'liga' 1, 'kern' 1, 'locl' 1 !important;
    -moz-font-feature-settings: 'liga' 1, 'kern' 1, 'locl' 1 !important;
}

/* Additional font loading protection */
.nav-link::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    font-size: 18px !important;
    font-size: 1.1rem !important;
}

/* Navigation Turkish character fix */
.nav-link, .nav-link * {
    font-family: 'Segoe UI', 'Arial Unicode MS', 'DejaVu Sans', 'Inter', Tahoma, Geneva, Verdana, sans-serif !important;
    font-feature-settings: 'liga' 1, 'kern' 1, 'locl' 1 !important;
    font-variant-ligatures: normal !important;
    font-language-override: normal !important;
    -webkit-font-feature-settings: 'liga' 1, 'kern' 1, 'locl' 1 !important;
    -moz-font-feature-settings: 'liga' 1, 'kern' 1, 'locl' 1 !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}













/* Global font size protection */
html, body {
    font-size: 16px !important;
    font-family: 'Segoe UI', 'Arial Unicode MS', 'DejaVu Sans', 'Inter', Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight: 400 !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-feature-settings: 'liga' 1, 'kern' 1, 'locl' 1 !important;
    font-variant-ligatures: normal !important;
    font-language-override: normal !important;
}

/* Font weight definitions */
.font-weight-normal { font-weight: 400 !important; }
.font-weight-medium { font-weight: 500 !important; }
.font-weight-bold { font-weight: 700 !important; }

/* Font loading fallback for Turkish characters */
@font-face {
    font-family: 'Segoe UI';
    src: local('Segoe UI');
    font-display: swap;
}

@font-face {
    font-family: 'Arial Unicode MS';
    src: local('Arial Unicode MS');
    font-display: swap;
}

/* Bold text styling - Enhanced */
strong, b, .bold {
    font-weight: 700 !important;
    font-family: 'Segoe UI', 'Arial Unicode MS', 'DejaVu Sans', 'Inter', Tahoma, Geneva, Verdana, sans-serif !important;
    font-feature-settings: 'liga' 1, 'kern' 1, 'locl' 1 !important;
    font-variant-ligatures: normal !important;
}

/* Force bold for all bold elements */
strong, b, .bold, h1, h2, h3, h4, h5, h6, .section-title, .service-card h3 {
    font-weight: 700 !important;
    font-family: 'Segoe UI', 'Arial Unicode MS', 'DejaVu Sans', 'Inter', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* Heading font weights */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
    font-family: 'Segoe UI', 'Arial Unicode MS', 'DejaVu Sans', 'Inter', Tahoma, Geneva, Verdana, sans-serif !important;
    font-feature-settings: 'liga' 1, 'kern' 1, 'locl' 1 !important;
    font-variant-ligatures: normal !important;
}

/* Service card headings */
.service-card h3 {
    font-weight: 700 !important;
    font-family: 'Segoe UI', 'Arial Unicode MS', 'DejaVu Sans', 'Inter', Tahoma, Geneva, Verdana, sans-serif !important;
    font-feature-settings: 'liga' 1, 'kern' 1, 'locl' 1 !important;
    font-variant-ligatures: normal !important;
}

/* Section titles */
.section-title {
    font-weight: 700 !important;
    font-family: 'Segoe UI', 'Arial Unicode MS', 'DejaVu Sans', 'Inter', Tahoma, Geneva, Verdana, sans-serif !important;
    font-feature-settings: 'liga' 1, 'kern' 1, 'locl' 1 !important;
    font-variant-ligatures: normal !important;
}

/* Turkish character optimization */
.section-title, .section-subtitle, h1, h2, h3, h4, h5, h6, p, span, div {
    font-feature-settings: 'liga' 1, 'kern' 1, 'locl' 1 !important;
    font-variant-ligatures: normal !important;
    font-language-override: normal !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* Specific Turkish character fixes */
.section-title, .section-subtitle, h1, h2, h3, h4, h5, h6, p, span, div {
    font-family: 'Segoe UI', 'Arial Unicode MS', 'DejaVu Sans', 'Inter', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* Ultimate bold protection */
.section-title, .section-subtitle, h1, h2, h3, h4, h5, h6, .service-card h3, strong, b, .bold {
    font-weight: 700 !important;
    font-family: 'Segoe UI', 'Arial Unicode MS', 'DejaVu Sans', 'Inter', Tahoma, Geneva, Verdana, sans-serif !important;
    font-feature-settings: 'liga' 1, 'kern' 1, 'locl' 1 !important;
    font-variant-ligatures: normal !important;
}

/* Specific bold fixes for main sections */
.hero h1, .hero h1 *, .section-header h2, .section-header h2 *, .about h2, .about h2 *, .cta-section h2, .cta-section h2 * {
    font-weight: 700 !important;
    font-family: 'Segoe UI', 'Arial Unicode MS', 'DejaVu Sans', 'Inter', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* Final bold protection with highest specificity */
html body .section-title, html body .section-subtitle, html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html body .service-card h3, html body strong, html body b, html body .bold {
    font-weight: 700 !important;
    font-family: 'Segoe UI', 'Arial Unicode MS', 'DejaVu Sans', 'Inter', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* Nuclear bold protection - highest possible specificity */
html body .section-title, html body .section-subtitle, html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html body .service-card h3, html body strong, html body b, html body .bold, html body .section-header h2, html body .about h2, html body .hero h1, html body .cta-section h2 {
    font-weight: 700 !important;
    font-family: 'Segoe UI', 'Arial Unicode MS', 'DejaVu Sans', 'Inter', Tahoma, Geneva, Verdana, sans-serif !important;
    font-feature-settings: 'liga' 1, 'kern' 1, 'locl' 1 !important;
    font-variant-ligatures: normal !important;
}

/* Maximum specificity bold protection */
html body .hero h1, html body .hero h1 *, html body .section-header h2, html body .section-header h2 *, html body .about h2, html body .about h2 *, html body .cta-section h2, html body .cta-section h2 *, html body .services .section-title, html body .services .section-title *, html body .process .section-title, html body .process .section-title * {
    font-weight: 700 !important;
    font-family: 'Segoe UI', 'Arial Unicode MS', 'DejaVu Sans', 'Inter', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* Inline style override protection */
html body .hero h1[style*="font-weight"], html body .section-header h2[style*="font-weight"], html body .about h2[style*="font-weight"], html body .cta-section h2[style*="font-weight"], html body .services .section-title[style*="font-weight"], html body .process .section-title[style*="font-weight"] {
    font-weight: 700 !important;
}

/* Final nuclear option - override everything */
html body .hero h1, html body .section-header h2, html body .about h2, html body .cta-section h2, html body .services .section-title, html body .process .section-title, html body .stats-section .section-title, html body .mission-vision .section-title, html body .values .section-title, html body .team .section-title, html body .featured-projects .section-title, html body .testimonials .section-title, html body .industries .section-title, html body .web-design-services .section-title, html body .design-process .section-title, html body .pricing .section-title, html body .faq .section-title {
    font-weight: 700 !important;
    font-family: 'Segoe UI', 'Arial Unicode MS', 'DejaVu Sans', 'Inter', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* Absolute bold guarantee */
* {
    font-synthesis: weight !important;
}

h1, h2, h3, h4, h5, h6, .section-title, .service-card h3, strong, b, .bold {
    font-weight: 700 !important;
    font-synthesis: weight !important;
}

/* Service icons styling */
.service-icon i {
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900 !important;
    font-style: normal !important;
}

/* All Font Awesome icons */
.fas, .fa, .fab, .far {
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900 !important;
    font-style: normal !important;
}

/* Specific icon fixes */
.fa-palette::before { content: "\f53f"; }
.fa-mobile-alt::before { content: "\f3cd"; }
.fa-search::before { content: "\f002"; }
.fa-server::before { content: "\f233"; }
.fa-code::before { content: "\f121"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-eye::before { content: "\f06e"; }
.fa-check-circle::before { content: "\f058"; }
.fa-rocket::before { content: "\f135"; }

/* Force font loading before display */
.nav-link {
    font-display: block !important;
    font-size: 18px !important;
    font-size: 1.1rem !important;
    font-family: 'Segoe UI', 'Arial Unicode MS', 'DejaVu Sans', 'Inter', Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    min-height: 1.2em !important;
    display: inline-block !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
    font-feature-settings: 'liga' 1, 'kern' 1, 'locl' 1 !important;
    font-variant-ligatures: normal !important;
    font-language-override: normal !important;
    -webkit-font-feature-settings: 'liga' 1, 'kern' 1, 'locl' 1 !important;
    -moz-font-feature-settings: 'liga' 1, 'kern' 1, 'locl' 1 !important;
}

/* Ensure consistent font rendering */
.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    font-display: swap;
}

/* Force consistent font sizes across all elements */
* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Ensure nav links maintain font size */
.nav-link,
.nav-link * {
    font-size: 18px !important;
    font-size: 1.1rem !important;
}

/* Prevent font size changes during font loading */
.nav-link {
    font-size: 18px !important;
    font-size: 1.1rem !important;
    font-display: block !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

/* Force font size on all text elements */
h1, h2, h3, h4, h5, h6, p, span, a, li, div {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Disable browser dark mode auto-inversion */
html {
    color-scheme: light only;
}

body {
    color-scheme: light only;
}

/* Force light mode for all elements */
*, *::before, *::after {
    color-scheme: light only;
}

/* Base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 2rem;
    min-height: 60px;
}

.nav-brand {
    display: flex;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 220px;
}

@media (max-width: 768px) {
    .logo {
        min-width: 200px;
        gap: 10px;
        margin-left: -20px;
    }
}

@media (max-width: 480px) {
    .logo {
        min-width: 180px;
        gap: 8px;
        margin-left: -25px;
    }
}

.logo-img {
    width: 220px;
    height: 61px;
    object-fit: contain;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: none !important;
}

.logo-text {
    font-size: 2.2rem;
    font-weight: 800;
    color: #2c3e50;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: none;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-link {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 18px !important;
    font-size: 1.1rem !important;
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
    line-height: 1.2 !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-display: block !important;
    min-height: 1.2em !important;
    display: inline-block !important;
    transform: none !important;
    animation: none !important;
}

.nav-link:hover,
.nav-link.active {
    color: #667eea;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background: #333;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 140px 20px 100px;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.hero-shapes {
    position: relative;
    width: 100%;
    height: 100%;
}

.shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: float 6s ease-in-out infinite;
}

.shape-1 {
    width: 200px;
    height: 200px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.shape-2 {
    width: 150px;
    height: 150px;
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.shape-3 {
    width: 100px;
    height: 100px;
    bottom: 20%;
    left: 20%;
    animation-delay: 4s;
}

.hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-text h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    animation: fadeInUp 1s ease;
}

.highlight {
    background: linear-gradient(135deg, #ffd89b 0%, #19547b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-text p {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    line-height: 1.7;
    animation: fadeInUp 1s ease 0.2s both;
}

.hero-buttons {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease 0.4s both;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    font-size: 1.1rem;
}

.cta-button.primary {
    background: white;
    color: #667eea;
}

.cta-button.primary:hover {
    background: transparent;
    color: white;
    border-color: white;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.cta-button.secondary {
    background: transparent;
    color: white;
    border-color: white;
}

.cta-button.secondary:hover {
    background: white;
    color: #667eea;
    transform: translateY(-3px);
}

.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeInRight 1s ease 0.6s both;
}

.hero-image {
    width: 100%;
    max-width: 400px;
}

.image-placeholder {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    color: white;
    transition: all 0.3s ease;
}

.image-placeholder:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
}

.image-placeholder i {
    font-size: 4rem;
    margin-bottom: 1rem;
    display: block;
}

.image-placeholder span {
    font-size: 1.2rem;
    font-weight: 600;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 2rem;
}

.section-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #2c3e50;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Services Section */
.services {
    padding: 40px 0;
    background: white;
}

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

.service-card {
    background: white;
    padding: 3rem 2rem;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    border: 1px solid rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

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

.service-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.service-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    transition: all 0.3s ease;
}

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

.service-icon i {
    font-size: 2.2rem;
    color: white;
}

.service-card h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.service-card p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 2rem;
    font-size: 1.05rem;
}

.service-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: center;
}

.feature-tag {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

/* Process Section */
.process {
    padding: 120px 0;
    background: #f8f9fa;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
}

.step {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    padding: 2rem;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.step:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.step-number {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    font-weight: 800;
    flex-shrink: 0;
    font-family: 'Inter', sans-serif;
}

.step-content h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.step-content p {
    color: #666;
    line-height: 1.7;
    font-size: 1.05rem;
}

/* About Section */
.about {
    padding: 120px 0;
    background: white;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.about-text h2 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 2rem;
    color: #2c3e50;
}

.about-text p {
    font-size: 1.15rem;
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.about-features {
    margin: 2rem 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

.feature-item i {
    color: #667eea;
    font-size: 1.2rem;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 1.5rem;
}

.read-more:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.3);
}

.about-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.visual-element {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 4rem;
    animation: pulse 2s ease-in-out infinite;
}

/* CTA Section */
.cta-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
}

.cta-content h2 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.cta-content p {
    font-size: 1.3rem;
    margin-bottom: 3rem;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Footer */
.footer {
    background: #2c3e50;
    color: white;
    padding: 80px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1.5rem;
}

.footer-brand h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #667eea;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Footer logo text removed */

.footer-section h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #667eea;
}

.footer-section p {
    margin-bottom: 0.8rem;
    opacity: 0.8;
    line-height: 1.6;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.8rem;
}

.footer-section ul li a {
    color: white;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.3s ease;
    line-height: 1.6;
}

.footer-section ul li a:hover {
    opacity: 1;
    color: #667eea;
    padding-left: 5px;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-links a {
    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 ease;
    font-size: 1.2rem;
}

.social-links a:hover {
    background: #667eea;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0.7;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

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

/* Responsive Design */
@media (max-width: 768px) {
    .navbar {
        padding: 0.7rem 1rem 0.7rem 0.5rem;
    }
    
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: white;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        padding: 2rem 0;
    }
    
    .nav-link {
        font-size: 18px !important;
        font-size: 1.1rem !important;
        min-height: 1.2em;
        display: inline-block;
        padding: 1rem 0;
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .hamburger {
        display: flex;
    }
    
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    
    .logo-img {
        width: 200px;
        height: 56px;
    }
    
    .hero {
        padding: 120px 20px 80px;
        min-height: auto;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }
    
    .hero-text h1 {
        font-size: 2.8rem;
    }
    
    .hero-text p {
        font-size: 1.1rem;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .section-title {
        font-size: 2.2rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .process-steps {
        grid-template-columns: 1fr;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cta-content h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .logo-img {
        width: 180px;
        height: 50px;
    }
    
    .nav-link {
        font-size: 18px !important;
        font-size: 1.1rem !important;
        min-height: 1.2em;
        display: inline-block;
        padding: 0.8rem 0;
    }
    
    .hero {
        padding: 100px 15px 60px;
    }
    
    .hero-text h1 {
        font-size: 2.2rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-button {
        width: 100%;
        justify-content: center;
    }
    
    .service-card {
        padding: 2rem 1.5rem;
    }
    
    .step {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
}

/* Page Header */
.page-header {
    color: white;
    text-align: center;
    padding: 120px 20px 80px;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Page-specific background images with blur effect */
.page-header::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(3px);
    z-index: -1;
    transform: scale(1.1);
}

/* Hakkımızda page background */
.page-header.hakkimizda::before {
    background-image: url('images/hakkimizda-bg.jpg');
}

/* Web Tasarım page background */
.page-header.web-tasarim::before {
    background-image: url('images/web-tasarim-bg.jpg');
}

/* Referanslarımız page background */
.page-header.referanslar::before {
    background-image: url('images/referanslar-bg.jpg');
}

/* İletişim page background */
.page-header.iletisim::before {
    background-image: url('images/iletisim-bg.jpg');
}

/* Mining Kurulum page background */
.page-header.mining-kurulum::before {
    background-image: url('images/mining-kurulum-bg.jpg');
}

/* Additional overlay for better text readability */
.page-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.5) 0%, rgba(118, 75, 162, 0.5) 100%);
    z-index: 1;
}

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

.page-header h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.page-header p {
    font-size: 1.2rem;
    opacity: 0.9;
}

/* Company Story */
.company-story {
    padding: 100px 0;
    background: white;
}

.story-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.story-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.story-text p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.7;
}

.timeline {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.timeline-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #667eea;
}

.year {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.9rem;
}

.event {
    font-weight: 600;
    color: #2c3e50;
}

/* Mission & Vision */
.mission-vision {
    padding: 100px 0;
    background: #f8f9fa;
}

.mv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
}

.mv-card {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.mv-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.mv-icon i {
    font-size: 2rem;
    color: white;
}

.mv-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.mv-card p {
    color: #666;
    line-height: 1.7;
}

/* Values */
.values {
    padding: 100px 0;
    background: white;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.value-item {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.value-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.value-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.value-icon i {
    font-size: 1.5rem;
    color: white;
}

.value-item h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.value-item p {
    color: #666;
    line-height: 1.6;
}

/* Team */
.team {
    padding: 100px 0;
    background: #f8f9fa;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.team-member {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.team-member:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.member-photo {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.member-photo i {
    font-size: 3rem;
    color: white;
}

.team-member h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.position {
    color: #667eea;
    font-weight: 600;
    margin-bottom: 1rem;
}

.description {
    color: #666;
    line-height: 1.6;
}

/* Stats Section */
.stats-section {
    padding: 100px 0;
    background: white;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
}

.stat-item {
    text-align: center;
    padding: 2rem;
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: #667eea;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    color: #666;
    font-weight: 600;
    font-size: 1.1rem;
}

/* Web Design Services */
.web-design-services {
    padding: 60px 0;
    background: #f8f9fa;
}

.service-features {
    list-style: none;
    margin-top: 1rem;
    text-align: left;
}

.service-features li {
    padding: 0.3rem 0;
    color: #666;
    position: relative;
    padding-left: 1.5rem;
}

.service-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: bold;
}

/* Technology Stack */
.technology-stack {
    padding: 100px 0;
    background: white;
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.tech-category h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #2c3e50;
    text-align: center;
}

.tech-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
}

.tech-item {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.tech-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.tech-item i {
    font-size: 2rem;
    color: #667eea;
    margin-bottom: 0.5rem;
}

.tech-item span {
    font-weight: 500;
    color: #2c3e50;
}

/* Design Process */
.design-process {
    padding: 100px 0;
    background: #f8f9fa;
}

.process-timeline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.process-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    flex-shrink: 0;
}

.step-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.step-content p {
    color: #666;
    line-height: 1.6;
}

/* Pricing */
.pricing {
    padding: 100px 0;
    background: white;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.pricing-card {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
}

.pricing-card.featured {
    border-color: #667eea;
    transform: scale(1.05);
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.pricing-card.featured:hover {
    transform: scale(1.05) translateY(-10px);
}

.package-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.package-price {
    font-size: 2.5rem;
    font-weight: 800;
    color: #667eea;
    margin-bottom: 2rem;
}

.package-features ul {
    list-style: none;
    margin-bottom: 2rem;
}

.package-features li {
    padding: 0.5rem 0;
    color: #666;
    border-bottom: 1px solid #eee;
}

.package-features li:last-child {
    border-bottom: none;
}

.package-btn {
    display: inline-block;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.package-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

/* FAQ */
.faq {
    padding: 100px 0;
    background: #f8f9fa;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.faq-item {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.faq-question {
    padding: 1.5rem;
    background: #f8f9fa;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: #e9ecef;
}

.faq-question h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.faq-question i {
    color: #667eea;
    transition: transform 0.3s ease;
}

.faq-answer {
    padding: 1.5rem;
    border-top: 1px solid #eee;
}

.faq-answer p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Featured Projects */
.featured-projects {
    padding: 60px 0;
    background: white;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.project-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.project-image {
    height: 200px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.project-image.atak-elektrik {
    background-image: url('images/atak-elektrik.jpg');
}

.project-image.atak-jet {
    background-image: url('images/atak-jet.jpg');
}

.project-image.hairmaster {
    background-image: url('images/hairmaster.jpg');
}

.project-image img {
    display: none;
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.project-links {
    display: flex;
    gap: 1rem;
}

.project-link {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667eea;
    text-decoration: none;
    transition: all 0.3s ease;
}

.project-link:hover {
    background: #667eea;
    color: white;
    transform: scale(1.1);
}

.project-category {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: rgba(255,255,255,0.9);
    color: #2c3e50;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    z-index: 3;
}

.project-content {
    padding: 1.5rem;
}

.project-content h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.project-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.project-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tech-tag {
    background: #f8f9fa;
    color: #667eea;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
}

/* Testimonials */
.testimonials {
    padding: 100px 0;
    background: #f8f9fa;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.testimonial-content {
    margin-bottom: 1.5rem;
}

.testimonial-content p {
    color: #666;
    line-height: 1.6;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}

.author-info h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.2rem;
}

.author-info span {
    color: #667eea;
    font-size: 0.9rem;
}

.rating {
    color: #ffc107;
    font-size: 0.9rem;
}

/* Industries */
.industries {
    padding: 100px 0;
    background: white;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.industry-item {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.industry-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.industry-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.industry-icon i {
    font-size: 1.5rem;
    color: white;
}

.industry-item h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.industry-item p {
    color: #666;
    line-height: 1.6;
}

/* Contact Info */
.contact-info {
    padding: 60px 0;
    background: white;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.contact-card {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.contact-icon i {
    font-size: 1.5rem;
    color: white;
}

.contact-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.contact-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

/* Contact Form */
.contact-form {
    padding: 100px 0;
    background: #f8f9fa;
}

.form-container {
    max-width: 800px;
    margin: 0 auto;
}

.form-container h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.form-container p {
    text-align: center;
    color: #666;
    margin-bottom: 3rem;
    font-size: 1.1rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #e1e8ed;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #667eea;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.submit-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

/* Mining Services */
.mining-services {
    padding: 100px 0;
    background: #f8f9fa;
}

/* Mining Services White Background */
.mining-services-white {
    padding: 100px 0;
    background: white;
}

/* Mining Process */
.mining-process {
    padding: 100px 0;
    background: white;
}

/* Pricing Info */
.pricing-info {
    padding: 100px 0;
    background: #f8f9fa;
}

.pricing-content {
    max-width: 800px;
    margin: 0 auto;
}

.pricing-card {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.05);
}

.pricing-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
}

.pricing-icon i {
    font-size: 2rem;
    color: white;
}

.pricing-card h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.pricing-card p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.pricing-features {
    text-align: left;
    max-width: 400px;
    margin: 0 auto;
}

.pricing-features .feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

.pricing-features .feature-item i {
    color: #667eea;
    font-size: 1.2rem;
}

/* Binance Info */
.binance-info {
    padding: 100px 0;
    background: white;
}

/* Binance Info Gray Background */
.binance-info-gray {
    padding: 100px 0;
    background: #f8f9fa;
}

.binance-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.binance-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.binance-text p {
    font-size: 1.15rem;
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.binance-features {
    margin: 2rem 0;
}

.binance-features .feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

.binance-features .feature-item i {
    color: #667eea;
    font-size: 1.2rem;
}

.binance-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, #f0b90b 0%, #f0b90b 100%);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 1.5rem;
}

.binance-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(240, 185, 11, 0.3);
    background: linear-gradient(135deg, #d4a309 0%, #d4a309 100%);
}

.binance-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.binance-visual .visual-element {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #f0b90b 0%, #d4a309 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 4rem;
    animation: pulse 2s ease-in-out infinite;
}

/* Social Media */
.social-media {
    padding: 100px 0;
    background: #f8f9fa;
}

.social-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.social-card {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.social-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.social-card.facebook:hover {
    background: #1877f2;
    color: white;
}

.social-card.twitter:hover {
    background: #1da1f2;
    color: white;
}

.social-card.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
}

.social-card.linkedin:hover {
    background: #0077b5;
    color: white;
}

.social-card i {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #667eea;
}

.social-card:hover i {
    color: white;
}

.social-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.social-card:hover h3 {
    color: white;
}

.social-card p {
    color: #666;
    line-height: 1.6;
}

.social-card:hover p {
    color: white;
}

/* Responsive Design for New Sections */
@media (max-width: 768px) {
    .story-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .mv-grid {
        grid-template-columns: 1fr;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
    
    .team-grid {
        grid-template-columns: 1fr;
    }
    
    .tech-grid {
        grid-template-columns: 1fr;
    }
    
    .process-timeline {
        grid-template-columns: 1fr;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .projects-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .industries-grid {
        grid-template-columns: 1fr;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .social-grid {
        grid-template-columns: 1fr;
    }
    
    .binance-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .page-header h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .page-header {
        padding: 100px 15px 60px;
    }
    
    .page-header h1 {
        font-size: 2rem;
    }
    
    .mv-card,
    .pricing-card {
        padding: 2rem 1.5rem;
    }
    
    .project-card,
    .testimonial-card {
        margin: 0 1rem;
    }
    
    .binance-text h2 {
        font-size: 2rem;
    }
    
    .pricing-card {
        padding: 2rem 1.5rem;
    }
}
