/*****************************************************
 * SIR SİGORTA – HAKKIMIZDA SAYFASI (LIGHT TEMA)
******************************************************/

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.5rem;
}


/* --------------------------
   HERO
--------------------------- */
.about-hero {
    padding: 6rem 0 4rem;
    background: #f5f5f7;
}

.about-hero-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3rem;
    align-items: center;
}

.about-kicker {
    color: #b60303;
    font-weight: 600;
    letter-spacing: .04em;
    font-size: .85rem;
    text-transform: uppercase;
}

.about-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #111827;
    line-height: 1.2;
    margin: .8rem 0 1rem;
}

.about-desc {
    font-size: 1.1rem;
    color: #4b5563;
    line-height: 1.65;
}

.about-hero-image img {
    width: 100%;
    border-radius: 16px;
}


/* --------------------------
   MISSION / VISION / VALUES
--------------------------- */
.about-mission {
    padding: 4.5rem 0 4rem;
    background: #ffffff;
}

.about-mission-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.about-card {
    padding: 2rem;
    background: #fafafa;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    text-align: left;
    transition: .2s ease;
}

.about-card:hover {
    border-color: #b60303;
    transform: translateY(-4px);
}

.about-card-icon {
    width: 55px;
    height: 55px;
    border-radius: 999px;
    background: rgba(182,3,3,0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b60303;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.about-card h3 {
    font-size: 1.3rem;
    color: #111827;
    margin-bottom: .7rem;
}

.about-card p {
    color: #4b5563;
    font-size: .97rem;
    line-height: 1.55;
}


/* --------------------------
   WHO WE ARE
--------------------------- */
.about-who {
    padding: 4.5rem 0;
    text-align: center;
    background: #f9fafb;
}

.who-text {
    max-width: 800px;
    margin: 0 auto;
    color: #4b5563;
    font-size: 1.05rem;
    line-height: 1.7;
}


/* --------------------------
   TIMELINE
--------------------------- */
.about-timeline {
    padding: 5rem 0;
    background: #ffffff;
    text-align: center;
}

.timeline {
    max-width: 880px;
    margin: 2.5rem auto 0;
    border-left: 3px solid #b60303;
    padding-left: 2rem;
}

.timeline-item {
    margin-bottom: 2rem;
    position: relative;
}

.timeline-item::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: #b60303;
    position: absolute;
    left: -33px;
    top: 4px;
}

.timeline-year {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111827;
}

.timeline-item p {
    margin-top: .3rem;
    color: #4b5563;
    font-size: .95rem;
}


/* --------------------------
   WHY SIR SIGORTA
--------------------------- */
.about-why {
    padding: 5rem 0;
    background: #f9fafb;
}

.about-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.about-bullets {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
}

.about-bullets li {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: 1rem;
    color: #374151;
    margin-bottom: .7rem;
}

.about-bullets i {
    color: #b60303;
    font-size: 1.25rem;
}

.why-image img {
    width: 100%;
    border-radius: 16px;
}


/* --------------------------
   RESPONSIVE
--------------------------- */
@media (max-width: 992px) {
    .about-hero-layout,
    .about-mission-grid,
    .about-why-grid {
        grid-template-columns: 1fr;
    }

    .timeline {
        border-left-width: 2px;
        padding-left: 1.5rem;
    }
}

@media (max-width: 576px) {
    .about-title {
        font-size: 2.1rem;
    }

    .about-mission-grid {
        gap: 1.5rem;
    }
}
