/* ===== Page Hero ===== */
.ac-hero {
    position: relative;
    background: var(--secondary-color);
    padding: 5rem 0 5.5rem;
    overflow: hidden;
}

.ac-hero-overlay {
    position: absolute;
    inset: 0;
    background: url('../assets/images/about-banner.png') center / cover no-repeat;
    opacity: 0.08;
}

/* Decorative floating shapes */
.ac-hero-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(219, 22, 53, 0.12);
    pointer-events: none;
}

.ac-hero-shape--1 {
    width: 320px;
    height: 320px;
    top: -80px;
    left: -80px;
}

.ac-hero-shape--2 {
    width: 200px;
    height: 200px;
    bottom: -60px;
    right: 10%;
    background: rgba(255, 255, 255, 0.05);
}

.ac-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.82rem;
}

.ac-breadcrumb .breadcrumb-item.active {
    color: #fff;
    font-size: 0.82rem;
}

.ac-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.35);
}

.ac-hero h1 {
    font-size: 2.4rem;
}

.ac-hero-subtitle {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    max-width: 560px;
    line-height: 1.8;
    margin-bottom: 2rem;
}

/* Hero stats strip */
.ac-hero-stats {
    display: inline-flex;
    align-items: center;
    gap: 0;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
    flex-wrap: wrap;
}

.ac-hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.35rem 1.25rem;
}

.ac-hero-stat-num {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
}

.ac-hero-stat-label {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.55);
    white-space: nowrap;
}

.ac-hero-stat-sep {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

/* ===== Shared ===== */
.ac-section-head {
    max-width: 640px;
}

.ac-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(4, 28, 62, 0.07);
    color: var(--secondary-color);
    padding: 0.3rem 1.1rem;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 700;
}

.ac-section-tag--gold {
    background: rgba(212, 175, 55, 0.12);
    color: #b8860b;
}

.ac-section-sub {
    color: #666;
    font-size: 0.93rem;
    line-height: 1.8;
    margin-top: 0.5rem;
}

/* Status badges */
.ac-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.85rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
}

.ac-status-badge--active {
    background: rgba(25, 135, 84, 0.1);
    color: #198754;
}

.ac-status-badge--expired {
    background: rgba(108, 117, 125, 0.1);
    color: #6c757d;
}

.ac-intl-badge {
    background: rgba(2, 32, 103, 0.08);
    color: var(--secondary-color);
    padding: 0.25rem 0.85rem;
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 700;
}

/* Meta items */
.ac-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    color: #888;
}

.ac-meta-item i {
    font-size: 0.7rem;
    color: var(--primary-color);
}

/* ===== Accreditations Section ===== */
.ac-accreditations-section {
    background: #f6f8fc;
}

/* ---- Featured JCI Card ---- */
.ac-featured-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 36px rgba(0, 0, 0, 0.08);
    border: 1.5px solid #eef0f4;
    border-right: 4px solid #c9a227;
}

.ac-featured-logo-col {
    background: linear-gradient(135deg, #041c3e 0%, #022067 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1.5rem;
    gap: 0.75rem;
}

.ac-logo-circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.ac-logo-circle--gold {
    background: rgba(212, 175, 55, 0.2);
    color: #d4af37;
    border: 2px solid rgba(212, 175, 55, 0.4);
}

.ac-featured-abbr {
    font-size: 1.6rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
}

.ac-featured-info {
    padding: 2rem 2rem 2rem 1.5rem;
}

.ac-featured-body {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.8;
}

.ac-featured-cta {
    background: #f9fafb;
    border-right: 1px solid #eef0f4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 2rem 1.5rem;
}

.ac-download-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
    padding: 0.7rem 1.5rem;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 700;
    width: 100%;
    justify-content: center;
    transition: background 0.2s;
}

.ac-download-btn:hover {
    background: #b80f2c;
    color: #fff;
}

.ac-verify-link {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--secondary-color);
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.ac-verify-link:hover {
    color: var(--primary-color);
}

/* ---- Accreditation Cards ---- */
.ac-card {
    background: #fff;
    border-radius: 18px;
    padding: 1.5rem;
    border: 1.5px solid #eef0f4;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s, box-shadow 0.25s;
}

.ac-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.09);
}

.ac-card-top {
    margin-bottom: 1rem;
}

.ac-logo-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 16px;
    font-size: 1.4rem;
    flex-shrink: 0;
    gap: 2px;
}

.ac-logo-box span {
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.5px;
    line-height: 1;
}

.ac-logo-box--green  { background: rgba(25, 135, 84, 0.1); color: #198754; }
.ac-logo-box--blue   { background: rgba(13, 110, 253, 0.1); color: #0d6efd; }
.ac-logo-box--purple { background: rgba(111, 66, 193, 0.1); color: #6f42c1; }
.ac-logo-box--teal   { background: rgba(32, 178, 170, 0.1); color: #20b2aa; }
.ac-logo-box--orange { background: rgba(253, 126, 20, 0.1); color: #fd7e14; }

.ac-card-body {
    flex: 1;
}

.ac-card-issuer {
    font-size: 0.75rem;
    color: #aaa;
    margin-bottom: 0.6rem;
    font-style: italic;
}

.ac-card-desc {
    font-size: 0.84rem;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

.ac-card-footer {
    border-top: 1px solid #f0f2f5;
    padding-top: 0.85rem;
    margin-top: 1rem;
}

.ac-card-link {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(219, 22, 53, 0.08);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    text-decoration: none;
    transition: background 0.2s;
}

.ac-card-link:hover {
    background: var(--primary-color);
    color: #fff;
}

/* ===== Awards Section ===== */
.ac-awards-section {
    background: #fff;
}

/* ---- Featured Award ---- */
.ac-award-featured {
    background: linear-gradient(135deg, #041c3e 0%, #022067 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(4, 28, 62, 0.25);
}

.ac-award-featured-icon-col {
    background: rgba(255, 255, 255, 0.05);
    padding: 2.5rem 2rem;
    min-width: 160px;
    flex-shrink: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.ac-trophy-wrap {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.2);
    border: 2px solid rgba(212, 175, 55, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #d4af37;
    margin-bottom: 0.75rem;
}

.ac-award-year-big {
    font-size: 1.5rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.7);
}

.ac-award-featured-body {
    padding: 2rem 2rem 2rem 1.5rem;
}

.ac-award-featured-body h4 {
    color: #fff;
    font-size: 1.2rem;
}

.ac-award-issuer {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 0.75rem;
}

.ac-award-featured-body .ac-award-issuer { color: rgba(255, 255, 255, 0.55); }

.ac-award-desc {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.75;
    margin: 0;
}

.ac-award-featured .ac-award-desc { color: rgba(255, 255, 255, 0.72); }

.ac-award-quote {
    margin: 0;
    padding: 0.85rem 1.25rem;
    border-right: 3px solid var(--primary-color);
    background: rgba(255, 255, 255, 0.06);
    border-radius: 0 8px 8px 0;
    font-size: 0.82rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.65);
}

.ac-award-quote cite {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
}

/* Award badges */
.ac-award-badge {
    display: inline-block;
    padding: 0.2rem 0.75rem;
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 700;
}

.ac-award-badge--gold     { background: rgba(212, 175, 55, 0.15); color: #b8860b; }
.ac-award-badge--silver   { background: rgba(108, 117, 125, 0.12); color: #5a6268; }
.ac-award-badge--national { background: rgba(25, 135, 84, 0.1); color: #198754; }
.ac-award-badge--regional { background: rgba(13, 110, 253, 0.1); color: #0d6efd; }
.ac-award-badge--intl     { background: rgba(111, 66, 193, 0.1); color: #6f42c1; }

/* ---- Regular Award Cards ---- */
.ac-award-card {
    background: #fff;
    border-radius: 18px;
    padding: 1.5rem;
    border: 1.5px solid #eef0f4;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s, box-shadow 0.25s;
}

.ac-award-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.09);
}

.ac-award-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(212, 175, 55, 0.12);
    color: #b8860b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.ac-award-card-icon--blue   { background: rgba(13, 110, 253, 0.1); color: #0d6efd; }
.ac-award-card-icon--green  { background: rgba(25, 135, 84, 0.1); color: #198754; }
.ac-award-card-icon--purple { background: rgba(111, 66, 193, 0.1); color: #6f42c1; }
.ac-award-card-icon--red    { background: rgba(219, 22, 53, 0.09); color: var(--primary-color); }
.ac-award-card-icon--orange { background: rgba(253, 126, 20, 0.1); color: #fd7e14; }

.ac-award-year {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #aaa;
    margin-bottom: 0.5rem;
}

.ac-award-card .ac-award-issuer {
    color: #999;
    font-size: 0.77rem;
}

.ac-award-card .ac-award-desc {
    color: #666;
    font-size: 0.82rem;
    line-height: 1.7;
    flex: 1;
}

/* ===== CTA Section ===== */
.ac-cta-section {
    background: var(--secondary-color);
}

.ac-cta-inner {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2.5rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.ac-cta-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: rgba(212, 175, 55, 0.18);
    color: #d4af37;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    flex-shrink: 0;
}

.ac-cta-text {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.9rem;
    line-height: 1.7;
    margin: 0;
}

.ac-cta-inner > div:nth-child(2) {
    flex: 1;
    min-width: 220px;
}

.ac-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
    padding: 0.75rem 1.75rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    transition: background 0.2s;
    white-space: nowrap;
}

.ac-cta-btn-primary:hover {
    background: #b80f2c;
    color: #fff;
}

.ac-cta-btn-outline {
    display: inline-flex;
    align-items: center;
    background: transparent;
    color: #fff;
    text-decoration: none;
    padding: 0.75rem 1.75rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    transition: border-color 0.2s, background 0.2s;
    white-space: nowrap;
}

.ac-cta-btn-outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

/* ===== Responsive ===== */
@media (max-width: 991.98px) {
    .ac-featured-card {
        border-right: 1.5px solid #eef0f4;
        border-top: 4px solid #c9a227;
    }

    .ac-featured-cta {
        border-right: none;
        border-top: 1px solid #eef0f4;
        flex-direction: row;
        padding: 1.25rem 1.5rem;
    }

    .ac-award-featured-icon-col {
        border-left: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 1.5rem;
        flex-direction: row;
        gap: 1.25rem;
        min-width: unset;
    }

    .ac-cta-inner {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .ac-hero-stats {
        border-radius: 16px;
        padding: 0.5rem;
    }

    .ac-hero h1 {
        font-size: 1.8rem;
    }

    .ac-hero-stat {
        padding: 0.35rem 0.75rem;
    }
}
