/* ==========================================================================
   Hakkımızda sayfası — about.css
   Renk paleti: lacivert (brand) / kırmızı (accent) / gri (ink). Gradyan yok.
   ========================================================================== */

.page-about {
    background: var(--brand-50, #f2f5fb);
}

.about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .35rem .85rem;
    border-radius: 999px;
    background: var(--accent-500, #e11d2f);
    color: #fff;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.about-eyebrow--ink {
    background: var(--brand-50, #f2f5fb);
    color: var(--brand-700, #1d2b4c);
    border: 1px solid var(--brand-100, #e2e8f4);
}

.about-section__title {
    font-size: clamp(1.5rem, 3vw, 2.15rem);
    color: var(--brand-700, #1d2b4c);
    margin: .75rem 0 0;
}

.about-section__head {
    max-width: 720px;
    margin: 0 auto 2.5rem;
}

.about-section__head--center {
    text-align: center;
}

.about-section__lead {
    margin: 1rem 0 0;
    color: var(--ink-500, #64748b);
    font-size: 1.02rem;
    line-height: 1.65;
}

/* ------------------------------------------------------------------ Hero */
.about-hero {
    padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(2rem, 5vw, 3.5rem);
    background: #fff;
    border-bottom: 1px solid var(--ink-100, #f1f5f9);
}

.about-hero__grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: clamp(1.5rem, 4vw, 3.5rem);
    align-items: center;
}

.about-hero__title {
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    line-height: 1.1;
    color: var(--brand-700, #1d2b4c);
    margin: 1rem 0 0;
}

.about-hero__intro {
    margin: 1.15rem 0 0;
    color: var(--ink-500, #64748b);
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 46ch;
}

.about-hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1.75rem;
    margin: 1.75rem 0 0;
    padding: 1.1rem 1.35rem;
    background: var(--brand-50, #f2f5fb);
    border: 1px solid var(--brand-100, #e2e8f4);
    border-radius: 16px;
    width: fit-content;
}

.about-hero__stat {
    display: flex;
    flex-direction: column;
}

.about-hero__stat-value {
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--accent-500, #e11d2f);
    line-height: 1;
}

.about-hero__stat-label {
    margin-top: .3rem;
    font-size: .82rem;
    color: var(--ink-500, #64748b);
    font-weight: 600;
}

.about-hero__checks {
    list-style: none;
    margin: 1.75rem 0 0;
    padding: 0;
    display: grid;
    gap: .65rem;
}

.about-hero__checks li {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-weight: 600;
    color: var(--ink-700, #334155);
    font-size: .96rem;
}

.about-hero__checks .icon {
    color: var(--accent-500, #e11d2f);
    flex-shrink: 0;
}

/* Hero medya + kayan rozetler */
.about-hero__media {
    position: relative;
}

.about-hero__photo {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 30px 60px -25px rgba(15, 23, 42, .45);
    aspect-ratio: 16 / 12;
}

.about-hero__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-hero__badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .7rem .95rem;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 18px 40px -18px rgba(15, 23, 42, .5);
    max-width: 220px;
}

.about-hero__badge--tl { top: 1rem; left: -1rem; }
.about-hero__badge--br { bottom: 1rem; right: -1rem; }

.about-hero__badge-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--accent-500, #e11d2f);
    color: #fff;
    flex-shrink: 0;
}

.about-hero__badge-ico--ink {
    background: var(--brand-700, #1d2b4c);
}

.about-hero__badge-txt {
    display: flex;
    flex-direction: column;
    font-size: .78rem;
    color: var(--ink-500, #64748b);
    line-height: 1.3;
}

.about-hero__badge-txt strong {
    color: var(--brand-700, #1d2b4c);
    font-size: .88rem;
}

/* ------------------------------------------------------------ Stats band */
.about-stats {
    padding: clamp(2rem, 5vw, 3rem) 0;
}

.about-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    background: var(--brand-700, #1d2b4c);
    border-radius: 22px;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    box-shadow: 0 26px 55px -30px rgba(29, 43, 76, .8);
}

.about-stats__item {
    text-align: center;
    padding: .5rem 1rem;
    border-right: 1px solid rgba(255, 255, 255, .12);
}

.about-stats__item:last-child { border-right: 0; }

.about-stats__value {
    display: block;
    font-size: clamp(1.9rem, 4vw, 2.9rem);
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.about-stats__label {
    display: block;
    margin-top: .55rem;
    font-size: .85rem;
    font-weight: 600;
    color: var(--brand-200, #c4cee6);
    letter-spacing: .02em;
}

/* ---------------------------------------------------------- Guide (misyon) */
.about-guide {
    padding: clamp(2rem, 5vw, 3.5rem) 0;
}

.about-guide__grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
}

.about-guide__media {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 50px -28px rgba(15, 23, 42, .5);
    aspect-ratio: 4 / 3;
}

.about-guide__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-guide__text {
    margin: 1.1rem 0 0;
    color: var(--ink-500, #64748b);
    font-size: 1.05rem;
    line-height: 1.75;
}

/* ------------------------------------------------------- Program içeriği */
.about-program {
    padding: clamp(2.5rem, 6vw, 4rem) 0;
    background: #fff;
}

.about-program__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.about-card {
    background: var(--brand-50, #f2f5fb);
    border: 1px solid var(--brand-100, #e2e8f4);
    border-radius: 18px;
    padding: 1.6rem 1.5rem;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.about-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 45px -25px rgba(29, 43, 76, .5);
    border-color: var(--brand-200, #c4cee6);
}

.about-card__ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--accent-500, #e11d2f);
    color: #fff;
    margin-bottom: 1rem;
}

.about-card__ico .icon {
    width: 26px;
    height: 26px;
}

.about-card__title {
    font-size: 1.12rem;
    color: var(--brand-700, #1d2b4c);
    margin: 0 0 .5rem;
}

.about-card__text {
    margin: 0;
    color: var(--ink-500, #64748b);
    font-size: .95rem;
    line-height: 1.6;
}

/* ----------------------------------------------------------------- Cities */
.about-cities {
    padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.about-cities__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: .75rem;
}

.about-cities__item {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .7rem .9rem;
    background: #fff;
    border: 1px solid var(--ink-200, #e2e8f0);
    border-radius: 12px;
    font-weight: 600;
    font-size: .92rem;
    color: var(--ink-700, #334155);
    transition: border-color .16s ease, color .16s ease, transform .16s ease;
}

.about-cities__item:hover {
    border-color: var(--accent-500, #e11d2f);
    color: var(--accent-600, #be1525);
    transform: translateY(-2px);
}

.about-cities__item .icon {
    color: var(--accent-500, #e11d2f);
    flex-shrink: 0;
}

/* -------------------------------------------------------------------- CTA */
.about-cta {
    padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(3rem, 6vw, 4.5rem);
}

.about-cta__panel {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    background: var(--brand-800, #141e36);
    isolation: isolate;
}

.about-cta__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .28;
    z-index: -1;
}

.about-cta__inner {
    position: relative;
    max-width: 780px;
    margin: 0 auto;
    padding: clamp(2.25rem, 5vw, 3.5rem) clamp(1.5rem, 4vw, 3rem);
    text-align: center;
}

.about-cta__text {
    color: #fff;
    font-size: clamp(1.1rem, 2.4vw, 1.5rem);
    font-weight: 600;
    line-height: 1.55;
    margin: 0 0 1.75rem;
}

.about-cta__actions {
    display: flex;
    gap: .85rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ------------------------------------------------------------- Responsive */
@media (max-width: 980px) {
    .about-hero__grid { grid-template-columns: 1fr; }
    .about-hero__media { order: -1; }
    .about-guide__grid { grid-template-columns: 1fr; }
    .about-guide__media { order: -1; }
    .about-program__grid { grid-template-columns: repeat(2, 1fr); }
    .about-cities__list { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 720px) {
    .about-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 0; }
    .about-stats__item {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
        padding: 1.1rem;
    }
    .about-stats__item:nth-child(even) { border-right: 0; }
    .about-stats__item:nth-last-child(-n+2) { border-bottom: 0; }
    .about-cities__list { grid-template-columns: repeat(3, 1fr); }
    .about-hero__badge { max-width: 190px; }
    .about-hero__badge--tl { left: 0; }
    .about-hero__badge--br { right: 0; }
}

@media (max-width: 520px) {
    .about-program__grid { grid-template-columns: 1fr; }
    .about-cities__list { grid-template-columns: repeat(2, 1fr); }
    .about-hero__stats { width: 100%; gap: 1.1rem; }
    .about-cta__actions .btn { width: 100%; }
}
