/* ═══ ABOUT PAGE — v2 (mockup match) ═══ */
.ab {
    background: #0f1114;
    color: #e8eaed;
    font-family: Rubik, sans-serif
}

.ab-sec__inner,
.ab-hero__inner,
.ab-stats__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px
}

.ab-label {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #a78bfa
}

.ab-accent {
    color: #a78bfa
}

/* ── BUTTONS ── */
.ab-btn {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: .15s
}

.ab-btn--primary {
    background: #7b22ff;
    color: #fff !important;
    border: 1px solid #7b22ff
}

.ab-btn--primary:hover {
    background: #6818d6;
    border-color: #6818d6
}

.ab-btn--outline {
    background: transparent;
    color: #e8eaed !important;
    border: 1px solid #2f333b
}

.ab-btn--outline:hover {
    border-color: #7b22ff;
    color: #fff !important
}

/* ── HERO ── */
.ab-hero {
    padding: 56px 0 44px;
    border-bottom: 1px solid #1c1f24
}

.ab-hero__inner {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 44px;
    align-items: center
}

.ab-hero__title {
    margin: 0 0 10px;
    font-size: 42px;
    line-height: 1.12;
    font-weight: 700;
    color: #fff
}

.ab-hero__sub {
    margin: 0 0 16px;
    font-size: 17px;
    font-weight: 600;
    color: #fff
}

.ab-hero__desc {
    margin: 0 0 26px;
    max-width: 460px;
    font-size: 14.5px;
    line-height: 1.7;
    color: #9aa0aa
}

.ab-hero__ctas {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

/* poster fan */
.ab-hero__fan {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 300px
}

.ab-fan__item {
    width: 128px;
    height: 190px;
    object-fit: cover;
    border-radius: 6px;
    background: #1c1f24;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .5);
    transition: transform .25s
}

.ab-fan__item--1 { transform: rotate(-7deg) translateY(14px) }
.ab-fan__item--2 { transform: rotate(-3deg) translateY(4px) }

.ab-fan__item--3 {
    width: 168px;
    height: 248px;
    z-index: 2;
    border: 3px solid #7b22ff;
    box-shadow: 0 16px 40px rgba(123, 34, 255, .35)
}

.ab-fan__item--4 { transform: rotate(3deg) translateY(4px) }
.ab-fan__item--5 { transform: rotate(7deg) translateY(14px) }

.ab-hero__fan:hover .ab-fan__item { transform: none }
.ab-hero__fan:hover .ab-fan__item--3 { transform: scale(1.02) }

/* ── STATS ── */
.ab-stats {
    padding: 30px 0;
    border-bottom: 1px solid #1c1f24;
    background: #121419
}

.ab-stats__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.ab-stat {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 4px 0
}

.ab-stat:not(:last-child) {
    border-right: 1px solid #1e2128
}

.ab-stat__ico {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(139, 92, 246, .12);
    border: 1px solid rgba(139, 92, 246, .28);
    color: #a78bfa
}

.ab-stat__ico svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round
}

.ab-stat__num {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    font-variant-numeric: tabular-nums
}

.ab-stat__label {
    margin-top: 3px;
    font-size: 12.5px;
    line-height: 1.45;
    color: #9aa0aa
}

.ab-stat__label small {
    font-size: 12px;
    color: #6b7079
}

/* ── SECTIONS ── */
.ab-sec {
    padding: 46px 0;
    border-bottom: 1px solid #1c1f24
}

.ab-sec__head {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
    background: none;
    border: 0;
    font-family: inherit;
    text-align: left;
    cursor: default
}

.ab-sec__head--center {
    justify-content: center;
    text-align: center
}

.ab-sec__ico {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(139, 92, 246, .14);
    border: 1px solid rgba(139, 92, 246, .28);
    color: #a78bfa
}

.ab-sec__ico svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round
}

.ab-sec__title {
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

.ab-chev {
    display: none;
    margin-left: auto;
    width: 9px;
    height: 9px;
    border-right: 2px solid #9aa0aa;
    border-bottom: 2px solid #9aa0aa;
    transform: rotate(-135deg);
    transition: transform .22s;
    flex-shrink: 0
}

/* ── WHY ── */
.ab-why__grid {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 44px;
    align-items: start
}

.ab-why__copy p {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.75;
    color: #9aa0aa
}

.ab-why__copy p:last-child {
    margin-bottom: 0
}

.ab-why__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.ab-card {
    padding: 20px 16px;
    background: #15181d;
    border: 1px solid #1e2128;
    border-radius: 14px;
    transition: .15s
}

.ab-card:hover {
    border-color: rgba(139, 92, 246, .4);
    background: #171a20
}

.ab-card__ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: rgba(139, 92, 246, .14);
    color: #a78bfa
}

.ab-card__ico svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round
}

.ab-card strong {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    color: #fff
}

.ab-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #9aa0aa
}

/* ── COMMUNITY ── */
.ab-comm__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px
}

/* ── CLOSING BAND ── */
.ab-close {
    border-bottom: 0;
    padding: 40px 0 56px
}

.ab-close__grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr auto;
    gap: 28px;
    align-items: center;
    padding: 26px;
    background: rgba(139, 92, 246, .06);
    border: 1px solid rgba(139, 92, 246, .22);
    border-radius: 16px
}

.ab-close__col {
    display: flex;
    align-items: flex-start;
    gap: 14px
}

.ab-close__col--divider {
    padding-left: 28px;
    border-left: 1px solid #23262c
}

.ab-close__ico {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(139, 92, 246, .18);
    color: #a78bfa
}

.ab-close__ico svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round
}

.ab-close__title {
    display: block;
    margin-bottom: 6px;
    font-size: 15.5px;
    color: #fff
}

.ab-close__text {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #9aa0aa
}

.ab-close__ctas {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 190px
}

/* ── TABLET ── */
@media (max-width:1100px) {
    .ab-why__grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .ab-why__cards {
        grid-template-columns: repeat(2, 1fr)
    }

    .ab-comm__grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .ab-close__grid {
        grid-template-columns: 1fr;
        gap: 22px
    }

    .ab-close__col--divider {
        padding-left: 0;
        border-left: 0;
        padding-top: 20px;
        border-top: 1px solid #23262c
    }

    .ab-close__ctas {
        flex-direction: row;
        min-width: 0
    }

    .ab-close__ctas .ab-btn {
        flex: 1
    }
}

@media (max-width:960px) {
    .ab-hero__inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ab-hero__desc {
        max-width: none
    }

    .ab-stats__inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px 18px
    }

    .ab-stat:nth-child(2n) {
        border-right: 0
    }
}

/* ── MOBILE ── */
@media (max-width:860px) {
    .ab-sec {
        padding: 0;
        border-bottom: 0
    }

    .ab-sec__inner {
        padding: 0 18px
    }

    .ab-sec__head {
        padding: 16px 0;
        margin: 0;
        cursor: pointer;
        border-top: 1px solid #1c1f24
    }

    .ab-sec__head--center {
        justify-content: flex-start;
        text-align: left
    }

    .ab-sec__title {
        font-size: 15px
    }

    .ab-chev {
        display: block
    }

    .ab-sec.is-closed .ab-chev {
        transform: rotate(45deg);
        margin-top: -4px
    }

    .ab-sec.is-closed .ab-sec__body,
    .ab-sec.is-closed .ab-why__cards {
        display: none
    }

    .ab-why__grid {
        display: block
    }

    .ab-why__cards {
        grid-template-columns: 1fr;
        gap: 10px;
        padding-bottom: 18px
    }

    .ab-comm__grid {
        grid-template-columns: 1fr;
        gap: 10px;
        padding-bottom: 18px
    }

    .ab-card--row {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding: 14px
    }

    .ab-card--row .ab-card__ico {
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        margin-bottom: 0
    }

    .ab-card--row strong {
        margin-bottom: 3px
    }
}

@media (max-width:640px) {
    .ab-hero {
        padding: 32px 0 30px
    }

    .ab-hero__inner {
        padding: 0 18px
    }

    .ab-hero__title {
        font-size: 30px
    }

    .ab-hero__ctas {
        flex-direction: column
    }

    .ab-hero__ctas .ab-btn {
        width: 100%
    }

    .ab-hero__fan {
        min-height: 0;
        gap: 6px
    }

    .ab-fan__item {
        width: 74px;
        height: 110px
    }

    .ab-fan__item--3 {
        width: 96px;
        height: 142px;
        border-width: 2px
    }

    .ab-stats__inner {
        padding: 0 18px
    }

    .ab-stat {
        border-right: 0 !important
    }

    .ab-stat__num {
        font-size: 19px
    }

    .ab-stat__ico {
        flex: 0 0 38px;
        width: 38px;
        height: 38px
    }

    .ab-close {
        padding: 20px 18px 34px
    }

    .ab-close__grid {
        padding: 20px
    }

    .ab-close__ctas {
        flex-direction: column
    }
}
