/* Theme Name: Jaspade Bilgisayar & Web Çözümleri Teması - Profesyonel v4.0
Author: Jaspade
Description: Google Ads odaklı, Web Tasarım paketleri entegreli, PlayStation bölümleri kaldırılmış tam sürüm.
Version: 4.0
*/

/* --- FONT VE DEĞİŞKENLER --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@600;700;800&display=swap');

:root {
    --primary: #2563eb;
    --primary-dark: #1e40af;
    --secondary: #f97316;
    --dark: #0f172a;
    --light: #f8fafc;
    --white: #ffffff;
    --whatsapp: #22c55e;
    --text-main: #334155;
    --text-muted: #64748b;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* --- GENEL SIFIRLAMA --- */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text-main);
    line-height: 1.6;
    background-color: var(--white);
    scroll-behavior: smooth;
    overflow-x: hidden;

    /* Kopyalama Koruması */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a,
button,
.hero-btn,
.float-btn,
iframe,
input,
textarea {
    -webkit-user-select: auto;
    user-select: auto;
}

h1,
h2,
h3,
h4,
.logo h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: inherit;
}

ul {
    list-style: none;
}

.container {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}

/* --- HEADER (MOBİL NUMARA KESİN ÇÖZÜM) --- */
header {
    background: var(--dark);
    color: var(--white);
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: var(--shadow-sm);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 15px;
}

.logo {
    flex-shrink: 1;
    min-width: 0;
}

.logo h1 {
    margin: 0;
    font-size: clamp(16px, 4.5vw, 22px);
    color: var(--white);
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: -0.5px;
}

.logo h1 span {
    color: var(--secondary);
}

.logo p {
    margin: 0;
    font-size: clamp(9px, 2.5vw, 11px);
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.nav-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--primary);
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: 700;
    font-size: clamp(11px, 3.5vw, 15px);
    color: #fff !important;
    white-space: nowrap !important;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.2);
}

/* --- HERO BÖLÜMÜ --- */
.hero {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(30, 58, 138, 0.85)),
        url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=1200&q=80');
    background-size: cover;
    background-position: center;
    color: var(--white);
    text-align: center;
    padding: clamp(80px, 15vw, 140px) 20px;
}

.hero h2 {
    font-size: clamp(1.8rem, 8vw, 3.2rem);
    margin-bottom: 20px;
    line-height: 1.1;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.hero p {
    font-size: clamp(1rem, 4vw, 1.25rem);
    color: #cbd5e1;
    max-width: 700px;
    margin: 0 auto 35px;
}

.hero-btn {
    background: var(--secondary);
    color: var(--white);
    padding: 12px 28px;
    font-size: clamp(12px, 3.2vw, 16px);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    white-space: nowrap !important;
    box-shadow: 0 6px 15px rgba(249, 115, 22, 0.3);
}

/* --- HİZMETLER --- */
.services {
    padding: 100px 0;
    background: var(--light);
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 2.5rem;
    color: var(--dark);
    margin-bottom: 15px;
}

.section-title .bar {
    width: 80px;
    height: 5px;
    background: var(--primary);
    margin: 0 auto;
    border-radius: 10px;
}

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

.card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: var(--shadow);
    transition: 0.4s ease;
    border: 1px solid #f1f5f9;
    text-align: center;
}

.card:hover {
    transform: translateY(-10px);
    border-color: var(--primary);
}

.card i {
    font-size: 40px;
    color: var(--primary);
    margin-bottom: 20px;
    display: inline-block;
    background: rgba(37, 99, 235, 0.05);
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
}

/* --- YENİ: PRICING (PAKETLER) BÖLÜMÜ --- */
.pricing-section {
    padding: 100px 0;
    background: var(--white);
}

.pricing-info {
    margin-top: 15px;
    color: var(--text-muted);
}

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

.price-card {
    background: var(--light);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #e2e8f0;
    transition: 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

.price-card.featured {
    border: 2px solid var(--primary);
    background: var(--white);
    transform: scale(1.05);
    box-shadow: var(--shadow-lg);
    z-index: 10;
}

.price-card.ecommerce {
    background: var(--dark);
    color: var(--white);
}

.price-card.ecommerce h3,
.price-card.ecommerce .price,
.price-card.ecommerce .price span {
    color: var(--white);
}

.badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary);
    color: white;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
}

.price {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--primary);
    margin: 20px 0;
}

.price span {
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--text-muted);
}

.price-card ul {
    text-align: left;
    margin-bottom: 20px;
    flex-grow: 1;
}

.price-card ul li {
    margin-bottom: 12px;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.price-card ul li::before {
    content: "✓";
    color: var(--whatsapp);
    font-weight: bold;
}

.delivery-notice {
    margin-top: 60px;
    background: #eff6ff;
    padding: 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: var(--primary-dark);
    border: 1px dashed var(--primary);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* --- MOBİL BİLGİ KUTUSU --- */
.mobile-info {
    padding: 100px 0;
    background: var(--light);
}

.content-box {
    background: var(--white);
    padding: 60px 40px;
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid #f1f5f9;
    text-align: center;
}

.content-box h2 {
    font-size: 2.2rem;
    color: var(--primary);
    margin-bottom: 25px;
}

/* --- FOOTER & MAP --- */
footer {
    background: var(--dark);
    color: #94a3b8;
    text-align: center;
    padding: 60px 0 110px;
}

/* --- SABİT BUTONLAR --- */
.float-btn {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 35px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    z-index: 9999;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.float-phone {
    left: 25px;
    background: var(--primary);
    animation: shake 6s infinite;
}

.float-wa {
    right: 25px;
    background: var(--whatsapp);
}

/* --- ANİMASYONLAR --- */
@keyframes shake {

    0%,
    90%,
    100% {
        transform: rotate(0);
    }

    92% {
        transform: rotate(-15deg);
    }

    94% {
        transform: rotate(15deg);
    }

    96% {
        transform: rotate(-15deg);
    }

    98% {
        transform: rotate(15deg);
    }
}

/* --- MOBİL ÖZEL AYARLAR --- */
@media(max-width:768px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .price-card.featured {
        transform: scale(1);
    }

    .grid {
        grid-template-columns: 1fr;
    }

    .delivery-notice {
        flex-direction: column;
        text-align: center;
    }
}

@media(max-width:400px) {
    .nav-phone {
        padding: 8px 12px;
        font-size: 11px;
    }

    .logo h1 {
        font-size: 15px;
    }
}

/* MOBİL GÖRÜNÜM KESİN DÜZELTME */
@media (max-width: 768px) {
    .pricing-grid {
        display: flex !important;
        flex-direction: column !important; /* Kartları alt alta dizer */
        gap: 30px !important;
        padding: 0 15px;
    }

    .price-card {
        width: 100% !important; /* Kartın tüm genişliği kaplamasını sağlar */
        transform: none !important; /* Öne çıkan karttaki büyütme efektini mobilde iptal eder */
        margin: 0 auto;
    }

    .price {
        font-size: 1.8rem !important; /* Mobilde fiyat yazısını biraz küçültür */
    }

    .delivery-notice {
        flex-direction: column;
        text-align: center;
        margin: 40px 15px 0;
    }
}