﻿
/* ======================================================= */
/*          PÜRÜZSÜZ & PÜTÜRLÜ BÖLÜM GEÇİŞ STİLLERİ         */
/* ======================================================= */

/* 1. ADIM: Her iki bölüme de "position: relative" ekliyoruz.
   Bu, içlerindeki ::before ve ::after pseudo-elementlerini doğru konumlandırmamızı sağlar. */
.hero,
.comparison {
    position: relative;
}

    /* 2. ADIM: Her iki bölüme de pütürlü doku katmanı ekliyoruz. */
    /* ::before pseudo-elementi, arka plan ile içerik arasına girer. */
    .hero::before,
    .comparison::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* Bu uzun URL, pütürlü doku (noise) oluşturan bir SVG'dir. */
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 600 600' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
        opacity: 0.08; /* Dokunun ne kadar belirgin olacağı. Değeri artırıp azaltabilirsiniz. */
        pointer-events: none; /* Bu katmanın fare tıklamalarını engellememesi için. */
        z-index: 1;
    }

    /* 3. ADIM: İçeriklerin, doku katmanının üzerinde kalmasını sağlıyoruz. */
    .hero-content,
    .comparison .container {
        position: relative;
        z-index: 2; /* Dokunun z-index'inden (1) daha büyük olmalı. */
    }

    /* 4. ADIM: Hero bölümünün altına pürüzsüz geçiş efektini ekliyoruz. */
    /* ::after pseudo-elementi, bölümün en altına yerleşir. */
    .hero::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 150px; /* Geçişin ne kadar yüksek olacağı. */
        /* Bu gradient, alttaki bölümün rengine doğru şeffaflaşır. */
        background: linear-gradient(to bottom, transparent, var(--bg-light));
        pointer-events: none;
        z-index: 1; /* Doku ile aynı katmanda olabilir. */
    }


/* Hero Section */
.hero {
    background: linear-gradient(0deg, var(--primary-color) 0%, var(--primary-hover) 100%);
    color: #3f2f2f;
    padding: clamp(3rem, 8vw, 6rem) 0;
    text-align: center;
    overflow: hidden; /* Kenarlardan taşan efektleri gizler */
}

.hero-content {
    margin-top: 40px;
}

.hero h1 {
    font-size: clamp(2.5rem, 4vw, 4rem);
    margin-bottom: 1.5rem;
    line-height: 1.1;
    letter-spacing: 0.01em;
    font-weight: 500;
    font-style: normal;
}

.highlight {
    background: linear-gradient(65deg, #fb4e4e 15.91%, #fb934e 39.77% 39.77%, #d4fb4e 63.63%, #4efb60 115%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
    font-weight: 500;
    font-style: italic;
}

.hero p {
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    margin-bottom: 2.5rem;
    opacity: 0.95;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    line-height: 1.1;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-black {
    background: var(--bg-dark);
    color: white;
    border: 1px solid var(--bg-dark);
}

    .btn-black:hover {
        background: #333;
        transform: translateY(-2px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    }

.btn-outline {
    background: transparent;
    color: white;
    border: 2px solid white;
}

    .btn-outline:hover {
        background: white;
        color: var(--primary-color);
    }

/* Comparison Section */
.comparison {
    padding: clamp(3rem, 8vw, 6rem) 0;
    background: var(--bg-light);
    overflow: hidden; /* Kenarlardan taşan efektleri gizler */
}

.section-title {
    text-align: center;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--text-color);
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.section-subtitle {
    text-align: center;
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    color: var(--text-light);
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.comparison-container {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-heavy);
    position: relative;
}

.comparison-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
    user-select: none;
}

.comparison-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.comparison-after {
    clip-path: inset(0 50% 0 0);
    /* Tarayıcıya bu özelliğin değişeceğini önceden bildirerek optimizasyon yapmasını sağlar */
    will-change: clip-path;
}

.comparison-handle {
    position: absolute;
    top: 0;
    /* YENİ: Pozisyonu `left` ile kontrol edeceğiz, merkezlemeyi `transform` ile. */
    left: 50%; /* Başlangıç pozisyonu %50 */

    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, white, #f0f0f0, white);
    cursor: col-resize;
    /* DÜZELTME: Transform'u SADECE handle'ı kendi genişliğine göre ortalamak için kullanıyoruz. */
    transform: translateX(-50%);
    will-change: left; /* Artık 'left' özelliğinin değişeceğini bildiriyoruz */
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 20px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

    .comparison-handle::before,
    .comparison-handle::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 40px;
        height: 40px;
        background: white;
        border-radius: 50%;
        border: 2px solid var(--primary-color);
        box-shadow: var(--shadow-medium);
    }

    .comparison-handle::after {
        content: '↔';
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: bold;
        color: var(--primary-color);
        background: white;
    }

.comparison-label {
    position: absolute;
    bottom: 20px;
    padding: 0.45rem 1rem;
    border-radius: 5px;
    font-weight: 700;
    color: white;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    backdrop-filter: blur(10px);
    z-index: 5;
}

.label-before {
    left: 20px;
    background: linear-gradient(135deg, rgb(174 22 22), rgb(225 105 105));
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.4);
}

.label-after {
    right: 20px;
    background: linear-gradient(135deg, #10b981, #44ebb7);
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
}

.comparison-instructions {
    text-align: center;
    margin-top: 2rem;
    color: var(--text-light);
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}



/* How It Works */
.how-it-works-section {
    padding: clamp(3rem, 8vw, 6rem) 0;
    background-color: var(--bg-light); /* Arka plan rengi */
}

    .how-it-works-section .section-header {
        text-align: center;
        margin-bottom: 3rem;
    }

.how-it-works-grid {
    display: grid;
    /* ESKİ: grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: 1fr auto 1fr; /* YENİ: Kartlar esnek, ok kendi genişliğinde */
    gap: 2rem;
    align-items: stretch; /* Kartların aynı yükseklikte olmasını sağlar */
}

.how-it-works-card {
    border-radius: 8px;
    padding: 2rem;
    transition: all 0.3s ease;
}

    .how-it-works-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 50px rgb(23 0 255 / 15%);
    }

    .how-it-works-card h3 {
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .how-it-works-card p {
        color: var(--text-light);
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 1.5rem;
        min-height: 3rem; /* Paragrafların aynı hizada durması için */
    }

    .how-it-works-card .image-container {
        width: 100%;
        aspect-ratio: 3 / 4; /* Resimlerin dikey oranını korur */
        border-radius: var(--border-radius);
        overflow: hidden;
        background-color: #f0f0f0; /* Resim yüklenene kadar görünen renk */
    }

        .how-it-works-card .image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* Resmin konteynere tam sığmasını sağlar */
        }

.step-connector {
    display: flex;
    flex-direction: column;
    justify-content: center; /* İçeriği dikeyde ortala */
    align-items: center; /* İçeriği yatayda ortala */
    padding: 0 1rem; /* Okun kenarlara yapışmasını engelle */
}

.connector-text {
    text-align: center;
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
    box-shadow: var(--shadow-light);
}

    .connector-text h3 {
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .connector-text p {
        color: var(--text-light);
        font-size: 0.9rem;
        margin: 0;
        min-height: 0; /* Paragraf yüksekliğini sıfırla */
    }

.connector-arrow {
    width: 100%;
}

    .connector-arrow svg {
        width: 100%;
        height: 30px; /* Okun yüksekliği */
        color: var(--primary-color);
        animation: point-right 2s ease-in-out infinite;
    }

@keyframes point-right {
    0% {
        transform: translateX(0);
        opacity: 0.7;
    }

    50% {
        transform: translateX(10px);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 0.7;
    }
}

.middle-card {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Metin ve oku dikeyde ortalar */
    text-align: center; /* Metni yatayda ortalar */
}

.arrow-container {
    flex-grow: 1; /* Kalan tüm boşluğu kapla */
    display: flex;
    align-items: center; /* Oku dikeyde kendi alanında ortala */
    justify-content: center; /* Oku yatayda ortala */
    margin-top: 1.5rem; /* Üstteki metinden boşluk bırak */
}

    .arrow-container svg {
        width: 64px; /* Okun boyutu */
        height: 64px;
        color: var(--primary-color); /* Ana renginizi kullanır */
        /* Oku dikkat çekici hale getiren hafif animasyon */
        animation: point-right 2s ease-in-out infinite;
    }

/* Sağdaki Otomatik Geçişli Fotoğraflar için Özel Stiller */
.rotating-image-container {
    position: relative;
}

.rotating-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    /* İstenen "sade geçiş" efekti */
    transition: opacity 0.8s ease-in-out;
}

    .rotating-image.active {
        opacity: 1; /* Sadece aktif olan fotoğraf görünür olacak */
    }


/* Features */
.features {
    padding: clamp(3rem, 8vw, 6rem) 0;
    /* İstenildiği gibi, arka planı ana sayfa rengiyle aynı yapıyoruz */
    background-color: var(--bg-color);
}

    .features .section-header {
        text-align: center;
        margin-bottom: 4rem;
    }


.feature-list {
    display: flex;
    flex-direction: column;
    gap: 2rem; /* Her özellik satırı arası boşluğu artırdık, daha ferah durur */
}

.feature-row {
    display: flex;
    align-items: center;
    gap: 4rem; /* Resim ve metin arası boşluğu artırdık */
    border-radius: 25px;
    padding: 1.5rem;
    background-color: #afaeb433;
}

    .feature-row.reverse {
        flex-direction: row-reverse;
    }

.feature-image-wrapper {
    flex: 1; /* Satırın yarısını kaplar */
    border-radius: 10px;
    overflow: hidden;
    max-width: 29rem;
    transition: none;
    box-shadow: var(--shadow-medium); /* Resme hafif bir derinlik katmak için gölgeyi korudum. İstemezseniz bu satırı silebilirsiniz. */
}

    .feature-image-wrapper img {
        width: 100%;
        display: block;
        aspect-ratio: 4 / 3; /* Kompakt ve estetik bir oran */
        object-fit: cover;
    }

.feature-text-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .feature-text-content h3 {
        background: linear-gradient(45deg, #00afff, hsl(263.08deg 100% 32.99%));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-shadow: none;
        font-weight: 700;
        font-style: italic;
        font-size: 2rem;
        margin-bottom: 1rem;
    }

.feature-text-content p {
    color: var(--text-light);
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2rem; /* Butonla arasında boşluk bırakmak için */
    max-width: 500px;
}

/* YENİ: "Hemen Kullan" Butonu Stili */
.feature-action-btn {
    background-color: #b1a208;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    background: linear-gradient(45deg, #8621a1, #00afff);
    transition: transform 3s ease-in-out 0s;
}
    .feature-action-btn:hover {
        background: linear-gradient(45deg, #5d166f, #0088c6);
        transform: translateY(0);
        box-shadow: none;
    }

/* Alttaki "Call to Action" kutusu (stilleri koruyoruz) */
.bottom-cta-box {
    text-align: center;
    margin-top: 5rem;
    background: var(--bg-light);
    padding: 2.5rem;
    border-radius: var(--border-radius-lg);
}

/* Alttaki "Call to Action" kutusu */
.bottom-cta-box {
    text-align: center;
    margin-top: 4rem;
    background: var(--bg-color);
    padding: 2.5rem;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-medium);
    border: 1px solid var(--border-color);
}

    .bottom-cta-box h3 {
        margin-bottom: 1rem;
        font-size: 1.5rem;
        font-weight: 700;
    }

    .bottom-cta-box p {
        color: var(--text-light);
        margin-bottom: 1.5rem;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }

/* Social Proof */
.social-proof {
    padding: clamp(3rem, 8vw, 6rem) 0;
    background: white;
}

.metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.metric {
    color: black;
    padding: 1.5rem;
    border-radius: 8px;
    text-align: center;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 50px rgb(0 0 0 / 15%);
}

    .metric::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
        transform: rotate(45deg) translateX(-100%);
        transition: transform 0.8s ease;
    }

    .metric:hover::before {
        transform: rotate(45deg) translateX(100%);
    }

    .metric:hover {
        transform: scale(1.05) translateY(-5px);
    }

.metric-number {
    font-size: clamp(2.5rem, 5vw, 3rem);
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 2;
}

.metric p {
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

/* Dış Konteyner: Galerinin sınırlarını belirler ve taşan kısımları gizler */
.testimonials-container {
    max-width: 100%;
    overflow: hidden;
    padding: 1rem 0;
    padding-bottom: 4rem;
    position: relative;
}

/* İç Şerit: Tüm kartları yan yana tutar ve animasyonu bu şeride uygularız */
.testimonials-track {
    display: flex; /* Kartları yan yana dizer */
    gap: 1.5rem; /* Kartlar arası boşluk */
    width: fit-content; /* İçeriği kadar genişle */
    /* Sonsuz kayma animasyonu SÜRESİNİ GÜNCELLE */
    animation: scroll-left 60s linear infinite; /* 30s'den 60s'ye çıkarıldı */
}

/* Fare üzerine gelince animasyonu durdur */
.testimonials-container:hover .testimonials-track {
    animation-play-state: paused;
}

/* Soldan sağa kayma animasyonunun tanımı */
@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        /* Kartların toplam genişliğinin yarısı kadar sola kaydır.
           Eğer 3 kartınız varsa ve bunları kopyaladıysanız, bu pürüzsüz bir döngü yaratır. */
        transform: translateX(-50%);
    }
}

/* Tek bir yorum kartının stili */
.testimonial {
    width: 450px; /* Kartların genişliği sabit */
    flex-shrink: 0; /* Kartların daralmasını engelle */
    background-color: var(--bg-color);
    border-radius: var(--border-radius-lg);
    padding: 1rem;
    box-shadow: var(--shadow-medium);
    display: flex;
    flex-direction: column; /* İçeriği dikeyde düzenle */
    transition: var(--transition);
}

    .testimonial:hover {
        box-shadow: var(--shadow-heavy);
    }

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem; /* Metinden önce boşluk */
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info h4 {
    font-weight: 600;
    margin-bottom: 0.2rem;
    color: var(--text-color);
}

.author-info p {
    color: var(--text-light);
    font-size: 0.85rem;
}

.testimonial-content {
    font-style: italic;
    color: var(--text-color);
    font-size: 0.75rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
    flex-grow: 1;
}

.stars {
    display: flex;
    justify-content: center;
    color: #fbbf24;
    font-size: 1.5rem;
}


/* Kenarlara yumuşak bir karartma efekti ekleyerek estetiği artırma */
.testimonials-container::before,
.testimonials-container::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100px; /* Karartma genişliği */
    z-index: 2;
    pointer-events: none;
}

.testimonials-container::before {
    left: 0;
    background: linear-gradient(to right, var(--bg-light), transparent);
}

.testimonials-container::after {
    right: 0;
    background: linear-gradient(to left, var(--bg-light), transparent);
}

/* FAQ */
.faq {
    padding: clamp(3rem, 8vw, 6rem) 0;
    background: var(--bg-light);
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    margin-bottom: 1rem;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow-light);
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

    .faq-item:hover {
        border-color: rgba(27, 23, 255, 0.2);
    }

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 1.5rem;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition);
    color: var(--text-color);
}

    .faq-question:hover {
        background: var(--bg-light);
    }

.faq-answer {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

    .faq-answer.active {
        max-height: 200px;
        padding: 0 1.5rem 1.5rem;
    }

    .faq-answer p {
        color: var(--text-light);
        line-height: 1.7;
    }

.faq-icon {
    transition: transform 0.3s ease;
    color: var(--primary-color);
}

    .faq-icon.active {
        transform: rotate(180deg);
    }

/* Final CTA */
.final-cta {
    background: var(--bg-dark);
    color: white;
    padding: clamp(3rem, 8vw, 6rem) 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .final-cta::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(45deg, var(--primary-color) 0%, var(--primary-hover) 100%);
        opacity: 0.1;
    }

.final-cta-content {
    position: relative;
    z-index: 2;
}

.final-cta h2 {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.gradient-text {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-hover));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.final-cta p {
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    opacity: 0.9;
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-top: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.benefit {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #e5e7eb;
    font-weight: 500;
}

.check-icon {
    color: #10b981;
    font-size: 1.2rem;
    font-weight: bold;
}

.final-stats {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid #374151;
}

.final-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2rem;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.final-stat-number {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: white;
}

.final-stat-label {
    color: #9ca3af;
    font-size: 0.9rem;
}

@media (max-width: 992px) {
    /* Ana grid yapısını tek sütuna çevir */
    .how-it-works-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem; /* Kartlar arası boşluğu ayarla */
    }

    .how-it-works-card p {
        min-height: auto; /* Tek sütunda hizalama gereksiz */
    }

    /* ------------------------------------------- */
    /*               YENİ MOBİL OK DÜZENİ            */
    /* ------------------------------------------- */

    /* 1. Ok ve metin kutusunu tekrar görünür yap */
    .step-connector {
        display: flex;
        flex-direction: row;
        padding: 1rem 0;
        height: 200px;
    }

    /* 2. Metin kutusunu flex container yap */
    .connector-text {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1.5rem; /* Başlık ve paragraf arası boşluk */
        margin-left: 4rem;
        margin-bottom: 1.5rem; /* Ok ile arası boşluk */
        padding: 0;
        text-align: inherit; /* text-align: center kuralını sıfırla */
        box-shadow: none; /* Mobilde gölgeyi kaldır */
    }

        /* 3. Başlığı sola, paragrafı sağa hizala */
        .connector-text h3 {
            text-align: left;
            flex-basis: 45%; /* Alanın %45'ini kapla */
            margin: 0;
        }

        .connector-text p {
            display: none;
        }
    .connector-arrow {
        width: 100%;
        margin-right: 5rem;
        margin-bottom: 1rem;
    }

    /* 4. Yatay oku dikey oka çevir ve animasyon ekle */
    .connector-arrow svg {
        transform: rotate(90deg); /* Oku 90 derece döndürerek aşağıyı göstermesini sağla */
        height: 30px; /* Dikeyde daha belirgin olsun */
        animation: point-down 2s ease-in-out infinite; /* Yeni dikey animasyonu kullan */
    }

    /* 5. Aşağı doğru salınım animasyonunu tanımla */
    /* (Bu @keyframes kuralı zaten varsa, tekrar eklemenize gerek yok) */
    @keyframes point-down {
        0% {
            transform: translateY(0) rotate(90deg);
            opacity: 0.7;
        }

        50% {
            transform: translateY(10px) rotate(90deg);
            opacity: 1;
        }

        100% {
            transform: translateY(0) rotate(90deg);
            opacity: 0.7;
        }
    }

    /* Mobilde ortalama davranışını sıfırla ki diğer kartlarla aynı hizada dursun */
    .middle-card {
        justify-content: flex-start;
        text-align: left; /* Diğer kartlarla hizalı olsun */
    }

        .middle-card p {
            min-height: auto !important; /* Diğer kartların paragraflarıyla aynı yükseklikte olmasını zorlama */
        }
}

@media (max-width: 768px) {
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

        .hero-buttons .btn {
            width: 100%;
            max-width: 280px;
        }

    .hero-stats {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .steps {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .feature-list {
        gap: 4rem;
    }

    .feature-row,
    .feature-row.reverse {
        flex-direction: column; /* Mobilde her şeyi alt alta diz (resim üstte, metin altta) */
        text-align: center;
        gap: 2rem;
    }

    .feature-text-content {
        display: flex;
        flex-direction: column;
        align-items: center; /* Mobilde metin ve ikonu ortala */
    }

    .metrics {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .testimonials {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .benefits {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .final-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .comparison-wrapper {
        padding-bottom: 75%; /* More square aspect ratio for mobile */
    }

    .comparison-label {
        bottom: 10px;
        left: 10px;
        right: auto;
        padding: 0.5rem 0.75rem;
        font-size: 0.8rem;
    }

    .label-after {
        left: auto;
        right: 10px;
    }

    .step {
        padding: 2rem;
    }

    .metric {
        padding: 2rem;
    }

    .testimonial {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 4rem 0;
    }

    .comparison, .how-it-works, .features, .social-proof, .faq, .final-cta {
        padding: 4rem 0;
    }

    .comparison-handle {
        width: 3px;
    }

        .comparison-handle::before,
        .comparison-handle::after {
            width: 35px;
            height: 35px;
        }

        .comparison-handle::after {
            font-size: 14px;
        }

    .final-stats-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}


/* Animasyon Öncesi Durum: Elemanları gizle ve animasyona hazırla */
.step, .feature-card, .testimonial, .metric, .faq-item {
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

    /* Animasyon Sınıfı Eklendiğinde: Elemanları görünür yap */
    .step.fade-in-up,
    .feature-card.fade-in-up,
    .testimonial.fade-in-up,
    .metric.fade-in-up,
    .faq-item.fade-in-up {
        opacity: 1;
        transform: translateY(0);
    }
