.service-page-wrapper {
    color: var(--text);
    background-color: var(--main-bg);
    line-height: 1.6;
}

/* --- HERO SECTION (Üst Banner) --- */
.service-hero {
    position: relative;
    /* Arka plan görseli ve üzerine %60 siyah bir katman (overlay) ekliyoruz ki yazılar okunsun */
    background-size: cover; /* Görsel alanı tamamen kaplasın */
    background-position: center; /* Görsel ortalansın */
    background-repeat: no-repeat;

    /* Metin renkleri beyaz olsun */
    color: #ffffff;

    /* Görselin yüksekliğini belirlemek için dolgu (padding) veriyoruz */
    padding: 140px 20px;

    text-align: center;
    /* Hafif modern bir dokunuş için alt köşeleri yuvarlayalım */
    margin-bottom: 60px;
}

/* Başlık ve paragrafın beyaz olduğundan emin olalım ve hafif gölge verelim */
.service-hero h1 {
    color: #ffffff !important;
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); /* Okunabilirlik gölgesi */
}

.service-hero p {
    color: rgba(255, 255, 255, 0.9) !important; /* Hafif şeffaf beyaz */
    font-size: 1.3rem;
    max-width: 700px;
    margin: 0 auto;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Mobilde yazı boyutlarını biraz küçültelim */
@media (max-width: 768px) {
    .service-hero {
        padding: 100px 20px;
    }
    .service-hero h1 {
        font-size: 2.5rem;
    }
    .service-hero p {
        font-size: 1.1rem;
    }
}

/* --- İÇERİK KONTEYNER --- */
.service-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- BÖLÜM BAŞLIKLARI --- */
.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    font-size: 2.2rem;
    color: var(--title); /* Koyu başlık rengi */
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.section-title h2::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    background-color: var(--accent); /* Vurgu rengi (Cyan) */
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

/* --- ÖZELLİK KARTLARI --- */
/* --- ÖZELLİKLER GRID (GÜNCEL - TEK SATIR & FONTAWESOME) --- */

.features-grid {
    display: grid;
    /* Masaüstünde 4 eşit kolon (Tek satır) */
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 80px;
}

.feature-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid var(--second-bg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
    border-top: 5px solid transparent;
    text-align: center; /* İkonu ve yazıyı ortalar */
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(32, 121, 131, 0.1);
    border-top: 5px solid var(--accent);
    border-color: var(--accent);
}

.feature-icon {
    font-size: 2.5rem;
    color: var(--main-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    background-color: #f4f8fb; /* İkon arkasına hafif yuvarlak fon */
    border-radius: 50%;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    background-color: var(--main-text);
    color: #fff;
    transform: rotateY(180deg); /* Hoverda ikon dönsün */
}

.feature-card h3 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.25rem;
    margin-bottom: 15px;
    color: var(--title);
    font-weight: 700;
    margin-top: 24px;
}

.feature-card p {
    font-size: 0.95rem;
    color: var(--text);
    line-height: 1.5;
}

/* RESPONSIVE: Tablet ve Mobilde Tek Satır Bozulmalı */
@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr); /* Tablette 2'li sıra */
    }
}

@media (max-width: 576px) {
    .features-grid {
        grid-template-columns: 1fr; /* Mobilde alt alta */
    }
} /* --- SÜREÇ ADIMLARI --- */
.process-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
    background-color: #fff; /* Adımlar beyaz kutu içinde */
    border-radius: 20px;
    padding: 20px;
    border: 1px solid var(--second-bg);
}

.process-row:nth-child(even) {
    flex-direction: row-reverse;
}

.process-text {
    font-size: 1.2rem;
    font-weight: 400;
    flex: 1;
    padding: 40px;
}

.process-text h3 {
    color: var(--main-text);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.process-image {
    flex: 1;
    padding: 20px;
    text-align: center;
}

.process-image img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.step-number {
    font-size: 4rem;
    font-weight: 900;
    color: var(--second-bg); /* Numara silik mavi */
    line-height: 1;
    margin-bottom: -20px;
    position: relative;
    z-index: 1;
}

/* --- TEKNOLOJİLER --- */
.tech-badges {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.tech-badge {
    background: var(--second-bg); /* Arkaplan açık mavi */
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    color: var(--main-text); /* Yazı koyu turkuaz */
    border: 1px solid var(--accent);
    transition: all 0.3s ease;
}

.tech-badge:hover {
    background: var(--main-text);
    color: #fff;
}

/* --- MİNİMALİST & İŞLEVSEL FİYATLANDIRMA --- */

.pricing-section {
    padding: 60px 80px;
    background-color: #fff;
}

.pricing-limit {
    margin: 0 auto;
}

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

.pricing-header h2 {
    font-size: 2.2rem;
    color: var(--title);
    margin-bottom: 10px;
}

.pricing-header p {
    color: var(--text);
    opacity: 0.8;
}

/* GRID YAPISI */
.pricing-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    align-items: stretch; /* Kartları eşit boyda tutar */
}

/* KART TASARIMI */
.clean-card {
    background: #fff;
    border: 1px solid #eaeff5;
    border-radius: 20px;
    padding: 30px; /* İç boşluk */
    display: flex;
    flex-direction: column;
    height: 100%;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
    border-top: 5px solid var(--second-bg); /* Üst çizgi */
}

.clean-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    border-color: var(--accent);
    border-top-color: var(--accent);
}

/* KART BAŞLIK */
.card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--title);
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* FİYAT ALANI (SADELEŞTİRİLDİ) */
.card-price {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.big-price {
    display: block;
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--main-text);
    line-height: 1;
}

.price-currency {
    font-size: 1.5rem;
    vertical-align: top;
    margin-left: 2px;
}

.period-text {
    display: block;
    margin-top: 8px;
    font-size: 1rem;
    color: var(--text);
    font-weight: 600;
    opacity: 0.6;
    text-transform: uppercase;
}

/* LİSTE ALANI */
.card-features {
    flex-grow: 1; /* Boşluğu doldurup butonları aşağı iter */
    margin-bottom: 30px;
}

.card-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-features li {
    margin-bottom: 12px;
    color: var(--text);
    font-size: 0.95rem;
    display: flex;
    align-items: center;
}

.card-features li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #d1d5db;
    border-radius: 50%;
    margin-right: 12px;
}

.clean-card:hover .card-features li::before {
    background-color: var(--accent);
}

/* BUTON ALANI (ÇİFT BUTON İÇİN DÜZENLENDİ) */
.card-action {
    margin-top: auto;
    display: flex;
    flex-direction: column; /* Butonları alt alta dizer */
    gap: 10px; /* Butonlar arası boşluk */
}

/* Ortak Buton Stili */
.action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    cursor: pointer;
}

/* Arama Butonu (Outline - Çizgili) */
.btn-call {
    background-color: transparent;
    border: 2px solid var(--second-bg);
    color: var(--main-text);
}

.btn-call:hover {
    border-color: var(--main-text);
    background-color: #f8fcfd;
    color: var(--title);
}

/* WhatsApp Butonu (Dolu - Renkli) */
.btn-whatsapp {
    background-color: #25d366; /* WhatsApp Yeşili veya senin --accent rengin */
    border: 2px solid #25d366;
    color: white;
}

.btn-whatsapp:hover {
    background-color: #1ebc57;
    border-color: #1ebc57;
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp {
    background-color: var(--main-text);
    border: 2px solid var(--main-text);
    color: white;
}
.btn-whatsapp:hover {
    background-color: var(--accent);
    border-color: var(--accent);
}

.price-small {
    text-align: center;
    margin-bottom: 15px;
    color: #000000;
    font-size: 1.3rem;
}

@media (max-width: 768px) {
    .service-hero h1 {
        font-size: 2rem;
    }
    .process-row {
        flex-direction: column !important;
    }
    .process-text,
    .process-image {
        padding: 20px 0;
    }
}

.detailed-features-section {
    background-color: var(--main-bg); /* Hafif grimsi/mavi modern arka plan */
}

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

.detail-header {
    text-align: center;
    margin-bottom: 50px;
}

.detail-header h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
}

.detail-header p {
    color: #666;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
}

/* Grid Yapısı */
.features-catalog {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.catalog-group {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    border-top: 4px solid var(--primary-color, #007bff); /* Varsayılan mavi veya sitenizin ana rengi */
}

.catalog-group:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.group-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.group-icon {
    font-size: 1.8rem;
    color: var(--primary-color, #007bff);
    background: rgba(0, 123, 255, 0.1);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.group-title h3 {
    font-size: 1.3rem;
    color: #222;
    margin: 0;
    font-weight: 600;
}

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

.feature-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}

.check-icon {
    color: #28a745; /* Yeşil tik rengi */
    margin-right: 10px;
    font-weight: bold;
    min-width: 20px;
}

/* Mobil uyumluluk */
@media (max-width: 768px) {
    .features-catalog {
        grid-template-columns: 1fr;
    }
    .detail-header h2 {
        font-size: 2rem;
    }
}

.faq-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.faq-header h2 {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 10px;
    font-weight: 700;
}

.faq-header p {
    color: #666;
}

/* YENİ YAPI: İKİ BAĞIMSIZ SÜTUN */
.faq-wrapper-row {
    display: flex;
    gap: 30px; /* İki sütun arasındaki boşluk */
    align-items: flex-start; /* Yukarı hizalı başlasınlar */
}

.faq-column {
    flex: 1; /* Her iki sütun da eşit genişlikte olsun */
    display: flex;
    flex-direction: column;
    gap: 15px; /* Alt alta gelen soruların arası */
}

.accordion-item {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0 20px;
    transition: box-shadow 0.3s ease;
}

.accordion-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.accordion-button {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 0;
    text-align: left;
    font-size: 1.05rem;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
}

.accordion-button:hover {
    color: var(--primary-color, #007bff);
}

.accordion-button .icon {
    font-size: 1.5rem;
    font-weight: 300;
    color: #888;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.accordion-button.active .icon {
    transform: rotate(45deg);
    color: var(--primary-color, #007bff);
}

.accordion-button.active {
    color: var(--primary-color, #007bff);
    border-bottom: 1px solid #f0f0f0;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.accordion-content p {
    padding: 15px 0 20px 0;
    color: #555;
    line-height: 1.6;
    margin: 0;
    font-size: 0.95rem;
}

.faq-footer-action {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee; /* Sorulardan ayıran ince çizgi */
}

.faq-footer-text {
    color: #666;
    margin-bottom: 20px;
    font-size: 1rem;
}

.btn-faq-contact {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: var(--primary-color, #007bff); /* Ana renk */
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px; /* Hap şeklinde yuvarlak */
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.btn-faq-contact:hover {
    transform: translateY(-3px); /* Hafif yukarı kalkma */
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
    background-color: #0056b3; /* Hover rengi */
}

/* MOBİL UYUMLULUK */
@media (max-width: 768px) {
    .faq-wrapper-row {
        flex-direction: column;
    }
}

/* MOBİL UYUMLULUK */
@media (max-width: 768px) {
    .faq-wrapper-row {
        flex-direction: column; /* Mobilde alt alta geçsinler */
    }
}

.partners-section {
    background: #f8f9fa;
    padding: 60px 0;
    text-align: center;
    overflow: hidden; /* Taşmaları gizle */
}

.partners-header h3 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 40px;
    font-weight: 600;
}

.partners-header span {
    color: var(--primary-color, #007bff);
    font-weight: 700;
}

/* Kayan Logo Efekti İçin Wrapper */
.logos-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; /* Logolar çoksa alt satıra geçsin */
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.partner-logo {
    height: 50px; /* Logo yüksekliği standart */
    width: auto;
    transition: all 0.3s ease;
    cursor: pointer;
}

.partner-logo:hover {
    filter: grayscale(0%); /* Üzerine gelince renkli olsun */
    opacity: 1;
    transform: scale(1.1);
}

.modern-tag {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.9rem;
    color: #e0e0e0;
    backdrop-filter: blur(5px);
}

/* Butonların Kapsayıcısı */
.social-share-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Genel Buton Stili */
.social-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    color: white;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    border: none;
    cursor: pointer;
}

.social-btn:hover {
    transform: translateY(-5px);
    color: white;
    /* Link rengini koru */
}

/* WhatsApp Rengi */
.btn-whatsapp-share {
    background-color: #25d366;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

.btn-whatsapp-share:hover {
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
    background-color: #20bd5a;
}

/* Facebook Rengi */
.btn-facebook-share {
    background-color: #1877f2;
    box-shadow: 0 4px 15px rgba(24, 119, 242, 0.4);
}

.btn-facebook-share:hover {
    box-shadow: 0 6px 20px rgba(24, 119, 242, 0.6);
    background-color: #166fe5;
}

/* Instagram Rengi (Gradient) */
.btn-instagram-share {
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    box-shadow: 0 4px 15px rgba(220, 39, 67, 0.4);
}

.btn-instagram-share:hover {
    box-shadow: 0 6px 20px rgba(220, 39, 67, 0.6);
    filter: brightness(1.1);
}

@media (max-width: 600px) {
    .social-share-grid {
        flex-direction: column;
        align-items: stretch;
        padding: 0 20px;
    }

    .social-btn {
        justify-content: center;
    }
}

.ai-zigzag-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 100px;
}

/* Mobilde alt alta gelmesi için */
@media (max-width: 992px) {
    .ai-zigzag-wrapper {
        flex-direction: column !important; /* Mobilde sırayı bozar, alt alta dizer */
        margin-bottom: 60px;
        text-align: center;
    }
    .ai-zigzag-text {
        padding: 0 !important;
    }
    .ai-zigzag-image {
        width: 100% !important;
    }
}

.ai-zigzag-wrapper.reverse {
    flex-direction: row-reverse; /* Görseli sola, yazıyı sağa alır */
}

.ai-zigzag-text {
    flex: 1;
}

.ai-zigzag-image {
    flex: 1;
    position: relative;
}

.ai-zigzag-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.ai-zigzag-image img:hover {
    transform: translateY(-10px);
}

.zigzag-number {
    font-size: 4rem;
    font-weight: 900;
    color: var(--accent);
    opacity: 0.1;
    line-height: 1;
    margin-bottom: -20px;
    display: block;
}
