/* ===================================
   MAIN CSS - Jeton Dijital
   Modüler CSS Import Sistemi
   =================================== */

/* Import Modüler CSS Dosyaları */
@import url('base.css');
@import url('layout.css');
@import url('header.css');
@import url('navigation.css');
@import url('components.css');
@import url('services.css');
@import url('service-detail.css');
@import url('map.css');
@import url('blog.css');
@import url('blog-detail.css');
@import url('pages.css');
@import url('animations.css');
@import url('utilities.css');
@import url('footer.css');
@import url('responsive.css');


/* ===================================
   SERVICE DETAIL PAGES CSS VARIABLE OVERRIDES
   =================================== */

/* Service detail sayfaları için CSS değişkenlerini override et */
html.minimal.service-detail-page {
    --bg-primary: #000000 !important;
    --bg-secondary: #0a0a0a !important;
    --gradient-secondary: linear-gradient(135deg, #000000, #1a0033, #000000) !important;
}

/* ===================================
   EK ÖZELLİKLER VE OVERRIDE'LAR
   =================================== */

/* Highlight Text */
.highlight {
    background: var(--gradient-accent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ===================================
   KAYAN KAMPANYA ŞERİDİ CSS
   =================================== */

.marquee-banner {
    background: linear-gradient(135deg, #000000, #1a0033, #000000);
    color: white;
    padding: 8px 0;
    position: relative;
    overflow: hidden;
    z-index: 1001;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.marquee-content {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: marqueeScroll 20s linear infinite;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.marquee-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-right: 80px;
    color: #ffffff;
}

.marquee-item .icon {
    color: #fbbf24;
    font-size: 16px;
    animation: pulse 2s infinite;
}

.marquee-item .highlight {
    color: #fbbf24;
    font-weight: 700;
}

.marquee-item .price-old {
    text-decoration: line-through;
    color: #94a3b8;
    margin-right: 5px;
}

.marquee-item .price-new {
    color: #10b981;
    font-weight: 800;
}

.marquee-item .discount {
    background: rgba(251, 191, 36, 0.2);
    color: #fbbf24;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    margin-left: 8px;
}

@keyframes marqueeScroll {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* Hover durumunda animasyonu durdur */
.marquee-banner:hover .marquee-content {
    animation-play-state: paused;
}

/* Responsive */
@media (max-width: 768px) {
    .marquee-banner {
        padding: 6px 0;
    }
    
    .marquee-content {
        font-size: 12px;
        animation-duration: 18s;
    }
    
    .marquee-item {
        margin-right: 60px;
    }
}

/* ===================================
   S.S.S (FAQ) CSS
   =================================== */

.faq-section {
    padding: 0 0 6rem 0;
    background: transparent;
    position: relative;
    overflow: hidden;
}

.faq-container {
    max-width: 800px;
    margin: 3rem auto 0;
}

.faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(20px);
}

.faq-item:hover {
    border-color: rgba(99, 102, 241, 0.3);
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.1);
}

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

.faq-question:hover {
    background: rgba(255, 255, 255, 0.02);
}

.faq-question h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    transition: color 0.3s ease;
}

.faq-question:hover h3 {
    color: #6366f1;
}

.faq-question i {
    color: #6366f1;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
    color: #8b5cf6;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
}

.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-answer p {
    padding: 0 1.5rem 1.5rem;
    margin: 0;
    color: #e2e8f0;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 768px) {
    .faq-container {
        margin: 2rem auto 0;
    }
    
    .faq-question {
        padding: 1.2rem;
    }
    
    .faq-question h3 {
        font-size: 1rem;
    }
    
    .faq-answer p {
        padding: 0 1.2rem 1.2rem;
        font-size: 0.9rem;
    }
}

/* ===================================
   MÜŞTERİ YORUMLARI CSS
   =================================== */

.testimonials-section {
    padding: 6rem 0 6rem 0;
    background: transparent;
    position: relative;
    overflow: hidden;
}

.testimonials-section::before {
    display: none;
}

.testimonials-badge {
    display: inline-block;
    background: linear-gradient(135deg, #29001b, #b551c2, #29001b);
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    box-shadow: 0 4px 15px rgba(206, 83, 243, 0.3);
    margin: 0 auto 1rem auto;
    display: block;
    text-align: center;
    width: fit-content;
}

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

.testimonial-card {
    background: #1a1a1a63;
    border-radius: 12px;
    padding: 0.8rem;
    border: 1px solid #333;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.testimonial-content {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    margin-bottom: 1rem;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #110b10, #1f001f, #110b10);
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(214, 214, 214, 0.3);
}

.testimonial-avatar {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 3rem;
}

.testimonial-avatar i {
    font-size: 16px;
    color: #000000;
}

.testimonial-header {
    flex: 1;
}

.testimonial-name {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.05rem;
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.verified {
    color: #3b82f6;
    font-size: 0.8rem;
}

.testimonial-title {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-bottom: 0.1rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.testimonial-company {
    font-size: 0.85rem;
    color: #fbbf24;
    font-weight: 500;
    margin-bottom: 0.01rem;
}

.testimonial-expertise {
    font-size: 0.7rem;
    color: #88528f;
    margin-bottom: 0.01rem;
}

.testimonial-rating {
    display: flex;
    gap: 0.2rem;
    margin-bottom: 0.5rem;
}

.testimonial-rating i {
    color: #fbbf24;
    font-size: 1rem;
}

.testimonial-text {
    color: #e2e8f0;
    line-height: 1.6;
    font-style: italic;
    font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 768px) {
    .testimonials-section {
        padding: 4rem 0;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .testimonial-card {
        padding: 1.5rem;
    }
}

/* ===================================
   MODERN MINIMAL KAMPANYA BANNER CSS
   =================================== */

.modern-campaign {
    padding: 4rem 0;
    background: transparent;
}

.modern-campaign .campaign-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.modern-campaign .campaign-info {
    text-align: left;
}

.modern-campaign .campaign-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #000000, #1a0033, #000000);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    box-shadow: 0 8px 25px rgba(26, 0, 51, 0.3);
    transition: all 0.3s ease;
}

.modern-campaign .campaign-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(26, 0, 51, 0.4);
}

.modern-campaign .badge-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    backdrop-filter: blur(10px);
}

.modern-campaign .badge-icon i {
    color: #fbbf24;
    font-size: 0.8rem;
}

.modern-campaign .campaign-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #e2e8f0;
    line-height: 1.2;
}

.modern-campaign .campaign-description {
    font-size: 1.1rem;
    color: #94a3b8;
    margin-bottom: 2.5rem;
    line-height: 1.6;
    max-width: 500px;
}

.modern-campaign .campaign-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.modern-campaign .feature-chip {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.03);
    color: #cbd5e1;
    padding: 0.75rem 1.25rem;
    border-radius: 25px;
    font-weight: 500;
    font-size: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.modern-campaign .feature-chip:hover {
    background: rgba(26, 0, 51, 0.15);
    border-color: rgba(26, 0, 51, 0.4);
    color: #e2e8f0;
    transform: translateY(-2px);
}

.modern-campaign .feature-chip i {
    color: #ffffff;
    font-size: 1rem;
    width: 16px;
    text-align: center;
}

.modern-campaign .campaign-pricing {
    display: flex;
    justify-content: center;
}

.modern-campaign .price-card {
    background: rgba(255, 255, 255, 0.02);
    padding: 2.5rem;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-width: 320px;
    position: relative;
    overflow: hidden;
}

.modern-campaign .price-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #000000, #1a0033, #000000);
}

.modern-campaign .price-header {
    margin-bottom: 2rem;
}

.modern-campaign .price-label {
    display: block;
    font-size: 0.9rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.modern-campaign .price-amount {
    margin-bottom: 1rem;
}

.modern-campaign .price-old {
    display: block;
    font-size: 1.25rem;
    color: #64748b;
    text-decoration: line-through;
    margin-bottom: 0.5rem;
}

.modern-campaign .price-new {
    display: block;
    font-size: 3.5rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1rem;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.modern-campaign .price-save {
    display: inline-block;
    font-size: 0.9rem;
    color: #fbbf24;
    font-weight: 600;
    background: rgba(251, 191, 36, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    border: 1px solid rgba(251, 191, 36, 0.2);
}

.modern-campaign .campaign-cta {
    margin-bottom: 2rem;
}

.modern-campaign .btn-modern {
    width: 100%;
    padding: 1.25rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 16px;
    background: linear-gradient(135deg, #000000, #1a0033, #000000);
    border: none;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(26, 0, 51, 0.4);
}

.modern-campaign .btn-modern:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(26, 0, 51, 0.5);
}

.modern-campaign .btn-modern i {
    margin-right: 0.5rem;
}

.modern-campaign .urgency-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #fbbf24;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.modern-campaign .urgency-indicator i {
    color: #f59e0b;
    animation: pulse 2s infinite;
}

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



/* Responsive */
@media (max-width: 768px) {
    .modern-campaign .campaign-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .modern-campaign .campaign-info {
        text-align: center;
    }
    
    .modern-campaign .campaign-title {
        font-size: 2.5rem;
    }
    
    .modern-campaign .campaign-description {
        margin-left: auto;
        margin-right: auto;
    }
    
    .modern-campaign .campaign-features {
        justify-content: center;
    }
    
    .modern-campaign .price-card {
        min-width: 280px;
        padding: 2rem;
    }
    
    .modern-campaign .price-new {
        font-size: 3rem;
    }
}

/* ===================================
   WHATSAPP BUTTON CSS
   =================================== */

.whatsapp-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 32px;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9999;
    border: 3px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.whatsapp-button:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 15px 35px rgba(37, 211, 102, 0.6);
    background: linear-gradient(135deg, #128C7E, #25D366);
}

.whatsapp-button:active {
    transform: translateY(-2px) scale(1.05);
}

.whatsapp-button::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(135deg, #25D366, #128C7E, #25D366);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.whatsapp-button:hover::before {
    opacity: 1;
    animation: rotate 2s linear infinite;
}

.whatsapp-button .pulse-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 2px solid #25D366;
    border-radius: 50%;
    animation: pulse-ring 2s infinite;
    opacity: 0;
}

.whatsapp-button:hover .pulse-ring {
    animation: pulse-ring 1.5s infinite;
}

.whatsapp-button .tooltip {
    position: absolute;
    right: 85px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.whatsapp-button .tooltip::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 6px solid rgba(0, 0, 0, 0.9);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.whatsapp-button:hover .tooltip {
    opacity: 1;
    visibility: visible;
    right: 90px;
    transition: all 0.2s ease;
}

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

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Responsive WhatsApp Button */
@media (max-width: 768px) {
    .whatsapp-button {
        width: 60px;
        height: 60px;
        bottom: 20px;
        right: 20px;
        font-size: 28px;
    }
    
    .whatsapp-button .tooltip {
        display: none;
    }
}

@media (max-width: 480px) {
    .whatsapp-button {
        width: 55px;
        height: 55px;
        bottom: 15px;
        right: 15px;
        font-size: 26px;
    }
}

/* Ana Sayfa Proje Kartları - Tıklanabilir Hover Efekti */
#featured-projects-grid .project-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

#featured-projects-grid .project-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 25px 50px rgba(99, 102, 241, 0.4);
    border-color: rgba(99, 102, 241, 0.6);
}

#featured-projects-grid .project-card:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%);
    z-index: 1;
    pointer-events: none;
}

#featured-projects-grid .project-image {
    height: 200px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

#featured-projects-grid .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

/* SVG görselleri için özel optimizasyon */
#featured-projects-grid .project-image img[src$=".svg"] {
    object-fit: contain;
    padding: 20px;
}

#featured-projects-grid .project-card:hover .project-image img {
    transform: scale(1.08);
    filter: brightness(1.1);
}

#featured-projects-grid .project-card:hover .project-content {
    transform: translateY(-5px);
}

#featured-projects-grid .project-card:hover .project-badge {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    transform: scale(1.1);
}

/* Ana sayfa proje meta bilgileri */
#featured-projects-grid .project-meta {
    display: flex;
    gap: 12px;
    margin: 12px 0;
    flex-wrap: wrap;
}

#featured-projects-grid .meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #cbd5e1;
    font-size: 12px;
    background: rgba(99, 102, 241, 0.1);
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid rgba(99, 102, 241, 0.2);
}

#featured-projects-grid .meta-item i {
    color: #a855f7;
    font-size: 10px;
}

/* Tıklama efekti */
#featured-projects-grid .project-card:active {
    transform: translateY(-8px) scale(0.98);
    transition: all 0.1s ease;
}

