.content-section {
    background: #ecf2fd;
}

.max-w-1200 {
    max-width: 1200px;
}

.intro-text {
    font-size: 16px;
    color: #5b6b82;
    margin-bottom: 32px;
}

.terms-block {
    margin-bottom: 40px;
}

.terms-block h4 {
    font-size: 22px;
    font-weight: 600;
    color: #003451;
    font-family: "MacanPan", sans-serif;
}

.terms-block p {
    font-size: 16px;
    line-height: 1.7;
    color: #5b6b82;
}

/* Quick Menu (NORMAL) */
.quick-menu {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.quick-menu .terms-link {
    font-size: 14px;
    color: #5b6b82;
    text-decoration: none;
    padding-left: 14px;
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.terms-link.active {
    color: #2563eb;
    font-weight: 500;
}

.quick-menu .terms-link.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 3px;
    height: 18px;
    background: #2563eb;
    border-radius: 4px;
}

/* Mobile */
.mobile-menu .terms-link {
    padding: 12px 16px;
    display: block;
    border-bottom: 1px solid #eef2ff;
    color: #5b6b82;
}
