/* Hakkımızda — kurumsal sayfa */
.about-page {
    font-family: 'Montserrat', sans-serif;
    color: #111;
    overflow-x: hidden;
}

.about-hero {
    position: relative;
    padding: 64px 0 80px;
    background: linear-gradient(135deg, #141414 0%, #2a1212 50%, #ca1515 100%);
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 40%, rgba(255, 255, 255, 0.07) 0%, transparent 50%),
        radial-gradient(circle at 85% 60%, rgba(202, 21, 21, 0.3) 0%, transparent 45%);
}

.about-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
    padding: 0 16px;
}

.about-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 20px;
}

.about-breadcrumb a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s;
}

.about-breadcrumb a:hover {
    color: #fff;
}

.about-breadcrumb span {
    opacity: 0.5;
}

.about-hero__title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 16px;
}

.about-hero__subtitle {
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.75;
}

.about-stats {
    position: relative;
    z-index: 2;
    margin-top: -44px;
    padding: 0 16px 56px;
}

.about-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}

.about-stats__item {
    text-align: center;
    padding: 8px 12px;
    border-right: 1px solid #f0f0f0;
}

.about-stats__item:last-child {
    border-right: none;
}

.about-stats__value {
    display: block;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: #ca1515;
    line-height: 1.2;
    margin-bottom: 4px;
}

.about-stats__label {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.about-section {
    padding: 72px 0;
}

.about-section--gray {
    background: #f8f8f8;
}

.about-section__header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 48px;
    padding: 0 16px;
}

.about-section__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #ca1515;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.about-section__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: #111;
    margin-bottom: 12px;
    line-height: 1.25;
}

.about-section__desc {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

.about-story {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
}

.about-story__media {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: linear-gradient(145deg, #2a2a2a, #ca1515);
    box-shadow: 0 20px 60px rgba(202, 21, 21, 0.2);
}

.about-story__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-story__media-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.95);
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #111;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.about-story__media-badge span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #ca1515;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 2px;
}

.about-story__content p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 16px;
}

.about-story__content p:last-child {
    margin-bottom: 0;
}

.about-story__highlight {
    border-left: 4px solid #ca1515;
    padding: 16px 20px;
    background: #fff5f5;
    border-radius: 0 10px 10px 0;
    margin: 24px 0;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    line-height: 1.65;
    font-style: italic;
}

.about-mv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 16px;
}

.about-mv-card {
    background: #fff;
    border-radius: 16px;
    padding: 36px 32px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
    transition: transform 0.3s, box-shadow 0.3s;
}

.about-mv-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}

.about-mv-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #fff5f5;
    color: #ca1515;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
}

.about-mv-card__title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #111;
    margin-bottom: 12px;
}

.about-mv-card__text {
    font-size: 14px;
    color: #666;
    line-height: 1.75;
    margin: 0;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
}

.about-value-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px 20px;
    text-align: center;
    border: 1px solid #eee;
    transition: border-color 0.25s, transform 0.25s;
}

.about-value-card:hover {
    border-color: #ca1515;
    transform: translateY(-3px);
}

.about-value-card__icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: #ca1515;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.about-value-card__title {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}

.about-value-card__text {
    font-size: 12px;
    color: #888;
    line-height: 1.55;
    margin: 0;
}

.about-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
}

.about-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #fff;
    padding: 22px 20px;
    border-radius: 12px;
    border: 1px solid #eee;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.25s;
}

.about-feature-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.about-feature-item:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.about-feature-item__check {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ecfdf5;
    color: #059669;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-top: 2px;
}

.about-feature-item__text {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
}

.about-timeline {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
}

.about-timeline::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(to bottom, #ca1515, #f0f0f0);
}

.about-timeline__item {
    position: relative;
    padding-left: 60px;
    padding-bottom: 36px;
}

.about-timeline__item:last-child {
    padding-bottom: 0;
}

.about-timeline__dot {
    position: absolute;
    left: 16px;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ca1515;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #ca1515;
}

.about-timeline__year {
    font-size: 13px;
    font-weight: 800;
    color: #ca1515;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
}

.about-timeline__title {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
}

.about-timeline__text {
    font-size: 14px;
    color: #666;
    line-height: 1.65;
    margin: 0;
}

.about-cta {
    padding: 64px 16px;
    background: linear-gradient(135deg, #1a1a1a, #3d1515);
    text-align: center;
}

.about-cta__title {
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
}

.about-cta__text {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 28px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.about-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.about-btn--primary {
    background: #ca1515;
    color: #fff !important;
}

.about-btn--primary:hover {
    background: #a81111;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(202, 21, 21, 0.4);
}

.about-btn--outline {
    background: transparent;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.about-btn--outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 991px) {
    .about-stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-stats__item:nth-child(2) {
        border-right: none;
    }

    .about-stats__item {
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 16px;
    }

    .about-stats__item:nth-last-child(-n+2) {
        border-bottom: none;
        padding-bottom: 8px;
    }

    .about-story {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .about-mv-grid {
        grid-template-columns: 1fr;
    }

    .about-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-features-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .about-hero {
        padding: 48px 0 64px;
    }

    .about-stats {
        margin-top: -32px;
    }

    .about-stats__grid {
        padding: 20px 16px;
    }

    .about-section {
        padding: 48px 0;
    }

    .about-values-grid {
        grid-template-columns: 1fr;
    }
}
