.about-page {
    font-family: inherit;
    color: #1c2740;
}

.about-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================
   HERO – Xəritə arxa planda
   ============================ */
.about-hero {
    position: relative;
    background: #f5f8ff;
    padding: 120px 0 80px;
    overflow: hidden;
}

/* hero içindəki container mərkəzlənsin və ortalanmış olsun */
.about-hero > .about-container {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 340px;
}

/* xəritə fonu */
.about-hero__bg {
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
    width: 40vw;          /* ekran eninə görə */
    min-width: 500px;     /* böyük monitorlarda da dolu görünsün */
    opacity: .95;
    z-index: 1;
}

.about-hero__bg img {
    width: 100%;
    height: auto;
    display: block;
}

/* yazı bloku – xəritənin üstündə */
.about-hero__content {
    position: relative;
    z-index: 2;
    max-width: 480px;
}

.about-hero__title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 20px;
}

.about-hero__text {
    font-size: 15px;
    line-height: 1.7;
    color: #4a5570;
    margin: 0;
}

/* ============================
   HERO ICONS
   ============================ */
.about-hero-icons {
    background: #f5f8ff;
    padding: 0 0 60px;
}

.about-hero-icons__row {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.about-hero-icon {
    flex: 1 1 0;
    min-width: 140px;
    text-align: center;
    background: #fff;
    border-radius: 16px;
    padding: 18px 12px;
    box-shadow: 0 10px 30px rgba(0, 24, 73, .07);
}

.about-hero-icon__circle {
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background: #e7efff;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-hero-icon__circle img {
    width: 80px;
    height: 66px;
    object-fit: contain;
}

.about-hero-icon__title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.about-hero-icon__desc {
    font-size: 13px;
    color: #6b7280;
}

/* GENERAL LABEL + TITLE */
.about-section-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #1950a3;
    margin-bottom: 8px;
}

.about-section-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 16px;
}

/* CREDIT */
.about-credit {
    background: #1c2740;
    color: #fff;
    padding: 70px 0;
}

.about-credit__inner {
    display: flex;
    align-items: center;
    gap: 40px;
}

.about-credit__image img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.about-credit__content {
    flex: 1;
    font-size: 14px;
    line-height: 1.8;
}

.about-credit__text {
    margin-bottom: 14px;
}

.about-credit__list {
    margin: 0;
    padding-left: 18px;
}

.about-credit__list li {
    margin-bottom: 6px;
}

/* PROFESSIONAL */
.about-professional {
    background: #fff;
    padding: 80px 0;
}

.about-professional__inner {
    display: flex;
    align-items: center;
    gap: 50px;
}

.about-professional__text p {
    color: #4a5570;
    line-height: 1.8;
    margin: 0;
}

.about-professional__image img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}

/* PARTNERS */
.about-partners {
    background: #1c2740;
    padding: 22px 0;
}

.about-partners__inner {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.about-partners__inner img {
    height: 32px;
    object-fit: contain;
}

/* REPAIR */
.about-repair {
    background: #fff;
    padding: 80px 0;
}

.about-repair__inner {
    display: flex;
    align-items: center;
    gap: 50px;
}

.about-repair__text p {
    color: #4a5570;
    line-height: 1.7;
    margin: 0;
    max-width: 420px;
}

.about-repair__visual {
    position: relative;
    flex: 1;
}

.about-repair__bg {
    width: 100%;
    height: 260px;
    border-radius: 18px;
    object-fit: cover;
}

.about-repair__card {
    position: absolute;
    right: 40px;
    bottom: -30px;
    width: 320px;
    background: #fff;
    border-radius: 18px;
    padding: 18px 20px;
    box-shadow: 0 18px 50px rgba(0, 24, 73, .18);
}

.about-repair__card-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #1950a3;
}

.about-repair__card-title {
    font-size: 18px;
    font-weight: 700;
    margin: 8px 0 10px;
}

.about-repair__card-text {
    font-size: 14px;
    color: #4a5570;
    margin: 0;
}

/* TEAM */
.about-team {
    background: #fff;
    padding: 90px 0 60px;
}

.about-team__grid {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.about-team-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 24, 73, .06);
    padding: 18px 14px 22px;
    text-align: center;
}

.about-team-card__img {
    width: 100%;
    height: 190px;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 12px;
}

.about-team-card__name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
}

.about-team-card__role {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}

/* FAQ */
.about-faq {
    background: #f5f8ff;
    padding: 60px 0 100px;
}

.about-faq__inner {
    max-width: 900px;
    margin: 0 auto;
}

.about-faq__list {
    margin-top: 26px;
}

.faq-item {
    background: #fff;
    border-radius: 14px;
    margin-bottom: 10px;
    box-shadow: 0 8px 24px rgba(0, 24, 73, .06);
    overflow: hidden;
}

.faq-item__header {
    width: 100%;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: left;
}

.faq-item__index {
    font-size: 14px;
    font-weight: 600;
    color: #1950a3;
}

.faq-item__question {
    flex: 1;
    font-size: 15px;
}

.faq-item__icon {
    width: 18px;
    height: 18px;
    position: relative;
}

.faq-item__icon:before,
.faq-item__icon:after {
    content: "";
    position: absolute;
    inset: 50%;
    width: 14px;
    height: 2px;
    background: #1c2740;
    transform: translate(-50%, -50%);
    transition: .25s;
}

.faq-item__icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.active .faq-item__icon:after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.faq-item__body {
    max-height: 0;
    overflow: hidden;
    padding: 0 18px;
    transition: max-height .25s, padding-bottom .25s;
    font-size: 14px;
    color: #4a5570;
}

.faq-item__body p {
    margin: 0 0 14px;
}

.faq-item.active .faq-item__body {
    max-height: 200px;
    padding-bottom: 14px;
}

/* ============================
   RESPONSIVE
   ============================ */
@media (max-width:1024px) {

    .about-hero > .about-container {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
    }

    .about-hero__bg {
        right: -40%;
        width: 110vw;
        min-width: 0;
        opacity: 0.9;
    }

    .about-credit__inner,
    .about-professional__inner,
    .about-repair__inner {
        flex-direction: column;
    }

    .about-repair__card {
        position: static;
        margin-top: -50px;
    }

    .about-team__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width:640px) {
    .about-hero {
        padding: 80px 0 50px;
    }

    .about-hero__title {
        font-size: 30px;
    }

    .about-hero-icons__row {
        gap: 14px;
    }

    .about-hero-icon {
        flex: 1 1 calc(50% - 14px);
    }

    .about-team__grid {
        grid-template-columns: 1fr;
    }
}
