/* ═══════════════════════════════════════════════════════
   about.css — Qoodly Hakkımızda Sayfası
   Anasayfa (style.css) ile aynı tasarım dili:
   - Aynı renk paleti (coral/orange gradient, beyaz/açık bg)
   - Aynı font ailesi (Outfit, Open Sans)
   - Aynı kart ve section yapısı
   ═══════════════════════════════════════════════════════ */

/* ─── LAYOUT CONTAINER ───────────────────────────────── */
.ab-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

.ab-container--narrow {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

/* ─── SECTION SHARED ─────────────────────────────────── */
.ab-section {
    padding: var(--spacing-xxl) 0;
}

/* Section label — aynı .section-subtitle stili */
.ab-section-label {
    color: var(--color-accent-blue);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.4rem;
    margin-bottom: var(--spacing-xs);
    display: block;
}

/* Section title — aynı .section-title stili */
.ab-section-title {
    font-size: 4rem;
    font-weight: 700;
    color: var(--color-text);
    line-height: 1.1;
    margin-bottom: var(--spacing-lg);
    font-family: var(--font-heading);
}

.ab-body-text {
    font-size: 1.8rem;
    color: var(--color-text-light);
    line-height: 1.7;
    margin-bottom: var(--spacing-md);
}

/* ─── 1. HERO ────────────────────────────────────────── */
/* Anasayfanın .home section ile aynı dil */
.ab-hero {
    min-height: 60vh;
    display: flex;
    align-items: center;
    background: var(--color-bg);
    padding: 14rem 0 8rem;
    position: relative;
    overflow: hidden;
}

/* Anasayfadaki subtle arka plan efekti */
.ab-hero::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -5%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 107, 107, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.ab-hero__title {
    font-size: clamp(3.5rem, 5vw, 6rem);
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: var(--spacing-md);
    color: var(--color-text);
    font-family: var(--font-heading);
    max-width: 700px;
}

/* Gradient text — birebir anasayfa .gradient-text */
.ab-accent {
    background: var(--color-gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.ab-hero__sub {
    font-size: 1.8rem;
    color: var(--color-text-light);
    line-height: 1.7;
    max-width: 600px;
    margin-bottom: 0;
}

/* ─── 2. KİMİZ ───────────────────────────────────────── */
.ab-who {
    background: var(--color-bg);
}

/* Alıntı bloğu — anasayfanın expertise-card bg-alt rengi ile */
.ab-quote {
    border-left: 3px solid var(--color-secondary);
    padding: 2rem 2.4rem;
    margin-top: var(--spacing-lg);
    background: var(--color-bg-alt);
    border-radius: 0 12px 12px 0;
    font-size: 1.8rem;
    font-style: italic;
    color: var(--color-text-light);
    line-height: 1.7;
}

/* ─── 3. UZMANLIK ALANLARI ───────────────────────────── */
.ab-expertise {
    background: var(--color-bg-alt);
}

.ab-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-lg);
}

/* Anasayfanın .expertise-card ile birebir aynı */
.ab-card {
    background: var(--color-bg);
    border-radius: 12px;
    padding: var(--spacing-lg);
    transition: var(--transition-medium);
    border: 1px solid transparent;
}

.ab-card:hover {
    background: white;
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
}

/* .card-icon ile aynı */
.ab-card__icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 107, 107, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-secondary);
    font-size: 2.5rem;
    margin-bottom: var(--spacing-md);
}

.ab-card__title {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: var(--spacing-sm);
    font-family: var(--font-heading);
}

.ab-card__text {
    font-size: 1.6rem;
    color: var(--color-text-light);
    line-height: 1.7;
}

/* ─── 4. NEDEN QOODLY ────────────────────────────────── */
.ab-why {
    background: var(--color-bg);
}

.ab-stats-row {
    display: flex;
    gap: var(--spacing-xl);
    margin-top: var(--spacing-xl);
    flex-wrap: wrap;
}

.ab-stat {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    min-width: 140px;
}

/* Gradient text ile büyük istatistik sayıları */
.ab-stat__number {
    font-size: clamp(4rem, 6vw, 6rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    background: var(--color-gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
    font-family: var(--font-heading);
}

.ab-stat__label {
    font-size: 1.5rem;
    color: var(--color-text-light);
    font-weight: 500;
}

/* ─── 5. TEMEL DEĞERLER ──────────────────────────────── */
.ab-values {
    background: var(--color-bg-alt);
}

.ab-values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-lg);
}

/* Aynı .expertise-card stili */
.ab-value-card {
    background: var(--color-bg);
    border-radius: 12px;
    padding: var(--spacing-lg);
    transition: var(--transition-medium);
    border: 1px solid transparent;
}

.ab-value-card:hover {
    background: white;
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
}

.ab-value-card__icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 107, 107, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-secondary);
    font-size: 2.5rem;
    margin-bottom: var(--spacing-md);
}

.ab-value-card__title {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: var(--spacing-sm);
    font-family: var(--font-heading);
}

.ab-value-card__text {
    font-size: 1.6rem;
    color: var(--color-text-light);
    line-height: 1.7;
}

/* ─── 6. MİSYON ─────────────────────────────────────── */
.ab-mission {
    background: var(--color-bg);
}

/* ─── 7. CTA BANNER ─────────────────────────────────── */
/* Anasayfanın gradient buton rengiyle uyumlu banner */
.ab-cta {
    background: var(--color-bg-alt);
    padding: var(--spacing-xxl) 0;
    text-align: center;
}

.ab-cta__title {
    font-size: clamp(3rem, 4vw, 4.8rem);
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: var(--spacing-md);
    font-family: var(--font-heading);
    line-height: 1.15;
}

.ab-cta__sub {
    font-size: 1.8rem;
    color: var(--color-text-light);
    margin-bottom: var(--spacing-lg);
}

/* Anasayfanın .btn-primary ile birebir aynı */
.ab-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    background: var(--color-gradient-primary);
    color: white;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 1.2rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
    transition: var(--transition-medium);
    border: none;
}

.ab-cta__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 107, 0.5);
}

.ab-cta__btn:focus-visible {
    outline: 3px solid var(--color-secondary);
    outline-offset: 3px;
}

/* ─── 7. FAQ ─────────────────────────────────────────── */
.ab-faq {
    display: none; /* geçici olarak gizlendi */
}

.faq-item {
    border-bottom: 1px solid var(--color-border);
    padding: 2.4rem 0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--color-text);
    margin-bottom: 1rem;
    font-family: var(--font-heading);
}

.faq-item p {
    font-size: 1.6rem;
    color: var(--color-text-light);
    line-height: 1.75;
}

.faq-item a {
    color: var(--color-secondary);
}

@media (min-width: 1024px) {
    .faq-item h3 {
        font-size: 2rem;
    }
}

/* ─── SCROLL ANIMATION ───────────────────────────────── */
.fade-in-section {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.fade-in-section.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ─── RESPONSIVE: TABLET (≤1024px) ──────────────────── */
@media (min-width: 1024px) {
    .ab-section-label {
        font-size: 1.8rem;
    }

    .ab-section-title {
        font-size: 6rem;
    }

    .ab-cards-grid {
        gap: var(--spacing-lg);
    }

    .ab-card__title,
    .ab-value-card__title {
        font-size: 2.8rem;
    }
}

@media (max-width: 1024px) {
    .ab-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ─── RESPONSIVE: MOBİL (≤768px) ────────────────────── */
@media (max-width: 768px) {
    .ab-section {
        padding: var(--spacing-xl) 0;
    }

    .ab-hero {
        padding: 12rem 0 6rem;
        min-height: auto;
    }

    .ab-cards-grid,
    .ab-values-grid {
        grid-template-columns: 1fr;
    }

    .ab-stats-row {
        gap: var(--spacing-lg);
    }

    .ab-quote {
        font-size: 1.6rem;
        padding: 1.6rem 2rem;
    }

    .ab-section-title {
        font-size: 3.2rem;
    }
}

/* ─── MASSIVE DESKTOP (≥1921px) ─────────────────────── */
@media (min-width: 1921px) {
    .ab-section-title {
        font-size: 8rem;
    }

    .ab-section-label {
        font-size: 2rem;
        letter-spacing: 2px;
    }

    .ab-card,
    .ab-value-card {
        border-radius: 20px;
        padding: var(--spacing-xl);
    }

    .ab-card__icon,
    .ab-value-card__icon {
        width: 100px;
        height: 100px;
        font-size: 4.5rem;
        border-radius: 20px;
    }

    .ab-card__title,
    .ab-value-card__title {
        font-size: 3.5rem;
    }

    .ab-card__text,
    .ab-value-card__text,
    .ab-body-text {
        font-size: 2.2rem;
    }
}
