
/*
 * TIPOGRAFI BAWAH SERASI V4
 * Menyesuaikan bagian yang masih terlalu kecil:
 * trust strip, isi tiga kartu informasi, Butuh Bantuan, dan footer.
 * Bagian header, hero, statistik utama, serta kartu keunggulan tidak diubah.
 * Kompatibel PHP 7.4.
 */

/* =========================
   TRUST STRIP
   ========================= */
.exact-trust-copy{
    font-size:13px !important;
    line-height:1.5 !important;
    font-weight:500 !important;
}

.exact-trust-item{
    font-size:12.5px !important;
    line-height:1.38 !important;
    font-weight:500 !important;
}

/* =========================
   TIGA KARTU INFORMASI
   ========================= */
.bottom-card h2{
    font-size:18px !important;
    line-height:1.3 !important;
    letter-spacing:-.25px !important;
    font-weight:600 !important;
}

.registration-step h3,
.audience-row h3{
    font-size:13.5px !important;
    line-height:1.3 !important;
    font-weight:600 !important;
}

.registration-step p,
.audience-row p,
.audience-intro{
    font-size:12.25px !important;
    line-height:1.5 !important;
    font-weight:400 !important;
}

.step-number{
    font-size:12.5px !important;
    line-height:1 !important;
    font-weight:600 !important;
}

.bottom-card-action{
    font-size:12px !important;
    line-height:1.2 !important;
    font-weight:600 !important;
}

.bottom-card-title select{
    font-size:11.5px !important;
    line-height:1.2 !important;
    font-weight:500 !important;
}

/* Informasi kuota */
.quota-info-item small{
    font-size:11.5px !important;
    line-height:1.25 !important;
    font-weight:400 !important;
}

.quota-info-item strong{
    font-size:21px !important;
    line-height:1 !important;
    letter-spacing:-.3px !important;
    font-weight:600 !important;
}

.quota-info-item em,
.quota-info-item p{
    font-size:10.5px !important;
    line-height:1.3 !important;
    font-weight:500 !important;
}

/* =========================
   BUTUH BANTUAN
   ========================= */
.support-agent h3{
    font-size:17px !important;
    line-height:1.2 !important;
    letter-spacing:-.1px !important;
    font-weight:600 !important;
}

.support-agent p{
    font-size:11.5px !important;
    line-height:1.4 !important;
    font-weight:400 !important;
}

.support-contact small{
    font-size:10.5px !important;
    line-height:1.2 !important;
    font-weight:400 !important;
}

.support-contact strong{
    font-size:14px !important;
    line-height:1.28 !important;
    font-weight:600 !important;
}

/* =========================
   FOOTER
   ========================= */
.footer-brand .logo strong{
    font-size:21px !important;
    line-height:1 !important;
    letter-spacing:-.45px !important;
    font-weight:600 !important;
}

.footer-brand .logo small{
    font-size:10px !important;
    line-height:1.25 !important;
    font-weight:400 !important;
}

.footer-brand p{
    font-size:11.5px !important;
    line-height:1.55 !important;
    font-weight:400 !important;
}

.footer-column h4{
    font-size:13px !important;
    line-height:1.25 !important;
    font-weight:600 !important;
}

.footer-column a{
    font-size:12px !important;
    line-height:1.38 !important;
    font-weight:400 !important;
}

.footer-bottom-exact{
    font-size:10.5px !important;
    line-height:1.35 !important;
    font-weight:400 !important;
}

/* Tablet */
@media(max-width:1080px){
    .exact-trust-copy{
        font-size:12.5px !important;
    }

    .exact-trust-item{
        font-size:12px !important;
    }

    .bottom-card h2{
        font-size:17px !important;
    }

    .registration-step h3,
    .audience-row h3{
        font-size:13px !important;
    }

    .registration-step p,
    .audience-row p,
    .audience-intro{
        font-size:11.75px !important;
    }

    .support-agent h3{
        font-size:16px !important;
    }

    .support-agent p{
        font-size:11px !important;
    }

    .footer-column h4{
        font-size:12.5px !important;
    }

    .footer-column a,
    .footer-brand p{
        font-size:11.25px !important;
    }
}

/* Mobile */
@media(max-width:680px){
    .exact-trust-copy{
        font-size:12px !important;
    }

    .exact-trust-item{
        font-size:11.5px !important;
    }

    .bottom-card h2{
        font-size:16.5px !important;
    }

    .registration-step h3,
    .audience-row h3{
        font-size:12.5px !important;
    }

    .registration-step p,
    .audience-row p,
    .audience-intro{
        font-size:11px !important;
    }

    .bottom-card-action{
        font-size:11.5px !important;
    }

    .quota-info-item small{
        font-size:10.5px !important;
    }

    .quota-info-item strong{
        font-size:19px !important;
    }

    .quota-info-item em,
    .quota-info-item p{
        font-size:9.75px !important;
    }

    .support-agent h3{
        font-size:15.5px !important;
    }

    .support-agent p{
        font-size:10.5px !important;
    }

    .support-contact small{
        font-size:9.75px !important;
    }

    .support-contact strong{
        font-size:13px !important;
    }

    .footer-brand .logo strong{
        font-size:19px !important;
    }

    .footer-brand p{
        font-size:10.5px !important;
    }

    .footer-column h4{
        font-size:12px !important;
    }

    .footer-column a{
        font-size:10.75px !important;
    }

    .footer-bottom-exact{
        font-size:9.75px !important;
    }
}
