/* Hakkımızda Sayfası Stilleri */
.about-page {
    padding-top: 115px;
}
@media (max-width: 600px) {
    .about-page {
        padding-top: 80px;
    }
}
/* Hero Section */
.about-hero {
    background: var(--primary-color);
    padding: 60px 0 40px;
    text-align: center;
    color: var(--white);
    position: relative;
    overflow: hidden;
}
/* Container düzenlemesi */
.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 1rem 2rem;
    width: 100%;
}

.page-view-header h1 {
    margin-top: 0px !important;
}

.page-view-header h1 {
    font-size: 70px;
    font-family: "Playfair", serif;
    font-weight: 900;
    color: #000;
    line-height: 1;
    margin-bottom: 10px;
}
@media (max-width: 1200px) {
    .page-view-header h1 {
        font-size: 50px;
    }
}
.page-content {
    padding: 2rem 0 3rem;
}
.page-text {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-color);
}
.page-text p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 300;
}
.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 200;
    line-height: 1.4;
}
.hero-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.about-hero h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.about-hero p {
    font-size: 1.2rem;
    opacity: 0.9;
    line-height: 1.6;
}
.text-content {
    padding: 20px 0 40px
}
.video-capsule-wrapper {
    display: flex;
    justify-content: center;
}

.video-capsule {
    position: relative;
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16 / 9; /* Yeni modern çözüm */
    margin-bottom: 30px;
}

    .video-capsule iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
/* Makale İçeriği */
.about-text {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-color);
}

    .about-text p {
        margin-bottom: 20px;
        font-size: 17px;
        line-height: 1.5;
        font-weight: 300
    }

    .about-text figure {
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }

        .about-text figure p {
            margin-bottom: 0px;
            width: 100%;
            text-align: center;
        }

        .about-text figure img {
            width: auto;
            height: auto;
            display: inline-block;
            max-width: 100%;
        }

        .about-text figure figcaption {
            font-size: 12px;
            font-style: italic;
        }

            .about-text figure figcaption p {
                font-size: 12px !important;
            }

    .about-text h1,
    .about-text h2,
    .about-text h3,
    .about-text h4,
    .about-text h5,
    .about-text h6,
    .about-text .h1,
    .about-text .h2,
    .about-text .h3,
    .about-text .h4,
    .about-text .h5,
    .about-text .h6 {
        font-family: "Playfair", serif;
        font-weight: 700;
        line-height: 1.1;
        color: inherit
    }

    .about-text h1,
    .about-text .h1,
    .about-text h2,
    .about-text .h2,
    .about-text h3,
    .about-text .h3 {
        margin-top: 20px;
        margin-bottom: 10px
    }

    .about-text h4,
    .about-text .h4,
    .about-text h5,
    .about-text .h5,
    .about-text h6,
    .about-text .h6 {
        margin-top: 10px;
        margin-bottom: 10px
    }
/* Makale Footer */
.article-footer {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.about-text h1 {
    font-size: 60px
}

.about-text h2 {
    font-size: 40px
}

.about-text h3 {
    font-size: 32px;
}

.about-text h4 {
    font-size: 28px;
}

.about-text h5 {
    font-size: 24px;
}

.about-text h6 {
    font-size: 20px;
}

.article-footer .tags {
    margin-bottom: 30px;
}

    .article-footer .tags span {
        color: var(--dark-gray);
        font-size: 14px;
        margin-right: 10px;
    }

    .article-footer .tags a {
        display: inline-block;
        padding: 6px 12px;
        background: #f5f5f5;
        border-radius: 4px;
        margin-right: 8px;
        color: var(--dark-gray);
        text-decoration: none;
        font-size: 14px;
        transition: all 0.3s ease;
    }

        .article-footer .tags a:hover {
            background: var(--gold);
            color: var(--white);
        }

.article-footer .share-buttons {
    display: block;
}

    .article-footer .share-buttons span {
        display: block;
        margin-bottom: 15px;
        color: var(--dark-gray);
        font-size: 14px;
    }

.share-buttons-container {
    display: flex;
    gap: 15px;
}

.article-footer .share-btn {
    width: auto;
    height: auto;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .article-footer .share-btn i {
        font-size: 16px;
    }

/* Misyon & Vizyon */
.mission-vision {
    padding: 80px 0;
    background: #f8f8f8;
}

.mission-vision-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.mission-box,
.vision-box {
    background: white;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.mission-box:hover,
.vision-box:hover {
    transform: translateY(-10px);
}

.icon-circle {
    width: 80px;
    height: 80px;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.icon-circle i {
    font-size: 2rem;
    color: white;
}

/* Rakamlarla Biz */
.stats-section {
    padding: 100px 0;
    background: var(--primary-color);
    color: var(--white);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.stat-box {
    text-align: center;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--gold);
    display: block;
    margin-bottom: 10px;
}

.stat-text {
    font-size: 1.1rem;
    opacity: 0.9;
}

/* Değerlerimiz */
.values-section {
    padding: 80px 0;
    background: white;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 50px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.value-card {
    text-align: center;
    padding: 30px;
    background: #f8f8f8;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.value-card:hover {
    transform: translateY(-10px);
}

.value-card i {
    font-size: 2.5rem;
    color: var(--gold);
    margin-bottom: 20px;
}

.value-card h3 {
    color: var(--primary-color);
    margin-bottom: 15px;
}

/* Ekip Bölümü */
.team-section {
    padding: 80px 0;
    background: #f8f8f8;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.team-member {
    text-align: center;
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.member-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
}

.member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-member h3 {
    color: var(--primary-color);
    margin-bottom: 5px;
}

.position {
    color: var(--gold);
    font-size: 0.9rem;
    display: block;
    margin-bottom: 15px;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-links a {
    color: var(--primary-color);
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: var(--gold);
}

/* Global Varlık */
.global-presence {
    padding: 80px 0;
    background: white;
}

.presence-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.world-map {
    margin-bottom: 50px;
}

.world-map img {
    width: 100%;
    height: auto;
}

.presence-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    text-align: center;
}

.presence-stat h3 {
    font-size: 2.5rem;
    color: var(--gold);
    margin-bottom: 10px;
}

/* Responsive Tasarım */
@media (max-width: 1024px) {
    .stats-grid,
    .values-grid,
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .about-hero h1 {
        font-size: 2.5rem;
    }

    .mission-vision-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid,
    .values-grid,
    .team-grid {
        grid-template-columns: 1fr;
    }

    .presence-info {
        grid-template-columns: 1fr;
    }
} 