:root {
    /* color */
    --brand-color: #059669;
    --brand-color-dark: #047857;
    --brand-color-darker: #005c3f;
    --brand-color-soft: #6EE7B7;
    --brand-color-softer: #A7F3D0;
    --brand-color-light: #D1FAE5;
    --brand-color-lighter: #ECFDF5;
    --brand-color-lightest: #F7FFFD;
    --text-muted: #6b7280;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body {
    scroll-behavior: smooth;
}

.ff-inter, .ff-inter * {
    font-family: 'Inter' !important;
}

.section {
    padding: 40px 0;
}
.card {
    margin-bottom: 0.25rem;
}
@media (min-width: 992px) {
    .section {
        padding: 48px 0;
    }
    .card {
        margin-bottom: 2rem;
    }
}

/* ===== Logo ===== */
.logo-container img {
    width: 56px;
}
.logo-container .logo-title {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: normal;
}
@media (min-width: 992px) {
    .logo-container img {
        width: 80px;
    }
    .logo-container .logo-title {
        font-size: 1.8rem;
    }
}

/* ===== Global ===== */
img.decoration-head {
    max-width: 100%;
    margin-bottom: 24px;
}
@media (min-width: 992px) {
    img.decoration-head {
        margin-bottom: 36px;
    }
}
.back-section {
    padding: 16px 48px;
}
.back-button {
    font-size: 1.2rem;
    font-weight: 600;
    color: black;
}
.back-button i {
    color: var(--brand-color);
    margin-right: 8px;
}

/* ===== Header Section ===== */
#mainMenu nav > ul > li > a.btn-masuk {
    border: 1px solid var(--brand-color);
    color: var(--brand-color);
    background-color: white;
    font-weight: 500;
    padding: 8px 24px;
    transition: all 0.2s ease;
}
#mainMenu nav > ul > li > a.btn-masuk:hover {
    background-color: var(--brand-color) !important;
    color: white !important;
}
#mainMenu nav > ul > li > a.btn-daftar {
    background-color: var(--brand-color);
    color: white;
    font-weight: 500;
    padding: 8px 24px;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}
#mainMenu nav > ul > li > a.btn-daftar:hover {
    background-color: var(--brand-color-dark) !important;
    color: white !important;
}
#mainMenu .active {
    color: var(--brand-color-dark);
}
#mainMenu nav > ul > li > a.btn {
    font-size: 1rem;
    text-transform: none;
    letter-spacing: normal;
}

/* ===== Footer Section ===== */
.footer-section {
    background-color: var(--brand-color-dark);
    min-height: 300px;
    display: flex;
    align-items: center;
    padding: 4.6rem 0;
}
.footer-section .logo-text {
    font-size: 1.7rem;
    letter-spacing: 0.5px;
}
.footer-section .footer-title {
    color: var(--brand-color-soft);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
}
.footer-section .footer-desc {
    font-size: 1.3rem;
    line-height: 1.2;
    color: var(--brand-color-softer);
    max-width: 650px;
}
@media (min-width: 992px) {
    .footer-section .logo-text {
        font-size: 1.8rem;
    }
    .footer-section .footer-title {
        font-size: 2.5rem;
    }
    .footer-section .footer-desc {
        font-size: 1.6rem;
    }
}
.footer-section .btn-panduan {
    background-color: #e2e8f0 !important;
    color: #64748b !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    transition: all 0.2s !important;
    text-transform: none !important;
}
.footer-section .btn-panduan:hover,
.footer-section .btn-panduan:active {
    background-color: #cbd5e1 !important;
    color: #475569 !important;
}
.footer-section .btn-layanan {
    background-color: var(--brand-color-light) !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: black !important;
    transition: all 0.2s !important;
    text-transform: none !important;
}
.footer-section .btn-layanan:hover,
.footer-section .btn-layanan:active {
    background-color: var(--brand-color-light) !important;
}


/* ===== FAQ Section ===== */
.faq-section {
    background-color: white;
}

.faq-section .ac-item {
    border: 1px solid #e9ecef;
    border-radius: 12px !important;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
    padding: 0;
}

.faq-section .accordion .ac-item .ac-title {
    padding: 20px 48px 20px 24px;
}

.faq-section .accordion .ac-item .ac-title:before {
    font-family: "Material Design Icons";
    content: "\F0140";
    font-size: 1.7rem;
    right: 20px;
}
.faq-section .accordion .ac-item.ac-active .ac-title:before {
    content: "\F0143";
}

.faq-section .accordion .ac-item .ac-content {
    color: #6c757d;
    padding: 0 24px 20px 24px;
    line-height: 1.6;
}

.faq-section .btn-selengkapnya {
    background-color: var(--brand-color-dark) !important;
    color: white !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
    text-transform: none !important;
    padding: 0.6rem 1.5rem !important;
    height: auto !important;
    line-height: 1.5 !important;
}

.faq-section .btn-selengkapnya:hover,
.faq-section .btn-selengkapnya:active {
    background-color: var(--brand-color-darker) !important;
    color: white !important;
}


/* ===== Other ===== */
input.form-control:read-only, .form-control:disabled {
    background-color: #eaeaea;
}

.text-left {
    text-align: left !important;
}

/* clock */
.clock-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #080808;
    border-radius: 5px;
    padding: 10px 0px;
    display: flex;
}
.clock-col {
    text-align: center;
    margin-right: 40px;
    margin-left: 40px;
    min-width: 90px;
    position: relative;
}
.clock-col:not(:last-child):before, .clock-col:not(:last-child):after {
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
    height: 5px;
    width: 5px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: -42px;
}
.clock-col:not(:last-child):before {
    top: 35%;
}
.clock-col:not(:last-child):after {
    top: 50%;
}
.clock-timer {
    color: #fff;
    font-size: 4.2rem;
    text-transform: uppercase;
    margin: 0;
}
.clock-label {
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    font-size: 1rem;
}
@media (max-width: 825px) {
    .clock-timer {
        font-size: 1.5rem;
    }
    .clock-col {
        margin: 0 20px;
    }
}
