/* assets/frontend/css/about.css */

/* ===== BASE ===== */
.about-wrap {
    color: #1a2942;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.ab-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.ab-section {
    padding: 72px 0;
}

.ab-section--alt {
    background: #f5f7fb;
}

.ab-section-head {
    text-align: center;
    margin-bottom: 48px;
}

.ab-section-sub {
    font-size: 15px;
    color: #5a6e8a;
    max-width: 580px;
    margin: 12px auto 0;
    line-height: 1.7;
}

.ab-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1d9e75;
    margin-bottom: 10px;
}

.ab-title {
    font-size: 28px;
    font-weight: 600;
    color: #1a2942;
    line-height: 1.3;
    margin: 0;
}

/* ===== HERO ===== */
.ab-hero {
    background: #0d1f38;
    position: relative;
    overflow: hidden;
    padding: 80px 24px 72px;
}

.ab-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.ab-hero-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.07;
    background: #f4a228;
}

.ab-hero-shape--1 {
    width: 400px;
    height: 400px;
    top: -100px;
    right: -80px;
}

.ab-hero-shape--2 {
    width: 260px;
    height: 260px;
    bottom: -80px;
    left: 10%;
    background: #1d9e75;
    opacity: 0.09;
}

.ab-hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.ab-hero-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f4a228;
    border: 0.5px solid rgba(244, 162, 40, 0.4);
    border-radius: 20px;
    padding: 4px 14px;
    margin-bottom: 20px;
}

.ab-hero-title {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    color: #e8eef8;
    line-height: 1.2;
    margin: 0 0 18px;
}

.ab-hero-title span {
    color: #f4a228;
}

.ab-hero-sub {
    font-size: 16px;
    color: #8fa3c0;
    max-width: 640px;
    line-height: 1.75;
    margin: 0 0 48px;
}

.ab-hero-stats {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
    gap: 0;
    background: rgba(255, 255, 255, 0.04);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 24px 32px;
    width: fit-content;
    gap: 0;
}

.ab-hero-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 32px;
}

.ab-hero-stat:first-child {
    padding-left: 0;
}

.ab-hero-stat:last-child {
    padding-right: 0;
}

.ab-hero-stat-num {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

.ab-hero-stat-label {
    font-size: 12px;
    color: #8fa3c0;
}

.ab-hero-stat-divider {
    width: 0.5px;
    height: 36px;
    background: rgba(255, 255, 255, 0.15);
}

/* ===== STORY ===== */
.ab-story {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 64px;
    align-items: center;
}

.ab-story-img {
    position: relative;
    height: 300px;
}

.ab-story-img-box {
    position: absolute;
    inset: 0;
    background: #0d1f38;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ab-story-year {
    font-size: 64px;
    font-weight: 800;
    color: #f4a228;
    line-height: 1;
}

.ab-story-year-label {
    font-size: 13px;
    color: #8fa3c0;
    font-weight: 500;
}

.ab-story-img-deco {
    position: absolute;
    bottom: -16px;
    right: -16px;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    background: #1d9e75;
    opacity: 0.2;
    z-index: -1;
}

.ab-story-content {
    padding: 0;
}

.ab-story-content .ab-label {
    margin-bottom: 10px;
}

.ab-story-content .ab-title {
    margin-bottom: 20px;
}

.ab-story-content p {
    font-size: 15px;
    color: #5a6e8a;
    line-height: 1.75;
    margin: 0 0 14px;
}

.ab-milestone-row {
    display: flex;
    gap: 0;
    margin-top: 28px;
    border-top: 0.5px solid #e2e8f0;
    padding-top: 24px;
    flex-wrap: wrap;
    gap: 16px;
}

.ab-milestone {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 90px;
}

.ab-milestone-year {
    font-size: 16px;
    font-weight: 700;
    color: #0d1f38;
}

.ab-milestone-text {
    font-size: 12px;
    color: #8fa3c0;
    line-height: 1.4;
}

/* ===== MISSION ===== */
.ab-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ab-mission-card {
    background: #ffffff;
    border: 0.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 32px;
}

.ab-mission-card--primary {
    background: #0d1f38;
    border-color: transparent;
}

.ab-mission-card--primary .ab-mission-label {
    color: #f4a228;
}

.ab-mission-card--primary h3 {
    color: #e8eef8;
}

.ab-mission-card--primary p {
    color: #8fa3c0;
}

.ab-mission-card--primary .ab-mission-icon {
    color: #f4a228;
    background: rgba(244, 162, 40, 0.12);
    border-color: rgba(244, 162, 40, 0.2);
}

.ab-mission-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #f0faf5;
    border: 0.5px solid #b6e6d4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d9e75;
    margin-bottom: 18px;
}

.ab-mission-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1d9e75;
    margin-bottom: 8px;
}

.ab-mission-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a2942;
    margin: 0 0 12px;
    line-height: 1.35;
}

.ab-mission-card p {
    font-size: 14px;
    color: #5a6e8a;
    line-height: 1.75;
    margin: 0;
}

/* ===== NUMBERS ===== */
.ab-numbers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.ab-number-card {
    background: #f5f7fb;
    border: 0.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.ab-number-card:hover {
    border-color: #b6e6d4;
    box-shadow: 0 4px 20px rgba(29, 158, 117, 0.08);
}

.ab-number-val {
    font-size: 28px;
    font-weight: 700;
    color: #0d1f38;
    margin-bottom: 4px;
}

.ab-number-key {
    font-size: 13px;
    font-weight: 600;
    color: #1d9e75;
    margin-bottom: 10px;
}

.ab-number-desc {
    font-size: 13px;
    color: #8fa3c0;
    line-height: 1.65;
}

/* ===== SERVICES ===== */
.ab-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.ab-service-card {
    background: #ffffff;
    border: 0.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 24px;
    transition: box-shadow 0.2s;
}

.ab-service-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
}

.ab-service-ico {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.ab-service-ico--blue {
    background: #e6f1fb;
    color: #185fa5;
}

.ab-service-ico--green {
    background: #eaf3de;
    color: #3b6d11;
}

.ab-service-ico--orange {
    background: #faeeda;
    color: #854f0b;
}

.ab-service-ico--purple {
    background: #eeedfe;
    color: #534ab7;
}

.ab-service-ico--teal {
    background: #e1f5ee;
    color: #0f6e56;
}

.ab-service-ico--red {
    background: #fcebeb;
    color: #a32d2d;
}

.ab-service-card h4 {
    font-size: 15px;
    font-weight: 600;
    color: #1a2942;
    margin: 0 0 8px;
}

.ab-service-card p {
    font-size: 13px;
    color: #5a6e8a;
    line-height: 1.7;
    margin: 0 0 14px;
}

.ab-service-tag {
    font-size: 11.5px;
    font-weight: 600;
    color: #1d9e75;
    background: #e1f5ee;
    border-radius: 20px;
    padding: 3px 10px;
    display: inline-block;
}

/* ===== TEAM ===== */
.ab-team {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.ab-team-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #ffffff;
    border: 0.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 24px;
}

.ab-team-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
}

.ab-team-avatar--a {
    background: #CECBF6;
    color: #3C3489;
}

.ab-team-avatar--b {
    background: #9FE1CB;
    color: #085041;
}

.ab-team-avatar--c {
    background: #FAC775;
    color: #633806;
}

.ab-team-avatar--d {
    background: #F5C4B3;
    color: #712B13;
}

.ab-team-name {
    font-size: 15px;
    font-weight: 600;
    color: #1a2942;
    margin-bottom: 2px;
}

.ab-team-role {
    font-size: 12px;
    color: #1d9e75;
    font-weight: 500;
    margin-bottom: 10px;
}

.ab-team-bio {
    font-size: 13px;
    color: #5a6e8a;
    line-height: 1.65;
    margin: 0;
}

/* ===== PROVINCES ===== */
.ab-provinces {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.ab-province {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 8px;
    border: 0.5px solid #e2e8f0;
    background: #fff;
    text-decoration: none;
    transition: all 0.2s;
}

.ab-province:hover {
    border-color: #1d9e75;
    background: #f0faf5;
}

.ab-province--active {
    background: #0d1f38;
    border-color: transparent;
}

.ab-province--active .ab-province-name {
    color: #ffffff;
}

.ab-province--active .ab-province-count {
    color: #f4a228;
}

.ab-province-name {
    font-size: 14px;
    font-weight: 500;
    color: #1a2942;
}

.ab-province-count {
    font-size: 12px;
    color: #8fa3c0;
}

/* ===== PARTNERS ===== */
.ab-partners {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 32px;
}

.ab-partner {
    background: #fff;
    border: 0.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 20px 12px;
    text-align: center;
    transition: box-shadow 0.2s;
}

.ab-partner:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.ab-partner-logo {
    font-size: 15px;
    font-weight: 700;
    color: #1a2942;
    margin-bottom: 6px;
}

.ab-partner-sub {
    font-size: 11px;
    color: #8fa3c0;
}

.ab-cert-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.ab-cert {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #5a6e8a;
    background: #f0faf5;
    border-radius: 6px;
    padding: 8px 14px;
}

/* ===== REVIEWS ===== */
.ab-reviews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.ab-review-card {
    background: #fff;
    border: 0.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 24px;
}

.ab-review-stars {
    color: #f4a228;
    font-size: 14px;
    margin-bottom: 12px;
    letter-spacing: 2px;
}

.ab-review-text {
    font-size: 14px;
    color: #5a6e8a;
    line-height: 1.7;
    margin: 0 0 18px;
    font-style: italic;
}

.ab-review-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ab-review-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e6f1fb;
    color: #185fa5;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ab-review-name {
    font-size: 13px;
    font-weight: 600;
    color: #1a2942;
}

.ab-review-loc {
    font-size: 12px;
    color: #8fa3c0;
}

/* ===== CTA ===== */
.ab-cta {
    background: #0d1f38;
    border-radius: 20px;
    padding: 48px;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 48px;
    align-items: center;
}

.ab-cta-content h2 {
    font-size: 26px;
    font-weight: 700;
    color: #e8eef8;
    margin: 0 0 14px;
}

.ab-cta-content p {
    font-size: 15px;
    color: #8fa3c0;
    line-height: 1.7;
    margin: 0 0 24px;
}

.ab-cta-contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
}

.ab-cta-contact {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: #8fa3c0;
}

.ab-cta-contact strong {
    color: #d4e3f7;
}

.ab-cta-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.ab-btn-primary {
    background: #f4a228;
    color: #1a1100;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s;
}

.ab-btn-primary:hover {
    background: #e09220;
}

.ab-btn-ghost {
    background: rgba(255, 255, 255, 0.07);
    color: #d4e3f7;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 22px;
    border-radius: 8px;
    border: 0.5px solid rgba(255, 255, 255, 0.15);
    text-decoration: none;
    transition: background 0.2s;
}

.ab-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.12);
}

.ab-cta-deco-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 28px 24px;
}

.ab-cta-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ab-cta-stat-num {
    font-size: 22px;
    font-weight: 800;
    color: #f4a228;
}

.ab-cta-stat-label {
    font-size: 13px;
    color: #8fa3c0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .ab-hero-stats {
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .ab-hero-stat-divider {
        width: 100%;
        height: 0.5px;
    }

    .ab-hero-stat {
        padding: 0;
    }

    .ab-story {
        grid-template-columns: 1fr;
    }

    .ab-story-img {
        height: 160px;
    }

    .ab-two-col {
        grid-template-columns: 1fr;
    }

    .ab-numbers {
        grid-template-columns: repeat(2, 1fr);
    }

    .ab-services {
        grid-template-columns: repeat(2, 1fr);
    }

    .ab-team {
        grid-template-columns: 1fr;
    }

    .ab-partners {
        grid-template-columns: repeat(2, 1fr);
    }

    .ab-reviews {
        grid-template-columns: 1fr;
    }

    .ab-cta {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .ab-section {
        padding: 48px 0;
    }

    .ab-numbers {
        grid-template-columns: 1fr;
    }

    .ab-services {
        grid-template-columns: 1fr;
    }

    .ab-partners {
        grid-template-columns: repeat(2, 1fr);
    }

    .ab-cta {
        padding: 28px 20px;
    }
}