/* ================================================
   about-story.css — about-us.php için
   about-us.php'deki mevcut class isimleriyle tam uyumlu
   ================================================ */

/* ===== INNER HERO (values.php ile paylaşımlı) ===== */
.inner-hero {
    min-height: 420px;
    background: #111;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 140px 40px 80px;
}

.story-hero-bg {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a0505 50%, #111 100%);
    background-size: cover;
    background-position: center;
}

.inner-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.5) 100%);
    z-index: 1;
}

.inner-hero-blob {
    position: absolute; top: -60px; right: -60px;
    width: 420px; height: 420px; z-index: 2; pointer-events: none;
}

.inner-hero-content {
    position: relative; z-index: 3;
    max-width: 1200px; margin: 0 auto; width: 100%;
    animation: stFadeUp 0.7s ease both;
}

.inner-hero-tag {
    display: inline-block;
    background: rgba(226,6,19,0.15);
    border: 1px solid rgba(226,6,19,0.35);
    color: #e20613; font-size: 11px; font-weight: 700;
    letter-spacing: 3px; padding: 6px 18px;
    border-radius: 20px; margin-bottom: 18px; text-transform: uppercase;
}

.inner-hero-content h1 {
    font-size: clamp(30px, 5vw, 58px); font-weight: 700;
    color: #fff; line-height: 1.15; margin-bottom: 14px;
}
.inner-hero-content h1 span { color: #e20613; }

.inner-hero-content > p {
    color: rgba(255,255,255,0.6); font-size: 16px;
    max-width: 520px; line-height: 1.7; margin-bottom: 22px;
}

.inner-breadcrumb {
    display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
}
.inner-breadcrumb a { color: rgba(255,255,255,0.4); font-size: 13px; text-decoration: none; transition: color .2s; }
.inner-breadcrumb a:hover { color: #e20613; }
.inner-breadcrumb i { color: rgba(255,255,255,0.2); font-size: 10px; }
.inner-breadcrumb span { color: #fff; font-size: 13px; font-weight: 500; }

/* ===== STORY SECTION ===== */
.story-section { padding: 90px 40px; }

.story-inner {
    max-width: 1280px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 420px;
    gap: 70px; align-items: center;
}

.section-tag-line {
    display: block; color: #e20613;
    font-size: 11px; font-weight: 700; letter-spacing: 3px;
    text-transform: uppercase; margin-bottom: 12px;
    padding-left: 22px; position: relative;
}
.section-tag-line::before {
    content: ''; position: absolute; left: 0; top: 50%;
    transform: translateY(-50%); width: 14px; height: 2px; background: #e20613;
}

.story-text-side h2 {
    font-size: clamp(26px, 3.5vw, 42px); font-weight: 700;
    margin-bottom: 22px; line-height: 1.2; color: #1a1a1a;
}
.story-text-side h2 span { color: #e20613; }

.story-text-side p {
    color: #555; font-size: 15px; line-height: 1.8; margin-bottom: 15px;
}

.story-cta {
    display: flex; gap: 13px; flex-wrap: wrap; margin-top: 30px;
}

/* ===== STORY IMAGE ===== */
.story-image-side { position: relative; }

.story-img-wrapper {
    position: relative; border-radius: 22px;
    overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,0.15);
}
.story-img-wrapper img { width: 100%; height: auto; display: block; }

.story-img-badge {
    position: absolute; bottom: 18px; left: 18px;
    background: #e20613; color: #fff;
    border-radius: 13px; padding: 11px 18px;
    display: flex; flex-direction: column; align-items: center; line-height: 1;
}
.badge-year { font-size: 26px; font-weight: 800; display: block; }
.badge-label { font-size: 11px; letter-spacing: 1px; opacity: 0.9; margin-top: 2px; }

/* ===== BUTTONS ===== */
.btn-inner {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 13px 28px; border-radius: 11px;
    font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600;
    text-decoration: none; transition: all .3s;
}
.primary-btn-inner {
    background: #e20613; color: #fff; border: 2px solid #e20613;
}
.primary-btn-inner:hover {
    background: #b8000f; border-color: #b8000f;
    transform: translateY(-2px); box-shadow: 0 10px 25px rgba(226,6,19,0.3);
}
.outline-btn-inner {
    background: transparent; color: #1a1a1a; border: 2px solid #d0d0d0;
}
.outline-btn-inner:hover { border-color: #e20613; color: #e20613; transform: translateY(-2px); }

/* ===== TIMELINE ===== */
.timeline-section {
    background: #111; padding: 80px 40px; overflow: hidden;
}

.timeline-inner { max-width: 1200px; margin: 0 auto; }

.timeline-title {
    color: #fff; font-size: clamp(22px, 3vw, 34px); font-weight: 700;
    text-align: center; margin-bottom: 60px;
}
.timeline-title::after {
    content: ''; display: block; width: 38px; height: 3px;
    background: #e20613; margin: 13px auto 0; border-radius: 2px;
}

.timeline-track {
    position: relative; display: flex;
    justify-content: space-between; align-items: center;
    padding: 70px 0; min-height: 280px;
}

.timeline-line {
    position: absolute; top: 50%; left: 0; right: 0;
    height: 2px; background: rgba(226,6,19,0.3);
    transform: translateY(-50%); z-index: 0;
}

.timeline-item {
    position: relative; z-index: 1; flex: 1;
    display: flex; flex-direction: column; align-items: center;
}

.tl-top {
    justify-content: flex-end;
    padding-bottom: 45px;
    flex-direction: column-reverse;
}

.tl-bottom {
    justify-content: flex-start;
    padding-top: 45px;
}

.tl-dot {
    width: 14px; height: 14px; background: #e20613;
    border-radius: 50%; border: 3px solid #111;
    box-shadow: 0 0 0 2px #e20613;
    flex-shrink: 0; position: relative; z-index: 2;
}

.tl-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 13px; padding: 14px 12px;
    max-width: 145px; text-align: center; margin: 11px 0;
    transition: all .3s;
}
.tl-card:hover {
    background: rgba(226,6,19,0.1);
    border-color: rgba(226,6,19,0.3);
}

.tl-year {
    font-size: 17px; font-weight: 800; color: #e20613;
    display: block; margin-bottom: 4px;
}
.tl-card h4 { font-size: 12px; font-weight: 700; color: #fff; margin-bottom: 5px; }
.tl-card p { font-size: 11px; color: rgba(255,255,255,0.4); line-height: 1.5; }

/* ===== ANİMASYON ===== */
@keyframes stFadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSİVE ===== */
@media (max-width: 1024px) {
    .story-inner { grid-template-columns: 1fr; gap: 40px; }
    .story-image-side { max-width: 480px; margin: 0 auto; }
}

@media (max-width: 900px) {
    .timeline-track {
        flex-direction: column; align-items: flex-start;
        padding: 0 0 0 40px; min-height: auto;
    }
    .timeline-line {
        top: 0; bottom: 0; height: auto; width: 2px;
        left: 12px; right: auto; transform: none;
    }
    .timeline-item {
        flex-direction: row !important;
        padding: 0 0 28px 0 !important;
        width: 100%; align-items: flex-start;
    }
    .tl-dot {
        position: absolute; left: -34px; top: 5px;
        flex-shrink: 0;
    }
    .tl-card { max-width: 100%; text-align: left; margin: 0; }
}

@media (max-width: 768px) {
    .inner-hero { padding: 110px 20px 60px; min-height: 360px; }
    .story-section { padding: 50px 20px; }
    .timeline-section { padding: 50px 20px; }
    .story-cta { flex-direction: column; }
    .btn-inner { justify-content: center; }
}