/* ============================================================
   Awards & Certifications
   Mirrors the reference layout 1:1 (Poppins, Elementor metrics).
   Everything is scoped under .zac.
   ============================================================ */

.zac,
.zac *,
.zac *::before,
.zac *::after { box-sizing: border-box; }

.zac {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26.4px;
    color: #000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

.zac img { max-width: 100%; height: auto; display: block; }
.zac a { text-decoration: none; }
.zac p { margin: 0; }
.zac h1, .zac h2, .zac h3, .zac h4 { margin: 0; letter-spacing: normal; }
.zac ul { margin: 0; padding: 0; list-style: none; }

/* ===================== HERO ===================== */

.zac .zac-hero {
    display: flex;
    flex-direction: column;
    min-height: 438px;
    padding: 65px 65px 100px;
    background-color: #04102b;
    background-image: url("https://www.zazz.io/wp-content/uploads/2025/05/Awards-Certifications-3.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.zac .zac-crumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0 0 50px;
    margin-inline: -5.5px;
    font-size: 16px;
    line-height: 26.4px;
}

.zac .zac-crumb li {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-inline: 5.5px;
}

.zac .zac-crumb a,
.zac .zac-crumb .zac-crumb-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    transition: color .3s;
}

.zac .zac-crumb a:hover { color: #dadada; }
.zac .zac-crumb a:hover .zac-dot svg { fill: #dadada; }

.zac .zac-dot {
    display: flex;
    align-items: center;
    padding-inline-end: 4px;
}

.zac .zac-dot svg {
    width: 7px;
    height: 7px;
    margin-inline-end: 1.75px;
    fill: #fff;
    transition: fill .3s;
}

.zac .zac-crumb-label { padding-inline-start: 5px; }
.zac .zac-crumb .is-current { color: rgba(255, 255, 255, .75); }

.zac .zac-hero-row {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.zac .zac-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    flex: 1 1 62%;
    min-width: 0;
}

.zac .zac-hero-copy h1 {
    font-size: 51px;
    font-weight: 500;
    line-height: 65px;
    color: #fff;
}

.zac .zac-hero-text {
    margin-bottom: -25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}

.zac .zac-hero-spacer { flex: 1 1 38%; }

/* ===================== CERTIFICATIONS ===================== */

.zac .zac-certs {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 65px;
    background: #e6ebf5;
}

.zac .zac-certs h2 {
    font-size: 47px;
    font-weight: 600;
    line-height: 65px;
    color: #000;
    text-align: center;
}

.zac .zac-certs-sub {
    max-width: 600px;
    margin: 5px 0 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #5e5e5e;
    text-align: center;
}

.zac .zac-certs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 12px;
    width: 100%;
}

.zac .zac-cert {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 11px;
    padding: 24px 12px;
    background: #fff;
}

.zac .zac-cert-img {
    flex: 0 0 130px;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zac .zac-cert-img img { width: 130px; height: 130px; object-fit: contain; }

.zac .zac-cert-body { min-width: 0; }

.zac .zac-cert-body h3 {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #020101;
}

.zac .zac-cert-body p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #5e5e5e;
}

/* ===================== INDUSTRY AWARDS ===================== */

.zac .zac-awards {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 65px;
    background: #000;
}

.zac .zac-awards h2 {
    font-size: 47px;
    font-weight: 600;
    line-height: 65px;
    color: #fff;
    text-align: center;
}

.zac .zac-awards-sub {
    max-width: 600px;
    margin: 5px 0 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #c2c2c2;
    text-align: center;
}

.zac .zac-awards-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.zac .zac-award {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    min-width: 0;
    min-height: 350px;
    padding: 20px 10px;
    background-color: rgba(255, 255, 255, .12);
    background-image: url("https://www.zazz.io/wp-content/uploads/2025/05/Vector.png");
    background-position: top center;
    background-repeat: no-repeat;
}

.zac .zac-award-img {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 177px;
    margin-bottom: 15px;
}

.zac .zac-award-img img { max-height: 177px; width: auto; }

.zac .zac-award h3 {
    margin-bottom: 13px;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    text-align: center;
}

.zac .zac-award p {
    max-width: 296px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #868686;
    text-align: center;
}

.zac .zac-awards-note {
    max-width: 1195px;
    margin: 0 auto;
    padding: 30px 50px 0;
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    color: #868686;
    text-align: center;
}

.zac .zac-awards-note b {
    font-weight: 500;
    color: #fff;
}

/* ===================== CTA ===================== */

.zac .zac-cta {
    display: flex;
    flex-direction: row;
    padding: 60px 100px;
    background: #431bf7;
}

.zac .zac-cta-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    width: 70%;
}

.zac .zac-cta-brand img {
    width: auto;
    height: 44px;
    filter: brightness(0) invert(1);
}

.zac .zac-cta-copy p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
}

.zac .zac-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 45%;
}

.zac .zac-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    align-self: flex-end;
    width: 60%;
    max-width: 60%;
    padding: 16px 32px;
    border: 1px solid #0161ff;
    border-radius: 0;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #000;
    text-align: center;
}

.zac .zac-cta-btn svg { flex: 0 0 8px; width: 8px; height: 12px; }
.zac .zac-cta-btn svg path { stroke: currentColor; }

.zac .zac-cta-btn.is-ghost {
    border-color: #fff;
    background: rgba(255, 255, 255, 0);
    font-weight: 500;
    color: #fff;
}

/* ===================== RESPONSIVE ===================== */

@media (max-width: 1200px) {
    .zac .zac-hero { padding: 50px 50px 80px; }
    .zac .zac-hero-copy h1 { font-size: 44px; line-height: 54px; }
    .zac .zac-certs, .zac .zac-awards { padding: 50px; }
    .zac .zac-certs h2, .zac .zac-awards h2 { font-size: 40px; line-height: 52px; }
    .zac .zac-awards-note { font-size: 30px; line-height: 42px; }
    .zac .zac-award { flex-basis: calc((100% - 10px) / 2); }
}

@media (max-width: 1024px) {
    .zac .zac-hero { padding: 40px 40px 70px; min-height: 400px; }
    .zac .zac-hero-copy h1 { font-size: 36px; line-height: 46px; }
    .zac .zac-certs, .zac .zac-awards { padding: 40px; }
    .zac .zac-certs h2, .zac .zac-awards h2 { font-size: 36px; line-height: 46px; }
    .zac .zac-certs-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
    .zac .zac-hero { padding: 40px 20px 50px; }
    .zac .zac-hero-row { flex-direction: column; }
    .zac .zac-hero-copy { flex-basis: auto; width: 100%; }
    .zac .zac-hero-spacer { display: none; }
    .zac .zac-crumb { margin-bottom: 30px; font-size: 12px; }
    .zac .zac-hero-copy h1 { font-size: 31px; line-height: 41px; }
    .zac .zac-certs, .zac .zac-awards { padding: 50px 20px; }
    .zac .zac-certs h2, .zac .zac-awards h2 { font-size: 31px; line-height: 41px; }
    .zac .zac-certs-grid { grid-template-columns: 1fr; }
    .zac .zac-award { flex-basis: 100%; }
    .zac .zac-awards-note { font-size: 24px; line-height: 34px; padding: 30px 0 0; }
    .zac .zac-cta { flex-wrap: wrap; padding: 40px; }
    .zac .zac-cta-copy { width: 100%; margin-bottom: 40px; }
    .zac .zac-cta-actions { width: 100%; }
    .zac .zac-cta-btn { align-self: center; }
}
