﻿/* Cul Master Cheats - Mobil Uyumlu CSS */

/* WhatsApp Logosu - En Üstte Zorla */
.whatsapp-simple {
    position: fixed !important;
    top: 20px !important;
    left: 20px !important;
    z-index: 999999 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    transform: none !important;
    bottom: auto !important;
    right: auto !important;
    width: auto !important;
    height: auto !important;
}

.whatsapp-logo-simple {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 72px !important;
    height: 72px !important;
    background: #25D366 !important;
    border-radius: 50% !important;
    text-decoration: none !important;
    box-shadow: 0 3px 18px rgba(37, 211, 102, 0.4) !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    position: relative !important;
}

.whatsapp-image {
    width: 48px !important;
    height: 48px !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    object-fit: contain !important;
    filter: brightness(0) invert(1) !important;
}

/* Reset ve Temel Stiller */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #333;
    background: #000000 !important;
    background-color: #000000 !important;
    min-height: 100vh;
    overflow-x: hidden;
}

html {
    background: #000000 !important;
    background-color: #000000 !important;
}

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


/* Dil Seçici Üst Çubuk */
.lang-topbar {
    background: rgba(0, 0, 0, 0.9);
    padding: 8px 0;
    position: sticky;
    top: 0;
    z-index: 999;
}

.lang-selector {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.lang-btn {
    background: transparent;
    border: 2px solid transparent;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lang-btn.active {
    border-color: #ff6b6b;
    transform: scale(1.1);
}

.lang-btn img {
    border-radius: 50%;
}

/* Navigasyon */
.navbar {
    background: rgba(13, 17, 23, 0.97);
    padding: 15px 0;
    position: sticky;
    top: 60px;
    z-index: 998;
    backdrop-filter: blur(10px);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.nav-logo {
    font-family: 'Orbitron', monospace;
    font-size: 24px;
    font-weight: 900;
    color: #ff6b6b;
    text-shadow: 0 0 10px rgba(255, 107, 107, 0.5);
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-whatsapp {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    background: #25D366 !important;
    border-radius: 50% !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(37, 211, 102, 0.3) !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 10 !important;
}

.nav-whatsapp:hover {
    background: #128C7E !important;
    transform: scale(1.1) !important;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.5) !important;
    text-decoration: none !important;
}

.nav-whatsapp img {
    width: 24px !important;
    height: 24px !important;
    object-fit: contain !important;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 20px;
}

.nav-link {
    color: #00b4ff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 8px 12px;
    border-radius: 5px;
}

.nav-link:hover {
    color: #33ccff;
    text-shadow: 0 0 10px rgba(0, 180, 255, 0.5);
}

.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background: white;
    transition: all 0.3s ease;
}

/* Ana İçerik Bölümleri */
section {
    padding: 60px 0;
    margin: 20px 0;
}

.company-info {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    margin: 20px 15px;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.company-info-content h1 {
    font-family: 'Orbitron', monospace;
    font-size: 2.5rem;
    color: white;
    margin-bottom: 20px;
    text-shadow: 0 0 20px rgba(255, 107, 107, 0.5);
}

.company-info-content p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    line-height: 1.8;
}

.company-stats {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.stat-block {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    min-width: 120px;
    backdrop-filter: blur(5px);
}

.stat-number {
    display: block;
    font-family: 'Orbitron', monospace;
    font-size: 2rem;
    font-weight: 900;
    color: #ff6b6b;
    text-shadow: 0 0 10px rgba(255, 107, 107, 0.5);
}

.stat-label {
    display: block;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 5px;
}

/* Özellikler Bölümü */
.features-turkish, .features-english {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    margin: 20px 15px;
    padding: 40px 20px;
}

.section-title {
    font-family: 'Orbitron', monospace;
    font-size: 2rem;
    color: white;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 0 0 15px rgba(255, 107, 107, 0.5);
}

.features-list {
    list-style: none;
    max-width: 800px;
    margin: 0 auto;
}

.features-list li {
    background: rgba(255, 255, 255, 0.1);
    margin: 15px 0;
    padding: 20px;
    border-radius: 15px;
    color: white;
    font-size: 1rem;
    line-height: 1.6;
    backdrop-filter: blur(5px);
    border-left: 4px solid #ff6b6b;
    transition: all 0.3s ease;
}

.features-list li:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .container {
        padding: 0 10px;
    }
    
    .nav-menu {
        position: fixed;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(13, 17, 23, 0.97);
        flex-direction: column;
        padding: 20px;
        transform: translateY(-100%);
        transition: transform 0.3s ease;
        backdrop-filter: blur(10px);
    }
    
    .nav-menu.active {
        transform: translateY(0);
    }
    
    .nav-toggle {
        display: flex;
    }
    
    .nav-whatsapp {
        width: 35px !important;
        height: 35px !important;
    }
    
    .nav-whatsapp img {
        width: 20px !important;
        height: 20px !important;
        object-fit: contain !important;
    }
    
    .nav-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .nav-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .nav-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
    
    .nav-whatsapp {
        width: 30px !important;
        height: 30px !important;
    }
    
    .nav-whatsapp img {
        width: 18px !important;
        height: 18px !important;
        object-fit: contain !important;
    }
    
    .company-info-content h1 {
        font-size: 2rem;
    }
    
    .company-stats {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .stat-block {
        width: 100%;
        max-width: 200px;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .features-list li {
        padding: 15px;
        font-size: 0.9rem;
    }
    
    /* WhatsApp Logosu Mobil */
    .whatsapp-simple {
        top: 15px;
        left: 15px;
    }
    
    .whatsapp-logo-simple {
        width: 60px;
        height: 60px;
    }
    
    .whatsapp-image {
        width: 40px;
        height: 40px;
    }
    
}

@media (max-width: 480px) {
    .company-info {
        margin: 10px 5px;
        padding: 30px 15px;
    }
    
    .company-info-content h1 {
        font-size: 1.8rem;
    }
    
    .company-info-content p {
        font-size: 1rem;
    }
    
    .features-turkish, .features-english {
        margin: 10px 5px;
        padding: 30px 15px;
    }
    
    .section-title {
        font-size: 1.3rem;
    }
    
    .features-list li {
        padding: 12px;
        font-size: 0.85rem;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
    
    /* WhatsApp Logosu Küçük Mobil */
    .whatsapp-simple {
        top: 10px;
        left: 10px;
    }
    
    .whatsapp-logo-simple {
        width: 54px;
        height: 54px;
    }
    
    .whatsapp-image {
        width: 36px;
        height: 36px;
    }
}

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

.company-info, .features-turkish, .features-english {
    animation: fadeInUp 0.8s ease-out;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Gelişmiş Hover Efektleri */
.nav-link, .lang-btn {
    position: relative;
    overflow: hidden;
}

/* Gelişmiş Gölge Efektleri */
.company-info, .features-turkish, .features-english, .stat-block {
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Gelişmiş Gradient Efektleri */
.features-list li {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.features-list li:hover {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.2) 0%, rgba(255, 107, 107, 0.1) 100%);
}

/* Gelişmiş Typography */
.company-info-content h1 {
    background: linear-gradient(45deg, #ff6b6b, #ffd93d, #6bcf7f, #4d9de0);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease infinite;
}

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

/* Gelişmiş Responsive Grid */
@media (min-width: 769px) {
    .company-stats {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
        max-width: 600px;
        margin: 30px auto 0;
    }
}

/* Gelişmiş Touch Friendly */
@media (hover: none) and (pointer: coarse) {
    .nav-link, .lang-btn {
        min-height: 44px;
        min-width: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .features-list li {
        padding: 20px;
        margin: 20px 0;
    }
}

/* Gelişmiş Accessibility */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Gelişmiş Dark Mode Support */
@media (prefers-color-scheme: dark) {
    body {
        background: linear-gradient(135deg, #0f1419 0%, #1a2332 100%);
    }
}


/* Basit WhatsApp Logosu - Sol Üst Köşe */
.whatsapp-simple {
    position: fixed !important;
    top: 20px !important;
    left: 20px !important;
    z-index: 99999 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.whatsapp-logo-simple {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    background: #25D366 !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 50% !important;
    box-shadow: 0 1px 6px rgba(37, 211, 102, 0.4) !important;
    transition: all 0.3s ease !important;
    animation: whatsappPulse 2s infinite !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
}

.whatsapp-logo-simple:hover {
    background: #128C7E;
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
    color: white;
    text-decoration: none;
}

.whatsapp-image {
    width: 16px !important;
    height: 16px !important;
    object-fit: contain;
    filter: brightness(0) invert(1);
    display: block !important;
}

/* WhatsApp Animasyonları */
@keyframes whatsappPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes whatsappIcon {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(10deg);
    }
}


/* Gelişmiş Print Styles */
@media print {
    .lang-topbar, .navbar, .whatsapp-simple {
        display: none;
    }
    
    body {
        background: white;
        color: black;
    }
    
    .company-info, .features-turkish, .features-english {
        background: white;
        box-shadow: none;
        border: 1px solid #ddd;
    }
}

/* WhatsApp Logosu - En Güçlü Kurallar - Sol Üst */
div.whatsapp-simple {
    position: fixed !important;
    top: 20px !important;
    left: 20px !important;
    z-index: 999999 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    transform: none !important;
    bottom: auto !important;
    right: auto !important;
    width: auto !important;
    height: auto !important;
}

a.whatsapp-logo-simple {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 72px !important;
    height: 72px !important;
    background: #25D366 !important;
    border-radius: 50% !important;
    text-decoration: none !important;
    box-shadow: 0 3px 18px rgba(37, 211, 102, 0.4) !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
}

img.whatsapp-image {
    width: 48px !important;
    height: 48px !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
}

/* Navigasyon WhatsApp Logosu - En Güçlü Kurallar */
a.nav-whatsapp {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    background: #25D366 !important;
    border-radius: 50% !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(37, 211, 102, 0.3) !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 10 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
}

a.nav-whatsapp img {
    width: 24px !important;
    height: 24px !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    object-fit: contain !important;
}

/* Server List Styles */
.servers {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    margin: 20px 15px;
    padding: 40px 20px;
}

.serverlist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.serverlist-group {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.serverlist-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.serverlist-badge.pro {
    background: linear-gradient(135deg, #4CAF50, #45a049);
    color: white;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.serverlist-badge.diamond {
    background: linear-gradient(135deg, #E91E63, #C2185B);
    color: white;
    box-shadow: 0 4px 15px rgba(233, 30, 99, 0.3);
}

.serverlist-badge.platinum {
    background: linear-gradient(135deg, #FF9800, #F57C00);
    color: white;
    box-shadow: 0 4px 15px rgba(255, 152, 0, 0.3);
}

.serverlist-badge.vsplus {
    background: linear-gradient(135deg, #2196F3, #1976D2);
    color: white;
    box-shadow: 0 4px 15px rgba(33, 150, 243, 0.3);
}

.serverlist-badge.vs {
    background: linear-gradient(135deg, #9C27B0, #7B1FA2);
    color: white;
    box-shadow: 0 4px 15px rgba(156, 39, 176, 0.3);
}

.badge-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

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

.serverlist li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 15px;
    margin: 8px 0;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.serverlist li:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
    border-left-color: #ff6b6b;
}

.serverlist li img {
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.serverlist li b {
    color: white;
    font-weight: 600;
    flex: 1;
}

.serverlist li a {
    color: #ff6b6b;
    text-decoration: none;
    padding: 5px 12px;
    background: rgba(255, 107, 107, 0.1);
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 107, 107, 0.3);
}

.serverlist li a:hover {
    background: rgba(255, 107, 107, 0.2);
    transform: scale(1.05);
}

.serverlist li .offline {
    color: #ff6b6b;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 12px;
    background: rgba(255, 107, 107, 0.1);
    border-radius: 15px;
    border: 1px solid rgba(255, 107, 107, 0.3);
}

/* Responsive Server List */
@media (max-width: 768px) {
    .serverlist-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 20px 10px;
    }
    
    .serverlist-group {
        padding: 15px;
    }
    
    .serverlist li {
        padding: 10px 12px;
        gap: 12px;
    }
    
    .serverlist li img {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 480px) {
    .servers {
        margin: 10px 5px;
        padding: 30px 15px;
    }
    
    .serverlist-group {
        padding: 12px;
    }
    
    .serverlist li {
        padding: 8px 10px;
        gap: 10px;
        font-size: 14px;
    }
    
    .serverlist li img {
        width: 28px;
        height: 28px;
    }
}

/* Pricing Styles */
.pricing {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    margin: 20px 15px;
    padding: 40px 20px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.pricing-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.pricing-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.pricing-header {
    text-align: center;
    margin-bottom: 20px;
}

.pricing-header h3 {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 10px 0;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.pricing-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-body li {
    color: rgba(255, 255, 255, 0.9);
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

.pricing-body li:last-child {
    border-bottom: none;
}

.price {
    color: #ff6b6b;
    font-weight: bold;
    float: right;
}

.pricing-note {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 15px;
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    text-align: center;
}

.pricing-note i {
    color: #ff6b6b;
    margin-right: 8px;
}

/* Pricing Table Show/Hide */
.pricing-table {
    display: none;
}

.pricing-table.show {
    display: block;
}

/* Footer Styles */
footer {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    margin: 20px 15px;
    padding: 40px 20px;
    color: white;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.footer-section h4 {
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.footer-section p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 10px;
}

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

.footer-logo span {
    color: white;
    font-size: 1.3rem;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: #ff6b6b;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
}

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

.footer-bottom p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin: 0;
}

/* Info Section Styles */
.info-section {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    margin: 20px 15px;
    padding: 40px 20px;
}

.info-title {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 0 0 15px rgba(255, 107, 107, 0.5);
}

.package-panel {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.3s ease;
}

.package-panel:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.package-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    flex-shrink: 0;
}

.package-panel h3 {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.package-panel p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0;
    font-size: 14px;
}

/* Company Info Title */
.company-info-content h2 {
    color: #ff6b6b;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 0 0 20px rgba(255, 107, 107, 0.5);
}

/* Features Grid Styles */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.feature-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.feature-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
}

.feature-icon i {
    color: white;
    font-size: 24px;
}

.feature-title {
    color: white;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.feature-desc {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 14px;
    margin: 0;
}

/* Button Styles */
.btn {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn:hover {
    background: linear-gradient(135deg, #ee5a52, #e74c3c);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
    color: white;
    text-decoration: none;
}

.btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(255, 107, 107, 0.3);
}

.btn-primary {
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #ee5a52, #e74c3c);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
}

.btn-large {
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 30px;
}

.tab-btn {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 2px solid transparent;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    margin: 0 5px;
    backdrop-filter: blur(5px);
}

.tab-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.tab-btn.active {
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    border-color: #ff6b6b;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}

/* Pricing Tabs */
.pricing-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

/* Form Buttons */
.contact-form .btn,
.register-form .btn {
    width: 100%;
    margin-top: 20px;
}

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

.btn:active::before {
    width: 300px;
    height: 300px;
}

/* Responsive Buttons */
@media (max-width: 768px) {
    .btn {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .btn-large {
        padding: 12px 25px;
        font-size: 14px;
    }
    
    .tab-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
    
    .pricing-tabs {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pricing-card {
        padding: 15px;
    }
    
    .pricing-header h3 {
        font-size: 1.3rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .package-panel {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .package-icon {
        width: 50px;
        height: 50px;
        margin: 0 auto;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .feature-card {
        padding: 20px;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
    }
    
    .feature-icon i {
        font-size: 20px;
    }
    
    .feature-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .btn {
        padding: 8px 16px;
        font-size: 12px;
    }
    
    .btn-large {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .tab-btn {
        padding: 6px 12px;
        font-size: 12px;
    }
}

/* Additional Inline Styles - Moved from HTML */
body {
    background: #2c2c2c !important;
    background-color: #2c2c2c !important;
}
html {
    background: #2c2c2c !important;
    background-color: #2c2c2c !important;
}
* {
    background-color: transparent !important;
}
body * {
    background-color: transparent !important;
}

/* Button Styles - Inline */
.btn {
    display: inline-block !important;
    padding: 12px 24px !important;
    background: linear-gradient(135deg, #ff6b6b, #ee5a52) !important;
    color: white !important;
    text-decoration: none !important;
    border: none !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.btn:hover {
    background: linear-gradient(135deg, #ee5a52, #e74c3c) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4) !important;
    color: white !important;
    text-decoration: none !important;
}

.btn-large {
    padding: 15px 30px !important;
    font-size: 16px !important;
    border-radius: 30px !important;
}

.tab-btn {
    padding: 10px 20px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: white !important;
    border: 2px solid transparent !important;
    border-radius: 20px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 500 !important;
    margin: 0 5px !important;
    backdrop-filter: blur(5px) !important;
}

.tab-btn:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-2px) !important;
}

.tab-btn.active {
    background: linear-gradient(135deg, #ff6b6b, #ee5a52) !important;
    border-color: #ff6b6b !important;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3) !important;
}

.pricing-tabs {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-bottom: 30px !important;
}

/* Pricing Styles */
.pricing {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 20px !important;
    margin: 20px 15px !important;
    padding: 40px 20px !important;
}

.pricing-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px !important;
    margin-top: 30px !important;
}

.pricing-card {
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 15px !important;
    padding: 20px !important;
    backdrop-filter: blur(5px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s ease !important;
}

.pricing-card:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    transform: translateY(-5px) !important;
}

.pricing-header {
    text-align: center !important;
    margin-bottom: 20px !important;
}

.pricing-header h3 {
    color: white !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
    margin: 10px 0 !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3) !important;
}

.pricing-body ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.pricing-body li {
    color: rgba(255, 255, 255, 0.9) !important;
    padding: 8px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    font-size: 14px !important;
}

.pricing-body li:last-child {
    border-bottom: none !important;
}

.price {
    color: #ff6b6b !important;
    font-weight: bold !important;
    float: right !important;
}

.pricing-note {
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px !important;
    padding: 15px !important;
    margin-top: 30px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px !important;
    text-align: center !important;
}

.pricing-note i {
    color: #ff6b6b !important;
    margin-right: 8px !important;
}

/* Pricing Table Show/Hide */
.pricing-table {
    display: none !important;
}

.pricing-table.show {
    display: block !important;
}

/* Footer Styles */
footer {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 20px !important;
    margin: 20px 15px !important;
    padding: 40px 20px !important;
    color: white !important;
}

.footer-content {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 30px !important;
    margin-bottom: 30px !important;
}

.footer-section h4 {
    color: white !important;
    font-size: 1.2rem !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3) !important;
}

.footer-section p {
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.6 !important;
    margin-bottom: 10px !important;
}

.footer-logo {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 15px !important;
}

.footer-logo span {
    color: white !important;
    font-size: 1.3rem !important;
    font-weight: bold !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3) !important;
}

.social-links {
    display: flex !important;
    gap: 15px !important;
}

.social-links a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    color: white !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.social-links a:hover {
    background: #ff6b6b !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4) !important;
}

.footer-bottom {
    text-align: center !important;
    padding-top: 20px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 14px !important;
    margin: 0 !important;
}

/* Info Section Styles */
.info-section {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 20px !important;
    margin: 20px 15px !important;
    padding: 40px 20px !important;
}

.info-title {
    color: white !important;
    font-size: 2rem !important;
    font-weight: bold !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    text-shadow: 0 0 15px rgba(255, 107, 107, 0.5) !important;
}

.package-panel {
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 15px !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
    backdrop-filter: blur(5px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 20px !important;
    transition: all 0.3s ease !important;
}

.package-panel:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    transform: translateY(-5px) !important;
}

.package-icon {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain !important;
    flex-shrink: 0 !important;
}

.package-panel h3 {
    color: white !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3) !important;
}

.package-panel p {
    color: rgba(255, 255, 255, 0.9) !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    font-size: 14px !important;
}

/* Company Info Title - H1 için stil (SEO optimizasyonu) */
.company-info-content h1,
.company-info-content h2 {
    color: #ff6b6b !important;
    font-size: 2.5rem !important;
    font-weight: bold !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    text-shadow: 0 0 20px rgba(255, 107, 107, 0.5) !important;
}

/* Features Grid Styles */
.features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px !important;
    margin-top: 30px !important;
}

.feature-card {
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 15px !important;
    padding: 25px !important;
    text-align: center !important;
    backdrop-filter: blur(5px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s ease !important;
}

.feature-card:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
}

.feature-icon {
    width: 60px !important;
    height: 60px !important;
    background: linear-gradient(135deg, #ff6b6b, #ee5a52) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 20px !important;
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3) !important;
}

.feature-icon i {
    color: white !important;
    font-size: 24px !important;
}

.feature-title {
    color: white !important;
    font-size: 1.3rem !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3) !important;
}

.feature-desc {
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.6 !important;
    font-size: 14px !important;
    margin: 0 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .pricing-tabs {
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    
    .pricing-card {
        padding: 15px !important;
    }
    
    .pricing-header h3 {
        font-size: 1.3rem !important;
    }
    
    .footer-content {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .package-panel {
        flex-direction: column !important;
        text-align: center !important;
        gap: 15px !important;
    }
    
    .package-icon {
        width: 50px !important;
        height: 50px !important;
        margin: 0 auto !important;
    }
    
    .features-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    
    .feature-card {
        padding: 20px !important;
    }
    
    .feature-icon {
        width: 50px !important;
        height: 50px !important;
    }
    
    .feature-icon i {
        font-size: 20px !important;
    }
    
    .feature-title {
        font-size: 1.2rem !important;
    }
}

/* Logo Dairesel Stil */
.main-ninja-logo {
    border-radius: 50% !important;
    background: transparent !important;
    object-fit: cover !important;
    border: 3px solid rgba(255, 107, 107, 0.3) !important;
    box-shadow: 0 0 20px rgba(255, 107, 107, 0.4) !important;
    transition: all 0.4s ease !important;
}

.main-ninja-logo:hover {
    border-color: rgba(255, 107, 107, 0.6) !important;
    box-shadow: 0 0 30px rgba(255, 107, 107, 0.6) !important;
    transform: scale(1.05) !important;
}

/* Nav logo içindeki tüm resimler için dairesel stil */
.nav-logo img:not(.nav-whatsapp img) {
    border-radius: 50% !important;
    background: transparent !important;
    object-fit: cover !important;
}