/* === NAVBAR ============================= */
.mac-navbar {
    background: #f5f5f5;
    border-bottom: 2px solid #000;
}

.mac-nav-link {
    font-weight: 600;
    color: #000 !important;
    margin-left: 20px;
}

.mac-nav-logo {
    font-size: 24px;
    font-weight: bold;
}

/* === HERO ================================ */
.mac-hero-title {
    font-size: 55px;
    font-weight: 900;
    line-height: 1.1;
}

.mac-hero-sub {
    font-size: 16px;
    color: #333;
}

.mac-hero-link {
    font-weight: 600;
    color: #000;
}

.mac-btn {
    margin-top: 15px;
    padding: 10px 25px;
    border: 2px solid #000;
    background: #eee;
    font-weight: 600;
    transition: 0.2s;
    display: inline-block;
    text-decoration: none;
    color: #000;
}

.mac-btn:hover {
    background: #000;
    color: #fff;
}

/* === QUICK LINKS ========================= */
.mac-quick-title {
    font-size: 20px;
    font-weight: 700;
}

.mac-quick-box {
    display: block;
    padding: 12px;
    border: 2px solid #000;
    background: #f0f0f0;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    transition: 0.2s;
}

.mac-quick-box:hover {
    background: #000;
    color: #fff;
}