/* Hero Section - React Tasarımından Birebir Uyarlanmış */

/* Genel Icon Ayarları */
.hero-section-modern i,
.hero-section-modern .fas,
.hero-section-modern .far,
.hero-section-modern .fab {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Font Ayarları - Hero Bölümü İçin */
.hero-section-modern {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hero-section-modern p,
.hero-section-modern span,
.hero-section-modern label,
.hero-section-modern input,
.hero-section-modern select,
.hero-section-modern textarea,
.hero-section-modern button,
.hero-section-modern a,
.hero-section-modern small,
.hero-section-modern strong {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.hero-section-modern h1,
.hero-section-modern h2,
.hero-section-modern h3,
.hero-section-modern h4,
.hero-section-modern h5,
.hero-section-modern h6 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    letter-spacing: -0.025em;
}

/* Icon'ları koru */
.hero-section-modern i,
.hero-section-modern .fas,
.hero-section-modern .far,
.hero-section-modern .fab,
.hero-section-modern .fal,
.hero-section-modern .fad {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands" !important;
}

/* Hero Section - High Specificity to Override Other Styles */
section.hero-section-modern,
.hero-section-modern {
    position: relative !important;
    overflow: hidden !important;
    /* Transparent - ana gradient main-content'ten geliyor */
    background: transparent !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-color: transparent !important;
    padding: 0 !important;
    min-height: auto !important;
    display: block !important;
    align-items: unset !important;
    z-index: 1 !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    width: 100% !important;
}

/* Body::before animasyonunu hero'da devre dışı bırak */
body:has(.hero-section-modern)::before {
    opacity: 0 !important;
    display: none !important;
}

/* Mobile'de fixed background sorun çıkarabilir */
@media (max-width: 768px) {
    .hero-section-modern {
        background-attachment: scroll !important;
    }
    
    .hero-section-modern[style*="background-image"] {
        background-attachment: scroll !important;
    }
}

/* Background image varsa transparent - ana gradient görünsün */
.hero-section-modern[style*="background-image"] {
    background-color: transparent !important;
}

/* Utility Classes (HTML Hijyen Temizliği) */
.cursor-default {
    cursor: default !important;
}

/* Body::before'ın hero'yu etkilememesi için */
.hero-section-modern {
    isolation: isolate;
}

.hero-section-modern::before,
.hero-section-modern::after {
    display: none !important;
    content: none !important;
}

/* Hero Background Image Overlay - Görsel varsa üzerine overlay */
.hero-background-image-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.6) !important;
    z-index: 1 !important;
    backdrop-filter: blur(1px) !important;
    -webkit-backdrop-filter: blur(1px) !important;
}

/* Animated Background with Gradient Mesh */
.hero-background-mesh {
    position: absolute;
    inset: 0;
    z-index: 0 !important;
}

/* Gradient overlay ve blob efektleri kaldırıldı - daha temiz görünüm için */

.hero-container-modern {
    position: relative !important;
    z-index: 10 !important;
    padding: 3rem 1rem !important;
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}

/* Container override - hero içinde */
.hero-section-modern .container {
    max-width: 1200px !important;
    padding: 3rem 1rem !important;
}

@media (min-width: 768px) {
    .hero-container-modern {
        padding: 4rem 1rem !important;
    }
}

/* Hero Header */
.hero-header-modern {
    text-align: center;
    margin-bottom: 2rem;
    animation: fadeInUp 0.7s ease-out;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hero-header-modern > * {
    margin: 0;
}

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

/* Hero Title */
.hero-title-modern {
    font-size: 3.75rem;
    font-weight: 900;
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: -0.025em;
    margin: 0;
    line-height: 1;
    text-align: center;
}

@media (min-width: 768px) {
    .hero-title-modern {
        font-size: 4.5rem;
    }
}

.hero-title-gradient {
    background: linear-gradient(135deg, #a78bfa 0%, #ec4899 50%, #06b6d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.5));
}

/* Hero Subtitle */
.hero-subtitle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin: 0;
}

.hero-divider-line {
    height: 1px;
    width: 3rem;
    background: linear-gradient(135deg, transparent, #a78bfa, transparent);
}

.hero-divider-line:last-of-type {
    background: linear-gradient(135deg, transparent, #06b6d4, transparent);
}

.hero-subtitle-modern {
    font-size: 1.25rem;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
    background: linear-gradient(135deg, #a78bfa 0%, #ec4899 50%, #06b6d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .hero-subtitle-modern {
        font-size: 1.5rem;
    }
}

/* Server Cards Grid */
.hero-cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 56rem;
    margin: 0 auto 1.5rem;
}

@media (min-width: 768px) {
    .hero-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

/* Server Card - Temaya Uyumlu (Download/Footer ile Aynı) */
.hero-server-card {
    position: relative;
    overflow: hidden;
    background: rgba(30, 41, 59, 0.6) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border: 1px solid rgba(148, 163, 184, 0.15) !important;
    border-radius: 1rem !important;
    padding: 0 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

.hero-card-hub:hover {
    border-color: rgba(139, 92, 246, 0.4) !important;
    background: rgba(30, 41, 59, 0.75) !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 40px rgba(139, 92, 246, 0.25) !important;
}

.hero-card-smp {
    border-color: rgba(148, 163, 184, 0.15) !important;
}

.hero-card-smp:hover {
    border-color: rgba(6, 182, 212, 0.4) !important;
    background: rgba(30, 41, 59, 0.75) !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 40px rgba(6, 182, 212, 0.25) !important;
}

.hero-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.05), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.hero-card-hub:hover .hero-card-overlay {
    opacity: 1;
}

.hero-card-overlay-smp {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.05), transparent);
}

.hero-card-smp:hover .hero-card-overlay-smp {
    opacity: 1;
}

.hero-card-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.15) !important;
}

.hero-card-title {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    font-family: 'Space Grotesk', sans-serif !important;
    margin: 0 !important;
    letter-spacing: -0.025em !important;
}

.hero-card-title-hub {
    background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-card-title-smp {
    background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Status Badge - Modern Tema */
.hero-status-badge {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 0.375rem 0.75rem !important;
    border-radius: 9999px !important;
    background: rgba(34, 197, 94, 0.15) !important;
    border: 1px solid rgba(34, 197, 94, 0.3) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}

.hero-status-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #4ade80;
    animation: statusPulse 2s ease-in-out infinite;
}

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

.hero-status-badge span {
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    font-family: 'Inter', sans-serif !important;
    color: #4ade80 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

/* Card Content */
.hero-card-content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
    padding-top: 1rem;
}

.hero-card-content > *:first-child {
    margin-top: 0;
}

/* Stats Grid */
.hero-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
    margin-bottom: 0;
}

.hero-stat-box {
    background: rgba(15, 23, 42, 0.6) !important;
    border: 1px solid rgba(148, 163, 184, 0.15) !important;
    border-radius: 0.5rem !important;
    padding: 0.75rem !important;
    margin: 0 !important;
    min-height: auto !important;
    transition: all 0.3s ease !important;
}

.hero-stat-box:hover {
    background: rgba(15, 23, 42, 0.8) !important;
    border-color: rgba(148, 163, 184, 0.25) !important;
}

.hero-stat-header {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    margin-bottom: 0.25rem;
}

.hero-stat-header > * {
    margin: 0;
}

.hero-stat-header i {
    font-size: 1rem !important;
    width: 1rem !important;
    height: 1rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #8b5cf6 !important;
    flex-shrink: 0;
}

.hero-card-smp .hero-stat-header i {
    color: #06b6d4 !important;
}

.hero-stat-header span {
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    font-family: 'Inter', sans-serif !important;
    color: rgba(255, 255, 255, 0.6) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

.hero-stat-value {
    font-size: 1.375rem;
    font-weight: 900;
    font-family: 'Space Grotesk', sans-serif;
    line-height: 1;
    margin-top: 0.25rem;
    margin-bottom: 0;
}

.hero-stat-value-hub {
    background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-stat-value-smp {
    background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-stat-status {
    color: #4ade80;
}

/* IP Button - Modern Tema */
.hero-ip-button {
    width: 100% !important;
    padding: 1rem 1.5rem !important;
    border: none !important;
    border-radius: 0.75rem !important;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    font-family: 'Inter', sans-serif !important;
    color: white !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem !important;
    transition: all 0.3s ease !important;
    line-height: 1.5 !important;
    margin-top: 1rem !important;
}

.hero-ip-button i {
    font-size: 1rem !important;
    width: 1rem !important;
    height: 1rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0;
}

.hero-ip-button-hub {
    background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%) !important;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3) !important;
}

.hero-ip-button-hub:hover {
    background: linear-gradient(135deg, #7c3aed 0%, #db2777 100%) !important;
    box-shadow: 0 8px 24px rgba(139, 92, 246, 0.4) !important;
    transform: translateY(-2px) !important;
}

.hero-ip-button-smp {
    background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%) !important;
    box-shadow: 0 4px 12px rgba(6, 182, 212, 0.3) !important;
}

.hero-ip-button-smp:hover {
    background: linear-gradient(135deg, #0891b2 0%, #2563eb 100%) !important;
    box-shadow: 0 8px 24px rgba(6, 182, 212, 0.4) !important;
    transform: translateY(-2px) !important;
}

.hero-card-note {
    font-size: 0.75rem !important;
    font-family: 'Inter', sans-serif !important;
    color: rgba(255, 255, 255, 0.5) !important;
    text-align: center !important;
    margin: 0.75rem 0 0 0 !important;
    padding-top: 0.75rem !important;
    border-top: 1px solid rgba(148, 163, 184, 0.15) !important;
}

/* CTA Button - Modern Tema */
.hero-cta-container {
    text-align: center;
    animation: fadeInUp 0.7s ease-out 0.5s both;
    margin-top: 2rem;
}

.hero-cta-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2.5rem !important;
    background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 50%, #06b6d4 100%) !important;
    color: white !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    font-family: 'Space Grotesk', sans-serif !important;
    text-decoration: none !important;
    border-radius: 0.75rem !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 8px 24px rgba(139, 92, 246, 0.3) !important;
    transition: all 0.3s ease !important;
    overflow: hidden;
    letter-spacing: 0 !important;
    line-height: 1.5 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

@media (min-width: 768px) {
    .hero-cta-button {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}

.hero-cta-button:hover {
    background: linear-gradient(135deg, #7c3aed 0%, #db2777 50%, #0891b2 100%) !important;
    box-shadow: 0 12px 32px rgba(139, 92, 246, 0.4) !important;
    transform: translateY(-3px) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.hero-cta-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    transform: translateX(-100%);
    transition: transform 1s ease;
}

.hero-cta-button:hover .hero-cta-shine {
    transform: translateX(100%);
}

.hero-cta-icon-1,
.hero-cta-icon-2 {
    font-size: 1.25rem !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0;
    line-height: 1 !important;
}

.hero-cta-icon-1 {
    margin-right: 0.5rem;
    animation: iconPulse 2s ease-in-out infinite;
}

.hero-cta-icon-2 {
    margin-left: 0.5rem;
}

.hero-cta-button * {
    font-family: 'Space Grotesk', sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    color: white !important;
}

@keyframes iconPulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section-modern {
        padding: 0;
    }
    
    .hero-container-modern {
        padding: 3rem 1rem !important;
    }
    
    .hero-header-modern {
        margin-bottom: 2rem;
    }
    
    .hero-title-modern {
        font-size: 3rem;
    }
    
    .hero-subtitle-modern {
        font-size: 1.125rem;
    }
    
    .hero-cards-grid {
        grid-template-columns: 1fr;
    }
    
    .hero-cta-button {
        padding: 1.25rem 2rem;
        font-size: 1.125rem;
    }
}

