/* /hakkimizda — landing ile aynı font / puntolar (Poppins + site ölçeği) */

.about-page {
    font-family: "Poppins", "Helvetica Neue", sans-serif;
}

/* H1 — hero-landing__title--v3 ile aynı */
.about-page .about-page__h1 {
    font-family: "Poppins", "Helvetica Neue", sans-serif;
    font-size: clamp(1.85rem, 3.2vw + 0.65rem, 3.25rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.08;
}

/* Lead — features / bilgi-talep alt metin ölçüsü */
.about-page .about-page__lead {
    font-size: clamp(1rem, 1.4vw, 1.25rem);
    font-weight: 400;
    line-height: 1.6;
    max-width: 38rem;
}

/* Bölüm başlıkları — section--features small-title (desktop) */
.about-page .section--features__title .small-title {
    color: #212121;
    font-family: "Poppins", "Helvetica Neue", sans-serif;
    font-size: clamp(1.75rem, 2.5vw, 2.5rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 0;
}

/* Kart içi H2 */
.about-page .about-page__card-title {
    color: #212121;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.25;
}

.about-page .about-page__card-subtitle {
    font-size: 1rem;
    line-height: 1.5;
}

/* Liste / değer satır başlık + metin */
.about-page .about-page__item-title {
    color: #212121;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
}

.about-page .about-page__item-text {
    font-size: 0.9375rem;
    line-height: 1.55;
}

.about-page .about-page__body {
    font-size: 1rem;
    line-height: 1.65;
}

.about-page .about-page__cta-lead {
    max-width: 36rem;
}

.about-proof {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
    display: inline-flex;
    gap: 0.75rem;
    padding: 0.5rem 1rem 0.5rem 0.625rem;
    width: fit-content;
}

.about-proof__avatars {
    display: inline-flex;
}

.about-proof__avatars span {
    background-color: #f4f4f5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 9999px;
    box-shadow: 0 2px 4px rgba(15, 23, 42, 0.08);
    display: inline-block;
    height: 2rem;
    width: 2rem;
}

.about-proof__avatars span + span {
    margin-left: -0.55rem;
}

.about-proof__text {
    color: #212121;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25;
}

.about-proof__text strong {
    color: #8433f4;
    font-weight: 800;
}

.about-story-card {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.about-story-head {
    margin-bottom: 0;
    text-align: left;
    width: 100%;
}

.about-story-head .about-page__card-subtitle {
    font-size: clamp(0.8125rem, 1.1vw, 0.9375rem);
    line-height: 1.35;
    white-space: nowrap;
}

.about-timeline {
    border-left: 2px solid #ede3ff;
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
    margin: 0;
    padding: 0.15rem 0 0.15rem 1.75rem;
    width: 100%;
}

.about-timeline__item {
    position: relative;
}

.about-timeline__item::before {
    background: #8b4cfc;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #ede3ff;
    content: "";
    height: 0.8125rem;
    left: calc(-1.75rem - 0.4375rem);
    position: absolute;
    top: 0.35rem;
    width: 0.8125rem;
}

.about-timeline__item:nth-child(even)::before {
    background: #07e092;
    box-shadow: 0 0 0 2px #ccfbf1;
}

.about-timeline__content {
    padding-right: 0.25rem;
    text-align: left;
}

.about-timeline__when {
    color: #8433f4;
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 0.35rem;
}

.about-timeline__when--accent {
    color: #059669;
}

.about-timeline__when--today {
    color: #e11d48;
}

.about-timeline__heading {
    color: #212121;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.45rem;
}

.about-timeline__text {
    font-size: 0.9375rem;
    line-height: 1.6;
}

@media (max-width: 359.98px) {
    .about-story-head .about-page__card-subtitle {
        font-size: 0.75rem;
    }
}

.about-quote-section {
    margin-top: 0.25rem;
}

.about-quote-wrap {
    position: relative;
}

.about-quote-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1.25rem;
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.about-quote-carousel {
    overflow: hidden;
}

.about-quote-slides {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-quote-slide {
    flex: 0 0 100%;
    min-width: 100%;
    padding: 1.15rem 1.35rem 0.85rem;
    transition: opacity 0.35s ease;
}

.about-quote-slide__mark {
    color: rgba(139, 76, 252, 0.28);
    display: block;
    font-family: "PassionOne", serif;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.35rem;
}

.about-quote__text {
    color: #212121;
    font-family: "Poppins", "Helvetica Neue", sans-serif;
    font-size: clamp(0.95rem, 1.25vw, 1.05rem);
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

.about-quote__author {
    font-size: 0.875rem;
}

.about-quote-footer {
    align-items: center;
    background: #f6f3ff;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    justify-content: space-between;
    padding: 0.75rem 1rem;
}

.about-quote-pager {
    align-items: center;
    display: grid;
    flex: 1 1 15rem;
    gap: 0.75rem;
    grid-template-columns: 2.25rem minmax(0, 1fr) 2.25rem;
    min-width: 0;
}

.about-quote-dots {
    align-items: center;
    display: flex;
    gap: 0.35rem;
    justify-content: center;
}

.about-quote-dot {
    background: #d1d5db;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    flex-shrink: 0;
    height: 0.375rem;
    padding: 0;
    transition:
        width 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        background-color 0.25s ease,
        opacity 0.25s ease;
    width: 0.375rem;
}

.about-quote-dot:hover {
    background: #c4b5fd;
}

.about-quote-dot.is-active {
    background: #8433f4;
    width: 1.5rem;
}

.about-quote-nav__btn {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
    color: #6b7280;
    cursor: pointer;
    display: inline-flex;
    height: 2.25rem;
    justify-content: center;
    justify-self: center;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    width: 2.25rem;
}

.about-quote-nav__btn:hover {
    background: #fff;
    border-color: rgba(139, 76, 252, 0.25);
    box-shadow: 0 4px 12px rgba(139, 76, 252, 0.12);
    color: #8433f4;
}

.about-quote-badge {
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    gap: 0.65rem;
}

.about-quote-badge__icon {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 0.65rem;
    color: #8433f4;
    display: inline-flex;
    font-size: 1rem;
    height: 2.35rem;
    justify-content: center;
    width: 2.35rem;
}

.about-quote-badge__value {
    color: #8433f4;
    display: block;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.1;
}

.about-quote-badge__label {
    color: #6b7280;
    font-size: 0.6875rem;
    line-height: 1.2;
}

/* Misyon & Vizyon */
.about-mission {
    background: #f6f3ff;
    border-radius: 1.25rem;
    padding: clamp(2.5rem, 5vw, 3.5rem) clamp(1.25rem, 3vw, 2rem);
}

.about-section-tag {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(139, 76, 252, 0.14);
    border-radius: 9999px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
    color: #8433f4;
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 700;
    gap: 0.45rem;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    padding: 0.45rem 0.95rem;
    text-transform: uppercase;
}

.about-section-tag i {
    font-size: 0.85rem;
    line-height: 1;
}

.about-mv-card {
    border-radius: 1.25rem;
    padding: clamp(1.75rem, 3vw, 2.5rem);
}

.about-mv-card--mission {
    background: #fff;
    border: 1px solid rgba(139, 76, 252, 0.1);
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.08);
}

.about-mv-card--vision {
    background: linear-gradient(135deg, #8b4cfc 0%, #8990e9 100%);
    box-shadow: 0 18px 40px rgba(139, 76, 252, 0.22);
    color: #fff;
}

.about-mv-card__icon {
    align-items: center;
    border-radius: 1rem;
    display: inline-flex;
    font-size: 1.35rem;
    height: 3.5rem;
    justify-content: center;
    margin-bottom: 1.25rem;
    width: 3.5rem;
}

.about-mv-card--mission .about-mv-card__icon {
    background: #8b4cfc;
    box-shadow: 0 10px 24px rgba(139, 76, 252, 0.28);
    color: #fff;
}

.about-mv-card--mission .about-mv-card__icon i,
.about-mv-card--vision .about-mv-card__icon i {
    display: block;
    line-height: 1;
}

.about-mv-card--vision .about-mv-card__icon {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.about-mv-card__title {
    color: #212121;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.875rem;
}

.about-mv-card--vision .about-mv-card__title {
    color: #fff;
}

.about-mv-card__text {
    color: #4f4f4f;
    font-size: 0.9375rem;
    line-height: 1.65;
}

.about-mv-card--vision .about-mv-card__text {
    color: rgba(255, 255, 255, 0.92);
}

.about-value-row {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
}

.about-value-row__icon {
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.about-points__item {
    align-items: flex-start;
    border-top: 1px solid #f3f4f6;
    display: flex;
    gap: 0.875rem;
    padding: 1rem 0;
}

.about-points__item:first-child {
    border-top: 0;
    padding-top: 0;
}

.about-points__item i {
    flex-shrink: 0;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0.1rem;
}

.about-page .hello-box .small-title {
    color: #212121;
    font-family: "Poppins", "Helvetica Neue", sans-serif;
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

@media (max-width: 991.98px) {
    .about-proof {
        margin-top: 0.25rem;
    }

    .about-quote-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .about-quote-pager {
        flex: 1 1 auto;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .about-page .about-page__h1 {
        font-size: 1.85rem;
    }

    .about-page .section--features__title .small-title,
    .about-page .hello-box .small-title {
        font-size: 1.375rem !important;
    }
}
